@font-face {font-family: 'Helvetica';src: url('Helvetica.eot');src: url('Helvetica.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/Helvetica.woff2') format('woff2'), url('fonts/helvetica/Helvetica.woff') format('woff'), url('fonts/helvetica/Helvetica.ttf') format('truetype'), url('fonts/helvetica/Helvetica.svg#Helvetica') format('svg');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Helvetica-Light';src: url('Helvetica-Light.eot');src: url('Helvetica-Light.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/Helvetica-Light.woff2') format('woff2'), url('fonts/helvetica/Helvetica-Light.woff') format('woff'), url('fonts/helvetica/Helvetica-Light.ttf') format('truetype'), url('fonts/helvetica/Helvetica-Light.svg#Helvetica-Light') format('svg');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'Helvetica-Oblique';src: url('Helvetica-Oblique.eot');src: url('Helvetica-Oblique.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica/Helvetica-Oblique.woff2') format('woff2'), url('fonts/helvetica/Helvetica-Oblique.woff') format('woff'), url('fonts/helvetica/Helvetica-Oblique.ttf') format('truetype'), url('fonts/helvetica/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');font-weight: normal;font-style: italic;font-display: swap;}
@font-face {font-family: 'Helvetica';src: url('Helvetica.eot');src: url('Helvetica.eot?#iefix') format('embedded-opentype'),url('fonts/helvetica/Helvetica.woff2') format('woff2'),url('fonts/helvetica/Helvetica.woff') format('woff'),url('fonts/helvetica/Helvetica.ttf') format('truetype'),url('fonts/helvetica/Helvetica.svg#Helvetica') format('svg');font-weight: bold;font-style: normal;font-display: swap;}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
.row-set {width: 100%;display: inline-block;}
h1, h2, h3, h4, h5, h6, p, a, input, span, input, label, select, textarea, button{
     font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}
p {
    font-size: 13px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.inline-block {
    display: inline-block;
}
.inline-table {
    display: inline-table;
}
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
    float: left;
}
select:disabled {
    cursor: not-allowed;
    background-color: #eee;
}
.login-section {
    width: 100%;
    background-color: rgb(230 230 230);
    height: 100vh;
    padding: 100px 0px 0px 0px;
}
.login-inner-section {
    width: 100%;
    background: #fff;
    padding: 50px 50px;
    border-radius: 5px;
    box-shadow: 3px 1px 7px 2px #ddd;
}
.login-inner-imgs {
    text-align: center;
    height: 100%;
    border-right: 1px solid #ddd;
    padding: 60px 50px 30px 50px;
}
.login-inner-form {
    padding: 60px 50px 30px 50px;
    /*display: table;
    */
}
.form-filed {
    margin-bottom: 20px;
}
.form-filed p {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
}
.form-filed input {
    font-family: "Helvetica", sans-serif;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    outline: none;
    padding: 9px 10px;
}
.forgot-pass-button {
    font-family: "Helvetica", sans-serif;
    text-decoration: underline;
    color: #494949;
    margin-top: 5px;
    position: absolute;
    font-size: 13px;
}
.forgot-pass-button:hover {
    color: #494949;
}
.form-submit-btn {
    color: #fff;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: #707070;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 270px;
    height: 40px;
}
.dropdown-menu li {
    width: 100%;
}
.open > .dropdown-menu {
    background: #252525;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #ffffff !important;
    color: #252525 !important;
}

/* header */
.header {
    background-color: #252525;
    width: 100%;
    z-index: 3;
    display: table;
    top: 0;
    position: fixed;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header li a {
    display: block;
    padding: 10px 10px;
    font-size: 15px;
    color: #e4e4e4 !important;
    text-decoration: none;
    letter-spacing: 0.3px;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
}
.header li a:hover {
    background: transparent;
    text-decoration: none;
}
.header li a:focus {
    background: transparent;
    text-decoration: none;
}
/*.header li a:hover, .header .menu-btn:hover {
     background-color: #f4f4f4;
}
*/
.header .logo {
    display: block;
    float: left;
    padding: 10px 0;
    text-decoration: none;
    height: 70px;
}
.header .logo:hover,
.header .logo:focus {
    background: transparent;
    text-decoration: none;
}
.header .logo img {
    width: 100px;
}
/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    padding: 15px 0px;
}
/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 36px 20px;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 25px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 6px;
}
.header .menu-icon .navicon:after {
    top: -6px;
}
/* menu btn */
.header .menu-btn {
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 100%;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.menu-social {
    /* float: right;
     */
    padding: 0 0px;
    position: absolute;
    right: 10px;
}
/*.menu-social ul li i{
     font-size: 16px;
}
*/
.menu-social ul li a img {
    width: 20px;
}
/* 48em = 768px */
@media (min-width: 48em) {
    .header li {
        float: left;
    }
    /* .header li a {
         padding: 29px 30px;
    }
    */
    .header .menu {
        clear: none;
        float: left;
        /*padding-left: 5%;
        */
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
/*Menu end*/
.menu-social ul li {
    position: relative;
}
.cart_item {
    background-color: #0095ff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 8px;
}
.main-body {
    width: 100%;
    padding: 20px 0px;
    background-color: #f1efef;
    margin-top: 80px;
}
.page-title {
    font-family: "Helvetica", sans-serif;
    color: #303030;
    font-size: 25px;
}
.page-breadcums ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.page-breadcums ul li {
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
}
.page-breadcums ul li a {
    color: #303030;
    text-decoration: none;
    font-family: "Helvetica", sans-serif;
}
.page-breadcums-link:focus {
    background: transparent;
    text-decoration: none;
}
.page-breadcums-link img {
    width: 15px;
    margin-bottom: 3px;
    margin-left: 3px;
}
.download-btn {
    float: right;
    color: #929191 !important;
}
.download-btn img {
    width: 16px;
    margin-right: 2px;
}
.download-btn:focus {
    background: transparent;
    text-decoration: none;
}
.page-forms {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 0px 20px;
    display: table;
}
.page-form-filed {
    margin-bottom: 15px;
}
.page-form-filed label {
    font-family: "Helvetica", sans-serif;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    padding-right: 10px;
}
.page-form-filed select {
    font-family: "Helvetica", sans-serif;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 9px 10px 9px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
}
.page-form-filed input {
    font-family: "Helvetica", sans-serif;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 9px 10px 9px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    height: 35px;
}
/*.page-form-filed input::placeholder{
     color: #303030;
}
*/
.page-form-btn {
    font-family: "Helvetica", sans-serif;
    color: #fff;
    background: #606060;
    outline: none;
    border: none;
    font-size: 13px;
    padding: 9px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.page-reset-btn {
    font-family: "Helvetica", sans-serif;
    color: #FFF;
    border: 1px solid #a2a2a2;
    background: #a2a2a2;
    outline: none;
    font-size: 13px;
    padding: 9px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 25px;
}
.search-filed {
    float: right;
    /*position: relative;
     margin-top: -50px;
    */
}
.search-box input {
    outline: none;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    margin-right: -9px;
}
.search-box button {
    outline: none;
    border: none;
    background: #fff;
    padding: 11px 10px 9px 10px;
    border-radius: 5px;
    color: #ddd;
}
/*-------------- Table Code -------------*/
.page-tables {
    width: 100%;
    overflow: hidden;
    padding: 0px 20px;
}
.page-tables .dataTables_wrapper {
    overflow: hidden;
}
.page-tables .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    /*height: 350px;
    */
    border-radius: 5px;
}
/*.page-tables .dataTables_wrapper .row:nth-child(2) .col-sm-12::-webkit-scrollbar{
     background: #000;
     border-radius: 10px;
}
*/
table.dataTable th,
table.dataTable td {
    white-space: nowrap;
}
.page-tables .dataTables_wrapper .dataTable {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}
.site-custom-table-list thead > tr > th {
    background: #606060;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    border-bottom: none;
    position: sticky !important;
    top: 0 !important;
    z-index: 2;
    font-family: "Helvetica", sans-serif;
}
.site-custom-table-list thead > tr > th:nth-child(1) {
    position: sticky !important;
    left: 0;
    z-index: 5;
    border-radius: 5px 0px 0px 0px;
}
/*.site-custom-table-list thead > tr > th:nth-child(2) {
    position: sticky !important;
    z-index: 5;
}*/
.site-custom-table-list tbody > tr > td {
    background: #fff;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
    border-top: 1px solid #ddd;
}
.site-custom-table-list tbody > tr > td:nth-child(1) {
    position: sticky !important;
    left: 0;
}
/*.site-custom-table-list tbody > tr > td:nth-child(2) {
    position: sticky !important;
    left: 59px;
    z-index: 5;
}*/
.site-custom-table-list thead > tr > th:nth-last-child(1) {
    border-radius: 0px 5px 0px 0px;
    border-left: 1px solid #ddd;
    position: sticky !important;
    z-index: 5;
    right: 0;
}
.site-custom-table-list tbody > tr > td:nth-last-child(1) {
    padding-top: 10px;
    text-align: center;
    border-left: 1px solid #ddd;
    position: sticky !important;
    z-index: 5;
    right: 0;
}
/*.site-custom-table-list thead > tr > th:nth-last-child(2) {
    position: sticky !important;
    right: 112px;
    border-left: 1px solid #ddd;
}
.site-custom-table-list tbody > tr > td:nth-last-child(2) {
    position: sticky !important;
    right: 112px;
    border-left: 1px solid #ddd;
}*/
.table-delay {
    color: #fff;
    background: #e5191e !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-red {
    color: #fff;
    background: #fc0000 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-blue {
    color: #fff;
    background: #92d050 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-purple {
    color: #fff;
    background: #00b050 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-orange {
    color: #fff;
    background: #ffb45e !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-grey {
    color: #fff;
    background: #aeaaa8 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.table-confirm {
    color: #fff;
    background: #00e6e6 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-cancelled {
    color: #fff;
    background: #ed7d31 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cus-status-cancelled {
    color: #ed7d31;
}
.table-pending {
    color: #fff;
    background: #ff5c63 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cus-status-pending {
    color: #ff5c63;
}
.table-hold {
    color: #fff;
    background: #ffbb00 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cus-status-hold {
    color: #ffbb00;
}
.cus-status-blue {
    color: #92d050;
}
.cus-status-red {
    color: #f00;
}
.cus-status-purple {
    color: #00b050;
}
.cus-status-orange {
    color: #ffb45e;
}
.cus-status-grey {
    color: #aeaaa8;
}
.table-btn {
    color: #fff;
    background: #606060;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Helvetica", sans-serif;
}
.table-btn:hover {
    text-decoration: none;
    color: #fff;
}
.table-btn:focus {
    background: #606060;
    text-decoration: none;
    color: #fff;
}
.table-select select {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 2px 10px 3px 5px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
}
.back-dark-btn {
    background: #606060;
    color: #fff !important;
    float: right;
    padding: 7px 11px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
    border-radius: 5px;
    border: 1px solid #606060;
    margin-top: -5px;
}
.back-btn {
    background: #606060;
    color: #fff !important;
    border-radius: 5px;
    float: right;
    border: 1px solid #606060;
    padding: 7px 7px;
    margin-top: -5px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
    margin-right: 10px;
}
.back-btn:focus {
    text-decoration: none;
}
.back-btn img {
    padding-right: 3px;
    margin-top: -2px;
}
.page-detail-forms {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 20px 15px 0px 15px;
    margin-bottom: 20px;
}
.detail-forms-fields {
    margin-bottom: 15px;
}
.detail-forms-fields label {
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    color: #252525;
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}
.detail-forms-fields input {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 6px 10px 8px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-fields input::placeholder,
.detail-forms-fields textarea::placeholder {
    color: #bcbcbc;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-fields input[type="file"] {
    display: inline-block;
    padding: 4px 10px 4px 10px;
}
.detail-forms-fields select {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 8px 10px 8px 10px;
    outline: none;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.side-border {
    border-right: 1px solid #ddd;
}
.detail-forms-fields textarea {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 9px 10px 8px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-text-field label {
    position: absolute;
    float: left;
    margin-top: 10px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-text-field-custom-width label {
    position: absolute;
    float: left;
    margin-top: 10px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-text-field textarea {
    float: right;
    width: 70%;
    height: 100px;
    margin-bottom: 20px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-text-field-custom-width textarea {
    float: right;
    width: 90%;
    height: 100px;
    margin-bottom: 20px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-fields input[type="checkbox"] {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 9px 10px 8px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.forms-remake-textarea {
    margin-bottom: 10px;
}
.forms-remake-textarea p {
    font-weight: 600;
    font-family: "Helvetica", sans-serif;
    margin-bottom: 10px;
}
.forms-remake-textarea textarea {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    padding: 9px 10px 8px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.detail-forms-fields-butns {
    float: right;
}
.remark-boxes-title p {
    font-size: 13px;
    font-weight: 500;
    color: #252525;
    font-family: "Helvetica", sans-serif;
}
.remark-boxes-content {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-family: "Helvetica", sans-serif;
}
.remark-boxes-content p {
    /* color: #efefef;
    */
    color: #606060;
    font-family: "Helvetica", sans-serif;
    margin-bottom: 0;
    line-height: 25px;
}
.remark-boxes-content a {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
    font-family: "Helvetica", sans-serif;
}
.remark-boxes-content a:hover {
    text-decoration: none;
}
.remark-boxes-content a:focus {
    text-decoration: none;
    background: transparent;
}
.remark-boxes-name p {
    font-size: 13px;
    font-weight: 500;
    color: #303030;
    font-family: "Helvetica", sans-serif;
}
#more {
    display: none;
}
.remark-boxes {
    margin-bottom: 10px;
}
.width-100 {
    width: 100%;
}
.width-90 {
    width: 90%;
}

.width-89 {
    width: 89%;
}
.width-86-7 {
    width: 86.7%;
}
.width-86 {
    width: 86%;
}
.width-85 {
    width: 85%;
}
.width-84 {
    width: 84%;
}
.width-83 {
    width: 83%;
}
.width-82 {
    width: 82%;
}
.width-81 {
    width: 81%;
}
.width-80 {
    width: 80%;
}

.width-78 {
    width: 78%;
}
.width-77 {
    width: 77%;
}
.width-76 {
    width: 76%;
}
.width-75 {
    width: 75%;
}
.width-74 {
    width: 74%;
}
.width-73 {
    width: 73%;
}
.width-72 {
    width: 72%;
}
.width-70 {
    width: 70%;
}

.width-68 {
    width: 68%;
}
.width-67 {
    width: 67%;
}
.width-66 {
    width: 66%;
}
.width-65 {
    width: 65%;
}
.width-63 {
    width: 63%;
}
.width-62 {
    width: 62%;
}
.width-61 {
    width: 61%;
}
.width-60 {
    width: 60%;
}

.width-59 {
    width: 59%;
}
.width-58 {
    width: 58%;
}
.width-55 {
    width: 55%;
}
.width-56 {
    width: 56%;
}
.width-54 {
    width: 54%;
}
.width-53 {
    width: 53%;
}
.width-52 {
    width: 52%;
}
.width-51 {
    width: 51%;
}
.width-50 {
    width: 50%;
}

.width-49 {
    width: 49%;
}
.width-48 {
    width: 48%;
}
.width-47 {
    width: 47%;
}
.width-46 {
    width: 46%;
}
.width-45 {
    width: 45%;
}
.width-41 {
    width: 41%;
}
.width-40 {
    width: 40%;
}

.width-38 {
    width: 38%;
}
.width-39 {
    width: 39%;
}
.width-36 {
    width: 36%;
}
.width-31 {
    width: 31%;
}
.width-30 {
    width: 30%;
}

.width-25 {
    width: 25%;
}
.width-20 {
    width: 20%;
}

.width-15 {
    width: 15%;
}
.width-11 {
    width: 11%;
}
.info_email {
    display: inline-block;
    width: 100%;
}
.forms-division label {
    margin-right: 40px;
}
.forms-division input[type="checkbox"] {
    width: 25px;
    height: 25px;
    position: relative;
    top: 7px;
    right: 2px;
}
.forms-division select {
    /* width: 18.2%;
    */
    margin-right: 25px;
    padding: 7px 0px 8px 0px;
}
.forms-division select:nth-last-child(1) {
    margin-right: 0px;
}
.appoinment-process-table th:nth-child(3) {
    width: 128px;
}
.page-remarks-left-area p {
    color: #303030;
    font-weight: 600;
}
.page-remarks-right-area p {
    float: right;
}
.page-remarks-inner-area {
    width: 100%;
    background: #fff;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    border: 2px solid #606060;
    margin-bottom: 15px;
}
.page-remarks-inner-area p {
    color: #252525;
    font-weight: 500;
    font-family: "Helvetica", sans-serif;
    font-size: 13px;
}
.page-remarks-sections {
    width: 100%;
    background: #fff;
    padding: 20px 15px 20px 15px;
    border-radius: 5px;
}
/*.page-remarks-left-area .nav-pills>li+li {
     margin-left: 15px;
}
 .page-remarks-left-area .nav-pills>li>a{
     border: 1px solid #c8c8c8;
     padding: 9px 20px;
     margin-bottom: 10px;
     color: #303030;
     text-decoration: none;
}
 .page-remarks-left-area .nav-pills>li.active>a, .page-remarks-left-area .nav-pills>li.active>a:focus, .page-remarks-left-area .nav-pills>li.active>a:hover{
     background-color: #606060;
     color: #fff;
}
*/
.page-remarks-left-area .tab .active {
    background: #606060 !important;
    color: #fff !important;
}
.page-remarks-left-area .tab .tablinks {
    outline: none;
    border: 1px solid #c8c8c8;
    padding: 8px 16px;
    margin-bottom: 10px;
    color: #303030;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
}
.page-remarks-left-area .tab .tablinkss {
    outline: none;
    border: 1px solid #c8c8c8;
    padding: 8px 16px;
    margin-bottom: 10px;
    color: #303030;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
}
.page-remarks-left-area .tab .tablinksss {
    outline: none;
    border: 1px solid #c8c8c8;
    padding: 8px 16px;
    margin-bottom: 10px;
    color: #303030;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
}
.page-remarks-inners-areas {
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    border: 2px solid #606060;
}
.detail-forms-fields-left-box {
    padding: 0px 20px;
}
.detail-forms-fields-left-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.detail-forms-fields-left-box label {
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    color: #252525;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
}
.detail-forms-fields-right-box {
    margin-bottom: 30px;
    display: table;
    float: right;
    padding: 0px 20px;
}
.detail-forms-fields-right-box p {
}
.cutom-pad-detail-forms {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 30px;
}
.form-title {
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    color: #252525;
    margin-bottom: 30px;
}
.file-upload {
    width: 150px;
    float: right;
    margin-bottom: 20px;
}
.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #303030;
    background: #eaeaea;
    border: 2px solid #c8c8c8;
    padding: 6px 5px;
    border-radius: 4px;
    transition: all 0.2s ease;
    outline: none;
    font-size: 12px;
    margin-bottom: 10px;
}
/*.file-upload-btn:hover {
     background: #1AA059;
     color: #ffffff;
     transition: all .2s ease;
     cursor: pointer;
}
*/
.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.image-upload-wrap {
    border: 2px solid #c8c8c8;
    position: relative;
    margin-bottom: 10px;
    height: 150px;
}
/*.image-dropping, .image-upload-wrap:hover {
     background-color: #1FB264;
     border: 4px dashed #ffffff;
}
 */
.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}
.drag-text {
    text-align: center;
}
.drag-text h3 {
    font-weight: 100;
    color: #bcbcbc;
    padding: 47px 20px;
    font-size: 17px;
}
.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}
.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.left-side-border {
    border-left: 1px solid #ddd;
    display: table;
}
.bill-add-title {
    font-weight: 500;
    font-size: 20px;
}
.bill-add-title span {
    padding-left: 15px;
}
.bill-add-title span input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.bill-add-title span label {
    color: #252525;
    font-weight: 500;
    font-family: "Helvetica", sans-serif;
    font-size: 13px;
}
.tax-fields input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.bg-white-custom-table {
    width: 100%;
    background: #fff;
    padding: 20px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.table-tops {
    width: 100%;
    padding: 0px 20px;
}
.top-table-butns {
    list-style: none;
    display: flex;
    float: right;
    margin-bottom: 10px;
}
.top-table-butns li {
    margin-right: 10px;
}
.top-table-butns li button {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 9px 10px 9px 10px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    background: #fff;
}
.top-table-butns li button:hover {
    background: #606060;
    color: #fff;
}
.custom-form-tables thead tr th {
    background: #606060;
    color: #fff;
    font-weight: 500;
    border: 1px solid #aeaeae;
    text-align: center;
    font-size: 14px;
}
.custom-form-tables tbody tr td {
    border: 1px solid #aeaeae;
    font-size: 13px;
}
.table-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.custom-form-tables thead tr th:first-child,
.custom-form-tables thead tr th:nth-child(2) {
    position: inherit;
}
.custom-form-tables thead th:nth-last-child(2),
tfoot th:nth-last-child(2) {
    position: inherit;
}
.custom-form-tables thead th:nth-last-child(1),
tfoot th:nth-last-child(1) {
    position: inherit;
}
.table-flex {
    display: flex;
    border-bottom: 1px solid #aeaeae !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    margin: -1px;
}
.table-box-left {
    width: 100px;
    float: left;
}
.table-box-left img {
    width: 100%;
}
.table-box-right {
    float: right;
    padding-left: 10px;
}
.table-box-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.table-box-right ul li {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.table-box-right ul li .table-prod-title {
    flex: 0 0 110px;
    -webkit-box-flex: 0;
    font-size: 13px;
    font-weight: 600;
}
.table-box-right ul li .table-prod-decsp {
    flex: 1 0 calc(100% - 110px);
    -webkit-box-flex: 1;
    font-size: 13px;
}
.table-box-right ul li .table-prod-title span {
    margin-right: 10px;
    float: right;
}
.action-table {
    list-style: none;
    padding: 0;
    margin: 0;
}
.action-table li {
    text-align: center;
}
.action-table li a {
    text-decoration: none;
    color: #303030;
}
.action-table li a:focus {
    background: transparent;
}
.custom-form-tables tbody tr td:first-child {
    border-left: none;
}
.custom-form-tables tbody tr td:last-child {
    border-right: none;
}
.sub-total-table {
    float: right;
    position: relative;
    margin: 15px 0;
}
.sub-total-table table tbody tr {
    border: 1px solid #aeaeae;
}
.sub-total-table table tbody tr td {
    padding: 5px 35px;
    line-height: 1.42857143;
    font-size: 14px;
}
.sub-total-table table tbody tr td span {
    float: right;
    padding-left: 15px;
}
.form-short-text {
    font-size: 11px;
}
.appointment-tables {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    z-index: 1;
    margin: auto;
    overflow: auto;
}
.appointment-tables::-webkit-scrollbar {
    width: 2px;
}
.appointment-tables .table > thead > tr > th {
    background: #606060;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #aeaeae;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.appointment-tables .table > thead > tr > th:nth-child(1) {
    position: sticky;
    left: 0px;
    z-index: 5;
}
.appointment-tables .table > thead > tr > th:nth-child(2) {
    position: sticky;
    left: 36px;
    z-index: 5;
}
.appointment-tables .table > thead > tr > th:nth-last-child(1) {
    z-index: 5;
    position: sticky;
    top: 0;
    right: 0px;
}
.appointment-tables .table > thead > tr > th:nth-last-child(2) {
    z-index: 5;
    position: sticky;
    top: 0;
    right: 56px;
}
.appointment-tables .table > tbody > tr > td {
    background: #fff;
    border-right: 1px solid #aeaeae;
}
.appointment-tables .table > tbody > tr > td:nth-child(1) {
    position: sticky;
    left: 0px;
    z-index: 2;
}
.appointment-tables .table > tbody > tr > td:nth-child(2) {
    position: sticky;
    left: 36px;
    z-index: 2;
    width: 130px;
}
.appointment-tables .table > tbody > tr > td:nth-last-child(1) {
    position: sticky;
    right: 0px;
    z-index: 2;
    text-align: center;
}
.appointment-tables .table > tbody > tr > td:nth-last-child(2) {
    position: sticky;
    right: 56px;
    z-index: 2;
}

.table-yellow {
    color: #333;
    background: #ffbb00 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cus-status-yellow {
    color: #ffbb00;
}
.table-reds {
    color: #fff;
    background: #e5191e !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cus-status-reds {
    color: #e5191e;
}
.table-green {
    color: #fff;
    background: #00af4e !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-light-green {
    color: #fff;
    background: #8fd151 !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cus-status-green {
    color: #00e6e6;
}
.table-reschdule {
    color: #000;
    background: #ffceeb !important;
    padding-left: 8px;
    margin: 0px -8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cus-status-reschdule {
    color: #e81c93;
}

.calendar-dropdown-label label {
    margin-top: 10px;
}
.calendar-dropdown {
    float: right;
    margin-right: 16px;
}
.calendar-dropdown .dropdown-toggle {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 9px 17px 8px 14px;
    outline: none;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    background: #fff;
    text-align: left;
    width: 70%;
}
.calendar-dropdown .dropdown-toggle .caret {
    margin-top: 7px;
    float: right;
}
.calendar-dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 7px;
}
.dropdown-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    display: none;
}
/*.dropdown.dropup {
     padding-top: 100px;
     .slide-menu {
         margin-bottom: -1px;
         bottom: 28%;
         top: auto;
    }
}
*/
.module-process-table thead tr th {
    border: 1px solid #ddd;
    background: #606060;
    color: #fff;
    border-bottom: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.module-process-table tbody tr td {
    border: 1px solid #ddd;
}
.module-table-checkbox {
    width: 55px;
}
.module-table-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.module-serical-num {
    width: 20px;
}
.module-table-img {
    width: 120px;
}
.module-table-img img {
    width: 100%;
}
.module-table-descp {
    width: 430px;
}
.module-table-descp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.module-table-descp ul li {
    display: flex;
    margin-bottom: 10px;
}
.module-table-descp ul li .module-descp-title {
    flex: 0 0 110px;
    font-size: 13px;
    font-weight: 600;
}
.module-table-descp ul li .module-descp-title span {
    margin-right: 10px;
    float: right;
}
.module-table-descp ul li .module-descp-text {
    flex: 1 0 calc(100% - 110px);
    font-size: 13px;
}
.module-process-fields {
    width: 310px;
}
.mo-proc-field-box {
    display: flex;
    margin-bottom: 15px;
}
.mo-proc-field-box-text {
    flex: 0 0 160px;
}
.mo-proc-field-box-text p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px;
}
.mo-proc-field-box-inputs {
    flex: 1 0 calc(100% - 160px);
}
.mo-proc-field-box-inputs select {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 8px 10px 8px 10px;
    outline: none;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.module-descp-price {
    position: relative;
}
.module-descp-price ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.module-descp-price ul li {
    display: flex;
    margin-bottom: 10px;
}
.module-descp-price ul li .module-descp-price-name {
    flex: 0 0 145px;
    font-size: 13px;
    font-weight: 600;
}
.module-descp-price ul li .module-descp-price-name span {
    margin-right: 10px;
    float: right;
}
.module-descp-price ul li .module-descp-price-amount {
    flex: 1 0 calc(100% - 145px);
    font-size: 13px;
    text-align: right;
}
.module-track-box h4 {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.mod-track-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod-track-lists li {
    display: flex;
    margin-bottom: 10px;
}
.mod-track-lists li .mod-track-title {
    flex: 0 0 115px;
    font-size: 13px;
    font-weight: 600;
}
.mod-track-lists li .mod-track-title span {
    margin-right: 10px;
    float: right;
}
.mod-track-lists li .mod-track-text {
    flex: 1 0 calc(100% - 115px);
    font-size: 13px;
}
.mod-track-fields {
    display: flex;
    margin-bottom: 15px;
}
.mod-track-fields-text {
    flex: 0 0 165px;
}
.mod-track-fields-text p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 8px;
}
.mod-track-fields-inputs {
    flex: 1 0 calc(100% - 165px);
}
.mod-track-fields-inputs input {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 8px 10px 8px 10px;
    outline: none;
    font-weight: 500;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
}
.form-dark-butn {
    font-family: "Helvetica", sans-serif;
    color: #fff;
    background: #606060;
    outline: none;
    border: none;
    font-size: 13px;
    padding: 9px 10px;
    border-radius: 5px;
}
.form-white-butn {
    font-family: "Helvetica", sans-serif;
    color: #303030;
    background: #fff;
    outline: none;
    border: 1px solid #c8c8c8;
    font-size: 13px;
    padding: 9px 10px;
    border-radius: 5px;
}
.float-right {
    float: right;
}
.cut-bot-btn {
    position: absolute;
    right: 10px;
    bottom: 15px;
}
.invoice-details-sections {
    padding: 0px 15px;
}
.border-rows {
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
}
.border-col-right {
    border-right: 1px solid #848484;
}
.invoice-details-box {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.bills-details-lists {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.bills-details-lists li {
    display: flex;
    margin-bottom: 10px;
}
.bills-details-name {
    flex: 0 0 140px;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
}
.bills-details-lists li .bills-details-name span {
    margin-right: 10px;
    float: right;
}
.bills-details-texts {
    display: inline-block;
    flex: 1 0 calc(100% - 140px);
    font-size: 13px;
}
.invoice-cust-details {
    padding: 10px;
}
.calender-times-box p {
    font-size: 15px;
    margin-bottom: 5px;
}
.calender-times-box button {
    outline: none;
    border: none;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 8px 14px;
}
.calender-times-box button:hover {
    background: #606060;
    color: #fff;
}
.calender-times-box button.active {
    background: #606060;
    color: #fff;
}
.calender-times-box input[type="date"] {
    width: 145px;
    border: none;
    padding: 8px 14px;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}
.calender-times-search-box {
    padding-top: 25px;
}
.calender-times-box label {
    font-size: 15px;
}
.calender-times-box input {
    border: none;
    padding: 8px 14px;
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}
.colors-lists-btns button {
    outline: none;
    border: none;
    background: transparent;
}
.colors-lists-btns button i {
    border: 1px solid #fff;
    border-radius: 50%;
}
.color-btn-connected i {
    color: #00af4e;
}
.color-btn-confirmed i {
    color: #00e6e6;
}
.color-btn-pending i {
    color: #fc0000;
}
.color-btn-reschdule i {
    color: #ffceeb;
}
.color-btn-approved i {
    color: #8fd151;
}
.color-btn-grey i {
    color: #aeaaa8;
}
.color-btn-cancelled i {
    color: #ed7d31;
}
.color-btn-generated i {
    color: #139bdd;
}
.color-btn-confirmed-order i {
    color: #008C8C;
}
.color-btn-new i {
    color: #b757b0;
}
.color-btn-measurement i {
    color: #00ae50;
}
.color-btn-exchange i {
    color: #37c5c0;
}
.color-btn-delay i {
    color: #e5191e;
}
.color-btn-hold i {
    color: #ffbb00;
}
.table-calender-section {
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    border-radius: 5px;
}
.table-calender-section h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.table-calender-section h4 span {
    margin: 0px 20px;
    cursor: pointer;
    padding: 0px 15px;
}
.calender-table-box {
    width: 100%;
}
.calender-table-box thead tr th {
    background: #606060;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 8px 0px;
}
.calender-table-box thead tr th:first-child {
    border-radius: 5px 0px 0px 0px;
}
.calender-table-box thead tr th:last-child {
    border-radius: 0px 5px 0px 0px;
}
.calender-table-box tbody tr td {
    padding: 5px;
    height: 150px;
    border: 1px solid #f5f3f3;
    width: 200px;
}
.calender-table-box tbody tr td .calender-boxes::-webkit-scrollbar {
    background: #fff;
    border-radius: 10px;
    width: 6px;
}
.calender-table-box tbody tr td .calender-boxes::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
    width: 6px;
}
.calender-boxes {
    height: 150px;
    overflow: auto;
    padding: 0px 10px;
}
.calender-boxes h6 {
    font-size: 14px;
    color: #000;
}
.calender-dates {
    float: right;
    color: #000;
}
.calender-date-light {
    color: #ddd;
}
.calender-boxes button {
    border: none;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 12px;
    text-align: left;
}
.pending-button-bg {
    background: #f00;
}
.reschdule-button-bg {
    background: #e81c93;
}
.confirmed-button-bg {
    background: #00e6e6;
}
.approved-button-bg {
    background: #92d050;
}
.connect-button-bg {
    background: #00b050;
}
.new-button-bg {
    background: #b757b0;
}
.measurement-button-bg {
    background: #98be3d;
}
.exchange-button-bg {
    background: #37c5c0;
}
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 65%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #606060;
    color: white;
}
.modal-body-form {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #606060;
    color: white;
}
.popup-form-fileds {
    margin-bottom: 15px;
}
.popup-form-fileds label {
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
    font-family: "Helvetica", sans-serif;
    color: #303030;
}
.popup-form-fileds input {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 6px 10px;
    font-size: 13px;
}
.popup-form-fileds input:disabled {
    cursor: not-allowed;
    background-color: #eaeaea;
    color: #303030;
}
.popup-form-fileds textarea {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 6px 10px;
    font-size: 13px;
    color: #303030;
    float: right;
    height: 100px;
}
.popup-form-fileds textarea::placeholder {
    color: #303030;
}
.popup-form-fileds textarea:disabled {
    cursor: not-allowed;
    background-color: #eaeaea;
    color: #303030;
}
.popup-form-fileds-textarea label {
    position: absolute;
}
.popup-form-fileds input[type="checkbox"] {
    width: 25px;
    height: 25px;
    position: relative;
    top: 7px;
    right: 2px;
}
.popup-form-fileds select {
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    padding: 6px 10px;
    font-size: 13px;
    color: #303030;
}
.popup-form-fileds-division select {
    margin-right: 10px;
}
.days-calender thead tr th:first-child {
    border-radius: 0px 0px 0px 0px;
    background: transparent;
}
.days-calender thead tr th:nth-child(2) {
    border-radius: 5px 0px 0px 0px;
}
.days-calender thead tr th:nth-child(3) {
    border-radius: 0px 5px 0px 0px;
}
.days-calender thead tr th:last-child {
    border-radius: 0px 0px 0px 0px;
    background: transparent;
}
.days-calender tbody tr td {
    width: auto;
}
.days-calender tbody tr td:first-child {
    width: 200px;
    text-align: center;
    font-size: 14px;
}
.days-calender tbody tr td:last-child {
    width: 200px;
    text-align: center;
    font-size: 14px;
}
.week-calender thead tr th:first-child {
    border-radius: 0px 0px 0px 0px;
    background: transparent;
}
.week-calender thead tr th:nth-child(2) {
    border-radius: 5px 0px 0px 0px;
}
.week-calender tbody tr td {
    width: auto;
}
.calender-rows {
    padding: 20px;
}
.calender-cols-bg {
    background: #fff;
    padding: 20px 20px;
}
.calender-tables-title {
    text-align: center;
    font-family: "Helvetica", sans-serif;
    color: #303030;
    font-size: 22px;
    margin-bottom: 20px;
}
.calender-report-list {
    margin-bottom: 20px;
}
.calender-report-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.calender-report-list ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.calender-report-list ul li .calender-report-title {
    flex: 0 0 145px;
    -webkit-box-flex: 0;
    font-size: 13px;
    font-weight: 600;
}
.calender-report-list ul li .calender-report-title span {
    margin-right: 15px;
    float: right;
}
.calender-report-list ul li .calender-report-details {
    flex: 1 0 calc(100% - 145px);
    -webkit-box-flex: 1;
    font-size: 13px;
}
.calender-report-actions-btns {
    float: right;
}
.calender-report-actions-btns button {
    font-family: "Helvetica", sans-serif;
    color: #303030;
    border: 1px solid #c8c8c8;
    background: #fff;
    outline: none;
    font-size: 13px;
    padding: 9px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
}
.calender-report-actions-btns button img {
    width: 18px;
}
.fc-event-container {
    cursor: pointer;
}
.ccexe_main {
    display: inline-block;
    width: 100%;
}
#appointment-table td p {
    margin-bottom: 0px;
}
.btn-upload-excel {background: #28a745 !important;color: #fff !important;border: 1px solid #28a745 !important;}
.btn-add-prod {background: #0da487 !important;color: #fff !important;border: 1px solid #0da487 !important;}
.btn-confirm-order {background: #4b93ff !important;color: #fff !important;border: 1px solid #4b93ff !important;}

@media screen and (max-width: 991px) {
    .login-inner-imgs img {
        width: 100%;
    }
    .login-inner-imgs {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .login-section {
        height: auto;
        padding: 50px 0px 50px 0px;
    }
    .login-inner-section {
        margin-left: 0px;
        padding: 0px 10px;
    }
    .login-inner-imgs {
        padding: 0px;
    }
    .login-inner-imgs img {
        width: 50%;
    }
    .login-inner-form {
        padding: 40px 0px 30px 0px;
        width: 100%;
    }
    .form-submit-btn {
        width: 100%;
        padding: 10px 20px;
    }
    /*header{
         height: 80px;
    }
    */
    .header .menu {
        padding: 0px;
    }
    .menu-social {
        right: 0px;
        left: 0px;
        position: relative;
    }
    .menu-social ul {
        display: flex;
    }
    .download-btn {
        float: left;
        margin-top: 10px;
    }
    .page-form-filed select {
        width: 100%;
    }
    .search-filed {
        float: left;
        margin-top: 0px;
    }
    .page-tables {
        padding: 0px;
    }
    .pagination {
        float: left;
        margin-top: 0px;
    }
    .page-show-select select {
        width: 50%;
    }
    .width-89,
    .width-86-7,
    .width-75,
    .width-76,
    .width-72,
    .width-74,
    .width-51,
    .width-65,
    .width-58,
    .width-43,
    .width-78,
    .width-73,
    .width-67,
    .width-66,
    .width-49,
    .width-82,
    .width-85,
    .width-54,
    .width-68,
    .width-44,
    .width-83,
    .width-86,
    .width-80,
    .width-81,
    .width-70,
    .width-47,
    .width-63,
    .width-38,
    .width-40,
    .width-60,
    .width-84,
    .width-46,
    .width-62,
    .width-56,
    .width-59,
    .width-48,
    .width-52,
    .width-30,
    .width-36,
    .width-77,
    .width-61,
    .width-45,
    .width-50,
    .width-41,
    .width-55 {
        width: 100%;
    }
    .width-30,
    .width-25,
    .width-20,
    .width-90,
    .width-53 {
        width: 100%;
    }
    .forms-division label {
        width: 100%;
    }
    .forms-division select {
        width: 86%;
        margin-bottom: 15px;
        margin-right: 1px;
    }
    .back-btn {
        display: none;
    }
    .detail-forms-text-field {
        display: table;
        width: 100%;
    }
    .detail-forms-text-field label {
        position: relative;
        float: left;
        margin-top: 0;
    }
    .detail-forms-text-field textarea {
        float: left;
        width: 100%;
    }
    .detail-forms-text-field-custom-width {
        display: table;
        width: 100%;
    }
    .detail-forms-text-field-custom-width label {
        position: relative;
        float: left;
        margin-top: 0;
    }
    .detail-forms-text-field-custom-width textarea {
        float: left;
        width: 100%;
    }
    .detail-forms-fields-butns {
        float: left;
    }
    .page-remarks-right-area {
        display: table;
    }
    .page-remarks-right-area p {
        float: left;
    }
    .page-remarks-left-area .nav-pills > li > a {
        padding: 9px 9px;
    }
    .detail-forms-fields-right-box {
        float: left;
    }
    .cutom-pad-detail-forms {
        width: 100%;
    }
    .file-upload {
        float: left;
        width: 100%;
    }
    .page-form-btn {
        font-size: 12px;
    }
    .page-reset-btn {
        font-size: 12px;
        margin-left: 4px;
    }
    .left-side-border {
        border-left: none;
    }
    .bill-add-title span {
        padding-left: 0;
        display: block;
        margin-top: 5px;
    }
    .top-table-butns {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .top-table-butns li {
        margin-bottom: 10px;
        width: 100%;
    }
    .top-table-butns li button {
        width: 100%;
    }
    .table-tops {
        padding: 0;
        margin-left: 0;
    }
    .table-tops .col-md-12 .bill-add-title {
        margin-bottom: 10px;
        display: block;
    }
    .top-table-butns li .detail-forms-fields select {
        width: 77%;
    }
    .sub-total-table {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 20px;
    }
    .mobile-none {
        display: none;
    }
    /*.appointment-tables .table>thead>tr>th:nth-child(1){
         position: static;
    }
     .appointment-tables .table>thead>tr>th:nth-child(2){
         position: static;
    }
    */
    .appointment-tables .table > thead > tr > th:nth-last-child(1) {
        position: static;
    }
    .appointment-tables .table > thead > tr > th:nth-last-child(2) {
        position: static;
    }
    .appointment-tables .table > tbody > tr > td:nth-child(1) {
        position: static;
    }
    .appointment-tables .table > tbody > tr > td:nth-child(2) {
        position: static;
    }
    .appointment-tables .table > tbody > tr > td:nth-last-child(2) {
        position: static;
    }
    .appointment-tables .table > tbody > tr > td:nth-last-child(1) {
        position: static;
    }
    .calendar-dropdown {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .calendar-dropdown .dropdown-toggle {
        width: 100%;
    }
    .calendar-dropdown-label label {
        margin-top: 0;
    }
    .total-table-entries {
        margin-top: 0px;
    }
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        width: 100%;
    }
    .side-border {
        border-right: none;
    }
    .forms-division label {
        margin-right: 0px;
    }
    .page-remarks-left-area .tab .tablinks {
        font-size: 13px;
        padding: 7px 13px;
    }
    .table-calender-section {
        overflow: auto;
    }
    .calender-table-box tbody tr td {
        width: auto;
    }
    .modal-content {
        width: 95%;
    }
    .popup-form-fileds-textarea label {
        position: static;
    }
    .popup-form-fileds-division select {
        margin-bottom: 10px;
    }
    .calender-rows {
        padding: 0px;
    }
    .calender-report-list {
        padding: 0px 20px;
    }
    .calender-tables-title {
        padding-top: 20px;
        font-size: 20px;
    }
    .calender-report-actions-btns {
        float: left;
        padding: 0px 20px;
    }
    .calender-report-actions-btns button {
        float: left;
    }
}
#defaultOpen {color: #FFF;}
.fc-day-grid-event .fc-content {white-space: normal !important;}
.table-prod-decsp {
  white-space: normal;
  width: 650px;
}