
@font-face {
    font-family: 'gilroy_regular';
    src: url('../fonts/gilroy_regular.ttf');
}

@font-face {
    font-family: 'gilroy_bold';
    src: url('../fonts/gilroy_bold.ttf');
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 100%;
}

input:focus,
button {
    outline: 0 none;
}

body {
    color: #101010;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'gilroy_regular';
    background: #fff;
    padding-right: 0 !important;
}

div#txtAreaProductinfo.ckeditor.ql-container.ql-snow, .ql-container, .ql-editor .ql-code-block-container, .ql-editor .ql-font-serif, .ql-editor .ql-font-monospace, ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before, .ql-toolbar.ql-snow {
    font-family: 'gilroy_regular' !important;
}

body b, body strong{
    font-family: 'gilroy_bold';
}

a,
a:hover,
a:focus {
    color: #00aa93;
    text-decoration: none;
}

a,
a:hover,
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0 none;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active,
a {
    outline: 0 none;
    text-decoration: none;
}

input[type="button"]:focus {
    outline: 0 none;
}

.mar-0 {
    margin: 0 !important;
}

.mar-top-0 {
    margin-top: 0 !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.pad-0 {
    padding: 0 !important;
}

.display-block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.fullwidth {
    width: 100%;
}

.noborder {
    border: 0 !important;
}

.posrel {
    position: relative;
}

.posabs {
    position: absolute;
}

.no-list {
    list-style: none;
    margin: 0;
}

.clear {
    clear: both;
}

.button_disabled {
    opacity: .3;
}

.green-text {
    color: #00aa93 !important;
}

.red-text {
    color: #b40c0c !important;
}

.table {
    margin-bottom: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.outer-date {
    float: left;
    width: 158px;
}

.date .input-group-addon {
    border-color: #d7d7d7;
    background-color: #fff;
    border-radius: 0 7px 7px 0;
    padding: 6px;
}

.date .form-control {
    border-radius: 7px 0 0 7px;
    font-size: 13px;
    box-shadow: none;
    border-color: #d7d7d7;
    border-right: 0;
    background: #fff;
}

.whitebg {
    background: #fff;
}

.greybg {
    background: #f1f1f1;
}

.customtabs ul {
    list-style: none;
    margin: 0;
    padding-left: 25px;
    border-bottom: 1px solid rgba(132, 146, 175, 0.3);
}

.customtabs li {
    float: left;
    margin-bottom: -1px;
}

.customtabs li a {
    color: #adadad;
    font-size: 16px;
    padding: 17px 30px;
    display: block;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.customtabs li.main-active a {
    border: 1px solid rgba(132, 146, 175, 0.3);
    border-bottom: transparent;
    background-color: #f6f7fa;
    color: #00aa93;
    margin-right: 35px;
}

.customtabs li.main-active a::before {
    content: "";
    position: absolute;
    right: -41px;
    width: 0;
    height: 0;
    top: 0;
    border-bottom: 54px solid rgba(132, 146, 175, 0.3);
    border-right: 40px solid transparent;
}

.customtabs li.main-active a::after {
    content: "";
    position: absolute;
    right: -39px;
    width: 0;
    height: 0;
    top: 0;
    border-bottom: 54px solid #f6f7fa;
    border-right: 39px solid transparent;
}

.custom-tab-content {
    padding: 25px;
}

table th {
    font-weight: 400 !important;
}

.common-dataTable {
    border: solid 1px rgba(132, 146, 175, 0.3);
    background: #fff;
}

.head-dataTable {
    background: #f1f1f1;
    border-bottom: solid 1px rgba(132, 146, 175, 0.3);
}

.head-dataTable h3 {
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 60px;
    padding-left: 15px;
}

.head-dataTable h3 span {
    color: #848484;
}

.head-dataTable li {
    float: left;
}

.head-dataTable li a, .head-dataTable li .anchor-add,
.head-dataTable li .anchor-update,
.head-dataTable li .anchor-cancel,
.head-dataTable li .btnDelivered,
.head-dataTable li .btnOutForDelivery,
.head-dataTable li .btnAccept,
.head-dataTable li .btnReject,
.update-requests-info,
#epaymentsCardView .no-list .btnPost,
.head-dataTable li .anchor-edit,
.head-dataTable li .anchor-delete,
.anchor-reactivate,
.head-dataTable li .btnSold,
.head-dataTable li .btnNotify {
    line-height: 60px;
    padding: 0 20px;
    display: block;
    font-size: 16px;
    border-left: 1px solid #d4d9e3;
    cursor: pointer;
}

.head-dataTable li a [class^="icon-"], .head-dataTable li .anchor-add [class^="icon-"],
.head-dataTable li .anchor-update [class^="icon-"],
.head-dataTable li .anchor-cancel [class^="icon-"],
.head-dataTable li .btnDelivered [class^="icon-"],
.head-dataTable li .btnOutForDelivery [class^="icon-"],
.head-dataTable li .btnAccept [class^="icon-"],
.head-dataTable li .btnReject [class^="icon-"],
.icon-updated, .icon-collected,
#epaymentsCardView .no-list .btnPost .icon-posted,
.head-dataTable li .anchor-edit [class^="icon-"],
.head-dataTable li .anchor-delete [class^="icon-"],
.anchor-reactivate .icon-updated,
.head-dataTable li .btnSold [class^="icon-"],
.head-dataTable li .btnNotify [class^="icon-"] {
    margin-right: 8px;
}

.head-dataTable li .anchor-add,
.head-dataTable li .anchor-update,
.head-dataTable li .anchor-cancel,
.head-dataTable li .btnDelivered,
.head-dataTable li .btnOutForDelivery,
.head-dataTable li .btnAccept,
.head-dataTable li .btnReject,
.preview-button-product, .upload-preview-link, .preview-button-product, .update-requests-info,
#epaymentsCardView .no-list .btnPost,
.head-dataTable li .anchor-edit [class^="icon-"],
.head-dataTable li .anchor-delete [class^="icon-"],
.head-dataTable li .anchor-edit,
.anchor-reactivate,
.head-dataTable li .btnSold,
.head-dataTable li .btnNotify{
    color: #00aa93;
    cursor: pointer;
}

.data-table {
    background: #fff;
    font-size: 14px;
}

.common-dataTable table.dataTable.display thead th,
table.dataTable.display tbody td {
    padding: 18px 12px;
    border-bottom: 1px solid #efefef;
    border-top: 0;
}

table.dataTable tbody td {
    color: #848484;
    background: #fff;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info {
    display: none;
}

table.dataTable.no-header thead {
    display: none;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

table.dataTable a {
    color: inherit;
}

table.dataTable .action-links a+a {
    margin-left: 10px;
}

table.dataTable .placeholder-img {
    width: 90px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 3px;
    line-height: 20px;
    border: 0;
    color: #b4b2b2 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #848484 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 0;
    background: #00aa93;
    border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #b4b2b2 !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 25px 20px 25px 0;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover .page-link {
    border: 0;
    border-radius: 50%;
    background: #00aa93;
    color: #fff !important;
}

.theme-popup .modal-content {
    overflow: hidden;
}

.themeHeader {
    background: #00aa93;
    text-align: center;
    position: relative;
}

.themeHeader h4 {
    font-size: 26px;
    display: inline-block;
    margin: 0;
    color: #fff;
    padding: 20px 0;
}

.themeHeader .popup-close {
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1;
}

.nobr {
    white-space: nowrap;
}

.font-14 {
    font-size: 14px;
}

label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 0;
}

.form-group+.form-group {
    margin-top: 35px;
}

.form-group .form-control {
    border: 0;
    border-bottom: solid 1px #e9e9e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    height: 40px;
}

.form-control::-webkit-input-placeholder {
    color: #b4b4b4;
}

.form-control::-moz-placeholder {
    color: #b4b4b4;
}

.form-control:-ms-input-placeholder {
    color: #b4b4b4;
}

.form-control:-moz-placeholder {
    color: #b4b4b4;
}

.popup-form {
    padding: 50px 40px 30px;
}

.popup-form .row+.row {
    margin-top: 35px;
}

.popup-btn-container {
    margin-top: 60px;
    text-align: center;
}

.btn.theme-btn {
    font-size: 18px;
    line-height: 30px;
    background: #00aa93;
    border-color: #00aa93;
    color: #fff;
}

.btn.theme-btn+.theme-btn {
    margin-left: 15px;
}

.btn.theme-btn.btn-white {
    color: #00aa93;
    background: #fff;
}

.modal.fade .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.modal.in .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.large-theme-popup .modal-dialog {
    width: 750px;
    max-width: 750px;
    /* height: 750px; */
}

.small-theme-popup .modal-dialog {
    width: 450px;
}

.page-bodywrap .bootstrap-select.form-control {
    height: 40px;
}

.page-bodywrap .bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #e9e9e9;
    background: #fff;
    outline: none !important;
    box-shadow: none;
    height: 40px;
}

.bootstrap-select.open .dropdown-toggle,
.bootstrap-select.open>.dropdown-toggle.btn-default:hover,
.bootstrap-select.open>.dropdown-toggle.btn-default:focus {
    box-shadow: none;
    background: #fff;
    border-color: #e9e9e9;
}

.theme-checkbox-div input[type="checkbox"],
.theme-radio-div input[type="radio"] {
    margin: 0;
    opacity: 0;
    position: absolute;
}

.theme-checkbox-div label,
.theme-radio-div label {
    margin: 0;
    padding: 0 0 0 26px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
}

.theme-checkbox-div label:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.theme-checkbox-div input:checked+label:before {
    background: #00aa93;
    border: 1px solid #00aa93;
}

.theme-checkbox-div input:checked+label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 6px;
    border-color: transparent transparent #fff #fff;
    border-width: 0px 0px 2px 2px;
    border-style: none none solid solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.theme-radio-div label:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}

.theme-radio-div input:checked+label:after {
    content: "";
    position: absolute;
    background: #00aa93;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
}

.textarea-block {
    margin-top: 20px;
}

.themeTextarea {
    border-bottom: solid 1px rgba(132, 146, 175, 0.3);
    border-radius: 0;
    resize: none;
    box-shadow: none;
}

[class^="icon-"] {
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.dash-date-img [class^="icon-"] {
    width: 55px;
    height: 50px;
}

.icon-email {
    background-position: -11px 4px;
}

.icon-password {
    background-position: -11px -20px;
}

.icon-notification {
    background-position: -11px -92px;
    height: 24px;
}

.icon-profile-pic {
    background-position: -13px -120px;
    height: 24px;
}

.icon-calendar {
    background-position: -126px 5px;
}

.icon-add {
    background-position: -128px -171px;
    width: 24px;
    height: 24px;
}

.icon-updated {
    background-position: -170px -269px;
    width: 24px;
    height: 24px;
}

.icon-cancel {
    background-position: -254px -391px;
    width: 24px;
    height: 24px;
}

.icon-edit {
    background-position: -128px -345px;
    cursor: pointer;
}

.icon-delete {
    background-position: -125px -374px;
    cursor: pointer;
}

.icon-search {
    background-position: -126px -286px;
}

.icon-tender {
    background-position: -7px -173px;
}

.icon-sold {
    background-position: -14px -241px;
}

.icon-brand {
    background-position: -14px -308px;
}

.icon-popular {
    background-position: -14px -376px;
}

.icon-msg {
    background-position: -128px -19px;
}

.icon-phone {
    background-position: -128px -45px;
}

.icon-address {
    background-position: -128px -71px;
}

.icon-upload {
    background-position: -126px -205px;
    height: 40px;
    width: 40px;
}

.icon-preview {
    background-position: -178px -361px;
    width: 32px;
    height: 32px;
}

.icon-export {
    background-position: -127px -254px;
    width: 28px;
    height: 25px;
}

.icon-tick {
    background-position: -129px -402px;
    height: 24px;
    width: 24px;
}

.icon-white-search {
    height: 22px;
    width: 22px;
    background-position: -169px -65px;
    margin-left: 5px;
}

.icon-phn {
    background-position: -252px -192px;
}

.icon-msg-black {
    background-position: -252px -215px;
}

.icon-small-edit {
    /*background-position: -251px -260px;*/
    background-position: -252px -47px;
    cursor: pointer;
}

.icon-small-delete {
    /*background-position: -249px -286px;*/
    background-position: -251px -70px;
    cursor: pointer;
}

.icon-arr-down {
    background-position: -251px -175px;
    height: 15px;
}

.icon-faq-que {
    background-position: -253px -94px;
    margin-right: 3px;
}

.icon-tbl-calendar {
    background-position: -253px -312px;
    margin-right: 5px;
}

.icon-tbl-time {
    background-position: -253px -339px;
    margin-right: 5px;
}

.icon-close {
    background-position: -171px -117px;
    height: 26px;
    width: 26px;
    cursor: pointer
}

.icon-stop {
    background-position: -253px -24px;
    cursor: pointer;
}

.icon-posted {
    background-position: -310px -1px;
    height: 26px;
    width: 26px;
}

.icon-collected {
    background-position: -184px -396px;
    width: 24px;
    height: 30px;
}

.side-nav li [class^="icon-"] {
    margin-right: 7px;
}

.icon-dash-dashboard {
    background-position: -58px -31px;
}

.icon-dash-dashboard-colored {
    background-position: -295px -135px;
}

.icon-dash-epayments {
    background-position: -90px 0px;
}

.icon-dash-epayments-colored {
    background-position: -295px -165px;
}

.icon-dash-purchase {
    background-position: -89px -32px;
}

.icon-dash-purchase-colored {
    background-position: -295px -195px;
}

.icon-dash-accounts {
    background-position: -89px -62px;
}

.icon-dash-accounts-colored {
    background-position: -295px -225px;
}

.icon-dash-promotions {
    background-position: -89px -94px;
}

.icon-dash-promotions-colored {
    background-position: -295px -255px;
}

.icon-dash-programme {
    background-position: -92px -126px;
}

.icon-dash-programme-colored {
    background-position: -295px -289px;
}

.icon-dash-tender {
    background-position: -90px -221px;
}

.icon-dash-tender-colored {
    background-position: -330px -134px;
}

.icon-dash-services {
    background-position: -89px -158px;
}

.icon-dash-services-colored {
    background-position: -293px -322px;
}

.icon-dash-loyalty {
    background-position: -89px -283px;
}

.icon-dash-loyalty-colored {
    background-position: -329px -196px;
}

.icon-dash-insurance {
    background-position: -89px -188px;
}

.icon-dash-insurance-colored {
    background-position: -292px -352px;
}

.icon-dash-help {
    background-position: -89px -315px;
}

.icon-dash-help-colored {
    background-position: -329px -227px;
}

.icon-dash-management {
    background-position: -89px -377px;
}

.icon-dash-management-colored {
    background-position: -328px -290px;
}

.icon-dash-reports {
    background-position: -90px -252px;
}

.icon-dash-reports-colored {
    background-position: -328px -164px;
}

.icon-dash-notifications {
    background-position: -89px -345px;
}

.icon-dash-notifications-colored {
    background-position: -329px -259px;
}

.icon-dash-settings {
    background-position: -87px -410px;
}

.icon-dash-settings-colored {
    background-position: -327px -321px;
}

.icon-dash-calculator {
  background-position: -288px -98px;
}

.icon-dash-calculator-colored {
  background-position: -313px -96px;
}

.icon-tick-square {
    background-position: -170px -240px;
    height: 24px;
    width: 24px;
}

/*-------- login -------*/

.no-column-layout {
    background: #f6f7fa;
    height: 100vh;
}

.no-column-layout #all-elements {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-box {
    width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 12px 0 rgba(147, 161, 185, 0.32);
}

.form-logo {
    background: #00aa93;
    padding: 25px 0;
}

.form-bottom {
    padding: 80px 250px 100px;
    background: #fff;
}

.form-bottom .form-group {
    position: relative;
    margin: 0;
}

.form-bottom .form-group+.form-group {
    margin-top: 40px;
}

.form-bottom [class^="icon-"] {
    position: absolute;
    top: 11px;
    left: 5px;
}

.form-bottom .form-control {
    border-radius: 0;
    border-color: transparent transparent #8492af;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    color: #adadad;
    padding: 10px 10px 10px 32px;
    height: auto;
}

.form-bottom .frgotpwd-link {
    text-align: right;
    margin: 20px 0 80px;
    font-size: 16px;
}

.form-bottom .signin-btn {
    background: #00aa93;
    border-color: #00aa93;
    font-size: 20px;
}


/*-------- header footer -------*/

#sidebar-wrapper {
    float: left;
    width: 16.5%;
    /*height: 100vh;*/
    background: #00aa93;
    overflow: hidden;
}

#sidebar-wrapper #sidebar-wrapper-inner {
    min-height: 100vh;
}

.sidebar-logo {
    padding: 23px 10px 30px;
    border-bottom: 1px solid rgba(4, 136, 66, .2);
}

.sidebar-logo img {
    max-width: 100%;
    height: 30px;
}

.side-nav li a {
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 18px 10px 18px 15px;
    line-height: 23px;
    border-bottom: 1px solid rgba(4, 136, 66, .2);
    position: relative;
    cursor: pointer;
}

.side-nav>li>a.active,
.side-nav>li>a:hover,
.side-nav li a.parent-link:not(.collapsed) {
    font-size: 12px;
    color: #ffffff;
    display: block;
    padding: 18px 10px 18px 15px;
    line-height: 23px;
    border-bottom: 1px solid rgba(4, 136, 66, .2);
    position: relative;
    cursor: pointer;
}

.side-nav>li>a.active,
.side-nav>li>a:hover,
.side-nav li a.parent-link:not(.collapsed):has(.active) {
    background-color: #00645a;
}

.side-nav>li>a.active:before,
.side-nav>li>a:hover:before,
.side-nav li a.parent-link:not(.collapsed):has(.active):before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
}

.side-nav li a .caret {
    float: right;
    margin-top: 10px;
    border-width: 5px 5px 0;
    border-top: 0;
    border-bottom: 5px solid #ffffff;
}

.side-nav li a.collapsed .caret {
    color: #ffffff;
    border-top: 5px solid #ffffff;
    border-bottom: 0
}

.side-nav li a.active.collapsed .caret,
.side-nav li a:hover.collapsed .caret {
    color: #ffffff;
    border-top: 5px solid #ffffff;
    border-bottom: 0
}

.side-nav .submenu li a {
    padding-left: 43px;
}

.side-nav .submenu li a.active,
.side-nav .submenu li a:hover {
    background: #fff;
    color: #00645a;
}

#page-content-wrapper {
    float: left;
    width: 83.5%;
    background: #f6f7fa;
}

.page-header {
    border-bottom: 0;
    margin: 0;
    padding: 27px 35px 32px 25px;
    background: #fff;
}

.page-header #headerTitle {
    margin: 0 5px;
    color: #00aa93;
    font-size: 19px;
}

.header-links>* {
    float: left;
}

.header-links .profiletext {
    display: inline-block;
    color: #00aa93;
    font-size: 14px;
    margin: 0;
}

.header-links .user-dropdown {
    margin-left: 30px;
}

.header-links .user-logo .caret {
    color: #00aa93;
}

.dropdown-menu.dropdown-profile {
    left: auto;
    right: -10px;
    width: 310px;
    top: 40px;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-profile .profile_header {
    padding: 25px 15px 25px 25px;
    background: #efefef;
}

.dropdown-profile .profile_header h2 {
    margin: 0 0 15px;
    font-size: 18px;
}

.dropdown-profile .profile_header .profile-info {
    color: #595959;
}

.dropdown-profile .profile-link a, .dropdown-profile .profile-link .profile-link-li span,
.dropdown-profile .profile-link .logout span {
    line-height: 60px;
    font-size: 18px;
    padding-left: 25px;
    display: block;
    color: #00aa93;
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
}

.reset-password-form .popup-form {
    padding: 60px 120px 100px;
}

#changePassword .password-expire-msg {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    position: relative;
    bottom: -15px;
    font-size: 16px;
    display: none;
}

#changePassword .password-expire-msg.show {
    display: block;
}

.reset-password-form .popup-btn-container {
    margin-top: 80px;
}

.reset-password-form .popup-btn-container .theme-btn {
    width: 100%;
}


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

.page-padding {
    padding: 25px;
    border-top: 1px solid #eee;
}

.white-block {
    padding: 25px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid rgba(132, 146, 175, 0.3);
}

.white-block:after {
    content: '';
    display: table;
    clear: both;
}

.dash-top-left {
    width: 100%;
}

.dash-top h2 {
    font-size: 16px;
    margin: 0 0 50px;
}

.dash-block-1 {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dash-block-2 {
    width: 55%;
    margin-left: 5%;
}

.dash-top-left h2 {
    text-align: center;
    margin: 0 0 30px;
}

.dash-parts li {
    position: relative;
}

.dash-label-1 {
    margin-top: 25px !important;
    padding: 5px;
}

.dash-label-2 {
    margin-top: 28px !important;
}

.dash-parts li+li {
    margin-top: 15px;
}

.dash-parts .dash-parts-img {
    width: 9px;
    height: 9px;
    float: left;
    position: absolute;
    top: 4px;
    left: 0;
}

.dash-parts .dash-parts-text {
    display: inline-block;
    margin-left: 17px;
    font-size: 13px;
    color: #6f6f6f;
}

.dash-top-right {
    width: 40%;
    padding-left: 15px;
}

.dash-top-right .dash-mnths-stats {
    width: 39%;
    margin-top: 25px;
}

.dash-mnths-stats li {
    position: relative;
}

.dash-mnths-stats li+li {
    margin-top: 30px;
}

.dash-mnths-stats .dash-parts-img {
    width: 13px;
    height: 13px;
    float: left;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50%;
}

.dash-mnths-stats .dash-parts-text {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
}

.dash-mnths .dash-circle {
    float: left;
    width: 50%;
    margin-right: 6%;
}

.dash-circle-inner {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #e3e7e5;
    border-radius: 50%;
    margin-bottom: 30px;
}

.dash-numbers>* {
    /* border-radius: 7px; */
    padding: 15px 0px;
    background-color: #f6f7fa;
    box-shadow: 0.5px 0.9px 3px 0 rgba(1, 1, 1, 0.32);
}

.dash-numbers .dash-numbers-left {
    /* width: 65.5%; */
}

.dash-numbers .dash-numbers-right {
    /* width: 32%; */
    margin-left: 2.5%;
}

.dash-numbers .dash-numbers-item {
    float: left;
    width: 20%;
}

.dash-numbers .dash-numbers-item+.dash-numbers-item {
    border-left: 1px solid #d7d7d7;
}

.dash-numbers .dash-numbers-right .dash-numbers-item {
    width: 50%;
}

.dash-numbers-item h2 {
    margin: 5px 0 13px;
    font-size: 20px;
}

.dash-numbers-item p {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    color: #656565;
    height: 36px;
}

.dash-date-top {
    line-height: 38px;
    margin-bottom: 30px;
    color: #999999;
}

.dash-date .dash-date-item {
    float: left;
    width: 23%;
    border-radius: 7px;
    box-shadow: 0.5px 0.9px 2px 0 rgba(82, 82, 82, 0.11);
    border: 1px solid #93dd89;
}

.dash-date .dash-date-item+.dash-date-item {
    margin-left: 2.66%;
}

.dash-date .dash-date-img {
    float: left;
    background: #93dd89;
    width: 80px;
    height: 120px;
    line-height: 120px;
}

.dash-date-info {
    float: left;
    width: calc(100% - 80px);
    padding: 20px 10px 15px;
}

.dash-date .dash-date-info h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.dash-date .dash-date-info p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #828282;
}

.dash-table-title {
    font-size: 18px;
    margin: 0 0 20px;
}

.dash-top-heading .date {
    margin-top: -8px;
}

.dash-date-top h5 {
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px;
    line-height: 34px;
    color: #999999;
}

.dash-date-top h5~h5 {
    margin-left: 35px;
}

.normal-table {
    font-size: 16px;
    border: 1px solid #e9e9e9;
}

.normal-table.table>thead>tr>th {
    background: #f2f2f2;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    padding: 19px 30px;
}

.normal-table.table>tbody>tr>td {
    color: #848484;
    padding: 15px 30px;
    line-height: 20px;
}

.upload-cover {
    background: #f2f2f2;
    text-align: center;
    height: 190px;
}

.upload-cover.small-upload-cover {
    max-width: 300px;
    border: 1px solid #e1e1e1;
}

.upload-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.upload-area {
    display: inline-block;
    position: relative;
}

.upload-area input {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload-content h6 {
    margin: 15px 0 0;
    color: #00aa93;
    font-size: 14px;
}

.popup-btn-container .theme-btn {
    width: 160px;
}

.upload-preview-link {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.search-inputgrp {
    position: relative;
}

.search-inputgrp .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    background: transparent;
}

.info-dataTable {
    padding-top: 15px !important;
    padding-left:  5px;
    padding-right:  5px;
    padding-bottom:  15px !important;
}
.getting-started-view{
    padding-right:  5px !important;
}

.info-dataTable p {
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 1.4;
    color: #848484;
}

.info-dataTable p:last-child {
    margin: 0;
}

.filter-dataTable {
    border: solid 1px rgba(132, 146, 175, 0.3);
    margin-bottom: 15px;
}

.oneColumnTable.dataTable.display tbody td {
    padding: 0;
    border: 0;
    background: #f6f7fa;
}

.oneColumnTable td>div {
    background: #fff;
    border: solid 1px rgba(153, 158, 169, 0.49);
    margin-bottom: 20px;
}

.oneColumnTable td .carImg {
    float: left;
}

.oneColumnTable td .carImg img {
    max-height: 220px;
    max-width: 355px;
}

.oneColumnTable td .carInfo {
    float: left;
    width: calc(100% - 420px);
    padding: 25px 0 0 40px;
    word-wrap: break-word;
    max-width: 690px;
}

.oneColumnTable td .carInfo h3 {
    margin: 0;
    font-size: 20px;
    color: #101010;
}

.oneColumnTable td .carInfo ul {
    margin: 15px 0 10px;
    padding: 0;
}

.oneColumnTable td .carInfo li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}

.oneColumnTable td .carInfo li span {
    color: #101010;
}

.oneColumnTable td .carInfo p {
    font-size: 16px;
    line-height: 1.4;
}

.oneColumnTable td .carInfo .carPrice {
    color: #00aa93;
}

.oneColumnTable td .carAction {
    float: right;
}

.oneColumnTable td .carAction a {
    line-height: 110px;
    display: block;
    text-align: center;
    width: 65px;
    background-color: #f5f5f5;
    border-left: 1px solid #d4d9e3;
}

.oneColumnTable td .carAction a+a {
    border-top: 1px solid #d4d9e3;
}

.details-dataTable {
    padding: 20px 15px;
}

.details-dataTable .detailsCarImg {
    /* float: left;
    margin-right: 80px; */
    text-align: center;
}

.details-dataTable .detailsCarImg img {
    max-height: 220px;
    max-width: 320px;
}

.details-dataTable .detailsCarInfo {
    /*float: left;
     width: 600px; */
}

.details-dataTable .detailsCarInfo h3 {
    margin: 0;
    font-size: 18px;
    color: #101010;
}

.details-dataTable .detailsCarInfo ul {
    margin: 0 px;
}

.details-dataTable .detailsCarInfo li {
    font-size: 16px;
    line-height: 30px;
    color: #848484;
}

.details-dataTable .detailsCarInfo li span {
    color: #101010;
}

.details-dataTable .detailsCarInfo .carPrice {
    color: #00aa93;
}

.helpContactPanelTable .info-dataTable {
    padding: 25px 25px 30px;
}

.helpContactPanelTable .oneColumnTable.dataTable.display tbody td {
    background: #fff;
}

.helpContactPanelTable .oneColumnTable td .carInfo h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.helpContactPanelTable .oneColumnTable td .carInfo h4>span {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    color: #101010;
}

.helpContactPanelTable .oneColumnTable td .carInfo p {
    font-size: 15px;
    margin: 0;
}

.helpContactPanelTable .oneColumnTable td .carInfo {
    width: calc(100% - 130px);
}

.faq_list {
    padding: 40px 15px 0;
}

.faq_block {
    box-shadow: 0px 1px 4px 0 rgba(1, 1, 1, 0.07);
    border: solid 0.7px #dddddd;
    margin-bottom: 20px;
    background-color: #fff;
}

.faq_heading {
    padding: 24px 25px 20px;
}

.faq_heading h3 {
    margin: 0;
    font-size: 16px;
}

.faq_heading h6 {
    margin: 10px 0 0;
    font-size: 13px;
}

.faq_heading h6 span {
    color: #848484;
}

.faq_heading .pull-right {
    margin-top: 10px;
}

.faq_heading a+a {
    margin-left: 25px;
}

.faq_heading.active .icon-arr-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq_content {
    padding: 20px 25px;
    border-top: 1px solid #cacaca;
    background: #f9f9f9;
}

.faq_content p {
    color: #101010;
}

.oneColumnTable td .carImg.circle-img {
    margin: 25px 0 25px 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #00aa93;
}

.oneColumnTable td .carImg.circle-img img {
    max-width: 170px;
    max-height: 170px;
}

.icon-tbl-calendar~.icon-tbl-time {
    margin-left: 15px;
}

.notificationsForm h4 {
    margin: 0 0 20px;
    font-size: 18px;
}

.notificationsForm h4~h4 {
    margin-top: 50px;
}

.notificationsForm .theme-checkbox-div {
    margin-bottom: 20px;
}

.item-detailed-info h4 {
    margin: 0 0 15px;
    font-size: 18px;
}

.item-detailed-info ul {
    padding-left: 15px;
    margin-bottom: 35px;
}

.item-detailed-info li {
    color: #848484;
    font-size: 16px;
    margin-bottom: 15px;
}

.item-detailed-info p {
    margin-bottom: 10px;
}

.item-detailed-info .normal-table {
    width: 850px;
    margin-bottom: 35px;
}

.item-detailed-info .normal-table.table>tbody>tr>td+td {
    border-left: 1px solid #ddd;
}

.popup-form h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
}

.popup-form .theme-checkbox-div {
    margin-bottom: 15px;
}

.popup-btn-container .theme-btn.single-btn {
    width: 450px;
}

.popupdetailsblock {
    padding: 15px 30px;
    font-size: 16px;
}

.popupdetailsblock.popupdetailsgrey {
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
}

.popupdetailsblock.popupdetailstbl {
    border-bottom: 1px solid #f0f0f0;
}

.popupdetailsblock .row+.row {
    margin-top: 15px;
}

.popupdetailsblock h2 {
    font-size: 24px;
    margin: 0 0 30px;
}

.popupdetailsblock .row span {
    display: inline-block;
    max-width: 450px;
    margin-right: 5px;
    color: #b4b4b4;
    font-size: 14px;
}

.popupdetailsblockadv .row span {
    max-width: none !important;
}

.popupdetailsblock .popup-btn-container {
    margin: 0;
}

.popupdetailsblock h4 {
    margin: 0 0 15px;
    font-size: 24px;
}

.popupdetailsuploaded li {
    float: left;
}

.popupdetailsuploaded li+li {
    margin-left: 20px;
}

.popupdetailsuploaded li img {
    max-width: 100px;
}

.popupdetailstblBlock {
    border: solid 1px #d5d5d5;
    max-width: 450px;
    border-radius: 6px;
}

.popupdetailstblBlock .popupdetailstblUpper {
    padding: 18px 20px 10px;
}

.popupdetailstblBlock .popupdetailstblBottom {
    background-color: #eeeeee;
    border-top: solid 1px #d5d5d5;
}

.popupdetailstblBlock h5 {
    margin: 0;
    font-size: 16px;
    padding-bottom: 7px;
}

.popupdetailstblBlock h5.mainTd~.mainTd {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.popupdetailstblBlock .popupdetailstblBottom h5 {
    padding: 10px 18px;
}

.popupdetailstblBlock h5.subTd span:first-child {
    padding-left: 15px;
}

.popupdetailstblBlock h5 span:first-child {
    display: inline-block;
    width: 285px;
}

.popupdetailstblBlock h5.subTd span:first-child {
    color: #848484;
}

.popupPromotionTop {
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
}

.popupPromotionTopImg {
    float: left;
    width: 45%;
}

.popupPromotionTopText {
    float: left;
    width: 55%;
    padding: 30px;
}

.popupPromotionTopText h2 {
    margin: 0 0 20px;
    font-size: 21px;
}

.popupPromotionTopText p span {
    color: #848484;
}

.popupPromotionDetails {
    padding: 30px 40px;
}

.popupPromotionDetails h5 {
    margin: 0 0 15px;
    font-size: 18px;
}

.popupPromotionDetails p {
    color: #848484;
    font-size: 15px;
    margin: 0 0 35px;
}

.popupPromotionImgBlock {
    background: #fbfbfb;
}

.popupPromotionImg {
    float: left;
    width: 100px;
}

.popupPromotionText {
    float: left;
    width: calc(100% - 100px);
    padding: 10px 20px;
    background: #fbfbfb;
}

.popupPromotionText p {
    margin: 0;
}

#dateFilterDiv ul.dropdown-menu.inner {
    max-height: 160px !important;
}

.tableScroll {
    height: 745px;
    overflow: auto;
}

.error {
    color: red;
}

.invalidloginerror {
    height: 15px !important;
    color: red;
}

.password-error,
.user-error {
    margin-top: 10px;
    height: 15px !important;
    color: red;
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: #00aa93 !important;
    border-color: #00aa93 !important;
}

.ckmargin {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
}

.icon-space-right {
    margin-right: 10px;
}

.icon-space-left {
    margin-left: 10px;
}

.no-display {
    display: none !important;
}

.btn-container .btn.theme-btn {
    min-width: 160px;
}

.upload-cover-form {
    margin-bottom: 30px;
}

.upload-cover-form .small-upload-cover {
    float: left;
    width: 300px;
}

.upload-cover-form .upload-cover-inputs {
    float: left;
    width: calc(100% - 300px);
    padding-left: 30px;
}

.promotions-add-form .theme-checkbox-div {
    margin-bottom: 15px;
}

.promotions-add-form .row {
    margin-bottom: 30px;
}

.side-nav .panel {
    margin: 0;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.icon-tick-circle {
    background-position: -254px -360px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.icon-reset {
    background-position: -312px -60px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.outer-date-dash {
    width: 158px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-left-25 {
    padding-left: 25px;
}

.preview-button {
    padding-top: 20px;
}

.modal.in .modal-dialog .themeBody {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.upload-cover {
    background-image: url('');
    background-size: cover;
    background-position: center;
    border: 1px solid #bbb;
}

.overlay:target {
    display: none;
}

.font-16 {
    font-size: 16px;
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.notification-count {
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ff0000;
    font-size: xx-small;
    position: absolute;
    top: 5px;
    left: 5px;
}

.user-notification-bell {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.notification-text-small {
    background: red;
    position: absolute;
    top: -6px;
    left: 10px;
    color: #fff;
    border-radius: 10px;
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
    text-align: center;
    line-height: 20px;
}


/* notification pop-up css */

#notification_li {
    position: relative
}

#notificationContainer {
    background-color: #fff;
    border: 0px solid rgba(100, 100, 100, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 40px;
    margin-left: -170px;
    width: 350px;
    height: auto;
    z-index: 1000;
    display: none;
    max-height: calc(100vh - 100px);
}

#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent #efefef;
    margin-top: -20px;
    margin-left: 180px;
}

#notificationTitle {
    font-size: 18px;
    padding: 8px;
    font-size: 13px;
    background-color: #efefef;
    z-index: 1000;
    width: 373px;
    border-bottom: 1px solid #dddddd;
    color: #00aa93;
}

#notificationsBody {
    padding: 0px 0px 0px 0px !important;
    min-height: 100px;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

.video-frame {
    margin-left: 10px;
    margin-bottom: 50px;
    padding: 5px;
    border: 1px #dddddd solid;
}

.video-frame-info {
    margin-left: 10px;
    padding: 2px;
}

.uploadVideo {
    margin: 10px;
}

.upload-video-cover {
    /*   background: #f2f2f2; */
    text-align: center;
    height: 270px;
    width: 450px;
    padding: 10px;
    margin-top: 10px;
}

#myProgress {
    background: #000;
    margin: 10px;
    width: 480px;
    background-color: #ddd;
    text-align: center;
    color: white;
    line-height: 30px;
    float: left;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    left: 30%;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 9999 !important;
    margin: -20px 0 0 -20px;
}

#myBar {
    width: 1%;
    height: 30px;
    background-color: #00aa93;
    text-align: center;
    color: white;
    line-height: 30px;
    float: left;
}


/* for preview ckeditor */

.mobile-popup .modal-dialog {
    width: 325px;
}

.mobile-popup .modal-content {
    background: url('../images/mobile.png') no-repeat 0 0/100% auto transparent;
    box-shadow: none;
    border: 0;
    padding: 74px 20px;
}

.mobile-popup-content {
    min-width: 100%;
    overflow: auto;
    background: #fff;
    height: 413px;
    line-height: 1.4;
}


.mobile-popup-head {
    background: rgb(0, 169, 79);
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}

.mobile-popup-head h2 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px;
}

.mobile-popup-head ul {
    font-size: 12px;
    list-style: none;
    margin: 0;
}

.mobile-popup-head li {
    float: left;
    width: 50%;
}

.mobile-popup-head li a {
    color: rgba(255, 255, 255, .55);
    display: inline-block;
}

.mobile-popup-head li.active a {
    color: rgb(255, 255, 255);
}

.mobile-popup-data {
    padding: 7px;
}

.mobile-popup-tabs ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid rgb(212, 212, 212);
    font-size: 13px;
    background: #fff;
}

.mobile-popup-tabs li {
    float: left;
    width: 100%;
}

.mobile-popup-tabs li a {
    color: black;
    display: inline-block;
    position: relative;
}

.mobile-popup-tabs li.active a {
    color: rgb(0, 169, 79);
}

.mobile-popup-tabs li.active a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    background: rgb(0, 169, 79);
    width: 100%;
}

.preview-button-product {
    float: right;
    margin-right: 40px;
}

.datatableItemName {
    cursor: pointer;
}

.datatable-layout {
    table-layout: fixed;
    overflow: auto;
}

.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#tenderListDataTable tbody,
#servicesPersonalRequestsTable tbody,
#customerSubmissionDataTable tbody {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em
}

::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #C1C1C1;
}

.popupdetailsuploaded {
    color: #b4b4b4;
}

.pop-document-image {
    cursor: pointer;
}

.preview-video-html {
    background-image: url('../images/video_preview.png');
    max-width: 265px;
    height: 150px;
    width: 265px;
}
.image-full img{
    width: 100%;
}
.placeholder-text{
    color: #adadad;
    margin-bottom: 0px;

 }
 .margin-sep-chart-label{
      margin-top: 30px !important;
 }
 .customer-width{
    word-wrap: break-word; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;  
 }
 #carRegistrationNumber{
     text-transform: uppercase;
 }
 #imageTray{
    padding:10px 15px;
 }
 .green{
     color: #00aa93 !important;
 }
 .select-all-margin{
     margin-top:-20px;
 }

 #printForm td{
     line-height: 20px;
 }

 #tenderAwardReportTable td{
     background: transparent;
     color: #fff;
 }

 .align-pop-button{
    margin-bottom: 20px;    
 }

 .btn-table-date-search {
    padding: 1px 12px;
 }

 .list-unstyled li {
    float: none;
 }

 table.permission-table td {
    border: 1px solid black;
    padding: 5px 0px 0px 5px;
 }

 /*---------------------- update bootstrap3 to bootstrap5 ------------------*/

 .btn-block {
    display: block;
    width: 100%;
}

.input-group-addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
}

#headerAccordion .submenu li {
    list-style-type: none;
}

#headerAccordion .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    border-width: 5px 5px 0;
}

#notificationsBody ul {
    padding: 0;
}

.bootbox-close-button.close {
    opacity: .2;
}

.bootbox-close-button.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.bootbox-alert .modal-content .modal-header,
.bootbox-confirm .modal-content .modal-header  {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.bootbox-alert .modal-content .modal-header .modal-title,
.bootbox-confirm .modal-content .modal-header .modal-title {
    font-size: 18px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f1f1f1;
    color: #262626;
}

/* .theme-popup .modal-content {
    top: 40px;
} */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.modal.show .modal-dialog .themeBody {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.bootstrap-datetimepicker-widget table td.day {
    padding: 5px;
}

.dataTables_wrapper .page-item.active .page-link {
    color: #fff !important;
    border: 0;
    background: #00aa93;
    border-radius: 50%;
}

.dataTables_wrapper .page-link:hover {
    color: #fff !important;
    background: #00aa93;
}

.dataTables_wrapper .page-link {
    border: 0;
    color: #b4b2b2 !important;
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    min-width: 1.5em;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    opacity: 1;
}

hr:not([size]) {
    height: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: none !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 25px 20px 25px 0;
}

.tempus-dominus-widget .calendar-header {
    margin-top: 10px;
}

table.dataTable tbody td, table.dataTable tbody td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable tbody td.no-ellipse, table.dataTable tbody td.no-ellipse {
    white-space: unset;
    overflow: auto;
    text-overflow: ellipsis;
}

.passwordDoNotSave {
    background-color: transparent !important;
    -webkit-text-security: disc;
}

.upload-image-msg {
    padding-top: 5px;
}

.center-position .upload-cover{
    position: relative;
}

.center-position .upload-cover .upload-image-msg{
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-size: 12px;
}

.position-relative {
    position: relative;
}

.upload-video-msg {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hide-progress-bar {
    display: none;
}

/*  ------- inline css ----------- */
.carInfo {
    padding: 10px 0 10px 20px !important;
}

.carInfo ul {
    margin: 0px !important;
}
.theme-checkbox-div.extra-check-box input[type="checkbox"] {
    z-index: 50;
    width: 19px;
    height: 19px;
}

.carInfo {
    padding: 10px 0 10px 20px !important;
}

.carInfo ul {
    margin: 0px !important;
}

 /* loyalty auto card view start */
#autoRedirectPrintForm .my-row {
    border-left: 2px solid;
    border-right: 2px solid;
    line-height: 37px !important;
 }

 #autoRedirectPrintForm .b-left-bold {
    border-left: 2px solid;
 }

 #autoRedirectPrintForm .pr-0 {
    padding-right: 0;
 }

 #autoRedirectPrintForm .pl-0 {
    padding-left: 0;
 }

 #autoRedirectPrintForm .b-right-bold {
    border-right: 2px solid;
 }

 #autoRedirectPrintForm .b-top-bold {
    border-top: 2px solid;
 }

 #autoRedirectPrintForm .b-bottom-bold {
    border-bottom: 2px solid;
 }

 #autoRedirectPrintForm .b-left {
    border-left: 1px solid;
 }

 #autoRedirectPrintForm .b-right {
    border-right: 1px solid;
 }

 #autoRedirectPrintForm .b-top {
    border-top: 1px solid;
 }

 #autoRedirectPrintForm .b-bottom {
    border-bottom: 1px solid;
 }

 #autoRedirectPrintForm .header-row {
    font-weight: 600;
    background-color: lightgray !important;
    -webkit-print-color-adjust: exact;
 }

 #autoRedirectPrintForm span.chk-bx:before {
    content: "";
    margin-top: -3px;
    height: 12px;
    width: 12px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid darkslategrey;
    border-radius: 1px;
 }

 #autoRedirectPrintForm span.underline:before {
    content: '';
    margin-left: 5px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid darkslategrey;
 }

 #autoRedirectPrintForm span.chk-bx-big:before {
    content: '';
    margin-top: -3px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid darkslategrey;
    border-radius: 1px;
 }

 #autoRedirectPrintForm span.chk-bx-vert:before {
    content: '';
    margin-top: -3px;
    height: 18px;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid darkslategrey;
    border-radius: 1px;
 }

 #autoRedirectPrintForm span.chk-bx-dash:before {
    content: '';
    height: 0px !important;
    width: 8px;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 1px solid darkslategrey;
 }

 #autoRedirectPrintForm .fixed-width-600 {
    width: 600px;
 }

 #autoRedirectPrintForm .blank-input-text {
    border: 0;
    outline: 0;
    border-bottom: 1px solid;
    line-height: 0px;
    width: 100%;
    margin-top: 10px;
 }

 #autoRedirectPrintForm .width-auto {
    width: auto !important;
 }

 #autoRedirectPrintForm .pseudo-blank-inpute-parent:before {
    content: '';
    width: 94%;
    border-bottom: solid 1px;
    position: absolute;
    left: 16px;
    top: 55%;
    z-index: 1;
 }

 #autoRedirectPrintForm .pseudo-blank-inpute {
    width: auto;
    display: inline-block;
    z-index: 99;
    position: relative;
    padding-right: 5px;
    margin: 1px;
    background-color: white !important;
    -webkit-print-color-adjust: exact;
 }

 #autoRedirectPrintForm .snd {
    border-top: 1px solid;
    padding-top: 5px;
    width: 70%;
 }

 #autoRedirectPrintForm .circle-div {
    border: 2px solid;
    height: 65px;
    border-radius: 48px;
    width: 65px;
    margin-top: -20px;
    padding-top: 20px;
 }

 #autoRedirectPrintForm .webkit-center {
    text-align: -webkit-center;
 }

 #autoRedirectPrintForm .h80 {
    height: 80px;
 }

 #autoRedirectPrintForm .fw600 {
    font-weight: 600;
 }

 #autoRedirectPrintForm .fbuo {
    font-weight: 600;
    color: greenyellow !important;
    -webkit-print-color-adjust: exact;
 }

 #autoRedirectPrintForm .chk-bx-n {
    font-size: 20px;
    line-height: 0px;
 }

 #autoRedirectPrintForm .adpc_data {
    font-weight: bold;
 }

 #autoRedirectPrintForm span.dt {
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid darkslategrey;
    border-radius: 1px;
    vertical-align: middle;
    line-height: 18px;
 }

 #autoRedirectPrintForm span.dt.vrn {
    height: 18px;
    width: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid darkslategrey;
    border-radius: 1px;
    vertical-align: middle;
    line-height: 18px;
    font-size: small;
 }
 #autoRedirectPrintForm .mt-120 {
    margin-top: 120px;
 }
 #autoRedirectPrintForm .p0 {
    padding: 0;
 }
 #autoRedirectPrintForm footer.form-footer p {
    margin-bottom: 3px;
 }
 /* loyalty auto card view end */

  /* loyalty auto card view start */

 #smartExecutiveMembershipPrintForm .my-row {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    line-height: 30px !important;
 }

 #smartExecutiveMembershipPrintForm .b-feft {
    border-left: 1px solid;
 }

 #smartExecutiveMembershipPrintForm .b-right {
    border-right: 1px solid;
 }

 #smartExecutiveMembershipPrintForm .b-top {
    border-top: 1px solid;
 }

 #smartExecutiveMembershipPrintForm .b-bottom {
    border-bottom: 1px solid;
 }

 #smartExecutiveMembershipPrintForm .header-row {
    font-weight: 600;
    text-align: center;
    background-color: lightgray !important;
    -webkit-print-color-adjust: exact;
    border-top: 1px solid;
 }

 #smartExecutiveMembershipPrintForm span.chk-bx:before {
    content: '';
    margin-top: -3px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid darkslategrey;
    border-radius: 1px;
 }

 #smartExecutiveMembershipPrintForm .fixed-width-600 {
    width: 600px;
 }

 #smartExecutiveMembershipPrintForm .semf_data {
    font-weight: bold;
 }
 /* loyalty auto card view end */
/* ServicesPersonalRequestsView start */
#printForm .my-row {
    border-left: 1px solid;
    border-right: 1px solid;
    line-height: 37px !important
}

#printForm #printForm .b-right {
    border-right: 1px solid
}

#printForm .b-left {
    border-left: 1px solid
}

#printForm .b-top {
    border-top: 1px solid
}

#printForm .b-bottom {
    border-bottom: 1px solid
}

#printForm .snd {
    border-top: 1px solid
}

#printForm .circle-div {
    border: 2px solid;
    height: 55px;
    border-radius: 48px;
    width: 55px;
    margin-top: -27px;
    padding-top: 9px
}

#printForm .webkit-center {
    text-align: -webkit-center
}

#printForm .h80 {
    height: 80px
}

#printForm .fw600 {
    font-weight: 600
}

#printForm .extra-line-height {
    line-height: 80px !important
}

#printForm .normal-line-height {
    line-height: 17px !important
}

#printForm .vertical-center-childs {
    display: flex;
    align-items: center;
}

#printForm .decr_data,
#printForm .decr_data_static {
    font-weight: 600;
}

/* ServicesPersonalRequestsView end */

.profile-email-wrapper {
    display: flex;
}

.profile-email-wrapper #spanEmail{
    word-break: break-all;
}

#termsAndCondition h2, #txtAreaProductinfo h2 {
    font-size: 26px;
}

#termsAndCondition h3, #txtAreaProductinfo h3 {
    font-size: 24px;
}

.address-wrapper {
    display: flex;
}

.address-wrapper .res-address-label {
    width: 133px;
}
.address-wrapper .emp-res-address-label {
    width: 123px;
}

.card-posted-bg-color {
    background:#16a257;
}
.card-paymnt-bg-color {
    background: #12cf3f;
}

.card-collected-bg-color {
    background: #00a94f;
}

.card-pending-bg-color {
    background: #dadee7;
}

.combine-card-collected-bg-color {
    background: #00a94f;
}

.combine-card-pending-bg-color {
    background: #dadee7;
}

.w-40 {
    width:40%;
}

.mt-15 {
    margin-top: 15px;
}
.text-left {
    text-align: left;
}

.pr-5-percent {
    padding-right: 5%;
}

.mt-12{
    margin-top: 12px;
}

.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mx-w-100 {
    max-width:100%;
}

.d-none {
    display: none;
}

.fw-600 {
    font-weight: 600;
}

.mt-10 {
    margin-top: 10px;
}
.m-10 {
    margin: 10px;
}

.pl-40 {
    padding-left: 40px;
}

.printForm-to-heading {
    padding-left:40px;
    line-height: 1.5;
}

.d-flex {
    display: flex;
}

.flex-start {
    align-items: flex-start;
}

.print-form-body-wrapper {
    line-height: 1.25;
    border:1px black solid;
    padding-top:5px;
    padding-left: 30px;
    padding-right:20px;
    padding-bottom: 0px;
}

.print-form-name-heading {
    line-height: 1.5;
    width:400px;
    border-bottom: 1px solid black;
}

.mx-w100{
    max-width: 100% !important;
}
.m-0 {
    margin: 0;
}
.non-editable-termsAndCondition .ql-toolbar{
    display: none;
}
/* .non-editable-termsAndCondition p {
    margin-bottom: 35px !important;
} */
/* .chart-canvas {
    height: 150px !important;
    width: 150px !important;
} */
.canvas-wrapper {
    max-height: 200px !important;
    max-width: 200px !important;
}
.fa-chevron-left, .fa-chevron-right, .fa-arrow-up, .fa-arrow-down, .svg-inline--fa {
    height: 14px;
    width: 14px;
}
@media print {
    .printForm-to-heading {
        padding-left:40px;
        line-height: 1.5;
    }
    
    .d-flex {
        display: flex;
    }
    
    .print-form-body-wrapper {
        line-height: 1.25;
        border:1px black solid;
        padding-top:5px;
        padding-left: 30px;
        padding-right:20px;
        padding-bottom: 0px;
    }
    
    .print-form-name-heading {
        line-height: 1.5;
        width:400px;
        border-bottom: 1px solid black;
    }
  
}
@media (min-width: 1600px) {
    .customtabs li a, .head-dataTable li a, .normal-table.table>thead>tr>th, .oneColumnTable td .carInfo li,
    .oneColumnTable td .carInfo p, .faq_heading h3  {
    font-size: 17px;
    }
    .data-table {
        font-size: 15px;
    }
    .side-nav li a,.side-nav>li>a.active,
    .side-nav>li>a:hover,
    .side-nav li a.parent-link:not(.collapsed) {
    font-size: 13px;
    }

    .info-dataTable p {
    font-size: 16px;
    }
}

@media (min-width: 1023px) {
    #addAuction .modal-dialog {
        max-width: 750px;
    }
}

@media (min-width: 576px)
{
    .modal-dialog {
        max-width: 600px;
        max-width: 600px;
    }
}
