.loader-div{
    z-index: 99;
    text-align: center;
    padding-top: 50px;
    min-height: 100px;
}
.loader-show{
    display: block;
}

.loader-hide{
    display: none;
}


.action-width-trid{
	width: 40px !important;
	text-align: center !important;
}


.icon-pad{
	padding: 3px;
}

.vr-no{
	width: 52px !important;
	text-align: center;
}

.active{
   	color: #fff;
    font-weight: bold !important;
    font-size: 16px !important;
}

.pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a:hover, .pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a:focus, .pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a.active {

	background-color: #2C3E50 ;
}

.edit-text-color{
    color:#0d97ff; !important;

}

.pmd-content .container-fluid {
	max-width: 1590px;
	background-color: #fff;
	padding: 16px 25px;
}


/* .table-hcolor, .table-hcolor > td, .table-hcolor > th {
	background-color: #1a2940;
	color: #fff;

} */
table > thead > tr> th{
	background-color: #616283 !important ;
	color: #fff !important ;
	font-weight: 500 !important ;
}

.btn-success, .dropdown-toggle.btn-success {
	/*background-color: #88527F !important;*/
}

.cust_boder {
    border-bottom: 1px solid #aaa !important ;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border-bottom: 1px solid #ddd !important;
	border-top:  none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #ddd !important;
	border: 1px solid #9e9e9e !important;

}
.row_ltotal, .row_price, .row_qty {
    width: 100px;
    text-align: right;
    float: right;
}


