/* Customized CSS for PAI CRM */

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

html.d-initial, html.d-initial body {
    display: initial;
}

h1,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    letter-spacing: normal;
}

body {
    min-height: 100%;
}
.term_lb{
    top: -7px!important;
}
.term_input{
    margin-top: 18px!important;    
}
.dark-blue {
    background-color: #222c6a;
}

.btn.dark-blue {
    background-color: #222c6a;
}

.btn.dark-blue:hover,
.btn.dark-blue:focus {
    background-color: #313f96;
}

.light-green {
    background-color: #4e9f45;
}

.logo-wrapper .brand-logo {
    margin: 0 0 0 0px;
    font-size: 20px;
    line-height: 64px;
    padding: 0px 0 0 60px;
}

.sidebar-collapse {
    top: -48px;
    left: -168px;
    height: 32px;
    width: 32px;
    display: block;
}

.sidebar-collapse i {
    font-size: 32px;
}

footer.page-footer .footer-copyright {
    background-color: #222c6a;
}

ul.side-nav.fixed li.user-details {
    background: url(../images/user-bg.png) no-repeat center center;
}

#slide-out li a i.fa {
    font-size: 1.2rem;
}

.sidenav-icon-img {
    background-image: url('../images/manage-forecasters-icon.png');
    background-repeat: no-repeat;
    background-position: center 8px;
    height: 2rem;
    width: 2rem !important;
    background-size: 20px;
}

a {
    color: #4E9F45;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:active,
a:hover {
    color: #47883f;
}

.img-input img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.img-input {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 0 2rem 0;
}

.img-input .upload-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px;
    cursor: pointer;
    max-height: 32px;
    top: auto;
}

.img-input .upload-img:focus,
.img-input .upload-img:hover {
    background: rgba(0, 0, 0, 0.8);
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #222C6A;
    box-shadow: 0 1px 0 0 #222C6A;
}

input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #222C6A;
}

[type="checkbox"]:checked+label:before {
    border-right: 2px solid #222c6a;
    border-bottom: 2px solid #222c6a;
}

.btn i,
.btn-large i {
    vertical-align: top;
}

.btn:active,
.btn-large:active,
.btn,
.btn-large {
    background-color: #4E9F45;
    color: #ffffff;
}

.btn:focus,
.btn-large:focus,
.btn:hover,
.btn-large:hover {
    color: #fff;
    background-color: #52b348;
}

.hidebuttons{
    display:none;
}

.fonthtforinput .SumoSelect>.CaptionCont>span{
    line-height: 12px !important;
    padding-bottom: 5px;
}

.whmaring{
    margin-bottom: 20px !important;
}

#maintenance_error{
    margin-top:20px;
}
#terminal_error,#maintenance_error,#eventtye_error,#Priority_error,#Dispatch_error,#date_error,#eventnm_error,#action_msg{
    color:rgb(229,115,115);
}

.input-field.btn-input {
    margin-top: 2rem;
}

.input-field.checkbox-input {
    margin-top: 0rem;
}

.error_msg,
.error_msg_2 {
    display: block;
    margin: 0 0 2rem 0;
    line-height: 26px;
    border-bottom: 1px solid #e57373;
    color: #e57373;
    position: relative;
    padding: 0rem 0 1rem 3rem;
}

.error_msg_small {
    display: block;
    margin: -0.8rem 0 1.5rem 0;
    color: #e57373;
    position: absolute;
    padding: 0 0 0 1.2rem;
    font-size: 12px;
    font-weight: 500;
    height: auto;
}

.input-field .prefix~.error_msg_small {
    margin: -.8rem 0 2rem 2.2rem;
    padding: 0 0 0 1.8rem;
}

#login-page .error_msg_small {
    margin: -0.3rem 0 2rem 1.5rem;
    padding: 0 0 0 1.7rem;
}

.success_msg {
    display: block;
    margin: 1rem 0 2rem 0;
    line-height: 26px;
    border-bottom: 1px solid #43a047;
    color: #43a047;
    position: relative;
    padding: 0rem 0 1rem 3rem;
}

.warning_msg {
    display: block;
    margin: 1rem 0 2rem 0;
    line-height: 26px;
    border-bottom: 1px solid #FF8A65;
    color: #FF8A65;
    position: relative;
    padding: 0rem 0 1rem 3rem;
}

.warning_msg i,
.success_msg i,
.error_msg i,
.error_msg_2 i {
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 26px;
    cursor: pointer;
}

.input-field .prefix~.error_msg_small i,
#login-page .error_msg_small i {
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: 8px;
    cursor: pointer;
}

.error_msg_small i {
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -2px;
    cursor: pointer;
    color: #e57373;
}

ul.side-nav.fixed {
    height: calc(100% - 9vh);
}

.btn.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
}

.btn.btn-flat:hover,
.btn.btn-flat:focus {
    background-color: transparent;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.input-field .prefix.active {
    color: #222C6A;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* IE < 8 */

.common_form {
    width: 33vw;
}

.input-field label.active {
    left: 0;
}

.input-field .SumoSelect>.CaptionCont>label,
.input-field .SumoSelect>.CaptionCont>label.active {
    left: auto;
}

.input-field .SumoSelect>.CaptionCont>label.active {
    top: 32px;
    height: auto;
    visibility: visible;
}

.SumoSelect>.optWrapper>.options {
    overflow: hidden;
}

.SumoSelect.open input[type=text]:focus:not([readonly]),
.multi-select-input .SumoSelect.open .search-txt {
    border-bottom: none;
    box-shadow: none;
}

.dark-blue .input-field .prefix.active~label.active {
    left: .8rem;
}

.main-title {
    display: inline-block;
    font-size: 22px;
    color: #222c6a;
    line-height: 36px;
}

.collapsible-header span.section-title,
.section-title {
    display: inline-block;
    font-size: 18px;
    color: #222c6a;
    line-height: 30px;
    margin: 0 0 1rem 0;
    width: 100%;
    /* border-bottom: 1px solid #e0e0e0; */
}

.card-panel.card {
    margin-bottom: 0;
}

.row {
    margin-bottom: 10px;
}

.logo-wrapper .brand-logo:hover,
.logo-wrapper .brand-logo:focus {
    color: rgba(255, 255, 255, 0.8)
}

.input-field.input-group1.mt-20,
.mt-20 {
    margin-top: 20px;
}
.input-group1 .SelectBox span.placeholder {
    line-height: 20px;
}
.input-group1 input,
.input-group1 .SelectBox {
    height: 24px;
    line-height: 20px;
    font-size: 12px;
    padding: 4px 0;
}
.input-group1 {
    min-height: 4rem;
    display: inline-block;
    width: 100%;
}
.input-group1 input {
    height: 12px;
}
.input-field.input-group1 input {
    height: 24px;
    padding: 0;
}
.input-group1 .select-wrapper input {
    font-size: 12px;
}
.input-group1 .SumoSelect > .optWrapper > .options li.opt label, .input-group .SumoSelect .select-all > label {
    font-size: 12px;
    padding: 2px;
    line-height: 16px;
}
.input-group1 .SumoSelect > .optWrapper > .options li.opt label {
    padding-left: 24px;
}
.input-group1 .SumoSelect > .optWrapper.multiple > .options li.opt span {
    margin-left: -24px;
}
.input-group1 .SumoSelect > .optWrapper > .options li.opt {
    height: 32px;
    padding-left: 24px;
}
.input-group1 .SumoSelect.open > .optWrapper {
    top: 24px;
}
.input-group1 .dropdown-content li span {
    font-size: 12px;
    padding: 0.2rem;
}
.input-field.input-group1,
.input-field.input-wrapper.input-group1 {
    min-height: auto;
}
.input-field.input-group1 label:not(.active) {
    top: -12px;
    font-size: 12px;
}
.input-group1 select.browser-default {
    height: 26px;
    font-size: 12px;
}
.radio-input.input-field.input-group1 label:first-of-type {
    margin-top: 4px;
}
.input-group1.search-select input, .input-group1.search-select .SelectBox {
    padding: 0;
}
.input-field.input-group1.search-select label:not(.active) {
    z-index: 2;
}
.input-group1.search-select .SumoSelect > .optWrapper > .options li.opt label {
    top: 0;
    line-height: 32px;
}
.input-group1.search-select .SumoSelect > .optWrapper > .options li.opt {
    height: 32px;
    padding: 0;
}

.tzoneht ul{
    max-height:250px;    
}

.tktedit{
    display: none;
}

@media only screen and (min-width: 993px) {
    .container {
        min-height: 100vh;
    }
    .collapsible-body .container {
        min-height: auto;
    }
}

.input-field .prefix {
    left: 4px;
    top: 4px;
    color: #757575;
}

[type="checkbox"]+label {
    padding-left: 30px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    color: #757575;
}

.dataTables_info,
.dataTables_paginate {
    margin: 2rem 0 1rem 0;
}

table.dataTable tfoot th,
table.dataTable thead th {
    color: #757575;
    border-color: #757575;
    font-size: 12px;
}

.mdl-data-table td span {
    padding: 0px 0px 0px 0px;
}

.mdl-data-table td a {
    padding: 0px 0px 0px 6px;
}

.mdl-data-table td span i,
.mdl-data-table td a i {
    font-size: 18px;
}

.mdl-data-table.compact tbody tr {
    /* height: 10px !important; */
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 4px;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
    margin: 10px 10px 20px 10px;
}

@media only screen and (min-width: 601px) {
    .modal.msg-modal {
        max-width: 33%;
    }
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
    color: #222c6a;
}

.modal h1:first-of-type,
.modal h2:first-of-type,
.modal h3:first-of-type,
.modal h4:first-of-type,
.modal h5:first-of-type,
.modal h6:first-of-type {
    color: #222c6a;
    border-bottom: 1px solid rgba(34, 44, 106, 0.2);
    margin-bottom: 1rem;
    padding-bottom: .6rem;
    margin-top: 1rem;
}

#note_model.modal h5:first-of-type,
#note_model.modal h6:first-of-type {
    border-bottom: none;
}

.red-text.lighten-1 {
    color: #ef5350 !important;
}

::-webkit-scrollbar {
    width: 16px;
    background-color: #F5F5F5;
    max-height: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #222c6a;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.modal {
    overflow-y: overlay;
}

.add-to-table-btn {
    margin: 0 0 2rem 0;
}

#loader-wrapper #loader:before,
#loader-wrapper #loader:after,
#loader-wrapper #loader {
    border: none;
    animation: none;
}

#loader-wrapper #loader {
    background-image: url('../images/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
}

.mdi-navigation-arrow-drop-down:before {
    content: '\e89e';
    color: #9e9e9e;
}

.select-wrapper .mdi-navigation-arrow-drop-down {
    top: 6px;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 1rem;
    color: #4E9F45;
    padding: 0.5rem;
}

.table-filter-select {
    margin: 36px 0rem -8rem 0rem;
    z-index: 2;
}

.dataTables_wrapper .mdl-grid:last-of-type .mdl-cell--8-col {
    display: none;
}

.dataTables_wrapper .mdl-grid:last-of-type .mdl-cell--4-col {
    text-align: center;
    width: calc(100% - 16px);
}

.dataTables_wrapper .mdl-grid:last-of-type .mdl-cell--4-col .dataTables_info {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-right: 10px;
}

input[type=text]:disabled,
input[type=text]:read-only,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password]:read-only,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=email]:read-only,
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=time]:read-only,
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=datetime-local]:read-only,
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=tel]:read-only,
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=number]:read-only,
input[type=search]:disabled,
input[type=search][readonly="readonly"],
input[type=search]:read-only,
textarea.materialize-textarea:disabled,
textarea.materialize-textarea:read-only {
    color: rgba(34, 44, 106, 0.5);
    border-bottom: 1px dotted rgba(34, 44, 106, 0.5);
}

input[type=text]:read-only+label,
input[type=text]:disabled+label,
input[type=text]:+label,
input[type=text][readonly="readonly"]+label,
input[type=password]:read-only+label,
input[type=password]:disabled+label,
input[type=password]:read-only+label,
input[type=password][readonly="readonly"]+label,
input[type=email]:read-only+label,
input[type=email]:disabled+label,
input[type=email]:read-only+label,
input[type=email][readonly="readonly"]+label,
input[type=url]:read-only+label,
input[type=url]:disabled+label,
input[type=url][readonly="readonly"]+label,
input[type=url]:read-only+label,
input[type=time]:read-only+label,
input[type=time]:disabled+label,
input[type=time]:read-only+label,
input[type=time][readonly="readonly"]+label,
input[type=date]:read-only+label,
input[type=date]:disabled+label,
input[type=date][readonly="readonly"]+label,
input[type=date]:read-only+label,
input[type=datetime-local]:read-only+label,
input[type=datetime-local]:disabled+label,
input[type=datetime-local]:read-only+label,
input[type=datetime-local][readonly="readonly"]+label,
input[type=tel]:read-only+label,
input[type=tel][readonly="readonly"]+label,
input[type=tel]:read-only+label,
input[type=tel]:read-only+label,
input[type=tel]:disabled+label,
input[type=tel][readonly="readonly"]+label,
input[type=tel]:read-only+label,
input[type=number]:read-only+label,
input[type=number]:disabled+label,
input[type=number][readonly="readonly"]+label,
input[type=number]:read-only+label,
input[type=search]:disabled+label,
input[type=search]:read-only+label,
input[type=search][readonly="readonly"]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea:read-only+label,
textarea.materialize-textarea[readonly="readonly"]+label {
    color: rgba(34, 44, 106, 0.5);
}

.select-wrapper input[type=text]:read-only {
    color: #212121;
}

.select-wrapper i.mdi-navigation-arrow-drop-down.disabled+input[type=text]:read-only {
    color: #9e9e9e;
}

.input-field .fa.fa-usd {
    position: absolute;
    top: 1rem;
    left: 0.2rem;
    color: #757575;
}

.input-field .fa.fa-usd~input {
    padding-left: 1.5rem;
    width: calc(100% - 1.5rem);
}

.input-field .fa.fa-usd:not(.active)~label {
    padding-left: 1rem;
}

.file-field.branch-file-upload input.file-path {
    margin-left: 160px;
    width: calc(100% - 160px);
}

.modal .modal-footer .preloader-wrapper {
    float: right;
    margin: 10px;
}

.browser-default[type="checkbox"]:not(:checked),
.browser-default[type="checkbox"]:checked {
    position: relative;
    visibility: visible;
    height: 14px;
    width: 14px;
    left: 0;
    top: 2px;
    cursor: pointer;
}

#upload_branches_modal .input-field .select-wrapper .dropdown-content.select-dropdown {
    max-height: 140px;
    overflow-y: overlay;
}

.mdl-data-table th input {
    margin: 0px 0px 0px 6px;
}

[type="checkbox"]+label {
    color: #424242;
}

#admin-menu-list tbody td .input-field.inline {
    max-width: 6rem;
    margin: 0;
}

#admin-menu-list tbody td .input-field.inline input {
    margin: 0 0 2px 0;
    max-height: 2rem;
}

.select-wrapper input.select-dropdown {
    /* margin: 0 0 2rem 0; */
}

.form-control.select-wrapper input.select-dropdown {
    margin: 0 0 0 0;
}

.bulletround {
    height: 6px;
    width: 6px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 3px 29px;
}

#loader-wrapper1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#loader-wrapper1 #loader1 {
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
}

#loader-wrapper1 #loader1:before, #loader-wrapper1 #loader1:after, #loader-wrapper1 #loader1 {
    border: none;
    animation: none;
}
#loader1 {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader-wrapper1 .loader-section1.section-left1 {
    left: 0;
}
#loader-wrapper1 .loader-section1 {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50%;
}

#loader-wrapper1 .loader-section1 {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#loader-wrapper1 .loader-section1.section-right1 {
    right: 0;
}
@media (max-width: 600px) {
    .select-wrapper input.select-dropdown {
        margin: 0 0 80px 0;
    }
}

ul.side-nav.fixed {
    overflow: overlay;
    padding-bottom: 1rem;
    overflow-y: auto;
}

ul.side-nav.fixed .profile-image {
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: center;
    margin: 4px 0px 0px 4px;
}

.user-roal {
    font-size: 12px;
    color: #ddd;
    line-height: 24px;
}

ul.side-nav.fixed .profile-btn {
    margin: -4px 0 0 0;
    line-height: 36px;
}

ul.side-nav.fixed .profile-btn i:before {
    color: #ddd;
}

.log-table-wrapper .dataTables_filter {
    line-height: 0px;
    padding-right: 17px;
}

.log-table-wrapper .mdl-grid {
    padding: 0;
}

.log-table-wrapper ::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
}

.log-table-wrapper .divider {
    margin-bottom: 2rem;
}

.log-table-wrapper {
    padding: 10px;
    border: 1px solid #bdbdbd;
    margin: 0 0 2rem 0;
    min-height: 65vh;
    max-height: 65vh;
}

#ScrollToTop .mdi-navigation-arrow-forward {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

#ScrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

#SaveChanges {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 3;
}

#profile-dropdown.dropdown-content {
    box-shadow: 0px 0px 16px #444;
}

.input-field.select-submit.inline .select-wrapper {
    max-width: 240px;
    display: inline-block;
    margin-right: 2rem;
}

.collection a.collection-item {
    color: #4E9F45;
}

.collection .collection-item.active {
    background-color: #4E9F45;
}

.log-table-wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow-x: hidden !important;
    overflow-y: overlay !important;
}

.channels-div .input-field .prefix {
    color: #222C6A;
    font-size: 20px;
    top: 10px;
    left: 14px;
}

input.phn-num[type=number]::-webkit-outer-spin-button,
input.phn-num[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.phn-num[type='number'] {
    -moz-appearance: textfield;
}

ul.side-nav.fixed li {
    line-height: 36px;
}

.tabs .tab a {
    color: #4E9F45;
}

.tabs .indicator {
    background-color: #84e27a;
}

.tabs .tab a:hover {
    color: #84e27a;
}

ul.tabs {
    margin: 0 0 2rem 0;
}

.input-field label.active [class^="mdi-"],
[class*="mdi-"] {
    font-size: 0.8rem;
}

#loader-wrapper .loader-section {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50%;
}

.logo-wrapper .brand-logo small {
    vertical-align: middle;
    font-weight: 300;
    text-transform: capitalize;
}

.collapsible-header {
    position: relative;
}

.collapsible-header.active:after {
    font-family: "Material-Design-Icons";
    content: '\e7b7';
    float: right;
    color: #9e9e9e;
    font-size: 2rem;
    height: 9px;
    position: absolute;
    right: 1rem;
    top: 0;
}

.collapsible-header:after {
    font-family: "Material-Design-Icons";
    content: '\e7b4';
    float: right;
    color: #9e9e9e;
    font-size: 2rem;
    height: 9px;
    position: absolute;
    right: 1rem;
    top: 0;
}

.img-preview-wrapper img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    object-position: center;
}

.img-upload {
    position: relative;
}

.img-upload.file-field .btn {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}

.img-upload.file-field .btn:focus,
.img-upload.file-field .btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.img-card-wrapper .card-image img {
    height: 216px;
    object-fit: cover;
    object-position: center;
}

.btn-floating.halfway-fab {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.btn-floating.halfway-fab:nth-child(2) {
    right: 60px;
}

.card .card-content p {
    height: 24px;
    overflow-y: hidden;
}

.card .card-content p::-webkit-scrollbar {
    width: 2px;
}

.card .card-content p::-webkit-scrollbar-thumb {
    background-color: #757575;
}

.progress .indeterminate {
    background-color: #4E9F45;
}

.progress {
    background-color: rgba(78, 159, 69, 0.40);
}

.collapsible-header span {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
}

.collapsible-header i {
    font-size: 1.2rem;
    margin-right: .5rem;
}

.bd-select.input-field {
    margin: 0 0 0 0;
}

.bd-select.input-field label {
    position: relative;
    display: block;
    font-size: 0.8rem;
    left: 0;
    margin: -1.3rem 0 1.3rem 0;
}

select.browser-default {
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    height: 2.4rem;
    padding-left: 0;
}

.bd-select.input-field select.browser-default optgroup {
    font-weight: 300;
    font-size: 14px;
    color: #757575;
}

select.browser-default option {
    color: #424242;
}

.input-field label {
    left: 0;
}

.picker__weekday-display {
    background-color: #3d7337;
}

.picker__date-display {
    background-color: #4E9F45;
}

.picker__day.picker__day--today {
    color: #4E9F45;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #757575;
    background: #dffbdc;
}

.picker__close,
.picker__today {
    color: #4E9F45;
}

.picker__day-display {
    font-size: 3.5rem;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #4E9F45;
    line-height: 16px;
}

input.datepicker[type=text]:read-only {
    color: #424242;
}

.picker__month-display {
    font-size: 1.5rem;
}

.picker__day--infocus {
    padding: 0.70rem 0;
}

.upload-contract.file-field input.file-path {
    margin-left: 220px;
    width: calc(100% - 220px);
}

.label-badge {
    text-align: center;
}

.label-badge label.badge {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #e0e0e0;
    line-height: 36px;
    color: #757575;
}

.select-wrapper input[type=text]:read-only,
input.datepicker[type=text]:read-only,
input.datepicker {
    border-bottom: 1px solid #9e9e9e;
    cursor: pointer;
}

.input-field.bd-select2 {
    margin-top: 1.6rem;
}

.label-row {
    margin: 2rem 0 0 0;
}

.input-row {
    margin: 0 0 0 0;
}

[type="radio"].with-gap:checked+label:before {
    border-color: #4E9F45;
}

[type="radio"].with-gap:checked+label:after {
    border-color: #4E9F45;
    background-color: #4E9F45;
}

.radio-input.input-field label:first-child {
    position: relative;
    display: block;
    color: #757575;
    margin: -0.4rem 0 0.4rem 0;
    font-size: 14px;
}

.radio-input.input-field label:not(:first-child) {
    padding: 0 0 0 26px;
    margin: 0 10px 0 0;
    color: #424242;
}

.radio-input.input-field {
    margin: 0 0 1rem 0;
}

.title {
    font-weight: 500;
    width: 100%;
    display: block;
    border-top: 1px solid #e0e0e0;
    margin: 0.5rem 0 0.5rem 0;
    padding: .3em 0 0 0;
}

.timings-row {
    margin: 0 0 0 0;
}

.timings-row .input-field input {
    margin: 0 0 1rem 0;
}

.mdl-data-table {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
}

.mdl-data-table thead {
    padding-bottom: 3px;
}

span.sub-span {
    margin: 0 0 0 1rem;
}

.subtitle {
    font-weight: 500;
    width: 100%;
    display: block;
    margin: 0.5rem 0 0.5rem 0;
    padding: .3em 0 0 0;
}

.select-wrapper input[type=text] {
    height: 2.3rem;
}

.collapsible-header.active {
    background-color: #e0e0e0;
}

.multi-select-input label {
    font-size: 12px;
    top: -1.6rem;
}

p.CaptionCont {
    padding: 0 0 0 0;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
}

.SumoSelect>.CaptionCont>label>i {
    /* display: none; */
}

.SumoSelect .select-wrapper {
    /* height: 0; */
}

.input-field .SumoSelect+label {
    /* top: -1.0rem; */
    /* font-size: 13px; */
}

.SumoSelect>.CaptionCont>span:after {
    /* font-family: 'Material-Design-Icons'; */
    /* content: '\e7b4'; */
    /* position: absolute; */
    /* right: 4px; */
    /* font-size: 20px; */
    /* color: #9e9e9e; */
}

.SumoSelect>.optWrapper>.options li.opt label,
.SumoSelect>.CaptionCont,
.SumoSelect .select-all>label {
    line-height: 1rem;
    font-size: 1rem;
    color: #424242;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect .select-all.partial>span i {
    /* background-color: #4E9F45; */
}

.btn-height-div {
    line-height: 42px;
}

.card {
    overflow: visible;
}

.card:after {
    content: '';
    clear: both;
    display: block;
}

.dataTable .select-wrapper input.select-dropdown {
    margin: 0 0 4px 0;
    font-weight: normal;
    height: 1rem;
    padding: 0 0 4px 0;
}

.dataTable .select-wrapper .mdi-navigation-arrow-drop-down {
    top: -2px;
}

.dataTable .input-field {
    margin-top: .2rem;
}

.dataTable [type="checkbox"]+label:before {
    display: none;
}

.dataTable [type="checkbox"]+label {
    padding-left: 0;
    font-size: 13px;
}

.terminal-title {
    font-size: 20px;
    color: #424242;
    margin: 0.5rem 0 0.8rem 0;
}

.fixed-title {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.green-text.darken-3 {
    color: #2e7d32 !important;
}

.dataTable .input-field .mdi-editor-attach-money.prefix {
    font-size: 1.2rem;
    width: auto;
}

.dataTable .input-field .mdi-editor-attach-money.prefix+input {
    height: 1.8rem;
    margin: 0px 0 4px 24px;
    width: 52%;
    width: calc(100% - 2rem);
}

#edit_ld_amnt_modal.modal {
    width: 70%;
}

.td-icons .fa {
    font-size: 14px;
}

.td-icons img {
    max-height: 20px;
    vertical-align: bottom;
}

#create-forecasting-table {
    /* table-layout: fixed; */
}

#edit-load-amnt_wrapper,
#create-forecasting-table {
    /* table-layout: fixed; */
    /* word-wrap: break-word; */
}

#slide-out {
    visibility: hidden;
}

.photo-desc-wrapper textarea {
    overflow-y: auto;
    max-height: 3rem;
}

.profile-image-login {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.fancybox-button:focus {
    background-color: transparent;
}

.material-tooltip.tooltip2 {
    padding: 4px;
    line-height: normal;
    min-height: initial;
    margin-top: 20px !important;
    margin-left: -10px !important;
}

.material-tooltip.tooltip2>.backdrop {
    /* background-color:#cc0000; */
    padding: 2px;
}

.material-tooltip.tooltip2>span {
    font-size: 12px;
    padding: 2px;
}

#login-page .input-field .prefix~input {
    margin-left: 2.2rem;
    width: 97%;
    width: calc(100% - 2.2rem);
}

.dark-blue #login-page .input-field .prefix.active~label.active {
    left: 0rem;
}

#create-forecasting-table .select-wrapper input,
#create-forecasting-table [type="checkbox"]+label {
    font-size: 13px;
}

.uppercase {
    text-transform: uppercase;
}

.number-badge span {
    display: block;
    line-height: 64px;
    font-size: 32px;
    text-align: center;
}

.number-badge {
    border: 1px solid #2196F3;
    text-align: center;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin: 0 1rem 0 0;
    vertical-align: middle;
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.display-inline {
    display: inline-block;
}

.forecasting-title {
    font-size: 20px;
    font-weight: 300;
    vertical-align: bottom;
}

.report-status * {
    font-size: 16px;
    margin: 1rem 0 1rem 0;
}

.collection-item-icon-div i {
    font-size: 24px;
    vertical-align: middle;
}

.tid-collection>.collection-item>.row {
    margin: 0;
}

.tid-collapsible>li>.collapsible-body>.row,
.tid-collapsible>li>.collapsible-header>.row {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.tid-collapsible>li>.collapsible-header h6 {
    margin: 0 0 0 0;
    line-height: 42px;
    font-weight: 500;
}

.collapsible-tid-div span {
    line-height: 48px;
}

.collapsible-tid-replace-div .select-wrapper input[type=text] {
    margin: 0 0 0.5rem 0;
    height: 1.8rem;
}

.collapsible-tid-replace-div .updated-tid-select input[type=text] {
    height: 2.4rem;
    top: -4px;
}

.collapsible-tid-replace-div .SumoSelect.open>.optWrapper {
    /* top: 2.3rem; */
}

.collapsible-tid-replace-div.input-field {
    margin-top: 0.8rem;
}

.collapsible-tid-replace-div .select-wrapper .mdi-navigation-arrow-drop-down {
    top: 0px;
}

.collapsible.tid-collapsible {
    box-shadow: none;
}

.tid-notification-div i {
    font-size: 1rem;
    vertical-align: middle;
}

.SumoSelect>.CaptionCont>span,
.SumoSelect .SelectBox,
.SumoSelect {
    /* cursor: pointer; */
}

.no-box-shadow {
    box-shadow: none;
}

.SumoSelect.open .search-txt {
    /* top: 8px; */
}

.co-filter-div .SumoSelect.open .search-txt {
    /* top: 0px; */
}

.SumoSelect .select-all {
    /* height: 3rem; */
}

.SumoSelect .select-all>label {
    /* padding: 10px; */
}

.updated-tid-select {
    text-align: left;
}

.updated-tid-select .SumoSelect>.CaptionCont {
    /* height: 2.2rem; */
    /* padding: 0; */
}

.updated-tid-select .SumoSelect>.optWrapper>.options li.opt label {
    /* line-height: 0rem; */
}

.update-link i {
    vertical-align: middle;
    font-size: 14px;
}

.update-link {
    line-height: 48px;
    font-size: 14px;
}

.log-grid-table {
    margin: 0 auto !important;
    width: 100% !important;
    clear: both !important;
    border-collapse: collapse !important;
    /* table-layout: fixed; */
    word-wrap: break-word;
}

.co-action-icons a i.mdi-file-cloud-done,
.co-action-icons a i.mdi-file-cloud-upload {
    font-size: 1.5rem;
    vertical-align: sub;
}

.cell-border {
    border: 1px solid #eaeaea;
    border-radius: 0px;
}

.img-input.center {
    margin: 0 auto;
}

.mdl-data-table td a.grey-text.text-lighten-4 {
    color: #4E9F45 !important;
}

.display-block {
    display: block;
}

@media only screen and (min-width: 993px) {
    .row .col.m2_5,
    .row .col.l2_5 {
        width: 20%;
        margin-left: 0;
    }
}

.terminal-status {
    min-height: 184px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.terminal-status p span strong {
    font-size: 14px;
}

[type="checkbox"]+[type="hidden"]+label {
    color: #424242;
}

.buttons-div a.btn {
    margin: 0 0 0 1rem;
}

.tbl-checkbox {
    margin: 2.5rem 5px 0rem 12rem;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 17rem;
}

[type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #222c6a;
    background-color: #222c6a;
}

.DTFC_LeftBodyLiner {
    overflow: hidden;
}

#create-forecasting-table_wrapper table.dataTable.no-footer {
    border-bottom: none;
}

#edite_save_forecasting_table td,
#edite_save_forecasting_table .DTFC_LeftBodyLiner td,
#create-forecasting-table_wrapper td,
#create-forecasting-table_wrapper .DTFC_LeftBodyLiner td {
    /* height: 35px; */
}

.padding-1rem {
    padding: 1rem;
}

.DTFC_LeftWrapper table.dataTable.no-footer {
    border-bottom: none;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #b8c2fd;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #222c6a;
}

input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(34, 44, 106, 0.1);
}

.date_select {
    cursor: pointer;
}

.mdl-data-table td .select-wrapper input.select-dropdown {
    font-size: 13px;
}

.SumoSelect .select-all.partial>span i {
    /* background-color: #ccc; */
}

.top-margin {
    margin-top: 1rem;
}

input[type=text].date_select:read-only {
    color: inherit;
    border-bottom: 1px solid #9e9e9e;
}

.date_switch.switch label {
    font-size: 12px;
    color: #424242;
}

.date_switch.switch label .lever {
    background-color: #b8c2fd;
}

.date_switch.switch label .lever:after {
    background-color: #222c6a;
}

.mdl-data-table {
    position: static;
}

.mdl-data-table {
    position: static;
}

.mdl-data-table td .input-field {
    position: static;
}

.mdl-data-table td .input-field.iconi {
    position: relative;
}

.mdl-data-table td .select-wrapper {
    position: static;
}

.dataTables_wrapper .dataTables_scrollBody {
    position: static !important;
}

.mdl-data-table td .select-wrapper .mdi-navigation-arrow-drop-down {
    position: relative;
    margin: 0 0 -1.3rem 0;
    float: right;
}

.modal-form-wrapper .input-field {
    margin: 0 0 1rem;
}

.modal-form-wrapper input {
    margin: 0 0 1rem 0;
    height: 2.4rem;
}

.modal-form-wrapper .select-wrapper input[type=text] {
    margin: 0 0 2rem 0;
}

.modal.form-modal {
    width: 70%;
    max-height: 85%;
}

.modal.form-modal .picker--opened .picker__frame {
    top: 0%;
}

.DTFC_RightBodyWrapper table.DTFC_Cloned {
    box-sizing: border-box;
}

.modal.form-modal select.browser-default {
    margin: 0 0 1rem 0;
}

.radio-input.input-field.checkbox-margin-top {
    margin: 0.5rem 0 0 0;
}

.radio-input.input-field.checkbox-margin-top label:first-child {
    font-size: 0.8rem;
    color: #9e9e9e;
}

.radio-input.input-field.checkbox-margin-top label:not(:first-child) {
    margin: 0.6rem 1rem 0 0;
    font-size: 13px;
    line-height: 1.6rem;
}

.modal.download-model {
    /* height: 1%; */
    width: 35%;
    min-height: 23rem;
    /* top: 2rem !important; */
}

.ui-widget-header {
    background: #4E9F45;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background: #4E9F45;
    color: #ffffff;
    border: none;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-datepicker .ui-datepicker-next {
    background-image: url('../images/right-arrow.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url('../images/left-arrow.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background-color: transparent;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    background: #eaeaea;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: none;
    background: #83bb7c;
    color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: #4E9F45;
    font-weight: normal;
    color: #ffffff;
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default {
    background: #dadada;
}

.top-margin2 {
    margin-top: 2rem;
}

.input-row .input-field {
    margin: 0;
    height: 2.5rem;
}

.input-row .input-title {
    margin: 0.8rem 0 0 0;
    display: block;
}

.input-row .select-wrapper input[type=text] {
    height: 2.0rem;
}

.row.input-row {
    padding: 1rem 0 0 0;
}

.row.input-row.no-top-padding {
    padding: 0;
}

.input-select .select-wrapper input {
    height: 3rem;
}

span.red_amt_dt,
span.green_amt_dt {
    font-weight: 500;
}

span.red_amt.underline,
span.green_amt.underline {
    height: 2.3rem;
    display: block;
    margin: 1rem 0 0 0;
    font-weight: 500;
}

span.red_amt_dt,
span.red_amt {
    color: #F44336;
}

span.green_amt_dt,
span.green_amt {
    color: #4CAF50;
}

.underline {
    border-bottom: 1px solid;
}

input[type=text]:disabled+label,
input[type=text][readonly="readonly"]+label,
input[type=password]:disabled+label,
input[type=password][readonly="readonly"]+label,
input[type=email]:disabled+label,
input[type=email][readonly="readonly"]+label,
input[type=url]:disabled+label,
input[type=url][readonly="readonly"]+label,
input[type=time]:disabled+label,
input[type=time][readonly="readonly"]+label,
input[type=date]:disabled+label,
input[type=date][readonly="readonly"]+label,
input[type=datetime-local]:disabled+label,
input[type=datetime-local][readonly="readonly"]+label,
input[type=tel]:disabled+label,
input[type=tel][readonly="readonly"]+label,
input[type=number]:disabled+label,
input[type=number][readonly="readonly"]+label,
input[type=search]:disabled+label,
input[type=search][readonly="readonly"]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea[readonly="readonly"]+label {
    color: rgba(0, 0, 0, 0.60);
}

input[type=text]:disabled,
input[type=text]:read-only,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password]:read-only,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=email]:read-only,
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=time]:read-only,
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=datetime-local]:read-only,
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=tel]:read-only,
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=number]:read-only,
input[type=search]:disabled,
input[type=search][readonly="readonly"],
input[type=search]:read-only,
textarea.materialize-textarea:disabled,
textarea.materialize-textarea:read-only {
    color: rgba(34, 44, 106, 0.7);
    border-bottom: 1px dotted rgba(34, 44, 106, 0.7);
}

.input-field input[type=text]:read-only,
.input-field input[type=text][readonly="readonly"] {
    color: #424242;
}

.modal-content a.modal-action.modal-close:first-child {
    position: absolute;
    right: 2rem;
    font-size: 20px;
}

button.dt-button.buttons-html5 {
    background-color: #4E9F45;
    border: none;
    color: #ffffff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

button.dt-button.buttons-html5:hover {
    background-color: #52b348;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.yellow-text {
    color: #F9A825 !important;
}

.edit_crr_form.modal .modal-content {
    padding: 10px;
}

.edit_crr_form.modal h5:first-of-type {
    margin: 0.5rem 0rem 1rem 0rem;
}

.edit_crr_form.modal .modal-content .section {
    padding: 0;
}

.edit_crr_form.modal .modal-content .section .row {
    margin: 0;
}

.edit_crr_form.modal .modal-content .modal-form-wrapper input,
.edit_crr_form.modal .modal-content .modal-form-wrapper .input-field {
    margin: 0 0 .5rem;
}

.edit_crr_form.modal .modal-content .section .row .col.l8:last-of-type {
    clear: both;
}

.wrapper {
    min-height: calc(100%);
}

a.committed_order_download {
    cursor: pointer;
}

td.add_hide {
    width: 150px !important;
}

td.add_hide span {
    display: block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#site-page-list_wrapper #site-page-list_filter,
#admin-users-list_wrapper #admin-users-list_filter {
    margin-right: 10px;
}

.sumoselect {
    /* margin: 0 0 1.3rem 0; */
}

.dataTable td .input-field input {
    height: 1.4rem;
    margin: 0 0 0 0;
}

.error_img_div img {
    max-height: 40rem;
}

.file-field span.error_msg_small {
    position: absolute;
    width: 30rem;
    left: 0;
    top: 3.5rem;
    text-transform: initial;
    text-align: left;
}

.input-field {
    margin-top: 1.5rem;
}

.acr_lbl_div {
    position: fixed;
    background-color: #fff;
    margin: 0;
    bottom: 3.5rem;
    left: 1.8rem;
    padding: 1rem;
    box-shadow: 0px 0px 5px #757575;
}

.acr_lbl1,
.acr_lbl3,
.acr_lbl2 {
    display: inline-block;
    margin: 0 0.5rem 0 0.5rem;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #757575;
    padding: 0.5rem;
}

table.dataTable {
    box-sizing: border-box;
}

.select_tm {
    min-height: 4.1rem;
}

.select_tm.select-wrapper input[type=text] {
    height: 3rem;
}

.input-field.send_type_div .select-wrapper {
    padding: 0.6rem 0 0.1rem 0;
}

#admin_set_password_mail_content,
#forgot_password_mail_content,
#new_user_mail_content {
    height: 4.4rem !important;
    overflow-y: auto;
}

.sumo_front_page_login .sumoselect {
    /* height: 0; */
    /* margin: 0; */
    /* padding: 0; */
}

.p-userlist .input-field.bd-select {
    margin: 1.5em 0 0 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.cs-edit-denom-table th,
.cs-edit-denom-table td {
    padding: 8px;
}

.cs-edit-denom-table .input-field {
    margin-top: 8px;
}

.cs-edit-denom-table .input-field input {
    margin-bottom: 0;
    max-height: 24px;
    max-width: 50%;
}

.cs-edit-wrapper .card-panel.card .section {
    padding-top: 0;
    padding-bottom: 8px;
}

.cs-edit-wrapper .card-panel.card .section .row {
    margin-bottom: 0;
}

.cs-edit-wrapper .card-panel.card .section-title {
    margin-bottom: 0;
    margin-top: 4px;
}

.pref-days-wrapper [type="checkbox"]:checked+label:before {
    width: 9px;
    height: 15px;
    top: 2px;
}

.pref-days-wrapper [type="checkbox"]+label:before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
}

.SumoSelect>.CaptionCont>span.placeholder {
    /* font-style: normal; */
}

table th.text-right,
table td.text-right {
    text-align: right;
}

.cs-edit-denom-table .error_msg_small {
    margin: 2px 0 0 0;
    position: relative;
    width: calc(100% + 64px);
    font-size: 11px;
}

.total-count-edit-modal table thead tr th {
    text-align: center;
}

.total-count-edit-modal table tbody tr td {
    padding: 4px;
}

.total-count-edit-modal table tbody tr td p {
    margin: 0;
}

.total-count-edit-modal table tbody tr td .input-field input,
.total-count-edit-modal table tbody tr td .input-field {
    margin: 0;
}

.total-count-edit-modal table tbody tr td .input-field input {
    max-height: 32px;
}

.total-count-edit-modal table tbody tr {
    border-bottom: 1px solid #eaeaea;
}

.total-count-edit-modal tbody tr td:first-child {
    text-align: right;
    padding-right: 16px;
    padding-left: 8px;
}

.modal.total-count-modal {
    max-width: 60vh;
}

.img-gallery {
    max-height: 112px;
    overflow-y: auto;
    display: block;
}

.img-gallery a {
    height: 168px;
    width: 168px;
    display: inline-block;
    overflow: hidden;
    margin: 36px 6px 24px 0px;
    border: 1px solid #eaeaea;
    box-sizing: content-box;
    padding: 12px;
}

.cre-gallery-wrapper .img-upload-container .img-gallery a,
#gallery_modal1.modal .img-gallery a {
    height: 96px;
    width: 96px;
    margin: 8px 8px 0 0;
    padding: 0px;
}

.cre-gallery-wrapper .img-upload-container .img-gallery a img,
#gallery_modal1.modal .img-gallery a img {
    height: 96px;
    width: 96px;
}

.img_boxes{
    position: relative;
    display:inline-block;
}

.img_boxes .close_img {
    position: absolute;
    top: -6px;
    right: -2px;
    height: 18px !important;
    width: 14px !important;
    border: none;
}

#gallery_modal1.modal .compact_form .input-field input {
    max-height: 32px;
}

.modal h5:first-of-type {
    margin: 0 0 8px 0;
}

.img-gallery a img {
    height: 168px;
    width: 168px;
    object-fit: cover;
    object-position: center;
}

.fancybox-button--share {
    display: none;
}


/* Image Upload Preview */

.img-upload-container {
    overflow: hidden;
}

.img-upload {
    position: relative;
    max-width: 205px;
    margin: 0 0 20px 0;
    float: left;
}

.img-upload .img-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
}

.img-upload-btn {
    margin-top: 32px;
}

.img-upload .img-edit input {
    display: none;
}

.img-upload .img-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    /* border-radius: 100%; */
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.img-upload .img-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.img-upload .img-edit input+label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.img-upload .img-preview {
    width: 192px;
    height: 192px;
    position: relative;
    /* border-radius: 100%; */
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.cre-gallery-wrapper .img-upload-container .img-preview,
#gallery_modal1.modal .img-upload .img-preview {
    width: 96px;
    height: 96px;
}

.img-upload .img-preview>div {
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.SumoSelect .select-all {
    height: 32px;
    /* padding-left: 20px; */
    line-height: 16px;
}


/* Image Upload Preview */

.no-img-ph {
    width: 96px;
    height: 96px;
    border: 1px solid #eaeaea;
    box-sizing: content-box;
}

.no-img-ph img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    object-position: center;
}

.img-upload-btn .input-field {
    display: inline-block;
    /* margin-left: 12px; */
    min-width: 200px;
}

.logo-container,
.table-container {
    padding: 2em;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    max-width: 1366px;
    margin: 1em auto;
}

.logo-container {
    padding: 1em;
    background-color: #222c6a;
    color: #ffffff;
}

.cassettes-table td,
.cassettes-table th {
    padding: 4px;
}

.cassettes-table td:first-child {
    font-size: 12px;
}

.cassettes-table th>div {
    font-size: 12px;
}

.cassettes-table .input-field input,
.cassettes-table .input-field {
    margin: 0;
}

.inline-div {
    min-width: 160px;
}

.inline-div p {
    margin: 0;
}

.inline-div {
    display: inline-block;
    padding: 4px 0px;
    margin: 0 1em 0 0;
}

.cassettes-table .input-field input {
    max-height: 32px;
}

.compact-section .input-field input,
.compact-section .input-field {
    margin-bottom: 8px;
    margin-top: 0;
}

.compact-section .input-field label {
    left: 0.75rem;
}

.fixed-rec-row.fixed {
    position: fixed;
    background-color: #ffffff;
    z-index: 24;
    left: 0;
    top: 64px;
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 8px;
    text-align: center;
}

.fixed-rec-row.fixed .inline-div {
    padding: 0;
    margin: 0;
}

.section-title.bt {
    border-top: 1px solid #222c6a;
}

.text-center {
    text-align: center;
}

.row.compact-section.bg-lightgray {
    margin: 0;
    margin-bottom: 12px;
    padding: 1em 1em 0 1em;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.prev-event-collapsible .collapsible-header {
    padding-left: 42px;
}

.prev-event-collapsible .collapsible-header:after {
    left: 8px;
}

.table-content-div {
    margin: 0;
    padding: 1em;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.input-field.textarea-input label {
    left: 0;
}

.input-field.textarea-input textarea {
    min-height: 4rem;
    max-height: 4rem;
    overflow-y: auto;
}

.br {
    border-right: 1px solid #e0e0e0;
}

.cassettes-table td,
.cassettes-table th,
.case-rec-edit-wrapper .input-field label,
.case-rec-edit-wrapper .input-field input,
.case-rec-edit-wrapper .inline-div span {
    font-size: 0.8rem;
}

.c_table-mobile-view,
.c_table-desktop-view {
    display: none;
}

.cassettes-table.ct_mobile {
    display: block;
}

.cassettes-table.ct_mobile thead th p {
    font-weight: 600;
    font-size: 14px;
}

.cassettes-table.ct_mobile .input-field,
.cassettes-table.ct_mobile .input-field input {
    max-width: 100px;
}

.collapsible-body .cassettes-table.ct_mobile p {
    padding: 8px;
}

.cassettes-table.ct_mobile tbody td {
    max-width: 100px;
}

.modal-content a.modal-action.modal-close.modal-close-btn i {
    font-size: 32px;
}

.modal-content a.modal-action.modal-close.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 102;
}

.modal .input-field .select-wrapper input {
    height: 46px;
}

.input-field.inline.inline-radio p label {
    position: relative;
    font-size: 12px;
    top: -4px;
}

.input-field.inline.inline-radio input+label {
    padding-left: 24px;
    padding-right: 12px;
    top: 4px;
}

.input-field.inline.inline-radio p {
    margin: 0;
    line-height: normal;
}


/* CSS Chips */

.chip {
    display: inline-flex;
    flex-direction: row;
    background-color: #e5e5e5;
    border: none;
    cursor: default;
    height: 24px;
    outline: none;
    padding: 0;
    font-size: 14px;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    align-items: center;
    border-radius: 16px;
    vertical-align: middle;
    text-decoration: none;
    justify-content: center;
    margin-top: 1em;
}

.chip-content {
    cursor: inherit;
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
}

.chip-svg {
    color: #999999;
    cursor: pointer;
    height: auto;
    margin: 4px 4px 0 -8px;
    fill: currentColor;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.chip-svg:hover {
    color: #666666;
}


/* CSS Chips */

.vt-filters-chips-wrapper {
    max-height: 9vh;
    overflow-y: auto;
}

.cs-inline-div {
    display: inline-block;
    min-height: 5em;
    margin-bottom: 1em;
    min-width: 200px;
}

.cs-inline-div .input-field {
    margin-top: 0;
    max-height: 36px;
    min-height: 46px;
}

.cs-inline-div .input-field input {
    margin-bottom: 0;
    width: 58px;
    max-height: 32px;
    margin-right: 12px;
}

.cs-inline-div p {
    margin: 0;
}

.cs-inline-div .cs-title {
    font-size: 12px;
    line-height: 32px;
    min-width: 120px;
}

.no-margin {
    margin: 0;
}

.customer-profile-div-desktop .input-field .file-field .btn,
.customer-profile-div-desktop .input-field .file-field .btn-large {
    left: auto;
    right: 0;
}

.customer-profile-div-desktop .upload-contract.file-field input.file-path {
    margin-left: 0;
    width: calc(100% - 144px);
}

.customer-profile-div-desktop .view-pdf-icon {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    display: inline-block;
}

.customer-profile-div-desktop .view-pdf-icon i.fa {
    color: #d11507;
    font-size: 42px;
}

#res_crv_table td .browser-default[type="checkbox"]:not(:checked),
#res_crv_table td .browser-default[type="checkbox"]:checked {
    top: -4px;
    left: 2px;
}

#res_edit_modal.modal input[type=text] {
    max-height: 26px;
    font-size: 12px;
}

.cs-inline-div .row {
    margin-bottom: 4px;
}

.fc-bg {
    position: relative !important;
    display: block;
    height: 86px;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
}

.fc-day-grid-event.fc-h-event.fc-event {
    margin-top: -50px;
    margin-right: 2em;
    margin-left: 2em;
}

.compact_form .input-field {
    margin-top: 0;
}

form p:last-child {
    margin-bottom: 10px;
}

button.btn-flat,
.modal .modal-footer .btn-flat {
    font-size: 12px;
    background-color: #eaeaea;
    padding: 0 12px;
    color: #4E9F45;
    max-height: 32px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.btn,
.add-to-table-btn,
.modal .modal-footer .btn,
button.btn,
button.dt-button.buttons-html5 {
    border: 1px solid #4E9F45;
    background-color: #ffffff;
    box-shadow: none;
    color: #4E9F45;
    font-size: 12px;
    padding: 0px 8px;
    max-height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.btn.btn-flat.add-to-table-btn {
    color: #4E9F45;
}

.add-to-table-btn i,
button.btn i,
button.btn-large i {
    font-size: 14px;
}

.btn:focus,
.btn:hover,
.add-to-table-btn:hover,
.add-to-table-btn:focus,
button.btn:focus,
button.btn:hover,
button.dt-button.buttons-html5:focus,
button.dt-button.buttons-html5:hover {
    color: #ffffff;
    background-color: #4E9F45;
}

.btn.btn-flat.add-to-table-btn {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    border: none;
}

.btn.btn-flat.add-to-table-btn:focus,
.btn.btn-flat.add-to-table-btn:hover {
    background-color: transparent;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn.dark-blue {
    color: #ffffff;
    border: none;
}

.SumoSelect>.optWrapper>.options li.opt label {
    /* line-height: 4px; */
    /* font-size: 14px; */
    /* padding: 6px 4px 6px 4px; */
    /* left: 22px; */
    /* width: auto; */
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    /* padding-left: 20px; */
    /* height: 36px; */
}

.SumoSelect>.optWrapper.multiple>.options li.opt span,
.SumoSelect .select-all>span {
    /* margin-left: -20px; */
    /* top: 2px; */
}

.SumoSelect .select-all>span {
    /* top: -3px; */
}

.SumoSelect>.CaptionCont>span.placeholder {
    /* line-height: 10px; */
}

.select-wrapper.sumoselect {
    /* max-height: 32px; */
}

.SumoSelect.open .search-txt {
    /* top: -2px; */
}

div.dataTables_wrapper div.dataTables_filter input {
    max-height: 32px;
}

.p-nm {
    margin: 0;
}

.input-field p.CaptionCont.SelectBox.search,
.input-field .SumoSelect,
.input-field input {
    /* max-height: 32px; */
}

.forecasting-filter-form .input-field .SumoSelect .select-all>label {
    line-height: 8px;
    height: auto;
    padding: 0 0 0 30px;
}

.forecasting-filter-form .SumoSelect>.optWrapper>.options li.opt label {
    line-height: 9px;
    padding: 6px 4px 6px 4px;
    left: 22px;
}

.SumoSelect>.optWrapper>.options {
    max-height: 226px;
    overflow-y: auto;
}

.SumoSelect>.CaptionCont>span {
    /* line-height: 12px; */
    word-break: break-all;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-field {
    margin-top: 12px;
}

input.invalid:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #F44336;
}

input.invalid:focus:not([readonly]),
input.invalid:focus,
input.invalid:active,
.invalid {
    border-color: #F44336;
}

#gallery_modal1.modal {
    max-height: 75%;
}

.img-ub-2.img-upload-btn .input-field {
    display: block;
    margin-left: 0px;
}

.vt-filters-wrapper .select-input-field .SumoSelect .SelectBox {
    /* padding: 20px 0px; */
}

.vt-filters-wrapper .select-input-field .SumoSelect>.optWrapper>.options li.opt label {
    /* line-height: 14px; */
}

.bordered td,
.bordered th {
    border-right: 1px solid #eaeaea;
}

.compact_table td,
.compact_table th {
    padding: 4px 8px;
}

.vt-table-wrapper table th,
.vt-table-wrapper table td {
    font-size: 12px;
    width: 30vh;
}

.vt-table-wrapper table tbody tr td:first-child {
    font-weight: 600;
}

.text-blue {
    color: #222c6a;
}

.text-uppercase {
    text-transform: uppercase;
}

.vt-table-wrapper table tr:not(:first-child):hover {
    background-color: #e5e5e5;
    transition: all 0.3s ease;
    webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.vt-table-wrapper table tr:first-child {
    background-color: #e5e5e5;
}

.vt-table-wrapper.overflow-x table#vt-table {
    width: 100%;
    table-layout: fixed;
}

.vt-table-wrapper.overflow-x table th,
.vt-table-wrapper.overflow-x table td {
    width: 96px;
}

.vt-table-wrapper.overflow-x {
    overflow-x: scroll;
}

.input-field .date_select {
    max-height: initial;
    height: 54px;
}

#vt-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#vt-table tbody th {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
}


/* To have the header in the first column stick to the left: */

#vt-table thead th:last-child {
    right: 0;
    z-index: 1;
    background-color: #e5e5e5;
}

.SelectClass,
.SumoUnder {
    /* position: relative; */
}

select.browser-default {
    height: 32px;
}

.input-field label {
    font-size: 12px;
}

ul.side-nav.fixed li a {
    margin: 0 1rem 0 1rem;
}

select.filter-terminal-select.browser-default.SumoUnder {
    height: 0;
    padding: 0;
    margin: 0;
}

button.btn {
    /* margin-top: 24px; */
}

.modal .SumoSelect.open .optWrapper.multiple {
    /* top: 0; */
    /* position: relative; */
}

.input-field input.date_select {
    /* height: 32px; */
}

.SumoSelect>.CaptionCont>span.placeholder {
    /* line-height: 22px; */
}

.SumoSelect>.optWrapper>.options li.opt label {
    /* line-height: 14px; */
}

.SumoSelect.open .search-txt:active,
.SumoSelect.open .search-txt:focus,
.SumoSelect.open .search-txt {
    /* border: none; */
    /* box-shadow: none; */
    /* top: 4px; */
}

.multi-select-input .SumoSelect.open .search-txt {
    /* top: -2px; */
}

.input-link input[type="submit"] {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #4e9f45;
}

.mt-m10 {
    margin-top: -10px;
}

.forecasting-filter-form .input-field .CaptionCont.SelectBox.search {
    /* max-height: 27px; */
    /* padding: 0px 0; */
}

.forecasting-filter-form .input-field input,
.forecasting-filter-form .input-field input {
    /* max-height: 36px; */
}

.forecasting-filter-form .SumoSelect.open>.optWrapper {
    /* top: 64px; */
}

.forecasting-filter-form .input-field .CaptionCont.SelectBox.search input.search-txt {
    /* top: -7px; */
}

.forecasting-filter-form .SumoSelect>.optWrapper>.options li.opt label {
    /* line-height: 4px; */
}

.forecasting-filter-form .input-field .SumoSelect {
    top: 32px;
}

.img-upload-btn .input-field input {
    width: 100vw;
}

.input-field label.bd-select-label {
    top: -14px;
}

button.btn.mt-0,
.mt-0 {
    margin-top: 0;
}

button.btn.mt-18,
.mt-18 {
    margin-top: 18px;
}

.input-field.input-group.mt-20,
.mt-20 {
    margin-top: 20px;
}

.cr-filter-wrapper .rec-filter-terminal-select-fb_ids.browser-default.SumoUnder {
    height: 0;
    margin-top: -10px;
}

.cr-filter-wrapper .CaptionCont.SelectBox.search {
    padding: 4px 0;
    height: 32px;
}

.cr-filter-wrapper .SumoSelect.open .search-txt {
    /* top: -8px; */
}

.dataTable input {
    height: 24px;
    margin-bottom: 0;
}

.co-filter-div .SumoUnder {
    display: none;
}

.res_amt_modal input {
    height: 24px;
}

.alert_modal h4 {
    font-size: 24px;
}

.btn-floating.btn-large i {
    font-size: 1.6rem;
}

#create-forecasting-table td {
    height: auto;
}

.modal .modal-footer .btn.blue,
button.btn.blue {
    background-color: #ffffff !important;
}

#alert-forecast-table_wrapper table.dataTable.stripe tbody tr.even,
#alert-forecast-table_wrapper table.dataTable.display tbody tr.even,
#alert-forecast-table_wrapper table.dataTable.stripe tbody tr.odd,
#alert-forecast-table_wrapper table.dataTable.display tbody tr.odd,
#alert-forecast-table_wrapper .DTFC_LeftWrapper table tr:not(:first-of-type) {
    height: auto;
}

#alert-forecast-table_wrapper .dataTable .input-field {
    margin-top: 0px;
}

#alert-forecast-table_wrapper .dataTable [type="checkbox"] + label,
#alert-forecast-table_wrapper table.dataTable.stripe tbody tr.even td,
#alert-forecast-table_wrapper table.dataTable.display tbody tr.even td,
#alert-forecast-table_wrapper table.dataTable.stripe tbody tr.odd td,
#alert-forecast-table_wrapper table.dataTable.display tbody tr.odd td,
#alert-forecast-table_wrapper .DTFC_LeftWrapper table tr:not(:first-of-type) td {
    font-size: 12px;
}

#alert-forecast-table_wrapper .dropdown-content li > a,#alert-forecast-table_wrapper .dropdown-content li > span {
    font-size: 12px;
}

#alert-forecast-table_wrapper.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
#alert-forecast-table_wrapper.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
#alert-forecast-table_wrapper.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
#alert-forecast-table_wrapper.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    font-size: 12px;
}

#create-forecasting-table_wrapper table.dataTable.stripe tbody tr.even,
#create-forecasting-table_wrapper table.dataTable.display tbody tr.even,
#create-forecasting-table_wrapper table.dataTable.stripe tbody tr.odd,
#create-forecasting-table_wrapper table.dataTable.display tbody tr.odd,
#create-forecasting-table_wrapper .DTFC_LeftWrapper table tr:not(:first-of-type) {
    height: 40px !important;
}

#alert-forecast-table_wrapper td .select-wrapper input.select-dropdown {
    margin-bottom: 0;
}

.ticket-view-filter .collapsible-body {
    padding: 1rem;
}

.ticket-view-filter .collapsible-body .input-field {
    margin-top: 30px;
}

.ticket-view-filter .collapsible-body .input-field label.active {
    left: 0;
    top: 2px;
}

.ticket-view-filter .input-field.multi-select-input {
    margin: 2rem 0 0 1rem;
}

.ticket-view-filter .input-field .SumoSelect .select-all>label {
    /* margin-top: 34px; */
}

.ticket-view-filter .SumoSelect>.optWrapper>.options li.opt label {
    /* margin-top: 32px; */
}

.nm-top {
    margin-top: 0;
}


/*
.dataTables_scroll table tr td,
.DTFC_LeftBodyWrapper table tr td,
.dataTables_scroll table tr,
.DTFC_LeftBodyWrapper table tr {
	height: 20px !important;
}
.dataTables_scroll table tr td .dropdown-content li > a, .dataTables_scroll table tr td .dropdown-content li > span,
.DTFC_LeftBodyWrapper table tr td .dropdown-content li > a, .dataTables_scroll table tr td .dropdown-content li > span,
.dataTables_scroll table tr td input,
.DTFC_LeftBodyWrapper table tr td input {
	font-size: 14px !important;	
}
*/

.mdl-data-table td span.td-icons input.w60 {
    max-width: 60%;
    padding-right: 4px !important;
    font-size: 14px;
}

img.profile-image-login {
    width: 240px;
    margin: 2rem 0;
}

.input-switch>label {
    bottom: auto;
    top: -12px;
}

.input-switch .switch>label {
    top: 18px;
    font-size: 14px;
    color: #333333;
}

.multi-select-input.default-select-input select.browser-default {
    height: 48px;
    margin-top: 4px;
}

.multi-select-input.default-select-input select.browser-default:focus {
    outline-offset: 0px;
}

.modal-ticket-view-filter-edit .multi-select-input .CaptionCont {
    margin-top: 0px;
    height: 36px;
}

.modal-ticket-view-filter-edit .multi-select-input.default-select-input select.browser-default {
    height: 32px;
}

.modal.tv-edit-modal {
    max-width: 40%;
}

.mh-64 {
    min-height: 64px;
}

[type="checkbox"].reset-checkbox,
[type="checkbox"].reset-checkbox:checked,
[type="checkbox"].reset-checkbox:not(checked) {
    opacity: 1;
    position: relative;
}

[type="checkbox"].reset-checkbox+span::before,
[type="checkbox"].reset-checkbox+span::after,
[type="checkbox"].reset-checkbox:checked+span::before,
[type="checkbox"].reset-checkbox:checked+span::after {
    display: none;
}

[type="checkbox"].reset-checkbox:not(:checked),
[type="checkbox"].reset-checkbox:checked {
    visibility: visible;
    left: auto;
    height: 16px;
    width: 16px;
}

[type="checkbox"].reset-checkbox+span:not(.lever) {
    padding-left: 10px;
}

.ticket-view-table-wrapper {
    padding: 8px;
    background-color: #fafafa;
}

.multi-select-input.default-input label {
    top: -12px;
    z-index: 1;
}

.multi-select-input .CaptionCont {
    margin-top: 8px;
}

.multi-select-input .SumoSelect.open>.optWrapper {
    /* top: 54px; */
}

.multi-select-input .SumoSelect>.optWrapper>.options li.opt label {
    /* margin-top: 0; */
}

.SumoSelect>.optWrapper>.options li.opt label {
    /* margin-top: -4px; */
}

#edite_save_forecasting_table td .select-wrapper input,
#edite_save_forecasting_table td input,
#create-forecasting-table td .select-wrapper input,
#create-forecasting-table td input {
    font-size: 12px;
}

#edite_save_forecasting_table td.img-td input,
#create-forecasting-table td.img-td input {
    width: calc(100% - 32px);
    padding-right: 0 !important;
}

#edite_save_forecasting_table td input[readonly="readonly"],
#create-forecasting-table td input[readonly="readonly"] {
    border-bottom: none;
}

#edite_save_forecasting_table td.img-td img,
#create-forecasting-table td.img-td img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.input-field.input-switch.no-label .switch label {
    top: 0;
}

.multi-select-input.mt-0 .CaptionCont.SelectBox {
    margin-top: -10px;
}

.multi-select-input.mt-0>label {
    position: relative;
    top: -6px;
}

.multi-select-input.mt-0 .SumoSelect.open p.CaptionCont>span {
    /* line-height: 14px; */
}

.multi-select-input.mt-0 .SumoSelect.open>.optWrapper {
    /* top: 36px; */
}

.inline-cbx-div label {
    font-size: 14px;
    margin-right: 12px;
}

.title-inline {
    display: table-cell;
    line-height: 64px;
    width: auto;
}

.input-switch.inline-cbx {
    display: table-cell;
    width: auto;
}

.input-field.input-switch.inline-cbx label {
    font-size: 14px;
    top: 20px;
    margin-left: 12px;
    padding-left: 26px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-22 {
    margin-top: 22px;
}

.wh-hidden-div {
    border: 1px solid #dbdbdb;
    padding: 8px 8px 8px 8px;
    margin: 16px 16px 16px 16px;
}

.w100 {
    width: 100%;
}

.inline-cbx-div span {
    display: inline-block;
    min-width: 220px;
}

.p-1rem {
    padding: 1rem;
}

.input-field.inline-cbx-div {
    margin-top: 0;
}

.select-wrapper.sumoselect.initialized>i {
    display: none;
}

.multi-select-input {
    position: relative;
    z-index: 2;
}

.select-wrapper.sumoselect.initialized .SumoSelect.disabled {
    opacity: 1;
}

.file-field.input-field .btn span {
    top: -3px;
    position: relative;
}

.SumoSelect span.error_msg_small {
    top: 58px;
}

#reconciliation_fileter_frm .SumoSelect.sumo_date_filed.open>.optWrapper,
#reconciliation_fileter_frm .SumoSelect.sumo_date_filed {
    top: 32px;
}

#reconciliation_fileter_frm .SumoSelect.sumo_date_filed label.active {
    top: 24px;
}

#reconciliation_fileter_frm .SumoSelect.sumo_date_filed>.optWrapper>.options li.opt label {
    line-height: 0;
}

#edit_rr_report .input-field input.date_select,
.select-wrapper.rr_loadtype .select-dropdown {
    min-height: 46px;
}

#model_tm_list.modal {
    overflow: visible;
}

.section-title2 {
    display: inline-block;
    margin: 12px 0 0 0;
    font-size: 18px;
    color: #222c6a;
    line-height: 30px;
}

.default-input .browser-default {
    border: 1px solid #9e9e9e;
    font-size: 12px;
    height: 28px;
    padding: 0;
    border-radius: 4px;
}

.default-input.default-date-input>label,
.default-input>label {
    font-size: 14px;
    color: #757575;
}

.default-input.multi-select-input {
    /*z-index: 0;*/
}

.text-right {
    text-align: right;
}

.location-details-wrapper .row {
    margin-bottom: 0;
}

.browser-default[type="checkbox"]+label,
.browser-default+label {
    padding-left: 8px;
}

.dataTable [type="checkbox"]+label {
    padding: 0;
}

.browser-default[type="checkbox"]+label:before,
.browser-default+label:before {
    content: none;
    ;
}

.ml-12 {
    margin-left: 12px;
}

.forecasting-filter-form label.lbl_select_date:not(.active) {
    top: -12px;
    ;
}

#cash_ord_modal.modal {
    width: 90%;
}

#cash_ord_modal_crv.modal {
    width: 90%;
}

.fc-table-wrapper table .browser-default[type="checkbox"]+label,
.fc-table-wrapper table .browser-default+label {
    height: auto;
    padding: 0;
}

select.browser-default:focus {
    outline: none;
}

.mt-2 {
    margin-top: 2px !important;
}

.steps-indicators {
    text-align: center;
    position: relative;
    z-index: 3;
}

.steps-indicators p {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: #222c6a;
    border: 2px solid #222c6a;
    background-color: #ffffff;
    line-height: 32px;
    text-align: center;
    box-sizing: content-box;
}

.steps-indicators p {
    margin-left: 64px;
    margin-right: 64px;
}

.steps-indicators p.active-step {
    color: #ffffff;
    background-color: #222c6a;
}

.steps-indicators span {
    display: block;
    height: 2px;
    width: 320px;
    background-color: #222c6a;
    position: absolute;
    top: 50%;
    left: 180px;
    z-index: -1;
}

.default-input .SumoSelect {
    height: 28px;
}

.default-input .SumoSelect .SelectBox {
    height: 28px;
    margin: 0;
}

.default-input .SumoSelect>.CaptionCont>span {
    line-height: normal;
}

.default-input .SumoSelect.open .search-txt {
    height: 28px;
    font-size: 12px;
}

.default-input .SumoSelect.open>.optWrapper {
    top: 32px;
}

button.btn.mt-12,
.mt-12 {
    margin-top: 12px;
}

.btn.mt-18,
.mt-18 {
    margin-top: 18px;
}

.default-input input[type="text"].browser-default {
    padding-left: 4px;
    padding-right: 4px;
    width: calc(100% - 8px);
}

.coll-switch {
    display: inline-block;
    float: right;
    margin-top: 12px;
}

.coll-title {
    display: inline-block;
}

.tc-coll-wrapper .collection.with-header .collection-header {
    background-color: #eaeaea;
    padding: 0px 20px;
}

.tc-coll-wrapper .collection.with-header {
    overflow: visible;
}

.text-accent {
    color: #222c6a;
}

.default-input .SumoSelect .SelectBox {
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    padding: 6px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 12px;
}

.multi-select-input.default-input label {
    top: 2px;
}

.multi-select-input.default-input .SumoSelect > .optWrapper > .options li.opt {
    padding-left: 36px;
}

.default-input.multi-select-input .SumoSelect .select-all > label {
    font-size: 12px;
}

.default-input .SumoSelect > .optWrapper > .options li.opt label {
    font-size: 12px;
    padding: 0;
    line-height: normal;
}

.default-input .SumoSelect > .optWrapper > .options li.opt {
    height: auto;
    padding: 10px 0;
}

.default-input input,
.default-input .form-control {
    font-size: 12px;
}

.default-date-input input {
    height: 28px;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    padding-left: 4px;
    width: calc(100% - 4px);
    margin-bottom: 15px;
}

.default-input.multi-select-input .SumoSelect>.optWrapper>.options li.opt label {
    padding: 0px;
    padding-left: 0 !important;
    line-height: 12px;
}

.default-input textarea.browser-default {
    height: 100px;
    padding: 4px;
}

.collection .collection-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.dyn-den-div,
.dyn-div {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    box-sizing: content-box;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.static-content-div {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    box-sizing: content-box;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.default-input textarea,
.default-input input {
    background-color: #ffffff;
}

.text-upper {
    text-transform: uppercase;
}

.log-wrapper article blockquote {
    margin: 20px 0 0 0;
}

.log-wrapper article pre {
    margin-top: 8px;
    line-height: normal;
    margin-bottom: 12px;
}

blockquote {
    border-left-color: #222c6a;
}

.fixed-action-btn {
    bottom: 80px;
}

.row.no-margin {
    margin-bottom: 0;
}

.m-tckt-details-wrapper .modal-inline-div {
    display: inline-block;
    min-width: 200px;
}

.m-tckt-details-wrapper .modal-inline-div p {
    margin: 4px 0 16px 0;
}

.lh-26 {
    line-height: 26px;
}

div#filter_error {
    /*
	clear: both;
    padding-left: 1rem;
	*/
}

.mt-22 {
    margin-top: 22px;
}

.h-36 .CaptionCont.SelectBox {
    height: 36px;
}

.h-46 .datepicker_fp_d {
    height: 46px;
}

.default-form-elements .dropdown-content.select-dropdown li span,

/* .default-form-elements .cs-edit-denom-table td .input-field input, */


/* .default-form-elements .cs-edit-denom-table td, */

.default-form-elements .input-field .select-wrapper input {
    font-size: 12px;
}

.select-input-wrapper .optWrapper .options li.opt label {
    padding-left: 28px !important;
    padding-top: 4px !important;
}

.input-field.mt-7 {
    margin-top: 7px;
}

.row.mb-0 {
    margin-bottom: 0;
}

.mb-12,
.section-title2.mb-12 {
    margin-bottom: 12px;
}

.mb-1 {
    margin-bottom: 1rem;
}

.lastloadtooltip,
.lastloadtooltip1,
.lastloadtooltip2,
.lastloadtooltip3 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.lastloadtooltiptext table, .lastloadtooltip2text table {
    border: 1px solid;
}

.lastloadtooltip .lastloadtooltiptext,
.lastloadtooltip1 .lastloadtooltiptext,
.lastloadtooltip2 .lastloadtooltip2text,
.lastloadtooltip3 .lastloadtooltip2text {
    visibility: hidden;
    width: 400px;
    /* background-color: black; */
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the lastloadtooltip */
    position: absolute;
    z-index: 1;
}

.lastloadtooltip2 .lastloadtooltip2text,
.lastloadtooltip3 .lastloadtooltip2text {
    width: 250px;
}

.lastloadtooltip:hover .lastloadtooltiptext,
.lastloadtooltip1:hover .lastloadtooltiptext,
.lastloadtooltip2:hover .lastloadtooltip2text,
.lastloadtooltip3:hover .lastloadtooltip2text {
    visibility: visible;
}

.text-heavy {
    font-weight: 600;
}

.bg-light {
    background-color: #eaeaea;
}

.p-1 {
    padding: 4px;
}

.total-count-modal .total-count-edit-modal table td .input-field input {
    max-height: 28px;
}

.total-count-modal .total-count-edit-modal table td,
.total-count-modal .total-count-edit-modal * {
    font-size: 14px;
}

.input-field.textarea-input textarea.text_height_set {
    height: 34px !important;
    max-height: 34px;
    min-height: 34px;
    overflow: auto;
    padding: 12px 0 0 0;
    line-height: 26px;
}

.ff-fa {
    font-family: FontAwesome;
    font-size: 35px;
}

.note_col_blk{
    margin-top:22px;
}
.heading_note{
    margin-bottom:22px;
}

.ort_clr_box{
    background-color:#4E9F45;
    padding:1px 10px 1px;
    margin-right:10px;
}

.exc_clr_box{
    background-color:#ffb84d;
    padding:1px 10px 1px;
    margin-right:10px;
}
.default-input select + .error_msg_small
{
    margin-top: 2px;
}

.SumoSelect > .optWrapper > .options li.group > label {
    padding: 4px 0px 0px 0px;
}

.modal.total-count-modal .input-field .select-wrapper input {
    height: 32px;
}

.modal.total-count-modal .input-field {
    margin-top: 0;
}

.SumoSelect.disabled {
    pointer-events: none;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input {
    height: 2.3rem;
    line-height: 3rem;
    margin: 0 0 15px 0;
    padding: 0;
}

.input-wrapper .browser-default + label {
    top: -14px;
    padding-left: 0;
}

.d-inline {
    display: inline-block;
}

.mr-1 {
    margin-right: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.title-label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
    color: #9e9e9e;
}

.default-content label {
	font-size: 14px;
	color: #757575;
}

.default-content p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

.default-content.inline-content p {
    display: inline-block;
}

.default-input.d-inline label {
    display: inline-block;
}

.default-input.d-inline .browser-default {
    display: inline-block;
    width: auto;
    min-width: 192px;
}

.divider {
    height: 1px;
    width: 100%;
    background-color: #eaeaea;
}

.border-content-box {
    padding: 1rem;
    margin: 0 0 1rem 0;
    border: 1px solid #eaeaea;;
}

.SumoSelect.sumo_um_fc_ids {
    height: 36px;
}

.input-group .SelectBox span.placeholder {
    line-height: 20px;
}

.input-group input,
.input-group .SelectBox {
    height: 28px;
    line-height: 20px;
    font-size: 12px;
    padding: 4px 0;
}

.input-group {
    min-height: 4rem;
    display: inline-block;
    width: 100%;
}

.input-group input {
    /* height: 12px; */
    height: 1.6rem;
}

.input-field.input-group input {
    height: 24px;
    padding: 0;
}

.input-group .select-wrapper input {
    font-size: 12px;
}

.st-cont {
    display: inline-block;
}

.st-cont .section-cont {
    margin: 0;
}

.logo-container-two {
    padding: 1em;
    background-color: #222c6a;
    color: #ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.pd-10 {
    padding: 10px;
}

.content-header {
    background-color: #eaeaea;
}

.content-header p {
    margin: 0;
    line-height: normal;
}

.d-inline-block {
    display: inline-block;
}

.float-right {
    float: right;
}

.status-box {
    padding: 4px 8px;
    line-height: 0;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border: 1px dashed #222c6a;
    text-transform: uppercase;
    color: #222c6a;
}

.st-cont h6 {
    margin-bottom: 0;
}

.content-box-bordered {
    padding: 8px;
    margin: 0;
    border: 1px solid #eaeaea;
}

.st-cont p.section-title {
    margin-bottom: 0;
    line-height: 12px;
    margin-top: 4px;
}

.ticket-data-container .section-cont {
    font-size: 14px;
}

.mt-6 {
    margin-top: 6px;
}

.input-group .SumoSelect > .optWrapper > .options li.opt label, .input-group .SumoSelect .select-all > label {
    font-size: 12px;
    padding: 2px;
    line-height: 16px;
}

.input-group .SumoSelect > .optWrapper > .options li.opt label {
    padding-left: 24px;
}

.input-group .SumoSelect > .optWrapper.multiple > .options li.opt span {
    margin-left: -24px;
}

.input-group .SumoSelect > .optWrapper > .options li.opt {
    height: 32px;
    padding-left: 24px;
}

.singlesumo .SumoSelect > .optWrapper > .options li.opt {
    padding-left: 5px;
}

.input-group .SumoSelect.open > .optWrapper {
    top: 24px;
}

.input-group .dropdown-content li span {
    font-size: 12px;
    padding: 0.2rem;
}

.input-field.input-group,
.input-field.input-wrapper.input-group {
    min-height: 56px;
}

.input-field.input-group .error_msg_small,
.input-field.input-wrapper.input-group .error_msg_small {
    top: 41px;
    background-color: #fff;
    z-index: 1;
}

.input-field.input-group .select-wrapper .mdi-navigation-arrow-drop-down {
    top: 0;
}

.input-field.input-group label:not(.active) {
    top: -12px;
    font-size: 12px;
}

.input-group select.browser-default {
    height: 26px;
    font-size: 12px;
}

.input-field.input-group select.browser-default {
    height: 40px;
    border-radius: 0;
}

.input-field.input-group select.browser-default + label {
    padding-left: 0;
}

.radio-input.input-field.input-group label:first-of-type {
    margin-top: 4px;
}

.input-group.search-select input, .input-group.search-select .SelectBox {
    padding: 0;
}

.input-field.input-group.search-select label:not(.active) {
    z-index: 2;
}

.input-field.search-select .SumoSelect > .CaptionCont > label.active {
    top: 18px;
}

.input-group.search-select .SumoSelect > .optWrapper > .options li.opt label {
    top: 0;
    line-height: 32px;
}

.input-group.search-select .SumoSelect > .optWrapper > .options li.opt {
    height: 32px;
    padding: 0;
}

.select-input-common .SumoSelect .no-match,
.switch-input.date_switch.switch label {
    font-size: 12px;
}

.input-group.search-select .SumoSelect > .optWrapper > .options li.opt:nth-child(2n) {
    display: none;
}

.input-field.date-input input {
    height: 34px;
}

.labels-div label,
.labels-div input {
    vertical-align: middle;
}

.input-group .SelectBox span.placeholder:hover,
.input-group p.CaptionCont.SelectBox.search:hover {
    cursor: pointer;
}

#m-tckt-details-modal h6:first-of-type {
    border-bottom: none;
}

.default-input input, .default-input .form-control,
.default-input .browser-default {
    margin-bottom: 0;
}

.select-input-common .SumoSelect > .optWrapper > .options li.opt label, .select-input-common .SumoSelect > .CaptionCont, .SumoSelect .select-all > label,
.input-group1.search-select .SumoSelect > .CaptionCont > span,
.select-submit .select-wrapper .dropdown-content li > span,
.select-submit .select-wrapper .select-dropdown,
.select-submit .select-wrapper .select-dropdown ul.dropdown-content.select-dropdown li span {
    font-size: 12px;
}

#subroute-list_wrapper table.dataTable.compact thead th {
    padding: 0px 17px 0px 4px;
}

#edit_rr_report .input-field input.date_select.flatpickr-input {
    height: 42px;
}

.term-filter-div .input-group .SelectBox {
    height: 24px;
}

.select-input-common .CaptionCont.SelectBox.search {
    line-height: 16px;
    font-size: 12px;
    padding: 0;
    height: 24px;
    background-color: transparent;
}

.select-input-common input {
    height: 12px;
    padding: 0 0 4px 0;
    line-height: normal;
    font-size: 12px;
}

.select-input-common .flatpickr-input {
    height: 14px;
}

.select-input-common .SumoSelect > .optWrapper > .options li.opt {
    height: 2rem;
}

.select-input-common .SumoSelect > .CaptionCont > span {
    line-height: 16px;
}

.select-input-common .SumoSelect > .optWrapper > .options li.opt label,.select-input-common .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
    line-height: 8px;
    padding: 5px 5px 5px 0px;
}

.select-input-common .SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 26px;
}

.select-input-common .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    left: 17px;
}

.select-input-common .SumoSelect.open .search-txt:active, .SumoSelect.open .search-txt:focus, .SumoSelect.open .search-txt {
    top: -7px;
}

.select-input-common .SumoSelect.open > .optWrapper {
    top: 24px;
}

.mtb-0,
.row.mtb-0 {
    margin-top: 0;
    margin-bottom: 0;
}

#create-forecasting-table td.set_pre_dt input {
    font-size: 11px;
}

.file-field.input-field .btn span.error_msg_small {
    position: absolute;
    top: 32px;
    font-size: 11px;
}

.pdf-thumbnail .pdf-preview {
    height: 64px;
    width: 64px;
    object-fit: cover;
}

.pdf-thumbnail a {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
}

.pdf-thumbnail {
    padding: 8px;
    border: 1px solid #eaeaea;
    display: inline-block;
    text-align: center;
}

.lastloadtooltip .lastloadtooltiptext, .lastloadtooltip1 .lastloadtooltiptext {
    top: -14px;
}

.total-count-modal .modal-content h6 {
    margin-top: 0;
}

.modal .select-input-common label,
.modal .input-group label, .input-group label {
    font-size: 12px;
}

.fs-12 .dropdown-content li > a,.fs-12 .dropdown-content li > span,
.fs-12.input-field input,
.fs-12 .select-wrapper input.select-dropdown,
.fs-12 input {
    font-size: 12px;
}

.modal .input-group input, .input-group input {
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 32px;
    min-height: 28px;
    padding: 0.2rem;
}

.multi-select-input.input-group .CaptionCont {
    padding-top: 0;
}

.modal .select-input-common .flatpickr-input,
.modal .input-group input.h11, .input-group input.h11 {
    height: 11px;
}

.normal-multi-select-input label {
    width: 100%;
    display: block;
    height: auto;
}

.input-group.note-input span {
    display: block;
    opacity: 0.6;
    font-size: 14px;
    padding-top: 4px;
}
.input-group.note-input {
    padding: 8px;
    background: #ffd;
}

.normal-multi-select-input .select2-container--default .select2-selection--multiple,
.normal-multi-select-input .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #9e9e9e;
    border-radius: 0;
}

.normal-multi-select-input .select2-container {
    width: 100% !important;
}

.normal-multi-select-input .select2-container--default .select2-search--inline .select2-search__field {
    margin: 3px 0 0 0;
    width: 100% !important;
}

.normal-multi-select-input .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 8px;
}

.normal-multi-select-input .select2-container--default .select2-search--inline .select2-search__field:active,
.normal-multi-select-input .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-bottom: none;
    box-shadow: none;
}

.select2-results .select2-results__option--selectable,
.select2-results .select2-results__option {
    font-size: 12px !important;
}

.normal-multi-select-input .select2-selection.select2-selection--multiple {
    max-height: 96px;
    overflow-y: scroll;
}

.normal-multi-select-input input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 33px;
    border-color: #9e9e9e;
    border-width: 1px;
}

.ui-menu .ui-menu-item {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.normal-multi-select-input input::placeholder {
    opacity: 1;
    color: #ccc;
    font-style: italic;
}

.normal-multi-select-input input:-ms-input-placeholder {
    opacity: 1;
    color: #ccc;
    font-style: italic;
}

.normal-multi-select-input input::-ms-input-placeholder {
    opacity: 1;
    color: #ccc;
    font-style: italic;
}

.total-count-modal .input-group .select-wrapper .mdi-navigation-arrow-drop-down {
    top: 14px;
}

.input-group.input-field input {
    margin-top: 11px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
}

.overview_header_div + .collapsible-body .col .row {
    margin-bottom: 0;
}

.input-field.input-group .SumoSelect {
    min-height: 42px;
    margin-top: 8px;
    margin-bottom: 0;
}

.input-field.input-group .SumoSelect .SelectBox {
    height: 32px;
}

.input-field.input-group1.input-wrapper.search-select .CaptionCont.SelectBox {
    height: 40px;
}

.input-field.input-group1.input-wrapper.search-select .SumoSelect > .CaptionCont > span {
    line-height: 46px;
}

.input-field.input-group1.input-wrapper.search-select .SumoSelect.open .search-txt {
    top: 0;
}

.default-input input {
    max-height: 28px;
}

.cassette-div {
    overflow: hidden;
    padding: 4px;
    margin: 8px 0;
    background-color: #fbfbfb;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.cassette-wrapper {
    overflow: hidden;
    border: 1px solid #eaeaea;
    margin: 4px 0;
    display: inline-block;
    width: 49%;
    padding: 4px;
}

.cassette-wrapper .text-darkblue,
.cassette-div .default-input .text-darkblue,
.text-darkblue {
    color: #222c6a;
}

.cassette-wrapper p {
    margin: 4px 0 0 0;
}

.cassette-div .default-input {
    margin-bottom: 8px;
    z-index: 1;
}

.res-edit-modal .input-field .select-wrapper .select-dropdown {
    font-size: 12px;
}

.res-edit-modal .dropdown-content li > a, .res-edit-modal .dropdown-content li > span {
    font-size: 12px;
}

.modal h4:first-of-type.no-margin {
    margin: 0;
    margin-bottom: 8px;
    margin-top: -5px;
    padding-bottom: 2px;
}

.modal.res-edit-modal .modal-content {
    padding-bottom: 0;
}

.res-edit-modal .input-field .select-wrapper .mdi-navigation-arrow-drop-down {
    top: 1px;
}

#create-forecasting-table .common-demo {
    position: relative;
}

#upload_asset_modal .input-field.input-group .error_msg_small {
    top: 64px;
}

#overview .input-field.input-group input + .error_msg_small,
#overview .input-field.input-group .browser-default+.error_msg_small {
    top: 52px;
}

#overview .input-field.input-group.make-model-input .select-wrapper + .error_msg_small {
    top: 52px;
}

.cb-updated-tid .collapsible-tid-div {
    font-size: 12px;
}

.cb-updated-tid .collapsible-tid-replace-div.input-field {
    margin-top: 6px;
    font-size: 12px;
}

.cb-updated-tid .collapsible-tid-replace-div.input-field input {
    min-width: 70%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-width: 1px;
    line-height: 22px;
}

.cb-updated-tid .collapsible-tid-replace-div.input-field input:active,
.cb-updated-tid .collapsible-tid-replace-div.input-field input:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 2px;
    outline: none;
}

.cb-updated-tid .update_tids .col {
    max-height: 36px;
}

.cb-updated-tid .update-link,
.cb-updated-tid .collapsible-tid-div span {
    line-height: 40px;
}

/*
#add_forecasting_table .dataTables_scroll {
    position: relative;
}

#tooltip {
  position: absolute;
  z-index: 1001;
  left: 168px !important;
  display: none;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}
*/

@media (min-width: 768px) {
    #m-tckt-details-modal.modal {
        /* width: 20%; */
    }
    #res_edit_modal.modal {
        max-width: 75vh;
    }
    .customer-profile-div-desktop {
        background-color: #f5f5f5;
        overflow: hidden;
        border: 1px dashed #d8d8d8;
        padding: 1em;
    }
    .customer-profile-div-desktop .input-field .img-input {
        margin: 0 auto;
    }
    .cs-inline-div {
        padding-right: 8px;
        border-right: 1px solid #eaeaea;
    }
    .cs-inline-div {
        min-width: auto;
        max-width: 240px;
        vertical-align: top;
    }
    .cs-sw-wrapper .cs-inline-div {
        max-width: unset;
    }
    .cs-sw-wrapper .cs-inline-div input {
        width: 72px;
        margin-right: 18px;
    }
    .select-warehouse-type-modal {
        width: 20%;
    }
}

@media (min-width: 600px) {
    /* .table-content-div {min-height: 30em;} */
}

@media (max-width: 600px) {
    .login-form {
        width: 80vw;
    }
    .logo-wrapper .brand-logo {
        margin: 0;
        line-height: 56px;
    }
    .cs-inline-div {
        width: 100%;
        display: block;
    }
}

@media (min-width: 480px) {
    .modal.res_amt_modal {
        max-width: 32vw;
    }
    .c_table-desktop-view {
        display: block;
    }
}

@media (max-width: 480px) {
    .c_table-mobile-view {
        display: block;
    }
}

/* Input Uploads CSS */
.region input {
    height: unset;
  }
  .region p.region-left {
    text-align: right;
    padding: 14px 0;
    margin: 0;
  }
  .add-region .collapsible {
    border: 0;
    margin: 0;
    box-shadow: unset;
  }
  /*.region .collapsible-body {*/
  /*  border: 0;*/
  /*}*/
  input.accordion_input {
      height: unset;
      margin: 10px 0 5px 0;
      padding: 5px 0;
  }
  p.total_amount {
      margin: 10px 0 5px 0;
      padding: 5px 0;
  }
  .region .collapsible-header::after {
    content: '\e7b4';
    float: left;
  }
  .add_region_btn, .add_region_btn_disable {
    margin-left: 20px;
  }
  .add_region_btn_disable {
    background-color: #e0e0e0 !important;
    color: #444 !important;
  }
  .add_region_btn_disable i {
    color: #444;
  }
  .add_region_btn i {
    font-size: 30px;
  }
  .columbus_data .file-field input.file-path {
    margin-left: 115px;
    margin-bottom: 0;
    width: 50%;
  }
  .columbus_data input[type="text"] {
    /*border-bottom: 0;*/
  }
  .columbus_data .submit_btn {
    margin-top: 13px;
    height: 3rem;
    line-height: 3rem;
  }
  .delete_search_link {
    color: #ff0000;
    padding-left: 10px;
    text-decoration: underline;
  }
  .upload_btn {
      margin-top: 20px;
      height: 3rem;
      line-height: 2rem;
      background-color: #4E9F45;
      color: #ffffff;
  }
  .upload_btn:hover {
      color: #4E9F45;
      background-color: #ffffff;
  }
  .region_ral_accordion .collapsible-body p {
    padding: 10px;
  }
  .columbus_wrong_icon {
    color: #ff0000;
    font-size: 30px !important;
  }
  .columbus_right_icon {
    color: #4E9F45;
    font-size: 30px !important;
  }
  .notes_card{
      margin: 0px 15px;
  }
  .notes_card .card {
      box-shadow: unset;
      border: 1px solid #dddddd;
  }
  .notes_card_checkbox{
      
  }
  .report_card .card {
      box-shadow: none;
      border: 1px solid #dddddd;
  }
  
 /* .tabs .tab {
    letter-spacing: 0;
    font-size: 12px;
  } */
  
  .fltags {
    background-color: #222c6a;
    color: #ffffff;
    padding: 5px 15px !important;
    border-radius: 5px;
    margin-right: 10px;
  }
  .fltags2 {
    background-color: #4E9F45;
    color: #ffffff;
    padding: 5px 15px !important;
    border-radius: 5px;
    margin-right: 10px;
  }
.setmrgn{
    margin-top:30px !important;
}
.met_label_col{
    margin-top:20px;
}
.met_label{
    font-size: 20px;
}
.branch_tags{
    background-color:#222C6A;
    color:#FFFFFF;
    padding: 8px;
    margin: 2px;
}
.subroute_tags{
    background-color:#4E9F45;
    color:#FFFFFF;
    padding: 8px;
    margin: 2px;
}
.ownership_tags{
    background-color:#800080;
    color:#FFFFFF;
    padding: 8px;
    margin: 2px;
}
.fundowner_tags{
    background-color:#A52A2A;
    color:#FFFFFF;
    padding: 8px;
    margin: 2px;
}
.error_dts,.error_dte{
    color: #FF0000;
    display:none;
}
.chrt_tabs_lblsize{
    font-size: 12px;
}
.chart_dt_lbl{
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}

.cal_bch>.k-datepicker>.k-state-default{
    background-color: #FFFFFF;
    height:30px;
}
.cal_bch .k-select{
    background-color: #eae8e8;
}
.cal_bch .chart_dt_lbl{
    padding-bottom: 5px;
}
.cal_bch{
    margin-top: 26px;
}
.cal_bch #chart_s_date,#chart_e_date,#month_year{
    height: 30px;
}
.spset{
    margin: 0 9px !important;
}
.cal_uscn{
    margin-top: -14px;
}


/*for grid filter eventy type*/
#eventtype_grid input{
    height: 12px;
}
.manage_grid{
    margin-bottom: 18px;
}
#addnevent{
    float: right;
    margin: 8px 0 0 0;
}
.input-group .sumo_etp_type > .optWrapper > .options li.opt{
    padding-left: 5px;
}
#branch_1_allowed_time, #branch_2_allowed_time{
    margin:0 !important;
}
/* grid data font size */
.k-grid-content {
    font-size: 12px;
}

.k-grid-content table tr td span{
    font-size: 12px;
    padding-top: 6px;
}
.k-grid-content table tr td span.k-widget.k-autocomplete{
    height: 39px;
}
.k-grid-content table tr td span.k-widget.k-autocomplete input{
    font-size: 12px;
    padding-top: 6px;
}
div.k-grid tr.k-filter-row th input {
    font-size: 12px;
}
div.k-grid .k-input, div.k-grid ul li.k-item {
    font-size: 12px;
}
div#eventtype_grid ul.k-list {
    font-size: 12px;
}
.add_revenue_modal>#add_revenue_type_modal{
    width:30%;
}
.sumo_srt_fid p{
    height: 35px !important;
    font-size: 15px !important;
    padding: 2px 0px;
}
.k-autocomplete input{
    font-weight : 400; 
}

ul.k-list>li{
    font-weight : 400; 
    font-size: 12px;
}
.cwidth{
        width: 19% !important;
}
.errcol{
    color:red;
}
.sumo_date_type{
    margin-bottom: 15px !important;
}
.k-grid .k-grid-search{
    margin-left: auto;
    margin-right: 0;
}
.k-header-column-menu{
    top: 3px;
}
.k-menu-link input[type="checkbox"]{
    visibility: visible;
    position: static;
    margin-right: 5px;
}
.k-menu-vertical .k-item>.k-link>.k-menu-expand-arrow{
    margin-top: -2px !important;
}
.k-grid-header .k-header-column-menu.k-state-active{
    color: rgba(0,0,0,.54) !important;
    background-color: transparent !important;
}
.k-grid tbody tr {
    line-height: 10px;
}

.k-grid tbody td {
    padding: 3px;
}
.k-link-increase {
  display: none !important;
}

.k-link-decrease {
  display: none !important;
}
.k-filter-row input[type=text], 
.k-filter-row input[type=password], 
.k-filter-row input[type=email], 
.k-filter-row input[type=url], 
.k-filter-row input[type=time], 
.k-filter-row input[type=date], 
.k-filter-row input[type=datetime-local], 
.k-filter-row input[type=tel], 
.k-filter-row input[type=number], 
.k-filter-row input[type=search], 
.k-filter-row textarea.materialize-textarea{
    height: 25px;
}
.k-filter-row td, .k-filter-row th{
    padding: 0px 24px !important;
}
.k-grid-header .k-filter-row .k-button.k-button-icon{
    right: 13px !important;
}
button.k-button.k-button-icon:focus {
    background-color: #F5F5F5 !important;
}
/*analytics Totals page*/
  #tid_Profitability_grid .k-grid-content{
    min-height: 100px;
    max-height: 400px;
    height: auto !important;
  }
  #tid_Profitability_grid{
      height:unset!important;
  }
/*analytics Totals page*/ 

/*Demo Chart CSS*/

.charts_sec .wrapper{
  /*width:60%;*/
  /*display:block;*/
  /*overflow:hidden;*/
  /*margin:0 auto;*/
  /*padding: 60px 50px;*/
}
.charts_sec #myChart {
    /*height: 600px !important;*/
    height: 565px !important;
}
.charts_sec #pie-chart, .charts_sec #polar-chart {
    width: auto !important;
    margin: auto;
}
.charts_sec #myChart4, .charts_sec #bar-chart-horizontal, .charts_sec #doughnut-chart, .charts_sec #line-chart, 
.charts_sec #pie-chart, .charts_sec #bar-chart-grouped, .charts_sec #myLineChart, .charts_sec #polar-chart,
.charts_sec #mixed-chart{
    height: 400px !important;
}
.charts_sec #myChart4 {
    margin-bottom: 30px;
}
.charts_sec canvas {
    padding: 0 20px;
}
.charts_sec h3 {
    font-size: 22px;
    color: #222c6a;
    line-height: 36px;
}
.charts_sec table {
    /*border: 1px solid #d0d0d0;*/
}
.charts_sec table>tbody>tr:nth-of-type(odd), .charts_sec table>tbody>tr:hover{
    background-color: #f5f5f5;
}
/*Demo Chart CSS End*/

/*Manage Mediaplayer*/
.template_type .SelectBox{
    height: 41px;
}
#mediaplayer_grid #devnm_text_clr{
    color:#4E9F45;
}
#mediaplayer_grid i.mdi-editor-mode-edit.orange-text::before {
    font-size: 16px;
}
#mediaplayer_grid .fa-wpforms::before{
    font-size: 16px !important;
}
/*Manage Mediaplayer*/

/*Manage HouseAds*/
.add_houseads .t-0{
    top: 0;
}
.add_houseads .videofile{
    margin-top: 25px;
    margin-bottom: 20px;
}
#houseAds_grid td a i {
    font-size: 18px;
}

/*Manage HouseAds*/

/*Manage Device*/
#device_grid td a i {
    font-size: 18px;
}
#device_grid td a{
    padding: 0px 0px 0px 6px;
}

.add_device .input-field.input-group input + .error_msg_small,.edit_device .input-field.input-group input + .error_msg_small{
    top: 52px;
}
.add_device input.select-dropdown,.edit_device input.select-dropdown{
    margin: 10px 0 0 0 !important;
}
/*Manage Device*/




/* edit mediaplayer */
.edit_mediaplayer .input-field.input-group input + .error_msg_small{
    top: 52px;
}
/* edit mediaplayer */




/* start email notification */

/* #email_notification_list.k-grid-header .k-header {
    height: 20px;
    padding: 0;
} */

#email_notification_list.k-grid tbody tr {
    line-height: 14px;
}

#email_notification_list.k-grid tbody .k-grid-edit-row .k-textbox{
    height: 15px;
    width: 100%;
    margin-right: auto;
}

#email_notification_list.k-grid tbody .k-grid-edit-row .k-widget{
    height: 33px;
    padding-top: 4px;
}

#email_notification_list.k-grid tbody .k-button{
    padding: 2px;
}

#email_notification_list.k-grid tbody .k-grid-edit-row .k-button{
    padding: 5px 20px;
}

#email_notification_list.k-grid tbody td
#email_notification_list.k-grid tbody .k-grid-edit-row td {
    padding: 0;
}

#email_notification_list .k-filter-row .k-combobox .k-select{
    padding: 8px 25px;
}

/* end email notification */




/* edit mediaplayer : set drop down design  */
.edit_mediaplayer input.select-dropdown {
    margin: 10px 0 0 0 !important;
}
.k-time-highlight{
    border-color: #000 !important;
}
#device_hours .row {
    margin-bottom: 3px;
}
#device_hours .time {
    margin-top: 0px;
}
#device_hours .input-field.input-group {
    margin-top: 0px;
    min-height: 30px;
    font-size: 12px;
}
#device_hours .input-field.input-group .k-timepicker .k-picker-wrap{
    /* width: 130px; */
    border-width: 0px 0px;
}
#device_hours .input-field.input-group .k-timepicker input {
    font-size: 12px;
}
/* #device_hours .input-field.input-group input {} */
/* edit mediaplayer : set drop down design  */


/* Dashbaord CSS Start */
.dashboard_top_btns {
    float: right;
}
.dashboard_top_btns button {
    margin: 0 -3px;
    border-radius: 0;
    min-width: 100px;
    border: 1px solid #222C6A;
    background-color: #FFFFFF;
}
.dashboard_top_btns button.top_blue_btn {
    background-color: #222C6A;
    color: #FFFFFF;
}
.dashboard_cards {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
    height: 100%;
    /* min-height: 170px; */
    min-height: 125px;
    /* color: #FFFFFF; */
}
.card_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card_heading h5 {
    font-size: 13px;
    margin:0 0 5px 0;
    font-weight: 400;
    color: #7b809a;
    /* color: #222C6A; */
}
.card_heading .custom_tooltip i{
    font-size: 13px;
    color: #7b809a;
    cursor: pointer;
}

.dashboard_table_cards .custom_tooltip i {
    color: #7b809a;
    cursor: pointer;
}

.custom_tooltip {
    position: relative;
    margin-left: 10px;
}
.custom_tooltip:hover span {
    display: block;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_tooltip span {
	background:#000; /*-- some basic styling */
	color: #FFF;
	font-family: 'Helvetica';
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 15px;
    bottom: 30px;
    left: -5px;
    width: 200px;
	margin-left: 0;	
	display: none;
	position: absolute;
	z-index: 2;
	text-transform: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}
.custom_tooltip span:after {
	border-color: #000 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 10px 10px 0;
	bottom: -10px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 0;
}
.icon_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #000;
    border-radius: 10px;
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.14) 0rem 0.25rem 1.25rem 0rem, rgba(64, 64, 64, 0.4) 0rem 0.4375rem 0.625rem -0.3125rem;
}
.icon_bg img {
    width: 40px;
}
.card_heading i {
    /* font-size: 40px; */
    font-size: 30px;
    color: #FFF;
    /* color: #222C6A; */
}
.card_main_content h2 {
    font-size: 25px;
    margin: 0;
    line-height: unset;
    font-weight: 700;
    color: #222C6A;
    /* color: #000000; */
}

.card_main_content p {
    font-size: 13px;
    margin: 0;
    color: #7b809a;
    /* color: #000000; */
}
p.green_text {
    /* color: #56EF01; */
    /* color: #499b1b; */
    color: #4caf50;
}
p.red_text {
    color: #FE2A19;
}
.active_device_card {
    /* background-image: linear-gradient(to right, #a8ff78, #78ffd6); */
    background: linear-gradient(195deg, rgb(102, 187, 106), rgb(67, 160, 71));
}
.online_device_card {
    /* background-image: linear-gradient(to right, #56CCF2, #2F80ED); */
    /* background: linear-gradient(195deg, rgb(73, 163, 241), rgb(26, 115, 232)); */
    background: linear-gradient(195deg, rgb(168, 224, 99), rgb(86, 171, 47));
}
.offline_device_card {
    /* background-image: linear-gradient(to right, #56CCF2, #2F80ED); */
    background: linear-gradient(195deg, rgb(236, 64, 122), rgb(216, 27, 96));
}
.avg_device_card {
    /* background-image: linear-gradient(to right, #56CCF2, #2F80ED); */
    background: linear-gradient(195deg, rgb(255 198 127), rgb(251, 140, 0));
    /* background: linear-gradient(195deg, rgb(255, 167, 38), rgb(251, 140, 0)); */
}
.total_est_rev_card {
    background: linear-gradient(195deg, rgb(107 137 223), rgb(6 30 187));
}
.actual_rev_card {
    background: linear-gradient(195deg, rgb(176 230 243), rgb(13 126 187));
}
.avg_rev_card {
    background: linear-gradient(195deg, rgb(206 240 56), rgb(109 163 7));
}
.avg_active_rev_card {
    background: linear-gradient(195deg, rgb(255, 194, 153), rgb(255, 104, 0));
}
.dashboard_chart_cards {
    min-height: 500px;
}
.dashboard_table_cards table th, .dashboard_table_cards table td {
    text-align: center;
    border-bottom: 1px solid lightgrey;
    padding: 15px 5px;
}
a.k-header-column-menu {
    display: none !important;
}
.device_txt_color{
    color: #4E9F45 !important;
}
#location_grid th{
    text-align: center !important;
}

.recent_location_small {
    font-size: 18px;
}

/* Dashbaord CSS End */




/*map design css*/
#map_canvas{
  margin-top:20px;
  width:400px;
  height:300px;
  position:absolute;
}
#map_canvas.sr_map_canvas {
    margin: 0px;
    width: 100%;
    position: sticky;
    height: 600px !important;
    position: relative;
}
.sr_map_legend {
    margin-top: 20px;
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    display: block;
}
.sr_map_legend img {
    vertical-align: bottom;
    height: 18px;
    width: 10px;
}
.map_legend_padding {
    padding-right: 0px;
}
.sr_map_legend span {
    width: 175px;
    font-size: 12px;
    /* line-height: 29px; */
    display: block;
    color: #424242;
    /* padding: 4px 8px; */
    /* border: 1px dashed #bdbdbd; */
    margin: 4px 2px 4px 0px;
    /* background: #f1f1ff; */
    clear: right;
    float: left;
}
/*map design css*/




/* all terminal map screen */
#show_all_terminal_map label{
    padding-left: 0px;
}
#map_canvas table#terminal_info_table{
    border: 1px solid;
    border-collapse: collapse;
}
#map_canvas table#terminal_info_table tr th{
    border: 1px solid;
}
#map_canvas table#terminal_info_table tr td{
    padding: 5px !important;
    border: 1px solid;
}
.ter_table {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.all_terminal_map{
    /*height: 632px !important;*/
}
.all_terminal_map table thead th {
    border-left: 1px solid #bdbdbd;
    width: auto;
    padding: 2px 4px;
    font-size: 12px;
    border-right: 1px solid #bdbdbd;
}
.all_terminal_map table tbody tr:first-child{
    border-top: 1px solid #bdbdbd;
}
/* .all_terminal_map table thead tr:first-child{
    border-top: 1px solid #bdbdbd;
} */
.ter_table #terminals_cont.all_terminals_container {
	width: 100%;
	/*height: 470px;*/
	float: none;
	/* overflow-x: hidden; */
    max-height: 400px; /* Set the maximum height for the table */
    overflow-y: auto;
}
#terminals thead {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 1;
}
#terminals thead:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #d0d0d0;
    position: absolute;
}
.ter_table #terminals_cont table.all_terminals {
	width: 100%;
}
/* .ter_table #terminals_cont table.all_terminals tr {
    border-bottom: 1px solid #bdbdbd;
} */
.ter_table #terminals_cont table.all_terminals td:first-child {
    border-left: 1px solid #bdbdbd;
}
.ter_table #terminals_cont table.all_terminals td {
	width: auto;
    padding: 2px 4px;
    font-size: 12px;
    border-right: 1px solid #bdbdbd;
}
.ter_table #terminals_cont table.all_terminals td select {
	border-color: #bdbdbd;
	cursor: pointer;
}
.all_ter_map_reset{
    font-family: Roboto, Arial, sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 11px;
    padding: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    position: absolute;
    top: 110px;
    right: 20px;
    z-index: 1;
    margin: 10px;
    font-weight: 500;
}
#edit_user_setting_modal {
    width: 30% !important;
}
/* all terminal map screen */



/*manage device revenue screen*/
#dev_rev_chart.modal{
    width: 65%;
    height: 90%!important;
    min-height: 75% !important;
}
#dev_rev_chart.modal .modal-content{
    padding: 24px 24px 2px 24px;
}
#dev_rev_chart.modal .modal-footer #prev_chart_data{
    /* float: left;
    margin-left: 30px; */
}
#dev_rev_chart.modal .modal-footer #next_chart_data{
    margin-right: 30px;
}
#dev_rev_chart.modal .modal-footer button{
    /* border: 1px solid #4E9F45; */
    background-color: #222c6a;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 8px;
    max-height: 32px;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 8px;
}
/* #dev_rev_chart.modal .modal-footer button:hover{
    color: #fff;
    background-color: #52b348;
} */
#dev_rev_chart .modelheadblock {
    color: #222c6a;
    border-bottom: 1px solid rgba(34, 44, 106, 0.2);
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#dev_rev_chart .modelheadblock #title {
    font-size: 17px;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#dev_rev_chart a.modal-action.modal-close:first-child {
    position: absolute;
    right: 2%;
    top: 1%;
}
/*#dev_rev_chart.modal .modal-footer{
    height: 0px;
}*/
#dev_rev_chart.modal .modal-content .demo-section.k-content{
    margin: 0 auto 0 auto;
}
@media only screen and (max-width: 1450){
    #dev_rev_chart.modal{
        width: 65%;
        height: 100%!important;
        min-height: 80% !important;
    }
}
/*manage device revenue screen*/



/*manage device status screen*/
#device_status_modal.modal{
/*    width: 50%;*/
    height: 90%!important;
    min-height: 72% !important;
}
#device_status_modal .modelheadblock {
    color: #222c6a;
    border-bottom: 1px solid rgba(34, 44, 106, 0.2);
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#device_status_modal .modelheadblock #title {
    font-size: 17px;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#device_status_modal a.modal-action.modal-close:first-child {
    position: absolute;
    right: 2%;
    top: 1%;
}
#device_status_modal.modal .modal-footer{
    height: 0px;
}
/* #device_status_modal.modal .modal-content .demo-section.k-content{
    margin: 0 auto 0 auto;
} */
#device_status_modal #device_status_grid .k-grid-content table tr td span{
    font-size: 12px;
    padding: 3px 0px;
}
/*manage device status screen*/


/* Survey Form CSS Start */
.atm_located_sec p {
    /* text-align: center; */
}
.drag_drop_button_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}
.drag_drop_button_row p {
    /* width: 90%; */
    width: calc(100% - 79px);
}
.drag_drop_button_row #resetButton {
    /* margin-right: 15px; */
    margin-right: 5px;
}
.atm_located_sec .atm_drag_drop_main {
    /* display: flex; */
    position: relative;
    /* width: 240px;
    height: 300px; */
}
 .atm_draggable_box {
    /* width: auto; */
     width: 300px; 
    height: 300px;
    /* border: 1px solid #000000; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    /* background: #b4bbe7; */
    background-color: #eef1ff;
    position: relative;
    /* width: 80%; */
}
.atm_located_sec .atm_drag_img {
    position: relative;
    border: 1px dashed #9c9b9b;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    height: 150px;
    /* width: 18%;
    margin-left: 2%; */
}
.atm_located_sec .atm_drag_img div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/* .atm_located_sec .atm_drag_img #d1 {
    top: 0;
    left: 10px;
}
.atm_located_sec .atm_drag_img #d2 {
    top: 50px;
    left: 10px;
}
.atm_located_sec .atm_drag_img #d3 {
    top: 100px;
    left: 10px;
} */

.survey_hours {
    /* border: 1px solid rgba(0,0,0,.12); */
    padding: 5px 20px 20px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16), 0 0px 5px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.survey_hours .row{
    margin-bottom: 0;
}

.survey_hours .input-field.input-group{
    margin-top: 0px;
    min-height: 20px;
    font-size: 12px;
}

.survey_hours .input-field.input-group .SumoSelect{
    margin-top: 0;
}
.survey_hours .btn, .survey_hours .add-to-table-btn{
    margin-top: 0;
}
.mt-7 {
    margin-top: 7px;
}

.atm_located_sec table {
    margin-top: 55px;
}
.atm_located_sec tr {
    background:rgba(0,0,0,.07);
}
.atm_located_sec th {
    background:#ebebeb;
}
.atm_located_sec td {
    background: #FFFFFF;
}
.atm_located_sec td, .atm_located_sec th {
    padding: 5px !important;
    border: 1px solid rgba(0,0,0,.12);
    font-size: 12px;
}
/* .simple_radio label.form_radio {
    top: 10px !important;
} */
label.lable_with_img {
    display: flex;
}
[type="radio"].with-gap:checked+label:after {
    border-color: #4E9F45;
    background-color: #4E9F45;
}
[type="radio"]:checked + label:after {
    border-radius: 50%;
    border: 2px solid #4E9F45;
    background-color: #4E9F45;
    z-index: 0;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
}
.custom_radio {
    /* margin-top: 20px; */
    display: flex;
    align-items: center;
}
.custom_radio_btn {
    /* margin-right: 20px; */
    display: flex;
    align-items: center;
}
.custom_radio_btn label {
    padding: 5px;
    margin-left: 0;
    top:-8px !important;
}
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio [type="radio"]:checked + label i,
.custom_radio [type="radio"]:not(:checked) + label i {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom_radio [type="radio"]:checked + label i,
.custom_radio [type="radio"]:not(:checked) + label i {
    color: #222c6a;
    font-size: 25px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 0 10px;
}
.custom_radio [type="radio"]:checked + label i,
.custom_radio [type="radio"]:not(:checked) + label i {
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_radio [type="radio"]:not(:checked) + label i {
    border: 1px solid transparent;
}
.custom_radio [type="radio"]:checked + label i {

    border: 1px solid #222c6a;
    padding-left: 0;
    padding: 5px;
}
.custom_radio [type="radio"]:not(:checked) + label:before {
    border: 0;
    padding-left: 0;
    padding: 5px;
}
.custom_radio [type="radio"]:not(:checked) + label, .custom_radio [type="radio"]:checked + label {
    padding-left: 0;
}
.custom_radio [type="radio"] + label:before, .custom_radio [type="radio"] + label:after {
    display: none;
}
.note_textarea {
    height: 6rem;
    border-color: #9e9e9e;
}

/* DRAG AND DROP */
.atm_draggable_box {
    /* width: 450px; */
    /* height: 450px; */
    /* border:  1px solid black; */
    position: relative; 
}
#d1{
    /* width: 40px; */
    height: 40px;
    /* background-color: aqua; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute; 
    top: 0px;
    left: 0px;
}
#d2 {
    /* width: 40px; */
    height: 40px;
    /* background-color: orange; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute; 
    top: 0;
    left: 44px;
    
}
#d3 {
    /* width: 40px; */
    height: 40px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 88px;
    /* top: 35px;
    left: 0px; */
}
#d4 {
    /* width: 40px; */
    height: 35px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute; 
    top: 0;
    left: 172px;
    /* top: 82px;
    left: -83px; */
}
#d5 {
    /* width: 40px; */
    height: 35px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 225px;
    /* top: 40px;
    left: -36px; */
}
#d6 {
    /* width: 40px; */
    height: 35px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 270px;
    /* top: 39px;
    left: 0px; */
}
#d7 {
    /* width: 40px; */
    height: 35px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 310px;
    /* top: 38px;
    left: 0px; */
}
#d8 {
    /* width: 40px; */
    height: 35px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute;
    top: 80px;
    left: 0;
    /* top: 38px;
    left: 0px; */
}
#d9 {
    /* width: 40px; */
    height: 35px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute;
    top: 80px;
    left: 95px;
    /* top: 38px;
    left: 0px; */
}
#d10 {
    /* width: 40px; */
    height: 75px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute; 
    top: 60px;
    left: 190px;
    /* top: 38px;
    left: 0px; */
}
#d11 {
    /* width: 40px; */
    height: 75px;
    /* background-color: yellow; */
    /* padding: 20px; */
    float: left;
    margin: 5px;
    position: absolute; 
    top: 60px;
    left: 240px;
    /* top: 38px;
    left: 0px; */
}
#d12 {
    height: 45px;
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 355px;
}
#d13 {
    height: 45px;
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 405px;
}
#d14 {
    height: 45px;
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 455px;
}
#d15 {
    height: 45px;
    float: left;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 505px;
}
button {
    margin-top: 10px;
    cursor: pointer;
}

.hide-click {
    box-shadow: unset !important;
    border-radius: 0px !important;
    /* border-radius: 0px; */
    /* background: #b4bbe7; */
    background-color: #eee !important;
}

/* DRAG AND DROP */


/* Image Upload Start */
.image_upload_main {
    display: flex;
    flex-direction: column;
}
.image_upload_main .img-upload {
    margin: 0;
    max-width: unset;
    float: unset;
}
.image_upload_main .img-gallery {
    max-height: unset;
    overflow-y: hidden;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    gap: 70px;
}
.ggl_pht .image_upload_main .img-gallery {
    gap: 45px !important;
}
.image_upload_main .img_boxes_main {
    /* width: 25%; */
    /* max-width: 11%; */
}
.image_upload_main .img-gallery a{
    margin: 0px 6px 10px 0px;
}
.image_upload_main .img-upload .img-edit {
    right: 65px;
    bottom: 0;
    top: unset;
}
.image_upload_main .img_not_found_main .img-upload .img-edit {
    right: 20px;
}
.image_upload_main .img-upload .img-edit input+label:after {
    content: '\e796';
    font: normal normal normal 24px/1 'Material-Design-Icons';
    top: 5px;
    color: #4E9F45;
}
.image_upload_main .img-upload .img-delete a:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.image_upload_main .img-upload .img-delete {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.image_upload_main .img-upload .img-delete a {
    margin: unset;
    height: 34px;
    width: 34px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    padding: 0;
}
.image_upload_main .img-upload .img-delete a i {
    font-size: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    color: #F44336;
}
.img_boxes_main p {
    max-width: 200px;
}
.image_upload_main .img-upload .img-preview{
    width: 150px;
    height: 150px;
}
.img_boxes img.img_notfound{
    height: 168px;
    width: 168px;
    display: inline-block;
    overflow: hidden;
    margin: 0 6px 10px 0px;
    border: 1px solid #eaeaea;
    box-sizing: content-box;
    padding: 12px;
}


/* venue description */
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;


}


#btn-loader{
    display: none;
}

#venue_description{
    height: auto !important;
  }

/* venue description   end */


/* Image Upload End */



/* Survey Form CSS End */

/* css loader for mediaplayer screen */
.popup-load {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}
  
.popup-load img {
    z-index: 100;
}
.text-blur{
    color: #cbb1b1 !important;
    display: inline-block;
    /* background-image: url(background-image.jpg); */
    -webkit-background-clip: text;
    background-clip: text;
    filter: blur(2px);

}
.text-blur-model{
    color: #dbc3c3 !important;
    display: inline-block;
    /* background-image: url(background-image.jpg); */
    -webkit-background-clip: text;
    background-clip: text;
    filter: blur(2px);

}
/* css loader for mediaplayer screen */

.desktop_display_block {
    display: block;
}
.mobile_display_block {
    display: none;
}

/* Media Query Start */
@media screen and (max-width:1199px) {
    /* DRAG AND DROP Start */
    .atm_located_sec .atm_drag_img {
        height: 200px;
    }
    #d12 {
        top: 60px;
        left: 0;
    }
    #d13 {
        top: 60px;
        left: 60px;
    }
    #d14 {
        top: 60px;
        left: 120px;
    }
    #d15 {
        top: 60px;
        left: 180px;
    }
    #d8, #d9 {
        top: 130px;
    }
    #d10, #d11 {
        top: 110px;
    }
    /* DRAG AND DROP End */
}
@media screen and (max-width: 991px) {
    /* Login Form CSS Start */
    .common_form {
        width: 75vw;
    }
    /* Login Form CSS End */
}
@media screen and (max-width:840px) {
    #d7 {
        top: 60px;
        left: 0;
    }
    #d12 {
        top: 60px;
        left: 50px;
    }
    #d13 {
        top: 60px;
        left: 110px;
    }
    #d14 {
        top: 60px;
        left: 170px;
    }
    #d15 {
        top: 60px;
        left: 230px;
    }
}

@media screen and (max-width:600px) {
    #d7 {
        top: 0;
        left: 310px;
    }
    #d12 {
        top: 60px;
        left: 0;
    }
    #d13 {
        top: 60px;
        left: 60px;
    }
    #d14 {
        top: 60px;
        left: 120px;
    }
    #d15 {
        top: 60px;
        left: 180px;
    }
	.desktop_display_block {
        display: none;
    }
    .mobile_display_block {
        display: block;
    }
}
@media screen and (max-width:575px) {
    /* survey and Manage Mediaplayer edit screen start */
    .mobile_res_text label,.mobile_res_text input,.mobile_res_text p,.mobile_res_text textarea,.mobile_res_text td, .mobile_res_text th,.mobile_res_text button,.mobile_res_text a,.mobile_res_text #device_hours .input-field.input-group{
        font-size: 14px !important;
    }
    .mob_res_input {
        margin-top: 50px;
    }
    .custom_radio {
        margin: 30px 0 20px;
    }
    .image_upload_main .img-gallery {
        justify-content: center;
    }
    /* survey and Manage Mediaplayer edit screen start */
}
@media screen and (max-width:440px) {
    #d7 {
        top: 60px;
        left: 0;
    }
    #d12 {
        top: 60px;
        left: 44px;
    }
    #d13 {
        top: 60px;
        left: 105px;
    }
    #d14 {
        top: 60px;
        left: 165px;
    }
    #d15 {
        top: 60px;
        left: 225px;
    }
}

@media screen and (max-width:395px) {
    #d6 {
        top: 60px;
        left: 0;
    }
    #d7 {
        top: 60px;
        left: 35px;
    }
    #d12 {
        top: 60px;
        left: 75px;
    }
    #d13 {
        top: 60px;
        left: 130px;
    }
    #d14 {
        top: 60px;
        left: 185px;
    }
    #d15 {
        top: 60px;
        left: 240px;
    }
}

@media screen and (max-width:350px) {
    .atm_located_sec .atm_drag_img {
        height: 320px;
    }
    #d4 {
        top: 60px;
        left: 0;
    }
    #d5 {
        top: 60px;
        left: 44px;
    }
    #d6 {
        top: 60px;
        left: 88px;
    }
    #d7 {
        top: 60px;
        left: 130px;
    }
    #d12 {
        top: 120px;
        left: 0;
    }
    #d13 {
        top: 120px;
        left: 55px;
    }
    #d14 {
        top: 120px;
        left: 110px;
    }
    #d15 {
        top: 120px;
        left: 165px;
    }
    #d8, #d9 {
        top: 170px;
    }
    #d10 {
        top: 220px;
        left: 0;
    }
    #d11 {
        top: 220px;
        left: 44px;
    }
}
/* Media Query End */

/* monday start*/
.input-group .SumoSelect.sumo_mon_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_mon_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_mon_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_mon_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_mon_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_mon_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* monday end*/

/* Tuesday start*/
.input-group .SumoSelect.sumo_tue_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_tue_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_tue_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_tue_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_tue_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_tue_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* Tuesday end*/

/* Wednesday start*/
.input-group .SumoSelect.sumo_wed_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_wed_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_wed_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_wed_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_wed_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_wed_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* Wednesday end*/

/* Thusrday start*/
.input-group .SumoSelect.sumo_thu_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_thu_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_thu_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_thu_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_thu_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_thu_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* Thursday end*/

/* Friday start*/
.input-group .SumoSelect.sumo_fri_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_fri_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_fri_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_fri_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_fri_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_fri_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* Friday end*/

/* Saturday start*/
.input-group .SumoSelect.sumo_sat_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_sat_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_sat_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_sat_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_sat_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_sat_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* Saturday end*/

/* Sunday start*/
.input-group .SumoSelect.sumo_sun_start_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_sun_start_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_sun_end_time  > .optWrapper > .options li.opt label{
    line-height: 36px;
    padding: 10px 10px 10px 0px;
}
.input-group .SumoSelect.sumo_sun_end_time label.active{
        top: 22px;
}


.input-group .SumoSelect.sumo_sun_start_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}

.input-group .SumoSelect.sumo_sun_end_time .optWrapper ul.options::-webkit-scrollbar {
    width: 5px !important;    
}
/* Sunday end*/




/* vistar orders */
.overflow-unset{
    overflow: unset !important;
}

.d-none{
    display: none !important;
}
.w-auto{
    width: auto !important;
}
.d-block{
    display: block !important;
}

.k-grid span a {
    color: #4E9F45 !important;
}
#flex_venue_id_err{
    margin: auto ;
}

/*input#start_month_year, #end_month_year {
    height: 30px;
}
.select-input-common {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
i.fa.fa-eye.green-text {
    margin-left: 40%;
}
input[type=text].date_select {
    font-size: small;
}*/

/*Device Revenue Transaction Report*/
#device_rev_tra_filter #start_month_year,
#device_rev_tra_filter #end_month_year {
    height: 34px;
}
#device_rev_tra_filter .dev_rev {
    margin-top: 0.6%;
}
#transaction_report_grid i.fa.fa-file.green-text {
    margin-left: 23%;
    margin-right: 28%;
    font-size: 13px;
}
#transaction_report_grid i.fa.fa-eye.green-text {
    margin-left: 23%;
    margin-right: 28%;
    font-size: 13px;
}
#transaction_report_grid input[type=text] {
    font-size: small;
}
input#date_paid {
    height: 2rem;
    margin: 0 0 0px 0;
    margin-bottom: -6px;
}
#transaction_report_grid span.k-dropdown-wrap.k-state-default {
    margin-bottom: 2px;
}
/*Device Revenue Transaction Report*/

/* new version of sumoselect fix design issue manage-mediaplayer*/
#media_player_frm .media_city .SumoSelect, .media_zip .SumoSelect  {
     border-bottom: 1px solid #9e9e9e !important;
     height: 35px !important;
}
#media_player_frm .media_city .SumoSelect .SelectBox, .media_zip .SumoSelect .SelectBox {
    display: contents !important;
}
#media_player_frm .input-group .SelectBox span.placeholder {
    line-height: 20px !important;
    margin-top: 6px !important;
}
#media_player_frm .input-group {
    min-height: 4.3rem !important;
}
/* new version of sumoselect fix design issue manage-mediaplayer*/

/* new version of sumoselect fix design issue All Terminal Map*/
#frm_all_terminal_map .SumoSelect {
    border-bottom: 1px solid #9e9e9e !important;
    height: 35px !important;
}
#frm_all_terminal_map .SumoSelect .SelectBox {
    display: contents !important;
}
#frm_all_terminal_map .input-group .SelectBox span.placeholder {
   line-height: 20px !important;
   margin-top: 6px !important;
}
#frm_all_terminal_map .input-group {
   min-height: 4.3rem !important;
}
/* new version of sumoselect fix design issue All Terminal Map*/