:root{
    --default-green: #4db748;
    --dark-green: #27464b;
    --black: #000;
    --white: #fff;
}

* {
    margin: 0;
    padding: 0;
}

/*Global CSS Starts*/
body,
.popover,
.tooltip {
    font-family: 'Open Sans', sans-serif;

}

body {
    background: #ffffff;
}

textarea {
    resize: vertical;
    min-height: 60px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

form .row {
    margin-left: -25px;
    margin-right: -25px;
}

form .row [class*="col-"] {
    padding: 0 25px;
}

input.form-control:focus,
textarea.form-control:focus,
form .select2-container--focus {
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,.2);
}

form .form-group label {
    color: #3e4853;
    font-weight: 600;
}

form .form-group label.text-muted {
    color: #999;
}

form label.customCheckBox,
form .form-group label.text-muted {
    font-size: 13px;
    font-weight: 600;
}

.form-control {
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
li,
ul {
    letter-spacing: 0.4px;
}

/*table default*/
.tableColumnMin140 th,
.tableColumnMin140 td {
    min-width: 140px;
}

.table > thead > tr > th {
    white-space: nowrap;
}

.table-hover > tbody > tr:hover {
    background-color: #e6e6e6;
}

table.table thead tr {
    background: #eaeaea;
    font-weight: 600;
}

table.table thead tr th {
    font-weight: 600;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px 20px;
}

/*table default*/

.width50 {
    width: 50px !important;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px !important;
}

.width350 {
    width: 350px !important;
}

.width400 {
    width: 400px !important;
}

.width450 {
    width: 450px !important;
}

.width500 {
    width: 500px !important;
}

.width550 {
    width: 550px !important;
}

.width600 {
    width: 600px !important;
}

.content {
    padding-bottom: 0px;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-none label,
.pointer-events-none .select2-selection--single .select2-selection__arrow:after,
.pointer-events-none .customCheckBox .customCheckSpan {
    color: grey;
    opacity: 0.5
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.media-top {
    vertical-align: top;
}

.width45per {
    width: 45%;
}

.width10per {
    width: 10%;
}

/*Global CSS End*/

label {
    margin-bottom: 2px;
    font-weight: 700;
}

.multiselect-container > li > a > label {
    font-weight: 400;
}

.modal-header {
    padding: 12px 20px;
    background: #0992d1;
    color: #fff;
}

.modal-title {
    font-size: 14px;
    font-weight: 600
}

.modal-header .close {
    min-width: 38px;
    height: 38px;
    text-indent: -9999999px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 1;
}

.modal-header .close:before,
.modal-header .close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 2px;
    max-height: 14px;
    background: #fff;
    margin: auto;
    transform: rotate(-45deg);
}

.modal-header .close:after {
    transform: rotate(45deg);
}

/*Checkbox, Radio, Switch*/
.customCheckBox,
.customRadio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin: 0;
    color: #333;
    font-weight: 400;
}

.input-group-addon .customCheckBox,
.input-group-addon .customRadio {
    width: 18px;
    height: 18px;
    padding-left: 0;
}

.customCheckBox input,
.customRadio input {
    opacity: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.customCheckBox .customCheckSpan,
.customRadio .customRadioSpan {
    color: #455a64;
    border: 2px solid #607d8b;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
}

.customRadio .customRadioSpan {
    border-radius: 100%;
}

.customCheckSpan:before,
.customRadioSpan:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
    border-width: 0 0 2px 2px;
    border-color: #455a64;
    border-style: solid;
    width: 9px;
    height: 5px;
    transform: rotate(-45deg);
    transition: all ease-in-out .15s;
}

.customRadioSpan:before {
    left: 3px;
    border: 4px solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.customCheckBox input:checked + .customCheckSpan:before,
.customRadio input:checked + .customRadioSpan:before {
    opacity: 1;
}

table.dataTable .customCheckBox,
table .customCheckBox {
    width: 18px;
    height: 15px;
}

.customSwitch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.customSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.customSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: auto;
    border-radius: 34px;
    border: 1px solid rgb(221, 221, 221);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.customSwitch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    border-radius: 50%;
}

.customSwitch input:checked + .slider {
    box-shadow: rgb(100, 189, 99) 0px 0px 0px 8px inset;
    border-color: rgb(100, 189, 99);
    background-color: rgb(100, 189, 99);
}

.customSwitch input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/*Checkbox, Radio, Switch*/

.page-container {
    min-height: calc(100vh - 48px);
}

.hrFullWidth {
    margin-left: -20px;
    margin-right: -20px;
}

.table-fixed {
    table-layout: fixed;
}

/* Header bar Start */

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #fff;
    font-size: 22px;
}

.navbar-brand span {
    font-size: 24px;
    margin-left: 10px;
    padding-left: 11px;
    display: none;
}

.sidebar-xs .navbar-brand p {
    display: none;
}

.sidebar-xs .navbar-brand span {
    display: block;
}

.navbar-right .media-left i {
    font-size: 24px;
    color: #166dba;
}

.navbar-brand {
    padding: 0 14px;
}

.navbar-brand > img {
    height: 40px;
}

.navbar.navbar-default.navbar-fixed-top{
    background-color: var(--default-green);
}

body:not(.sidebar-xs) .navigation li a > i {
    width: 20px;
}


/*Keyframes Animation Starts*/
.animated.infinite {
    animation-iteration-count: infinite;
}

.nav-link i {
    color: #aea9c3;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.badge-pulse {
    background: #ff0000;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
    animation: BadgePulse 1.8s infinite;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 3px solid #fff;
}

@keyframes BadgePulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .4);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0)
    }
}

/*Keyframes Animation End*/

/*29-08-2019*/

.dataTables_length {
    float: left;
}

.dataTables_info {
    float: right;
}

.panel-flat > .panel-heading {
    background-color: unset !important;
}

.daterangepicker.dropdown-menu {
    z-index: 1111;
}

.columnsSelectBtn {
    padding: 1px 6px 2px 6px;
}

.tableRightButtonsAlign {
    float: right;
    margin-top: 1px;
}

.tableRightButtonsAlign .icons-list li a,
.tableRightButtonsAlign .icons-list li a:hover {
    opacity: 1;
}

.tableRightButtonsAlign .icons-list li:last-child {
    margin-left: 10px;
}

.detailsPage .tableRightButtonsAlign .btn,
.detailsPage .btn.bg-info-600,
.customPanel .tableRightButtonsAlign .btn,
.customPanel .btn.bg-info-600 {
    padding: 1px 9px 2px 9px;
    color: #fff;
}

.detailsPage .tableRightButtonsAlign .btn.btn-default,
.customPanel .tableRightButtonsAlign .btn.btn-default {
    color: #333;
}

.datatable-header:empty {
    display: none;
}

.tableCustomAlign .dataTables_wrapper .datatable-header {
    display: none;
}

.tableCustomAlign .panel .panel-heading {
    padding-right: 300px;
}

.media-left .btn.btn-icon {
    padding: 1px 4px 3px 4px;
}

.media-left .img-sm {
    width: 26px !important;
    height: 26px !important;
}



/*Datatable Custom Scroll Start*/
.tableScrollable .datatable-footer {
    padding-top: 10px;
}

.tableScrollable .dataTables_paginate,
.tableScrollable .dataTables_info,
.tableScrollable .dataTables_length {
    margin-bottom: 10px;
}

/*.tableScrollable .table.datatable-basic th {
    min-width: 200px;
}*/

.tableScrollable .datatable-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.tableScrollable .dataTables_scrollHead {
    overflow: visible !important;
}

.tableScrollable .dataTables_scrollBody {
    overflow-x: hidden !important;
    height: 100% !important;
    max-height: calc(100vh - 230px);
}



tfoot.customfilterColumn {
    display: table-header-group;
}

tfoot.customfilterColumn td {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

/*Datatable Custom Scroll End*/

/*Filter Right Side Start*/
.filterOpened:not(.modal-open) .select2-container {
    z-index: 1060;
}

div.filterHolder div.formholder {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 111;
    padding: 10px 0;
}

div.filterHolder {
    width: 400px;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1070;
    right: -400px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}

div.filterHolder.visible {
    right: 0;
    top: 0;
}

.filterContain .panel-collapse .form-group:last-child {
    padding-bottom: 20px;
}

#FilterPanelClose {
    position: absolute;
    right: 0;
    top: 0;
    background: #222c3e;
    color: #fff;
    font-size: 16px;
    border-bottom-left-radius: 50px;
    width: 40px;
    height: 40px;
    border: none;
}

#FilterPanelClose i {
    top: -4px;
    left: 3px;
}

#filterAccordions,
.sidebar-toggle-header {
    padding: 0 20px;
}

.sidbar-toggle-body {
    height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sidbar-toggle-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    border-top: 1px solid #d6d6d6;
}

/*Filter Right Side End*/




/*Media query*/

.navbar-brand > img {
/*
    height: 36px;
    padding-top: 5px;
    padding-left: 5px;
*/
}

@media (max-width: 1500px) {

    .detailsPage .nav > li > a,
    .customTabsNavbar .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media(min-width:1300px) {
    .navbarDetailsSticky {
        position: sticky;
        top: 48px;
        padding: 20px 0;
        background: #fff;
        z-index: 11;
    }

    .settingsPageHeadingSticky {
        position: sticky;
        top: 48px;
        padding-top: 20px;
        background: #fff;
        z-index: 10;
    }

    .settingsSidebarSticky {
        position: sticky;
        top: 95px;
    }

    .content.headerStickyContent {
        padding-top: 0;
    }
}

@media(max-width:1300px) {
    .detailsStatsContain .col-xs-2 {
        width: 33.3%;
    }
}

@media(min-width:1025px) {
    .modal-lg {
        width: 1000px
    }
}

@media(max-width:992px) {
    .detailsStatsContain .col-xs-2 {
        width: 50%;
    }
}

@media (min-width: 769px) {
    /* .sidebar-xs .navbar-inverse .navbar-header .navbar-brand {
        background: url(../images/QBoostIcon.png) no-repeat center center;
        background-size: auto 24px;
        height: 100%;
        width: 24px;
    } */

    .sidebar-xs .navbar-inverse .navbar-header .navbar-brand {
        width: auto;
    }

    .sidebar-fixed .sidebar-content {
        overflow: visible;
        position: fixed;
        top: 48px;
    }
    .navbar-header .navbar-brand > img {
        height: 100%;
        padding-bottom: 4px;
    }

    .navbar-brand{
        height: auto;
    }

    .sidebar-category.sidebar-category-visible ul.navigation.navigation-main{
        padding-top: 0;
    }

    .navbar.navbar-default.navbar-inverse.navbar-fixed-top {
        height: 48px;
    }

    .sidebar-main.sidebar-fixed .sidebar-content {
        top: 89px;
        overflow: auto;
    }
}

@media(max-width:480px) {
    .detailsStatsContain .col-xs-2 {
        width: 100%;
    }

}


/*Loading Page Start*/
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1111111
}

.line {
    animation: expand 1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    transform-origin: center center;
    margin: 0 3px;
    width: 2px;
    height: 30px;
}

.line:nth-child(1) {
    background: #ff7e00;
}

.line:nth-child(2) {
    animation-delay: 180ms;
    background: #cc7925;
}

.line:nth-child(3) {
    animation-delay: 360ms;
    background: #1b659d;
}

.line:nth-child(4) {
    animation-delay: 540ms;
    background: #ad4dc4;
}

.line:nth-child(5) {
    animation-delay: 720ms;
    background: #7e9e31;
}

.line:nth-child(6) {
    animation-delay: 900ms;
    background: #76c200;
}

@keyframes expand {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(2);
    }
}

.page-roller-spin-fullpage {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1110;
    background: rgba(212, 212, 212, 0.45);
}

/*Loading Page End*/


/*Ranjan Css Starts*/
.customfilterColumn .select2-container--open .select2-dropdown--below {
    min-width: 160px;
    right: -35px;
    left: auto;
}

.inner-AddMore {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f9fbff;
    line-height: 20px;
    padding: 2px 10px;
}



.inner {
    font-size: 10px !important;
    text-align: right !important;
    border: none !important;
    width: 145px !important;
    height: 17px !important;
    margin-left: 91px;
    background-color: #e2e8f3;
    padding: 0px 4px;
    padding-bottom: 2px;
}

.inner-Close {
    /*position: absolute;
    right: 0;
    top: 1px;*/
    border: 0;
    padding: 0;
    width: 14px;
    line-height: 14px;
    height: 16px;
    background-color: #e2e8f3;
}

.inner-Elem {
    display: inline-block;
    width: 100%;
}

/*Ranjan Css Ends*/

.column-setting,
.filter-setting,
.filterclass {
    max-height: calc(100vh - 346px) !important;
    overflow: auto;
}

.add-view .stepy-navigator {
    padding: 20px;
}

#sortable li,
#sortableFilter li {
    background-color: #fff;
}

#sortable li:hover,
#sortableFilter li:hover {
    background-color: #f9f9f9;
    cursor: move;
}

.has-error {
    border-color: rgba(233, 51, 51, .8) !important;
}

/*Datatable Loader*/
.loadertable {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 70px;
    bottom: 0px;
    background: #fff;
}

.loader1 {
    width: 60px;
    height: 50px;
    text-align: center;
    position: absolute;
    font-size: 10px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 11;
    bottom: -15px;
    left: 50%;
}

.loader1 > div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: loader-delay 0.8s infinite ease-in-out;
    animation: loader-delay 0.8s infinite ease-in-out;
}

.loader1 .bar11 {
    background-color: #754fa0;
}

.loader1 .bar21 {
    background-color: #09b7bf;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader1 .bar31 {
    background-color: #90d36b;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader1 .bar4 {
    background-color: #f2d40d;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader1 .bar5 {
    background-color: #fcb12b;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader1 .bar6 {
    background-color: #ed1b72;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@keyframes loader-delay {

    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/*Datatable Loader*/
.dropdownbtn {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

table .customCheckBox {
    padding-left: 1px;
}

.viewchange {
    width: 180px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modalC {
    position: relative;
    padding: 20px;
}

/*Activity Search panel design Start*/
.searchbox {
    top: 28%;
}

.searchbox .form-group {
    margin-bottom: 0px;
}

.searchbox .form-control {
    height: 24px;
}

.searchbox .form-control-feedback {
    top: -6px;
    height: 24px;
}

/*Activity Search panel design*/

.bg-danger-400 {
    background-color: #ef5350 !important;
    border-color: #ef5350 !important;
    color: #fff !important;
}

.bg-primary-400 {
    background-color: #42a5f5 !important;
    border-color: #42a5f5 !important;
    color: #fff !important;
}

.filteredbase {
    background-color: #bfbfbf;
}

.dropup-menu {
    top: auto !important;
    bottom: 100% !important;
}

/*Sidebar*/
.sidebar-detached .sidebar-separate.sidebar-default {
    display: block;
}

.sidebar-detached .sidebar-separate.sidebar-default .sidebar-category {
    border: 1px solid #ddd;
}

/*Sidebar*/


@media(min-width:768px) {
    .stepyHeightScroll {
        height: calc(100vh - 390px);
        min-height: 100px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 2px;
        margin: -2px;
    }
}

/*searchbar*/

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 13px;
    left: 0;
}

.search-wrapper.active {
    left: -172px;
    top: 22px;
}


.search-wrapper.active .input-holder {
    width: 310px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder {
    height: 45px;
    width: 70px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 20px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 6px;
    background: #FFF;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
    width: 19px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content: '';
}

.search-wrapper .input-holder .search-icon span::before {
    width: 3px;
    height: 11px;
    left: 7px;
    top: 12px;
    border-radius: 2px;
    background: #555555;
}

.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 3px solid #555555;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    right: -35px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #FE5F55;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

/*searchbar*/

/*searchbar 2*/

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid transparent;
    margin-bottom: 0 !important;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
    padding: 7px 131px 12px 10px;
}

.search-form .form-control {
    padding: 7px 22px 12px 10px;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 310px;
    border-radius: 4px 25px 25px 4px;
    border: 1px solid #ccc;
}

.form-group.has-feedback:hover select.form-control {
    display: block !important;
    height: 30px;
    padding: 5px;
    border-right: 0px;
    cursor: pointer;
    border: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #555555;
    left: initial;
    font-size: 14px;
}

/*searchbar 2*/
.table-responsive.tableHeaderSticky {
    overflow: hidden;
}

.tableHeaderSticky .datatable-scroll {
    max-height: calc(100vh - 134px);
    overflow: auto;
}

.fullheightgrid.tableHeaderSticky .datatable-scroll {
    max-height: calc(100vh - 272px);
    overflow: auto;
}

.fullheightsearchgrid.tableHeaderSticky .datatable-scroll {
    max-height: calc(100vh - 170px);
    overflow: auto;
}


.tableHeaderSticky .datatable-scroll table thead th {
    position: sticky;
    top: 0;
    background: #eaeaea;
    z-index: 5;
}

/*Changes 23-08-2021*/

/*QBoost Admin CSS*/

@media (min-width: 769px){
    .navbar-default.navbar-fixed-top .navbar-header {
        height: 89px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        box-shadow: none;
        border-right: 1px solid #ddd;
        background-color: var(--default-green);
    }
}

.tableHeaderSticky .datatable-scroll {
    max-height: calc(100vh - 250px);
/*    max-height: calc(100vh - 224px);*/
    overflow: auto;
}

body {
    background: #f3f3f3;
}

.btnTheme {
    display: none;
}

.nicescroll-rails {
    z-index: 11 !important;
}

.showdropdown {
    display: block !important;
}

.headingelement .btn {
    padding: 4px 12px;
}

.tableHeaderSticky .datatable-scroll table thead th {
    background: #c5c5c5;
}

.headingelement .select2-selection--single {
    height: 30px;
    padding: 4px 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px 12px;
}

.action-col{
    min-width: 133px;
}

.qboostAdminTable .action-col{
    min-width: 155px;
}

.navbar-brand {
    padding: 0 24px;
}

.tableHeaderSticky .datatable-scroll table thead th{
    padding-top: 15px;
    padding-bottom: 15px;
}


/*Custom Switch Start*/
.customSwitch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

.customSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.customSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: auto;
    border-radius: 34px;
    border: 1px solid rgb(221, 221, 221);
    background-color: #F44336;
    -webkit-transition: .4s;
    transition: .4s;
}

.customSwitch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    border-radius: 50%;
}

.customSwitch input:checked + .slider {
    box-shadow: rgb(100, 189, 99) 0px 0px 0px 8px inset;
    border-color: rgb(100, 189, 99);
    background-color: rgb(100, 189, 99);
}

.customSwitch input + .slider:after,
.customSwitch input:checked + .slider:after{
    position: absolute;
    content: "Active";
    right: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: rgb(100, 189, 99);
    cursor: inherit;
    transition: all 500ms linear;
}

.customSwitch input + .slider:after{
    content: "Inactive";
    color: #F44336;
    right: -65px;
    transition: all 500ms linear;
}

.customSwitch input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/*Custom Switch End*/

form .form-group label.error,
form ul li{
    color: #F44336;
}

form ul li{
    list-style-type: circle;
}

form#addUser label.text-uppercase{
    color: #222;
    font-weight: 700;
}

.form-control.error, .panel.error {
    border-color: #ff5722;
}

.errorMessages ul{
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
}

.errorMessages ul li:first-child:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ff5722;
    border-radius: 3px;
}

.errorMessages li:first-child{
    padding-top: 15px;
}

.errorMessages li{
    padding-bottom: 10px;
}

.errorMessages li:last-child{
    padding-bottom: 15px;
}

/*Add User CSS*/

li.multiselect-filter i {
    font-size: 12px;
    position: absolute;
    left: 24px;
    top: 100%;
    z-index: 11;
    margin-top: 8px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.stepy-header li:before,
.stepy-header li:after {
    top: 30px;
}

.addcustomerstepy .button-next.btn.btn-primary {
    display: none;
}

.customrow {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.customcol {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.requiredInput {
    box-shadow: 3px 0 0 0 inset #ff7575;
}

.stepy-header li {
    padding: 10px 0;
}

.stepy-step {
    padding: 20px 0;
    padding-top: 0;
}

.stepy-header {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.sidebar-xs .stepy-navigator {
    left: calc(55px);
    width: calc(100% - 95px);
}

.stepy-navigator {
    background: #f2f2f2;
    box-shadow: 0 -9px 17px -10px rgba(0,0,0,.27);
    position: fixed;
    width: calc(100% - 300px);
    bottom: -20px;
    left: calc(260px);
    padding: 10px;
    z-index: 11;
    margin: 20px;
}

select.requiredInput+.select2.select2-container .selection .select2-selection {
    box-shadow: 3px 0px 0px 0px inset #ff7575;
}

.dark-theme .stepy-navigator {
    background: #313030;
}

@media (max-width: 600px){
    div.filterHolder{
        width: 300px;
    }
}

.filterOpened:not(.modal-open) .select2-container {
    z-index: 1111 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    height: 50px;
}

.pageHeading {
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.addUserTable .width50{
/*    padding-right: 0;*/
}

/*Registration page*/

.pace-done .navbar-inverse .navbar-brand{
    background: #fff;
}

.pace-done .navbar-inverse{
    border: 0;
}

.ml-0{
    margin-left: 0 !important;
}

.mr-0{
    margin-right: 0 !important;
}

.mt-0{
    margin-top: 0 !important;
}

.pt-0{
    padding-top: 0 !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

ml-15{
    margin-left: 15px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

#user_pass_change_modal .modal-header,
#property_type_modal .modal-header,
#view_details_modal .modal-header,
#view_corporate_details_modal .modal-header,
#view_storage_details_modal .modal-header,
#view_parking_details_modal .modal-header,
#edit_user_info_modal .modal-header,
#add_user_info_modal .modal-header,
#settings_modal .modal-header,
#user_report_modal .modal-header{
    background: #fff;
}

.modal-header{
/*    background: #fff;*/
    background: rgba(0,150,136,.05) !important;
}

.modal-body{
/*    max-height: calc(100vh - 150px);*/
/*    overflow: auto;*/
/*    overflow-x: hidden;*/
}

.modal-header .modal-title{
    color: #444;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.modal-header .modal-title:after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    height: 1px;
    background: #d6d6d6;
}

.modal-header .close {
    min-width: 38px;
    height: 38px;
    text-indent: -9999999px;
    bottom: 0;
    margin: auto;
    opacity: 1;
    top: -50px;
    right: -15px;
    background: #444;
    border-radius: 50%;
    transition: all 200ms linear;
}

.modal-header .close:hover{
    background: #222;
    transition: all 200ms linear;
}

#user_pass_change_modal .modal-body{
    padding-bottom: 0;
}

.navbar-nav .btn-icon {
    width: 30px;
    height: 30px;
    padding: 0px;
    background: #9ad4a1;
    border-color: #9ad4a1;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: -4px;
}

.navbar-nav .btn-icon span{
    transform: translateY(1px);
    height: 100%;
    display: inline-block;
}

/*
.select2-search--dropdown{
    display: none;
}
*/

.select2-results > .select2-results__options{
    padding-top: 0 !important;
    padding-bottom: 0;
}

/*
.select2-results > .select2-results__options{
    padding-bottom: 0;
}*/

/*AP Requests*/

.dropdown-menu.right{
    left: auto;
    right: 0;
}


/*Different Versions*/

/*Sidebar V8*/

.sidebar {
    background-color: var(--dark-green);
    box-shadow: 0 0.46875rem 2.1875rem rgba(8,10,37,.03), 0 0.9375rem 1.40625rem rgba(8,10,37,.03), 0 0.25rem 0.53125rem rgba(8,10,37,.05), 0 0.125rem 0.1875rem rgba(8,10,37,.03);
}

.sidebar .navigation li a {
    color: #fff;
}

.sidebar .navigation .blue.active > a,
.sidebar .navigation .blue.active > a:hover,
.sidebar .navigation .blue > a:hover,
.sidebar .navigation .blue.active > a:focus,
.sidebar-xs .sidebar-main.sidebar .navigation .blue a span {
    color: #fff;
    background-color: rgb(77,183,72,.8);
}

.sidebar .navigation .blue.active > a {
    font-weight: 700;
}

.content-wrapper {
    background: #f1f4f6;
}

.content-wrapper .page-header {
    position: relative;
    /* padding-top: 20px; */
    /* background: #263238; */
    background: rgba(255, 255, 255, 0.7);
}


.content-wrapper .breadcrumb > li + li:before {
    color: #999;
    content: "\e9c3";
    padding: 0 5px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.navbar a.sidebar-control.sidebar-main-toggle.hidden-xs {
    color: var(--default-green);
}

.navbar-default .navbar-nav > .dropdown.language-switch .dropdown-menu li a {
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav > .dropdown.language-switch > a > img {
    width: auto;
    height: 30px;
    border-radius: 50%;
}

body:not(.sidebar-xs) .sidebar .navigation li a > i {
    opacity: 0.4;
}

body:not(.sidebar-xs) .sidebar .navigation li:hover a > i,
body:not(.sidebar-xs) .sidebar .navigation li.active a > i {
    opacity: 1;
}

.content-wrapper .tableHeaderSticky .datatable-scroll table thead th{
    background: #fff;    
    color: #495057;
    font-weight: 700;
}

.modal .tableHeaderSticky{
    box-shadow: 0px -0.15rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    border-radius: 8px;
    border: 1px solid rgba(4,9,20,0.07);
}

.modal .tableHeaderSticky .datatable-scroll table thead th{
    background: #fff;    
    color: #495057;
    font-weight: 700;
    border-color: #e9ecef;
}

.modal .tableHeaderSticky .datatable-scroll table tbody td,
.modal .tableHeaderSticky .datatable-scroll table,
.modal .tableHeaderSticky .datatable-footer {
    border-color: #e9ecef;    
}

.modal .tableHeaderSticky .datatable-scroll table .dataTables_empty{
    font-weight: 700;
/*    color: #e9ecef;*/
}

.content-wrapper .panel.panel-flat {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    border-radius: 8px;
}

.content-wrapper .table-responsive.tableHeaderSticky,
.content-wrapper .panel-footer {
    border-radius: 6px;
}

.content-wrapper .breadcrumb > li > a {
    color: #fff;
    font-weight: 600;
}

.content-wrapper .table > thead > tr > th {
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}

.sidebar-xs .sidebar-main.sidebar .navigation .blue a span {
    /* display: none; */
}

/*
.content-wrapper .btn {
    box-shadow: 0 0.125rem 0.625rem rgba(103,106,109,0.1), 0 0.0625rem 0.125rem rgba(52,58,64,0.1);
}

.content-wrapper .btn.bg-info-600 {
    box-shadow: 0 0.125rem 0.625rem rgba(0,172,193,0.4), 0 0.0625rem 0.125rem rgba(0,172,193,.5);
}

.content-wrapper .btn.bg-danger {
    box-shadow: 0 0.125rem 0.625rem rgba(244,67,54,.4), 0 0.0625rem 0.125rem rgba(244,67,54,.5);
}
*/

.btn {
    box-shadow: 0 0.125rem 0.625rem rgba(103,106,109,0.1), 0 0.0625rem 0.125rem rgba(52,58,64,0.1);
}

.btn.bg-info-600,
.btn.bg-info {
    box-shadow: 0 0.125rem 0.625rem rgba(0,172,193,0.4), 0 0.0625rem 0.125rem rgba(0,172,193,.5);
}

.btn.bg-danger {
    box-shadow: 0 0.125rem 0.625rem rgba(244,67,54,.4), 0 0.0625rem 0.125rem rgba(244,67,54,.5);
}

.btn.bg-success {
    box-shadow: 0 0.125rem 0.625rem rgba(76,175,80,.4), 0 0.0625rem 0.125rem rgba(76,175,80,.5);
}

.btn.bg-teal {
    box-shadow: 0 0.125rem 0.625rem rgba(77,183,72,.4), 0 0.0625rem 0.125rem rgba(77,183,72,.5);
}


.content-wrapper .breadcrumb > li > a {
    color: #444;
}

@media (min-width: 1300px){

    .textNoWrap{
        white-space: nowrap;
    }
}

@media (min-width: 769px){
    .navbar-fixed-top .navbar-collapse{
        max-height: 48px;
    }

    .besideBreadcrumbs{
        position: absolute;
        z-index: 999;
        right: 20px;
        top: 5px;
    }

    .tableHeaderSticky .datatable-scroll {
        max-height: calc(100vh - 224px);
    }

    .form-group{
        margin-bottom: 10px;
    }

    .navigation .navigation-header, .navigation .navigation-header a{
        color: #fff;
        font-weight: 700;
        font-size: 12px;
    }
}

.modal .text-right.beside-filter{
    position: absolute;
    right: 50px;
    top: 30px;
}

@media (max-width: 768px){

    .tableHeaderSticky .datatable-scroll {
/*        max-height: calc(100vh - 275px);*/
/*        overflow: auto !important;*/
    }


    .dataTables_length{
        float: left !important;
    }

    .dataTables_paginate{
        float: right !important;
    }

    .dataTables_info{
        float: right !important;
    }

    .navbar-nav>li>a.sidebar-mobile-detached-toggle{
        display: none;
    }

    .stepy-navigator {
        width: calc(100% - 33px) !important;
        left: 0 !important;
        right: 0;
        margin: 20px 0;
    }

    .navbar-default .navbar-brand,.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
        /* background: #fff; */
    }

    .navbar-default .navbar-brand,
    .navbar-default .nav.navbar-nav.visible-xs-block{
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .navbar-inverse .navbar-header{
        border: 0;
    }

    #navbar-mobile{
        width: 100%;
    }
    
    .modal .text-right.beside-filter {
        position: static;
        right: 50px;
        top: 30px;
    }

    .navbar-brand > img{
        height: 44px;
    }
    
}

@media (max-width: 600px){

    .dataTables_info{
        display: none;
    }
}


@media (min-width: 993px) {

    .content-wrapper .breadcrumb-line {
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        min-height: 112px;
        z-index: 1;
    }

    .page-header .breadcrumb-line:first-child {
        z-index: 1;
    }

    .content-wrapper .besideBreadcrumbs {
        top: -45px;
    }


    .content-wrapper .breadcrumb-line .breadcrumb {
        padding-top: 18px;
    }

    .content-wrapper .breadcrumb > li:first-child i {
        padding-left: 9px;
        margin-right: 12px;
    }

    .content-wrapper .breadcrumb > li:first-child i:after {
        position: absolute;
        content: "";
        background: #fff;
        box-shadow: 0 0.46875rem 2.1875rem rgba(8,10,37,.03), 0 0.9375rem 1.40625rem rgba(8,10,37,.03), 0 0.25rem 0.53125rem rgba(8,10,37,.05), 0 0.125rem 0.1875rem rgba(8,10,37,.03);
        border-radius: .25rem;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -9px;
        z-index: -1;
        left: 0;
    }

    .content-wrapper .content {
        position: relative;
        z-index: 10;
        margin-top: 80px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content-wrapper .page-header .breadcrumb-line {
        padding-top: 20px;
    }

    .content-wrapper .besideBreadcrumbs {
        position: relative;
        z-index: 999;
        right: 0;
        top: 0;
    }

    .content-wrapper .page-header{
        margin-top: 5px;
        margin-bottom: 15px;
    }
    
    .content-wrapper .tableHeaderSticky .datatable-scroll {
        max-height: calc(100vh - 290px) !important;
    }
}




@media (min-width: 769px) {

    body:not(.sidebar-xs) .navbar-default.navbar-fixed-top .navbar-header {
        /* justify-content: flex-start; */
    }

    .sidebar-xs .navbar-inverse .navbar-header .navbar-brand>img{
        display: block;
    }

    .sidebar-xs .navbar-default.navbar-fixed-top .navbar-header{
        width: auto !important;
        min-width: 260px;
    }

    .navbar.navbar-default.navbar-inverse.navbar-fixed-top {
        height: auto;
        box-shadow: 0 0.46875rem 2.1875rem rgba(8,10,37,.03), 0 0.9375rem 1.40625rem rgba(8,10,37,.03), 0 0.25rem 0.53125rem rgba(8,10,37,.05), 0 0.125rem 0.1875rem rgba(8,10,37,.03);
    }

    .navbar a.sidebar-control.sidebar-main-toggle.hidden-xs i {
        font-size: 24px;
    }

    .navbar .navbar-header .navbar-brand > img {
        height: 60px;
        margin-top: 0;
        padding: 0;
        height: auto;
        max-width: 210px;
        max-height: 85px;
    }
 

    .navbar .navbar-collapse .nav.navbar-nav {
        transform: translateY(9px);
    }

    .navbar-default .navbar-nav > .dropdown.language-switch > a {
        background: rgba(68, 64, 84, 0.1);
        padding: 6px;
        border-radius: 50%;
        min-width: 42px;
    }

    .navbar-default .navbar-nav > .dropdown.language-switch > a:hover {
        background: rgba(68, 64, 84, 0.2);
    }

    .navbar-default .navbar-nav .language-switch a > img {
        top: 0;
    }

    .navbar-default.navbar-fixed-top .navbar-header {
        border-right: 0;
        height: 65px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default.navbar-fixed-top .navbar-nav .btn-icon {
        height: 40px;
        width: 40px;
    }

    .navbar-default.navbar-fixed-top .navbar-nav .btn-icon span {
        transform: translateY(0);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-default.navbar-fixed-top .dropdown.dropdown-user > a > span {
        font-weight: 600;
    }


    .align-center {
        display: flex;
        align-items: center;
    }

    .sidebar-main.sidebar-fixed .sidebar-content {
        top: 80px;
        overflow: auto;
    }

    .navbar-nav.align-center > li > .dropdown-menu {
        border-top-width: 1px;
        margin-top: 8px;
    }

    .navbar-nav.align-center > li.language-switch > .dropdown-menu{
        margin-top: 10px;
    }
    
    .navbar-default .navbar-nav > .dropdown.language-switch {
        padding-right: 20px;
        position: relative;
    }

    .navbar-default .navbar-nav > .dropdown.language-switch:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #dee2e6;
    }

    .sidebar .navigation > li > a {
        margin: 5px 10px;
        border-radius: 8px;
        min-width: 44px;
    }

    .sidebar-xs .navbar-inverse .navbar-header,
    .sidebar-xs .sidebar-main,
    .sidebar-xs .sidebar-fixed.sidebar-main .sidebar-content {
        width: 64px;
    }

    .sidebar-xs .navbar a.sidebar-control.sidebar-main-toggle.hidden-xs i:before {
        content: "\ea00";
    }

    body.sidebar-xs .sidebar .navbar-header {
        display: none;
    }

    body.sidebar-xs .sidebar .navigation > li > a {
        position: relative;
    }

    body.sidebar-xs .sidebar .navigation > li > a:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        height: 1px;
/*        background: #dee2e6;*/
        background: rgba(0,150,136,0.15);
    }
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-header:not([class*=bg-]) {
        /* background: #fff; */
        box-shadow: none;
    }

    .navbar-inverse .navbar-header > .navbar-nav > li > a {
        /* color: #333; */
    }


    .content-wrapper .besideBreadcrumbs {
        position: relative;
        z-index: 999;
        right: 0;
        top: 0;
    }
}


.sidebar-control.sidebar-main-toggle.hidden-xs .BurgerBox {
    width: 26px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.BurgerSlider .BurgerInner {
    top: 1px;
}

.BurgerInner,
.BurgerInner:before,
.BurgerInner:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fff;
    height: 2px;
    border-radius: 0px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.BurgerInner {
    top: 50%;
    margin-top: -1px;
}

.BurgerInner,
.BurgerInner:before,
.BurgerInner:after {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 2px;
    border-radius: 0px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.BurgerInner {
    top: 50%;
    margin-top: -1px;
}

.Burger {
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: 0;
}

.Burger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: 0;
}

.BurgerSlider {
    display: inline-block;
}

.BurgerSlider .BurgerInner:before {
    top: 8px;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.BurgerSlider .BurgerInner:after {
    top: 16px;
}

body.sidebar-xs .BurgerSlider .BurgerInner {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

body.sidebar-xs .BurgerSlider .BurgerInner:before {
    -webkit-transform: rotate(-45deg) translate3d(-3.7142857142857144px, -5px, 0);
    -ms-transform: rotate(-45deg) translate3d(-3.7142857142857144px, -5px, 0);
    transform: rotate(-45deg) translate3d(-3.7142857142857144px, -5px, 0);
    opacity: 0;
}

body.sidebar-xs .BurgerSlider .BurgerInner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg);
    top: 14px;
}

@media (min-width: 993px) {

    .page-title-heading {
        font-size: 1.25rem;
        font-weight: 400;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .page-title-icon {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: .83333rem;
        margin: 0 30px 0 0;
        background: #fff;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
        border-radius: .25rem;
        width: 50px;
        height: 50px;
    }

    .breadcrumb-page-title {
        font-size: 1.65rem;
        font-weight: 600;
    }

    .content-wrapper .breadcrumb-line .breadcrumb {
        padding-top: 8px;
        padding-bottom: 0;
    }

    .content-wrapper .breadcrumb-line {
        padding-top: 15px;
    }

    .content-wrapper .content {
        margin-top: 100px;
    }

    .content-wrapper .besideBreadcrumbs {
        top: -57px;
    }

    .tableHeaderSticky .datatable-scroll {
        max-height: calc(100vh - 301px);
    }
}

@media (max-width: 992px) {
    /*
    .breadcrumb-page-title{
        display: none;
    }
*/

    .content-wrapper .besideBreadcrumbs .pull-right{
        float: none !important;
        text-align: right;
    }
    
    .page-title-heading {
        font-size: 1.25rem;
        font-weight: 400;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .page-title-icon {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: .83333rem;
        margin: 0 30px 0 0;
        background: #fff;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
        border-radius: .25rem;
        width: 50px;
        height: 50px;
    }

    .breadcrumb-page-title {
        font-size: 1.65rem;
        font-weight: 600;
    }

    .content-wrapper .breadcrumb-line .breadcrumb {
        padding-top: 8px;
        padding-bottom: 0;
    }

    .content-wrapper .breadcrumb-line {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .content-wrapper .tableHeaderSticky .datatable-scroll {
        max-height: calc(100vh - 275px);
    }
}


/*Hamburger V2*/

.hamburger_wrapper {
    padding: 3px;
    z-index: 10;
  }

  #hamburger {
    width: 26px;
    height: 16px;
    position: relative;
    cursor: pointer;
    outline: none;

  }

  #hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #444;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
  }

  #hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(2) {
    top: 7px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(3) {
    top: 14px;
    transform-origin: left center;
  }

  body.sidebar-xs #hamburger span:nth-child(1) {
    transform: rotate(45deg);
  }

  body.sidebar-xs #hamburger span:nth-child(2) {
    width: 0%;
    opacity: 0;
    transition: .1s;
  }

  body.sidebar-xs #hamburger span:nth-child(3) {
    transform: rotate(-45deg);
  }

/*End Hamburger V2*/

/*AP Requests*/

.min-width75{
    min-width: 75px;
}

.property-type-select {
    display: flex;
    align-items: center;
}

.property-type-select .select2-container{
    min-width: 200px;
}

.property-type-select label{
    min-width: 100px;
}

/*
.stepy-navigator .btn, form .btn, .formFooterBtns .btn{
    padding: 10px 20px;
    min-width: 150px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}*/

.button-next,.button-prev{
    background-color: #00acc1;
    border-color: #00acc1;
    color: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(0,172,193,.4), 0 0.0625rem 0.125rem rgba(0,172,193,.5);
/*    padding: 8px 16px;*/
    border-radius: 4px;
}

.button-next:hover,.button-prev:hover{
    color: #fff;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    box-shadow: 0 0.125rem 0.625rem rgba(69,90,100,.4), 0 0.0625rem 0.125rem rgba(69,90,100,.5);
}

.d-none{
    display: none;
}

.d-block{
    display: block;
}

.modal .stepy-navigator {
    background: #f2f2f2;
    box-shadow: 0 -9px 17px -10px rgba(0,0,0,.27);
    position: fixed;
    width: 100%;
    bottom: -40px;
    left: 0;
    padding: 10px;
    z-index: 11;
    margin: 0;
}

.modal .form-group.mb-30{
    margin-bottom: 30px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.modal .modal-left-col{
    border: 1px solid rgba(26,54,126,0.125);
    padding: 10px 16px;
    border-radius: 3px;
}

.modal .modal-left-col label{
    color: #777;
    margin-bottom: 8px;
}
.modal .modal-left-col .form-group div{
    color: #333;
}

.modal .modal-left-col .form-group i{
    margin-right: 8px;
    color: #009688;
}

@media (max-width: 1400px){
    
    .modal-left-col .radio-inline{
        margin-left: 0 !important;
        display: block;
    }
}

.stepy-clickable label.text-uppercase,
.requests-details-form label.text-uppercase{
    color: #222;
    font-weight: 700;
}

#view_details_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
#view_details_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-],
.request-details-list .form-horizontal .control-label[class*=col-sm-]{
/*    background: rgba(0,150,136,0.05);*/
    background: rgba(0,0,0,0.05);
}

#view_details_modal .stepy-clickable .form-horizontal .form-group,
#view_details_modal .requests-details-form .form-horizontal .form-group,
.request-details-list .form-horizontal .form-group{
    margin-left: 16px;
    margin-right: 10px;
}

#view_details_modal .stepy-clickable .form-horizontal *[class*=col-sm-],    
#view_details_modal .requests-details-form .form-horizontal *[class*=col-sm-],    
.request-details-list .form-horizontal *[class*=col-sm-]{    
    padding: 5px 10px;
}

#view_details_modal .stepy-clickable label.text-uppercase,
#view_details_modal .requests-details-form label.text-uppercase {
    margin-left: 26px;
}

#view_details_modal .stepy-clickable .form-horizontal .form-group,
#view_details_modal .requests-details-form .form-horizontal .form-group{
    margin-top: 4px;
}


#view_corporate_details_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
#view_corporate_details_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-],
.request-details-list .form-horizontal .control-label[class*=col-sm-]{
/*    background: rgba(0,150,136,0.05);*/
    background: rgba(0,0,0,0.05);
}

#view_corporate_details_modal .stepy-clickable .form-horizontal .form-group,
#view_corporate_details_modal .requests-details-form .form-horizontal .form-group,
.request-details-list .form-horizontal .form-group{
    margin-left: 16px;
    margin-right: 10px;
}

#view_corporate_details_modal .stepy-clickable .form-horizontal *[class*=col-sm-],    
#view_corporate_details_modal .requests-details-form .form-horizontal *[class*=col-sm-],    
.request-details-list .form-horizontal *[class*=col-sm-]{    
    padding: 5px 10px;
}

#view_corporate_details_modal .stepy-clickable label.text-uppercase,
#view_corporate_details_modal .requests-details-form label.text-uppercase {
    margin-left: 26px;
}

#view_corporate_details_modal .stepy-clickable .form-horizontal .form-group,
#view_corporate_details_modal .requests-details-form .form-horizontal .form-group{
    margin-top: 4px;
}


#view_parking_details_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
#view_parking_details_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-],
.request-details-list .form-horizontal .control-label[class*=col-sm-]{
/*    background: rgba(0,150,136,0.05);*/
    background: rgba(0,0,0,0.05);
}

#view_parking_details_modal .stepy-clickable .form-horizontal .form-group,
#view_parking_details_modal .requests-details-form .form-horizontal .form-group,
.request-details-list .form-horizontal .form-group{
    margin-left: 16px;
    margin-right: 10px;
}

#view_parking_details_modal .stepy-clickable .form-horizontal *[class*=col-sm-],    
#view_parking_details_modal .requests-details-form .form-horizontal *[class*=col-sm-],    
.request-details-list .form-horizontal *[class*=col-sm-]{    
    padding: 5px 10px;
}

#view_parking_details_modal .stepy-clickable label.text-uppercase,
#view_parking_details_modal .requests-details-form label.text-uppercase {
    margin-left: 26px;
}

#view_parking_details_modal .stepy-clickable .form-horizontal .form-group,
#view_parking_details_modal .requests-details-form .form-horizontal .form-group{
    margin-top: 4px;
}

#view_storage_details_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
#view_storage_details_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-],
.request-details-list .form-horizontal .control-label[class*=col-sm-]{
/*    background: rgba(0,150,136,0.05);*/
    background: rgba(0,0,0,0.05);
}

#view_storage_details_modal .stepy-clickable .form-horizontal .form-group,
#view_storage_details_modal .requests-details-form .form-horizontal .form-group,
.request-details-list .form-horizontal .form-group{
    margin-left: 16px;
    margin-right: 10px;
}

#view_storage_details_modal .stepy-clickable .form-horizontal *[class*=col-sm-],    
#view_storage_details_modal .requests-details-form .form-horizontal *[class*=col-sm-],    
.request-details-list .form-horizontal *[class*=col-sm-]{    
    padding: 5px 10px;
}

#view_storage_details_modal .stepy-clickable label.text-uppercase,
#view_storage_details_modal .requests-details-form label.text-uppercase {
    margin-left: 26px;
}

#view_storage_details_modal .stepy-clickable .form-horizontal .form-group,
#view_storage_details_modal .requests-details-form .form-horizontal .form-group{
    margin-top: 4px;
}

.modal .stepy-clickable label.text-uppercase,
.modal .requests-details-form label.text-uppercase{
    margin-left: 16px;
}

.request-details-list label.text-uppercase{
    margin: 0 0 8px 16px !important;
    font-weight: 700;
}

.modal-dialog{
    box-shadow: 0 0.76875rem 2.4875rem rgba(52,58,64,.3), 0 1.3375rem 1.70625rem rgba(52,58,64,.3), 0 0.55rem 0.53125rem rgba(0,0,0,.05), 0 0.225rem 0.4375rem rgba(52,58,64,.3);
}

.modal-content{
    border: 0;
}

.modal-header{
    padding: 16px 20px;
}

/*
.modal-header,
.modal-content{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
*/

.stepy-clickable .form-control-static,
.requests-details-form .form-control-static {
    min-height: auto;
}

.stepy-header li div{
    background-color: #009688;
    border-color: #009688;
}

.stepy-header li:before, .stepy-header li:after{
    background-color: #009688;    
}

.stepy-header li.stepy-active div {
    border-color: #009688;
    color: #009688;
}

.stepy-header li.stepy-active div:after{
    content: '\ed6c';
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:focus,
.nav-tabs.nav-tabs-solid>.active>a:hover {
    background-color: #076F78;
    border-color: #076F78;
}

@media (min-width: 1440px){
    .dataTable thead .sorting, .dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting_asc_disabled, .dataTable thead .sorting_desc_disabled {
/*        padding-right: 20px;*/
    }
}

@media (max-width: 1600px){
    .modal .modal-left-col .radio-inline{
        display: block;
        margin-left: 0 !important;
    }
}

@media (min-width: 769px){
/*
    .stepy-clickable .form-horizontal .control-label[class*=col-sm-] {
        padding-top: 0;
    }
*/
    .stepy-clickable .form-control-static,
    .requests-details-form .form-control-static {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .stepy-clickable .form-horizontal .form-group,
    .requests-details-form .form-horizontal .form-group{
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media (max-width: 1024px){
    
    .mt-sm-20{
        margin-top: 20px;
    }
}

@media (max-width: 992px){
    
    .modal .form-group.mb-30 {
        margin-bottom: 15px;
    }
    
    .address-label{
        margin-top: 15px;
    }
    
    .modal .stepy-form-div {
        margin-top: 20px;
    }
    
    .modal .stepy-navigator{
        width: 100% !important;
    }
    
    .modal .modal-left-col {
        padding: 16px 16px;
        margin-bottom: 15px;
    }
    
}


@media (max-width: 768px){
    #view_details_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
    #view_details_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-] {
        width: 100%;
    }
    
    #view_details_modal .stepy-clickable .form-horizontal .form-control-static,
    #view_details_modal .requests-details-form .form-horizontal .form-control-static{
        padding: 0;
    }
    
    #view_details_modal .stepy-clickable .form-horizontal .form-group,
    #view_details_modal .requests-details-form .form-horizontal .form-group {
        margin-bottom: 0px;
    }
    
    #view_details_modal .stepy-clickable label.text-uppercase.mt-20,
    #view_details_modal .requests-details-form label.text-uppercase.mt-20{
        margin-top: 15px !important;
    }
}

@media (max-width: 768px){
    #view_corporate_notes_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
    #view_corporate_notes_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-] {
        width: 100%;
    }
    
    #view_corporate_notes_modal .stepy-clickable .form-horizontal .form-control-static,
    #view_corporate_notes_modal .requests-details-form .form-horizontal .form-control-static{
        padding: 0;
    }
    
    #view_corporate_notes_modal .stepy-clickable .form-horizontal .form-group,
    #view_corporate_notes_modal .requests-details-form .form-horizontal .form-group {
        margin-bottom: 0px;
    }
    
    #view_corporate_notes_modal .stepy-clickable label.text-uppercase.mt-20,
    #view_corporate_notes_modal .requests-details-form label.text-uppercase.mt-20{
        margin-top: 15px !important;
    }
}

@media (max-width: 768px){
    #view_parking_notes_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
    #view_parking_notes_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-] {
        width: 100%;
    }
    
    #view_parking_notes_modal .stepy-clickable .form-horizontal .form-control-static,
    #view_parking_notes_modal .requests-details-form .form-horizontal .form-control-static{
        padding: 0;
    }
    
    #view_parking_notes_modal .stepy-clickable .form-horizontal .form-group,
    #view_parking_notes_modal .requests-details-form .form-horizontal .form-group {
        margin-bottom: 0px;
    }
    
    #view_parking_notes_modal .stepy-clickable label.text-uppercase.mt-20,
    #view_parking_notes_modal .requests-details-form label.text-uppercase.mt-20{
        margin-top: 15px !important;
    }
}

@media (max-width: 768px){
    #view_storage_notes_modal .stepy-clickable .form-horizontal .control-label[class*=col-sm-],
    #view_storage_notes_modal .requests-details-form .form-horizontal .control-label[class*=col-sm-] {
        width: 100%;
    }
    
    #view_storage_notes_modal .stepy-clickable .form-horizontal .form-control-static,
    #view_storage_notes_modal .requests-details-form .form-horizontal .form-control-static{
        padding: 0;
    }
    
    #view_storage_notes_modal .stepy-clickable .form-horizontal .form-group,
    #view_storage_notes_modal .requests-details-form .form-horizontal .form-group {
        margin-bottom: 0px;
    }
    
    #view_storage_notes_modal .stepy-clickable label.text-uppercase.mt-20,
    #view_storage_notes_modal .requests-details-form label.text-uppercase.mt-20{
        margin-top: 15px !important;
    }
}

@media (max-width: 480px){
    .ap-requests-content .besideBreadcrumbs .dropdown.display-inline-block{
        display: block;
        margin-bottom: 10px;
    }
    
    .content-wrapper .besideBreadcrumbs .dropdown.display-inline-block{
        margin-bottom: 10px;
    }
    
    .content-wrapper .tableHeaderSticky.apRequestTable .datatable-scroll {
        max-height: calc(100vh - 315px);
    }
    
    .stepy-header li.stepy-active:after,
    .stepy-header li.stepy-active:last-child:after{
        background-color: #009688;
    }
}

.modal .nav-tabs.nav-tabs-solid {
/*    background-color: rgba(7,111,120,0.05);*/
    background-color: rgba(0,150,136,0.04);
}

.modal .nav.nav-tabs li.active a:after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    right: 0;
    height: 10px;
    width: 10px;
    background: #076f78;
    margin: auto;
    transform: rotate(45deg);
}

.collapse-row{
/*    display: none;*/
    background: #efefef;
}

table .panel-title .icon-arrow-right5{
    font-size: 24px;
}

.width-auto{
    min-width: auto !important;
    max-width: auto !important;
    width: auto !important;
}

.rotate-45{
    transform: rotate(45deg);
}

#manageUsersTable > tbody > tr:hover {
    background-color: #f3f3f3;
}

.collapse-row .datatable-footer{
    display: none !important;
}

#manageUsersTable tbody tr .btn {
    padding: 4px 12px;
}

#settings_modal .customCheckBox{
    padding-left: 0;
    font-weight: 600;
}

#settings_modal .customCheckBox input,
#settings_modal .customCheckBox .customCheckSpan{
    left: auto;
    right: 0;
}

/*Button Hover Animation*/

.btn{
    position: relative;
    z-index: 1;
}

/*
.btn:before {
  content: '';
  background-color: aliceblue;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.001, 0.001);
}
.btn:hover {
  outline: 0;
  color: #fff;
}
.btn:hover:before {
  -webkit-animation: btn_anim 0.8s ease-out;
          animation: btn_anim 0.8s ease-out;
}
@-webkit-keyframes btn_anim {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes btn_anim {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}*/


/*
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
    background-color: #00acc1;
}
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  z-index: -1;
}
.btn:hover {
    color: #00acc1 !important;
  color: #fff;
}
.btn:hover:before {
  width: 100%;
}*/

/*
.btn:before {
  -webkit-transition: 0.3s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #fff;
  z-index: -2;
}
.btn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}*/

.btn{
    overflow: hidden;
    transition: all 0.6s ease;
}

.btn:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
/*  transform: translate(-50%,-50%);*/
    background: #fff;
  z-index: -1;
/*  width: 110%;*/
    width: 300px;
  height: 0%;
  transform: translate(-50%,-50%) rotate(45deg);
/*    opacity: 0.9;*/
  transition: all 0.6s ease;
}

/*
.btn:before{
  width: 100%;
  height: 0%;
  transform: translate(-50%,-50%) rotate(45deg);
}
*/
.btn:hover:before,
.btn:focus:before{
/*  height: 380%;*/
    height: 300px;
    transition: all 0.6s ease;
}

.button-back{
    border: 1px solid #00acc1;
    color: #00acc1;
}

.btn.bg-info-600:hover,
.btn.bg-info-600:focus{
    color: #00acc1;
    box-shadow: 0 0.125rem 2rem rgba(0,172,193,0.1), 0 0.0625rem 1rem rgba(0,172,193,0.2);
}

.btn.bg-danger:hover,
.btn.bg-danger:focus{
    color: #f44336;
    box-shadow: 0 0.125rem 2rem rgba(244,67,54,0.2), 0 0.0625rem 1rem rgba(244,67,54,0.3);
}

.btn.bg-success:hover,
.btn.bg-success:focus{
    color: rgba(76,175,80,1);
    box-shadow: 0 0.125rem 2rem rgba(76,175,80,0.2), 0 0.0625rem 1rem rgba(76,175,80,0.3);
}

.btn.bg-teal:hover,
.btn.bg-teal:focus{
    color: rgba(0,150,136,1);
    box-shadow: 0 0.125rem 2rem rgba(77,183,72,0.2), 0 0.0625rem 1rem rgba(77,183,72,0.3);
}

/*Table Alter*/

#manageUsersTable_wrapper .datatable-scroll table tbody tr td tr th.width50,
#manageUsersTable_wrapper .datatable-scroll table tbody tr td tr td.width-50{
    width: 35px !important;
}

#manageUsersTable_wrapper .datatable-scroll table tr th.action-col.min-width75{
    width: 75px;
}

#manageUsersPanel{
    max-width: 500px;
}

.datatable-treeview thead .sorting_asc{
    pointer-events: none;
    padding-right: 12px;
}

.datatable-treeview thead .sorting_asc:after{
    display: none;    
}


/*Breadcrumbs Beside Manage Area*/

@media (min-width: 993px){
    .manage-area-content .besideBreadcrumbs {
        top: -64px;
        text-align: right;
        max-width: 450px;
    }
    
    .manage-area-content .besideBreadcrumbs .dropdown.display-inline-block{
        margin: 5px 0;
    }
}

@media (max-width: 992px){
    .manage-area-content .besideBreadcrumbs {
        max-width: 450px;
        margin-left: 50px;
    }
    
    .manage-area-content .besideBreadcrumbs .dropdown.display-inline-block{
        margin: 5px 0;
    }
    
    .manage-area-content .tableHeaderSticky .datatable-scroll {
        max-height: calc(100vh - 315px) !important;
    }
    
    .manage-area-content .page-header-default{
        margin-bottom: 10px;
    }
    
}

@media (max-width: 480px){
    .manage-area-content .besideBreadcrumbs {
        margin-left: 0px;
    }
}

/*Login Page*/

.sa-login-page{
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.sa-login-page .main-content{
    display: flex;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    background: #fff;
    border-radius: 12px;
}

.sa-login-page .company-info{
    background-color: #57d1c5;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.sa-login-page .company-info img{
    width: 150px;
    height: auto;
    margin: auto;
    padding: 20px 0;
}

.sa-login-page .login-form{
    padding: 60px;
    width: 100%;
}

.sa-login-page .login-form h2{
    margin-top: 0;
    color: var(--dark-green);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

.sa-login-page .login-form form .form-group{
    margin-bottom: 20px;
}

.sa-login-page .login-form form .form-inline{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sa-login-page .login-form form .btn{
    min-width: 120px;
}

.sa-login-page .login-form form i{
    color: var(--default-green);
}

.sa-login-page .login-user-type{
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 28px;
    color: var(--default-green);
}

.sa-login-page form{
    max-width: 360px;
}

.sa-login-page form .input-group-addon{
    border-color: #ececec;
    background-color: transparent;
}

.sa-login-page form .form-control{
    border-color: #ececec;
    border-left: 0;
}

.bg-teal {
    background-color: var(--default-green);
    border-color: var(--default-green);
    color: #fff;
}

@media (max-width: 768px){
    .sa-login-page .main-content{
        flex-wrap: wrap;
    }
    
    .sa-login-page .main-content .col-sm-12{
        width: 100%;
    }
    
    .sa-login-page .company-info{
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }
    
}

/*PO Requests*/

.ap-requests-content.po .besideBreadcrumbs .dropdown.display-inline-block{
    vertical-align: middle;
}

/*
body .modal-backdrop.in:nth-of-type(odd) {
    z-index: 1040;
}
*/

/*
body .modal-backdrop.in:nth-of-type(even) {
    z-index: 1051;
}
*/

.modal-overlap{
    z-index: 1051;
}

body.modal-open .modal-over-other{
    z-index: 1052;
}

@media (max-width: 1200px){
    .ap-requests-content.po .besideBreadcrumbs .dropdown.display-inline-block {
        margin: 5px 0;
    }
}

@media (min-width: 993px) and (max-width: 1200px){    
    
    .ap-requests-content.po .besideBreadcrumbs {
        text-align: right;
        max-width: 650px;
        left: 300px;
/*        top: -77px;*/
        top: -90px;
    }
    
    .ap-requests-content.po .content{
        margin-top: 120px;
    }
}

@media (min-width: 1100px){
    .modal-left-col .btn{
        min-width: 120px;
    }
}


@media (max-width: 1100px){
    .modal-left-col .btn{
        min-width: 100px;
    }
}


/*PO Applicants*/

.renew-alert .sa-icon.sa-warning {
    border-color: #FF5722;
}

.renew-alert .sa-icon {
    width: 50px;
    height: 50px;
    border: 4px solid #ddd;
    border-radius: 50%;
    margin: 10px auto 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.renew-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 19px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #FF5722;
}

.renew-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #FF5722;
}

.renew-alert h2 {
    margin-top: 10px;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    font-weight: 600;
    max-width: 285px;
}

.info-inline{
    position: relative;
}


@media(min-width: 1024px){
    .info-inline > span.help-block{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -65px;
        min-width: 50px;
        margin: 0;
    }
}

.form-horizontal .form-group .panel.panel-white .form-group{
    margin-top: 0;
}
.form-horizontal .form-group .panel.panel-white{
    margin-bottom: 0;
    max-height: 250px;
    overflow: auto;
}

.modal .form-group .panel.panel-white{
    margin-bottom: 0;
    max-height: 250px;
    overflow: auto;
}

.irs-bar{
    background-color: #009688;
}

.add-po-ap .form-control,
.add-po-ap .select2-selection--single{
    height: 32px;
    padding: 4px 12px;
}

.add-po-ap .select2-selection--single .select2-selection__rendered{
/*    padding-left: 0;*/
}

@media (min-width: 768px){
    .add-po-ap .form-horizontal .form-group{
        margin-top: 6px;
    }
}

/*Login V2*/

.loginBG {
    background: #F6FBFD;
}
body.loginBG {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #f5f5f5;
}
body.loginBG {
    margin: 0;
}

.loginControl {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 10px 20px;
    text-align: center;
}
/*
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
*/
.loginBG img {
    vertical-align: middle;
}


.loginControl h1 {
    color: #22606C;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0;
}

.loginControl h5 {
    color: #668ea7;
    margin: 0 0 20px;
    letter-spacing: 0.4px;
    font-size: 15px;
    font-weight: 600;
}

.loginControl section {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.loginControl form {
    background-color: #fff;
    box-shadow: rgba(114, 182, 234, 0.2) 1px 0 30px;
    border-radius: 8px;
    padding: 30px 25px 25px;
}

.loginBG .form-group {
    margin-bottom: 20px;
    position: relative;
}

.loginBG .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.loginControl .form-group label {
    color: #22606c;
    position: absolute;
    top: -11px;
    background-color: #fff;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    left: 10px;
}
.loginControl input.form-control {
    font-size: 16px;
    color: rgba(32, 78, 87, 0.9);
    box-shadow: none;
    border-radius: 7px;
    border: 1px solid rgba(0,150,136,0.3);
    padding: 15px;
    height: auto;
}
.loginBG .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.loginBG .form-control {
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.loginControl .form-control{
    display: block;
    width: 100%;    
}

.loginControl .loginFooterbuttons {
    padding: 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.loginControl .loginFooterbuttons a {
    color: #0d99df;
    text-decoration: underline;
}
.loginBG a, .loginBG button, .loginBG input, .loginBG textarea {
    outline: 0; cursor: pointer;
}

.loginBG .loginControl img{
    height: 120px;
    width: auto;
}

.loginBG .customCheckBox{
    font-weight: 600;
    color: #22606c;
}
/*

.loginControl .btn.bg-teal:focus,
.loginControl .btn.bg-teal:hover{
    box-shadow: none;
}*/


/*PO Manage Area*/

#manageUsersPanelPO{
    max-width: 700px;
}

@media (min-width: 993px){
    .po-manage-location .besideBreadcrumbs {
        left: 433px;
    }
    
    .po-manage-location .besideBreadcrumbs .pull-right{
        float: none !important;
    }
}

#add_location_modal .form-group .panel.panel-white,
.add_location_modal .form-group .panel.panel-white{
    max-height: calc(100vh - 500px);
    overflow: auto;
}

/*PO Reports*/

.po-reports .nav-tabs.nav-tabs-solid{
    background: #fff;
    box-shadow: 0 0 12px 4px rgba(4,9,20,.03);
    border: 1px solid #eaeaea;
}

.nav-tabs.nav-tabs-solid>li>a.btn.export-btn{
    color: #fff;
    border-color: #00acc1;
/*    border-radius: 8px;*/
}

.nav-tabs.nav-tabs-solid>li>a.btn.export-btn:hover,
.nav-tabs.nav-tabs-solid>li>a.btn.export-btn:focus{
    color: #00acc1;
    border-color: #00acc1;
}

/*PO Manage Users*/

.po-manage-profile .stepy-clickable{
    overflow: hidden;
}

/*PO Notifications*/

.activitypanel .list-feed > li .feed-time {
    position: absolute;
    left: 0;
    top: 1px;
}

.activitypanel .list-feed > li .feed-time i {
    position: absolute;
    left: 77px;
    z-index: 5;
    color: #009688;
    top: 10px;
}

.activitypanel .list-feed > li {
    padding-left: 120px;
    padding-bottom: 10px;
}

.activitypanel .list-feed > li:before {
    left: 67px;
    width: 34px;
    height: 34px;
    background-color: #fff;
/*    border: none !important;*/
    border-color: #009688;
    z-index: 3;
    top: 0px;
}

.activitypanel .list-feed > li:after {
    border-color: #eaeaea !important;
    left: 83px;
/*
    top: 0;
    bottom: -3px;
*/
    top: 38px;
    bottom: 4px;
}

.activitypanel li.dayHeading {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
    line-height: 10px;
}

.activitypanel li.dayHeading span {
    width: 130px;
    margin: 0;
    background: #ffffff;
    position: relative;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    padding: 0;
    height: auto;
    text-align: center;
    top: 5px;
    font-weight: 600;
}

.activitypanel li.dayHeading:before,
.activitypanel li.dayHeading:after {
    display: none;
}

.activitypanel li.dayHeading:after {
    left: 0;
    top: 25px;
    bottom: -20px;
    right: 0;
    margin: auto;
}

.detailsPage .actionInfo .tableRightButtonsAlign .btn,
.detailsPage .actionInfo .btn.bg-info-600 {
    padding: 2px 9px 4px 9px;
}

.detailsPage .tableRightButtonsAlign i,
.customPanel .tableRightButtonsAlign i {
    font-size: 12px;
}

#navbar-details-header > ul > li > a i.position-left {
    margin-right: 2px;
}


.activitypanel {
    max-height: calc(100vh - 200px);
/*    overflow-y: auto !important;*/
}
.activitypanel.overflow-auto{
    max-height: calc(100vh - 150px);
}

@media (max-width: 768px){
    .activitypanel .list-feed > li {
        padding-left: 100px;
    }
    
    .activitypanel .list-feed > li:before {
        left: 47px;
        width: 34px;
        height: 34px;
    }
    
    .activitypanel .list-feed > li:after {
        left: 63px;
    }
    
    .activitypanel .list-feed > li .feed-time i {
        left: 58px;
    }
    .activitypanel li.dayHeading{
        padding-left: 0 !important;
    }
}

#poNotification{
    max-width: 768px;
}

.activitypanel .notified-location{
    color: #333;
    font-weight: 600;
}

.activitypanel .text-muted.text-size-small{
/*    color: #1E88E5;*/
    color: #00BCD4;
/*    color: #009688;*/
    font-weight: 600;
}

.activitypanel .list-feed .display-block{
    color: #888;
}

.form-group .col-sm-6.pt-10{
    padding-top: 8px !important;
}

/*
.notification-bell a{
    padding: 11px 13px !important;
    background: rgb(165 12 32 / 5%);
    border-radius: 50%;
}
*/

/*Registration*/

.navbar-nav>li>a.header-login-btn{
    padding: 7px 18px;
    color: #fff;
}

.navbar-nav>li>a.header-login-btn:hover,
.navbar-nav>li>a.header-login-btn:focus{
    color: var(--dark-green);
    border-color: var(--dark-green);
}

.overflow-x-hidden{
    overflow-x: hidden !important;
}

.registration-content .stepy-navigator{
    width: calc(100% - 40px);
    left: 0;
}

.registration-content .stepy-clickable fieldset{
    overflow-x: hidden !important;
}

.registration-content .stepy-clickable label.text-uppercase{
    margin-left: 16px;
}

.registration-content .modal-left-col{
    border: 1px solid rgba(26,54,126,0.125);
    padding: 10px 16px;
    border-radius: 3px;
    background: #fff;
}

.registration-content .modal-left-col label{
    color: #777;
    margin-bottom: 8px;
}
.registration-content .modal-left-col .form-group div{
    color: #333;
}

.registration-content .modal-left-col .form-group i{
    margin-right: 8px;
    color: #009688;
}

.registration-content .terms-and-conditions{
    padding: 15px;
}

.registration-content .terms-content{    
    position: relative;
}
.registration-content .terms-list{
    padding: 25px 0;
    margin-top: 20px;
}

.registration-content .terms-list .terms-list-item:first-child{
    margin-top: 15px;
}

.registration-content .terms-content:before,
.registration-content .terms-content:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255),rgba(255,255,255,0.6), transparent);
}

.registration-content .terms-content:after{
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(255,255,255),rgba(255,255,255,0.6), transparent);
}

.registration-content .terms-content p{
    color: #777;
}

.registration-content .terms-content .terms-heading{
/*    font-size: 16px;*/
    font-weight: 600;
    color: #444;
}

/*
.navbar .navbar-header .navbar-brand > img {
    height: 40px;
    margin-top: 0;
    padding: 0;
}
*/

@media (min-width: 769px){
    .navbar .navbar-header .navbar-brand.contentus > img {
        height: 40px;
    }
}

@media (min-width: 1025px){

    .registration-content .stepy-clickable{
        max-height: calc(100vh - 310px);
        overflow-y: auto;
    }
    
    .registration-content .terms-list{
        max-height: calc(100vh - 550px);
        overflow: auto;
    }
}

.modal .form-group .select2-selection--single{
    height: 30px;
    padding: 3px 0;
}

@media (max-width: 1024px){
    .registration-content .modal-left-col{
        padding: 16px;
        margin-bottom: 15px;
    }
    
    .registration-content .panel{
        padding: 10px 0;
    }
    
    .registration-content .terms-list {
        margin-top: 0px;
        padding: 10px 0;
    }
    .registration-content .terms-content:before, .registration-content .terms-content:after{
        display: none;
    }
}

/*Altering Notifications*/

/*Responsiveness*/
@media (min-width: 769px){ 
    
    .notification-bell a{
        padding: 11px 13px !important;
        background: rgba(165,12,32,.05);
        border-radius: 50%;
    }
    
    .notification-bell a:hover{
        background: rgba(165,12,32,.1) !important;
    }
    
    .btn-text{
        display: none;
    }
}

@media (max-width: 768px){
    
    .notification-bell{
        margin-right: 0 !important;
    }
    
    .notification-bell a i{
        position: relative;
    }
    
    .notification-bell a i:before{
        position: relative;
        left: 8px;
    }
    
    .notification-bell a i:after{
        background: rgba(165,12,32,.05);
        border-radius: 50%;
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        left: 0;
        top: -6px;
        animation-name: none;
    }
    
    .notification-bell a .btn-text{
        margin-left: 22px;
    }
    
    .navbar-default .navbar-nav > .dropdown.language-switch > a > img{
        display: inline-block;
        margin-right: 8px !important;
    }
    
    .notification-bell .badge-pulse{
        top: 10px;
        left: 44px;
    }
    
    .dropdown-menu>.dropdown-header>img,
    .dropdown-menu>li>a>img{
        margin-right: 20px;
        margin-left: 6px;
    }
    
    .sidebar-xs-indicator .sidebar-fixed .sidebar-content{
        padding-bottom: 0;
        border-bottom: 1px solid #ececec;
    }
    
    .navbar-inverse .navbar-header>.navbar-nav>li>a:focus,
    .navbar-inverse .navbar-header>.navbar-nav>li>a:hover {
        color: #fff;
        background-color: #009688;
    }
    
    .modal.in .modal-dialog{
        margin: 20px 20px 15px;
    }
    
    .modal-header .close {
        min-width: 30px;
        height: 30px;
        top: -44px;
        right: -9px;
    }
    
    .form-horizontal .form-group{
        margin-bottom: 10px;
    }
}

@media (max-width: 768px){
    .page-title-icon {
        margin: 0 15px 0 0;
        width: 45px;
        height: 45px;
    }
    
    .content-wrapper .breadcrumb-line .breadcrumb {
        padding-top: 4px;
    }    
    
    .breadcrumb-page-title {
        font-size: 1.35rem;
    }
    
    .breadcrumb>li {
        font-size: 12px;
    }
    
    .navbar-nav.nav-dropdown .ml-15{
        margin-left: 0 !important;
    }
    
    .navbar-nav.nav-dropdown a.ml-15{
        margin: 10px 20px !important;
        
    }
    
}

@media (max-width: 480px){
    .navbar-header.registration .navbar-brand > img {
        height: 36px;
    }
    
    .navbar-header.registration .navbar-brand {
        display: flex;
        align-items: center;
    }
    
}

.dropdown.language-switch.login-page{
    position: fixed;
    top: 50px;
    right: 50px;
}

.dropdown.language-switch.login-page > a {
    position: relative;
    display: block;
    background: rgba(68, 64, 84, 0.1);
    padding: 6px;
    border-radius: 50%;
    min-width: 42px;
}

.dropdown.language-switch.login-page > a:hover {
    background: rgba(68, 64, 84, 0.2);
}


.dropdown.language-switch.login-page > a > img {
    width: auto;
    height: 30px;
    border-radius: 50%;
}

.dropdown.language-switch.login-page a > img {
    top: 0;
}

@media (max-width: 768px){
    
    .dropdown.language-switch.login-page {
        position: fixed;
        top: 10px;
        right: 10px;
    }
    
    .sa-login-page {
        align-items: center;
        padding-bottom: 25px;
    }

    .sa-login-page .login-form{
        padding: 30px;
    }
}

.modal-body .text-right .dataTables_filter {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0;
    transform: translateY(-3px);
}

@media (max-width: 768px){
    .modal-body .text-right .dataTables_filter {
    margin-bottom: 10px;
    }
}

/*Changes 06-12-2021*/

.media .edit-img a {
    min-width: 100px;
    min-height: 100px;
    position: relative;
    display: inline-block;
}

.media .edit-img a img {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}
.media .delete-img a {
    min-width: 40px;
    min-height: 40px;
    position: relative;
    display: inline-block;
}
.media .delete-img a img {
    position: absolute;
    left: 0;
    top: 1px;
    width: 90% !important;
    height: auto !important;
    object-fit: contain;
}

.city-select-input {
    min-height: 36px;
    /*padding: 5px !important;*/
}

.resize-none{
    resize: none;
}

textarea{
    resize: none;
}

.ml-16{
    margin-left: 16px !important;
}

.label-ml .text-uppercase{
    margin-left: 16px !important;
    font-weight: 700;
}

.po-property-modal .modal-dialog{
    max-width: 920px;
    margin: 30px auto;
}
.manage-property-list ul{
    padding: 0 16px;
    max-height: 1050px;
    overflow: auto;
}

.manage-property-list ul li{
    border-bottom: 1px solid #ccc;
    padding: 0 0 8px;
    margin-bottom: 12px;
}
.manage-property-list .location{
    font-weight: 700;
    color: #444;
    font-size: 14px;
}

.manage-property-list > h5{
    font-size: 22px;
    font-weight: 700;
}

.manage-property-list .date{
    color: #7e8989;
    font-weight: 400;
}


@media (min-width: 992px){
    .sidebar-main .navigation .blue.active > a,
    .sidebar-main .navigation .blue.active > a:hover,
    .sidebar-main .navigation .blue > a:hover,
    .sidebar-main .navigation .blue.active > a:focus,
    .sidebar-xs .sidebar-main .navigation .blue a span{
/*        background-color: #AB1320;*/
/*        border-color: #AB1320;*/
    }

    .sidebar-xs .sidebar-main .navigation .blue a span{
       background-color: var(--default-green) !Important;
        border-color: var(--default-green);
        color: #fff !important;
    }
    
    .sidebar-xs .navbar-inverse.v7 .navbar-header,
    .sidebar-xs .sidebar-main,
    .sidebar-xs .sidebar-fixed.sidebar-main .sidebar-content{
        width: 64px;
    }

    .sidebar-xs .sidebar-main .navigation > li > a > i{
        position: relative;
    }

    .sidebar-xs .sidebar-main .navigation > li:hover > a > i:after,
    .sidebar-xs .sidebar-main .navigation > li:active > a > i:after{
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: -10px;
        margin: auto;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right:10px solid var(--default-green);
    }
    
    .sidebar-xs .sidebar-main.sidebar .navigation .blue a:hover span{
        display: block;
    }
    
    .sidebar-xs .sidebar-main .navigation > li > a > span{
        right: -270px;
    }
    
    .sidebar-xs .sidebar-main .navigation > li:hover:not(.active) > a{
        color: var(--default-green);
    }
    
    .navigation > li > ul{
        margin: 5px 10px;
        border-radius: 8px;
    }
    
    .sidebar .navigation > li > ul li a:hover,
    .sidebar .navigation > li > ul li a:focus,
    .sidebar .navigation > li > ul li.active a{
        background: var(--default-green);
        color: #fff;
        border-radius: 8px;
    }
    
    .sidebar-xs .sidebar-main .navigation > li:hover > ul{
        margin: 0;
        top: 0;
        background: var(--default-green);
    }
    
    .sidebar-xs .sidebar-main .navigation > li:hover > ul a{
        color: #fff;
    }
    
    .sidebar-xs .sidebar-main .navigation > li:hover > a.has-ul > span{
        display: none !important;
    }
    
    .sidebar-xs .sidebar-main .navigation > li:hover > a.has-ul + ul li a span{
        display: inline-block;
    }
    
    body.sidebar-xs .sidebar .navigation > li > a.has-ul:before {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(0,150,136,0.15);
    }
    .sidebar-xs .sidebar-main .navigation > li:hover > a.has-ul + ul li a span{
        background: transparent !important;
        transition: all 200ms linear;
    }

    .sidebar-xs .sidebar-main .navigation > li:hover > a.has-ul + ul li:hover a,
    .sidebar-xs .sidebar-main .navigation > li:hover > a.has-ul + ul li:hover a span{
        background: #059d93 !important;
        transition: all 200ms linear;
        border-radius: 0;
    }
    

}

.navigation > li > ul{
    background: rgba(0, 100, 106, .15);
}

.sidebar .navigation > li > ul li a{
    color: var(--default-green);
    padding: 12px 20px;
}

.sidebar .navigation > li > ul li{
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar .navigation > li > ul li a:hover,
.sidebar .navigation > li > ul li a:focus,
.sidebar .navigation > li > ul li.active a{
    background: var(--default-green) !important; 
    color: #fff !important;   
}

p.regstorage,p.reg,p.regcorp,p.regpark{
    position: absolute;
    left: 28px;
    top: 30px;
}

.media-left.edit-img{
    position: relative;
}

.media-left.edit-img .delete-img{
    position: absolute;
    top: -5px;
    right: -20px;
}

p.regstorage,p.reg,p.regcorp,p.regpark{
    position: absolute;
    left: 28px;
    top: 30px;
}

.modal .dataTables_filter{
    margin: 10px 0 10px 14px;
}



.bt-1{
    border-top: 1px solid #ddd;
}
.datatable-basic tbody tr td.text-right,#datatable-appartment tbody tr td.text-right,#datatable-po tbody tr td.text-right,
#datatable-Parking tbody tr td.text-right,#datatable-storage tbody tr td.text-right,
#datatable-APApartment tbody tr td.text-right ,#datatable-PopularReport tbody tr td.text-right {
    padding-right: 30px;
}

@media (min-width:769px){
.populargridpanal{
width:65%;
}
}

form#editApRequest div.col-sm-7,form#editApapartmentRequest div.col-sm-7,form#editApcorporateRequest div.col-sm-7 ,form#editpropertyform div.col-sm-7 ,
form#modal_apartmentform div.col-sm-7,form#modal_parkingform div.col-sm-7,form#modal_storageform div.col-sm-7,form#modal_businessform div.col-sm-7{
    padding-right: 70px;
}


.highlight + span .select2-selection.select2-selection--single {
    border-color: red;
}

.custom-error-msg{
    padding: 16px 16px 6px !important;
    border: 1px solid red;
    border-radius: 3px;
}

table tbody tr td .customCheckBox{
   padding-left: 28px;
   display: block;
   width: 100%;
}

table tbody tr td .customCheckBox .customCheckSpan{
   margin-left: 0;
}

#filterAccordions{
    max-height: 81vh;
    overflow-y: auto;
}

/*.city-select-input:empty {
    border-color: red;
}*/
/*this code for display sorting symbol for message*/
#datatable-message thead .sorting_asc{
    pointer-events: visible;
    padding-right: 40px !important;
}

#datatable-message thead .sorting_asc:after{
    display: block;    
}

#datatable-comessage thead .sorting_asc{
    pointer-events: visible;
    padding-right: 40px !important;
}

#datatable-comessage thead .sorting_asc:after{
    display: block;    
}

#datatable-pamessage  thead .sorting_asc{
    pointer-events: visible;
    padding-right: 40px !important;
}

#datatable-pamessage  thead .sorting_asc:after{
    display: block;    
}

#datatable-stmessage  thead .sorting_asc{
    pointer-events: visible;
    padding-right: 40px !important;
}

#datatable-stmessage  thead .sorting_asc:after{
    display: block;    
}

.w-175{
    width: 175px;
}


.downloadall{
    text-decoration: underline;
    font-weight: 700;
    font-size: 15px;
}

/* Changes 09-05-22 */

.d-flex{
    display: flex;
}

.w-100p{
    width: 100%;
}

.sq-input-width{
    width: 100px;
    text-align: right;
}

.tomselected + .btn-group{
    display: none;
}

.ts-wrapper.has-items .ts-control {
    /* padding: 6px 8px; */
}

.ts-control .item{
    margin-bottom: 0 !important;
}

.btn-group.w-100p .btn-block{
    text-align: left;
}

.btn-group.w-100p .btn-block .caret{
    float: right;
    margin-top: 2px;
}

.btn-group.w-100p .btn-block:before {
    display: none;
}

.btn-group.w-100p ul li{
    list-style-type: none;
}

.panel-group-control div.checkbox{
    min-width: 240px;
    width: 50%;
    max-width: 340px;
}

.panel-group-control-right .panel-heading{
    padding: 8px;
}
.panel-group-control-right .panel-heading .panel-title{
    font-size: 13px;
}

.panel-group-control-right .panel-body{
    padding: 0 10px;
}

.panel-group-control.panel-group-control-right .panel-title>a:before{
    content: "\e9df";
}

.panel-group-control.panel-group-control-right .panel-title>a[aria-expanded="false"]:before{
    content: "\e9dc";
}

.panel-group-control.panel-group-control-right .panel-title>a::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Print CSS*/

    
@media (max-width: 1400px ) {

    .editpro .panel .panel-body .row .col-md-3 
    {
        width: 50%;
    }

    .panel-group-control.panel-group-control-right.content-group-lg .d-flex .ml-20{
        margin-left: 0 !important;
    }
}


@media print{
    .details-print tr,
    .details-print td{
        padding: 0 !important;
    }
}

@media (max-width: 768px){
    .editpro .panel .panel-body .row .col-md-3 
    {
        width: auto;
    }
    .panel-group-control.panel-group-control-right.content-group-lg .d-flex{
        /*flex-wrap: wrap;*/
        flex-direction: column;
    }
    .panel-group-control.panel-group-control-right.content-group-lg .d-flex .ml-20{
        margin-left: 28px !important;
    }
    .panel-group-control div.checkbox{
        min-width: 100%;
        width: 100%;
    }
    
    .panel-group-control div.checkbox label{
        width: 100%;
    }
    
    .panel-group-control.panel-group-control-right.content-group-lg .d-flex.other-item-checkbox .checkbox{
        margin-bottom: 10px !important;
        /*max-width: 266px;*/
    }
}
label#CrownMolding_Otherval-error {
    margin-left: -28px;
}
label#Wallpaper_Otherval-error {
    margin-left: -28px;
}
label#Wallpaper_Otherval-error {
    margin-left: -28px;
}
label#WallMirror_Otherval-error {
    margin-left: -28px;
}
label#FloorType_Otherval-error {
    margin-left: -28px;
}
label#Formica_Otherval-error {
    margin-left: -28px;
}
label#Countertops_Otherval-error {
    margin-left: -28px;
}
label#Appliances_Otherval-error {
    margin-left: -28px;
}
label#Patio_Otherval-error {
    margin-left: -28px;
}
label#Driveway_Otherval-error {
    margin-left: -28px;
}
label#Fencing_Otherval-error {
    margin-left: -28px;
}
label#Retaining_Otherval-error {
    margin-left: -28px;
}
label#Appliances_Otherval-error {
    margin-left: -28px;
}
label#Gates_Otherval-error {
    margin-left: -28px;
}
label#LaundryRoom_Otherval-error {
    margin-left: -28px;
}
label#Bathrooms_Otherval-error {
    margin-left: -28px;
}
label#Livingroom_Otherval-error {
    margin-left: -28px;
}
label#Familyroom_Otherval-error {
    margin-left: -28px;
}
label#Diningroom_Otherval-error {
    margin-left: -28px;
}
label#Otherroom_Otherval-error {
    margin-left: -28px;
}
label#Walltreatment_Otherval-error {
    margin-left: -28px;
}
label#Breakfast_Otherval-error {
    margin-left: -28px;
}
label#Bedrooms_Otherval-error {
    margin-left: -28px;
}
.content-group-lg .input-group{
    display: flex;
    flex-wrap: wrap;
    max-width: 240px;
}

.content-group-lg .input-group input{
    flex: 1;
    order: 1;
}

.content-group-lg .input-group li{
    order: 3;
    width: 100%;
}

.content-group-lg .input-group .input-group-addon{
    order: 2;
    width: auto;
    line-height: normal;
}
label#CustomerID-error {
    color: #F44336;
    font-weight: 600;
}
#customer_details_modal_print .form-horizontal .control-label[class*=col-sm-]{
    padding-top: 0px;
}

#customer_details_modal_print .form-horizontal .form-control{
    margin-bottom: 10px;
}


#customer_details_modal_print .stepy-clickable label.text-uppercase, #customer_details_modal_print .requests-details-form label.text-uppercase{
    margin-left: 0;
}
#customer_details_modal_print .form-horizontal [class*=col-sm-] {
    padding-top: 8px !important;
    padding-bottom: 8px;
}
#customer_details_modal_print .form-horizontal .control-label[class*=col-sm-] {
    background: #f5f5f5;
}
#customer_details_modal_print .form-horizontal {
    overflow-x: hidden;
}
#customer_details_modal_print .stepy-clickable{
    padding: 0 16px;
}
#customer_details_modal_print .control-label input{
background-color: transparent;
}


@media print{
    .stepy-clickable .text-uppercase{
        margin-left: 15px;
    }

    .btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
      clear: both;
    }

    .btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
      content: " ";
      display: table;
    }

    .form-group {
      position: relative;
    }

    .form-horizontal .form-group {
      margin-left: -10px;
      margin-right: -10px;
    }
    .stepy-clickable .form-horizontal .form-group, .requests-details-form .form-horizontal .form-group {
      margin-bottom: 0;
      margin-top: 10px;
    }

    .form-horizontal .control-label[class*="col-sm-"] {
      padding-top: 8px;
    }

    .form-horizontal .control-label:not(.text-right) {
  text-align: left;
}
form .row [class*="col-"] {
  padding: 0 25px;
    padding-top: 0px;
}
form .form-group label {
  color: #3e4853;
  font-weight: 600;
}
.col-sm-6 {
  width: 50% !important;
  float: left;
  position: relative;
min-height: 1px;
}
label {
  display: inline-block;
  max-width: 100%;
  }
  label {
  margin-bottom: 2px;
  font-weight: 700;
}
}
/*Changes 02-11-22*/

.navbar-default .navbar-brand{
    display: flex;
    align-items: center;
}

@media (min-width: 767px){
    .content-wrapper.plugin .breadcrumb-line{
        min-height: 80px;
    }
}

@media (min-width: 991px){
    .content-wrapper.plugin .content{
        margin-top: 140px;
    }
}

@media (max-width: 992px){
    .content-wrapper.plugin .content{
        margin-top: 45px;
    }
}

.page-title-heading{
    /*align-items: flex-start;*/
}

.pull-right.revert{
    float: none !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-wrapper .besideBreadcrumbs.below{
    position: relative;
    /*left: 80px;*/
    left: 0;
    right: 0;
    top: -30px;
    /*padding-bottom: 0 !important;*/
    margin-bottom: -15px;
}

.countyfilter,
.yearfilter{
    /*max-width: 220px;*/
    max-width: 300px;
    z-index: 11;
    display: flex;
    align-items: center;
    position: relative;
}

.countyfilter .select2.select2-container,
.yearfilter .select2.select2-container{
    margin-right: 20px;
}

.countyfilter label,
.yearfilter label{
    display: inline-block;
    margin-right: 10px;
}

.countyfilter .select2.select2-container{
    /*width: 200px !important;*/
    width: 220px !important;
}

.yearfilter .select2.select2-container{
    /*width: 120px !important;*/
    width: 220px !important;
}

.dataTable tbody tr:last-child td{
    padding-bottom: 20px;
}

@media (min-width: 991px){
    .countyfilter #errorcounty{
        position: absolute;
        bottom: -22px;
        left: 65px;
    }

    .yearfilter #erroryear{
        position: absolute;
        bottom: -22px;
        left: 48px;
    }
}

@media (max-width: 992px){
    .countyfilter, .yearfilter{
        margin-bottom: 10px;
    }
}