.cs-disable {
    pointer-events: none;
    opacity: 0.8;
}
.cs-anchor-black {
    color: #000 !important;
}
.cs-border-radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.cs-visibility-hidden {
    visibility: hidden;
}
.cs-hidden {
    display: none;
}
.cs-show {
    display: block;
}
.cs-mt-1 {
    margin-top: 10px;
}
.cs-mt-2 {
    margin-top: 20px;
}
.cs-mt-3 {
    margin-top: 30px;
}
.cs-mt-4 {
    margin-top: 40px;
}
.cs-mt-5 {
    margin-top: 50px;
}
.cs-mb-1 {
    margin-bottom: 10px;
}
.cs-mb-2 {
    margin-bottom: 20px;
}
.cs-mb-3 {
    margin-bottom: 30px;
}
.cs-mb-4 {
    margin-bottom: 40px;
}
.cs-mb-5 {
    margin-bottom: 50px;
}
.cs-ml-1 {
    margin-left: 10px;
}
.cs-mr-1 {
     margin-right: 10px;
}
.cs-mr-2 {
    margin-right: 20px;
}
.cs-bs-label {
    font-weight: normal !important;
}
.cs-text-center {
    text-align: center;
}
.cs-text-left {
    text-align: left;
}
.cs-text-right {
    text-align: right;
}
.cs-text-justify {
    text-align: justify;
}
.cs-inline-block {
    display: inline-block;
}
.cs-anchor-tag {
    text-underline-position: under;
}
.skin-purple .main-header .logo{
    background: #e03f2b !important
}
.skin-purple .main-header .navbar{
    background: #dc6b5d !important
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
    background-color: #c56053; !important;
}
.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cs-profile-form-icon-left {
    border-radius: 5px 0px 0px 5px !important;
}
.cs-profile-form-icon-right {
    border-radius: 0px 5px 5px 0px !important;
}
.cs-profile-form-icon-left > i,
.cs-profile-form-icon-right > i{
    width: 20px;
}
.cs-container-center {
    width: 50%;
    margin: auto;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

.cs-profile-img-container {
    width: 187px;
    height: 187px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0px 0px 0px 0.5px #aaa;
    display: block;
    margin: auto;
    overflow: hidden;
}

.cs-identity-img-container {
    width: 100%;
    height: 200px;
}

.cs-profile-img-container img,
.cs-sidebar-avatar img,
.cs-identity-img-container img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#profile_photo {
    display: block;
    margin: auto;
    width: 175px;
}

.cs-container {
    padding: 30px;
    border-top: 5px solid #222d32;
    border-bottom: 5px solid #222d32;
    border-radius: 3px;
    background: #fff;
}

.user-panel .cs-sidebar-avatar {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 45px;
    max-height: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
}
.cs-horizontal-nav-pill>li>a {
    padding: 5px 20px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cs-horizontal-nav-pill>li.active>a,
.cs-horizontal-nav-pill>li.active>a:focus,
.cs-horizontal-nav-pill>li.active>a:hover {
    color: #fff;
    background-color: #605ca8;
    border-color: #57549C;
}
.cs-horizontal-nav-pill>li.active>a:hover {
    background-color: #7673BD;
}

.cs-horizontal-nav-pill>li.active>a,
.cs-horizontal-nav-pill>li {
    font-weight: 400;
}
.cs-profile-avatar-container {
    padding: 30px;
    border-radius: 10px;
    border: 0.5px solid #aaa;
}

.cs-dashboard-property-sales-report {
    display: flex;
}
.cs-dashboard-property-sales-report > div {
    flex: 1;
}

label.cs-invalid {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    font-weight: 400 !important;
}

.select-upline-broker > .bootstrap-select,
.av-upline-broker > .bootstrap-select,
.av-upline-salesperson > .bootstrap-select,
.av-upline-aspirant > .bootstrap-select{
    display: block !important;
    width: 100% !important;
}

.select-upline-broker > .bootstrap-select > .btn-default,
.av-upline-broker > .bootstrap-select > .btn-default,
.av-upline-salesperson > .bootstrap-select > .btn-default,
.av-upline-aspirant > .bootstrap-select > .btn-default {
    background: #fff;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: none;
}

.select-upline-broker > .bootstrap-select > .dropdown-menu,
.av-upline-broker > .bootstrap-select > .dropdown-menu,
.av-upline-salesperson > .bootstrap-select > .dropdown-menu,
.av-upline-aspirant > .bootstrap-select > .dropdown-menu {
    margin: 0px 0 0;
}

.cs-nav-tabs {
    background-color: #222d32;
    overflow: auto;
    white-space: nowrap;
}

.cs-nav-tabs > a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.cs-nav-tabs > a:hover{
    background-color: #00a659;
}
.cs-nav-tabs > a.active {
    display: none !important;
}

.label-amount_received::after, 
.label-amount_received > label::after{
    content: '' !important;
}
.label-amount_remitted::after, 
.label-amount_remitted > label::after{
    content: '' !important;
}

.cs-nav-tabs::-webkit-scrollbar {
    display: none;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.cs-asterisk::after {
    content: ' *' !important;
    color: #ff0000 !important;
}

.cs-no-asterisk::after {
    display: none;
}

.cs-not-required-label::after {
    content: ' (This field is not required)' !important;
    white-space: pre;
    display: inline-block;
    color: #333 !important;
    font-weight: 500;
    font-size: 14px;
}

.cs-tooltip {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    color: #00a659;
}

/*#cs-toggle-tooltip {
    position: relative;
}

#cs-toggle-tooltip:hover > .cs-tooltip {
    display: block;
    top: -20px;
}*/

.cs-info-box {
    -webkit-box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1) !important;
    -moz-box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1) !important;
    box-shadow: 0 0px 1px 1px rgba(0,0,0,0.1) !important;
}

.cs-word-wrap-break {
    overflow-wrap: break-word;
}

.cs-flex {
    display: flex;
}

.cs-flex-start {
    justify-content: flex-start;
}

.cs-flex-row-reverse {
    flex-direction: row-reverse;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .cs-top-performer-img-container {
        width: 200px;
        height: 200px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 4px solid #fff;
        background: #fff;
        box-shadow: 0px 0px 0px 0.5px #aaa;
        display: block;
        margin: auto;
        overflow: hidden;
    }

    .cs-top-performer-img-container {
        position: relative;
        width: 120px;
        height: 120px;
    }

    .cs-top-performer-img-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 100%;
    }
}
.cs-nav-tabs > select{
    display: none;
}
@media (max-width: 500px) {
  .cs-nav-tabs > a    { display: none; }
  .cs-nav-tabs > select { 
    display: inline-block; width: 100%;
    background-color: #00a659;
    color: #fff;
    }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
    .cs-xs-mb-1 {
        margin-bottom: 10px;
    }
    .cs-xs-mb-2 {
        margin-bottom: 20px;
    }
    .cs-xs-mb-3 {
        margin-bottom: 30px;
    }
    .cs-xs-block {
        width: 100%;
        display: block;
    }
    .cs-container-full {
        width: 100%;
    }

    .cs-dashboard-property-sales-report {
        flex-direction: column;
    }
    .cs-dashboard-property-sales-report > div {
        padding: 10px 20px;
        margin: 5px 0;
        display: inherit;
        border: 0.5px solid #ecf0f6;
    }
    .cs-dashboard-property-sales-report > div > div {
        border-right: none !important;
    }

    .cs-user-list > li{
        width: 100%;
    }
    .cs-top-performer-img-container {
        position: relative;
        width: 100%;
        height: 40px;
    }

    .cs-top-performer-img-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 40px !important;
        width: 100%;
    }

    .cs-crud-top-section .dt-buttons {
        display: none !important
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
