/*--font-family: 'Montserrat', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    background: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #0276FD;
  transition: all .5s ease;
}

a:hover {
  color: #006be7;
  text-decoration: none;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8dacd1;
  opacity: 1; /* Firefox */
  font-size: 14px!important;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8dacd1;
  font-size: 14px!important;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #8dacd1;
  font-size: 14px!important;
}
.form-control select{
  color: #8dacd1;
  font-size: 14px!important;
}
.theme-form select{
  color: #8dacd1!important;
  font-size: 14px!important;
}
.theme-form select option { 
   color: #8dacd1!important;
   font-size: 14px!important; 
}
.theme-form select option:first-child{
  color: #8dacd1!important;
  font-size: 14px!important;
}
.btn{
	padding: .375rem .95rem;
    font-size: 14px!important;
	min-height:38px;
	font-weight:500;
}
.btn-sm {
    padding: .25rem .75rem;
    font-size: 13px!important;
    min-height: 28px;
    font-weight: 500;
}
.lftBdr-radius{border-radius: 5px 0 0 5px;}
.rgtBdr-radius{border-radius: 0 5px 5px 0;}
/*--Text Color--*/
.blue-text{color: #006be7!important;}
.green-text{color: #7cb83b!important;}
.red-text{color: #eb5463!important;}
.purple-text{color: #8d44ad!important;}
.orange-text{color: #fa9151!important;}
.aqua-text{color: #45c8e9!important;}

/*--BG Color--*/
.blue-bg{background: #006be7!important;}
.green-bg{background: #7cb83b!important;}
.red-bg{background: #eb5463!important;}
.purple-bg{background: #8d44ad!important;}
.orange-bg{background: #fa9151!important;}
.aqua-bg{background: #45c8e9!important;}

/*----*/
/*--Login Page--*/
.login-page {
    background: #000;
    padding: 75px 0px;
}
.login-page .card {
    border: 0;
}
.login-page .card-header{
    text-align: center;
    background: #333;
    padding: 15px 0;
}
.login-page .form-group {
    margin-bottom: 1.5rem;
}
.login-page .form-control{
	font-size: 14px;
	    padding: 1.25rem .75rem;
}
/*----*/
/*--Admin Page--*/
/*--HEADER--*/
#my-header .bg-dark {
    background-color: #222!important;
}
#my-header .navbar-brand {
   margin-left: 15px;
   width: 235px;
}
#my-header .navbar {
    padding:0px;
}
#my-header .nav-item {
    padding: 15px 12px;
}
#my-header .nav-item  .nav-link {
    color: #eee!important;
    padding: 10px 0px;
}
#my-header .nav-item  .nav-link:hover {
    color: #0276FD!important;
}
.nav-user {
    padding: calc(31px / 2) 20px calc(31px / 2) 57px!important;
    text-align: left!important;
    position: relative;
    background-color: #333;
    border-width: 0 1px;
	min-width: 180px;
}
.nav-user .account-user-avatar {
    position: absolute;
    top: calc(34px / 2);
    left: 15px;
}
.nav-user .account-user-avatar img {
    height: 36px;
    width: 36px;
}
.nav-user .account-user-name {
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 14px!important;
}
.nav-user .account-position {
    display: block;
    font-size: 11px;
    margin-top: 0px;
    color: #fff;
}
.dropdown-menu-right {
    min-width: 180px;
}
.dropdown-menu-right .dropdown-item {
    font-size: 14px;
    padding: .35rem 0.75rem;
    font-weight: 500;
    color: #455055;
}
.dropdown-toggle::after{
	display:none;
}
.dropdown-menu-animated {
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
.dropdown-menu-animated.show {
    top: 100%!important;
}
.dropdown-menu-animated i {
    display: inline-block;
    margin-right: 3px;
}
.dropdown-menu-animated.dropdown-menu-right {
    right: 0!important;
    left: auto!important;
}
.dropdown-menu-animated.dropdown-menu[x-placement^=left], 
.dropdown-menu-animated.dropdown-menu[x-placement^=right], 
.dropdown-menu-animated.dropdown-menu[x-placement^=top] {
    top: auto!important;
    -webkit-animation: none!important;
    animation: none!important;
}
@-webkit-keyframes DropDownSlide {
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
}
@keyframes DropDownSlide {
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
}
/*--MAIN-MENU--*/
.main-menu {
    background: #111;
    padding: 10px;
    border-bottom: 1px solid #222;
}
.main-menu .nav-item{
    margin: 8px;
}
.main-menu .nav-link {
    border: 1px solid #007bff;
    color: #007bff;
    text-transform: uppercase;
    font-size: 13px;
    background: #ffffff;
    font-weight: 600;
}
.main-menu .nav-link:hover{
    color: #fff;
    background-color: #007bff;
}
.main-menu .nav-link i{
    font-size: 1.15rem;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}
.green-link{
	border: 1px solid #7cb83b!important;
	color: #7cb83b!important;
}
.green-link.active{
    color: #fff!important;
    background-color: #7cb83b!important;
}
.green-link:hover{
    color: #fff!important;
    background-color: #7cb83b!important;
}
.red-link{
	border: 1px solid #eb5463!important;
    color: #eb5463!important;
}
.red-link.active{
    color: #fff!important;
    background-color: #eb5463!important;
}
.red-link:hover{
    color: #fff!important;
    background-color: #eb5463!important;
}
.purple-link{
	border: 1px solid #8d44ad!important;
    color: #8d44ad!important;
}
.purple-link.active{
    color: #fff!important;
    background-color: #8d44ad!important;
}
.purple-link:hover{
    color: #fff!important;
    background-color: #8d44ad!important;
}
.mint-link{
	border: 1px solid #46ceac!important;
    color: #46ceac!important;
}
.mint-link.active{
    color: #fff!important;
    background-color: #46ceac!important;
}
.mint-link:hover{
    color: #fff!important;
    background-color: #46ceac!important;
}
.orange-link{
	border: 1px solid #fa9151!important;
    color: #fa9151!important;
}
.orange-link.active{
    color: #fff!important;
    background-color: #fa9151!important;
}
.orange-link:hover{
    color: #fff!important;
    background-color: #fa9151!important;
}
.aqua-link{
	border: 1px solid #45c8e9!important;
    color: #45c8e9!important;
}
.aqua-link.active{
    color: #fff!important;
    background-color: #45c8e9!important;
}
.aqua-link:hover{
    color: #fff!important;
    background-color: #45c8e9!important;
}
.yallow-link{
	border: 1px solid #c29c18!important;
    color: #c29c18!important;
}
.yallow-link.active{
    color: #fff!important;
    background-color: #c29c18!important;
}
.yallow-link:hover{
    color: #fff!important;
    background-color: #c29c18!important;
}
.pink-link{
	border: 1px solid #f5799c!important;
    color: #f5799c!important;
}
.pink-link.active{
    color: #fff!important;
    background-color: #f5799c!important;
}
.pink-link:hover{
    color: #fff!important;
    background-color: #f5799c!important;
}
/*--MENU-PAGE--*/
/*--Sub Menu--*/
.sub-menu .nav-item{
	margin:0px 1px;
}
.sub-menu .nav-item .nav-link{
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	font-weight: 500;
	padding: .65rem 1rem;
}
.sub-menu .nav-item .nav-link:hover{
	background: #0276FD;
    color:#fff;
}
.sub-menu .nav-item .active{
	background: #0276FD;
    color:#fff;
}
.page-header {
    background: #0276FD;
    margin: 0 1px;
    padding: 0;
    border-radius: 0px 5px 0px 0px;
}
.ph-radius {
    border-radius: 5px 5px 0px 0px;
}
.page-header h3{
    margin: 0;
    color:#fff;
    font-size: 1.0rem;
	    padding: 13px;
}
.page-header .breadcrumb{
   margin-bottom: 0;
   list-style: none;
   background-color: transparent;
   border-radius: 0;
   font-size: 12px;
   padding: 0.9rem;
   border-right: 1px solid #2d92ff;
}
.page-header .breadcrumb .breadcrumb-item a{
    color: #bde1ff;
}
.page-header .breadcrumb .breadcrumb-item.active {
    color: #95ceff;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #bde1ff;
    content: "|";
}
.page-action{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.page-action li{
	border-right: 1px solid #2d92ff;
	border-left: 1px solid #0166d3;
	padding: 0.7rem 0.9rem;
}
.page-action li:last-child{
	border-right: 0;
	border-radius:0px 5px 0px 0px
}
.page-action li:hover{
	background:#0073ef;
}
.page-action  li a i{
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
/*--WRAPPER--*/
.content-wrapper {
    padding: 1.5rem 0 1.5rem 0;
    background: #ffffff;
    /* height: calc(100vh - 230px); */
    overflow: hidden;
    margin:0 1px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfdff;
}
.table-striped thead {
    background: #dee5f1;
}
.table-striped > tbody td {
    border: 1px solid #dee5f1;
}
.table-striped thead th {
    border-bottom: 2px solid #dee5f1;
}
.table-container {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0;
    /* border: 2px solid #dee5f1; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
}
.custom-table {border: 1px solid #dee5f1;background: #fff;width: 100% !important;}
.custom-table thead {background: #dee5f1;}
.custom-table thead th {border: 0;white-space: nowrap;font-size: 13px;color: #000;}
/* .custom-table > tbody tr:hover { background: #eef1f8; } */
.custom-table > tbody tr:nth-of-type(even) {background-color: #fcfdff;}
.custom-table > tbody td {border: 1px solid #dee5f1;    white-space: nowrap; }
.table th {
    padding: .8rem 1rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #dee5f1;
}
.table td {
    border-top: 1px solid #dee5f1;
    vertical-align: middle;
    padding: .65rem 1rem;
} 
.td-notes{
	max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sort-table_length {
    padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}

#sort-table_paginate {
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
.dataTables_info {
    padding-left: 15px;
	font-weight: 500;
}
.dataTables_paginate {
    padding-right: 15px;
}
.theme-form label{
    margin-bottom: .5rem!important;
    font-size: 13px!important;
    font-weight: 550!important;
    color: black !important;
}
.form-group label{
	font-weight: 550!important;
}
.theme-form .form-control{
    background: #fcfdff;
    padding: .375rem .75rem;
    height: calc(1.95em + .75rem + 2px);
    border-color: #dbe4f1;
    font-size: 14px!important;
}
.theme-form .form-group {
    margin-bottom: 1.75rem;
}
/*--Theme Modal--*/
.modal-header {
    background: #0276FD;
}
.modal-title {
    color: #fff;
}
.modal-content{
	border: 0;
}
.close {
    float: right;
    font-size: 1.85rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .75;
}
/*--Dashboard Card--*/
.myCard {
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.12);
    border: none;
    text-align: right;
    margin-top: 15px;	
    margin-bottom: 30px;	
}
.myCard .card-icon{
    width: 64px;
    height: 64px;
    position: absolute;
    top: -15px;
    font-size: 32px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#0276FD;
}
.myCard :hover .card-icon {
    top: -25px;
}
.myCard .card-head {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #007bff;
}
.myCard h4 {
    margin: 10px 0;
    font-weight: 700;
    color: #455055;
}
.invoice-card {
    padding: 30px;
    border: 1px solid #dbe4f1;
    border-radius: 5px;
    background: #fcfdff;
}
.invoice-card h5 {
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    color: #455055;
}
.invoice-card hr {
    border-top: 1px solid #dbe4f1;
}
.invoice-info {
    background: #e2f4ff;
    padding: 15px;
}
.invoice-info h6 {
    color: #455055;
    font-size: 13px;
    font-weight: 700;
}
.invoice-info address {
    margin-bottom:0px;
	line-height: 24px;
}
.invoice-info p {
    margin-top: 0;
    margin-bottom: 0.2rem;
}
.invoice-info .badge {
    padding: .35em .45em 0.15em;
}
.user-info {
    text-align: center;
    border: 1px solid #dbe4f1;
    border-radius: 5px;
    background: #fcfdff;
    padding: 15px;
}
.user-info h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.user-info h6{
	font-size: 14px;
	color:#455055;
}
.user-info .user-thumb img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center right;
	object-position: center right;
	margin: 0px auto 5px;
	padding: .35rem;
	background-color: #fff;
	border: 1px solid #dbe4f1;
}
.user-info .nav {
    text-align: left;
    margin-top: 20px;
}
.user-info .nav .nav-item {
    color: #455055;
    border-top: 1px solid #dbe4f1;
}
.user-info .nav .nav-item a{
    color: #96a2a7;
    padding: .75rem 1rem;
}
.user-info .nav .nav-item a span{
        margin-left: 5px;
}
.user-info .nav .nav-item a:hover{
    color: #455055;
}
.user-info .nav .nav-item .active{
    color: #455055;
}
.user-info .nav .nav-item:last-child a {
    padding-bottom: 0px;
}
.user-details h2{
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbe4f1;
    color: #455055;
}
/*--FOOTER--*/
.footer {
    background: #0276FD;
    padding: .9rem 1.3rem;
    font-size: .65rem;
    color: #ffffff;
    margin: 0 0 1.25rem 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.theme-form .custom-control label.mb-0 {
    margin-bottom: 0!important;
}
.datepicker-input {
    position: relative;
}
.datepicker-input .form-control{
    padding-right: 25px;
}
.datepicker-input .input-group-addon {
        position: absolute;
    right: 15px;
    top: 9px;
    font-size: 20px;
    color: #9bb1d9;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #fcfdff;
    padding: 4px 5px;
    height: auto;
    min-height: 41.3px;
    border-color: #dbe4f1;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dbe4f1 1px;
    width: 100%;
    float: left;
        padding: 4px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dbe4f1;
    padding: 0;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #cecece;
    color: #7c95c5;
    cursor: pointer;
        font-size: 13px;
    padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #7c95c5;
}
.add-ticket-modal .close,.add-ticket-modal .close:hover,.add-ticket-modal .close:active,.add-ticket-modal .close:focus {
        margin-right: 15px;
    margin-top: 7px;
    color: #fff;
    border: none;
    outline: none;
}
.input-with-add {
    display: flex;
    align-items: center;
}
/* .input-with-add .form-control {

} */
.input-with-add .add-btn {
width: 45px;
    height: 45px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #dbe4f1;
    border-radius: 4px;
    float: left;
        color: #0978fa;
        cursor: pointer;
}
.show-labor-code {
    display: none;
}
.popup-scroll{
	height:auto;
	max-height: 315px;
    overflow-y: scroll!important;
    display: block;
}
.popup-scroll-450{
	height: 450px;
    overflow-y: scroll!important;
    display: block;
}
/*--Job ID Time Line--*/
.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}
.timeline:before {
    content: '';
    position: absolute;
    top: 21px;
    bottom: 60px;
    width: 2px;
    background: #00489b;
    left: 5%;
    margin-left: 0;
}
.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 10px 0;
}
.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 10%;
    text-align: right;
    top: 40px;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}
.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 13px;
    color: #00489b;
}
.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 22px;
    color: #455055;
}
.timeline .timeline-icon {
    left: 0%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 20px;
}
.timeline .timeline-icon a {
    text-decoration: none;
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 40px;
    background: #00489b;
    line-height: 10px;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    line-height: 28px;
    /* border: 2px solid #aaa; */
    transition: border-color .2s linear;
    font-weight: 600;
}
.timeline .timeline-body {
    margin-left: 9%;
    margin-right: 3%;
    background: #fcfdff;
    position: relative;
    padding: 15px;
    border-radius: 6px;
}
.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fcfcfc;
    left: -20px;
    top: 20px;
}
/* .timeline .timeline-body>div+div { */
    /* margin-top: 15px */
/* } */
.timeline .timeline-body>div+div:last-child {
    /* margin-bottom: -20px; */
    padding-bottom: 0px;
    border-radius: 0 0 6px 6px;
}
.timeline-header {
    line-height: 30px
}
.timeline-header .job-task {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}
.timeline-header .job-task,
.timeline-header .job-task a {
    color: #0276FD;
}
.timeline-content {	    
    padding-top: 10px;
    border-top: 1px solid #e2e7eb;
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}
.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}
.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding: 15px 15px 0;
}
.timeline-content .form-control{
    font-size: 12px!important;
}
.timeline-notes {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}
.job-card{
	border: 1px solid #dee5f1;
	background: #ffffff;
	margin-top: 10px;
}
.job-card .card-header{
	padding: .5rem 1.25rem;
	margin-bottom: 0;
	background-color: #f4f6fc;
	border: none;
	box-shadow: none;
	font-weight: 600;
}
.job-card .list-item {
    border-bottom: 1px solid #dee5f1;
    margin-top: 10px;
}
.job-status .form-control{
	font-size: 11px;
	height: calc(1.2em + .5rem + 2px);
	padding: .15rem .15rem;
	background: transparent;
	font-weight: 700;
	width: 110px;
}
.job-status .btn{
	font-size: 11px!important;
    font-weight: 600;
    padding: 5px 10px!important;
    line-height: 11px;
    min-height: 22px;
    margin: 0px!important;
    vertical-align: top;
}
/*--//Job ID Time Line--*/

/* Table sticky header  */
.table-sticky-header .table {
    position: relative;
    width: 100%;
    float: left;
}
.table-sticky-header .table thead tr th{
    position: sticky;
    top: 0;
        z-index: 2;
    background: #dee5f1;
}

.labour-header-info {
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    color: #fff;
    padding: 0.9rem;
}
.table-container.no-pagination .bottom{
display: none
}
.stockin-stockout-container {
    display: flex;
}
.page-loading {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: rgb(255 255 255 / 50%);
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15%;
}
.page-loading h4{
	font-weight: 600;
	font-size: 24px;
	color: #000000;
}
/*--Data Table--*/
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 1;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
    min-width: 15%;
    max-width: 15%;
    background: #eeeeee;
    color: #fff;
    transition: all 0.3s;
    padding-top: 10px;
}
#sidebar.active {
    margin-left: -15%;
}
#sidebar ul li {
	text-align: left;
	display: block;
	float: left;
	margin: 5px 10px;
	width: 100%;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.0em;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
#sidebar ul li a:hover {
	background-color: #007bff;
	color:#fff;
}
#sidebar ul li a.active{
   
   background-color: #007bff;
   color:#fff;
}
#sidebar ul li a i {
   width: 24px;
}
#content {
    width: 85%;
    min-height: 100vh;
    transition: all 0.3s;
}
#content.active {
    width: 100%;
}
@media (max-width: 768px) {
	#my-header .navbar-brand {
    margin-left: 15px;
    width: 190px;
}
	#sidebar {
    min-width: 35%;
    max-width: 35%;
    margin-left: -35%;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }	
	#content {
		width: 100%;
	}
	#sidebar ul li a {
		padding: 10px;
		font-size: 1.0em;
		display: block;
		background-color: #fff;
		border-radius: 5px;
		font-weight: 600;
	}
		
	#sidebar ul li a i {
	   width: 16px;
	}
}
#customertable_paginate {
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
#customertable_length {
    padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
#customertable_filter {
    padding-right: 15px;
	padding-top: 5px;
}
#employeetable_paginate {
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
#employeetable_length {
   padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
#servicerequesttable_paginate {
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
#employeetable_filter {
    padding-right: 15px;
	padding-top: 5px;
}
#servicerequesttable_length {
    padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    display: inline-block;
    width: 50%;
}
#servicerequesttable_filter {
    padding-right: 15px;
	padding-top: 5px;
}
.dataTables_info {
    padding-left: 15px;
	font-weight: 500;
}
.dataTables_paginate {
    padding-right: 15px;
}
.capitalize{
	text-transform:capitalize;
}
.nosort:before,.nosort:after{
	display:none !important;
}

.badge-tag {
font-size: 12px;
    border: solid 1px #00489b;
    padding: 1px 8px;
    border-radius: 15px;
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 3px;
}
.badge-tag.active {
    background: #00489b;
        color: #fff;
}
.modal.add-part-modal-container {
    background-color: rgba(0, 0, 0, 0.5);
}


/*-- INDEX NEW DASHBOARD--*/

.ch-235{min-height: 235px;}
.ch-250{min-height: 250px;}
.ch-275{min-height: 275px;}
.ch-300{min-height: 300px;}

.index-card {
    background: #ffffff;
    border: 1px solid #dadfe5;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 7px;
    margin-bottom: 1rem;
}
.index-card .card-header {
    background: #fff;
    border-bottom: 1px solid #dadfe5;
    padding: 0.75rem 1.05rem 0.75rem 1.05rem;
    border-radius: 7px 7px 0 0;
}
.index-card .card-header .card-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 100%;
    color: #222222;
}
.index-card .card-body {
    padding: 1.25rem 1.25rem;
    position: relative;
}
.ticket-box {
    text-align: center;
}
.ticket-box h5 {
    font-weight: 600;
    color: #aaaaaa;
    margin-bottom: 0;
    font-size: 1rem;
}
.ticket-box .chart{
   width:150px;
   height:150px;
   margin:0 auto
}
.finance-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.05rem;
}
.finance-box h6 {
    font-weight: 600;
    color: #606569;
}
.progress {
    height: 0.75rem !important;
    margin-bottom: 5px;
}
.dot-label {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
}
/*--Customers--*/
.customers-box .cbt-card h5 {
    background: transparent;
}
.customers-box h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 1rem;
    padding: 5px 10px;
    width: 85%;
    margin-bottom: 15px;
    background: #333;
    border-radius: 8px;
}
.customers-box h2 {
    font-weight: 600;
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 15px;
}
.customers-box h6 {
    font-weight: 600;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 5px;
}
.customers-box .cbt-card i{
    float: right;
    vertical-align: middle;
    margin-top: 5px;
}
/*--Billing--*/
.billing-box h2 {
    font-weight: 700;
    font-size: 1.75rem;
    color: #666;
    margin-bottom: 5px;
}
.billing-box h6 {
    font-weight: 600;
    color: #aaaaaa;
    margin-bottom: 7px;
    font-size: 1rem;
    margin-top: 10px;
}
.billing-box span {
    font-weight: 600;
    color: #aaaaaa;
}
.billing-box .bill-icon {
    display: inline-flex;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #eee;
}
.billing-box .bill-icon i{
   font-size:1.5rem;
}

/*-- //INDEX NEW DASHBOARD--*/

.action a {
    display: none;
}
.action:hover a {
    display: inline-block;
}




th.dtfc-fixed-left,
th.dtfc-fixed-right {
  z-index: 1;
  background: #dee5f1;
}

.odd td {background-color: #fcfdff !important;}
.even td {background-color: #fff !important;}

div.dtfc-right-top-blocker,
div.dtfc-left-top-blocker {
  margin-top: 6px;
  border-bottom: 0px solid #ddd !important;
}

table.dataTable.table-bordered.dtfc-has-left {
  border-left: none;
}

div.dataTables_scroll.dtfc-has-left table.table-bordered {
  border-left: none;
}

div.dataTables_scrollBody {
  border-left: 1px solid #ddd !important;
}

div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
  border-left: 1px solid #ddd !important;
}

tr.dt-rowReorder-moving td.dtfc-fixed-left,
tr.dt-rowReorder-moving td.dtfc-fixed-right {
  border-top: 2px solid #888 !important;
  border-bottom: 2px solid #888 !important;
}
tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
  border-left: 2px solid #888 !important;
}
tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
  border-right: 2px solid #888 !important;
}

/*--Chat History--*/

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}
.chat .chat-history ul {
    padding: 0
}
.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 20px;
	margin-right:15px;
}
.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}
.chat .chat-history .message-data {
    margin-bottom: 10px;
}
.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 30px;
}
.chat .chat-history .message-data-time {
    color: #666;
    padding-left: 6px;
    font-size: 13px;
}
.chat .chat-history .message {
    color: #000;
    padding: 10px 12px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    position: relative
}
.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}
.chat .chat-history .my-message {
    background: #f3f3f3;
    /*width: 90%;*/
	max-width:600px;
}
.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px
}
.chat .chat-history .other-message {
    background: #e2efff;
    text-align: right;
    /*width: 90%;*/
	max-width:600px;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #e2efff;
    left: 93%
}
.chat .chat-message {
    padding: 20px
}
/*----*/

/* Employee Module */
select#job_filter_type {
    margin-left: 10px;
}

.employee_search_btn {
    margin-left: 20px;
}

.reset-password {
    color: #007bff; /* Primary color for links */
    cursor: pointer; /* Ensures the cursor shows as a pointer */
    text-decoration: none; /* Removes the underline for links */
    padding: 5px 10px; /* Optional: adds padding to make it button-like */
    transition: color 0.3s ease; /* Smooth color transition */
}

.reset-password:hover {
    color: #0056b3; /* Darker shade on hover */
    text-decoration: underline; /* Adds underline effect on hover */
}

.reset-password i {
    margin-right: 5px; /* Adds some space between the icon and the text */
}

/* Scheduler buttons */
.button-grid-scheduler button {
    width: 48%; /* Make buttons take up almost half the width */
    margin-right: 2%; /* Add space between buttons in the same row */
    padding: 0px !important;
}

.button-grid-scheduler button:nth-child(2n) {
    margin-right: 0; /* Remove right margin for the second button in each row */
}

/* Admin Queue Employee dropdown */
select#employeename {
    text-transform: capitalize;
}

/*** Toggle button for Employee Active and Inactive Status ***/
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f10c0c;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3; /* Blue for active */
}

input:checked + .slider:before {
  transform: translateX(26px); /* Move the circle */
}

/* Rounded slider */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
