.dark-indigo .gx-toolbar {
    background-color: #6d107a!important;
}
.dark-indigo .main-header .search-bar input {
    background-color: #a84c9a;
}
.side-nav .user-detail .user-name a {
    color: #a8cb3b!important;

}
.side-nav .user-profile {
    background-color: #fff!important;

}
.dark-indigo .side-nav {
    background-color: #eae9e9;
    color: #6d107a;
    box-shadow: none;
}
.dark-indigo ul.nav-menu > li.selected > a, .dark-indigo ul.nav-menu > li.open > a, .dark-indigo ul.nav-menu > li > a:hover, .dark-indigo ul.nav-menu > li > a:focus {
    background-color: #eae9e9;
    color: #6d107a;
}
div#purData_wrapper .row {
    width: 100%;
}
table#purData {
       width: 100% !important;
    margin-top: 25px;
}

.dark-indigo ul.nav-menu > li.selected > a, .dark-indigo ul.nav-menu > li.open > a, .dark-indigo ul.nav-menu > li > a:hover, .dark-indigo ul.nav-menu > li > a:focus {
    background-color: #6d107a;
    color: #fff;
}

.form_filter
{
    padding-left: 13px!important;
    padding-right: 13px!important;
}

.addButtonCustom
{
        top: -11px;
     right: 0;
}

.dark-indigo .btn-primary, .dark-indigo .gx-btn-primary, .dark-indigo a.btn-primary, .dark-indigo a.gx-btn-primary {
    background-color: #6d107a;
    border-color: #6d107a;
    color: #fff;
}

.dark-indigo .btn-primary:hover, .dark-indigo .btn-primary:focus, .dark-indigo .btn-primary:not([disabled]):not(.disabled):active, .dark-indigo .gx-btn-primary:hover, .dark-indigo .gx-btn-primary:focus, .dark-indigo .gx-btn-primary:not([disabled]):not(.disabled):active, .dark-indigo a.btn-primary:hover, .dark-indigo a.btn-primary:focus, .dark-indigo a.btn-primary:not([disabled]):not(.disabled):active, .dark-indigo a.gx-btn-primary:hover, .dark-indigo a.gx-btn-primary:focus, .dark-indigo a.gx-btn-primary:not([disabled]):not(.disabled):active{
    background-color: #d629bc;
    border-color: #b92ba4;
    color: #fff;
}
@media (min-width:575px)  {

}
.logoDiv
{
    text-align: center;height:70px;
}
.action_td
{
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}
.bg-megento
{
    background-color: #6d107a;
    border-color: #6d107a;
}
.bg-megento:hover
{

    background-color: #d629bc;
    border-color: #b92ba4;
}
.dark-indigo a.btn-outline-danger:not([disabled]):not(.disabled):focus
{
    color: aliceblue;
    background-color: #f44336;
    border-color: #f44336;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
#map {
    height: 400px;
}

/* custom kk
 */

 /* .ajax-loader {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: +9999 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

/* .ajax-loader {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.7;
    background-color:black;
    z-index: 99;
    text-align: center;
}
 */

/* .ajax-loader img {
    position: relative;
    top: 30%;
    left: 50%;
} */

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    /* display: block; */
    display: none;
    opacity: 0.7;
    background-color:black;
    z-index: +9999 !important;
    text-align: center;
 }

 #loading-image {
   position: absolute;
   z-index: 100;
   width:125px;
   height: 100px;
   margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    border: none !important;
 }

 /*ARUUN*/


 .treeview-menu li  {
 	margin: 0px !important;
 }
 .treeview-menu li a {
 	background-color: #e2e2e2;
 }
 .treeview-menu li a:hover {
 	background-color: white;
 }
 .dflex {
 	display: flex;
 	align-items: center;
 	justify-content: space-evenly;
 	padding: 5px;
 	border: 1px solid #00000014;
 	border-radius: 7px;
 }
 .dflexwb {
 	display: flex;
 	align-items: center;
 	justify-content: space-evenly;
 }
 .ar_search{
 width: 200px;
 }
 .ar_go{
 margin: 0px;
 		padding: 8px 18px;
 }
 .bg-darkpurple{
 background-color: #821370;
 overflow: hidden;
 }

 .ar_card{
 position: relative;
 box-shadow: 0 0 0 #000000bf;
 }
 .ar_card:hover{
 box-shadow: 0 0 8px #000000bf;
 }
 .ar_card_head {
 	display: flex;
 	align-items: center;
 	padding-bottom: 22px;
 	justify-content: center;
 	flex-direction: column;
 	height: 155px;
 }
 .ar_card_head1 {
 font-size: 32px;
 font-weight: 500;
 }

 .ar_card_head2 {
 font-size: 13px;
 font-weight: 500;
 }

 .ar_view_lnk {
 	padding: 17px;
 	background-color: #6f0e5f;
 	position: absolute;
 	bottom: 0px;
 	left: 0px;
 	right: 0px;
 }
 .ar_view_lnk .txt {
 	font-weight: 500;
 	padding-right: 5px;
 	transition: 0.3s;
 }
 .ar_view_lnk span i{
 font-weight: 500;
 }

 .ar_view_lnk:hover{
 background-color: #650956;
 }
 .df{
 display: flex;
 align-items: center;
 }

 .lds-ellipsis {
 display: inline-block;
 position: relative;
 width: 50px;
 height: 30px;
 }
 .lds-ellipsis div {
 position: absolute;
 top: 27px;
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #fff;
 animation-timing-function: cubic-bezier(0, 1, 1, 0);
 }
 .lds-ellipsis div:nth-child(1) {
 left: 6px;
 animation: lds-ellipsis1 0.6s infinite;
 }
 .lds-ellipsis div:nth-child(2) {
 left: 6px;
 animation: lds-ellipsis2 0.6s infinite;
 }
 .lds-ellipsis div:nth-child(3) {
 left: 26px;
 animation: lds-ellipsis2 0.6s infinite;
 }
 .lds-ellipsis div:nth-child(4) {
 left: 45px;
 animation: lds-ellipsis3 0.6s infinite;
 }
 @keyframes lds-ellipsis1 {
 0% {
 	transform: scale(0);
 }
 100% {
 	transform: scale(1);
 }
 }
 @keyframes lds-ellipsis3 {
 0% {
 	transform: scale(1);
 }
 100% {
 	transform: scale(0);
 }
 }
 @keyframes lds-ellipsis2 {
 0% {
 	transform: translate(0, 0);
 }
 100% {
 	transform: translate(19px, 0);
 }
 }

 .bread_crumb{
 text-decoration: none;
 color:  #212529 !important;
 }

 .bread_crumb:hover{
 text-decoration: none;
 color: #212529 !important;
 }
