input {
    /* 	-moz-appearance:inherit !important; */
}

.dataTables_length {
    margin-top: 8px;
}

.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
.content-wrapper table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    box-shadow: none;
}

.table thead th {}

.table td,
.table th {
    border-top: 0px;
    padding: .75rem 1rem;
}

.select2-container--default .select2-results__group {
    background: #f1f1f1;
}

#segmentTags {
    height: 40px;
    border-radius: 3px;
    line-height: 28px;
}

#segment-create-drawer .tagging .tag {
    padding: 0px 20px 0px 0 !important;
}

#segment-create-drawer .tagging .tag span {
    padding: 0px 10px 0px !important;
}

#segment-create-drawer .tagging .tag .tag-i {
    top: 0.8rem  !important;
}

.daterangepicker.dropdown-menu {
    z-index: 10000 !important;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    height: 54px !important;
    width: auto !important;
    text-align: center;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 8px 0;
}

.perVendorWrapper {
    margin-bottom: 25px;
    position: relative;
}

a.collapsible {
    color: #fff;
    background: #1E9FF2;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    width: 29px;
    height: 26px;
    line-height: 30px;
}

a.collapsible:hover {
    color: #fff;
    background: #1a79a8;
}

input.check-all.form-controle {
    display: inline-block;
    margin-right: 10px;
}

div#warning-bar-wrapper {
    background: #FF7E39;
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}

.content-wrapper.hasWarningMessage {
    padding-top: 60px !important;
}

.warning-bar-message {
    color: #fff;
    padding: 10px;
}

.perVendorWrapper {
    margin-bottom: 25px;
    position: relative;
}

.card-header-section {
    border-bottom: 1px solid #EEEEEE;
    font-weight: bold;
}

.main-menu.menu-light .navigation>li ul .active {
    background: #F0F0F0 !important;
}

.popover {
    min-width: 300px;
    max-width: 600px;
}

.popover-title {
    background-color: #10548f !important;
    color: #FFFFFF;
}

* {
    scroll-behavior: smooth;
}

table.dataTable thead th[data-column-index] {
    cursor: ew-resize;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    cursor: pointer !important;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    top: 50% !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    text-shadow: none !important;
}

.table-striped tbody tr.even.selected,
.table-striped tbody tr.odd.selected {
    background-color: #115B9C !important;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    font-weight: bold;
    color: #FF7E39;
}

div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"] {
    padding-right: 20px;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"]:placeholder-shown+button,
.geo-wrapper input[type="text"]:placeholder-shown+button {
    opacity: 0;
    pointer-events: none;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"]+button,
.geo-wrapper input[type="text"]+button {
    position: absolute;
    border: none;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
}

.geo-wrapper {
    position: relative;
}

.geo-wrapper input[type="text"]+button {
    right: 4px;
}

#geo-address,
#geo-radius {
    font-size: .875rem;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number'] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield !important;
}

iframe {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

iframe::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

div.dataTables_wrapper div.dataTables_processing {
	background: #10548f !important;
	color: #ffffff !important;
}

.wysiwyg-display h1, .wysiwyg-display h2, .wysiwyg-display h3, .wysiwyg-display h4, .wysiwyg-display h5, .wysiwyg-display h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.wysiwyg-display p {
    margin-bottom: 1em;
}

.wysiwyg-display ul, .wysiwyg-display ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.wysiwyg-display ul li, .wysiwyg-display ul {
    list-style-type: disc !important;
}

.wysiwyg-display ol li, .wysiwyg-display ol {
    list-style-type: decimal !important;
}

.wysiwyg-display li {
    margin-bottom: 0.5em;
    line-height: 1.4;
}

/* Nested lists */
.wysiwyg-display ul ul, .wysiwyg-display ul ol,
.wysiwyg-display ol ul, .wysiwyg-display ol ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
}


.wysiwyg-display blockquote {
    margin-left: 1.5em;
    font-style: italic;
    border-left: 4px solid #ccc;
    padding-left: 15px;
}

.wysiwyg-display a {
    color: #007bff;
    text-decoration: underline;
}

.wysiwyg-display img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


@media (min-width: 768px) {

    .header-navbar .navbar-header .navbar-brand .brand-logo {}

}

@media (max-width: 1800px) {

    /*
  .card-body.p-0 {
      overflow-y: scroll;
  }
*/
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header-navbar {
        max-height: 70px;
        z-index: 1;
    }

    .app-content {
        z-index: 2;
    }
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu {
    width: 200px !important;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header {
    width: 200px !important;
}

body.vertical-layout.vertical-menu.menu-expanded .content,
body.vertical-layout.vertical-menu.menu-expanded .footer,
body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
    margin-left: 200px !important;
}

.mt-1, .my-1 {
    margin-top: 0 !important;
}

@media (max-width:991.98px) {
    body.vertical-layout.vertical-menu.pace-done.menu-expanded .navbar .navbar-header, body.vertical-layout.vertical-menu.menu-expanded.pace-running .navbar .navbar-header {
        width: 200px !important;
    }

    body.vertical-layout.vertical-menu.pace-done.menu-collapsed .navbar .navbar-header {
        width: 200px !important;
    }

    body.vertical-layout.vertical-menu .main-menu {
        width: 200px !important;
    }
    
    body.vertical-layout.vertical-menu.menu-collapsed .content, body.vertical-layout.vertical-menu.menu-collapsed .footer, body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container {
        margin-left: 200px !important;
    }

    body.vertical-layout.menu-hide.vertical-overlay-menu {
        margin-left: 0 !important;
    }
}

table {
    font-size: 14px !important;
}

#datatable_wrapper {

    padding: 0;

}

#datatable_wrapper .dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    padding: 0 15px;
}

@media (max-width: 767.98px) {

    .navbar-light .navbar-container .navbar-nav .nav-link,
    .navbar-semi-light .navbar-container .navbar-nav .nav-link {
        color: #fff !important;
    }

    .content-header-right {
        margin-bottom: 15px;
    }
    
    body.vertical-layout.vertical-menu.pace-done.menu-expanded .navbar .navbar-header, body.vertical-layout.vertical-menu.menu-expanded.pace-running .navbar .navbar-header {
        width: 100% !important;
    }

    body.vertical-layout.vertical-menu.pace-done.menu-collapsed .navbar .navbar-header {
        width: 100% !important;
    }

    body.vertical-layout.vertical-menu.menu-expanded .content,
    body.vertical-layout.vertical-menu.menu-expanded .footer,
    body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
        margin-left: 0 !important;
    }
}

@media (max-width: 1199.98px) {

    .header-navbar .navbar-container ul.nav li .selected-language,
    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
        display: inline-block;
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.tutorial-content-button {
    border-radius: 50%;
    color: #ce232e;
    animation: shadow-pulse 1s infinite;
}

.popover-header {
    background: #ce232e;
    color: #fff;
}

.lease_view,
.own_view,
.rental_view {
    display: none;
}

.table.table-small {
    font-size: 11px !important;
    background: #fff;
}

.table.table-small tr {}

.dataTables_info {
    font-size: 11px;
    margin-bottom: 10px;
}

div.DTS div.dataTables_scrollBody {
    background: none;
}

.navbar-semi-light .navbar-nav .nav-link {
    color: inherit;
}

.content-body .row.inspect-form-sidebar {
    overflow-y: scroll;
    height: 497px;
}

.vertical-item-center {
    align-items: center;
}

.vertical-item-bottom {
    align-items: flex-end;
}

.no-padding-right {
    padding: 0 0px 0 15px;
}

.p-2 {
    padding: 1rem !important;
}

.parent-photos-notes-components {
    max-width: 200px !important;
    margin: 0 auto;
}

.required-field.invalid-field {
    outline: 1px solid red;
    border: none;
}

.photo-thumbs {
    max-width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.inspect-row {
    margin-bottom: 10px;
}

.inspect-row-up {
    margin-top: 10px;
}

.card-content {
    padding-top: 10px;
    margin-top: 10px;
}

.border-top-secondary {
    border-top: solid 1px #efefef;
}

.card-header-row {
    padding-top: 20px;
}

.inspect-form-sidebar i {
    font-size: 1.6rem;
}

[data-toggle="collapse"] .ft-:before {
    content: "\e982";
}

[data-toggle="collapse"].collapsed .ft-:before {
    content: "\e99d";
}

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

.clear-filter-bottom {
    margin-bottom: 35px;
}

.checkbox-red {
    accent-color: #C9391A;
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    padding: 10px !important;
    border-radius: 0 !important;
}

.workorder-dialog {
    max-width: 1300px !important;
}

.btn-current-location {
    border-color: #3B85CE !important;
    background-color: #3B85CE !important;
    color: #FFF;
}

.pac-container {
    z-index: 12001 !important;
}

.switchery-title .form-check {
    display: inline-block;
}

.switchery-title-right {
    width: 100%;
}

.switchery-title-right .form-check {
    display: inline-block;
    float: right;
}

.switchery-content .form-check {
    padding-left: 0;
}

.switchery-title .form-check label,
.switchery-content .form-check label {
    padding-left: 5px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
}

.associated-workorder-modal .modal-dialog {
    max-width: 1300px !important;
}

.main-menu::-webkit-scrollbar {
    width: 5px;
    opacity: 0.7;
}
.main-menu::-webkit-scrollbar-track-piece {
    background: #ccc
}
.main-menu::-webkit-scrollbar-thumb {
    background: #7d7d7e
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 1440px) {
    .p-2 {
        padding: 0.8rem !important;
    }
}

@media (min-width: 1800px) {
    .label-for-component {
        width: 400px;
        margin-left: -62px;
    }
}

@media (max-width: 1920px) and (min-width: 1823px) {
    .label-for-component {
        width: 400px;
        margin-left: -70px;
    }
}

@media (min-width: 1921px) {
    .label-for-component {
        width: 430px;
        margin-left: -70px;
    }
}
