/*----------------------------
 |   ICW MAIN CSS
-----------------------------*/
table.dataTable {width: 100%!important;}



div.required label:after {content: '* ';color: #f00;font-weight: bold;}
#couponForm div.required .control-label:after {content: '* ';color: #f00;font-weight: bold;}
#couponForm div.required label:after{content: '';}
em.error {display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700;     font-style: normal; font-size: 12px; line-height: 1;}

.label-1{
	background-color: rgba(109, 201, 196, 0.15);
    color: #6dc9c4;
}
.label-2{
	background-color: rgba(255, 183, 72, 0.15);
	color: #eda83d;
}
.label-3{
	background-color: rgba(0, 78, 191, 0.15);
	color: #004ebf
}
.label-4{
	background-color: rgba(79, 204, 244, 0.15);
	color: rgb(79, 204, 244);
}
.label-5{
	background-color: rgba(255, 109, 97, 0.15);
	color: rgb(255, 109, 97);
}

select.select2{max-width:100%;}
.select2-container{min-width:99.99% !important; max-width:100%;}

.product-img .delete-img{position:absolute; top:2px; right:5px; cursor:pointer;}

.user-profile .delete-img{position:absolute; top:5px; left:120px; cursor:pointer;}
.rcustomer-profile .delete-rc-img{position:absolute; top:5px; left:120px; cursor:pointer;}

.table-bordered tr.bg-navy th, .table-bordered tr.bg-navy td{border-color:#001f3f !important}

/*------------------
	Autocomple UI
------------------*/
.ui-autocomplete-loading {background: white url("../img/loader.gif") right center no-repeat;}

.dataTables_wrapper .dt-buttons{float:right;}

/*------------------
	DATEPICKER
------------------*/
.datepicker.dropdown-menu{z-index:9999 !important;}

.icw-box-header{padding:0 0 8px; margin-bottom:8px; border-bottom:1px solid #004ebf; color:#004ebf; font-weight:700;}
.icw-box-header i{margin-right: 3px;}

