@import "../node_modules/flatpickr/dist/flatpickr.min.css";
/*@import "../node_modules/flatpickr/dist/themes/material_green.css";*/
@import "../node_modules/flatpickr/dist/plugins/confirmDate/confirmDate.css";

@keyframes loading {
    0% {
        left: 50%;
        width: 0;
        z-index: 100;
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }
    100% {
        left: 0;
        width: 100%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

@keyframes w100 {
    100% {
        width: 100%;
    }
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

input {
    font-family: "Roboto Condensed", sans-serif;
}

.shimmer {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #ddd 4%, #aaa 25%, #ddd 36%);
    background-size: 200px 100%;
}

.shimmer.dark {
    background: linear-gradient(to right, #999 4%, #555 25%, #999 36%);
}

.commentLoader {
    padding: 15px 20px;
    width: 100%;
}

.commentWrapper {
    animation: w100 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 0;
    opacity: 0.4;
}

.commentLine {
    height: 8px;
    background-color: #444;
    margin-top: 15px;
    border-radius: 8px;
}

.commentLine.dark {
    background-color: white;
}

.commentLine:nth-child(1) {
    width: 80%;
}

.commentLine:nth-child(3) {
    width: 60%;
}

.preloader-sorga {
    width: auto;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-sorga > div {
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/sorga-logo-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: rotating 0.8s infinite ease-in-out;
    animation: rotating 0.8s infinite ease-in-out;
}

.loaderLine {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    transition: all 0.15s ease-in-out;
    z-index: 1025;
}

.loaderBar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

.loaderBar:nth-child(1) {
    background-color: #db8a4a;
    animation: loading 2s ease infinite;
}

.loaderBar:nth-child(2) {
    background-color: #e77ea1;
    animation: loading 2s ease 1s infinite;
}

.loaderBar:nth-child(3) {
    background-color: #1abc9c;
    animation: loading 2s ease 1.5s infinite;
}

.loader-default {
    background-color: #bbb !important;
}

.span-button {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
}

.span-button.danger {
    color: #e74c3c;
}

.span-button.primary {
    color: #1abc9c;
}

.span-button.info {
    color: #0a6aa1;
}

.span-button:hover {
    background-color: #eee;
}

.nav-tabs .slide {
    height: 2px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li:not(:first-of-type):hover a {
    color: #bbb;
    transition: color .2s ease-in-out;
}

.table-styling .table-primary, .table-styling.table-primary {
    border: none !important;
}

.table thead th {
    border-bottom: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}

.login-card .togglePassword {
    color: #888;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 25px;
    cursor: pointer;
    z-index: 10;
}

.login-card .togglePassword:hover {
    color: #444;
}

.invoice-detail-table .thead-default th {
    color: white;
    background-color: #1abc9c;
}

.invoice-detail-table th:first-child {
    width: 350px;
}

.invoice-detail-summary thead tr th {
    text-align: right;
}

.invoice-table tr:hover,
table.invoice-detail-summary > tbody > tr:hover,
.table.invoice-detail-summary thead > tr > th:hover {
    background-color: transparent;
}

.invoice-detail-summary tbody tr:last-of-type td,
.invoice-rates-container > div {
    border-top: 1px solid #ccc;
}

.invoice-rates-container {
    margin-top: 10px;
}

.card.summary-row {
    background-color: #eee;
}

.card.summary-row:hover {
    box-shadow: none;
}

.table-responsive {
    scrollbar-width: thin;
    scroll-behavior: auto;
    overflow-x: unset;
    overflow-y: scroll;
}
.table-responsive.reminders {
    overflow-x: auto;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 2px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    width: 2px;
}

.row-tabs {
    padding: 0 60px 0 30px !important;
}

.row-tabs .row-slide-left,
.row-tabs .row-slide-right,
.row-tabs .row-slide-down,
.row-tabs .row-slide-up
{
    width: 0;
    line-height: 46px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #555;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.row-tabs .row-slide-left:hover,
.row-tabs .row-slide-right:hover,
.row-tabs .row-slide-down:hover,
.row-tabs .row-slide-up:hover
{
    color: #1ABC9C;
}

.row-tabs .row-slide-left {
    right: 16px;
}

.row-tabs .row-slide-right {
    left: 0;
}

.row-tabs .row-slide-down,
.row-tabs .row-slide-up
{
    left: 26px;
}

.tabs-container .tab-header {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    scroll-behavior: smooth;
    transition: all 0.2s ease-in-out;
}

.tabs-container .tab-header::-webkit-scrollbar {
    width: 2px;
}

.tabs-container .tab-header .btn {
    border-radius: 0 !important;
    display: inline-block;
}

.tabs-container .tab-header .btn:hover {
    box-shadow: 1px -1px 4px #cbcbcb;
}

.tabs-container .tab-header .btn:active {
    background-color: white !important;
    color: #777;
}


.tabs-container .tab-header .btn:first-of-type {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-left: 1px solid #bbb !important;
}

.tabs-container .tab-header .btn:last-of-type {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.tabs-container .tab-header .btn.btn-primary {
    border-top: 1px solid #1abc9c !important;
    border-bottom: 1px solid #1abc9c !important;
    z-index: 999;
    font-weight: 600;
}

.tabs-container .tab-header .btn:not(.btn-primary):first-of-type:hover {
    border-left: 1px solid #888 !important;
}

.tabs-container .tab-header .btn:not(.btn-primary):last-of-type:hover {
    border-right: 1px solid #888 !important;
}

.tabs-container .tab-header .btn.btn-primary:first-of-type {
    border-left: 1px solid #1abc9c !important;
}

.tabs-container .tab-header .btn.btn-primary:last-of-type {
    border-right: 1px solid #1abc9c !important;
}

.tabs-container .tab-header .btn.btn-primary:first-of-type:hover {
    border-left: 1px solid #1abc9c !important;
}

.tabs-container .tab-header .btn.btn-primary:last-of-type:hover {
    border-right: 1px solid #1abc9c !important;
}

.tab-badge,
.tab-badge-red,
.tab-badge-green {
    color: #666;
    background-color: white;
    padding: 10px 11px;
    position: relative;
    left: -9px;
    top: 3px;
    border: 1px solid #bbb;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: bold;
}

.tab-badge-red {
    color: #e74c3c;
    background-color: #fbefed;
}

.tab-badge-green {
    color: #1ABC9C;
    background-color: #d4f0e9;
}

.table > thead > tr > th:hover {
    background-color: #3bd6b7;
    transition: all .2s ease-in-out;
}

.table td, .table th {
    padding: 8px;
}

.table td.sticky-buttons{
    position: sticky;
    right: 0%;
    left:auto;
    width: auto;
    inset-inline-start: 0;
    background-color:#fff;
}


.invoice-rates {
    padding: 0 0 10px;
    margin-bottom: 0;
}

.table-card {
    border-radius: 0;
    margin-bottom: 25px;
}

.table-card .card-block-big:hover {
    filter: grayscale(10%);
    transition: all 0.2s ease-in-out;
}

.table-card .card-block-big.disabled {
    background-color: lightgray !important;
}

.table-card.proposal .bg-primary.card-block-big {
    background-color: #effffc !important;
    color: #1abc9c;
    border: 1px solid #1abc9c;
    margin-block: 5px;
    margin-inline-end: 6px;
    margin-inline-start: -3px;
    border-radius: 12px;
}

.table-card.proposal .bg-danger.card-block-big {
    background-color: #f6e7e5 !important;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 12px;
    margin-inline-end: -3px;
    margin-inline-start: 6px;
    border-radius: 12px;
}

.table-card.proposal .bg-info.card-block-big {
    background-color: #D4EEFF !important;
    color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 12px;
}

.table-card.proposal .bg-warning.card-block-big {
    background-color: #f6ffe2 !important;
    color: #f4d03f;
    border: 1px solid #f4d03f;
    border-radius: 12px;
}

.table-card.proposal .bg-primary.card-block-big:hover {
    background-color: #1abc9c !important;
    color: white !important;
}

.table-card.proposal .bg-danger.card-block-big:hover {
    background-color: #e74c3c !important;
    color: white !important;
}

.table-card.proposal .bg-info.card-block-big:hover {
    background-color: #3498DB !important;
    color: white !important;
}

.table-card.proposal .bg-warning.card-block-big:hover {
    background-color: #f4d03f !important;
    color: white !important;
}

.card-block.setting {
    padding: 0.6rem;
    border-radius: 10px;
}

.app-logo-bg:hover {
    filter: brightness(110%);
    transition: filter .2s ease-in-out;
}

.table-badge-blue {
    background: #e4f1ff;
    border: 1px inset #0b93d5;
    border-radius: 20px;
    color: #0b93d5;
    padding: 2px 8px !important;
    position: relative;
    opacity: 0.8;
}

.table-badge-warning {
    background: #fff8e5;
    border: 1px inset #ffb400;
    border-radius: 20px;
    color: #ffb400;
    padding: 2px 8px !important;
    position: relative;
    opacity: 0.8;
}

.table-badge-purple {
    background: #f3e9ff;
    border: 1px inset #624e89;
    border-radius: 20px;
    color: #624e89;
    padding: 2px 8px !important;
    position: relative;
    opacity: 0.8;
}

.table-badge-green {
    background: #e6fff7;
    border: 1px inset #1abc9c;
    border-radius: 20px;
    color: #1abc9c;
    padding: 2px 8px !important;
    position: relative;
    opacity: 0.8;
}

.table-badge-grey {
    background: #eaeaea;
    border: 1px inset #888;
    border-radius: 20px;
    color: #888;
    padding: 2px 8px !important;
    position: relative;
    opacity: 0.8;
}

.table-badge-red {
    background: #ffeeea;
    border: 1px inset #e74c3c;
    border-radius: 20px;
    color: #e74c3c;
    padding: 2px 8px !important;
    position: relative;
    opacity: 0.8;
}

.badge-grey {
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    padding: 2px 8px !important;
    position: relative;
}

.badge-lightgrey {
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    color: #aaa;
    padding: 2px 8px !important;
    position: relative;
    font-size: 10px;
}

.badge-varType {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-weight: normal !important;
}


.triangles {
    background: url("/images/customTheme/triangles-h.png") no-repeat bottom right;
    background-size: cover !important;
}

.triangles.card-gradient-danger {
    background: url("/images/customTheme/triangles-h.png") no-repeat bottom right, linear-gradient(105deg, white 65%, #fbefed 65%);
}

.triangles.card-gradient-primary {
    background: url("/images/customTheme/triangles-h.png") no-repeat bottom right, linear-gradient(105deg, white 65%, #e5f2f0 65%);
}

.back-stat {
    background: url("/images/customTheme/background-stat.png") no-repeat top right;
    background-size: cover !important;
}

.back-stat.card-gradient-danger {
    background: url("/images/customTheme/background-stat.png") no-repeat top right, linear-gradient(105deg, white 65%, #fbefed 65%);
}

.back-stat.card-gradient-primary {
    background: url("/images/customTheme/background-stat.png") no-repeat top right, linear-gradient(105deg, white 65%, #e5f2f0 65%);
}

.member-details {
    background-size: cover, cover;
    background: url("/images/customTheme/triangles-h-updown.png") repeat-x top,
    linear-gradient(to bottom, #186662, transparent 40%);
}

.card {
    border-radius: 0;
    border: 1px solid #bbb;
    margin-bottom: 25px;
    background-color: white;
}

.card:hover {
    border: 1px solid #999;
    box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

.card .card-header {
    background-color: transparent;
    padding: 15px 20px;
    font-family: "Roboto Light", sans-serif;
    display: flex;
    align-items: center;
}

.card .card-header > div.flx {
    flex: 1;
    display: flex !important;
}

.card .card-header > div.flx:first-child {
    justify-content: flex-start;
}

.card .card-header > div.flx:last-child {
    justify-content: flex-end;
}

.card-gradient-danger {
    background: linear-gradient(105deg, white 65%, #fbefed 65%);
}

.card-gradient-primary {
    background: linear-gradient(105deg, white 65%, #e5f2f0 65%);
}

.row.card {
    flex-direction: row;
    -webkit-flex-direction: row;
}

img.js-card-obverse,
img.js-card-reverse {
    border-radius: 18px;
    border: 1px dashed #ccc;
    padding: 3px;
    min-width: 100%;
    min-height: 14rem;
    transition: all 0.25s ease-in-out;
}

img.js-card-obverse:hover,
img.js-card-reverse:hover {
    border: 1px solid #aaa;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
}

.show-notification:before {
    width: 40px;
    height: 40px;
    content: '';
    background: white;
    display: block;
    top: 0;
    left: calc(50% - 25px);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-notification.profile-notification:before,
.show-notification.user-notification:before {
    left: unset;
    right: 8px;
}

.btn {
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:not(.btn-mini) {
    padding: 5px 9px;
}

.btn-primary, .sweet-alert button.confirm, .wizard > .actions a {
    background-color: #fff;
    border-color: #1abc9c;
    color: #1abc9c;
    cursor: pointer;
    transition: all ease-in 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-btn {
    border-radius: 36px;
    padding: 5px 7px;
    border: none;
    font-size: 12px;
}

.sweet-alert button.confirm {
    color: white;
}

.sweet-alert button.cancel:hover {
    color: #c1c1c1;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: white;
    border-color: #bbb;
    color: #bbb;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #bbb;
    border-color: white;
    color: white;
}

.btn-primary:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.btn-primary:focus {
    background-color: #d4fff7 !important;
    border-color: #1abc9c !important;
    color: #1abc9c !important;
}

.btn-warning {
    background-color: #fff;
    border-color: #f1c40f;
    color: #f1c40f;
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.btn-default {
    background-color: #f9f9f9;
    border-color: #888;
    color: #777;
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.btn-default:hover {
    background-color: #d9dcde;
    border-color: #888;
}

.btn-danger {
    background-color: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.btn-danger:hover {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.btn-danger:focus {
    color: #e74c3c;
    background-color: #ff999b;
}

.btn-success {
    background-color: #fff;
    border-color: #2ecc71;
    color: #2ecc71;
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.btn-inverse {
    background-color: #fff;
    border-color: #34495e;
    color: #34495e;
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.btn-info {
    background-color: #fff;
    border-color: #3498DB;
    color: #3498DB;
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.btn-info:hover {
    background-color: #3498DB;
    border-color: #3498DB;
}

.btn-info:focus {
    background-color: #e6f5ff !important;
    color: #3498DB !important;
}

.btn-no-btn, .btn-no-btn:focus {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}
.btn-no-btn:hover {
    color: unset;
}

.show > .btn-primary.dropdown-toggle {
    color: #1abc9c !important;
    background-color: #d4fff7 !important;
}

.dropdown .dropdown-menu {
    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 65vh;
}

.dropdown .dropdown-menu.left {
    left: 0;
    right: unset;
}

@media (max-width: 767px) {
    .dropdown .dropdown-menu {
        max-width: 97vw;
        transform: translate(17%, -12%);
    }

    .tbl-btn-text {
        display: none;
    }

    .card .card-header span {
        display: inline-block;
    }

}

@media (min-width: 768px) {
    .dropdown .dropdown-menu {
        max-width: 76vw;
        transform: translateY(-2%);
    }
}

.dropdown-item:not(.active):hover {
    background-color: #eee;
}

.dropdown-menu.change-filter {
    padding: 0;
}

.div-temp p {
    margin-bottom: 8px;
}

.btn-disabled {
    background-color: #fff;
    border-color: rgba(26, 188, 156, 0.5);
    color: rgba(26, 188, 156, 0.5);
    cursor: pointer;
    transition: all ease-in 0.3s;
}

.form-control {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #aaa;
}

.form-control:hover {
    border-color: #0aa699;
}

.form-control-static {
    color: #888 !important;
}

.checkbox-fade.fade-in-primary .cr {
    border: 2px solid #1abc9c;
    border-radius: 6px;
    background-color: white;
}

.checkbox-fade.fade-in-warning .cr {
    border: 2px solid #f1c40f;
    border-radius: 6px;
    background-color: white;
}

.checkbox-fade.fade-in-default .cr {
    border: 2px solid #868c90;
    border-radius: 6px;
    background-color: white;
}

.checkbox-fade.fade-in-default[disabled=disabled] .cr{
    background-color: #ccc;
}


.checkbox-fade.fade-in-danger .cr {
    border: 2px solid #e74c3c;
    border-radius: 6px;
    background-color: white;
}

.checkbox-fade.fade-in-success .cr {
    border: 2px solid #2ecc71;
    border-radius: 6px;
    background-color: white;
}

.radio.has-danger .helper:before {
    border-color: #e74c3c;
}

.checkbox-fade.fade-in-inverse .cr {
    border: 2px solid #34495e;
    border-radius: 6px;
    background-color: white;
}

.checkbox-fade.fade-in-info .cr {
    border: 2px solid #3498DB;
    border-radius: 6px;
    background-color: white;
}

.table-checkbox.checkbox-fade {
    margin-right: -5px;
}

.table-checkbox.checkbox-fade.fade-in-default:hover .cr {
    border-color: #1abc9c;
}

.checkbox-fade.fade-in-default .cr .cr-icon {
    color: #868c90;
}

.table-checkbox.checkbox-fade.fade-in-default:hover .cr .cr-icon {
    color: #1abc9c;
}

.table-checkbox.checkbox-fade > label {
    margin-bottom: 0;
    margin-top: 0.1em;
}

.rounded.checkbox-fade .cr {
    border-radius: 36px !important;
    border-width: 1px;
    height: 20px;
    width: 20px;
}

.group-widget .card-block-big {
    height: 130px;
    text-align: center;
    color: #fff;
}

.group-widget p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.pcoded-inner-content {
    padding: 10px;
}

.pcoded .pcoded-navbar[navbar-theme="theme4"] .main-menu {
    background-size: cover;
    background: url('/images/customTheme/triangles.png'), linear-gradient(-45deg, #1a6355, #2c3e50) no-repeat bottom;
    font-family: "Roboto Condensed", sans-serif;
}

.pcoded .pcoded-header[header-theme="theme4"] {
    background-image: linear-gradient(-45deg, #1a6355, #2c3e50 60%);
    font-family: "Roboto Condensed", sans-serif;
}

.pcoded[pcoded-device-type="phone"][theme-layout="vertical"][vertical-placement="left"] .pcoded-navbar {
    top: 52px;
}

.pcoded[pcoded-device-type="tablet"][theme-layout="vertical"][vertical-placement="left"] .pcoded-navbar {
    top: 52px;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navigatio-lavel span.pcoded-toggle {
    display: none;
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.modal-header {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    background: url('/images/customTheme/triangles.png'), linear-gradient(-45deg, #1a6355, #2c3e50) no-repeat bottom;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    cursor: default;
}

.modal-header-title {
    display: flex;
    color: white;
    width: 100%;
    justify-items: center;
    flex-direction: column;
    flex: 20;
    padding: 5px 0;
}

.modal-header-icon {
    display: flex;
    flex: 1;

}

.modal-header-icon > i {
    color: inherit;
    font-weight: 800;
    font-size: 16px;
    margin-left: 5px;
}

.modal-header-title > .modal-title {
    text-align: center;
    font-weight: 500;
}

.modal-header-title > .modal-description {
    text-align: center;
    cursor: default;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
}

.modal-header-title > .modal-icons-container {
    width: 100%;
    position: relative;
    bottom: -58px;
    justify-content: space-evenly;
    height: 60px;
    z-index: 10;
    display: flex;
    margin-top: -50px;
}


.modal-icons-container > div.icon {
    display: flex;
    color: #255d56;
    height: 100%;
    width: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.modal-icons-container > div.icon[data-is-clickable="true"] {
    cursor: pointer;
    color: rgba(1, 0, 1, 0.48);
}

.modal-icons-container > div.icon[data-is-clickable]:hover {
    color: #255d56;
}

.modal-icons-container > div.icon[data-is-active] {
    color: #255d56;
}

div.icon > .icon-header {
    height: 40px;
    width: 40px;
    background: white;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.2);

}

div.icon > .icon-header > i {
    color: inherit;
    font-weight: 800;
    font-size: 18px;
    margin: 0;
}

div.icon > .icon-description {
    color: inherit;
    font-weight: 800;
    white-space: nowrap;
}

/*

.modal-icon > .icon {
    position: absolute;
    bottom: -40px;
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    color: #275f58;
    z-index: 10;
    display: flex;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
    box-shadow: 0 0 4px #888;
}
*/

.modal-header-close {
    flex: 1;
}

.modal-header-close > button.close {
    color: white;
    margin-top: 0 !important;
}

.modal-body {
    padding-top: 60px;
    background-color: white;
    border-radius: 0 0 8px 8px;
}

.modal-header-close {

}

@media (min-width: 1280px) {
    .modal-xl {
        max-width: 1270px;
    }
}

@media (max-width: 1279px) {
    .modal-xl {
        max-width: 1269px;
    }
}

.theme-loader {
    background-color: transparent;
    background-image: radial-gradient(white 50%, #ccc);
}

.theme-loader.searching {
    background-image: radial-gradient(transparent 25%, #222);
}

.sweet-alert {
    border-radius: 0;
    border-top: none;
    border: 1px solid #bbb;
    font-family: "Roboto Condensed", sans-serif;
}

.sweet-alert button {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    background-color: white !important;
}

.sweet-alert button {
    background-color: white !important;
}

#balances-cards-container .card h3 {
    font-weight: 300;
    font-size: 1.6rem;
}

.pcoded-main-container {
    background-image: radial-gradient(#f0f0f0 50%, #ccc);
}

.alert {
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.alert button {
    color: #999;
}

code.long-message,
code.short-message {
    background-color: transparent !important;
    color: #444;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 !important;
}

.tooltip {
    font-family: "Roboto Condensed", sans-serif;
}

.tooltip-inner {
    max-width: 240px;
    padding: 5px 10px;
    color: #555;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #777;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;
}

.long-label {
    cursor: pointer;
}

.long-label:hover {
    transition: all .2s ease-in-out;
    color: #888;
}

.long-label:not(.on)::after {
    content: '...';
}

#survey-template .long-label:not(.on)::after {
    content: '';
}

.long-label > span {
    display: none;
}

.control-multiple-files:not(.bordered) > button {
    margin-left: 0 !important;
}

.widget-primary-card {
    background-image: linear-gradient(45deg, #1abc9c 60%, #1a8189);
}

.widget-success-card {
    background-image: linear-gradient(45deg, #2ecc71 60%, #2d9577);
}

.widget-danger-card {
    background-image: linear-gradient(45deg, #e30000 60%, #b80000);
}

ul.show-notification {
    border: 1px solid #ccc;
}

ul.show-notification.user-notification {
    max-width: inherit;
}

ul.show-notification .btn-group {
    overflow-y: auto;
    max-height: 400px;
    width:inherit;
}

ul.show-notification .btn-group li:hover {
    background-color: #eee;
    transition: background-color .25s ease-in-out;
}

#header-notification ul.show-notification > li:first-of-type {
    border-bottom: 1px solid #ddd;
}

#header-notification ul.show-notification > li:last-of-type {
    border-top: 1px solid #ddd;
}

ul.show-notification li:first-child h6 {
    text-transform: none !important;
}

ul.show-notification > li:first-child h6 {
    text-transform: uppercase !important;
}

.notification-info {
    border-bottom: 1px solid #eceeef;
    border-top: 1px solid #eceeef;
    margin-top: -15px;
    padding: 15px 15px 0 15px;
}

.notification-info img {
    width: 60px;
    height: 60px;
    border: 1px solid #bbb;
}

.notification-info .col:first-of-type {
    max-width: 70px;
}

.notification-info p {
    line-height: 1rem;
    margin-bottom: 0.4rem;
}

.notification-info p:first-of-type {
    font-weight: 600;
}

.notification-content {
    padding: 15px;
}

.notification-attachments {
    padding: 15px 15px 0 15px;
    border-top: 1px solid #eee;
}

.notification-attachments .attachment {
    padding: 10px;
    border-radius: 8px;
}

.notification-attachments .attachment:hover {
    transition: all 0.2s ease-in-out;
    background-color: #ddefff;
}

.text-muted {
    color: #888 !important;
}

.multiRow {
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    margin-top: 4px;
    padding: 0 20px;
    border-radius: 12px;
}

/*.multiRow > .row {*/
/*    border-right: 1px solid #ddd;*/
/*}*/

.multiRow:hover {
    border: 1px solid #1ABC9C;
    background-color: #fff;
}

.multiRow .col-form-label {
    font-size: 10px;
}

.xButton {
    transition: all 0.2s ease-in-out;
    position: absolute;
    cursor: pointer;
    right: -10px;
    top: 6px;
    margin: 0 0 0 10px;
    background-color: white;
    padding: 5px;
    border-radius: 24px;
    font-size: 8px;
    z-index: 99;
}

.xButton.primary {
    color: #1abc9c;
    border: 1px solid #1abc9c;
}

.xButton.info {
    color: #3498DB;
    border: 1px solid #3498DB;
}

.xButton.danger {
    color: #e74c3c;
    border: 1px solid #e74c3c;
}

.xButton.default {
    color: #666;
    border: 1px solid #666;
}

.xButton.muted {
    color: #aaa;
    border: 1px solid #aaa;
}

.xButton.relative {
    position: relative;
    top: auto;
    right: auto;
}

.xButton:not(.muted):hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 8px #666;
}

.placeholder-loader-field {
    color: #bbb;
    width: 100%;
    padding: 4px 6px;
    border: 1px dashed #bbb;
    display: inline-block;
    border-radius: 8px;
}

.invoice-table.invoice-total {
    background-color: #f3f3f3;
    background-size: cover;
    display: inline-block;
}

.invoice-contact {
    padding-top: 0;
    margin-bottom: 0;
    align-items: baseline;
    display: -webkit-box;
}

.invoice-reminders-table {
    overflow-x: auto;
    white-space: nowrap;
}

.invoive-info {
    margin-bottom: 0;
}

.tile {
    border-top: 2px solid #aaa;
    min-height: 260px;
}

.tile:hover {
    transition: all 0.2s ease-in-out;
    border-top: 2px solid #1abc9c;
}

.messages.document-errors p {
    font-size: 11px !important;
    margin-bottom: 0 !important;
    background-color: white;
    border: 1px solid #e74c3c;
    border-radius: 0 8px 8px 8px;
    padding: 4px;
    box-shadow: 2px 2px 6px #aaa;
    position: absolute;
    z-index: 99;
    bottom: -12px;
    left: 18px;
    cursor: default;
    display: none;
}

.messages.document-errors p:hover {
    background-color: #eee;
    transition: all 0.2s ease-in-out;
}

.has-danger:hover .messages.document-errors p {
    display: inline-block;
}

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

.document-paid {
    background-color: white;
    width: max-content;
    padding: 10px;
    position: absolute;
    bottom: 2mm;
    right: 10mm;
    color: #1abc9c;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #1abc9c;
    border-radius: 12px 0 12px 12px;
}

.document-not-paid {
    background-color: white;
    width: max-content;
    padding: 10px;
    position: absolute;
    bottom: 2mm;
    right: 10mm;
    color: #e74c3c;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #e74c3c;
    border-radius: 12px 0 12px 12px;
}

.formatContainer {
    width: 128px;
    margin-left: calc(50% - 64px);
}

.actionButton {
    position: fixed;
    border-radius: 50px;
    box-shadow: 5px 5px 10px #aaa;
    line-height: unset;
    padding: 15px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1045;
}

.actionButton:hover {
    transition: all .25s ease-in-out;
}

.actionButton > span {
    font-size: 16px;
}

.actionButton.primary {
    color: #1f5a54;
    background-color: white;
    border: 1px solid #1f5a54;
}

.actionButton.primary:hover {
    color: white;
    background-color: #1f5a54;
}

.actionButton.left {
    left: 2%;
}

.actionButton.right {
    right: 2%;
}

.actionButton.top {
    top: 2%;
}

.actionButton.bottom {
    bottom: 2%;
}

.actionButton.top.right {
    box-shadow: 5px -5px 10px #aaa;
}

.actionButton.top.left {
    box-shadow: -5px -5px 10px #aaa;
}

.actionButton.bottom.right {
    box-shadow: 5px 5px 10px #aaa;
}

.actionButton.bottom.left {
    box-shadow: -5px 5px 10px #aaa;
}
.asterisk {
    font-size: 0.35em;
    vertical-align: text-top;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.input-group-addon:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

a.input-button.input-group-addon {
    color: #0e725e !important;
}

.flatpickr > a.input-button {
    color: #ffffff !important;
}

.range-input-icon {
    position: absolute;
    font-size: 8px;
    border-radius: 13px;
    padding: 4px;
    background: white;
    border: 1px solid #aaa;
    bottom: 7px;
    left: calc(50% - 10px);
    color: #aaa;
}

.range-input-inline {
    width: 50%;
    max-width: 50%;
    display: inline-block;
}

ol.disc, ul.disc {
    list-style: disc;
}

[data-control-number] > .range-input-inline:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}
[data-control-number] > .range-input-inline:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content-container .footer {
    position: relative;
}

.bottom-bar {
    position: fixed;
    bottom: -100px;
    padding: 20px;
    width: 100%;
    margin-left: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.bottom-bar.pay-bar {
    bottom: 0;
    background-color: #eee;
    box-shadow: 0 0 20px #888;
    border-top: 1px solid #aaa;
    background-image: url("/images/customTheme/triangles-h.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover !important;
}

.bottom-bar.pay-bar button.pay {
    height: unset;
    background-color: #d8f4ee;
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: bold;
}

.bottom-bar.pay-bar button.pay:hover {
    color: teal;
    border-color: teal;
    background-color: #97cbcb;
}

.bottom-bar .content > div {
    display: inline-block;
}

.f-br-95 {
    filter: brightness(95%);
    -webkit-filter: brightness(95%);
}
#setting-groups-container {
    padding: 12px;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d4f0e9;
    border: 1px solid #1abc9c;
    color: #1abc9c;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #1abc9c;
}

.select2-container .select2-selection--multiple {
    min-height: 30px;
}

@media (min-width: 1161px) and (max-width: 1340px) {
    .btn:not(.btn-mini) {
        padding: 5px 8px;
    }
}
form [data-changed="1"] .checkbox-fade.fade-in-default .cr {
    background-color: #fdfbbe;
    border-color: #aaaaaa;
}


.cke_button__paymentlink_label {
    display:inline-block!important
}

.cke_button__paymentlink_icon:before {
    content: "\f09d";
    font-family: 'FontAwesome';
}
.cke_button__calendarlink_label {
    display:inline-block!important
}

.cke_button__calendarlink_icon:before {
    content: "\f073 ";
    font-family: 'FontAwesome';
}

.card-border-primary {
    border-radius: 10px !important;
    min-height: 280px;
}

.card-border-primary .card-block {
    background-color: #fafafa;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #1a6254;
}

.cke_contents ul{
    list-style: disc;
    margin-left: 20px;
}
.cke_contents ol{
    list-style: number;
    margin-left: 20px;
}
.update-news li{
    color:#000;
}
.update-news ul{
    color:#000;
    list-style-type: circle;
    list-style-position: inside;
}
.update-news p{
    text-transform: none!important;
}
.update-news strong{
    color:#000;
}

*****MODAL*****

#changelog-wrapper {
    margin: 5%;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.changelog-modal {
    max-width: 750px;
}

.changelog-container{
    background-color:#fff;
}

#changelog-wrapper .modal-header {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius:0;
}

#changelog-wrapper .modal-header button{
    color:#fff;
    font-size: 30px;
    font-weight: 100;
}

/* shadow */
.changelog-container:before {
    content:'';
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0;
    left: 15px;
    background-color: transparent;
    top: 0px;
    box-shadow: 0px 20px 40px #52616b;
    opacity: 0.2;
    z-index: -1;
    transition: ease-in-out 0.6s all;
}

.changelog-container:hover.container:before {
    box-shadow: 0px 40px 90px #52616b;
}

.changelog-container ul {
    list-style: none;
    background-color: #fff;
}

.accordionTitle {
    padding: 20px;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #52616b;
    transition: ease-in-out 0.2s all;
    cursor: pointer;
}

.accordionTitle:hover {
    padding-left: 25px;
}

/* Accordion Item line */
.accordionTitle:before,
.accordionTitle:after {
    content:'';
    position: absolute;
    height: 2px;
    transition: ease-in-out 0.6s all;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordionTitle:before {
    width: 100%;
    background-color: #c9d6df;
}
.accordionTitle:after {
    background-image: linear-gradient(90deg, #284851, #c9d6df);
    width: 0%;
}

.accordionTitle:hover::after {
    width: 100%;
}

/* Accordion Item line - Active */
.accordionTitleActive:after {
    content:'';
    position: absolute;
    height: 2px;
    border-radius: 50px;
    transition: ease-in-out 0.6s all;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.accordionTitleActive:after {
    background-image: linear-gradient(90deg, #52616b, #c9d6df);
    width: 100%;
}


/* Accordion Item Icon  */
.accIcon {
    float: right;
    width: 30px;
    height: 30px;
    display: flex;
    margin-top: -3px;
    align-items: center;
    justify-content: center;
}

.accIcon:before{
    content: "\e64b";
    position: absolute;
    transition: ease 0.3s all;
    font-family: 'themify';
}

.accIcon.anime.accIcon:before {
    transform: rotate(180deg);
}
.changelog-accordion {
    max-height: 837px;
    overflow:auto;
}

/* Text Content */
.changelog-accordion .item .changelog-text {
    opacity: 0;
    height: 0;
    padding: 0px 20px;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    font-weight: 200;
    transition: all 0.6s cubic-bezier(.42,.2,.08,1);
    overflow: hidden;
    letter-spacing: 0.5px;
}

.changelog-accordion .item .changelog-text p{
    font-size:18px;
}

.changelog-accordion .item .changelog-text ul{
    list-style: auto;
    list-style-position: inside;
}


/* Text Content - Class for JS to hide and show */
.changelog-accordion .item .changelog-text.show {
    opacity: 1;
    height: auto;
    padding: 25px 20px;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 3px 3px;
}

.statisticsContainer .progress-wrapper {
    width: 300px;
    margin: 20px 0;
    font-family: sans-serif;
}

.statisticsContainer .progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    display:flex;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
}

.statisticsContainer .progress-bar {
    height: 100%;
    width: 0%;
    transition: width 0.3s ease, background-color 0.3s ease;
    border-radius: 12px 0 0 12px;
}

.statisticsContainer .progress-text {
    text-align: left;
    font-size: 14px;
    margin-top: 4px;
    color: #333;
}
.statisticsContainer .progress-text.first {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    color: #333;
}