/* Start: Overwrite Bootstrap css */
.page-header {
    margin:0px 0px 20px 0px; 
	border: 0px;
 }
 .panel {
    margin-bottom: 0px;  
    background-color: #6e716e; 
    border: none;  
    border-radius: 0px !important;  
    -webkit-box-shadow: 0px;  
    box-shadow: 0px ;
} 

 input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"],input[type="file"]{
	     font-family: roboto !important;
	 }


 h1 {
    font-weight: 300 !important; 
	margin:0 0 10px 0px !important;  
	font-size:20px !important;  
	}
 
 .pagination {
	margin: 0 !important;  
}
/* End: Overwrite Bootstrap css */

fieldset.border{
	padding:15px 10px;
	border:1px solid #ddd; 
}

.order-details-items{
	padding: 10px 25px !important;  
}

.borderless td, .borderless th {
    border: none !important;
}
.table .thead-light th {
    color: #495057;
    background-color: #edeeee;
    border-color: #dee2e6;
}
.divborder{
	border:2px solid #d9d9d9; 
	padding: 5px 10px !important;  
	margin: 5px !important;
}


.row-flex {
  display: flex;
  flex-wrap: wrap;
  color:#556270;
  background-color: #e7eaeb;
  margin-top: 4% !important;
  border-radius:8px;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 2px;
}


.content {
  height: 100%;
  padding: 10px 10px 10px;
 }
 
 
/* Upload Button  */

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-group {
    margin-bottom: 10px;
}


 .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active {
	 padding: 0 34px;
}

.accordion:hover {
    background-color: #ccc; 
}
.panel {
    padding: 0 18px;
   /* display: none;
    background-color: white;
    overflow: hidden;*/
}

/*.accordion-div{
	
	border: 1px solid black;
}*/

.panel-accordion-buyer{
	
	 padding: 0 18px;
   display: none;
    background-color: white;
    overflow: hidden;
	
}

.custom_add_header{	
	 
	 
	background-color: #6e716e;
 
	width: 100%;
	text-align: right;	
}

/* Double button shadow */

 .double {
        
        font-size: 12px ! important;
        box-shadow:none !important;
    }
    .double button{
        
         box-shadow:none !important;
    }
	
/* For autocomplete */
.ui-helper-hidden-accessible{
	
	display:none !important;
}





/*Login*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');
.customer-create-login{
	/*background-image: url(../images/Buyer-Portal_finalLogin.jpg);*/
	/*background-color:coral;*/
	background-image: url(../images/Login_image.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.customer-create-login .page-header, 
.customer-create-login .copyright,
/*.customer-create-login .fieldset>.field>.label{display:none;}*/
.customer-create-login h4{
    font-family: 'roboto';
    font-size: 26px;
    font-weight: 700;
    color: black;
    margin-bottom: 70px;
}
.customer-create-login .parent {
  position: relative;
  min-height:500px;
  text-align:center;
}
.customer-create-login .child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:65%;
}
.customer-create-login .fieldset{
	margin:0;
	float:left;
	width:65%;
	margin-bottom:50px;
}
.customer-create-login .fieldset input[type="text"], 
.customer-create-login .fieldset input[type="password"], 
.customer-create-login .fieldset input[type="url"], 
.customer-create-login .fieldset input[type="tel"], 
.customer-create-login .fieldset input[type="search"], 
.customer-create-login .fieldset input[type="number"], 
.customer-create-login .fieldset input[type="datetime"], 
.customer-create-login .fieldset input[type="email"]{
	border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
    font-family: 'roboto';
	font-weight:400;
    font-size: 14px;
    padding-left: 18px;
	color:#555;
	box-shadow:none;
	/*border:none;*/
	height:34px;
        border-color: lightblue;
       
}
.customer-create-login .actions-toolbar{float:left;width:35%; margin-left:-1px;}
.customer-create-login .actions-toolbar .primary{
	width:100%;
}
.customer-create-login .actions-toolbar .primary .action{
	margin:0;
	width:100%;
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    background-color: #1488c9;
    font-family: 'roboto';
	font-weight:400;
    font-size: 13px;
	box-shadow:none;
	border:none;
	color:#ffffff;
	padding:8px 0;
}
/*.customer-create-login .actions-toolbar .primary .action:hover{
	background-color: #204d74;
    border-color: #122b40;
}*/
/*Login*/




/*Create*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');
.navbarHeader{
	background:white !important;
	overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    height: 80px;
}
.page-header .panel.wrapper, .page-header .panel{
	border:none !important;
	background:white !important;
	padding:0 !important;
	box-shadow:none;
}
/* adding background color */
.panel.wrapper{
background-color:coral !important;
}
.navbarHeader .logo{ float:none;}
.header.panel>.header.links, 
.header.panel>.header.links>li>a,  
.header.panel>.header.links>li>a:hover, 
.custom_add_header{
    margin: 0px;
    font-family: 'roboto';
	font-size: 14px;
	font-weight:400;
    color: #747474;
}
.navbarHeader .menu-head{
	margin-top: 25px;
	margin-bottom:30px;
	color: white;
	font-size:22px;
	font-family: 'roboto';
	font-weight:500;
}
.navbarHeader .header.content{ padding:20px 0 0;}
.navbarHeader .panel{ padding:8px 0 !important;}
#maincontent.page-main{
	
	max-width:100% !important;
	margin:55px 0 0 0 !important;
	padding:0 !important;
}
.page-layout-2columns-left .sidebar-additional{
	    width: 18.9% !important;
		height: 100%;
	
		z-index: 1;
		top: 0;
		left: 0;
		background-color: white;
		overflow-x: hidden;
	
		border-color: white;
		padding-right:0 !important;
}
.block-collapsible-nav .content{background:none;}
.block-collapsible-nav .item a, 
.block-collapsible-nav .item>strong{
	font-size:14px;
	color:rgba(0, 0, 0, 0.84);
	padding:10px 15px;
	font-weight:600;
}

.block-collapsible-nav .item a:hover ,.block-collapsible-nav .item a:focus ,.block-collapsible-nav .item a:active{ background-color:rgba(255,255,255,0.2);}
.block-collapsible-nav .item.current a, 
.block-collapsible-nav .item.current>strong{
	background-color:rgba(255,255,255,0.2);
	border:none;
}
select.input-sm{
	box-shadow:none;
	height:auto;
	line-height:1.5;
}
.input-group-addon{ padding:0; width:14px; border:none; background:none;}
.input-group-addon img{margin:0 12px;}
input[type="search"]{ border:none; border-bottom:1px solid gray;}
.btn{box-shadow:none !important; line-height:1 !important;}
.copyright{display:none;}
/*Create*/


/*.ordersuccess{
	text-align:center;
	padding-top:300px;
	
}*/
.ordersuccessmsg{
	padding-top:60px;	
}
.thankyou{
	font-weight:bold;
	font-size:16px;
	display:block;
}

.whiteClass{
	
	color:white !important;
}

input.ui-autocomplete-loading { background:url('../images/loader-2.gif') no-repeat right center }

.ui-autocomplete{
	width:283px !important;
	/*border:1px solid;
	box-shadow:0 6px 12px rgba(0,0,0,.175);*/
	
}
.final-price {
    text-align: right;
    
        padding: 0 92px 0 0;
}
.modal-content{
box-shadow:none !important;
}
.modal-popup .modal-title{
	border-bottom:0px !important;
	padding-bottom:0rem !important;
}
.modal-header{
	border-bottom:0px !important;
	padding-bottom:0px !important;
}
.modal-body{
	    padding: 12px !important;
}
.modal-popup .modal-header ,.modal-popup .modal-footer{
	padding-top:2rem !important;
	
}
.modal-popup .modal-footer{
	border-top:0px !important;
}
#popup-modal{
	margin-top:10px;
}
.ord_prev_btn{
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
background-color: #008cd1;
border: 0;
float: right;
height: 35px;
font-family: roboto;
width: 15%;
color:white;
}
.order_preview_head{
	font-size:14px;
}
.list-group-item{
	margin-left:-16%;
}
.right{
	text-align:right;
}




 /* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
 
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
 
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
 
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
 
/* Animation */
 
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.customer-create-login .page-title-wrapper{
	display:none;
}

 
.final-price span{
	font-weight:normal !important;
}
.final-price {
    text-align: right; 
      font-weight:bold;
}
 
 .navbarHeader .header.content{ padding:20px 0 0; display:none; }

.order_preview_head{
	font-size:14px;
        font-weight:bold;
}
.order_preview_head span{
	 
        font-weight:normal !important;
}


    .ui-datepicker-trigger{
            width: 14px;
    height: 16px;
    margin: 0 12px;
    border-left: 0;
    margin-top:8px !important;
        
    }
    
    #create_order .mage-error {
       float:left; 
    }
	
	#maincontent .page-title-wrapper{
		display:none;
	}
	
	
	/* Error Message and success message css  */
	
	 .msgError{
    margin: 0 0 10px;
    padding: 10px 20px 12px 0px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
  
 
    margin-top: 60px;
    width: 100%;
    }
    .loginError, .loginSuccess {
        margin: 0;
        position: fixed !important;
        margin-top: 55px !important;
    }
    
     .msgSuccess{
    margin: 0 0 10px;
    padding: 10px 20px 12px 0px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #006400;
  
    
    margin-top: 60px;
    width: 100%;
    }
	
	.msgSuccess::before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
 
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
 
  text-align: center;
}


.msgError::before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
 
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;

  text-align: center;
}
        
    .block.buyer-navigation {
        border: 1px solid lightgray;
        border-radius: 20px;
        margin-left: 10px;
        padding: 10px;
        /*font-family: 'DINAlternateMedium';*/
    }
    .ui-autocomplete >li:hover, .ui-autocomplete >li:focus {
    background: #ccc;
    }
    .block-collapsible-nav .item {
        margin: 15px 0px 0;
        border: 1px solid #008cd1;
        border-radius: 20px;
    }
    
   .ordersuccess {
    text-align: right;
    padding-top: 300px;
}
.formTable input[type="text"] {
            
            font-weight: 400;
            font-size: 14px;
            
            color: #555;
            box-shadow: none;
            height: 34px;
            border-color: lightblue;
            font-family: 'roboto';
}
.quantity_box{
	padding:0px !important;
	border-color: lightblue !important;
}
        .formTable .labelClassTable {
            font-family: 'roboto';
        }
        
    
    .column.main .clearfix input[type="button"] {
            background: white;
            border: 1px solid skyblue;
            border-radius: 20px;
            color: skyblue;
            width: 170px;
            text-align: left;
        }
        .column.main .clearfix .labelClass {
                 font-family: 'roboto'; 
        }
    
    .customer-create-login .fieldset input[type="text"]:focus, .formTable input[type="text"]:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        box-shadow: 0 0 0 0.3rem rgba(0,123,255,0.25);
    }
    
/*.selectdiv {
  position: relative;
  Don't really need this just for demo styling
  min-width: 200px;
}

.selectdiv:after {
    content: '\f0d7';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}*/

/* IE11 hide native button (thanks Matt!) */
/*select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   Add some styling 
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 35px;
  float: right;
  border: 1px solid #0ebeff;
  -ms-word-break: normal;
  word-break: normal;
}

.ui-autocomplete.ui-front .list-group-item .ui-state-focus {
    background: skyblue;
    padding: 10px 0px;
    color: white;
    display: inherit;
    margin-top: -10px;
    margin-bottom: -10px;
}

.ui-autocomplete.ui-front .list-group-item {
    padding: 10px 0px;
}*/
/*.buyer_nav >li > Strong:after{
content:"\f105";
font-family:FontAwesome;
padding-left:73px;	
}
*/
#block-collapsible-nav .block{
	
	 border: 1px solid lightgrey;
    border-radius: 13px;
    margin-top: 7%;
    padding: 6%;
	margin-left: 8%;
    margin-right: 10%;
}

strong.purchaseValue{
	font-size: 14px;
	font-family: roboto;
}

div.col-sm-3{
	font-family: roboto;
}

/*.accordion-div{
	border: groove;
    border-radius: 10px;
    border-top-width: 0.5px;
    border-left-width: 0.5px;
    border-right-width: 0.5px;
}
*/
.row.orderlist_bg {
    background: #cccccc5e;
	text-align: center;
}

.orderrow_bg{
	text-align: center;
	border: 1px solid lightgrey;
	padding-top: 20px;
}

.arr{
	font-size:29px;
	text-align: right;
	padding-top: 37px;
}

.errspan{
	float:right;
	margin-right:6px;
	margin-top:-20px;
	position:relative;
	z-index:2;
	
}
.accordionExtra{
	background-color: white !important;
    box-shadow: 0px 1px 0.86px 1.14px rgba(0,0,0,0.30) !important;
    margin-bottom: 2px !important;
}
.orderlist_header{
	margin: 45px auto;
	padding-bottom:12px;
}
#order_export {
	float: right;
    /* height: 25px; */
    border-radius: 30px;
    font-size: 13px;
    color: black;
    background-color: white;
    padding: 0 20px 0px 20px;
}
#order_filter{
	    padding: 0 20px 0px 20px;
    border-radius: 30px;
    margin-left: 67%;
}
.orderlist_header p{
	font-family: roboto;
    font-weight: bold;
    font-size: 22px;
}
.welcome_head
{
	color: black;
    padding-top: 41px;
    padding-left: 56px;
}
header.page-header.navbarHeader.clearfix {
    border: 1px solid #e2e2e2;
}
.header p{
	color:black;
	margin-bottom:0px !important;
}
.capitalize{
	    text-transform: capitalize;
}
.item.current{
	background:#008cd1;
}
li.nav.item.current strong {
    color: white;
	font-weight: 500;
}
.heading.text-center{
	padding-top: 14px;
}
.heading.text-center strong{
	color:#808080ab !important
}
.columns {
    margin-right: 20px;
}
.buyer_nav >li:after {
    content: "\f105";
    font-family: FontAwesome;
    left: 85% !important;
    color: #337ab7;
    position: absolute;
    top: 3px;
    font-size: 25px;
}
.buyer_nav >li.nav.item.current:after {
    color: white !important;
}
body {
    font-family: roboto;
}
#validity_date_div img{
	/*margin-left:75px;*/
}
#ordered_date_div img{
	/*margin-left:60px;*/
}

.reset_filter{
	background-color: lightgray;
    color: black;
	
	font-weight: bold;
	letter-spacing: 1.5px;
	
	border-radius: 30px !important;
	width: 70% !important;
	height: 40px !important;
	margin-left: 150px !important;
	padding-left: 20px !important;
}

.apply_filter{
    border: 2px solid lightblue !important;
	color: white;
    font-weight: bold;
    letter-spacing: 1.5px;
    background-color: #008cd1;
    border-radius: 30px !important;
    width: 70% !important;
	height: 40px !important;
    margin-left: 90px !important;
	padding-left: 20px !important;
}
.reset_filter_i {
        position: absolute;
    top: 10px;
    right: -30px;
    font-size: 20px !important;
}
.apply_filteri {
   position: absolute;
    top: 10px;
    right: 26px;
    font-size: 20px !important;
}
#popup-modal.modal-content {
    border: none !important;
}
.dropdown_arrow{
	position: absolute;
    top: 9px;
    right: 14px;
    color: dodgerblue;
    font-size: 21px !important;
}

#login_input input[type="text"]{
	width: 304px;
    border: none;
    border-bottom: 1px solid lightgrey;
	padding-left: 35px;
}
#login_input input[type="tel"]{
	width: 304px;
    border: none;
    border-bottom: 1px solid lightgrey;
	padding-left: 35px;
}

.submit_login{
	    font-weight: bold;
    font-size: 18px;
    color: dodgerblue;
    margin-top: 15px;
    float: right;
    margin-right: 40px;
	background: white;
    border: none;
}
#username_login{
	    position: absolute;
        left: 16px;
    top: 121px;
}
#password_login{
	    position: absolute;
    left: 15px;
    top: 183px;
}
.success_neword {
    background: white;
    border-radius: 20px;
     border: 2px solid skyblue;
	 margin-right: 20px;
    padding-left: 40px;
    padding-right: 50px;
}
.success_vieword {
    background: white;
    border-radius: 20px;
    border: 2px solid skyblue;
	padding-left: 50px;
    padding-right: 50px;
	font-size:15px;
}
.blue{
	color:skyblue;
}
a.blue{
	font-weight: bold;
}
.buyer-order-orderlist footer.modal-footer {
    padding: 0;
}





.upload-btn-wrapper a:visited, .alink:visited, .export-csv a:visited, .alink:visited{
    color: #ffffff;
	text-decoration: none;
}
/* Updated Login for buyer */
#login_input input[type="password"] {
    width: 304px !important;
    border: none;
    border-bottom: 1px solid #b6b5b5;
    padding-left: 35px;
	
}


.login_button{
     border: 1px solid dodgerblue; 
     background: dodgerblue; 
    padding: 2px 50px 2px 50px;
    border-radius: 490px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    margin-right: -160px;
    
}
.login_otp {
    font-weight: bold;
    font-size: 18px;
    color: dodgerblue;
    margin-top: 15px; 
    /* float: right; */
    /* margin-right: 40px; */
    background: white;
    border: none;
}
.login_backgraound {
	width: 135%;
	background-color: white;
	position: relative;
	margin-left: -71%;
	margin-top: 150px;
	border-radius: 0px 10px 10px 0px;
	height: 400px;
}
.forget_link{
	float: right;
    font-size: 15px;
	
    text-decoration: none;
    color: dodgerblue !important;
	/* margin-top:20px; */
	margin-right:20px;
	width: 135px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  float:left;
  margin-right: 10px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.send_otp {
    margin-top: -20%;
    margin-left: 65%;
    padding: 4px;
    height: 25px;
    width: 62px;
    border-radius: 118px;
    font-size: 12px;
    background-color: #CCC;
    box-shadow: none !important;
    color: #898888;
}
.send_otp:hover{
	 background-color: dodgerblue;
	 color:white;
}


.resend_otp {
    margin-top: -20%;
    margin-left: 56%;
    padding: 4px;
    height: 25px;
    width: 90px;
    border-radius: 118px;
    font-size: 12px;
    background-color: #CCC;
    box-shadow: none !important;
    color: #898888;
}
.resend_otp:hover{
	 background-color: dodgerblue;
	 color:white;
}


/*forgotpassword*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');
.customer-create-forgotpassword{
	/*background-image: url(../images/Buyer-Portal_finalLogin.jpg);*/
	/*background-color:coral;*/
	background-image: url(../images/Login_image.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.customer-create-forgotpassword .page-header, 
.customer-create-forgotpassword .copyright,
/*.customer-create-forgotpassword .fieldset>.field>.label{display:none;}*/
.customer-create-forgotpassword h4{
    font-family: 'roboto';
    font-size: 26px;
    font-weight: 700;
    color: black;
    margin-bottom: 70px;
}
.customer-create-forgotpassword .parent {
  position: relative;
  min-height:500px;
  text-align:center;
}
.customer-create-forgotpassword .child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:65%;
}
.customer-create-forgotpassword .fieldset{
	margin:0;
	float:left;
	width:65%;
	margin-bottom:50px;
}
.customer-create-forgotpassword .fieldset input[type="text"], 
.customer-create-forgotpassword .fieldset input[type="password"], 
.customer-create-forgotpassword .fieldset input[type="url"], 
.customer-create-forgotpassword .fieldset input[type="tel"], 
.customer-create-forgotpassword .fieldset input[type="search"], 
.customer-create-forgotpassword .fieldset input[type="number"], 
.customer-create-forgotpassword .fieldset input[type="datetime"], 
.customer-create-forgotpassword .fieldset input[type="email"]{
	border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
    font-family: 'roboto';
	font-weight:400;
    font-size: 14px;
    padding-left: 18px;
	color:#555;
	box-shadow:none;
	/*border:none;*/
	height:34px;
        border-color: lightblue;
       
}
.customer-create-forgotpassword .actions-toolbar{float:left;width:35%; margin-left:-1px;}
.customer-create-forgotpassword .actions-toolbar .primary{
	width:100%;
}
.customer-create-forgotpassword .actions-toolbar .primary .action{
	margin:0;
	width:100%;
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    background-color: #1488c9;
    font-family: 'roboto';
	font-weight:400;
    font-size: 13px;
	box-shadow:none;
	border:none;
	color:#ffffff;
	padding:8px 0;
}
/*.customer-create-forgotpassword .actions-toolbar .primary .action:hover{
	background-color: #204d74;
    border-color: #122b40;
}*/
/*forgotpassword*/


.customer-create-forgotpassword .page-title-wrapper{
	display:none;
}

.customer-create-forgotpassword .fieldset input[type="text"]:focus, .formTable input[type="text"]:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        box-shadow: 0 0 0 0.3rem rgba(0,123,255,0.25);
    }

	
	/*changepassword*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');
.customer-create-changepassword{
	/*background-image: url(../images/Buyer-Portal_finalLogin.jpg);*/
	/*background-color:coral;*/
	background-image: url(../images/Login_image.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.customer-create-changepassword .page-header, 
.customer-create-changepassword .copyright,
/*.customer-create-changepassword .fieldset>.field>.label{display:none;}*/
.customer-create-changepassword h4{
    font-family: 'roboto';
    font-size: 26px;
    font-weight: 700;
    color: black;
    margin-bottom: 70px;
}
.customer-create-changepassword .parent {
  position: relative;
  min-height:500px;
  text-align:center;
}
.customer-create-changepassword .child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:65%;
}
.customer-create-changepassword .fieldset{
	margin:0;
	float:left;
	width:65%;
	margin-bottom:50px;
}
.customer-create-changepassword .fieldset input[type="text"], 
.customer-create-changepassword .fieldset input[type="password"], 
.customer-create-changepassword .fieldset input[type="url"], 
.customer-create-changepassword .fieldset input[type="tel"], 
.customer-create-changepassword .fieldset input[type="search"], 
.customer-create-changepassword .fieldset input[type="number"], 
.customer-create-changepassword .fieldset input[type="datetime"], 
.customer-create-changepassword .fieldset input[type="email"]{
	border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
    font-family: 'roboto';
	font-weight:400;
    font-size: 14px;
    padding-left: 18px;
	color:#555;
	box-shadow:none;
	/*border:none;*/
	height:34px;
        border-color: lightblue;
       
}
.customer-create-changepassword .actions-toolbar{float:left;width:35%; margin-left:-1px;}
.customer-create-changepassword .actions-toolbar .primary{
	width:100%;
}
.customer-create-changepassword .actions-toolbar .primary .action{
	margin:0;
	width:100%;
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    background-color: #1488c9;
    font-family: 'roboto';
	font-weight:400;
    font-size: 13px;
	box-shadow:none;
	border:none;
	color:#ffffff;
	padding:8px 0;
}
/*.customer-create-changepassword .actions-toolbar .primary .action:hover{
	background-color: #204d74;
    border-color: #122b40;
}*/
/*Login*/


.customer-create-changepassword .page-title-wrapper{
	display:none;
}

.customer-create-changepassword .fieldset input[type="text"]:focus, .formTable input[type="text"]:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        box-shadow: 0 0 0 0.3rem rgba(0,123,255,0.25);
    }


.chartMargin{
	color: #556270;
	margin: 5% 1% 4%;
}
.ordersDiv{
	width:100%;
}
.latestOrderDiv{
	width:50%;
	float:left;
}
.frequentlySoldDiv{
	width: 45%;
    float: right;
}
.latestOrderP{
	color:#556270;
	font-weight:bold;
	font-size: 22px;
    font-family: roboto;
}
.dashboardDiv{
	border-bottom: 1px solid #acacac;
	margin-left: 1%;
}
.containerDiv{
	
}
.orderText{
	font-size: 16px;
    color: #424242 !important;
	font-weight: bold;
}
.statusText{
	color:#fea1a1;
	margin-left:3%;
}
.statusText:hover{
	text-decoration:none;
}
.statusImg{
	margin-bottom: 3%;
}
.statusContent{
	padding: 17px 0px 0px;
}
.frequentPartsDiv{
	color:#424242;
	border-bottom: 1px solid #cecece;
	padding: 15px 0px 12px 0px;
}
.qtyText{
	font-size: 14px;
    font-family: roboto;
    font-weight: bold;
}
.qtysNo{
	margin-top: 2%;
    margin-left: 2%;
}
.qtybg{
    background-color: #ceebf9;
    width: 63%;
    text-align: center;
    border-radius: 6px;
    height: 20px;
    margin-top: 7%;
}

table >thead >tr{
	color:#525252;
}

input{
	outline:0;
	box-shadow:none !important;
}

select {
	outline:0;
	box-shadow:none !important;
	border: 0 !important;
    border-bottom: 1px solid lightgray !important;
}

.shop_openhoursPage{
	margin-top:77px;
	margin-right:100px;
	
}

.shop_openhoursPage_table >tbody >tr >td >select{ 
	border: 0;
	border-bottom: 1px solid lightgray;
	width:40%;
}

.shop_openhoursPage_table >thead > tr{
	border: 0;
	border-bottom: 1px solid lightgray;
}

.shop_openhoursPage_table >thead > tr >th{
	color: #6f6f6f;
}

.shop_openhoursPage_table >tbody >tr >td:nth-child(1):hover{
	color:#008cd1;
	
}

.saveButton_Common{
	background-color: #008cd1;
    border-radius: 50px;
    font-family: robotobold;
    margin-top: 40px;
    margin-left: 72%;
}

.saveButton_HolidaysPage{
	background-color: #008cd1;
    border-radius: 50px;
    font-family: robotobold;
	margin-top:25px;
	margin-left:0px;
	width:50%;
}

.special_openhoursPage_SaveButton{
	background-color: #008cd1;
    border-radius: 50px;
    width: 50%;
    font-family: robotobold;
    margin-top: 25px;
}

.special_openhoursPage_Header{
	margin-left:2%;
	color: #6f6f6f;
}

.special_openhoursPage_InputDate{
	box-shadow:none;
	border:none;
	height:30px;
	margin-left: -8px;
	width:90%;
}

.special_openhoursPage_InputTime{
	border:none !important;
}

.special_openhoursPage_InputTimeImage{
	position:absolute;
	margin-top:4px;
	width:18px
}

.special_openhoursPage_Body{
	font-weight: bold !important;
	margin-left:4%;
}

.special_openhoursPage_Body >h4{
	margin-bottom: 20px;
	color:#6f6f6f;
}

.special_openhoursPage_TableBody{
	width: 93%;
	margin-left: 4%;
	margin-bottom:20px;
}

.special_openhoursPage_Table >thead >tr{
	border:1px solid #ddd;
}

.special_openhoursPage_Table >thead >tr >td{
	width:25%;
	padding: 10px 30px;
}

.special_openhoursPage_Table >tbody >tr >td{
	padding: 15px 30px;
}

.new_holidayPage{
	padding-top:20px;
	margin-top:30px; 
	width:100%; 
	float:left !important;
	color:#6f6f6f;
	margin-bottom: 2pc;
    padding-bottom: 2pc;
    border-bottom: 1px solid lightgray;
}

.new_holidayPage >div:nth-child(1){
	font-weight: bold !important;
	margin-left: 4%;
}

.new_holidayPage_inputDate{
	border-bottom:1px solid lightgrey;
}

.new_holidayPage_inputDate >input{
	border:none;
	height:30px;
	width:168px;
}

.salesReport_Header{
	margin-top:24px;
	border:none;
	border-bottom:1px solid lightgrey;
}

.salesReport_Header_text{
	color: #556270;
	margin-top:0px;
}

.salesReport_Header_inputDate{
	border-bottom:1px solid lightgrey;
}

.salesReport_Header_inputDate >input{
	border:none;
	width:90%;
	display:inline;
}

.orderPage_headerButtons >i:nth-child(1){
	margin-left:30%;
}

.orderPage_headerButtons >input:nth-child(1){
	margin-left:24% !important;
	
}

.orderPage_headerButtons >div:nth-child(1) >i{
	position: absolute;
    margin-left: 21%;
    margin-top: 7px;
    color: white;
}

.orderPage_headerButtons >div:nth-child(2) >i{
	position: absolute;
    margin-left: 26%;
    margin-top: 9px;
    color: white;
}

.orderPage_headerButtons >div >input{
	border-radius: 5px !important;
	width: 94%; 
	margin-left: 0% !important;
}


.orderPage_headerButtoninputFilter{
	background-color: #008cd1;
    border-radius: 30px !important;
    width: 14%;
	margin-left: 24% !important;
	color:white !important;
    font-family: robotobold;
	padding: 5px 19% 6px 14% !important;
}

.orderPage_headerButtoninputExport{
	background-color: #008cd1 !important;
    border-radius: 30px !important;
    width: 14%;
	margin:0%;
	color:white !important;
    font-family: robotobold !important;
	padding: 5px 19% 6px 14% !important;
}

.shop_openhoursPage_table{
	width:85%;
}

.shop_openhoursPage_table >thead >tr >td ,.shop_openhoursPage_table >tbody >tr >td{
	padding:4px 15px !important;
}

.special_openhoursPage_CalenderImg{
	float:left;
	width:10%;
}

.special_openhoursPage_InputSelect{
	float:left;
	width:90%;
}

.special_openhoursPage_DateInput{
	box-shadow: none;
    border: 0px;
    border-color: white;
    border-bottom-color: grey;
    height: 30px;
    margin-left: -8px;
    width: 90%;
}

.Editimage >img{
	width: 60px;
    height: 30px;
}

.Input_DateHolidays{
	box-shadow:none;
	border:none;
	height:30px;
	width:168px;
}

.salesPage_inputForm >img{
	position:absolute;
	margin:0px 0px 0px 12px;
}

.passwordswitch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.passwordPage_saveDiv{
	border-bottom: 1px solid lightgray;
	padding-bottom: 30px;
}


.passwordswitch input {display:none;}

.passwordslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #008cd1;
  -webkit-transition: .4s;
  transition: .4s;
}

.passwordslider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  right:4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .passwordslider {
  background-color: #008cd1;
}

input:focus + .passwordslider {
  box-shadow: 0 0 1px #008cd1;
}

input:checked + .passwordslider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.passwordslider.round {
  border-radius: 34px;
}

.passwordslider.round:before {
  border-radius: 50%;
}

input:checked + .password_online {
  border: 1px solid red;
}

.passwordPage_SaveButton{
	background-color: #008cd1;
    border-radius: 50px;
    width: 10%;
    font-family: robotobold;
    margin-top: 25px;
    margin-left: 92%;
}

.passwordPage_Input{
	min-width: 200px;
	margin-top:-8px;
	box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid lightgray !important;
	outline:none;
}


#checkModal{
	 display: none;
}

.tableclick_Modal {
    /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tableclick_Modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.modal-popup._inner-scroll .modal-inner-wrap{
	border-radius:10px;
	
}


.modal-popup .modal-inner-wrap
{
	height:100% !important;
}

.modal-popup._inner-scroll .modal-content{
	overflow-y:inherit;
}

.order_inputmodalOTP{
	/*border-radius:50px !important;*/
	width:20% !important;
	border:none !important;
	border-bottom:1px solid #286090 !important;
	margin-left: 15px;
}

.order_inputmodalOTPButton{
	background-color: #008cd1 !important;
    border-radius: 50px !important;
    width: 16%;
	    margin-left: 12px;
    /* margin: 0% 0% 6px 15px;*/
    color: white !important;
    font-family: robotobold !important;
    /* padding: 5px 80px 6px 80px !important; */
}
.labelClass{
	position: relative;
    top: 10px;
	font-size:18px;
}

.order_modalClass_table{
	width:100%;
	border-bottom:1px solid lightgray;
}

.order_modalClass_table >thead >tr{
	background-color:#e3e3e3;
}

.order_modalClass_table >thead >tr >td{
	padding:8px 0px 8px 20px;
}


.order_modalClass_table >tbody >tr >td{
	
	padding:15px 0px 15px 10px;
}

.order_modalTableCost{
	float:right;
	color:#747474;
	margin-right:2%;
	margin-top:15px;
}

.order_modalTableCost >label{
	color:#353535;
	font-size:20px;
}

.salesPage_inputForm{
	width:77%;
	float:left;
}

.productPage_headerButton{
	background-color: #008cd1 !important;
	color:white !important;
 
    width: 95%;

}

.productPage_headerButton1{
	background-color: #008cd1 !important;
	color:white !important;
    border-radius: 50px;
     width: 45%  !important;
    padding: 10px 117px 10px 42px!important;
}

.profilePage_PasswordText{
	float: left;
    text-align: right;
    padding: 0;
}

.profilePage_PasswordInput{
	float: left;
    padding: 0;
}
/*
a{
	background-color: inherit !important;
}
*/
.page-main .block{
	margin-bottom:0px !important;
}

.tooltip {
    position: relative !important;
    display: inline-block;
	font-size:14px;
	opacity:inherit;
	font-family:inherit;
	z-index:1;
}

.tooltip .tooltiptext {
    visibility: hidden;
     box-shadow: 0 14px 18px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 120px;
    background-color: white;
    color: grey;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.orderPage_button{
	color: white;
    background-color: #008cd1;
    border-radius: 50px;
    font-family: robotobold;
    padding: 10px 15px;
}

.actions-toolbar > .secondary:last-child{
	margin-bottom:15px;
}

.frequentySideHeader{
	border-bottom: 1px solid #acacac;
    margin-left: 3px;
    padding: 5px;
}

.ColorBlueText{
	color:#008cd1;
}

.LightGreyColorText{
	color:lightgrey;
}
.cusName{
	margin-right:30%;
	margin-left: 2.5%;
}

/*by Komal*/

.btn-filter {
	background-color: #008cd1 !important;
}

.table-store-open {
	font-size: 18px;
    height: 40px;
	background-color:white !important;
}

.arrow-down {
	position: absolute;
    margin-left: 10%;
    font-size: 12px !important;
    color: #8a8989;
    margin-top: 10px;
}

.admin__data-grid-filters-current._show {
    display: table;
    position: relative;
    top: -1px;
    z-index: 3;
}

.admin__data-grid-filters-current {
    border-bottom: .1rem solid #ccc;
    border-top: .1rem solid #ccc;
    display: none;
    font-size: 1.3rem;
    margin-bottom: .9rem;
    padding-bottom: .8rem;
    padding-top: 1.1rem;
    width: 100%;
}

.admin__current-filters-title {
    margin-right: 1em;
    white-space: nowrap;
	    font-size: 15px;
}

.admin__current-filters-list-wrap, .admin__current-filters-title-wrap, .admin__current-filters-actions-wrap {
    display: inline-block;
}

.admin__current-filters-list {
    margin-bottom: 0;
}

.admin__current-filters-list>li {
    display: inline-block;
    font-weight: 600;
    margin: 0 1rem .5rem;
    padding-right: 2.6rem;
    position: relative;
	font-size: 15px;
}
.admin__current-filters-list .action-remove {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 1px;
}
.admin__current-filters-list .action-remove>span {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    display: none;
    visibility: hidden;
}

.action-default, button, .block-footer .action-add, .block-footer .action-add {
    background: #e3e3e3;
    border-color: #adadad;
    color: #514943;
}

.admin__current-filters-list .action-remove:before {
    color: #adadad;
    content: '\e620';
    font-size: 1.6rem;
    transition: color .1s linear;
}

.admin__current-filters-actions-wrap .action-clear {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
	font-size: 16px;
}

.action-tertiary{
    color: #007bdb;
}

.ajaxupdate {
    border-radius: 20px;
}



/*End Komal*/
::placeholder{
	color:gray !important;
}
a:hover,a:visited{
	text-decoration:none !important; 
}
.dot
{
    height: 15px;
    width: 15px;
    background-color:rgba(76,175,80,0.8);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    /*border: 3px solid #c6f985;*/
	border:3px solid rgba(76,175,80,1);
    margin-top: 0px;
}
.dot_red{
	  height: 15px;
    width: 15px;
    background-color:rgba(244,67,54,0.8);
    border-radius: 50%;
    display: inline-block;
    
    margin-right: 10px;
    /*border: 3px solid lightpink;*/
	border:3px solid rgba(244,67,54,1);
    margin-top: 0px;

}
.dot_amber{
	height: 15px;
    width: 15px;
    background-color: rgba(255,213,79,0.8);
    border-radius: 50%;
    display: inline-block;
    
    margin-right: 10px;
    /*border: 3px solid  #FFC200;*/
	border:3px solid rgba(255,213,79,1);
    margin-top: 0px;

}
.table-store-open {
	font-size: 18px;
    height: 40px;
}
.arrow-down {
	position: absolute;
    margin-left: 8%;
    font-size: 12px !important;
    color: #8a8989;
    margin-top: 10px;
}
input:active,input:visited{
	border:none !important;
}
.btn:active,
.btn:focus,
.btn.active {
  background-image: none;
  outline-style: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:hover, button:focus, .button:hover, .button:focus{outline-style: none;}

.salesReport_Header_text{
	margin-top: 10px !important;
    font-size: 22px;
}
body.modal-open {
    overflow: visible;
    position: absolute;
    width: 100%;
    height:100%;
}

.shopHourOpening{
	padding-bottom: 15px;
    border: 1px solid lightgray;
    padding-top: 15px;
}

.retailer-product-inventory > .modal-content{
	padding-left:0px !important;
	padding-right:0px !important;
}
.hoveronly{
	display:none;
}
th.thsorter : hover{
	
	display:block;
}
.upArrowClass{
	font-size:18px;
	padding-top:4px;
	height:10px;
}
.availQtyText{
	font-size: 14px;
    font-family: roboto;
    font-weight: bold;
}
.sellingText{
	font-size: 14px;
    font-family: roboto;
	margin-left:10px;
}
tr.jqplot-table-legend{
	display: table-cell;
    padding-left: 30px;
    padding-bottom: 10px;
}
.jqplot-table-legend-swatch{
   padding: 2px 8px 2px 8px;
}
.jqplot-table-legend-swatch{
	padding-top:6px !important;
}
.jqplot-table-legend-label{
	padding-top:0px !important;
}
.custom-total-hide-sec .custom-total-items-sec, .custom-pagination-total-only .custom-total-items-sec, 
.custom-pagination-products-total-only .custom-total-items-sec {
    display: none;
}
.custom-popup-search-sec .reset_filter, .custom-popup-search-sec .apply_filter{
    width: 22% !important;
}
.custom-popup-search-sec .reset_filter, .custom-popup-search-sec .apply_filter {
    margin-top: 20px;
    display: initial;
    margin-left: 10px !important;
}
.custom-popup-search-sec {
    text-align: right;
}
#terms-and-conditions-sec {
    padding: 14px 10px;
}
.back-login-sec {
    text-align: right;
    margin-right: 30px;
}
.back-login-sec span {
    color: dodgerblue !important;
}
/* Terms and Condition section in login page */
/*.terms-conds-sec {
    margin-top:55px;
    color:#565656; 
    width:490px;
    text-align: right;
}
.terms-conds-sec span
{
    vertical-align: text-bottom;
}
.termcons-btn {
    background-color: dodgerblue;
    color: white;
    width: 100px;
}
.terms-conds-sec a {
    text-decoration: none;
    color: dodgerblue;
}*/

.validate_button, .login_button {
    margin-right: 23px;
    margin-bottom: 15px;
    width: 136px;
    padding: 2px 0;
}
.pass_login, .otp_login {
    text-align: right;
}

.order-products-toolbar nav{
    display: inline-block !important;
}
.text-white{
	color:#fff !important;
}
