@charset "utf-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Base Typography
2. Link
4. Images
5. Framework 
*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body{
    height: 100%;
}
#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#wrapper .main-container {
    background-color: #fafafa;
    width: 100%;
    overflow-x: hidden;
}
#wrapper .main-container .content-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100vh;
}
body{ 
    color: #444444;
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    background-color: #fafafa;
    scroll-behavior: smooth !important;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/


/*.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 { line-height: 1.2;font-weight:700; font-family: inherit;color: #393185;font-family: 'HelveticaNeue', sans-serif;}*/

.h1, h1 {
    /*font-family: Helvetica;*/
    font-size: 23px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.h2, h2 {height: 24px !important;
         /*font-family: Helvetica !important;*/
         font-size: 20px;font-weight: normal !important;font-stretch: normal !important;font-style: normal !important;line-height: normal !important;letter-spacing: normal !important;color: #444444 !important;}
.h3, h3{
    /*font-family: Helvetica;*/
    font-size: 18px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}

/*.mt-5, .my-5{margin-top: 5rem!important;}*/

/* 4. Link
------------------------------------------------------------------------------*/
/*button.btn {border-radius: 2px;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444;color: #fff;font-family: Helvetica;font-size: 18px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #ffffff;}*/  

a:hover{ /*color:#444444 !important;*/ text-decoration: none; }
a:focus {outline: none !important;text-decoration: none;}
/*a{font-family: Helvetica;font-size: 17px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.59;letter-spacing: normal;text-align: center;color: #444444 ;}*/
a{color: #444444 ;text-decoration: none;}
.border {border: 1px solid #e0e0e0;}
p{
    /*font-family: Helvetica;*/
    font-size: 17px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.59;letter-spacing: normal;color: #444444;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color: #444444 !important;font-size: 17px !important;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #444444 !important; font-size: 17px !important;}
::-ms-input-placeholder { /* Microsoft Edge */color: #444444 !important; font-size: 17px !important;}
/*a.btn{border-radius: 5px !important;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444 !important;color: #fff;}*/
.point-event {
    cursor: pointer;
}
.mt-14{
    margin-top : 14px;
}
.font-21{font-size: 21px;}
a.close-side {display: none;}
/*a.btn {border-radius: 5px !important;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444 !important;color: #fff;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal; color: #444444; }
:focus {outline: none !important;}*/

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */

/*-----------------Start For Business Page cs-------------*/

/*#wrapper {width: 100%;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}*/
/*.main-container{width:100%;overflow-x: hidden;}*/
/*.container {max-width: 1800px;padding-left: 5%;padding-right: 5%;}*/
section.home-business {margin: 0 auto;width: 100%;text-align: center;}
.right-business,.left-business {padding-left: 60px;padding-right: 60px;}
/*.left-business {padding-left: 60px;padding-right: 60px;}*/
img.home-back {max-width: 80%;}
section.home-business p {font-family: Helvetica;font-size: 17px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.59;letter-spacing: normal;text-align: center;color: #444444;}  
/*.link-business a {float: unset;width: 100%;margin: 0 auto;display: block;}*/
/*.link-business a {float: unset;width: 100%;margin: 0 auto;display: block;font-family: Helvetica;font-size: 17px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: 1.59;letter-spacing: normal;text-align: center;color: #444444;text-decoration: underline}*/
#newjob_form i.fa.fa-clock-o.input_icon {
    font-size: 20px;
}

.mCustomScrollBox {

    height: calc(100vh - 50px) !important;
}
.logo-sidebar.mt-5 {
    float: left;
    margin-top: auto;
    width: 100%;
    /* color: #444; */
}
/*-----------------End For Business Page-------------*/
i.fa.fa-check.job-abside {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 3px;
    background-color: #4CAF50;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    margin: 5px 5px;
    /* z-index: 11111111;*/
}
.detailImg-box .align-cen {
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    top: 40%;
}
.detailImg-box .align-cen img.center-detals {
    height: auto;
    width: 50px;
}
a.delete_record i {
    text-align: center;
    background-color: #444;
    line-height: 40px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
}
a#add_box i {
    text-align: center;
    border: 1px solid #4444;
    height: 40px;
    background-color: #444;
    color: #fff;
    line-height: 40px;
    width: 40px;
    border-radius: 40px;
}
/*-----------------Start Login Page------------------------*/

/*.login .bg-login-image {margin-top: 16%;margin-right: -35px !important;}*/
/*.login .bg-login-image img {margin: 0 auto;display: block;}*/
.login .right-border {border-left: 1px solid #d8d8d8;}
/*.form-control {background-color: #ededed !important; font-family: Helvetica;font-size: 17px !important;font-weight: normal !important;font-stretch: normal !important;font-style: normal !important;line-height: normal !important;letter-spacing: normal !important;color: #444444 !important;padding: .7rem 0.75rem !important;border-radius: 5px !important;background-color: #ededed !important; }*/
/*.custom-control {position: relative;display: block;min-height: 1.5rem;padding-left: 1.5rem;}*/
form.user .custom-checkbox.small label {line-height: 1.5rem;font-size: 15px;}

form.user .custom-checkbox.small label {/* line-height: 1.5rem; *//* font-size: 15px; */font-family: Helvetica;font-size: 17px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal !important;letter-spacing: normal;color: #444444;}
.login a.btn.btn-md.btn-block {border-radius: 5px;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444;color: #fff;}
.login a.d-sm-inline-block {color: #444;text-align: end;float: right;font-family: Helvetica;font-size: 17px;font-weight: normal;font-stretch: normal;font-style: normal;}
.login a.blod-inner{font-weight: bold;color: #444;}
.login .h4 {font-weight: bold !important;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;text-transform: uppercase;}
.login .fa-eye-slash:before {content: "\f070";position: absolute;right: 12px;z-index: 111;top: 16px;color: #444;}
.login .fa-eye:before {content: "\f06e";position: absolute;right: 12px;z-index: 111;top: 16px;color: #444;}

/*-----------------End Login Page------------------------*/

/*-----------------Start forgot Page------------------------*/

/*.forgot .bg-login-image {margin-top: 16%;margin-right: -35px !important;}*/
.forgot p{font-size: 16px;}
/*.forgot .bg-login-image img {margin: 0 auto;display: block;}*/
.forgot .right-border {border-left: 1px solid #d8d8d8;}
.forgot a.btn.btn-md.btn-block {border-radius: 5px;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444;color: #fff;}
.forgot a.d-sm-inline-block {color: #444;text-align: end;float: right;font-family: Helvetica;font-size: 17px;font-weight: normal;font-stretch: normal;font-style: normal;}
.forgot a.blod-inner{font-weight: bold;color: #444;}
.forgot .h4 {font-weight: bold !important;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;text-transform: uppercase;}

/*-----------------End forgot Page------------------------*/

/*-----------------Start business details Page------------------------*/

.business-form .bg-login-image {margin-top: 25%;margin-right: -35px !important;}
.business-form p{font-size: 16px;}
.business-form .bg-login-image img {margin: 0 auto;display: block;}
.business-form .right-border {border-left: 1px solid #d8d8d8;}
.business-form a.btn.btn-md.btn-block {border-radius: 5px;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444;color: #fff;}
.business-form a.d-sm-inline-block {color: #444;text-align: end;float: right;font-family: Helvetica;font-size: 17px;font-weight: normal;font-stretch: normal;font-style: normal;}
.business-form a.blod-inner{font-weight: bold;color: #444;}
.business-form .h4 {font-weight: bold !important;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;text-transform: uppercase;}
.business-form .mearge-from {display: flex;width: 100%;}
.business-form .left-input {padding-right: 10px;width: 100%;}
.business-form .right-input {float: left;width: 100%;}
.business-form label.wrap {position: relative;width: 100%;margin-bottom: 0;}
.business-form select#property_type {height: 45px;border-color: #dbdbdb;background-color: #fff;border: 1px solid #dbdbdb;font-size: 17px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;padding: 0 14px !important;}
.business-form label.wrap:after {content: "\f107";font-family: FontAwesome;color: #444444;position: absolute;right: 0;top: 9px;z-index: 1;height: 100%;pointer-events: none;padding: 0 18px;}
.business-form select {-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';}
.files input {outline: 2px dashed #ababab;border: none;background-color: #ededed;outline-offset: 0px;-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;transition: outline-offset .15s ease-in-out, background-color .15s linear;padding: 0 0px 133px 0%;text-align: center !important;margin: 0;width: 100% !important;height: 29vh;}
.files input:focus{     outline: 2px dashed #ababab;  outline-offset: 0px;-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;}
.files{ position:relative}
.files:after {  pointer-events: none;position: absolute;top: 60px;left: 0;width: 50px;right: 0;height: 56px;content: "";background-image: url(http://localhost:8000/images/ion-md-cloud-upload.svg);display: block;margin: 0 auto;background-size: 100%;background-repeat: no-repeat;}
.files:before {position: absolute;bottom: 25px;left: 0;pointer-events: none;width: 50%;right: 0;/* height: 31px; */content: "Select File";display: block;margin: 0 auto;color: #fff;font-weight: 600;text-transform: capitalize;text-align: center;background-color: #444444;padding: 10px;}

/*-----------------End business details Page------------------------*/


/*-----------------Start Dashboard Page css------------------------*/
/*.mCustomScrollBox {

    box-shadow: 6px 0 21px #cccc;
}*/
.s-align {
    display: flex;
    width: 100%;
}
.dashboard #logout i.fa.fa-sign-out {
    font-size: 73px;
}
.content img.profile_image {
    border-radius: 50px;
}
.dashboard {display: flex;width:100%;position: relative;}
nav.navbar.navbar-expand.navbar-light.bg-white.topbar.shadow {border: 0;border-bottom: 1px solid rgba(0,0,0,.1);}
/*.navbar-nav{box-shadow: -7px 30px 27px 0 rgba(142, 142, 142, 0.71);}*/
/*nav.sidebar {width: 15rem;min-height: 100vh;border-right: 1px solid rgba(0,0,0,.1);z-index: 11;} */
/*a.sidebar-brand.d-flex.align-items-center.justify-content-center {padding: 1rem 1rem;padding-bottom: 0;}*/   

/*.navbar-nav{display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;}*/
/*.sidebar .nav-item .nav-link {display: block;width: 100%;text-align: left;padding: 1rem 16px;*/
/*width: 15rem;*/
/*}*/
/*.sidebar-dark .nav-item .nav-link {color: #707070;}*/

/*li.nav-item {border-left: 4px solid #fff !important;}
li.nav-item:hover {border-left: 4px solid #444444 !important;}
li.nav-item:hover {background-color: #e0e0e0;}
.sidebar-dark .nav-item .nav-link span {display: inline;padding: 0px 5px;font-size: 15px;}*/
/*a.nav-link{font-family: Helvetica;font-size: 15px;display: block;width: 100%;text-align: left;}*/
/*a.nav-link:hover {color: #444444;font-family: Helvetica;font-size: 15px;font-weight: bold;display: block;width: 100%;text-align: left;}*/
/*.sidebar-dark .nav-item .nav-link i{color: #707070;}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {color: #444;}
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {color: #444444;}*/
.shadow {box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;}
.topbar {height: 82px;border-bottom: 1px solid #e5e5e5;}
.navbar-expand .navbar-nav {flex-direction: row;padding-top: 6px;}
.ml-auto, .mx-auto {margin-left: auto!important;}
/*.navbar-nav {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;}*/
/*.navbar {position: relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding: .5rem 1rem;}*/
li.nav-item.dropdown.no-arrow.mx-1 {border-left: none !important;padding: 4px 29px;}
/*.badge {display: inline-block;padding: .30em .5em !important;font-size: 75%;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;background-color: #444444 !important;border-radius: 50% !important;position: absolute !important;}*/

.badge {
    display: inline-block;
    padding: 1px 0 !important;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #444444 !important;
    border-radius: 50% !important;
    position: absolute !important;
    line-height: 20px;
    height: 20px;
    width: 20px;
    /* max-width: fit-content; */
}
li.nav-item.dropdown.no-arrow {border-left: none !important;}
li.nav-item.dropdown.no-arrow.mx-1:hover {background-color: transparent !important;}
li.nav-item.dropdown.no-arrow:hover {background-color: transparent !important;}
/*.right {width: 100%;text-align: right;}*/
.dropdown button.btn.btn-primary.dropdown-toggle {background-color: transparent !important;border: none;overflow: hidden;box-shadow: none !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 179px !important;padding: .5rem 0;margin: 1rem 0 0 !important;font-size: 1rem;color: #292b2c;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);border-radius: .25rem;left: -100px !important;}
.dropdown-toggle::after {color: #000 !important;display: none !important;}
.fa-angle-down:before {content: "\f107";display: inline-block;color: #444;padding: 0 8px;font-weight: 600;}
.content-part {display: inline;text-align: center;}
.text-primary {font-family: Helvetica;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: center;color: #282d32 !important;}
.new-list {text-align: left;display: flex;float: left;width: 100%;text-align: center;flex: 1 1 auto;padding: 1.25rem;}
.number-content{font-family: Helvetica;font-size: 15px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.list-view {text-align: center;margin: 0 auto;}
h1.h3.mb-0.text-gray-800 {float: left;width: 100%;}
a.job-hist:last-child {padding-right: 0;}
a.job-hist {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 0.93;letter-spacing: normal;color: rgba(43, 48, 52, 0.4);padding: 0 14px;}
a.job-hist.active {color: #2b3034;}
.table-history table {border-collapse: collapse;width: 100%;}
.table-history th,.table-history td {text-align: left;padding: 10px;}
.table-history tr:nth-child(even) {background-color: #f2f2f2;}
.table-history tr:nth-child(odd) {background-color: #fff;}
.table-history th{text-align: center !important;font-family: Helvetica;font-size: 15px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: 1.07;letter-spacing: normal;text-align: center;color: #444444;}
.table-history {border: 1px solid #e0e0e0;}
.table-history  tr{border-bottom: 1px solid #e0e0e0;}
.table-history  td {text-align: center !important;font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.table-history tr:last-child {border-bottom: none;}
a.dropdown-item {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;padding: 8px;}
.dropdown-item i {padding: 0 11px;padding-top: 0;}
.notification-head a.dropdown-item {display: contents;}
.notification-head {padding: 8px;}
.sub-noti ul li a {font-family: Helvetica;font-size: 15px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.dropdown-menu.first ul {padding-left: 0;list-style: none;}
.dropdown-menu.first {min-width: 300px !important;left: -333px !important;padding: .8rem !important;margin: 1.5rem 0px !important;right: -23px;}
.dropdown-menu.first ul li.head.text-light.bg-dark span {font-family: Helvetica;font-size: 15px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.dropdown-menu.first ul li a{font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
strong.text-info {font-family: Helvetica;font-size: 15px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.job-status {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.dropdown-menu.first small.text-warning {opacity: 0.63;font-family: Helvetica;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.sidebar{
    box-shadow: 3px 81px 11px #cccc;
}
.logo-sidebar {
    display: none;
}
.table-history table tbody tr th {
    text-align: left !IMPORTANT;
}
.table-history table tbody tr td {
    text-align: left !important;
}
/*-----------------End Dashboard Page css------------------------*/


/*-------------------------Strat Job page css--------------------------*/
img.dollar_img {
    position: absolute;
    float: right;
    right: 0;
    height: auto;
    width: 30px;
    background-color: #fff;
    border-radius: 30px;
}
/*#tabs a.nav-link:hover {text-align: left !important;}
#tabs .nav-tabs .nav-link {border: none;border-top-right-radius: .25rem;border-top-left-radius: .25rem;}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #464a4c;background-color: transparent !important;border-color: #ddd #ddd #fff;border-bottom: 2px solid #444444 !important;	}
#tabs a.nav-item {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: center;color: #444444;}
#tabs a.nav-item{text-align: left!important;}
#tabs a.nav-link {width: auto !important;}
#tabs .nav-fill .nav-item {-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: inherit !important;text-align: center; width: 119px; margin-right: 23px !important;}    
#tabs a.nav-link:hover {-webkit-box-flex: 1;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: inherit !important;text-align: center !important; width: 119px; margin-right: 23px !important;}*/
.job-form input.form-control.form-control-user {height: 47px;border-color: #e0e0e0;margin-left: 10px;background-color: transparent !important;background-color: #fff !important;}
.left-drop label.wrap {float: left;width: 60% !important;display: inline-grid;}
.job-form select#property_type {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;height: 47px;background-color: transparent !important;padding: 0.0rem 0.75rem !important; border: 1px solid #e0e0e0 !important;
                                color: #444444b3 !important;background-color: #fff !important;opacity: 1.5;border-radius: 5px;}
.job-form .wrap select.dropdown {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.job-form label.wrap {overflow: hidden;height: 50px;position: relative;}
.job-form label.wrap:after {content: "\f107";font-family: FontAwesome;color: #000;position: absolute;right: 0;top: 9px;z-index: 1;width: 10%;height: 100%;pointer-events: none;padding: 3px 0px;}
.job-form input.form-control.form-control-user::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.job-form input.form-control.form-control-user::-moz-placeholder { /* Firefox 19+ */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.job-form input.form-control.form-control-user:-ms-input-placeholder { /* IE 10+ */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.job-form input.form-control.form-control-user:-moz-placeholder { /* Firefox 18- */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
label.align-items-center.col-xs-2 {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;margin-bottom: 0;}
/*form.user .form-control-user {font-size: 15px;border-radius: 10rem;padding: 1.5rem 1rem;}*/
/*input[type=date], input[type=time], input[type=datetime-local], input[type=month] {-webkit-appearance: listbox;border-color: #e0e0e0 !important;margin-left: 10px !important;background-color: transparent !important;font-size: 15px !important;opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}*/
/*input.form-control.form-control-user {border: 1px solid #e0e0e0 !important;color: #444444b3 !important;opacity: 1.5;}*/
.job-list{float: left;width: 100%;border: solid 1px #e0e0e0;background-color: #fff;}
.job-list th {opacity: 0.65;font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.job-list td {text-align: left !important;padding-left: 0px;}
.job-list tr {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.job-list a.btn.btn-md.d-sm-inline-block.default {width: 150px;}
.job-list .right{border-top: solid 1px #e0e0e0;}
.job-list a.btn.btn-md.d-sm-inline-block.default:nth-child(1) {background-color: transparent !important;color: #444;border: 1px solid #e0e0e0;box-shadow: none;}
select#property_type:focus {outline: none !important;}
input[type="date"]:after {font-family: "FontAwesome";font-weight: 900; content: "\f073";color: #555;padding: 0 5px;}
input[type="date"]::-webkit-calendar-picker-indicator {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: auto;height: auto;color: transparent;background: transparent;}
input[type="date"]::-webkit-inner-spin-button {/* display: none; <- Crashes Chrome on hover */-webkit-appearance: none;margin: 0;}
input[type="date"]::-webkit-inner-spin-button {z-index: 1;}

input[type="date"]{
    position: relative;
}
input[type="date"]:after{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    pointer-events: none;
}
.lable_checkbox{
    position: relative;
    top: -2px;
}
/*-------------------------------End Job Page Css----------------------------*/



/*----------------------------Start New Jobs css----------------------------------*/
.modal-body img#d_image_view {
    float: left;
    width: 100%;}
span.dem-1 {
    text-align: justify;
    width: 58px !important;
    float: left;
    padding: 3px 0;
}
.new-job label.wrap:after {content: "\f107";font-family: FontAwesome;color: #000;position: absolute;right: 0;top: 9px;z-index: 1;width: 5%;height: 100%;pointer-events: none;padding: 3px 0px;}
.new-job select.dropdown {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.new-job label.wrap {overflow: hidden;height: 50px;position: relative;}
.new-job .left-drop label.wrap {float: left;width: 100% !important;display: inline-grid;}
.new-job select#property_type {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;height: 47px;background-color: transparent !important;padding: 0.0rem 0.75rem !important;border: 1px solid #e0e0e0 !important;color: #444444b3 !important;background-color: #fff !important;opacity: 1.5;border-radius: 5px;}
/*.new-job input{background-color: #fff !important;}*/
.line-text {text-align: center !important;border-bottom: 1px solid #e0e0e0 !important;line-height: 0.1em !important;/* margin: 10px 0 20px !important; */height: auto !important;margin: 0 auto !important;width: 90%;}
.line-text span {background: #fff;padding: 0 10px;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: oblique;letter-spacing: normal;color: #444444;}
/*.new-job {border: 1px solid #e0e0e0;padding: 1rem;background-color: #fff !important;}
.new-job label.form-control-placeholder {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.new-job input::placeholder {opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.new-job input::placeholder {  Chrome, Firefox, Opera, Safari 10.1+    opacity: 0.5; font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.new-job input:-ms-input-placeholder {  Internet Explorer 10-11     opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.new-job input::-ms-input-placeholder {  Microsoft Edge     opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.new-job input.form-control.form-control-user {border: 1px solid #e0e0e0 !important;color: #444444b3 !important;opacity: 1.5;margin-left: 0px !important;}*/
/*input[type="clock"]:after {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f073";color: #555;padding: 0 5px;}*/
/*.fa-clock-o:before {content: "\f017";position: absolute !important;right: 17px !important;z-index: 111 !important;top: 13px !important;}*/
.clockpicker-popover .popover-header {background-color: #444 !important;}
.clockpicker-popover .btn {color: #fff !important;}
.clockpicker-popover .btn-outline-primary:hover {color: #fff !important;background-color:  #444 !important;border-color:  #fff !important;}
/*a.tit-note {font-size: 14px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #636363 !important;list-style: none;text-decoration: none;}*/
.new-job textarea#audioname {background-color: #fff !important;}
.new-job textarea::placeholder {opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444 !important;}
.new-job hr {margin-top: 1rem;border: 0.5px solid #e0e0e0;width: 100%;margin-bottom: 1rem !important;}
/*.new-job .customer-type label.wrap:after {width: 9% !important;top: 6px!important;}*/
/*.new-job .customer-type select#property_type {height: 44px !important;}*/


/*----------------------------End New Jobs css----------------------------------*/


/*--------------------------Start Invite-user css-----------------------------*/

/*select#exampleFormControlSelect1 {font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;height: 43px;background-color: transparent !important;padding: 0.0rem 0.75rem !important;border: 1px solid #e0e0e0 !important;color: #444444b3 !important;background-color: #fff !important;opacity: 1.5;border-radius: 5px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}*/
.arrow-custom:after {content: "\f107";font-family: FontAwesome;color: #000;position: absolute;right: 0;top: 6px;z-index: 1;width: 8%;height: 100%;pointer-events: none;padding: 3px 0px;}
.arrow-custom {float: left;width: 100% !important;/* display: inline-grid; */overflow: hidden;height: 50px;position: relative;}
#transparent-btn {background-color: transparent !important;color: #444;border: 1px solid #e0e0e0;box-shadow: none;}
a.btn.btn-md.d-sm-inline-block.default {width: 150px;}
.table-history td button{background-color: transparent !important;border: none;color: #444;}
.table-history .btn-danger:hover{color: #444;} 
.table-history .btn-danger.focus, .btn-danger:focus {outline: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
.btn.focus, .btn:focus {outline: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
.table-history td a {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;  text-decoration: underline;padding-left: 0;
}
.swal2-title {

    font-size: 22px !important;
}
.swal2-content {

    font-size: 17px;}
/*-------------------------------------_End Invite-user css-------------------------*/



/*------------------------Start Print-moving--------------------------*/
.print-le-in {
    float: left;
    width: 100%;
}
.left-scaner {
    float: left;
    width: 100%;
}
.custom-select.in {position: relative;}
.custom-select.in select {display: none;}
.select-selected:after {position: absolute;content: "";top: 14px;right: 10px;width: 0;height: 0;
                        border: 6px solid transparent;border-color: #fff transparent transparent transparent;}
.select-selected.in.select-arrow-active:after {border-color: transparent transparent #fff transparent;top: 7px;}

.select-items div,
.select-selected {color: #6e707e;padding: 8px 16px;border: 1px solid transparent;cursor: pointer;user-select: none;}
.custom-select.in {height: calc(1.5em + 1.5rem + 2px);padding: .5rem .75rem;width: 100%;}
.select-items {position: absolute;background-color: #fff;top: 100%;left: 0;right: 0;z-index: 99;border: 1px solid #e0e0e0;}
.select-hide {display: none;}
.select-items div:hover,.same-as-selected {background-color: rgba(0, 0, 0, 0.1);}
.select-items .square-box {height: 18px;width: 18px;float: left;left:0;margin: 0 9px;margin-left: 4px;}
.select-selected .square-box {height: 18px;width: 18px;left: 5px;position: absolute;}
.left-print .active {
    background-color: #ededed !important;
}
.select-items div {
    padding-left: 0;
}
form.print-label label.form-control-placeholder {font-family: Helvetica;font-size: 16px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
form.print-label ul {float: left;width: 100%;padding: 0;}
form.print-label ul li {float: left;list-style: none;width: 100%;margin-left: 0px !important;}
.form-group.check-print {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
form.print-label button {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;border-radius: 5px;border: solid 1px #d8d8d8;padding: 10px 17px;background-color: #fff;}
form.print-label button span.size-print {display: flex;font-family: Helvetica;font-size: 13px;font-weight: 300;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
form.print-label ul li:nth-child(2) {margin: 0 9px;}
button.active-print.active {background-color: #d8d8d8;}
button#b1,#b2 {border-radius: 5px;box-shadow: none;font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;text-align: left;}
/*.btn.active{background-color: #d8d8d8 !important;}*/
.btn-group.act-in {display: flex;}
.right-can .new-job {padding: 0rem !important;}
.border-right {border-right: 1px solid #e0e0e0;padding: 1rem;}
form.print-label input#inlineCheckbox1 {width: 20px;height: auto !important;}
lable.right-charechter {font-family: Helvetica;font-size: 12px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;width: 7%;float: right;}
form.print-label label.form-control-placeholder {font-size: 15px;}
.main-groupbalance {padding: 1rem;}
.card-body.border-right input#audioname {border: 1px solid #e0e0e0 !important;color: #444444b3 !important;opacity: 1.5;margin-left: 0px !important;background-color: #fff !important;}
/*.card-body {padding: 1rem;}*/
.right-print {width: 50%;}
.left-print {width: 50%;}
.munber-content {font-family: Helvetica;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;display: flex;}
.scanner-label {border: 1px solid #e0e0e0;}
.scanner-label {padding: 1rem;width: 100%;}
/*.munber-content span {border: 1px solid #e0e0e0;border-radius: 50px;padding: 1px 5px;}*/
.munber-content span{
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 5px;
    float: right;

    padding-top: 0;

    text-align: center;
    padding: 8px 0;}

/*  span.d_start_number{padding: 3px 2px;width: 20px;
  height: 20px;}*/
.munber-content span.d_lot_number {
    padding: 3px 3px;
    width: auto;
    height: auto;}

.company-name p {font-family: Helvetica;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;float: left;margin-bottom: 4px;float: left;width: 100%;text-align: inherit;}
.model-title {display: flex;font-family: Helvetica;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;padding: 0px 2px;
              /* position: absolute; */
              margin-top: 10px;}
.company-information {font-family: Helvetica;font-size: 16px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.company-information p {font-family: Helvetica;font-size: 13px;font-weight: normal;font-stretch: normal;font-style: normal;letter-spacing: normal;color: #282d32;padding: 0;text-align: left;margin-bottom: 0;}
.scanner-label-inside {padding: 0.3rem;border: 1px solid #e0e0e0;display: flex;}
.scanner-label-inside .munber-content span {border: 1px solid #e0e0e0;border-radius: 50px;padding: 1px 5px;width: 25px;height: 25px;}
.scanner-label-inside .right-scaner img {width: 62px;height: 62px;}
.scanner-label-inside .munber-content span {border: 1px solid #e0e0e0;border-radius: 50px;padding: 3px 8px;width: 25px;height: 25px;}
.scanner-label-inside .company-name p {font-family: Helvetica;font-size: 13px;}
.left-scaner {float: left;width: 100%;}
.right-scaner {float: left;}
.scanner-label .col-xl-5 {
    display: inherit;
}
.print-ri-inner {
    float: right !important;
}
/*span.d_lot_number {
    top: 4px;
    position: absolute;
    display: contents;
}*/
input[list]
{
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #fff !important;
    padding: 20px 20px 20px 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666 !important;
}
span.type-own {
    font-size: 12px;vertical-align: middle;}
/*.greenText{   border: solid 21px #f0f;
  width: 50px;
  height: 50px;}

.blueText{ background-color:blue; }*/

option.red {background-color:red !important;}
option.blue {background-color:blue !important;}
option.white {background-color:white !important;}

.scanner-label-medium{
    border: 1px solid #e0e0e0;

}
.medium-scan {
    float: left;
}
/*.label-number-right span {
    border: 1px solid #e0e0e0;
    padding: 3px 2px;
    width: 20px;
    height: 20px;
    border-radius: 13px;
    border-radius: 50px;

    padding: 0px 2px;
    font-size: 13px;
   
    margin: 0 5px;
    float: right;
    
    text-align: center;
}*/
.medium-lwan.d_company_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    display: block;
}
.company-name p{   
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* max-width: 150px;*/
    display: block;

}
.print-le-in .company-name p {
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    display: block;
}

/*.print-le-in {
    float: left;
    max-width: 65%;
}
.print-ri-inner {
    float: right;
    max-width: 34%;
}*/
.company-name p span{   
    overflow: hidden;
    text-overflow: ellipsis;

    /*  white-space: nowrap;*/

    overflow-wrap: break-word;
    width: auto;

    /* display: block;
}
span.d_company_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 86px !IMPORTANT;
    /* display: block; */
}
.label-number-right span {
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 5px;
    float: right;

    padding-top: 0;

    text-align: center;
    padding: 4px 0;
}
.inside-print {
    float: left;
    width: 100%;
    display: contents;
}
.print-cont {
    float: left;
    width: 100%;
    display: flex;
    padding-left: 12px;
}
.print-le-in {
    width: 63%;
    float: left;
}
.scanner-label {
    padding: 1rem;
    width: 100%;

}

span.blank-title {
    float: left;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */

    /* white-space: nowrap; */
    overflow-wrap: break-word;
    width: calc(100% - 10px);
}
.print-le {
    float: left;

}
.print-ri{
    float: left;
    width: 70%

}
.company-name {
    padding: 4px;
}
.mp-info tr {
    border-bottom: 1px solid #eceeef;
}
.mp-info tr td {
    padding: 10px 0;
}
table.mp-info tfoot tr {
    border-bottom: none;
}
span.d_color_code {
    float: right;
    width: 7px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 0;}
span.time-inner {
    float: left;
    width: 100%;
    position: absolute;
    display: block;
    top: 115px;
    right: -9px;font-size: 15px;
}
span.date-inner {
    position: absolute;
    display: block;
    top: 97px;
    right: 71px;font-size: 15px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
    position: relative;
}
/*------------------------End Print-moving--------------------------*/


/*-------------------Dashboard Secound----------------------*/

.dashboard-h #logout i.fa.fa-sign-out {
    font-size: 73px !IMPORTANT;
}
.dashboard-h select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 1.2rem + 0px);
    padding: 0.5rem 4.75rem;
    padding-left: 14px;
}
zing-grid[loading] {
    height: 400px;
}
div#myChart {
    width: 100%;
}  
div#myChart-top {
    white-space: nowrap;
    width: 100% !important;
    height: 400px;
    position: absolute;
    overflow: hidden;
    margin: -71px -7px
}  
div#myChart-wrapper {
    white-space: nowrap;
    position: relative;
    /* height: calc(50vh - 65px) !important;*/
    width: 100%;
} 
.number-boxes {

    height: 100%;
}
div#myChart-wrapper {
    height: 210px;
}
.chart-content .chart-left {
    float: left;
    width: auto;padding: 90px 0;
}
.chart-content .chart-left ul {
    float: left;
    padding: 0;
    /*padding: 90px 0;*/list-style: none;margin: 0 -12px;
} 
.chart-content .chart-right ul {
    float: left;
    padding: 0;
    padding: 90px 0;list-style: none;
} 
#myChart tspan {
    font-size: 13px !important;}
.chart-content ul {
    float: left;
    padding: 0;
    padding: 50px 0;
}
.chart-content .chart-left ul li {
    font-size: 12px;
    width: 100%;
    margin-right: 30px;
}
.chart-content .chart-right ul li {
    font-size: 12px;
    width: 100%;
    margin-right: 30px;
}
.chart-content {
    display: flex;
}
.chart-left span{
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    margin-left: 0;
    height: 11px;
    border: 1px solid red;

    margin: 0px 5px;
}
.chart-right  span{
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    margin-left: 0;
    height: 11px;
    border: 1px solid red;

    margin: 0px 5px;
}
.chart-left span.first {
    /* content: "\2022"; */
    color: red;
    border: 1px solid red;
    background-color: red;

}
.chart-left span.two {
    /* content: "\2022"; */
    color: blue;
    border: 1px solid blue;
    background-color: blue;

}
.chart-left span.three {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.three {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.four {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.five {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.six {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.seven {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.eight {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
.chart-left span.nine {
    /* content: "\2022"; */
    color: pink;
    border: 1px solid pink;
    background-color: pink;

}
.chart-left span.ten {
    /* content: "\2022"; */
    color: red;
    border: 1px solid orange;
    background-color: orange;

}
div#myChart {
    float: left;
    width: 50%;
    height: auto;
}
/*-----------------------End Dashboard Secound--------------------*/

/*----------------Item Page-----------------*/
.item-bad select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.5rem 4.75rem;
    padding-left: 14px;
}



/* Bootstrap 4 text input with search icon */

.item-bad .has-search .form-control {
    padding-left: 2.375rem;
}

.item-bad .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.recliner-img {
    position: relative;
    width: 100%;
    /* padding-bottom: 93.13%; */
    /* display: block; */
    margin-right: 10px;
    height: 120px;
}
.recliner-time ul.time-zone {
    float: left;
    width: auto;
    padding: 0;
    list-style: none;
    color: #282d325c;
    font-size: 12px;margin-bottom: 6px;
}
.content-rexliner {
    float: left;
    width: 100%;font-size: 13px;
}
.recliner-right h6 {
    margin-bottom: 0;margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recliner-time ul.time-zone li {
    float: left;
    padding: 0;
}
ul.weight-ibs {
    float: left;
    width: auto;
    padding: 0;
    font-size: 13px;margin-bottom: 0;
}
ul.weight-ibs li {
    float: left;
    list-style: none;
}
.recliner-time ul.time-zone li:after {
    content: "|";
    padding: 0 7px;
}
ul.weight-ibs li:after{content: "|";
                       padding: 0 7px;}
ul.weight-ibs li:last-child:after {
    content: "";

}
.recliner-time ul.time-zone li:last-child:after {
    content: "";

}
ul.weight-ibs li label {
    font-size: 13px;
}
.recliner-img img{
    width: 100px;
    /* position: absolute; */
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recliner-content {
    display: flex;border: 1px solid rgba(0,0,0,.125);
}
.del-item {
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
    text-align: end;
    padding: 7px 22px;font-weight: 600;
}
.delete-content i.material-icons {
    font-size: 60px;
}
.delete-content {
    float: left;
    width: 100%;
    text-align: center;
}
.inner-delete h4.modal-title {
    font-weight: 600;
}
.inner-delete .delete-content p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.inner-delete .modal-footer {
    text-align: center;
    float: left;
    border-top: 0;
    margin: 0 auto;
}
/*----------------End Item Page------------------*/

/*---------------------------- Start Setting Page css---------------------------*/


a.btn.btn-md.d-sm-inline-block.default.twoToneButton {border-radius: 5px !important;box-shadow: 0 3px 24px -11px rgba(0, 0, 0, 0.5);background-color: #444444 !important;color: #fff;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;}


/*---------------------------- End Setting Page css---------------------------*/


/*---------------------------Strat Edit Company------------------------------*/
.logo-com {
    text-align: center;
}
/*------------------------------and Edit Comapny-------------------*/




/*--------------------------Start Estimat css-----------------------------*/

.table-history i.fa.fa-eye:before {position: unset !important;}


/*--------------------------End Start Estimat css-----------------------------*/



/*----------------------------Start pricing page css-------------------------*/

/*.price-table {border: 1px solid #e0e0e0;padding: 1rem;text-align: center;}
.price-table ul {padding: 0;list-style: none;}
.price-title { font-family: Helvetica;font-size: 25px;font-weight: bold;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
.price-description h3 {font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444; font-family: Helvetica;}
.price-table ul li{font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;padding: 5px;}
.right.align-items-center {float: none;width: auto;margin: 0 auto;display: inline-block;}
ul.list-group li.list-group-item {margin: 0 auto;border: none !important;}*/

/*-----------------------------------End Pricing page css----------------------------*/

/*-------------------------military-Details css--------------------*/

.job-title {text-align: center;padding: 1.2rem;border-bottom: 1px solid #e0e0e0;}
.military-details-inner {float: left;width: 100%;border: solid 1px #e0e0e0;background-color: #fff;}
.military-details-inner .job-title {text-align: center;padding: 1.2rem;border-bottom: 1px solid #e0e0e0;}
.military-details-inner th {opacity: 0.65;font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.military-details-inner tr {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.military-details-inner td {text-align: left !important;padding-left: 0px;}
.military-details-inner a.btn:nth-child(1) {background-color: transparent !important;color: #444;border: 1px solid #e0e0e0;box-shadow: none;}
.pickup p {float: left;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.47;letter-spacing: normal;color: #282d32;text-align: inherit;width: 98.5%;}
.pickup span {opacity: 0.65;font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.pickup {float: left;width: 100%;}
/*section#tabs {float: left;width: 100%;}*/
.kitch-with img {float: left;width: 100%;}
.kitch-with {float: left;width: 100%;display: flex;}
.kitchen-title {float: left;width: 100%;font-family: Helvetica;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;/* text-align: center; */color: #282d32;}
.kitchen-title p {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;text-align: left;}
.military-details a.btn.btn-md.d-sm-inline-block.default {width: auto !important;}


/*-----------------------------End military-details css-------------------*/

/*---------------------Start manage-user---------------------------*/

.form-check-input {position: absolute;margin-top: 0px !important;margin-left: 0px !important;}
.form-check {position: relative;display: block;margin-bottom: 0px !important;}
input#inlineCheckbox1:before {border: 1px solid #444444;/*content: "\00a0";*/display: inline-block;font: 16px/1em sans-serif;height: 16px;margin: 0 .25em 0 0;padding: 0;vertical-align: top;width: 16px;  background: #fff ;}
input#inlineCheckbox2:before {border: 1px solid #444444;/*content: "\00a0";*/display: inline-block;font: 16px/1em sans-serif;height: 16px;margin: 0 .25em 0 0;padding: 0;vertical-align: top;width: 16px;  background: #fff ;}
input#inlineCheckbox1{width: 16px;}
input#inlineCheckbox1:checked:before {background: #444;color: #fff;/*content: "\2713";*/text-align: center;}
input#inlineCheckbox2:checked:before {background: #444;color: #fff;/*content: "\2713";*/text-align: center;}
input#inlineCheckbox1 {width: 17px;height: 17px;}
input#inlineCheckbox2 {width: 17px;height: 17px;}
input#inlineCheckbox1:checked:after {font-weight: bold;}
input#inlineCheckbox1:focus::before {outline: rgb(59, 153, 252) auto 5px;}
div#edit input {background-color: #fff !important;}
label {font-family: Helvetica;font-size: 15px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
div#edit input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
div#edit input.form-control::-moz-placeholder { /* Firefox 19+ */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
div#edit input.form-control:-ms-input-placeholder { /* IE 10+ */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
div#edit input.form-control:-moz-placeholder { /* Firefox 18- */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}

/*-------------------------End manage-user--------------------------*/


/*-----------all model css-----------*/

.modal-header {display: block !important;display: block !important;display: -ms-flexbox !important;display: block !important;}
#delete .modal-header {font-size: 20px !important;font-weight: bold !important;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #282d32;}
.close {float: right;font-size: 1.5rem;font-weight: 700;line-height: 1;color: #282d32;text-shadow: 0 1px 0 #fff;opacity: 1 !important;}
#delete .modal-body {text-align: center;margin: 0 auto;max-width: 50%;}
#delete p{font-family: Helvetica;font-size: 17px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.41;letter-spacing: normal;text-align: center;color: #282d32;}
#delete .modal-footer {text-align: center;margin: 0 auto;padding-top: 0;border-top: none !important;}
/*.modal-content {border-radius: 15px !important;}*/
button.btn.btn-default.pop-close {background-color: #fff !important;color: #444;box-shadow: none;border: 1px solid #e0e0e0;font-family: Helvetica;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
button.btn.btn-default {font-family: Helvetica;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;border-radius: 5px;/* color: #444444; */}
/*.modal-dialog {max-width: 500px;margin: 81px auto !important;}*/
/*i.fa.fa-sign-out {font-size: 80px;}*/
/*.navbar-nav i.fa.fa-sign-out {font-size: unset;}*/
#logout .modal-body {text-align: center;margin: 0 auto;max-width: 50%;}


/*----------- End all model css-----------*/
/*-------------------Start Create Estimation-------------------__*/

.create-estimation img {margin: 0 auto;display: block;width: 50px;
                        height: 50px;}
.create-estimation {float: none;width: 100%;}
.create-estimation h3.pt-3.pb-3 {text-align: center;}
.create-estimation h3 {float: none;width: auto;display: block;}
/*.create-estimation p {margin: 0 auto;display: block;width: 35%;}*/
.create-estimation p {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 35%;
    font-size: 13px;
}

/*------------------------_End Create Estimation----------------------------*/



/*------------ Strat Preloader Css--------------------------*/

/*#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 11111111;  makes sure it stays on top }
#camera {width: 255px;height: 250px;position: absolute;left: 50%;top: 55%;top: 50%;background-image: url('../images/745.gif');background-repeat: no-repeat;background-position: center;margin: -150px 0 0 -150px }*/

/*------------ End Preloader Css--------------------------*/

/*---Add Card-----------*/
.credit-card-brand {
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 80px;
    height: 50px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;
}
.card-visa {
    float: right;
    width: 100%;
    /* position: relative; */
}
.card-cvv {
    float: left;
    width: 50%;
    font-size: 14px;
}
.card-exp {
    float: right;

    font-size: 14px;
}
.card-act {
    float: right;
    width: 100%;
    margin-top: auto;
    font-size: 18px;
    /* margin-bottom: 6px; */
    color: #444;
    margin-bottom: 6px;
}
.set-as {
    float: right;
    background-color: #444;
    color: #fff;
    padding: 4px 7px;
    font-size: 12px;
    /* font-weight: 600; */
    padding-bottom: 2px;border-radius: 5px;

}
.set-as.default {
    background-color: #2f6686 !important;
}
.card-act a {
    float: left;
    /* padding: 14px; */
    padding: 0 7px;
}
.credit-card-brand.visa {
    background-image: url("../card-types/visa.png");
}
.credit-card-brand.amazon {
    background-image: url("../card-types/amazon.png");
}
.credit-card-brand.amex {
    background-image: url("../card-types/amex.png");
}
.credit-card-brand.cirrus {
    background-image: url("../card-types/cirrus.png");
}
.credit-card-brand.directdebit {
    background-image: url("../card-types/directdebit.png");
}
.credit-card-brand.discover {
    background-image: url("../card-types/discover.png");
}
.credit-card-brand.ebay {
    background-image: url("../card-types/ebay.png");
}
.credit-card-brand.maestro {
    background-image: url("../card-types/maestro.png");
}
.credit-card-brand.mastercard {
    background-image: url("../card-types/mastercard.png");
}
.credit-card-brand.paypal {
    background-image: url("../card-types/paypal.png");
}
.credit-card-brand.porldpay {
    background-image: url("../card-types/porldpay.png");
}
.credit-card-brand.sage {
    background-image: url("../card-types/sage.png");
}
.credit-card-brand.shopify {
    background-image: url("../card-types/shopify.png");
}
.credit-card-brand.skrill {
    background-image: url("../card-types/skrill.png");
}
.credit-card-brand.visaelectron {
    background-image: url("../card-types/visaelectron.png");
}
.credit-card-brand.western {
    background-image: url("../card-types/western.png");
}
.credit-card-brand.jcb {
    background-image: url("../card-types/jcb.png");
}
.credit-card-brand.unionpay {
    background-image: url("../card-types/unionpay.png");
}
.credit-card-brand.diners.club {
    background-image: url("../card-types/diners-club.png");
}
.credit-card-brand.american.express {
    background-image: url("../card-types/american-express.png");
}
.card-inner-list {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}
.sleeve {
    flex: 1 1 0;
    margin: auto;
}

.credit-card {

    display: flex;
    flex-shrink: 0;
    background: @card-color;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 1px 1px 0 rgba(255,255,255,.3);
    width: 100%;
    height: 150px;/*background-color: #444;*/

}

.card-type, .card-company {
    text-align: right;
    text-transform: uppercase;
    margin: 10px;
    color: rgba(0,0,40,.5);
}

.card-company {
    /*font-family: Georgia, Garamond;*/
    box-shadow:  inset 1px 0 0 rgba(255,255,255,.3);
    font-weight: normal;
    padding: 10px;
    /*background: #C32;*/
    color: #FB0;
    letter-spacing: 1px;
    text-align: center;
    margin: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.card-chip img {
    width: 34px;
    margin-top: 5px;
}
.card-number, .card-expire, .card-holder {
    /* display: flex;*/

    justify-content: center;
    font-family: monospace;
    font-size: 17px;
    /* color: rgba(255,255,255,.8);
     text-shadow: 0 1px 1px rgba(0,0,0,.5);
     .digit-group {
       margin: 5px;
     }*/
}
.line-card {
    float: left;
    width: 100%;
    display: flex;
}

.card-expire, .card-holder {
    font-size: 16px;
    justify-content: flex-start;
    padding: 0 8px;

    .card-text {
        font-size: 12px;
        font-family: sans-serif;
        color: #000;
        color: rgba(0,0,40,.5);
        text-shadow: none;
        margin: 3px;
        margin-left: 10px;
    }
}

.card-type {
    margin-top: auto;
    font-size: 12px;
    color: #444;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation:portrait) {

    .card-number, .card-expire, .card-holder {
        /* display: flex; */
        justify-content: center;
        font-family: monospace;
        font-size: 12px;
    }

    .card-exp {
        float: right;
        font-size: 11px;
    }
    .credit-card {
        display: flex;
        flex-shrink: 0;
        background: @card-color;
        position: relative;
        flex-direction: column;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,.5), inset 1px 1px 0 rgba(255,255,255,.3);
        width: 100%;
        height: 127px;
        /* background-color: #444; */
    }
}

/*----------------------Start Button Alert Css---------------------*/
.twoToneCenter {text-align:center;margin:1em 0;}
.twoToneButton {display: inline-block;border:1px solid darken(@base,50%);outline:none;padding:10px 20px;/* line-height: 1.4;*/background: @base; background: linear-gradient(to bottom,  lighten(@base,20%) 0%,lighten(@base,15%) 50%,darken(@base,5%) 51%,darken(@base,2.5%) 100%);      border-radius: @borderRadius;border: 1px solid darken(@base,30%);color:lighten(@color,10%);text-shadow: darken(@color,80%) -1px -1px 0px;position: relative;transition: padding-right .3s ease;font-weight:700;box-shadow:0 1px 0 lighten(@base,30%) inset, 0px 1px 0 lighten(@base,10%);}
.twoToneButton:hover {box-shadow:0 0 10px darken(@base,10%) inset, 0px 1px 0 lighten(@base,10%);color:lighten(@color,20%);}
.twoToneButton:active{box-shadow:0 0 10px darken(@base,10%) inset, 0px 1px 0 lighten(@base,10%);color:lighten(@color,30%);background: darken(@base,10%); background: linear-gradient(to bottom,  lighten(@base,10%) 0%,lighten(@base,5%) 50%,darken(@base,5%) 51%,darken(@base,10%) 100%);  }
.twoToneButton.spinning {background-color: @base;padding-right: 40px;}
.twoToneButton.spinning:before {width: 0px !important;height: 0px !important;border-radius: 50%;right: 6px;top: 50%;position: absolute;border: 2px solid darken(@base,40%);border-right: 3px solid @accent;animation: rotate360 .5s infinite linear, exist .1s forwards ease ;content: "\f1ce" !important;font-style: normal;font-weight: normal;text-decoration: inherit;color: #fff;font-size: 13px;padding-right: 0.5em;position: absolute;font-family: "FontAwesome";display: inline-block;padding-right: 3px;vertical-align: middle;font-weight: 900;}

@keyframes rotate360 { 100% {    transform: rotate(360deg);}}
@keyframes exist { 100% {    width: 15px;    height: 15px;    margin: -8px 5px 0 0;}}
.alert{display: none;}
/*----------------------BS Css------------------------------------*/

/*--------------Estimation page css------*/

.estimation a.action_btn:last-child {
    margin-left: 0;
}
.estimation .table-actionbtn .action_btn {
    margin: 0 4px;}

/*-----------------End Estimation page csss--------*/
/*--------------Commercial/estimation css--------------*/
.military-description {border: 1px solid rgba(0,0,0,.125);}
.military-description {padding: 10px;}
.military-description h6 {white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.left-range {float: left;width: 65%;}
.range-inner {
    width: 95%;
}
.right-range {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    /* white-space: nowrap; */
    /* overflow: hidden; */

    text-overflow: ellipsis;
}
/*.slider {-webkit-appearance: none;width: 85%;height: 10px;background: #d3d3d3;outline: none;
-webkit-transition: .2s;transition: opacity .2s;border-radius: 6px;}*/
.right-check {float: right;margin-top: -50px;}
.right-check .custom-control {margin-right: 0;}
/*.slider:hover {opacity: 1;}
.slider::-webkit-slider-thumb {-webkit-appearance: none;appearance: none;width: 16px;
height: 16px;background: #444;cursor: pointer;border-radius: 50px}
.slider::-moz-range-thumb {width: 25px;height: 25px;background: #4CAF50;cursor: pointer;}*/
.military-description .add-action {float: left;width: 100%;text-align: center;}
.military-description p {
    text-align: center;
    margin-bottom: 0;
}
/*range SLider css*/
.slider {display: inline-block;vertical-align: middle;position: relative;}
.slider.slider-horizontal {width: 80%;height: 20px;}
.slider.slider-horizontal .slider-track {height: 10px;width: 100%;margin-top: -5px;top: 50%;left: 0;}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {height: 100%;top: 0;bottom: 0;}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {margin-left: -7px;margin-top: -5px;}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {border-width: 0 10px 10px 10px;width: 0;height: 0;border-bottom-color: #0480be;margin-top: 0;}
.slider.slider-horizontal .slider-tick-label-container {white-space: nowrap;margin-top: 20px;}
.tooltip{opacity: 3 !important;}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {padding-top: 4px;display: inline-block;text-align: center;}
.slider.slider-vertical {height: 210px;width: 20px;}
.slider.slider-vertical .slider-track {width: 10px;height: 100%;margin-left: -5px;left: 50%;top: 0;}
.slider.slider-vertical .slider-selection {width: 100%;left: 0;top: 0;bottom: 0;}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {width: 100%;left: 0;right: 0;}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {margin-left: -5px;margin-top: -10px;}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {border-width: 10px 0 10px 10px;width: 1px;height: 1px;border-left-color: #0480be;margin-left: 0;}
.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}
.slider input {display: none;}
.slider .tooltip.top {margin-top: 23px;}
.tooltip-inner {max-width: 200px;padding: 0px; color: #fff;text-align: center;background-color: #000;border-radius: .25rem;width: 50px;font-size: 14px;}
.modal-open .modal {z-index: 11111;}
.tooltip.tooltip-main.top {display: none;}
.tooltip.tooltip-main.top.in {display: block !IMPORTANT;}
.slider .tooltip-inner {white-space: nowrap;}
.slider .hide {display: none;}
.slider-track {position: absolute;cursor: pointer;background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
               background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
               background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
               background-repeat: repeat-x;
               filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
               -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
               box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
               border-radius: 4px;
}
.slider-selection {position: absolute;background-image: -webkit-linear-gradient(top, #444 0%, #444 100%);background-image: -o-linear-gradient(top, #444 0%, #444 100%);
                   background-image: linear-gradient(to bottom, #444 0%, #444 100%);
                   background-repeat: repeat-x;
                   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
                   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                   -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                   box-sizing: border-box;
                   border-radius: 4px;
}
.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #444 0%, #444 100%);
    background-image: -o-linear-gradient(top, #444 0%, #444 100%);
    background-image: linear-gradient(to bottom, #444 0%, #444 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #444 0%, #444 100%);
    background-image: -o-linear-gradient(top, #444 0%, #444 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #ddd;
}
.slider-handle.round {
    border-radius: 50%;
}
.slider-handle.triangle {
    background: transparent none;
}
.slider-handle.custom {
    background: transparent none;
}
.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}
.slider-tick.round {
    border-radius: 50%;
}
.slider-tick.triangle {
    background: transparent none;
}
.slider-tick.custom {
    background: transparent none;
}
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}
/* end range SLider css*/






.military-modal {float: left;width: 100%;}
.military-modal .input-group {border: 1px solid #e0e0e0;border-radius: 5px;}
.military-modal input#quantity {text-align: center;width: 48%;margin-top: 7px;
                                margin-bottom: 7px;height: 0px;}
.military-modal button.quantity-right-plus.btn.btn-number {background-color: transparent;}
.military-modal button.quantity-left-minus.btn.btn-number {background-color: transparent;}
.military-modal .input-group-btn {position: relative;font-size: 0;white-space: nowrap;width: 100%;}
.preview-images-zone {width: 100%;border: 1px solid #ddd;min-height: 180px;/* display: flex; */padding: 5px 5px 0px 5px;position: relative;overflow:auto;}
.grid-line button.btn.btn-primary.invite-btn.btn-loader.mb-2 {margin-top: 4px;}
.grid-line i.material-icons {float: left;width: 100%;}
.grid-line {padding-top: 10px;height: 140px;width: 140px;float: left;margin-bottom: 5px;border: dashed 1px rgba(0,0,0,.125);margin: 6px 6px;text-align: center;}
.preview-images-zone > .preview-image {height: 140px;width: 140px;position: relative;/* margin-right: 5px; */float: left;margin-bottom: 5px;/* border: 1px solid;*/margin: 6px 6px;}
.preview-images-zone > .preview-image > .image-zone {width: 100%;height: 100%;}
.preview-images-zone > .preview-image > .image-zone > img {width: 100%;height: 100%;}
.preview-images-zone > .preview-image > .tools-edit-image {position: absolute;z-index: 100;color: #fff;bottom: 0;width: 100%;text-align: center;margin-bottom: 10px;display: none;}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    top: -11px;
    right: -11px;
    /* bottom: 4px; */
    /* display: none; */
    z-index: 100;
    color: #ffff;
    background-color: #444;
    border-radius: 50px;
    height: 18px;
    width: 18px;
    padding: 0px 6px;
    margin: 4px;
    font-size: 12px;
}
.preview-image:hover > .image-zone {cursor: move;opacity: .5;}
.preview-image:hover > .tools-edit-image,.preview-image:hover > .image-cancel {display: block;}
.ui-sortable-helper {width: 90px !important;height: 90px !important;}
.grid-line p {text-decoration: underline;font-size: 15px;font-weight: 500;}
.upload-btn-wrapper {position: relative;overflow: hidden;/* display: inline-block; */text-align: center;padding-top: 12px;padding-bottom: 4px;}
.upload-btn-wrapper button.btn-commercial {float: left;width: 100%;background-color: transparent;border: none;color:#444;}
.upload-btn-wrapper i.material-icons {float: left;width: 100%;}
.upload-btn-wrapper input[type=file] {font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0;}
/*-----------Additional page css--------------------*/


.card-inner-body {display: block;width: 100%;height: calc(5.5em + 1.5rem + 2px);font-size: 1rem;border-radius: 10rem;
                  padding: 1rem 1rem;font-weight: 400;line-height: normal;color: #6e707e;background-color: #fff;background-clip: padding-box;
                  border: 1px solid #e0e0e0;border-radius: 5px;}
.est-services .errspan {float: right;margin-right: 12px;margin-top: -32px;position: relative;z-index: 2;}
.additional-services .form-title h6 {padding-bottom: 10px;font-weight: 600;}
.additional-services .form-title .inner-title {height: 25px;width: 25px;background-color: #444;border-radius: 50%;display: inline-block;padding-top: 6px;color:#fff;}
.additional-services .form-title h6 .inner-title {margin-right: 8px;}
.additional-services .form-title .inner-title  span{padding:8px;}
.additional-services .card-inner-body {display: block;width: 100%;height: auto;}
.right-in {padding: 10px 0;}
.left-in {padding: 10px 0;}
.left-title {padding: 10px 0;font-weight: 600;padding-bottom: 0px;}
.right-final {padding: 10px 0;font-weight: 600;font-size: 18px;padding-bottom: 0;}



/*-------------Pricing Page Css------------------*/
.feature-list span.price-line {
    float: left;
    width: 100%;
    padding: 0 16px;
}
.pricing-job .card-inner-body {
    height: 100%;
}
.pricing-head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #444;color: #444;
}
.price-inner-head h6 {
    float: left;
    width: 100%;
    text-align: center;padding-top: 14px;color: #444;

}
.price-inner-head ul {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 0;text-align: initial;

}
.feature-list {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 210px;
}
.feature-list ul li {
    font-size: 13px;
    padding: 6px;
    color: #444;
    /* text-align: center; */
    list-style: inside;
    /* margin: 0 auto; */
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-inner-head {
    text-align: center;
}
.link-tab a.nav-link.active {

    background-color: transparent;
    border-bottom: 3px solid #444444;
}
.link-tab ul.nav {
    border-bottom: 1px solid #ccc;font-size: 15px
}
/*-----------------------End Button Alert Css-------------------------*/

/* assets css for responsive style */
/*@import url(assets/css/responsive.css);*/

/*------------------------error class added --------------------------*/
.error {
    color: #dc3545;
}


/* **********NHG 21-01-2020 CSS Start********** */ 

/* *****Comon CSS Start***** */
.container-fluid{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.mb-20px{
    margin-bottom: 20px;
}
select.form-control:not([size]):not([multiple]){
    height: calc(1.5em + 1.5rem + 2px);
    padding: .5rem .75rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    font-size: 1rem;
    border-radius: 10rem;
    padding: 1rem 1rem;
    font-weight: 400;
    line-height: normal;
    color: #6e707e;
    background-color: #f1f1f1 !important;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.form-control:focus{
    border-color: #444444;
}
.file_padding{padding: 0.75rem 1rem;}
.btn-primary { background-color: #444444; border-color: #444444; color: #ffffff; } 
.btn-primary:hover { color: #444444; background-color: #ffffff; border-color: #444444; } 
.btn-primary.focus, .btn-primary:focus { -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5); box-shadow: 0 0 0 2px rgba(2,117,216,.5); } 
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle { color: #fff; background-color: #444444; background-image: none; border-color: #444444; } 
.btn-primary.disabled, .btn-primary:disabled { background-color: #717171; border-color: #717171; color: #fff; }

.btn-light { background-color: #ffffff; border-color: #e0e0e0; color: #444444; } 
.btn-light:hover{border-color: #444444;}

.btn-link{
    color: #444444;
    text-decoration: underline;
}
.btn-link:focus,.btn-link:hover{
    color: #5ff210;
}
ul.list-style-none{
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard-status ul.list-style-none{
    list-style: none;
    padding: 0;
    margin: 0;display: flex;
    justify-content: space-between;
}
.wizard-status ul li a{
    display: inline-block;
}
.wizard-status ul li .btn{
    position: relative;

}
.wizard-status ul li .btn img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    object-fit: contain;
}
input.form-control::-webkit-input-placeholder,textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
input.form-control::-moz-placeholder,textarea.form-control::-moz-placeholder { /* Firefox 19+ */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
input.form-control:-ms-input-placeholder,textarea.form-control:-ms-input-placeholder { /* IE 10+ */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}
input.form-control:-moz-placeholder,textarea.form-control:-moz-placeholder { /* Firefox 18- */opacity: 0.5;font-family: Helvetica;font-size: 15px !important;font-weight: normal;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #444444;}

.card {
    border-radius: 0;
}
.card-header{
    background-color: #ffffff;
}
.card-body{
    padding: 25px;
}
.block-ellipsis {
    display: block;
    display: -webkit-box;

    height: 43px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg_white{
    background-color: #ffffff !important;/*z-index: 111111;*/
}
.mCSB_inside>.mCSB_container{
    margin-right: 0;scroll-behavior: smooth;
}
.mCSB_scrollTools{
    width: 5px;
}
.menu-btn.bl-0{
    border-left: 0 !important;
}
.menu-btn.bl-0:hover{
    background-color: transparent !important;
    border-left: 0 !important;
}
.menu-btn button{
    margin-top: 10px;
}
.page-title{
    font-size: 23px;
    font-weight: normal;
    color: #282d32;
    margin-bottom: 0;/*display: flex;*/
}
.alig-manage {
    text-align: left;
    /* float: left; */
    /* width: 100%; */
    padding: 2px 0;
    line-height: 30px;
}
.page-title-btn .btn{
    font-weight: normal;
    font-size: 15px;
    padding: 13px 20px;
    line-height: normal;width: 100%;
}
.page-btn{
    font-weight: normal;
}
.font-15{
    font-size: 15px;
}
.font-17{
    font-size: 17px !important;
}
.font-26{
    font-size: 26px;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #f1f1f1;
}
.custom-select{
    background: url(./../images/down-chevron.png) right 0.75rem center no-repeat;
    background-color: #ffffff;
}
.lh-normal{
    line-height: normal;
}
.lineheight153{
    line-height: 1.53 !important;
}
.font-weight-normal{
    font-weight: normal !important;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}
.moving_table th,.moving_table td{
    vertical-align: middle;
}
.daterangepicker .ranges li.active,.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #444444;
}
.center_tabledata thead th,.center_tabledata tbody tr td{
    text-align: left;
}
/*Toggle Switch for Yes/No*/
.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 34px; background: #d1d1d1; display: block; border-radius: 100px; position: relative;margin-bottom: 0; }
.switchToggle label:after {content: ''; position: absolute; top: 4px; left: 4px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #444444; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 0; left: 35px; width: 26px; height: 34px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff;line-height: 34px; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 0; left: 10px; width: 26px; height: 34px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff;line-height: 34px; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 4px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 

/*Status Active/Inactive Switch*/ 
.switch { position: relative; display: inline-block; width: 60px; height: 34px;margin: 0;} 
.switch input { opacity: 0; width: 0; height: 0; } 
.swtich-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } 
.swtich-slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } 
input:checked + .swtich-slider { background-color: #444444; } 
input:focus + .swtich-slider { box-shadow: 0 0 1px #444444; } 
input:checked + .swtich-slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } 
.swtich-slider.round { border-radius: 34px; } 
.swtich-slider.round:before { border-radius: 50%; }

.position-relative{
    position: relative;
}
textarea.form-control{
    height: auto;
}
.btn-width145{
    min-width: 145px;
}
.theme-btn{
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    padding: .813rem 1rem;
}
.px-5rem{
    padding-right: 5rem!important;
    padding-left: 5rem!important;
}
.w-100px{
    width: 100px;
}
.w-min180{
    min-width: 180px;
}
.w-min170{
    min-width: 170px;
}
.w-min150{
    min-width: 150px;
}
.w-min130{
    min-width: 130px;
}
.w-min100{
    min-width: 100px;
}
.sorted_text{
    /* white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
    background: #444444;
    cursor: pointer;
}

.range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #444444;
    cursor: pointer;
}
.theme-form label{
    font-size: 15px;
    color: #444444;

    font-weight: normal;
    margin-bottom: 4px;
    line-height: 20px;
}
.theme-modal .modal-content {
    border-radius: 15px;
}
.theme-modal .modal-title,.theme-modal .close{
    font-size: 20px;
    color: #282d32;
    line-height: normal;
    font-weight: bold;
    padding-right: 35px;
    word-break: break-word;
}
.theme-modal .close{
    float: none;
    position: absolute;
    padding-right: 0;
    right: 16px;
    top: 16px;
    opacity: 1;
    text-shadow:none;
}
@media (min-width: 576px){

    .theme-modal .modal-lg{
        max-width: 700px;
    }
    .theme-modal .modal-sm{
        max-width: 450px;
    }
}
.pt-pb-22{
    padding-top: 22px;
    padding-bottom: 22px;
}
.normal-text{
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    color: #444444;
}
.bold-text{
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    color: #444444;
}
.mb-5px{
    margin-bottom: 5px !important;
}
.bg_dark_gray{
    background-color: #e0e0e0;
}
.ul-inline-block li{
    display: inline-block;
}
.custom-control-input:checked~.custom-control-label::before {color: #fff;border-color: #444444;background-color: #444444;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {background-image: url('http://localhost:8000/images/download.svg');}
.custom-control-label::before {position: absolute;top: 0.25rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;pointer-events: none;content: "";background-color: #fff;border: #b7b9cc solid 1px;}
.custom-checkbox .custom-control-label::before {border-radius: 3px;margin: 0 25px !important;}
.custom-control-label::after {position: absolute;top: 0.25rem ;left: 0.1rem !important;display: block;width: 1rem;height: 1rem;content: "";background: no-repeat 50%/50% 50%;}

.noresize{
    resize: none;
}
.rotatemirror{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.small_modal_detail i.fa{
    font-size: 70px;
}
.small_modal_detail p{
    font-size: 17px;
    line-height: 1.41;
    font-weight: normal;
    margin-top: 18px;
}
/* *****Comon CSS End***** */

/* *****Page Loader CSS Start***** */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* *****Page Loader CSS End***** */

/* *****Sidebar CSS Start***** */
.sidebar-brand-icon img {vertical-align: middle;width: 64%;}
.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    background-color: #ffffff;
    border-right: 1px solid rgba(0,0,0,.1);
    z-index: 11;
    transition: all 0.3s;
} 
.content-right {background-color: #fafafa;}
.sidebar-toplogo {
    height: 82px;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 1rem;
}
.sidebar-toplogo .sidebar-brand{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.sidebar-toplogo .sidebar-brand .sidebar-logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover;*/
}
@media (max-width: 1024px){
    div#myChart {
        float: left;
        width: 100%;
        height: auto;
    }
    .chart-content .chart-left {
        float: left;
        width: auto;
        padding: 0px 34px;
    }
}
@media (min-width: 992px){

    .sidebar {
        width: 240px !important;
        left: auto !important;
    }
    .content-right{
        width: calc(100% - 240px);
        margin-left: 240px;
    }

}
@media (max-width: 992px){

    div#myChart {
        float: left;
        width: 100%;
        height: auto;
    }
    .recliner-content {
        display: flow-root;

    }
    .dashboard-h li.d-inline-block {
        margin-bottom: 10px;
    }
    .dashboard-h ul.list-style-none.page-title-btn.b-dash-titlebtn {
        float: left;
        width: 100%;
    }
    .sidebar {
        margin-left: -240px !important;
        width: 0 !important;
        left: 0 !important;
    }
    .sidebar.active{
        width: 240px !important;
        margin-left: 0 !important;
        left: auto !important;
    }
    .content-right{
        width: 100%;
    }
}
.sidebar_style ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar_style ul .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    padding-left: 2rem;
    line-height: normal;
    font-size: 15px;
    font-weight: normal;
    color: #707070; 
}

.sidebar_style ul .nav-item .nav-link i{
    font-size: 1rem;
    margin-right: 16px;
    width: 20px;
    text-align: center;
}
.sidebar_style ul .nav-item{
    border-left: 4px solid #ffffff;
}
.sidebar_style ul .nav-item.active{
    border-left: 4px solid #444444;
    background-color: #efefef;
}
.sidebar_style ul .nav-item.active .nav-link{
    font-weight: bold;
    color: #444444;
}
.sidebar_style ul .nav-item:hover {
    border-left: 4px solid #444444;
    background-color: #e0e0e0;
}
/* *****Sidebar CSS End***** */


/* *****home page CSS Start***** */
.link-business-btns .get-started-btn{
    min-width: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Helvetica;
    font-weight: bold;
}
.link-business-btns .btn-link{
    font-size: 17px;
    font-weight: 300;
}
.di-logo{
    width: 40%;
}
.bus-home-paragraph{
    height: 60px;
    -webkit-line-clamp: 2;
}
/* *****home page CSS End***** */

/* *****Login, Signup, Forgot CSS Start***** */

.login-diLogo{
    width: 100%;
}
.login-border{
    border-left: solid 1px #d8d8d8;
}
.login-title{
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.login_form .form-control{
    background-color: #ededed;
    border: 0;
    color: #444444;
}
#show_hide_password.input_icon{
    pointer-events: visible;
    right: 14px;
}
.toggle-password {
    pointer-events: visible !important;
    right: 14px !important;
    cursor: pointer;
}
.login_form input.form-control{
    height: calc(1.5em + 1.5rem + 12px);
    padding: 1.3rem 1rem;
}
.login_form select.form-control:not([size]):not([multiple]){
    height: calc(1.5em + 1.5rem + 12px);
}
.login_form .form-group{
    margin-bottom: 20px;
}
.loginBtn{
    padding: 17.5px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

.login_form input:-webkit-autofill,
.login_form input:-webkit-autofill:hover,
.login_form input:-webkit-autofill:focus,
.login_form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.login-diLogo_mobile{
    width: 50%;
    margin-bottom: 2rem;
}
.login-bottom-note{
    font-size: 17px;
    color: #444444;
    line-height: 1.63;
    font-weight: normal;
    text-align: center;
}
.login-bottom-note a{
    font-weight: bold;
}
.forgot_password .login-title{
    margin-bottom: 14px;
}
.login-back{
    font-size: 22px;
    color: #444444;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.Business_logo_box {
    border-radius: 5px;
    border: dashed 2px #ababab;
    background-color: #ededed;
    padding: 1.5rem;
}
.b_logo_title{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #444444;
    font-weight: normal;
    margin-bottom: 10px;
}
.bs_logo_btn i{
    font-size: 55px;
}
.bs_logo_btn a.btn{
    min-width: 200px;
    margin-top: 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    padding: 0.85rem 1rem;
    border-radius: 0;
}
.bs_input{
    display: none;
}
.file-upload-content{
    position: relative;
}
.file-upload-image{
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.remove-image {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.file-upload-content:hover{
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.38);
}
.file-upload-content:hover  .remove-image{
    opacity: 1;
}
.login-checkbox label{
    margin-bottom: 0;
    line-height: 1.6;
}
.iti__selected-flag{width: 60px;}
.login_form input.form-control.phone{
    padding-left: 70px !important;
}
/* *****Login, Signup, Forgot CSS End***** */

/* *****Dashboard CSS Start***** */
.dash-card-shadow{
    box-shadow: -10px 10px 20px 0 rgba(30, 30, 30, 0.05);
}
.year_filter_tab li:first-child{margin-left: 0;}
.year_filter_tab li{
    margin-left: 39px;
}
.year_filter_tab li a{
    font-size: 15px;
    font-weight: normal;
    color: rgba(43, 48, 52, 0.4);
    line-height: 0.93;
    text-decoration: none;
}
.year_filter_tab li a:hover{
    text-decoration: none;
    color: #444444;

}
.year_filter_tab li a.active{
    color: #444444;
}
.job_history_table thead th{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.07;
    color: #444444;
}
.job_history_table tbody td{
    font-size: 15px;
    font-weight: normal;
    color: #282d32;
    line-height: normal; 
}
.job_history_table thead th,.job_history_table tbody td{
    padding: 21px;
    vertical-align: middle; 
    text-align: left;
}
/* *****Dashboard CSS End***** */


/* *****Job CSS Start***** */
.joblist-tab .nav-tabs .nav-link{
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    color: #444444;
    /* padding: 1em 3em;*/
}
nav.joblist-tab {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.joblist-tab .nav-tabs .nav-link{
    margin-bottom: 0;/*padding: 1em 2em;*/padding: 0em 1em;
}
.joblist-tab .nav-tabs .nav-link.active{
    background-color: transparent;
    border-bottom: 3px solid #444444;
}
nav.joblist-tab #nav-tab {
    width: max-content;
    min-width: 100%;
}
.joblist_table thead th{
    font-size: 15px;
    font-weight: normal;
    color: #282d32;
    opacity: 0.65;
    border: 0;
    vertical-align: bottom;
}
.joblist_table tbody td{
    font-size: 15px;
    font-weight: normal;
    color: #282d32;
    vertical-align: middle;
}
/*.joblist_table tbody td span.btn {
    
    padding: 1px;
}*/
.joblist_table tbody td span.btn {

    padding: 1px;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #444;
    color: #ffffff;
    /* font-size: 24px; */
    padding: 0;
    /* text-align: center; */
    line-height: 23px;
}

.address_sort{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 125px;
    display: block;
}
.joblist-actions{
    padding: .75rem;
    border-top: solid 1px #e0e0e0;
    text-align: right;
}
.joblist-actions .btn{
    min-width: 120px;
    font-size: 15px;
    font-weight: normal;
}
.priority-action .btn.active{
    background-color: #d8d8d8;
}
.priority-action .btn{
    padding: .5rem 1rem;
}

/*.joblist_table tbody tr td {
    width: 50px;
}*/
.joblist_table tbody td span.btn {

    margin-right: 5px;float: left;
}
/* *****Job CSS End***** */


/* *****New Job Create CSS Start***** */
.star-error {
    color: #dc3545;font-size: 20px;
}
.moving_form_title{
    font-size: 18px;
    color: #282d32;
    line-height: normal;
    font-weight: bold;
}
.job_hr{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.icon-input-group{
    position: relative;
}
.icon-input-group input{
    padding-right: 34px;
}
.icon-input-group .input_icon{
    position: absolute;
    top: 50%;
    right:0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.form-submit-btn .btn{
    font-size: 15px;
    font-weight: normal;
    padding: 0.813rem 1rem;
    line-height: normal;
}
.form-submit-btn .btn.save_job,.form-submit-btn .btn.save_customer{
    min-width: 145px;
}
.form-submit-btn .next-btn{
    min-width: 100px;
}
/* *****New Job Create CSS End***** */


/* *****Invite User CSS Start***** */
.form-switch {
    height: 50px;
    display: flex;
    align-items: center;
}
.form-switch.switchToggle label {
    margin-bottom: 0; 
}
.form-submit-btn .btn.invite-btn{
    min-width: 145px;
}
.table-actionbtn{
    display: flex;
    justify-content: left;
}
.table-actionbtn .action_btn{ 
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #444444;
    line-height: 24px;
    color: #444444;
    width: 24px;
    height: 24px;
    outline: 0;
}
.table-actionbtn .action_btn:last-child{
    margin-left: 10px;
}
.table-actionbtn .action_btn i.fa {
    font-size: 18px;
}
/* *****Invite User CSS End***** */

/* *****Profile Page CSS Start***** */
.profile_view .profile_image{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.profile_information label,.profile_information p{
    line-height: normal;
    font-weight: normal;
    color: #282d32;
}
.profile_information label{
    font-size: 15px;
    opacity: 0.65;
    margin-bottom: 4px;
}
.profile_information p{
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom: 0;
}
.profile_information{
    margin-right: -5px;
    margin-left: -5px;
}
.profile_information .pro_info{
    padding-left: 5px;
    padding-right: 5px;
}
.change_passwordForm .icon-input-group .input_icon{
    right: 10px;
    pointer-events: visible;
    cursor: pointer;
}
.edit_profile{
    display: inline-block;
    position: relative;
}
.edit_profile .upload-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.edit_profile .upload-button:hover{
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.50);
}
.edit_profile .cropit-preview-image-container {
    cursor: move;
    border-radius: 50%;
}
.edit_profile .cropit-preview:hover .upload-button{
    opacity: 1;
    z-index: 1;
}
.edit_profile .profile-pic{
    width: 100px;
    height: 100px;
    /* object-fit: cover;*/
    border-radius: 50%;
}
.edit_profile .file-upload{
    display: none;
}
.image-size-label{
    font-size: 14px;
    margin-top: 5px;
}
.profile-pic.file-upload-image.sturct {
    border-radius: 0px !important;
}
.customer_image.sturct{
    border-radius: 0px !important;
}
.edit_profile:hover .upload-button {
    pointer-events: all;
    opacity: 1 !important;background-color: transparent !important;
}
.profile-pic.file-upload-image.sturct {
    border-radius: 0px !important;
    width: 150px !important;
    height: 100px !important;
}
/* *****Profile Page CSS End***** */


/* *****Settings Page CSS Start***** */
.customer_image {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* object-fit: cover;*/
    /*  width: 100px;
      height: 100px;
      border-radius: 50%;*/
    /* object-fit: cover;*/
}
.view_detail label{
    font-size: 15px;
    color: #282d32;
    opacity: 0.65;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 4px;line-height: 20px;
}
.view_detail p{
    color: #282d32; 
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    word-break: break-word;line-height: 20px;
}
.view_detail_small p{
    font-size: 15px;
    line-height: 1.47;
}

/* *****Settings Page CSS End***** */


/* *****Pricing Page CSS Start***** */
.price-card{
    color: #444444;
}
.price-card .doller_sign,
.price-card .plan_name,
.price-card ul li{
    line-height: normal;
}
.price-card .doller_sign{
    font-size: 25px;
    font-weight: bold;
}
.price-card .plan_name{
    font-size: 18px;
    font-weight: normal;
}
.price-card ul li{
    font-size: 15px;
    margin-bottom: 10px;
}
.price-card ul li i.fa{
    font-size: 6px;
    vertical-align: middle;
}
.price-card ul li span{
    vertical-align: middle;
}
/* *****Pricing Page CSS End***** */


/* *****Job View Page CSS Start***** */
form.theme-form p {
    font-weight: normal;
    color: #282d32;
}
.job_num{
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
    color: #444444;
    font-weight: bold;
}
.wizard-status{
    position: relative;
}
.wizard-status ul li{
    /*width: 33.33%;*/
    z-index: 1;width: min-content;
}
.wizard-status ul li:last-child{
    text-align: right !important;
}

.wizard-status ul li:nth-child(2){
    text-align: center;
    /*margin: 0 2%;*/margin-left: 0;




}
.wizard-status ul li:nth-child(3){
    text-align: center;

    /* margin: 0 6%;*/
}
.wizard-status ul li:nth-child(4){
    text-align:center;

}
.wizard-status ul li:nth-child(5){
    text-align:center;

}
.wizard-status ul li:nth-child(6){
    text-align:center;

    margin-left: 0;
}

/*.wizard-status ul li:first-child:nth-last-child(1),
.wizard-status ul li:first-child:nth-last-child(1) ~ li{
    width: 100%;
    
}*/

/*.wizard-status ul li:secound-child:nth-third-child(2),
.wizard-status ul li:secound-child:nth-third-child(2) ~ li{
    text-align: left;
    
}*/

/*.wizard-status ul li:first-child:nth-last-child(2),
.wizard-status ul li:first-child:nth-last-child(2) ~ li{
    width: 50%;margin-right: 0%;
}
.wizard-status ul li:first-child:nth-last-child(3),
.wizard-status ul li:first-child:nth-last-child(3) ~ li{
    width: 33.333333%;margin-right: 0%;
}
.wizard-status ul li:first-child:nth-last-child(4),
.wizard-status ul li:first-child:nth-last-child(4) ~ li{
    width: 25%;margin-right: 0%;

}
.wizard-status ul li:first-child:nth-last-child(5),
.wizard-status ul li:first-child:nth-last-child(5) ~ li{
    width: 20%;
    margin-right: 0%;
}*/

/*.wizard-status ul li:first-child:nth-last-child(7),
.wizard-status ul li:first-child:nth-last-child(7) ~ li{
    width: 10%;
}*/
/*      
.wizard-status ul li:nth-child(5):nth-last-child(6), .wizard-status ul li:nth-child(5):nth-last-child(6) ~ li {
    width: 40%;
}*/
/*.wizard-status ul li:nth-child(2):nth-last-child(6), 
.wizard-status ul li:nth-child(2):nth-last-child(6) ~ li{width:40%;}*/
/*.wizard-status ul li:nth-child(1):nth-last-child(2), 
.wizard-status ul li:nth-child(1):nth-last-child(2) ~ li {
    width: 40%;
}*/
/*.wizard-status ul li:first-child:nth-last-child(7),
.wizard-status ul li:first-child:nth-last-child(7) ~ li{
    width: 10%;
}*/

/*.wizard-status ul li:nth-child(2):nth-last-child(5), 
.wizard-status ul li:nth-child(2):nth-last-child(5) ~ li{
    width: 18%;}*/


/*.wizard-status ul li:nth-child(5):nth-last-child(6), 
.wizard-status ul li:nth-child(5):nth-last-child(6) ~ li{width:50%;}*/
/*    .wizard-status ul li:nth-child(2):nth-last-child(4), 
.wizard-status ul li:nth-child(2):nth-last-child(4) ~ li{
    width:40%;}*/
/*.wizard-status ul li:nth-child(2):nth-last-child(6), 
.wizard-status ul li:nth-child(2):nth-last-child(6) ~ li{
    width: 40%;}*/
/*.wizard-status ul li:nth-child(3):nth-last-child(3), 
.wizard-status ul li:nth-child(3):nth-last-child(3) ~ li{
    text-align: center;
    width: 22%;

}*/


.wizard-status ul li a span.status_name:nth-last-child(7){text-align: end;margin-right: 0% !important}
.wizard-status ul li:last-child .status_name {
    width: auto !important;
    /*text-align: right !important;*/margin-right: 0% !important;
}
.wizard-status ul li .btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #aeaeae;
    color: #ffffff;
    font-size: 24px;
    padding: 0;
    text-align: center;
    line-height: 60px;
}
.wizard-status ul li .fa-truck{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.wizard-status ul li .btn.active{
    background-color: #444444;
}
.connecting-line {
    position: absolute;
    width: 98%;
    margin: 0 auto;
    border: 1px dashed #979797;
    left: 0;
    right: 0;
    top: 30px;
}
.status_name{
    display: block;
    margin-top: 10px !important;
    font-size: 15px;
    color: #282d32;
    line-height: normal;
    font-weight: normal;
}
.wizard-status ul li:first-child .status_name,
.wizard-status ul li:last-child .status_name{
    width: 60px;
    text-align: center;
}
.wizard-status ul li:first-child .status_name{
    margin: 0 0 auto;
}
/*.wizard-status ul li:last-child .status_name{
    margin: 0 0 0 auto;
}*/
.nav-tabs.job-header-tabs .nav-link{
    border: 0;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #444444;
    padding: 20px 30px;
    min-width: 163px;
    text-align: center;
}
.nav-tabs.job-header-tabs .nav-link:focus, .nav-tabs.job-header-tabs .nav-link:hover,.nav-tabs.job-header-tabs .nav-link.active{
    border-color: #444444;
}

.detailImg-box{
    background-color: #f1f1f1;
    position: relative;
    padding-bottom: 65.862%;
    display: block;
}
.job-detail-card .detail_img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-detail-card .detail_img.no-image{
    width: 70px;
    height: 70px;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mr-ml-min-8{
    margin-right: -8px;
    margin-left: -8px;
}

.joblist_table thead th {

    width: 200px;
}
.joblist_table thead th td{

    width: 200px;
}
/* *****Job View Page CSS End***** */

/* *****Item Detail Page CSS Start***** */
.summary_checkbox .custom-control-input:checked~.custom-control-label::before{
    opacity: 0.5;
}
.uploaded_image_box,.uploaded_image_button {
    position: relative;
    width: 160px;
    padding-bottom: 93.13%;
    display: block;
    margin-right: 10px;
    margin-bottom: 14px;
}
.uploaded_image_box:after{
    content: "";
    background-image: linear-gradient(to bottom, rgba(158, 158, 158, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.uploaded_image_box .uploaded_image{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uploaded_image_box .date_time{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
    z-index: 1;
}
.remove_image{
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #444444;
    color: #ffffff;
    font-size: 9px;
    line-height: 14px;
    position: absolute;
    right: -4px;
    top: -4px;
}
.uploaded_image_button{
    border: 1px dashed #e0e0e0;
}
.uploaded_image_button .image_buttons{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.uploaded_image_button .image_buttons .btn{
    font-size: 13px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* *****Item Detail Page CSS End***** */

/* *****Resposive CSS Start***** */
/*All Mobile Device CSS*/
/*Desktop CSS*/ 
@media (min-width: 1200px){
    .mb-d-0{
        margin-bottom: 0;
    }
    .my-desktop-5{
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
}

@media (max-width: 1200px){
    .joblist-tab .nav-tabs .nav-link {

        padding: 1em 2em;
    }
    nav.joblist-tab #nav-tab {
        width: max-content;

        min-width: 100%;
    }
    .btn-group.act-in {
        display: flow-root;
    }
    .profile_information .pro_info:last-child .form-group{
        margin-bottom: 0;
    }
    .my-desktop-5{
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
}
@media (min-width:768px) and (max-width:1024px) {

    a.close-side {display: block;}
    .sidebar_style ul{
        list-style: none;
        padding: 0;
        margin: 0;height: calc(70vh - 15px) !important;
    }
}
@media (max-width: 992px){
    a.close-side {
        float: right;
        position: absolute;
        top: 3px;
        right: 12px;font-size: 20px;
    }
    a.close-side {display: block;}
    .sidebar_style ul{
        list-style: none;
        padding: 0;
        margin: 0;height: calc(100vh - 15px);
    }
    .logo-sidebar {
        display: block;
    }
    nav.joblist-tab {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .joblist-tab .nav-tabs .nav-link {

        padding: .5em 1em;
    }
    .logo-sidebar span.version-dat {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 11px;
    }
    .btn-toggle.side {
        background-color: #ffff;
        color: #444444;
        font-size: 20px;
        margin-top: 4px;
    } 
    .logo-sidebar {
        text-align: center;
    }
    .left-print {
        float: left;
        width: 100%;
    }
    .login-border {
        border-left: 0;
    }
    .pt-pb-2rem-mobile{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .my-tablate-0{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .login-back{
        top: 8%;
    }
    .text-left-device{
        text-align: left !important;
    }
}
@media (max-width: 576px){
    .print-ri-inner {
        float: right;
        width: auto !important;
    }
    .model-title {
        display: inline-flex !important;
    }
    .company-name p {
        float: left;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: inherit;
        max-width: 116px;
        display: block;
    }
    span.d_company_name {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 86px !IMPORTANT;
        display: block;
    }
    span#d_company_name {
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        max-width: 86px !IMPORTANT;
    }
    .model-title {
        display: block;}
    .wizard-status ul li .btn {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 15px;
    }
    .wizard-status ul li a .status_name {
        display: block;
        margin-top: 10px !important;
        font-size: 11px;
        color: #282d32;
        line-height: normal;
        font-weight: normal;
    }
    .wizard-status ul li .btn img {
        vertical-align: middle;
        height: 20px;
        width: 20px;
    }
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
    .right-business, .left-business {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-pr-mobile-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .my-0-mobile{
        margin-top: 0rem!important;
        margin-bottom: 0rem!important;
    }
    .d-block-mobile{
        display: block;
    }
    .page-title-btn{
        justify-content: center;
        margin-top: 0.5rem !important;
    }
    .b-dash-titlebtn li{
        width: 50%;
        float: left;
    }
    /*  .b-dash-titlebtn li .btn{
          display: block;
      }*/
    .year_filter_tab{
        margin-top: 0.5rem !important;
    }
    .year_filter_tab li{
        margin-left: 10px;
    }
    .form-submit-btn .btn.save_job, .form-submit-btn .btn.save_customer{
        min-width: auto;
    }
    .profile_information .pro_info:last-child .form-group{
        margin-bottom: 0;
    }
    .pt-pb-2rem-mobile{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .loginBtn{
        font-size: 17px;
    }
    .login-back {
        top: 5%;
        left: 4%;
    }
    .pl-15px-mobile{
        padding-left: 15px !important;
    }
    .two_button_theme{
        display: flex;
    }
    .two_button_theme .btn{
        min-width: auto;
        margin-bottom: 1rem;
    }
    .wizard-status ul li .btn{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .wizard-status ul li .btn img{
        height: 10px;
        width: 10px;
    }
    .wizard-status ul li:first-child .status_name{
        width: 27px;
    }
    .wizard-status ul li:last-child .status_name{
        width: 54px;
    }
    .connecting-line{
        top: 18%;
    }
    .nav-tabs.job-header-tabs .nav-link{
        width: 100%;
        min-width: auto;
    }
    .mobile-label{
        justify-content: left !important;
        margin-bottom: 10px !important;
        margin-top: 10px;
    }
    .uploaded_image_box, .uploaded_image_button{
        width: 100px;
    }
    .uploaded_image_button .image_buttons .btn{
        font-size: 9px;
        padding: 6px 5px;
    }
    .recliner-right {
        padding: 18px 0;
        padding-left: 0px;
    }
    .recliner-content .col-xl-8 {
        padding-left: 0;
    }
    .number-boxes {
        height: auto;
    }
    .chart-content .chart-left ul{padding-top:0px;}
    .chart-content .chart-right ul{padding-top:0px;}
    .chart-content {
        float: left;
        width: 100%;
        padding: 0 33px;
    }
    div#myChart-wrapper {
        height: 323px !important;
    }
    .dashboard-h li.d-inline-block {
        margin-left: 1px;
    }
}

@media (max-width: 768px){
    .print-le-in {
        width: 100%;
        float: left;
    }

    .print-le {
        float: right;
    }
    .left-scaner {
        float: left;
        width: 100%;
    }
    .munber-content {
        float: left;
        width: 100%;
    }  
    .company-name {

        display: grid;
    }
    .company-name p {
        float: left;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

        display: block;
    }
    .table-striped{
        width: max-content;
        min-width: 100%;max-width: inherit;

    }
    .moving_table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .s-align {
        display: flex;
        width: 100%;
        text-align: center;
        overflow-x: scroll !important;
    }
    .s-align .col-xl-4 {
        width: max-content;
        min-width: 100%;
    }

    .chart-content .chart-left {
        float: left;
        width: auto;
        /* padding: 90px 0; */
        padding: 0 23px;
    }
    div#myChart-wrapper{height: 326px !important;}
}
@media (max-width: 414px){
    span#d_company_name {
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        max-width: 50% !important;
        width: 50%;
    }
    .company-name p {
        float: left;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: initial;

        display: block;
    }
    .logo-sidebar {
        text-align: center;
        height: calc(20vh - 5px);
    }
    table.table.table-striped.mb-0 {
        width: max-content;
        max-width: initial;
    }
    .daterangepicker .drp-buttons .btn {

        font-size: 10px;

    }
    .login-bottom-note {
        font-size: 12px;

    }
    .dropdown-menu.first {
        min-width: 300px !important;
        left: -144px !important;
        padding: .8rem !important;
        margin: 1.5rem 0px !important;
        right: -23px;
    }
    .login-bottom-note a.btn-link {
        font-size: 12px !important;
    }
    .two_button_theme {
        display: inline-block;
    }    
    .joblist-actions .btn {
        min-width: auto;

    }  
    .swal2-title {
        font-size: 15px !important;
    }
    #swal2-content {
        font-size: 14px !important;
    }
    div#myChart-top {
        white-space: nowrap;
        /* width: 100% !important; */
        /* height: 400px; */
        position: absolute;
        overflow: hidden;
        margin: -51px -7px;
    }
    .wizard-status ul li a .status_name {
        display: block;
        margin-top: 10px !important;
        font-size: 10px;
    }
}
@media (max-width: 320px){
    .loginBtn{
        font-size: 14px;
    }
    .additional-services .form-title h6 {

        font-size: 14px;
    }
    .left-con {
        font-size: 14px;
    }
    .right-con {
        font-size: 14px;
    }
}


/* *****Resposive CSS End***** */
/* **********NHG 21-01-2020 CSS End********** */ 


/*Start Anil*/
label.error {
    color: #dc3545;
}
/*End Anil*/

#terms_conditions .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

body.modal-open {
    overflow: hidden !important;
}
@media (max-width: 360px){
    .print-cont {
        width: auto !important;
        display: inherit !important
    }}
/*----------Custome dropscroll css------------------------*/

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    /* padding: 0 0 0 8px; */
    height: 25px;
    /* border: 1px solid #aaa; */
    border-radius: 5px;
    /* background-color: #fff; */
    /* background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); */
    background-clip: padding-box;
    /* box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
    color: #444;
    /* text-decoration: none; */
    /* white-space: nowrap; */
    /* line-height: 24px; */
    height: calc(1.5em + 1.5rem + 2px);
}
a.chosen-single{height: calc(1.5em + 1.5rem + 2px);
                padding: .5rem .75rem;}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    /* margin-right: 26px; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    padding-top: 10px;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    font-size: 1rem;
    border-radius: 10rem;
    padding: 0.5rem 0rem;
    font-weight: 400;
    line-height: normal;
    color: #6e707e;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    height: calc(1.5em + 1.5rem + 2px) !important;
    padding: .5rem .75rem !important;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(./../images/down-chevron.png) right 0.75rem center no-repeat !important;;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: -webkit-fill-available !important;
    height: 100%;
}
div#administrative_area_level_1__chosen {
    width: 100% !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none !important;
    box-shadow: none !important;
}
.chosen-single {
    /* border: 1px solid #5897fb; */

    background-image: none !important;
    box-shadow: none !important;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #e0e0e0 !important;
    background-image: linear-gradient(#e0e0e0 20%, #e0e0e0 90%) !important;
    color: #fff;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #e0e0e0 !important;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
}
.chosen-search {
    display: none;
}
ul.chosen-results.mCustomScrollbar{
    height: calc(100vh - 85vh) !important;
    overflow-y: hidden !important;
}

ul#viewHeaderNotification .mCustomScrollBox {

    padding: 0 5px;
}
ul#viewHeaderNotification.mCustomScrollbar{
    height: calc(100vh - 50vh) !important;
    overflow-y: hidden !important;
}

.loader_data {
    position: fixed;
    left: 0%;
    top: 10%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader-more.gif) 60% 50%  no-repeat rgb(249,249,249);
    opacity: 0.5;
}


.switch_dropdpown{
    padding: 1rem;
}
.switch_dropdpown .select2-container{
    width: 100% !important;
}
.switch_dropdpown .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;outline: 0;
}
.switch_dropdpown .select2-container .select2-selection--single,
.switch_dropdpown .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.switch_dropdpown .select2-container .select2-selection--single{
    border-radius: 0;outline: 0;
    border-color: #282d32;
}
.switch_dropdpown .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #282d32;
}
.switchDrop{
    width: 355px !important;
}
.select2-container--open .switchDrop.select2-dropdown--below{
    border-top: 1px solid #aaa;
}
.switchDrop .select2-results__option{
    font-size: 13px;
}
.select2-container--default .switchDrop .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #444444;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: 0;
}

.removeBtn,.addButton{
    margin-top: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
@media (max-width:575.98px) {
    .removeBtn{
        margin-top: 0;
    }
    .row_added_rider{
        position: relative;
    }
    .row_added_rider{
        margin-bottom: 1rem;
    }
    .row_added_rider .remove_column{
        position: absolute;
        right: 15px;
        width: auto;
        display: block;
        padding: 0;
        top: -8px;
    }
    .switchDrop{
        width: 285px !important;
    }
    .btn-primary:hover{
        color: #ffffff;
        background-color: #444444;
    }
    .btn-primary.active, .btn-primary:active{
        color: #444444;
        background-color: #ffffff;
    }
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body{
    overflow-y: auto;
}
@media (min-width: 576px){
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    } 
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}


.inventory_dwnload{
    padding: 1rem 0;
    padding-bottom: 90px;
}
.submit_footer{
    padding: 15px;
    border-top: 1px solid #eceeef;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fafafa;
}
.signature_group{
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}
.clere_sign{
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 5px;
}


@media (max-width:575.98px) {
    .signature_group canvas {
        width: 100%;
    }
}