@charset "UTF-8";

/* Regular */
@font-face {
    font-family: 'Arimo';
    src: url('fonts/arimo/Arimo-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Arimo';
    src: url('fonts/arimo/Arimo-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Arimo';
    src: url('fonts/arimo/Arimo-Italic.ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "BPGMrgvlovaniCaps";
    src: url(fonts/bpg_mrgvlovani_caps_2010.ttf);
}

.lari-input-group-addon {
    padding: 6px 10px !important;
}

.geo-lari-bg {
    background-image: url(/assets/img/geo-lari.png);
    background-repeat: no-repeat;
}

.geo-lari-white {
    -webkit-mask-box-image: url(/assets/img/geo-lari.png);
    background-color: #FFFFFF;
    width: 18px;
    height: 15px;
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

.geo-lari-black {
    -webkit-mask-box-image: url(/assets/img/geo-lari.png);
    background-color: #000000;
    width: 18px;
    height: 15px;
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "BPGMrgvlovaniCaps" !important;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    background: #FFFFFF;
    border: thin solid lightgray;
    box-shadow: 0 0 3px #dfdfdf inset;
}

body::-webkit-scrollbar-thumb {
    background: #1E232A;
    border-radius: 10px;
}


/*** Extra Small View ***/
.panel-with-table .panel-body {
    padding-top: 10px !important;
}

table.table-condensed tr td,
table.table-condensed tr th {
    font-size: 12px;
    padding: 5px 10px;
}

.page-container .main-content .page-title {
    padding: 10px 30px 10px 0 !important;
}

/*** Extra Small View ***/
.dashboard-activity-panel .cbp_tmtimeline>li .cbp_tmlabel {
    padding: 10px 20px !important;
    margin-bottom: 15px !important;
}

.dashboard-activity-panel .cbp_tmtimeline>li .cbp_tmlabel h2 {
    font-size: 13px !important;
}

.dashboard-activity-panel .panel-footer {
    padding: 20px 0 0 15px;
    overflow: hidden;
    background: none;
}

.dashboard-activity {
    overflow: hidden;
    height: 311px;
}

.dashboard-activity:hover {
    overflow: auto !important;
}

.dashboard-activity .list-group-item {
    border: none;
    border-top: 1px solid #ddd;
    padding: 10px 15px 10px 0 !important;
}

.dashboard-activity .list-group.list-group-minimal .list-group-item:hover {
    background-color: #f5f5f5;
}

.dashboard-activity .list-group-item:first-child {
    border-top: none;
}

span.desh-activity-icon {
    width: 30px;
    text-align: center;
    display: block;
    float: left;
}

.dashboard-activity i {
    font-size: 20px;
    margin-right: 5px;
    background-color: inherit;
    color: #979898;
}

.dashboard-activity::-webkit-scrollbar {
    width: 4px;
}

.dashboard-activity::-webkit-scrollbar-track {
    box-shadow: 0 0 3px #dfdfdf inset;
}

.dashboard-activity::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

.dashboard-activity .dashActivityLoader {
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
}

.dashboard-activity .no-activity-content {
    background-color: #eeeeee;
    min-height: 276px;
    border: 1px solid #dddddd;
}

.dashboard-activity .no-activity-content-icon i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 80px;
    color: white;
}

.text-orange {
    color: #f7aa47;
}

.content-width {
    max-width: 950px !important;
    margin: auto !important;
}

input.ng-invalid.ng-dirty {
    border-color: #cc3f44 !important;
    color: #cc3f44;
}

form .form-group.has-error .form-control {
    border-color: #cc3f44 !important;
}

.save-client-content .form-group.has-error .input-group-addon {
    color: #FFFFFF !important;
}

.save-client-content .input-group-addon {
    min-width: 40px;
}

.panel.panel-border {
    border: 1px solid #ddd !important;
}

.panel.panel-success-border {
    border-left: 4px solid #5cb85c !important;
}

.panel.panel-danger-border {
    border-left: 4px solid #d9534f !important;
}

.panel.panel-not-run-border {
    border-left: 4px solid #f0ad4e !important;
}

/* Daily Cron Overview rows */
.daily-cron-row {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 16px 20px;
    gap: 18px;
    transition: box-shadow 0.15s;
}

.daily-cron-row:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.daily-cron-success {
    background: linear-gradient(135deg, #3d9b3d 0%, #5cb85c 100%);
}

.daily-cron-failed {
    background: linear-gradient(135deg, #b52b27 0%, #d9534f 100%);
}

.daily-cron-not-run {
    background: linear-gradient(135deg, #7a7a7a 0%, #9e9e9e 100%);
}

.daily-cron-icon {
    flex: 0 0 44px;
    text-align: center;
}

.daily-cron-body {
    flex: 1 1 auto;
}

.daily-cron-actions {
    flex: 0 0 130px;
    text-align: right;
}

.sidebar-menu .logo-env {
    padding: 19px 45px 17px 45px !important;
}

.sidebar-menu.collapsed .logo-env {
    padding: 19px 0 16px 0 !important;
}

.sidebar-menu .logo-env .logo a {
    font-size: 21px;
    color: #fff;
    font-weight: 300;
}

#customers-list_filter input {
    width: 400px;
}

td.action-section {
    padding: 7px 11px !important;
}

td.action-section i {
    padding: 4px 1px !important;
}

.customer-profile-info td {
    border: none !important;
    color: #979898 !important;
}

.repayment-allocation-order li {
    margin-bottom: 2px;
    cursor: s-resize;
}

.page-content div.page-title {
    padding-right: 30px !important;
}

.activation-indicator,
.product-activation-ind {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}

span.product-not-activated {
    background: #b7b7b7;
}

/* Activated */
span.product-activated {
    background-color: #8dc63f;
}

/* Pending Approval */
span.product-pending-approval {
    background-color: #ffba00;
}

/* Active in Arreas */
span.product-active-in-arreas {
    background-color: #d5080f;
}

/* APPROVED */
span.product-approved {
    background-color: #0e62c7;
}

/* Locked */
span.product-locked {
    background-color: #aaaaaa;
}

/* Closed */
span.product-closed {
    background-color: #000;
}

#addNewProduct .panel-default,
#newLoanAccount .panel-default,
#rescheduleLoanAccount .panel-default,
#addNewDepositProduct .panel-default,
#newCustomField .panel-default,
.save-client-content .panel-default,
.preview-new-client .panel-default,
.save-group-content .panel-default {
    padding: 0 !important;
}

#addNewProduct .panel .panel-heading,
#newLoanAccount .panel .panel-heading,
#rescheduleLoanAccount .panel .panel-heading,
#addNewDepositProduct .panel .panel-heading,
#newCustomField .panel .panel-heading,
.save-client-content .panel .panel-heading,
.preview-new-client .panel .panel-heading,
.save-group-content .panel .panel-heading {
    padding: 10px 15px !important;
    /*border-bottom: 2px solid #f5f5f5 !important;*/
}

#addNewProduct .panel .panel-collapse,
#newLoanAccount .panel .panel-collapse,
#rescheduleLoanAccount .panel .panel-collapse,
#addNewDepositProduct .panel .panel-collapse,
#newCustomField .panel .panel-collapse,
.save-client-content .panel .panel-collapse,
.preview-new-client .panel .panel-collapse,
.save-group-content .panel .panel-collapse {
    padding: 0 30px 20px 30px !important;
}

.user-info-navbar .user-info-menu>li.search-form .search-field,
.navbar.horizontal-menu .navbar-inner>.nav>li.search-form .search-field {
    width: 300px !important;
}

section.sidebar-user-info .sidebar-user-info-inner {
    display: flex;
}

section.sidebar-user-info a.user-profile {
    border: none;
    width: 290px;
}

section.sidebar-user-info ul.user-links {
    border-left: 1px solid #323435;
}

.saving-product-currency {
    padding: 9px 0 0 0 !important;
}

.saving-product-currency .radio {
    margin: 0 !important;
}

.saving-product-currency input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.saving-product-currency input[type=radio]:checked+label:before {
    background-color: #68B828;
}

.saving-product-currency input[type=radio]+label:before {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    border: 3px solid #DBDBDB;
    background: #fff;
}

.balanceAddCurrency {
    position: absolute;
    top: 15px;
    right: 17px;
    color: #68b828 !important;
}

/************************************************************
************** Ng-Table Style ***********************
*************************************************************/

table.ng-table th {
    text-align: left !important;
}

table.ng-table td a {
    font-weight: 900 !important;
}

table.ng-table td a:hover {
    text-decoration: underline !important;
}

table.table-main-border {
    border: 1px solid #DDD !important;
    margin-bottom: 20px !important;
}

div.ng-table-pager {
    overflow: hidden !important;
}

div.ng-table-counts {
    float: left !important;
}

div.ng-table-counts button.btn-default {
    border-color: #ccc !important;
}

ul.ng-table-pagination {
    float: right !important;
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    padding: 0;
}

.ta-editor div[contenteditable] {
    border-width: 1px;
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    padding: 15px;
}

.ta-editor div[contenteditable]:focus {
    outline-color: #68B828;
}

.hide-from-printing {
    display: none;
}

.make-visible-toPrint {
    display: block;
}

.searchable-ui-select span.btn-default,
.searchable-ui-select span.btn-default {
    margin-bottom: 0 !important;
    border: 1px solid #e4e4e4 !important;
    background-color: #fff !important;
}

.searchable-ui-select:focus,
.searchable-ui-select span.btn-default:focus,
.searchable-ui-select>div.ui-select-match:focus,
.searchable-ui-select:focus,
.searchable-ui-select span.btn-default:focus,
.searchable-ui-select>div.ui-select-match:focus {
    outline: none !important;
    box-shadow: none !important;
}

.searchable-ui-select,
.searchable-ui-select span.btn-default,
.searchable-ui-select>div.ui-select-match,
.searchable-ui-select,
.searchable-ui-select span.btn-default,
.searchable-ui-select>div.ui-select-match {
    outline: none !important;
    box-shadow: none !important;
}

.breadcrumb-env {
    padding-right: 0 !important;
}

.breadcrumb-env ol {
    margin-top: 0 !important;
}

.product-details .table>tbody>tr>td {
    width: 50% !important;
}

.loans-details-table td {
    width: 50% !important;
}

.loans-details-table hr {
    margin: 10px 0 !important;
}

.loans-details-table .borderless {
    margin-bottom: 0 !important;
}

.tabs-content-header {
    margin-bottom: 0 !important;
}

.fields .custom-field-set {
    width: 250px !important;
    margin: 0 20px !important;
}

.fields .custom-field-set input,
.fields .custom-field-set .ui-select-toggle {
    height: 29px !important;
}

.fields .fields-bottom {
    border-top: 1px solid #E4E4E4;
    margin-bottom: 0;
    padding-top: 17px;
}

.tooltip-position-input {
    position: absolute;
    top: 9px;
    right: 7px;
    z-index: 10;
    font-size: 15px !important;
}

.tooltip-position-administration {
    position: absolute;
    top: 24px;
    right: 25px;
    z-index: 10;
    font-size: 15px !important;
}

.tooltip-position-text {
    position: absolute;
    top: 2px;
    right: 7px;
    z-index: 10;
    font-size: 15px !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #68b828 !important;
}

.modal .modal-dialog .modal-content .modal-body {
    color: #979898;
}

#transactionsDetailsX2 {
    border-top: 1px dashed #DDDDDD;
    margin-top: 15px;
}

.transaction-reverse {
    padding: 0 15px 15px 5px;
    float: left;
    position: relative;
}

.undo-transaction h4 {
    margin-top: 0;
}

.dashboard-counter {
    font-size: 28px;
    font-weight: normal;
}

.closed-loan-counter .xe-widget.xe-vertical-counter {
    padding: 0 0 19px 0;
    margin-bottom: 20px;
}

.closed-loan-counter .xe-widget.xe-vertical-counter .xe-icon {
    padding-bottom: 0;
}

.reversalT {
    display: none;
}

.reversedTrans {
    background-color: rgba(44, 46, 47, 0.8) !important;
}

.reversedTrans td {
    color: #fff !important;
}

.xe-widget.xe-progress-counter .xe-background {
    left: -50px !important;
}

.xe-widget.xe-progress-counter a {
    display: block;
    color: #ffffff;
}

.xe-vertical-counter strong.num {
    font-size: 28px !important;
    display: inline-table !important;
}

.xe-vertical-counter .dash-currency {
    display: inline-table !important;
    font-size: 20px !important;
}

.comments-list {
    padding: 0 !important;
}

.comments-user-img {
    position: absolute !important;
}

.comment-textInput {
    padding-left: 90px;
}

.page-error {
    text-align: center;
    border: 1px solid #e4e4e4;
}

.page-error .error-symbol {
    font-size: 70px !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.small-currency {
    font-size: 11px;
}

/************************************************************
************** Client Profile Style ***********************
*************************************************************/
.save-client-content .page-title,
.save-group-content .page-title {
    margin-top: 0 !important;
    padding-bottom: 25px !important;
}

#customerProfile .page-title .user-info-img,
.save-client-content .page-title .user-info-img,
.save-group-content .page-title .user-info-img,
#companyProfileView .page-title .user-info-img {
    margin: -13px 0 -14px 21px !important;
}

#customerProfile .page-title .user-img,
.save-client-content .page-title .user-img,
.save-group-content .page-title .user-img,
#companyProfileView .page-title .user-img,
.comments-user-img {
    display: block;
    border: 1px solid #e1e1e1;
    width: 68px;
    height: 68px;
    border-radius: 40px;
    padding: 0;
    background-color: white;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.search-custom-field .dropdown-menu,
.dropdown-checkbox {
    white-space: nowrap;
}

.search-custom-field .search-query {
    margin: 0 10px 5px 10px;
}

.search-custom-field .search-query i {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: 15px;
}

.search-custom-field .custom-fields,
.dropdown-checkbox li {
    padding: 5px 10px;
}

.search-custom-field .custom-fields label,
.dropdown-checkbox li label {
    margin: 0;
    cursor: pointer;
}

.search-custom-field .custom-fields input,
.dropdown-checkbox li input {
    margin-right: 5px;
}

.search-custom-field .custom-fields:hover,
.dropdown-checkbox li:hover {
    color: #262626;
    background-color: #f5f5f5;
}

#customerProfile .page-title .user-img i {
    border: 1px solid #e1e1e1;
    width: 66px;
    height: 66px;
    border-radius: 40px;
    padding: 4px 12px;
    position: absolute;
    top: 3px;
    left: 3px;
}

#customerProfile .page-body,
#GLAccount-tabs,
#usersListTabs,
#productTabs,
#fieldsTabs {
    color: #979898 !important;
}

#customerProfile .page-title .user-info-img img,
.save-client-content .page-title .user-info-img img,
.save-group-content .page-title .user-info-img img,
#companyProfileView .page-title .user-info-img .fa-building,
.comments-user-img img {
    width: 58px;
    height: 59px;
    border-radius: 50px;
    margin: 4px;
}

#companyProfileView .page-title .title-env {
    padding-left: 10px !important;
}

#customerProfile .page-title .title-env {
    padding-left: 10px !important;
    margin-bottom: 0 !important;
}

#customerProfile .page-body ul.nav-tabs,
#GLAccount-tabs ul.nav-tabs,
#usersListTabs ul.nav-tabs,
#productTabs ul.nav-tabs,
#fieldsTabs ul.nav-tabs,
#newCustomField ul.nav-tabs,
#incomeReport ul.nav-tabs,
#companyProfileView ul.nav-tabs {
    bottom: -1px;
    position: relative;
}

#customerProfile .page-body ul.nav-tabs li a,
#GLAccount-tabs ul.nav-tabs li a,
#usersListTabs ul.nav-tabs li a,
#productTabs ul.nav-tabs li a,
#fieldsTabs ul.nav-tabs li a,
#newCustomField ul.nav-tabs li a,
#incomeReport ul.nav-tabs li a,
#companyProfileView ul.nav-tabs li a {
    border: 1px solid #ddd;
    border-top: 3px solid #ddd;
    -webkit-transition: border-top 0.3s;
    transition: border-top 0.3s;
}

#customerProfile .page-body ul.nav-tabs li.active>a,
#GLAccount-tabs ul.nav-tabs li.active>a,
#usersListTabs ul.nav-tabs li.active>a,
#productTabs ul.nav-tabs li.active>a,
#fieldsTabs ul.nav-tabs li.active>a,
#newCustomField ul.nav-tabs li.active>a,
#incomeReport ul.nav-tabs li.active>a,
#companyProfileView ul.nav-tabs li.active>a {
    border-bottom: 1px solid #ffffff;
}

#customerProfile .page-body div.tab-content,
#GLAccount-tabs div.tab-content,
#usersListTabs div.tab-content,
#productTabs div.tab-content,
#fieldsTabs div.tab-content,
#newCustomField div.tab-content,
#incomeReport div.tab-content,
#companyProfileView div.tab-content {
    border: 1px solid #ddd;
    margin-bottom: 0 !important;
}

#usersListTabs ul.nav-tabs li a.add-user-btn {
    border: none;
    -webkit-transition: none;
    transition: none;
}

#usersListTabs .ui-select-toggle,
#usersListTabs .ui-select-search {
    width: 100%;
}

.users-list-details .panel-body {
    padding-top: 0 !important;
}

.users-list-details .panel-body h4,
.users-list-details .panel-body p {
    margin-bottom: 5px !important;
}

.users-list-details .media-left .center-block {
    border: 1px solid #dddddd;
    border-radius: 50%;
    padding: 5px;
}

.users-list-details .media-left .center-block .avatar-image img {
    width: 80px;
}

.users-list-details .hr-text {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.users-list-details .hr-text:before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background-color: #dddddd;
}

.users-list-details .hr-text>:first-child {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    background-color: #ffffff;
}

.users-list-details .bordered-tab {
    margin-top: 20px;
}

#closedAccountTab>div>a {
    height: 42px;
    background-color: #F4F4F4;
    margin-top: -4px;
    padding-top: 10px;
    margin-bottom: 0;
}

#closedAccountTab a:first-child {
    padding-left: 20px;
    padding-right: 20px;
}

#closedAccountTab.active>div>a {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #ffffff !important;
}

.greenTab a:hover,
.greenTab.active>a {
    border-top: 3px solid #68B828 !important;

}

.purpleTab a:hover,
.purpleTab.active>a {
    border-top: 3px solid #7C38BC !important;
}

.blueTab a:hover,
.blueTab.active>a {
    border-top: 3px solid #00B19D !important;
}

.orangeTab a:hover,
.orangeTab.active>a {
    border-top: 3px solid #f7aa47 !important;
}

.redTab a:hover,
.redTab.active>a {
    border-top: 3px solid #D5080F !important;
}

.blueSkyTab a:hover,
.blueSkyTab.active>a {
    border-top: 3px solid #40BBEA !important;
}

.blackTab a:hover,
.blackTab.active>a {
    border-top: 3px solid #2c2e2f !important;
}

.pendingApprovalTab a:hover,
.pendingApprovalTab.active>a {
    border-top: 3px solid #ffba00 !important;
}

.activeInArrearsTab a:hover,
.activeInArrearsTab.active>a {
    border-top: 3px solid #d5080f !important;
}

.activatedTab a:hover,
.activatedTab.active>a {
    border-top: 3px solid #8dc63f !important;
}

.closedTab a:hover,
.closedTab.active a {
    border-top: 3px solid #555 !important;
}

.approvedTab a:hover,
.approvedTab.active>a {
    border-top: 3px solid #0e62c7 !important;
}

.lockedTab a:hover,
.lockedTab.active>a {
    border-top: 3px solid #aaaaaa !important;
}

.page-body div.tab-content .left-side {
    padding-left: 0 !important;
}

div.tab-content .left-side td {
    width: 60%;
}

.client-custom-fields .panel-options a:hover,
.client-custom-fields .panel-options a:focus {
    text-decoration: none;
    color: #333 !important;
}

.custom-field-hover {
    position: relative;
}

.custom-field-hover .cv-name {
    padding-right: 4px;
}

.custom-field-hover:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

.custom-field-hover .cv-edit-btn {
    display: none;
    position: absolute;
    top: 6px;
    left: 5px;
}

.custom-field-hover:hover .cv-edit-btn {
    display: block;
}

.page-body div.tab-content .right-side {
    padding-right: 0 !important;
}

#customerProfile .page-body div.tab-content #clientProfileDetails h4 {
    color: #373e4a !important;
}

#customerProfile .page-body div.tab-content .left-side li span {
    padding-left: 0 !important;
}

#customerProfile .user-timeline-stories .timeline-story .story-content,
#companyProfileView .user-timeline-stories .timeline-story .story-content {
    padding-left: 0 !important;
}

#customerProfile .user-timeline-stories .timeline-story .story-comments .story-comment .comment-user-img img,
#companyProfileView .user-timeline-stories .timeline-story .story-comments .story-comment .comment-user-img img {
    width: 40px !important;
    border-radius: 50px;
}

#customerProfile .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content .story-comment-user-name,
#companyProfileView .user-timeline-stories .timeline-story .story-comments .story-comment .story-comment-content .story-comment-user-name {
    font-weight: bold !important;
    margin-bottom: 0;
}

.balance-displays {
    padding: 0 !important;
}

.balance-displays .panel-heading {
    padding: 3px !important;
    margin: 0 !important;
}

.balance-displays .panel-body {
    padding: 0 !important;
}

#customerProfile .comment-circle-image .story-comment-content,
#companyProfileView .comment-circle-image .story-comment-content {
    margin-left: 60px !important;
}

.story-comment-content table {
    width: 100%;
}

.story-comment-content .action {
    width: 172px;
    padding: 0 0 0 20px;
}

.editable-comment {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
}

.editable-comment:focus {
    outline: none;
    border: 1px solid #68b828;
}

#customerProfile .comment-circle-image a i {
    font-size: 2em;
    border: 1px solid #575858;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 5px 0 0 9px;
}

.loan-activities-title {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

#customerProfile .last-activities hr,
.users-list-details .last-activities hr,
#companyProfileView .last-activities hr {
    margin-bottom: 0;
}

#customerProfile .last-activities article.timeline-story,
.users-list-details .last-activities article.timeline-story,
#companyProfileView .last-activities article.timeline-story {
    padding: 0;
}

#customerProfile .last-activities ul.list-unstyled,
.users-list-details .last-activities ul.list-unstyled,
#companyProfileView .last-activities ul.list-unstyled {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#customerProfile .last-activities ul.list-unstyled i,
.users-list-details .last-activities ul.list-unstyled i,
#companyProfileView .last-activities ul.list-unstyled i {
    display: block;
    float: left;
    font-size: 25px;
    margin-top: 2px;
    color: #575858;
}

#customerProfile .last-activities ul li .story-comment,
.users-list-details .last-activities ul li .story-comment,
#companyProfileView .last-activities ul li .story-comment {
    margin-top: 5px;
}

#customerProfile .last-activities ul li .story-comment i,
#companyProfileView .last-activities ul li .story-comment i {
    background-color: inherit;
}

#customerProfile .last-activities .activity-type,
.users-list-details .last-activities .activity-type,
#companyProfileView .last-activities .activity-type {
    display: inline;
}

#customerProfile .last-activities .story-comment-content,
.users-list-details .last-activities .story-comment-content,
#companyProfileView .last-activities .story-comment-content {
    margin-left: 35px;
}

.users-list-details .last-activities .no-user-tasks {
    width: 100%;
    border: 1px solid #eeeeee;
    height: 100px;
    background-color: #eeeeee;
    color: white;
}

.users-list-details .last-activities .no-user-tasks i {
    position: absolute;
    font-size: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: 30px;
}

.users-list-details .last-activities ul li .story-comment i {
    color: white;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    font-size: 17px;
    padding: 8px 0 0 0;
    border: 2px solid #dddddd;
}

#loan-approve-modal h3 {
    margin-top: 0;
}

.table-separator {
    border-right: 1px solid #DDDDDD;
}

.client-profile-schedule-table-total tfoot th {
    color: #8dc63f !important;
}

.amount-green-indicator {
    border: 1px solid #8dc63f;
    padding: 6px 10px;
    color: #8dc63f;
}

.borderless td,
.borderless th {
    border: none !important;
    padding: 3px 0 !important;
}

.client-profile-image-add {
    display: block;
    width: 58px;
    height: 59px;
    background: rgba(39, 41, 42, 0.8);
    position: absolute;
    z-index: 100;
    border-radius: 50px;
    margin: 5px;
    cursor: pointer;
}

.client-profile-image-add i {
    font-size: 19px;
    color: #fff;
    margin: 20px 19px;
}

.user-details-image {
    margin: auto;
    display: table;
}

.user-profile-image-add {
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(39, 41, 42, 0.8);
    position: absolute;
    z-index: 100;
    border-radius: 50px;
    margin: 4px;
    cursor: pointer;
}

.user-profile-image-add i {
    font-size: 23px;
    color: #fff;
    margin: 27px;
}

.save-user-content .user-img,
.user-details-image .user-img {
    display: block;
    border: 1px solid #ddd;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    padding: 0;
    background-color: white;
    position: relative;
    box-shadow: 1px 4px 15px rgba(0, 0, 0, .5);
}

.save-user-content .user-img img,
.user-details-image .user-img img {
    width: 80px;
    border-radius: 50px;
    margin: 4px;
}

.member-form-add-header .save-user-content {
    padding-top: 20px;
}

.save-user-content .member-form-inputs .row>div,
.save-user-content .member-form-inputs .user-role label {
    margin-bottom: 0 !important;
}

.sidebar-user-info-inner img {
    width: 60px;
    height: 60px;
}

.send-sms-modal .user-img img {
    border: 1px solid #bbb;
    padding: 4px;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, .5);
    border-radius: 50%;
    width: 80px;
}

.send-sms-modal table.borderless {
    margin-top: 15px;
}

.client-guarantors .search-client-guarantor {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}

.coments-content .comment-user-img {
    border: 1px solid #bbb;
    border-radius: 50px;
    padding: 2px;
    width: 46px;
    height: 46px;
    margin-left: 5px;
}

.users-list-img img {
    border-radius: 50px;
    min-width: 40px !important;
}

.closed-accounts .dropdown-menu {
    background-color: #F4F4F4 !important;
}

.closed-accounts .dropdown-menu li {
    border-top: 1px solid #DDDDDD !important;
}

.closed-accounts .dropdown-menu a {
    color: #555 !important;
    border: none !important;
}

.closed-accounts .dropdown-menu a:hover,
.closed-accounts .dropdown-menu>.active,
.closed-accounts .dropdown-menu>.active>a,
.closed-accounts .dropdown-menu>.active>a {
    background-color: #FFFFFF !important;
}

.user-pass-validation>span {
    position: absolute;
    color: rgb(204, 63, 68);
}

.administration-view .panel-heading a {
    color: #FFFFFF;
}

.administration-view .panel-body {
    display: flex;
}

.administration-view .icon-section {
    font-size: 45px;
    margin-right: 25px;
}

.administration-view .description-section {
    margin-top: 0 !important;
    min-height: 70px;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.editing-penalty-rate .penalty-loan-name {
    margin-bottom: 0;
}

.editing-penalty-rate .penalty-client-name {
    border-bottom: 1px solid #E5E5E5;
}

.filterContent {
    padding: 0 0 12px 0;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 30px !important;
}

.report-income-receivable .panel-heading>.panel-options .nav-tabs>li.active>a {
    color: #68b828 !important;
}

.tableDropdownBox {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100000;
    width: 250px;
    background-color: #fff;
}

.tableDropdownBox ul.select2-choices {
    padding: 10px;
}

.tableOverlay {
    background-color: rgba(204, 204, 204, 0.26);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#security .security-control .btn {
    margin-bottom: 0;
}

#loanSchedule .loan-schedule {
    overflow: auto;
    height: 180px;
    border: 1px solid #E4E4E4;
    margin-bottom: 2px;
}

#loanSchedule .loan-schedule .add-fees-input {
    text-align: right;
    float: right;
    width: 120px;
    height: 22px;
    padding: 0;
}

#security .ip-address-list-header {
    padding: 7px 15px 7px 15px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-bottom: 2px;
}

#security .ip-address-list-header .col-lg-1 {
    padding: 0;
}

#security .ip-address-list-header span {
    font-weight: bold;
    font-size: 13px;
}

#security .ip-address-list {
    overflow: auto;
    max-height: 200px;
    border: 1px solid #E4E4E4;
}

#security .ip-address-list a {
    overflow: hidden;
    border-left: 0;
    border-bottom: 0;
    cursor: default;
}

.security-details {
    border: 1px solid #dddddd;
    margin-top: 15px;
    padding: 10px 0 10px 11px;
}

#loanSchedule .loan-schedule a {
    overflow: hidden;
    border-left: 0;
    border-bottom: 0;
    cursor: default;
    padding-top: 4px;
    padding-bottom: 4px;
}

#loanSchedule .loan-schedule-header {
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#loanSchedule .loan-schedule-footer {
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#security .ip-address-list a {
    border-right: 0;
}

#security .ip-address-list a .ip-address,
#security .ip-address-list a .ip-name {
    cursor: pointer;
}

#security .ip-address-list a .ip-name {
    color: #68b828;
    font-weight: bold;
}

#security .ip-address-list a:first-child,
#loanSchedule .loan-schedule a:first-child {
    border-top: 0;
}

#security .ip-address-list a .col-xs-1,
#loanSchedule .loan-schedule a .col-xs-1 {
    padding: 0;
}

#security .lock-screen {
    padding-right: 0;
}

#security .lock-screen .minutes {
    color: #68B828;
}

#security .lock-screen>div {
    overflow: hidden;
}

#security .lock-screen h4 {
    margin-bottom: 10px;
}

#security .restriction-header {
    overflow: hidden;
    margin-bottom: 1px;
}

#security .restriction-header h4 {
    float: left;
}

#security .restriction-header>div {
    float: right;
    margin: 0;
}

#security .restrict-user-to-login .form-group,
#security .restrict-user-to-login .form-group .checkbox {
    margin: 0;
}

#security .restrict-user-to-login button {
    position: absolute;
    top: -5px;
    right: 0;
    padding: 2px 8px;
}

#security .restrict-user-to-login .form-block {
    position: absolute;
    top: -9px;
    right: 50px;
}

.balance-make-transfer .amount-input {
    width: 100%;
}

.balance-make-deposit .amount-input input,
.balance-make-transfer .amount-input input,
.balance-make-withdrawal .amount-input input {
    border-right: none;
}

.balance-make-deposit .amount-currency,
.balance-make-transfer .amount-currency,
.balance-make-withdrawal .amount-currency {
    width: 70px;
    display: block;
}

.all-activities-view table {
    border: 1px solid #dddddd;
}

.all-activities-view table .activities-icon {
    width: 35px;
    padding: 0 !important;
    text-align: center;
}

.all-activities-view table .activities-icon span i {
    font-size: 15px;
    width: 23px;
    height: 23px;
    display: block;
    padding: 5px 9px;
}

/* Activities V3 - premium Who/What/Where/Details/When feed */
.activities-v3-shell {
    overflow: hidden;
}
.activities-filter-label {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
    display: block;
    margin-bottom: 6px;
}
.activities-v3-toolbar {
    position: sticky;
    top: 0;
    z-index: 3;
    margin: -6px -6px 18px;
    padding: 14px 16px 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(4px);
}
.activities-v3-toolbar .form-control {
    border-color: #dddddd;
    box-shadow: none;
}
.activities-v3-toolbar .form-control:focus {
    border-color: #0c56af;
    box-shadow: 0 0 0 2px rgba(12, 86, 175, 0.12);
}
.activities-v3-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.activities-v3-sort-tabs {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #dddddd;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.activities-v3-sort-tabs a {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-radius: 999px;
    padding: 4px 10px;
    background-color: #fff;
    transition: all .18s ease;
}
.activities-v3-sort-tabs a:hover {
    color: #0c56af;
    border-color: #0c56af;
}
.activities-v3-sort-tabs a.activities-sort-active {
    color: #fff;
    background: #ffba00;
    border-color: transparent;
}
.activities-v3-sort-tabs a i {
    margin-left: 4px;
    font-size: 10px;
}
.activities-v3-feed {
    list-style: none;
    margin: 0;
    padding: 0;
}
.activities-v3-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    margin-bottom: 12px;
}
.activities-v3-rail {
    position: relative;
    display: flex;
    align-items: center;
}
.activities-v3-rail:after {
    display: none;
}
.activities-v3-item:last-child .activities-v3-rail:after {
    display: none;
}
.activities-v3-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background: #0c56af;
    box-shadow: 0 0 0 4px rgba(12, 86, 175, 0.15);
}
.activities-v3-card {
    border: 1px solid #dddddd;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px;
    padding: 14px;
    transition: transform .16s ease, box-shadow .16s ease;
}
.activities-v3-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}
.activities-v3-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c56af;
}
.activities-v3-icon i {
    font-size: 15px;
    color: #fff !important;
}
.activities-v3-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 14px;
}
.activities-v3-cell {
    min-width: 0;
}
.activities-card-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #979898;
    display: block;
    margin-bottom: 3px;
}
.activities-v3-value {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activities-v3-value a {
    color: #0c56af;
    text-decoration: none;
}
.activities-v3-value a:hover {
    text-decoration: underline;
}
.activities-v3-action {
    font-weight: 600;
    color: #0c56af;
}
.activities-v3-chip {
    margin-left: 6px;
    display: inline-block;
    font-size: 11px;
    color: #555;
    border: 1px solid #dddddd;
    border-radius: 999px;
    padding: 1px 8px;
    background: #f5f5f5;
}
.activities-card-details {
    white-space: normal;
    line-height: 1.45;
    color: #555;
}
.activities-v3-when {
    color: #555;
    font-weight: 600;
}
.activities-empty {
    padding: 42px 20px;
    color: #979898;
}
.activities-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    flex-wrap: wrap;
    gap: 10px;
}
.activities-pagination-info {
    font-size: 12px;
    color: #979898;
}
.activities-pagination-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}
.activities-pagination-page {
    font-size: 12px;
    min-width: 48px;
    text-align: center;
    color: #555;
}
@media (max-width: 1200px) {
    .activities-v3-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .activities-v3-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .activities-v3-card {
        grid-template-columns: 1fr;
    }
    .activities-v3-icon {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 520px) {
    .activities-v3-item {
        grid-template-columns: 1fr;
    }
    .activities-v3-rail {
        display: none;
    }
    .activities-v3-grid {
        grid-template-columns: 1fr;
    }
}

.bg-blue {
    background-color: #0c56af
}

.empty-data-list {
    border: 1px solid #ddd;
    min-height: 200px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

/********************************
******* Tasks Style
*********************************/
.bg-white {
    background-color: #ffffff;
}

.tasks-main-view .mail-table {
    border: 1px solid #dddddd;
    border-collapse: initial !important;
}

.tasks-main-view .mail-table>tbody>tr>td,
.tasks-main-view .mail-table>tfoot>tr>td,
.tasks-main-view .mail-table>tbody>tr>th,
.tasks-main-view .mail-table>tfoot>tr>th,
.tasks-main-view .mail-table>thead>tr>th,
.tasks-main-view .mail-table>thead>tr>th {
    border-bottom: none;
}

.tasks-main-view .task-search {
    margin: 0 0 10px 15px;
}

.tasks-main-view .assign-to-me {
    margin: 10px 0 !important;
}

.tasks-main-view .assign-to-me input {
    position: absolute !important;
    margin-left: -20px !important;
}

.tasks-main-view .task-search .input-group-addon {
    background-color: #fff !important;
}

.tasks-main-view .tabs-vertical-env .tab-content {
    background: none;
    border: none !important;
}

.tasks-main-view .mailbox-env .mail-env {
    padding: 15px 0 0 0;
    margin-bottom: 0;
    background: none;
}

.tasks-main-view .mailbox-env .mail-env table {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.tasks-main-view .task-star-section {
    position: relative;
}

.tasks-main-view .user-tasks .task-header {
    margin-top: 8px;
}

.user-task-details .panel-options a {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.tasks-main-view .mailbox-env .mail-env .mail-table>thead>tr>th {
    padding-top: 15px !important;
}

.user-task-details .panel-heading {
    padding: 9px 20px 9px 20px !important;
}

.mailbox-env tbody tr .col-cb {
    border-left: 3px solid rgba(104, 184, 40, 0);
}

.dueToday-task-table tbody tr:hover .col-cb {
    border-left: 3px solid #68b828;
}

.upcoming-task-table tbody tr:hover .col-cb {
    border-left: 3px solid #40BBEA;
}

.complete-task-table tbody tr:hover .col-cb {
    border-left: 3px solid #2c2e2f;
}

.overdue-task-table tbody tr:hover .col-cb {
    border-left: 3px solid #D5080F;
}

.active-dueToday-task-row {
    border-left: 3px solid #68b828 !important;
}

.active-upcoming-task-row {
    border-left: 3px solid #40BBEA !important;
}

.active-complete-task-row {
    border-left: 3px solid #2c2e2f !important;
}

.active-overdue-task-row {
    border-left: 3px solid #D5080F !important;
}



.tasks-notifications .notifications .top button {
    position: absolute;
    right: 31px;
    top: 10px;
    color: #ffffff !important;
}

#usersListTabs .headerGreen {
    background-color: #68b828;
    color: #fff;
}

#usersListTabs .headerRed {
    background-color: #D5080F;
    color: #fff;
}

#usersListTabs .headerInfo {
    background-color: #40bbea;
    color: #fff;
}

#usersListTabs .headerBlack {
    background-color: #2c2e2f;
    color: #fff;
}

#usersListTabs .taskCheckbox {
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.completeTrue {
    text-decoration: line-through;
    opacity: 0.3;
}

.user-tasks .list-group-item {
    overflow: hidden;
    margin-bottom: 5px;
    border-left: 3px solid #DDDDDD;
    -webkit-box-shadow: 1px 1px 1px rgba(159, 159, 159, 0.32);
    -moz-box-shadow: 1px 1px 1px rgba(159, 159, 159, 0.32);
    box-shadow: 1px 1px 1px rgba(159, 159, 159, 0.32);
}

.user-tasks .taskCheckbox {
    float: left;
    margin: 0;
}

.user-tasks .task-title {
    float: left;
    margin-left: 10px;
    color: #2c2e2f;
}

.user-tasks .task-date {
    float: right;
    margin-right: 30px;
}

.user-tasks .completeTrue {
    text-decoration: line-through;
    opacity: 0.3;
}

.user-tasks .tabs-content-header h3 {
    margin: 0;
}

.tabs-content-header {
    padding-left: 0;
}

.tabs-content-header .tab-body-title,
.tabs-content-header .tab-body-search {
    padding: 0;
}

.tabs-content-header .tab-body-search {
    display: inline-flex !important;
}

.no-task-content {
    background-color: #eeeeee;
    min-height: 276px;
    border: 1px solid #dddddd;
}

.no-task-content-icon {
    display: none;
}

.no-task-content .no-task-content-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 80px;
    color: white;
}

.client-add-new-task {
    margin-left: 20px;
}

.user-tasks .task-star {
    float: right;
    font-size: 16px;
    right: 15px;
    top: 0;
    width: 26px;
    height: 36px;
    position: absolute;
    cursor: pointer;
}

.user-tasks .all-task-star {
    right: 50%;
    margin-right: -13px;
}

.all-tasks-important span {
    font-size: 19px;
    margin: -4px;
    display: block;
}

.activeStar.dueToday {
    background-color: #8DC63F;
}

.activeStar.upcoming {
    background-color: #40BBEA;
}

.activeStar.complete {
    background-color: #2c2e2f;
}

.activeStar.overdue {
    background-color: #cc3f44;
}

.user-tasks .task-star i {
    margin: 7px 4px;
}

.user-tasks .task-star.activeStar:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: solid 5px rgb(255, 255, 255);
    border-left: solid 13px transparent;
    border-right: solid 13px transparent;
}

.user-task-modal .task-star {
    float: right;
    font-size: 15px;
    right: 35px;
    top: 0;
    width: 33px;
    height: 40px;
    position: absolute;
}

.user-task-modal .task-star i {
    margin: 9px 9px;
}

.user-task-modal .task-star.activeStar:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: solid 6px rgb(255, 255, 255);
    border-left: solid 17px transparent;
    border-right: solid 17px transparent;
}

.user-task-modal .ui-select-container .caret {
    display: none;
}

.user-task-modal .ui-select-bootstrap .ui-select-choices-row.active>a {
    background-color: #68b828 !important;
}

.user-task-modal .search-main {
    position: relative !important;
}

.user-task-modal .search-clients-task .search-container {
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 1000;
    border: 1px solid #E4E4E4;
    border-top: 0;
    background-color: #ffffff;
    padding: 4px 0;
}

.user-task-modal .search-clients-task .search-container a {
    display: block;
    padding: 4px 20px 3px 20px;
}

.user-task-modal .search-clients-task .search-container a:hover {
    background-color: #68B828;
    color: #FFFFFF;
}

.user-task-details .taskCheckbox {
    position: absolute;
    top: 12px;
}

.user-task-details .title {
    margin-left: 25px;
    font-size: 14px;
}

#usersListTabs .nav-tabs-justified .badge {
    position: absolute !important;
    left: 15px !important;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #68B828 !important;
}

.ui-select-bootstrap .ui-select-choices-row>span:focus,
.ui-select-bootstrap .ui-select-choices-row>span:hover {
    color: #ffffff !important;
    background-color: #68B828 !important;
}

.client-tasks {
    padding: 0 !important;
}

.sidebar-menu li>ul.sidebar-policies-ul {
    display: none !important;
}

.sidebar-menu .sidebar-policies:hover ul.sidebar-policies-ul {
    display: block !important;
}

.sidebar-menu ul.sidebar-policies-ul a>i {
    display: none;
}

.sidebar-menu ul.sidebar-policies-ul a>i+span {
    text-align: left;
    left: 100%;
    top: 0;
    display: block !important;
    width: 200px !important;
    height: 19px;
    font-size: 16px;
}

.color-picker-wrapper .input-group .input-group-addon {
    padding: 6px 16px !important;
}

.customSelectOption {
    position: absolute;
    right: 8px;
    top: 6px;
    padding: 2px 8px;
}

.mfb-component__button--main,
.mfb-component__button--child {
    background-color: #68b828 !important;
    color: #FFFFFF !important;
}

.mfb-component__button--main:hover,
.mfb-component__button--child:hover {
    background-color: #68B828 !important;
}

i.mfb-component__main-icon--resting.fa.fa-plus {
    font-size: 21px !important;
    padding-top: 2px !important;
}

[data-mfb-label]:after {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.mfb-component__button--child {
    height: 46px !important;
    width: 46px !important;
}

.mfb-component__child-icon {
    line-height: 46px !important;
    font-size: 14px !important;
}

.mfb-component__list>li {
    right: 5px !important;
}

.floatingButtonOverlay {
    background-color: black;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 25;
}

.panel-toggle-btn {
    text-decoration: none !important;
}

.reporting-section .tab-content {
    margin-bottom: 10px !important;
}

.reporting-section .tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical>li.active>a {
    border-left: 3px solid #68b828;
}

.reporting-section .channel-flow-report table,
.reporting-section .cash-flow-report table {
    border: 1px solid #DDDDDD;
}

.reporting-section .tabs-vertical-env .nav.tabs-vertical {
    min-width: 40px !important;
    width: 45px !important;
}

#modulus .invoice-env {
    padding: 0 !important;
}

.usage-limits .xe-widget.max-users {
    margin-top: 15px;
}

.usage-limits .xe-widget {
    padding-top: 20px !important;
}

.usage-limits .xe-icon {
    font-size: 55px !important;
    padding-bottom: 0 !important;
}

#modulus .action-btn {
    padding: 8px 15px !important;
}

#holidays .action-btn {
    padding: 6px 15px !important;
}

#newCustomField .action-btn {
    padding: 6px 15px !important;
}

#newCustomField .action-btn .form-block {
    padding-top: 0 !important;
}

#smsNotifications .event-title,
#emailNotifications .event-title,
#webHooks .event-title {
    margin: 0 !important;
}

.active-notification {
    color: #373e4a !important;
    font-weight: bold;
}

.loanProductDocument .cke_chrome,
.newEmailNotification .cke_chrome {
    border: 1px solid rgb(228, 228, 228) !important;
    box-shadow: none !important;
}

.loanProductDocument .cke_top,
.newEmailNotification .cke_top {
    background-image: none !important;
    border-bottom: 1px solid rgb(228, 228, 228) !important;
    background: #eee;
    box-shadow: none !important;
}

.loanProductDocument .cke_bottom,
.newEmailNotification .cke_bottom {
    background-image: none !important;
    border-top: 1px solid rgb(228, 228, 228) !important;
    background: #eee;
    box-shadow: none !important;
}

.loanProductDocument .cke_toolgroup,
.loanProductDocument .cke_combo_button,
.newEmailNotification .cke_toolgroup,
.newEmailNotification .cke_combo_button {
    margin: 0 6px 3px 0;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
}

.loanProductDocument .cke_button_on,
.newEmailNotification .cke_button_on {
    background: #eeeeee;
}

.dropdown-position-fixer {
    right: 0;
    left: inherit;
}

#rescheduleLoanAccount .currency {
    width: 70px;
    padding: 8px 0 0 5px;
}

#rescheduleLoanAccount .inline-input-width {
    width: 100%;
    display: inline-flex;
}

#rescheduleLoanAccount .inline-input-width input {
    width: 100%;
}

li.dropdown.user-profile a i {
    margin-left: 5px;
}

.app-footer {
    padding: 20px 30px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    /*margin-left: -30px;
    margin-right: -30px;*/
    margin-top: 10px;
    background-color: #eee;
}

.all-activities .activities-icon {
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    top: 4px;
}

.all-activities .activities-content {
    padding-left: 30px;
}

.all-activities .list-group.list-group-minimal .list-group-item:hover {
    background-color: #f5f5f5;
}

.calendar-content .cal-year-box .cal-before-eventlist>div {
    margin-bottom: 0 !important;
}

.calendar-content .cal-day-today {
    background-color: #68b828 !important;
}

.calendar-content .cal-day-today span[data-cal-date] {
    color: #FFFFFF !important;
}

.calendar-content .calendar-main .fc .fc-toolbar .fc-right>.fc-button-group:last-child {
    margin-right: 0 !important;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
    transition: all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
    opacity: 0;
    max-height: 0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
    opacity: 1;
    max-height: 30px;
}

.user-details-view .parent-tab-content {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.user-details-view .tabs-vertical {
    width: 100% !important;
    display: block !important;
}

.user-details-view .tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical>li.active>a {
    border-left: 3px solid #68b828;
}

.user-details-view .loan-client-tabs .tab-content {
    display: block;
}

.user-details-sessions .session-icon {
    font-size: 2em !important;
}

#activities-tab {
    color: #979898;
}

#activities-tab .tittle {
    margin-top: 0;
}

#activities-tab .list-group-item:hover {
    background-color: #f5f5f5;
}

#activities-tab .user-activity-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 30px;
    text-align: center;
    font-size: 20px;
}

.required-bg {
    background-color: red;
}

.required-corner,
.required-bg>ul.select2-choices {
    border-top-left-radius: 10px;
}

.filter-query-view {
    position: relative;
    padding-right: 75px;
}

.filter-query-view .action-buttons {
    position: absolute;
    top: 7px;
    right: 7px;
}

.loans-type-badge {
    font-size: 11px !important;
    width: 100%;
    font-weight: 100;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmlabel,
.page-body .main-content .cbp_tmtimeline:before {
    background: #eee !important;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmicon {
    box-shadow: 0 0 0 3px #eee !important;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmlabel:after {
    border-right-color: #eee !important;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmlabel h2 span {
    -webkit-opacity: .9 !important;
    -moz-opacity: .9 !important;
    opacity: .9 !important;
    -ms-filter: alpha(Opacity=90) !important;
    filter: alpha(opacity=90) !important;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    padding: 0 !important;
    border-bottom: none !important;
}

.user-details-user-name {
    color: #68b828 !important;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmicon.timeline-bg-blue {
    background-color: #0c56af;
    color: #fff;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmicon.timeline-bg-gray {
    background-color: #555 !important;
    color: #fff !important;
}

.user-details-statistic {
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
}

.user-details-statistic .xe-widget {
    margin-bottom: 0 !important;
}

/************************************************************
******************** Loan Schedule ***********************
*************************************************************/
#loanSchedule {
    margin-top: 10px;
}

#loanSchedule tfoot th {
    color: #8dc63f !important;
}

a.list-group-item:hover,
a.list-group-item .activeSelectOption:focus {
    background-color: #f5f5f5;
}

.activeSelectOption {
    background-color: #f5f5f5;
}

/************************************************************
******************** Responsive Style ***********************
*************************************************************/




/************************************************************
******************** Search Result ***********************
*************************************************************/
#search-resalt-conteiner tr {
    cursor: pointer;
}

#search-resalt-conteiner {
    position: absolute;
    width: 450px;
    border: 1px solid;
    border-top: none;
    border-color: #CCCCCC;
    background-color: #fff;
    overflow: hidden;
    top: 58px;
    left: -404px;
}

#search-resalt-conteiner .search-resalt-header {
    padding: 0;
    border-top: 1px solid #DDDDDD;
}

#search-resalt-conteiner .search-resalt-header h5 {
    text-align: right;
    margin: 9px 13px 0 0;
    font-size: 9px;
    font-weight: bold;
}

#search-resalt-conteiner .search-resalt-body {
    border-left: 1px solid #DDDDDD;
    padding: 0;
}

#search-resalt-conteiner .search-resalt-body table {
    margin-bottom: -1px;
}

#search-resalt-conteiner .search-resalt-body table tr:hover {
    background-color: #68b828;
    color: #fff;
    border-color: #63b026;
}

#search-resalt-conteiner .search-resalt-body table td {
    padding: 9px 13px;
    font-size: 11px;
}

.search-clients {
    position: relative !important;
}

.search-clients-conteiner {
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 1px #ccc;
}

table.transaction-details {
    border: 1px solid #ddd;
}

.transaction-print-view {
    width: 100% !important;
    height: 100% !important;
}

.transaction-print-view .modal-content {
    height: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

.transaction-print-view .modal-content .modal-footer {
    display: none !important;
}

/************************************************************
******************** Angular Modals ***********************
*************************************************************/
div.modal-dialog .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.shemo-xsmall-modal .modal-dialog {
    width: 350px !important;
}

.shemo-extra-modal .modal-dialog {
    width: 420px !important;
}

.shemo-small-modal .modal-dialog {
    width: 500px !important;
}

.shemo-small-modal-x2 .modal-dialog {
    width: 600px !important;
}

.shemo-medium-modal .modal-dialog {
    width: 700px !important;
}

.shemo-medium-modal-x2 .modal-dialog {
    width: 800px !important;
}

.modal-backdrop {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body.modal-open {
    overflow: visible !important;
}

/************************************************************
******************** Angular Date Picker Style **************
*************************************************************/
div[uib-datepicker-popup-wrap] table:focus {
    outline: none;
}

div[uib-datepicker-popup-wrap] button {
    padding: 8px 10px;
    margin-bottom: 0;
    border: 0;
}

div[uib-datepicker-popup-wrap] button.active {
    background: #68b828;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    width: 27px;
}

div[uib-datepicker-popup-wrap] button.active span {
    color: #ffffff;
}

div[uib-datepicker-popup-wrap]>li>div>table:focus {
    outline: none;
}

/************************************************************
************** Language Flags Style ***********************
*************************************************************/
.user-info-navbar .user-info-menu>li>a {
    border-bottom: 0px !important;
}

.flag {
    width: 23px;
    height: 17px;
    background: url(/assets/img/flags2.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.flag.flag-am {
    background-position: -22px -3px;
    background-size: 68px;
}

.flag.flag-ge {
    background-position: -45px -3px;
    background-size: 68px;
}

.flag.flag-ru {
    background-position: 0 -26px;
    background-size: 68px;
}

.flag.flag-us {
    background-position: -22px -25px;
    background-size: 68px;
}


/************************************************************
************** Login Form ***********************
*************************************************************/
div.back {
    width: 100%;
    background-size: cover;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.errors {
    margin-top: 50px;
    margin-bottom: 20px;
}

div.login-input-group {
    position: relative;
}

label#username-error,
label#password-error {
    color: rgb(204, 63, 68);
    position: absolute;
    top: 15px;
    right: 12px;
}

div.alert-danger {
    background-color: rgba(204, 63, 68, 0.59) !important;
    margin-bottom: 0 !important;
}

.login-content {
    padding-top: 8%;
    padding-bottom: 8%;
    height: 100%;
}

.login-content .login-wrap {
    /*border-radius: 10px;*/
    overflow: hidden;
    max-width: 670px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    display: table;
    min-height: 400px;
    max-height: 450px;
    -webkit-box-shadow: 0 0 27px #000000;
    -moz-box-shadow: 0 0 27px #000000;
    box-shadow: 0 0 27px #000000;
}

.login-content .login-wrap .login-left {
    background-color: rgba(104, 184, 41, 0.59);
    color: #fff;
}

.login-content .login-wrap .login-left,
.login-content .login-wrap .login-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.striped-bg {
    background-image: url(/assets/img/bg-strips-light.png);
    background-repeat: repeat;
}

.login-content .login-wrap .login-left .logo-lg img {
    width: 130px;
}

.login-content .login-wrap .login-right {
    background-color: #333;
    color: #999;
}

.login-content .login-wrap .login-right .heading {
    font-size: 19px;
    padding: 20px;
}

.login-content .login-wrap .login-right .rightFooter {
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    font-size: 13px;
}

.login-content .login-wrap .login-right .login-input-group .login-input-group-addon {
    position: absolute;
    width: 50px;
    text-align: center;
    left: 0;
    line-height: 48px;
}

.login-content .login-wrap .login-right .login-input-group input.form-control {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, 0.1) !important;
    height: 48px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.login-content .login-wrap .login-right .login-input-group input.form-control:focus,
.login-content .login-wrap .login-right .login-input-group input.form-control:active {
    border-color: rgb(125, 173, 88);
}

.login-content .login-wrap .login-right .btn {
    background: none;
    padding: 10px 30px;
    /*border-radius: 0 30px 30px 0;*/
    border: solid 2px rgb(73, 118, 24);
    border-left: none;
    color: rgb(73, 118, 24);
    min-width: 130px;
    transition: all 0.2s ease-in-out;
    margin-top: 40px;
}

.login-content .login-wrap .login-right .btn:hover {
    background-color: rgb(73, 118, 24);
    color: #ffffff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.login-content .login-wrap .login-right .rightFooter {
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    font-size: 13px;
}

.login-content .login-wrap .login-right .rightFooter a {
    color: #666;
}

.login-content .login-wrap .login-right .rightFooter a:hover {
    color: #999;
}

.m-l {
    margin-left: 15px;
}


/*************************************
************ Image Upload Style ************
**************************************/
#imageUploadModal {
    padding-top: 0;
}

.document-upload-modal .cropArea {
    background-image: url(/assets/img/drop-click-to-upload.png);
    cursor: pointer;
}

.image-upload-modal .cropArea {
    background-image: url(/assets/img/drop-to-upload.png);
}

#imageUploadModal .cropArea {
    width: 100% !important;
    border: 2px solid #dddddd;
    background-color: rgba(50, 47, 52, 0.1) !important;
    background-repeat: no-repeat;
    background-position: 50%;
}

#imageUploadModal .croped-image-preview {
    border: 1px solid #bbb;
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

#imageUploadModal .croped-image-preview span {
    display: block;
    margin: 3px;
    background-image: url(/assets/img/user-2.png);
    background-repeat: no-repeat;
    background-size: 71px;
    border-radius: 50px;
    height: 72px;
    width: 72px;
}

#imageUploadModal .croped-image-preview img {
    width: 72px;
    border-radius: 55px;
}

#imageUploadModal .image-navigation-btns {
    padding-right: 0;
    padding-left: 0;
}

#imageUploadModal .image-navigation-btns .btn-group-justified {
    margin-bottom: 0 !important;
}

#imageUploadModal .image-navigation-btns a {
    padding: 25px 0;
    color: #979898;
}

#imageUploadModal .image-navigation-btns a i {
    font-size: 18px;
    margin-right: 6px;
}

#imageUploadModal .image-navigation-btns a span {
    font-size: 20px;
}

.takePhotoContent {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#imageUploadModal .dragover {
    background-color: rgba(50, 47, 52, 0.2);
    border: 2px solid #80b636 !important;
}

.takePhotoContent .panel {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    width: 450px;
    z-index: 100000;
    margin: 60px auto;
}

.takePhotoContent .panel .panel-heading .panel-options a {
    font-size: 16px;
    color: #717272;
}

.ng-camera-overlay {
    left: 10px;
    position: absolute;
    top: 74px;
    z-index: 2;
}

#ng-camera-feed {
    overflow: hidden !important;
    width: 390px !important;
    height: 350px !important;

}

.ng-camera-countdown {
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    z-index: 100;
}

.ng-camera-countdown p {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.camerea-retake-picture {
    width: 388px;
    height: 320px;
    margin-bottom: 20px;
}

.camera-panel-footer {
    border-top: 2px solid #f5f5f5;
    overflow: hidden;
    padding-top: 10px;
}

#ng-camera-action {
    margin-top: 12px !important;
}

/*************************************
************ Users Style ************
**************************************/

.member-form-add-header .user-name h2 {
    min-height: 29px;
    margin-top: 0;
    color: #333;
}

.member-form-add-header .userRoles span {
    display: inline !important;
    margin-right: 10px !important;
}

.save-user-role .dualmultiselect .pool::-webkit-scrollbar {
    width: 4px;
}

.save-user-role .dualmultiselect .pool::-webkit-scrollbar-track {
    box-shadow: 0 0 3px #dfdfdf inset;
}

.save-user-role .dualmultiselect .pool::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}

/*************************************
************ Charts Style ************
**************************************/
.nv-discreteBarWithAxes .nv-barsWrap .nv-groups>g.nv-group {
    fill-opacity: 1 !important;
}

.nv-discreteBarWithAxes .nv-barsWrap .nv-groups g.nv-bar rect:hover {
    fill-opacity: 0.75 !important;
}

.age-graph-chart .table.table-condensed>tbody>tr>td {
    padding: 9px 8px !important;
    border: none !important;
}

.age-graph-chart .table .table-age-indicator {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 5px;
}

.age-graph-chart .green-bg {
    background-color: #68b828;
}

.age-graph-chart .purple-bg {
    background-color: #6f32a8;
}

.age-graph-chart .blue-bg {
    background-color: #0e62c7;
}

.age-graph-chart .yellow-bg {
    background-color: #fcd036;
}

.age-graph-chart .skyBlue-bg {
    background-color: #4fcdfc;
}

.age-graph-chart .pink-bg {
    background-color: #ff6264;
}

.age-graph-chart .orange-bg {
    background-color: #f7aa47;
}

.age-graph-chart .turquoise-bg {
    background-color: #00b19d;
}

/**************************************
************ Custom Fields Style ************
**************************************/
#v-fieldSize .col-md-3,
#v-fieldType .col-md-3,
#v-fieldStyle .col-md-4,
#v-buttonSizes .col-md-3,
#v-buttonColor .col-md-3,
#v-fieldTextColor .col-md-11,
#v-fieldTextColor .col-md-1,
#v-fieldTextColor .col-md-3,
#v-fieldBorderColor .col-md-11,
#v-fieldBorderColor .col-md-1,
#v-fieldBorderColor .col-md-3 {
    padding: 0;
}

.custom-field-checkbox {
    position: absolute;
    top: 4px;
}

.custom-field-display a.list-group-item:hover,
.custom-field-display a.list-group-item:focus,
.custom-field-display a.list-group-item .activeSelectOption:focus {
    background-color: #8dc63f;
    color: #fff;
}

.custom-field-display .activeSelectOption {
    background-color: #ffffff;
}

.custom-field-display .radio {
    /*display: inline;*/
}

.custom-field-display .tmpContent .btn {
    margin-bottom: 0;
}

.custom-field-display .input-types input[type=radio],
.custom-field-display .input-types input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.custom-field-display .input-types input[type=radio]+label:before,
.custom-field-display .input-types input[type=checkbox]+label:before {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 3px solid #DBDBDB;
}

.custom-field-display #t1:checked+label:before,
.custom-field-display #b1:checked+label:before {
    background-color: #000000;
}

.custom-field-display #t1+label:before,
.custom-field-display #b1+label:before {
    border: 3px solid #000000;
}

.custom-field-display #t2:checked+label:before,
.custom-field-display #b2:checked+label:before {
    background-color: #68b828;
}

.custom-field-display #t2+label:before,
.custom-field-display #b2+label:before {
    border: 3px solid #68b828;
}

.custom-field-display #t3:checked+label:before,
.custom-field-display #b3:checked+label:before {
    background-color: #7c38bc;
}

.custom-field-display #t3+label:before,
.custom-field-display #b3+label:before {
    border: 3px solid #7c38bc;
}

.custom-field-display #t4:checked+label:before,
.custom-field-display #b4:checked+label:before {
    background-color: #f7aa47;
}

.custom-field-display #t4+label:before,
.custom-field-display #b4+label:before {
    border: 3px solid #f7aa47;
}

.custom-field-display #t5:checked+label:before,
.custom-field-display #b5:checked+label:before {
    background-color: #ff6264;
}

.custom-field-display #t5+label:before,
.custom-field-display #b5+label:before {
    border: 3px solid #ff6264;
}

.custom-field-display #t6:checked+label:before,
.custom-field-display #b6:checked+label:before {
    background-color: #00b19d;
}

.custom-field-display #t6+label:before,
.custom-field-display #b6+label:before {
    border: 3px solid #00b19d;
}

.custom-field-display #t7:checked+label:before,
.custom-field-display #b7:checked+label:before {
    background-color: #0e62c7;
}

.custom-field-display #t7+label:before,
.custom-field-display #b7+label:before {
    border: 3px solid #0e62c7;
}

.custom-field-display #t8:checked+label:before,
.custom-field-display #b8:checked+label:before {
    background-color: #40bbea;
}

.custom-field-display #t8+label:before,
.custom-field-display #b8+label:before {
    border: 3px solid #40bbea;
}

.custom-field-display #t9:checked+label:before,
.custom-field-display #b9:checked+label:before {
    background-color: #cc3f44;
}

.custom-field-display #t9+label:before,
.custom-field-display #b9+label:before {
    border: 3px solid #cc3f44;
}

.custom-field-display #t10:checked+label:before,
.custom-field-display #b10:checked+label:before {
    background-color: #ffba00;
}

.custom-field-display #t10+label:before,
.custom-field-display #b10+label:before {
    border: 3px solid #ffba00;
}

.custom-field-display #t11:checked+label:before,
.custom-field-display #b11:checked+label:before {
    background-color: #ffffff;
}

.custom-field-display #t11+label:before,
.custom-field-display #b11+label:before {
    border: 3px solid #ffffff;
}

.custom-field-display #t12:checked+label:before,
.custom-field-display #b12:checked+label:before {
    background-color: #eeeeee;
}

.custom-field-display #t12+label:before,
.custom-field-display #b12+label:before {
    border: 3px solid #eeeeee;
}

.custom-field-display .input-types input[type=radio]:checked+label:before,
.custom-field-display .input-types input[type=checkbox]:checked+label:before {
    background-color: #68B828;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
/*.custom-field-display .input-types input[type=radio] + label:before{
    border-radius:50%;
}*/
.custom-field-display .input-types input[type=checkbox]+label:before {
    border-radius: 2px;
}

/*************************************
************ Balance Sheet Style ************
**************************************/
.balance-sheet-chart {
    width: 100%;
    margin-bottom: 60px;
}

.balance-sheet-chart table {
    width: 100%;
    height: 100%;
}

.balance-sheet-chart .popover-main {
    display: inline-flex;
}

.balance-sheet-chart .color-indicatior {
    width: 12px;
    height: 12px;
    display: block;
    margin: 6px 6px 0 0;
}

.balance-sheet-chart .color-indicatior.asset {
    background: #68b828;
    border: 1px solid #5fa02c;
}

.balance-sheet-chart .color-indicatior.liability {
    background: #7c38bc;
    border: 1px solid #662d9c;
}

.balance-sheet-chart .color-indicatior.equity {
    background: #f69f2f;
    border: 1px solid #d88c2a;
}

.balance-sheet-chart .popover-text {
    font-size: 18px;
}

.balance-sheet-chart tbody h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.balance-sheet-chart tbody>tr>td {
    padding: 20px 10px;
    opacity: 1;
}

.balance-sheet-chart tbody>tr>td:hover {
    /*opacity: 0.7;*/
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.balance-sheet-inv thead>tr>th {
    color: #FFFFFF !important;
}

.assets-balance-sheet thead {
    background-color: rgba(104, 184, 40, 0.8);
}

.assets-balance-sheet tfoot th {
    color: #68b828 !important;
    font-weight: bold;
    font-size: 16px;
}

.channel-flow-transactions-loan thead .ng-table-sort-header {
    background-color: rgba(104, 184, 40, 0.8);
}

.channel-flow-transactions-saving thead .ng-table-sort-header {
    background-color: rgba(64, 187, 234, 0.8);
}

.channel-flow-transactions-saving thead .ng-table-sort-header th,
.channel-flow-transactions-loan thead .ng-table-sort-header th {
    color: #ffffff;
}

.liability-balance-sheet thead {
    background-color: rgba(124, 56, 188, 0.8);
}

.liability-balance-sheet tfoot th {
    color: #7c38bc !important;
    font-weight: bold;
    font-size: 16px;
}

.equity-balance-sheet thead {
    background-color: rgba(246, 159, 47, 0.8);
}

.equity-balance-sheet tfoot th {
    color: #f69f2f !important;
    font-weight: bold;
    font-size: 16px;
}

.balance-sheet-type-header {
    background-color: #f1f1f1;
}

.loading-data-content {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.13);
    position: relative;
}

/********************************
**** Table Highlighted Row ****
*********************************/
.activeRow {
    background: rgba(104, 184, 40, 0.8) !important;
    color: #ffffff !important;
}

.activeRow .amountColumn {
    color: #ffffff !important;
}

.activeRow td {
    border-color: rgba(104, 184, 40, 0.8) !important;
}

.activeRow a,
.activeRow b {
    color: #ffffff !important;
}

/********************************
**** Loader Spinner Style ****
*********************************/
.pageLoadingOverlayBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.pageLoadingOverlay {
    background-color: #000000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spinner {
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.data-loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/********************************
**** Search BG Overlay Style ****
*********************************/
.searchBgOverlay {
    background-color: #000000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.user-info-navbar .user-info-menu>li.search-form,
.navbar.horizontal-menu .navbar-inner>.nav>li.search-form {
    z-index: 10000 !important;
}

.user-info-navbar .user-info-menu>li>form {
    border-bottom: none !important;
}

/************************************
******** Angular Tree **************
************************************/
.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 40px !important;
}

.angular-ui-tree-handle {
    background: #f8faff;
    border-right: 1px solid #DBDBDB;
    padding: 10px 10px;
}

.tree-node-content>a {
    margin: 0;
}

.angular-ui-tree-handle:hover {
    background: #e1e1e1;
}

tr.angular-ui-tree-empty {
    height: 100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.tree-node {
    border: 1px solid #DBDBDB;
    background: #f6f6f6;
    margin-bottom: 5px;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}

.tree-handle {
    padding: 10px;
    background: #eee;
    font-size: 18px;
    margin-right: 10px;
}

#tree-root ol li ol li>div {
    background-color: #FFFFFF;
}

.angular-ui-tree-handle:hover {}

.angular-ui-tree-placeholder {
    /*background: #f0f9ff;*/
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.angular-ui-tree .collapse-button {
    position: absolute;
    left: 50px;
}

#tree-root>ol>li>.tree-node>.tree-node-content>.customGroupTitle {
    margin-left: 20px;
}

.document-schedule td,
.document-schedule th {
    padding: 3px 15px !important;
}

.document-schedule thead th {
    background-color: grey;
}

/************************************
******** INVOICE Style **************
************************************/

.invoice-print-view {
    background-color: #ffffff;
    padding: 0 !important;
}

.invoice-print-view .invoice-header {}

.invoice-print-view .invoice-print-logo {
    background-color: #8dc63f;
    width: 40%;
    padding: 20px;
    position: relative;
}

.invoice-print-view .invoice-print-logo img {
    width: 60%;
    margin: auto;
}

.invoice-print-logo::before,
.invoice-print-logo::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.invoice-print-logo::before {
    border-width: 5.5em;
}

.invoice-print-logo::after {
    border-width: 4.7em;
    border-right-color: #fff;
    border-bottom-color: #ffffff;
}

.invoice-print-view .invoice-details {
    overflow: hidden;
}

.invoice-details .client-info {
    float: left;
    width: 50%;
}

.invoice-details .print-invoice-details {
    float: right;
    width: 50%;
}

.invoice-details .print-invoice-details h1 {
    border-bottom: 4px solid #8dc63f;
    font-size: 40px;
    font-weight: bold;
    color: gray;
}

.invoice-details .print-invoice-details ul {
    margin-top: 20px;
}

.invoice-details .print-invoice-details .inv-indicator {
    width: 8px;
    height: 8px;
    background: #8dc63f;
    display: block;
    float: left;
    margin: 5px 10px 0 0;
}

.invoice-print-view .table thead {
    background-color: #8dc63f;
}

.invoice-print-view .table thead th {
    color: #ffffff;
}

.invoice-print-view .grand-total-sum td,
.invoice-print-view .grand-total td {
    border-bottom: 0;
    border-top: 0;
}

.invoice-print-view .grand-total .sub-total {
    background: #ced4c6;
}

.invoice-print-view .grand-total-sum .grand-total-title {
    background-color: #404040;
    color: white;
    font-size: 16px;
}

.invoice-print-view .grand-total-sum .grand-total-value {
    background-color: #8dc63f;
    color: white;
    font-size: 16px;
}

.invoice-logo {
    width: 150px;
}

.invoice-generator .invoice-options li,
.invoice-generator .invoice-bill-info .input-group {
    margin-bottom: 5px;
}

.invoice-generator .invoice-details .input-group i,
.invoice-generator .invoice-payment-info .input-group {
    margin: 0 5px 5px 0;
}

.invoice-generator .input-del-btn {
    font-size: 18px;
}

.row-fixed {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

input.ui-select-search {
    width: 100% !important;
}

/*************************************************
************** SAVE POLICY ***********************
**************************************************/
.selected-policy-indicator span>i {
    text-align: center;
    width: 30px;
}

.save-policy-view .selected-policy-details span>i {
    text-align: center;
    width: 20px;
}

.save-policy-view .selected-policy-details .sp-title {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 6px;
}

.dynamic-search .ds-select-choices {
    padding-left: 22px;
    position: relative;
}

.dynamic-search .ds-select-choices .ds-icon {
    position: absolute;
    top: 0;
    left: 1px;
}

.dynamic-search .ds-select-choices .ds-docID {
    font-size: 11px;
}

.save-policy-view .amount-currency span.ui-select-toggle {
    border-left: none !important;
}

/*************************************************
************** FILTER MODAL ***********************
**************************************************/
.custom-filter-modal .modal-dialog .modal-content {
    padding: 0 !important;
}

.custom-filter-modal .modal-header,
.custom-filter-modal .modal-body,
.custom-filter-modal .modal-footer {
    padding: 20px 30px !important;
    border-bottom-width: 1px !important;
}

.custom-filter-modal .modal-body>.well {
    padding-top: 5px;
}

.global-search-input {
    border-radius: 2.5rem !important;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    line-height: 2.3;
    height: 35px;
    padding: 2px 30px 0 10px;
    width: 400px;
    font-size: 13px;
    visibility: visible;
    background: #ebebeb;
    z-index: 1;
}

.global-search-input span.ui-select-toggle {
    height: 30px;
    line-height: 2.4;
    border: none !important;
    background: none !important;
}

.global-search-input i.caret {
    display: none;
}

.global-search-input input.ui-select-search {
    width: 100% !important;
    border: none !important;
    background: none !important;
    padding-left: 0;
}

.global-search-input .ui-select-choices-group-label {
    font-weight: bold;
    color: #68b828;
}

.delete-popover {
    width: 240px !important;
}

div[ng-table-pagination],
div[ng-table-pagination] button {
    margin: 0;
}

.fields-conditions .condition-name {
    padding-left: 0;
}

.fields-conditions .condition-type {
    padding-right: 0;
}

.cond-actions {
    width: 100px;
}

.cond-actions .btn {
    width: 30px;
}

.cond-actions .cond-actions-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

.page-body .main-content .cbp_tmtimeline>li .cbp_tmicon.timeline-bg-turquoise {
    background-color: #00b19d;
    color: #fff;
}

.no-padding-r {
    padding-right: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.full-width {
    width: 100%;
}

.text-ellipsis-clp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-ellipsis-clp .ui-select-match-text {
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px !important;
    margin-right: 10px;
    top: 6px;
    position: absolute;
}

.text-secondary-important {
    color: #68b828 !important;
}

.dashboard-data .xe-widget.xe-progress-counter .xe-upper .xe-icon,
.dashboard-data .xe-widget.xe-progress-counter .xe-upper .xe-label {
    padding-bottom: 18px;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.data-import-export .table-horizontal-scroll {
    overflow-x: auto;
}

.data-import-export .table-horizontal-scroll>.table {
    /* display:block;
    border-bottom: 0;*/
}

.data-import-export .table-horizontal-scroll>.table tbody {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}

.compare-data-columns {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.display-block {
    display: block !important;
}

.cursor-pointer {
    cursor: pointer;
}

.table-column-50 {
    width: 50px;
}

.table-column-100 {
    width: 100px;
}

.table-column-150 {
    width: 150px;
}

div.service-placeholders {
    font-size: 12px;
    padding: 5px 13px;
}

div.service-placeholders p {
    margin: 0 10px 0 0 !important;
}

.clp-ui-select .ui-select-choices-row>span {
    white-space: initial !important;
}

div.details-hover ul li:hover,
div.details-hover tr:hover,
div.div-details-hover>div:hover {
    background-color: #f4f4f4;
}

.dashboard-data .xe-widget.xe-progress-counter .xe-upper .xe-icon,
.dashboard-data .xe-widget.xe-progress-counter .xe-upper .xe-label,
.administration-view .xe-widget.xe-progress-counter .xe-upper .xe-icon,
.administration-view .xe-widget.xe-progress-counter .xe-upper .xe-label {
    padding-bottom: 18px;
}

.dashboard-data .dashboard-data-by-branch .xe-widget.xe-progress-counter .xe-upper .xe-icon,
.dashboard-data .dashboard-data-by-branch .xe-widget.xe-progress-counter .xe-upper .xe-label {
    padding-bottom: 0;
}

.dashboard-data .dashboard-data-by-branch .d-branch-item:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

.dashboard-data .dashboard-data-by-branch .d-branch-item span {
    font-size: 12px !important;
}

.dashboard-data .dashboard-data-by-branch .d-branch-name {
    color: #2c2e2f !important;
}

.text-secondary-i {
    color: #68b828 !important;
}

.display-flex {
    display: flex !important;
}

.dashboard-data .date-range-picker {
    margin-right: 10px;
}

.dashboard-data .date-range-picker .form-control {
    width: 190px;
}

.dashboard-data .date-range-picker .input-group-addon {
    padding: 0 10px;
}

.daterangepicker .ranges li.active {
    background-color: #68b828 !important;
    color: #fff !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #68b828 !important;
    color: #fff !important;
}

.daterangepicker th .monthselect,
.daterangepicker th .yearselect {
    color: #555;
    border: 1px solid #e4e4e4;
    border-radius: 0;
}

.on-hover-sidebar {
    display: block !important;
    z-index: 100 !important;
    height: 100% !important;
}

.main-content.move-main-content {
    padding-left: 110px !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: end !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-20 {
    gap: 20px !important;
}

.height-32 {
    height: 32px !important;
}

.position-relative {
    position: relative !important;
}

.rounded-sm {
    border-radius: 0.25rem;
    /* 0.25rem (4px) */
}

.rounded-md {
    border-radius: 0.375rem;
    /* 0.375rem (6px) */
}

.rounded-lg {
    border-radius: 0.5rem;
    /* 0.5rem (8px) */
}

.rounded-lg-important {
    border-radius: 0.5rem !important;
}

.rounded-xl {
    border-radius: 16pt !important;
    /* 0.75rem (12px) */
}


.rounded-xl-top-right {
    border-top-right-radius: 16pt !important;
}

.rounded-xl-bottom-right {
    border-bottom-right-radius: 16pt !important;
}

.rounded-xl-top-left {
    border-top-left-radius: 16pt !important;
}

.rounded-xl-bottom-left {
    border-bottom-left-radius: 16pt !important;
}

.rounded-2xl {
    border-radius: 1rem;
    /* 1rem (16px) */
}

.rounded-3xl {
    border-radius: 1.5rem;
    /* 1.5rem (24px) */
}

.rounded-none {
    border-radius: 0;
}

.rounded-full {
    border-radius: calc(infinity * 1px) !important;
}

div.modal-dialog div.modal-content {
    border-radius: 16pt;
    /* 1rem (16px) */
}

.rounded-lg-right {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-lg-top-right {
    border-top-right-radius: 0.5rem !important;
}

.rounded-lg-bottom-right {
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-lg-top-left {
    border-top-left-radius: 0.5rem !important;
}

.rounded-lg-bottom-left {
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg-left {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-full-right {
    border-top-right-radius: calc(infinity * 1px) !important;
    border-bottom-right-radius: calc(infinity * 1px) !important;
}

.rounded-full-left {
    border-top-left-radius: calc(infinity * 1px) !important;
    border-bottom-left-radius: calc(infinity * 1px) !important;
}

.btn-20 {
    width: 20px !important;
    height: 20px !important;
}

.btn-25 {
    width: 25px !important;
    height: 25px !important;
}

.btn-30 {
    width: 30px !important;
    height: 30px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.user-avatar-24 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.user-avatar-45 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.icon-avatar-24 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cccccc;
}

.code-icon-avatar-24 {
    height: 24px;
    padding: 0 10px;
    object-fit: cover;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cccccc;
}

.icon-avatar-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cccccc;
}

.height-30 {
    height: 30px !important;
}

.height-32 {
    height: 32px !important;
}

.width-15 {
    width: 15px !important;
}

.width-30 {
    width: 30px !important;
}

.width-37 {
    width: 37px !important;
}

.width-40 {
    width: 40px !important;
}

.width-100 {
    width: 100px !important;
}

.ui-select-rounded-lg .ui-select-container,
.ui-select-rounded-lg .ui-select-match,
.ui-select-rounded-lg .ui-select-choices,
.ui-select-rounded-lg .select2-choices,
.ui-select-rounded-lg .select2-choice,
.ui-select-rounded-lg .ui-select-toggle,
.ui-select-rounded-right-lg .ui-select-choices,
.ui-select-rounded-right-lg .ui-select-choices-group {
    border-radius: 0.5rem;
}

.ui-select-rounded-right-lg .ui-select-container,
.ui-select-rounded-right-lg .ui-select-match,
.ui-select-rounded-right-lg .select2-choices,
.ui-select-rounded-right-lg .select2-choice,
.ui-select-rounded-right-lg .ui-select-toggle,
.ui-select-rounded-right-lg .ui-select-match-item {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.ui-select-rounded-right-lg .ui-select-choices,
.ui-select-rounded-lg .ui-select-choices {
    margin-top: 5px !important;
}

.ui-select-rounded-left-lg .ui-select-container,
.ui-select-rounded-left-lg .ui-select-match,
.ui-select-rounded-left-lg .select2-choices,
.ui-select-rounded-left-lg .select2-choice,
.ui-select-rounded-left-lg .ui-select-toggle,
.ui-select-rounded-left-lg .ui-select-match-item {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.global-search-input-mobile .ui-select-container,
.global-search-input-mobile .ui-select-match,
.global-search-input-mobile .ui-select-choices,
.global-search-input-mobile .select2-choices,
.global-search-input-mobile .select2-choice,
.global-search-input-mobile .ui-select-toggle,
.global-search-input-mobile .ui-select-choices,
.global-search-input-mobile .ui-select-choices-group,
.global-search-input-mobile .ui-select-search {
    border-radius: 0.5rem;
}

.global-search-input-mobile .ui-select-choices {
    margin-top: 5px !important;
}

.global-search-input-mobile i.caret {
    display: none;
}

.padding-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-md {
    margin-top: 30px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-md {
    margin-bottom: 30px !important;
}

.user-building-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #eeeeee;
    border: 1px solid #68b829;
    color: #9d9d9d !important;
}

div.table-horizontal-scroll {
    padding-bottom: 60px;
    overflow-x: auto;
    width: 100%;
}

div.table-horizontal-scroll .ng-table-counts,
div.table-horizontal-scroll .ng-table-pagination {
    position: absolute;
}

div.table-horizontal-scroll .ng-table-pagination {
    right: 30px;
}

div.table-horizontal-scroll>.table {
    width: 100%;
    border-collapse: collapse;
    min-width: 100%;
    table-layout: auto;
    /* border-bottom: 0; */
}

div.table-horizontal-scroll>.table th,
div.table-horizontal-scroll>.table td {
    padding: 8px;
    border: 1px solid #ccc;
    white-space: nowrap;
}

div.table-horizontal-scroll>.table td:last-child,
div.table-horizontal-scroll>.table th:last-child {
    border-right: none;
}

div.table-horizontal-scroll>.table td:first-child,
div.table-horizontal-scroll>.table th:first-child {
    border-left: none;
}

table.ng-table th input,
table.ng-table th select {
    border-radius: 0.375rem !important;
}

.ng-table-counts .btn:first-child,
.ng-table-pagination li:first-child a {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.ng-table-counts .btn:last-child,
.ng-table-pagination li:last-child a {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.task-activity-log-panel .clp-panel-tabs-left ul.nav-pills {
    align-items: center !important;
    justify-content: space-between !important;
    display: inline-flex !important;
    margin-bottom: 15px;
}

.task-activity-log-panel .clp-panel-tabs ul.nav-pills {
    align-items: center !important;
    justify-content: space-between !important;
    display: flex;
    margin-bottom: 15px;
}

.task-activity-log-panel .clp-panel-tabs ul.nav-pills li,
.task-activity-log-panel .clp-panel-tabs-left ul.nav-pills li {
    width: 50%;
    text-align: center;
    color: #333 !important;
}

.task-activity-log-panel .clp-panel-tabs ul.nav-pills li a,
.task-activity-log-panel .clp-panel-tabs-left ul.nav-pills li a {
    font-size: 17px;
    color: inherit !important;
    background: none !important;
    border-bottom: 2px solid #f5f5f5 !important;
}

.task-activity-log-panel .clp-panel-tabs ul.nav-pills li.active a,
.task-activity-log-panel .clp-panel-tabs-left ul.nav-pills li.active a {
    border-bottom: 2px solid #68b828 !important;
}


/* .task-activity-log-panel .task-activity-container .story-comment-user-name time{  
    color: #555 !important;
} */

.task-activity-log-panel .task-activity-container .ng-table-counts {
    margin-top: 20px;
    float: right !important;
}

.task-activity-log-panel .task-activity-container .ng-table-pagination {
    display: none;
}

.task-activity-log-panel .tab-content {
    border: none !important;
    padding: 0 !important;
}

/* Telegram-like button animation */

.btn {
    transition: transform 0.2s cubic-bezier(0.3, 0.9, 0.7, 1), filter 0.2s ease;
}


/* Active state with Telegram-style "pop" */

.btn:active {
    transform: scale(0.96);
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.5, 1.1);
    filter: brightness(0.95);
}


/* Telegram-like scale origin animation */

.dropdown-menu-animation {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8) translateY(-10px);
    transform-origin: top center;
    transition: opacity 0.2s cubic-bezier(0.3, 0.9, 0.7, 1), transform 0.2s cubic-bezier(0.3, 0.9, 0.7, 1), visibility 0.2s;
    pointer-events: none;
    min-width: 160px;
}

.open>.dropdown-menu-animation {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
    pointer-events: auto;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.5, 1.1);
}

.position-absolute {
    position: absolute !important;
}


.dropdown-menu-shadow {
    box-shadow: -2px 3px 10px #979393 !important;
}

.ui-multi-select-rounded-items li.ui-select-match-item {
    padding: 2px 20px 2px 2px !important;
    border-radius: 15px !important;
}

.ui-multi-select-rounded-items .ui-select-match-close {
    left: auto !important;
    top: 7px !important;
    right: 5px !important;
}

.sidebar-menu .main-menu a>i{
    width: 25px;
    margin-right: 0 !important;
}
/* Negative balance row styling */
.negative-balance-row {
    background-color: #cc3f44 !important;
    color: #fff !important;
}

.negative-balance-row td a {
    color: #fff !important;
}

.negative-balance-row:hover {
    background-color: #cc3f44 !important;
}

/* Insufficient funds for utility payment - red overlay indicator */
.insufficient-funds-overlay {
    background-color: rgba(220, 53, 69, 0.15) !important;
}

.insufficient-funds-overlay:hover {
    background-color: rgba(220, 53, 69, 0.2) !important;
}