@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400&display=swap');
html, body, button, input, select, textarea, p{
    color:#3d3d3d;
    box-sizing: border-box;
    font-size: 14px;
    /*
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    */
    line-height: 1.4;
}
:root {
      --blue:#007bff;
      --bluehover:#1a73e8;
      --textlight:#637381;
      --textdark:#000;
      --bglight:#f8fcff;
}
.bglight { background-color:var(--bglight);}
.logo-task { padding-left:10px;}

/* ==========================================================================
   Links
   ========================================================================== */
    a {color:#3d3d3d;}
    a:hover {color: var(--blue);}
    a:focus {outline:none;}
    a:hover, a:focus {color:#000}
    a:active, a:hover {outline:0; text-decoration:none;}
    .text-primary {color: var(--blue);}

/* ==========================================================================
   Typography
   ========================================================================== */
    h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {font-family: 'Jost', sans-serif; }
    h1, .h1 {font-size: 35px;}
    h2, .h2 {font-size: 30px;}
    h3, .h3 {font-size: 24px;}
    h4, .h4 {font-size: 20px;}
    h5, .h5 {font-size: 16px;}

    .blue-text {
        color: #1a73e7 !important
    }
    .no-space {
      margin-right: -5px;
      margin-left: -5px;
    }
    .no-space > .col,
    .no-space > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }
    .form-control {min-width: 30px !important;}
    .form-control:focus, .btn:focus, .btn.focus {box-shadow: none;}
    

/* ==========================================================================
   Global
   ========================================================================== */
    .btn-lg, .btn-group-lg > .btn {padding: 0.75rem 1rem;}
    .float-label .header-label{
	position: absolute;
	pointer-events: none;
	top: -8px;
	left: 10px;
	background-color: #FFF;
	padding: 0px 5px;
	visibility: visible;
	opacity: 1;
	font-weight: 500;
	letter-spacing: 0.2px;
        color: #0085ff;
        z-index: 11;
    }
    .float-label .active-label{}
    .float-label label {
        /* -webkit-transition: top 0.5s, left 0.5s, font 0.5s;
        -moz-transition: top 0.5s, left 0.5s, font 0.5s;
        -o-transition: top 0.5s, left 0.5s, font 0.5s;
        -ms-transition: top 0.5s, left 0.5s, font 0.5s; */
        position: absolute;
        left: 8px;
        font-size: 13.2px;
        top: 8px;
        visibility: hidden;
        opacity: 0;
    }
    .dropdown-select{
        position: relative
    }
    .btn-count { min-width:41px; padding:3px; margin-bottom: 4px;}
    .btn-scan-hover .input-group {border:solid 2px #333333; padding:0 5px; border-radius:6px; background-color: #ffffff;}
    .btn-scan-hover .input-group > input {border-radius:10px; color:#000000; font-weight: bold; font-size:1.4rem;}
    .btn-scan-hover:hover svg { color:#007bff}
    .currentbox-number {max-width:110px;}
    .btn-scan-hover label { font-weight:normal;}
    @media(max-width:767px){
        .btn-scan-hover .input-group > input {font-size:1rem;}
        .bar-curent-hold svg { width: 26px;}
        .bar-curent-hold { margin-top:10px; border-top: solid 1px rgba(255,255,255, 0.3); padding-top: 10px;}
        .bar-curent-hold > div:first-child {width: 44%;}
        .bar-curent-hold > div:second-child {width: 33%;}
        .bar-curent-hold > div:last-child {width: 23%;}
        .btn-newbox {width: 100%;}
    }
    @media(min-width:768px){
        .btn-newbox {padding: 0.55rem 1rem; font-size: 1.20rem;}
    }

.dropdown-select::before{
    position: absolute;
    content: '';
    background: #FFF url(../images/down-arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
    bottom: 32%;
    right: 1%;
    margin: 0 1rem;
    background-size: 12px;
}

.float-label .text_input {
	background: #fff;
/*	border: 1px solid #cfd2d9;*/
	box-sizing: border-box;
	border-radius: 4px !important;
	padding: 0 16px;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	height: 48px;
	font-size: 15px;
	line-height: 22px;
	box-shadow: none;
}

.float-label textarea{
	background: #fff;
	border: 1px solid #cfd2d9;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px 16px 0 16px !important;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	height: 100px !important;
	font-size: 15px;
	line-height: 22px;
	box-shadow: none;
}
.tabs-customer, .tabs-menu {
	width: 100% !important;
	border-bottom: solid 1px #DDD;
        position: relative;
        top: -10px;
}
.tabs-customer li, .tabs-menu li{
	border-bottom: solid 1px #f2f7fa;
}
.tabs-customer li:first-child{
		margin-left: 0px;
}
.tabs-customer li:hover {
	border-bottom: solid 1px #1a73e7;
	color: #1a73e7 !important;
}
.tabs-customer li a, .tabs-menu li a{
    padding: 0.6em 1em;
    display: inline-block;
}
.tabs-customer li a:hover {color: #1a73e7 !important;}
.tabs-customer .active{
	border-bottom: solid 2px #1a73e7;
	color: #1a73e7 !important;
	padding-bottom: 0.6rem
}
.tabs-customer .list-inline-item:not(:last-child), .tabs-menu .list-inline-item:not(:last-child){margin-right:0;}
.tabs-menu li a { 
    color: #6d6d6d; 
    font-weight: 600;
    position: relative;
    bottom: -3px; 
    border-bottom: solid 2px transparent;
-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: solid 3px transparent;
}
.tabs-menu li a:hover, .tabs-menu li.active a {border-bottom: solid 3px var(--blue); color:  var(--blue);}
.tabs-menu li{
	font-size: 14px;
	border-bottom: solid 1px #f2f7fa;
}
.dropdown-toggle::after{margin-top: 0.8rem;}
.notification{
	position: absolute;
    background: #ee462b;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 1.7;
    right: 0.5rem;
    top: 0px;
}
.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  border: 2px dashed #a3a5aa;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
    border: 2px dashed #cfd2d9;
    position: relative;
    border-radius: 2px;
    background: #f8f8f8;
}
.image-dropping,
.image-upload-wrap:hover {
  border:  2px dashed #a3a5aa;
}

.drag-text p {
  padding: 60px 0;
}
 
.add-on{
	position: absolute;
	top: 0.8rem;
	 right: 0.9rem;
}
.price-symble{
	position: absolute;
    top: -0.2rem;
    left: 0.1rem;
    background: #f3f3f3;
    padding: 1.1rem 0.7rem 0.855rem 0.7rem;
    border-radius: 5px 0 0 5px;
}
.pl2{
	padding-left: 2.8rem !important;
}

.product-box{
	background: #1e88e5; padding: 0.7rem; border-radius: 13px;	
}
.yellow-bg{
	background: #ffb22b
}
.purple-bg{
	background: #7460ee
}
.red-bg{
	background: #fc4b6c
}
.green-bg{
	background: #1ee5a5
}
.darkyellow-bg{
	background: #e51e1e
}
.purple-bg1{
	background: #b41ee5
}
.light-green{
	background: #1bb934
}

.light-green1{
	background: #21c1d6
}
 

@media(max-width:767px){
	.tabs-customer li {
		padding: 0.6rem 0rem;
		margin: 0px 0.8rem;
	}
	
} 
.badge:empty {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
    padding: 0;
    margin-right: 6px;
    border-radius: 100%;
}
.table.table-bordered thead tr:not(.enable-border) th, .jsgrid .table-bordered.jsgrid-table thead tr:not(.enable-border) th {
    /*border-left: none;
    border-right: none;*/
}
.table thead th, .jsgrid .jsgrid-table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    color: #212529;
    border-bottom-color: #dee2e6;
}
.card {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 8px 0 rgba(167, 175, 183, 0.10);
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 8px 0 rgba(167, 175, 183, 0.10);
    border: solid 1px #dde4eb;
    border-radius: 0px;
}
.card-title {
    font-size: 14px;
    text-transform: capitalize;
}

.color-img-hold {position: relative;margin: 0 -5px;}
.custom-control.image-checkbox {margin: 5px;border: solid 1px #cfd2d9;border-radius: 3px;}
.custom-control.image-checkbox {  position: relative;  padding-left: 0;}
.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
}
.custom-control.image-checkbox label {  cursor: pointer;}
.custom-control.image-checkbox label:before {  /*border-color: #007bff;  background-color: #007bff;*/}
.custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {  transition: opacity .3s ease; /*opacity: 0;*/  left: .25rem;}
.custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {  opacity: .8;}
.custom-control.image-checkbox label img {  border-radius: 2.5px;}
.form-group-image-checkbox.is-invalid label {  color: #dc3545;}
.form-group-image-checkbox.is-invalid .invalid-feedback {  display: block;}
.error {
    color: #ed2707;
}

/* Pagination CSS */
.paging { padding:10px 0px 0px 0px; text-align:center; font-size:13px;}
/*
.paging.display { text-align:right; }
.paging a, .paging span {padding:2px 8px 2px 8px; font-weight :normal}
.paging span {font-weight:bold; color:#000; font-size:13px; }
.paging a, .paging a:visited {color:#428BCA; text-decoration:none; border: 1px solid #DDD; }
.paging a:hover { text-decoration:none; background-color:#6C6C6C; color:#fff; border-color:#000;}
*/

.paging > a,
.paging > span {
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  background-color: #428bca;
  border-color: #428bca;
}

.paging a, .paging a:visited {
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #428BCA;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
}

.paging > a:hover,
.paging > span:hover,
.paging > a:focus,
.paging > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.paging > a.active,
.paging > span.active {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.paging span.prn { color:#aaa; background:none; cursor: default; border:none; padding:5px; }
.paging a.prn, .paging a.prn:visited { background:none; border:1px solid #eee;}
.paging a.prn:hover { border-color:#000;}
.paging p#total_count{ padding-top:8px; padding-left:18px;}
.paging p#total_display{ padding-top:10px;}
/* Pagination CSS */


.padding10 { padding:10px !important;}
.padding15 { padding:15px !important;}
.padding20 { padding:20px !important;}
.margin-top5 { margin-top:5px !important;}
.margin-top10 { margin-top:10px !important;}
.margin-top15 { margin-top:15px !important;}
.margin-top20 { margin-top:20px !important;}
.margin-bottom5 { margin-bottom:5px !important;}
.margin-bottom10 { margin-bottom:10px !important;}
.margin-bottom15 { margin-bottom:15px !important;}
.margin-bottom20 { margin-bottom:20px !important;}

.valign-middle{  display: inline-block; vertical-align:middle !important}


/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

@media print {
    .reporttableprint { width: 80%; }
}