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

/*login-page*/
body.login-page {background: #ffffff url('../images/login-bg.jpg') right bottom no-repeat;}
body.login-page .container {width: 50%; margin: 0; background: #5f5ba8; height: 100%;max-width: 600px; min-width: 400px;display: flex; align-items: center;}
.login-box  {width: 100%; margin:0 auto;}
.login-box-body {background: #5e5aa8; padding: 0px 40px;}
.login-box-body .form-control {height: 50px;border-radius: 30px;}
.login-box-body .form-control-feedback {width: 50px;height: 50px; line-height: 50px;}

.login-box-body label.error {position: absolute; top: 16px; right: 40px; font-size: 12px; font-weight: 700; color: #f33939!important; background-color: #fff !important;}
.login-box-body .btn.btn-flat {height: 50px;border-radius: 25px; background-color: #000000 !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: #00a65a;}
.label-2{background-color: #f39c12;}
.label-3{background-color: #3c8dbc;}
.label-4{background-color: #00c0ef;}
.label-5{background-color: #dd4b39;}

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 5px; margin-bottom:5px; border-bottom:1px solid #f39c12; color:#f39c12; font-weight:700;}

