/*@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');*/

/** TOP BAR CSS */

#workspace-nav {
    position: fixed;
    width: 100%;
    padding: 0px 1rem;
    z-index: 99;
}

#new-navbar .nav > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#new-navbar .nav > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
}

#new-navbar .nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
}

#new-navbar .nav > li .submenu li {
    position: relative;
}

#new-navbar .nav > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#new-navbar .nav > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    color: #435966;
}

#new-navbar .nav > li .submenu li a:hover {
    color: #ffffff;
    background: #0847A6;
}

#new-navbar .nav > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

#new-navbar .nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}

.navbar-toggle {
    display: block;
}

/** FINISH TOPBAR CSS */


.workspace-dashboard * {
    font-family: 'Maven Pro', sans-serif;
}

.workspace-dashboard {
    margin: 0px;
    padding: 0px;
    font-family: 'Maven Pro';
    font-size: 13px;
}
#workspace-nav, nav {
    background-color: #0847A6; /* This will be overridden by ./assets/css/themes/XXX.css */
    margin: 0px !important;
    border: unset !important;
    border-radius: unset !important;
    height: 60px !important;
    color: #fff !important;
}

.nav-bar {
    min-height: 50px;
    color: #fff !important;
}

.navbar-brand {
    color: #fff !important;
    min-width: 100px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #042C67;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    min-width: 60px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.user-avatar {
    height: 50px;
    text-align: center;
    border-radius: 50% !important;
}

.user-avatar img {
    border: 3px solid #fff;
    margin: 5px;
}


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-collapse {
        max-width: 1800px;
        margin: auto;
    }

    button.navbar-toggle {
        display: none !important;
    }
}

.container {
    margin: auto;
    margin-top: 5rem;
}

.container.old {
    margin-top: 160px;
}

.container.framed {
    width: 90%;
}

.year-selector-form, .year-selector-form * {
    font-weight: 400 !Important;
    font-size: 11px !Important;
    color: #000;
}

.dashboard-title {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000000;
}

.dashboard-desc {
    color: #5F7DA2;
    font-size: 1.3rem;
    font-weight: 400;
}

.dash-section {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
}

.dash-card {
    border: 2px solid rgba(95, 125, 162, 0.35);
    border-radius: 1.2rem;
    overflow: hidden !important;
    min-height: 100px;
    background: #fff;
}

.dash-card-min {
    border: 1px solid #FAB618;
    border-radius: 0.5rem;
    background: #FAB618;
    overflow: hidden !important;
    min-height: 20px;
    min-width: 120px;
    max-width: 150px;
}

.dash-card .card-heading {
    padding: 1.5rem 2rem 1rem 2rem;
    font-size: 1.3rem;
    /*line-height: 1.4rem;*/
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    min-height: 50px;
}

.dash-card .card-heading.heading-min-height-1 {
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px !important;
    min-height: 15px !important;
}

.dash-card .card-heading.heading-min-height-2 {
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px !important;
    min-height: 50px !important;

}

.dash-card .card-heading.heading-min-height-3 {
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px !important;
    min-height: 50px !important;

}

.dash-card .card-heading.heading-min-height-4 {
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px !important;
    min-height: 50px !important;

}

.dash-card .card-heading .desc {
    color: #5F7DA2 !important;
    font-size: 1.3rem !important;
    font-weight: 400;
}

.dash-card .card-body {
    padding: 1rem;
    min-height: 100px;
}

.dash-card .card-body.body-min-height-1 {
    padding: 1rem;
    min-height: 100px;
}

.dash-card .card-body.body-min-height-2 {
    padding: 1rem;
    min-height: 315px;
    height: 315px;
    overflow-y: auto;
}

.dash-card .card-body.body-min-height-3 {
    padding: 1rem;
    min-height: 100px;
}

.dash-card .card-body.body-min-height-4 {
    padding: 1rem;
    min-height: 250px;
}

.dash-card .card-footer {
    padding: 1rem;
    margin-right: -10px;
    /*border-top: 2px solid rgba(95, 125, 162, 0.35);*/
    background: #144FA5;
}

.card-handle {
    background-color: #FD6327;
    color: #fff !important;
    min-height: 140px;
}

.card-handle .desc {
    font-size: 1.3rem;
}

.list-group-numbered {
    width: 20px;
    height: 20px;
    border: 2px solid #FAB618;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
}

.list-group-numbered-zero {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(95, 125, 162, 0.35);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.list-group li {
    border-top: 1px solid rgba(95, 125, 162, 0.35);
    padding: 5px;
    /*margin: 5px -20px 5px -10px;*/

}

.list-group li:last-child {

}

.divider-contents > .list-group > li {
    border-top: 1px solid transparent !important;
    padding: 5px;
    margin: 5px -20px 5px -10px;
    list-style-type: none;

}

.right-panel .row span {
    padding: 1px;
}

.first-panel {
    background-color: #FAB618;
}

.divider-left {
    border-right: 2px solid rgba(95, 125, 162, 0.35);
}

.divider-left, .divider-right {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #5F7DA2 !important;
}

.divider-container {
    border-top: 2px solid rgba(95, 125, 162, 0.35);
    border-bottom: 2px solid rgba(95, 125, 162, 0.35);
}

.list-group-items-contents-amount span {
    color: rgba(95, 125, 162, 0.65);
}

.list-group-items-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-items-contents-name span {
    color: rgba(95, 125, 162);
}

.divider-left, .divider-right span {
    font-size: 1.3rem;
}

.progress {
    background-color: #D9E0E9;
}

.progress > .progress-bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.progress-bar {
    transition-property: width;
    transition-duration: 4s;
    transition-delay: 1s;
    -webkit-transition: width 3s;
}


.dash-card.all-staff {
    border: 1px solid rgba(95, 125, 162, 0.35);
    border-radius: 1.2rem;
    overflow: hidden !important;
    min-height: 50px;
    padding-right: 10px;
}

.hr-container {


}

.hr-container-staff {


}

.hr-container-staff-gender {


}

.card .dash-card .hr-width-staff {

}

.hr-width-staff {
    background-color: rgb(8, 71, 166);
}

.hr-width-staff-gender {
    background-color: rgb(8, 71, 166);
}

.dash-card .card-body.body-min-height-hr {
    padding: 1rem;
    min-height: 120px;
}


.dash-card .card-body.body-min-height-staff {
    padding: 1rem;
    min-height: 20px !important;
}

.card-assets {
    border: 2px solid rgba(95, 125, 162, 0.35);
    border-radius: 1.2rem;
    overflow: hidden !important;
    min-height: 170px;
    padding-right: 10px;
}


#container-bar-chart {
    height: 250px;
}


/*progress bar circle*/
.progress.circular {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress.circular:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #C1CCDB;
    position: absolute;
    top: 0;
    left: 0;
}

.progress.circular > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress.circular .progress-left {
    left: 0;
}

.progress.circular .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
    background-color: #144FA5;
}

.progress.circular .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress.circular .progress-right {
    right: 0;
}

.progress.circular .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress.circular .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ebeff2;
    font-size: 30px;
    color: #5f7da2;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.progress.circular.blue .progress-bar {
    border-color: #0847a6;
}

.progress.circular.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.circular.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.circular.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.circular.pink .progress-bar {
    border-color: #ed687c;
}

.progress.circular.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.circular.green .progress-bar {
    border-color: #1abc9c;
}

.progress.circular.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

/*utilitzation rate*/
.progress.circular-rate {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress.circular-rate:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid rgb(95, 125, 162);
    position: absolute;
    top: 0;
    left: 0;
}

.progress.circular-rate > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress.circular-rate .progress-left {
    left: 0;
}

.progress.circular-rate .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress.circular-rate .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress.circular-rate .progress-right {
    right: 0;
}

.progress.circular-rate .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress.circular-rate .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ebeff2;
    font-size: 30px;
    color: #5f7da2;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.progress.circular-rate.blue .progress-bar {
    border-color: #FD6327;
}

.progress.circular-rate.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.circular-rate.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.circular-rate.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.circular-rate.pink .progress-bar {
    border-color: #ed687c;
}

.progress.circular-rate.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.circular-rate.green .progress-bar {
    border-color: #1abc9c;
}

.progress.circular-rate.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

/*utilization rate ed*/
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

/* end progrss bar circle*/

.progress-cycle {
    padding-top: 50px;
}

.medium-number {
    font-size: 22px;
    /*color: rgb(95,125,162);*/
    color: #fff;
    font-weight: bold;
}

.medium-title {
    font-size: 12px;
    color: #95AFD6;
    /*rgb(0,0,0);*/
    font-weight: 700;
}

.mini-desc-success span {
    color: #16C144;
    font-size: 13px;
}

.mini-desc-danger span {
    color: #95AFD6;
    font-size: 13px;
}

.mini-desc-success, .mini-desc-danger {
    color: #95AFD6;
    font-size: 11px;
}

.account-progress {
    margin-top: 10px;
}

.standout-h1 {
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    /*border-collapse: collapse;*/
    /*border: 1px solid #EBEBEB;*/
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    /*background: #f8f8f8;*/
}

.highcharts-data-table tr:hover {
    /*background: #f1f7ff;*/
}

.highcharts-button-box {
    display: none !important;
}

.highcharts-button-symbol {
    display: none !important;
}

.highcharts-background {

}

.highcharts-plot-background {
    height: 300px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

#container_budget {
    height: 200px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*.highcharts-yaxis-labels {*/
/*    display: none;*/

/*}*/

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


#container_timed_expenditure {
    height: 300px;
}


.budget-key {
    margin-top: -25px;
}

.expenses h5, h6 {
    color: white;

}

.expenses h5 span {
    color: rgb(95, 125, 162);

}

.outcome-left h5, h6 {
    color: rgb(95, 125, 162);
}

.outcome-right h5 {
    color: black;
}

.assets-bottom {

}

.assets-bottom h4 {
    color: rgb(95, 125, 162);
}

.assets-bottom h5 {
    color: black;
    font-size: 12px !important;
}

.assets-contents {
    margin-top: 20px;
    border-top: 2px solid rgb(95, 125, 162);
}

.assets .card-body {
    min-height: 100px !important;
}

.dash-card .card-footer.footer-assets .assets-contents {

}

.dash-card .card-footer.footer-assets {
    margin-top: 10px;
    border-top: 1px solid rgba(95, 125, 162, 0.35);
}

.dash-no-border {
    border: none;
}

.list-no-border {
    border: none;
}

.list-no-border li {
    background: none;
    border-top: none;
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;
}

span.ui-simple-button-orange {
    height: 35px;
    min-width: 45px;
    text-align: center;
    padding-top: 0px !Important;
    background-color: #FAB618 !important;
    background-image: none;
    color: #000 !Important;
    border: 2px solid #FAB618 !Important;
    margin: 5px 15px 0 15px;
    font-size: 11px !important;
}

select.ui-form-select-orange {
    height: 35px;
    min-width: 45px;
    border: 2px solid #FAB618 !Important;
    border-radius: 0 !important;
    background-position: right 50%;
    background-repeat: no-repeat;
}

.card-payment span {
    color: white;
    font-size: 15px;
}

.card-payment {
    min-height: 100px;
    margin-top: 15px !important;
    background-color: rgb(8, 71, 166);
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.payment {

}

.payment-month {
    min-width: 60px;
    font-size: smaller;
}

.payment-month span {

}


.department-heading-right h2 {
    color: rgb(95, 125, 162);
}

.department-heading-left h5 {
    color: black;
    padding-top: 10px;
}

.department-heading {
    margin-top: -15px;
    padding: 0px 10px;
}

.department-contents .row {
    padding: 10px 0px;
}

.department-contents {
    margin-top: -10px;
    padding: 0px 10px;
}

.list-group-item:hover {
    background: #D9E0E9;
    border-radius: 6px;
}

.text-light {
    opacity: 30%;
}

.text-tiny {
    font-size: 12px
}

.list-no-border li.numbered {
    list-style: decimal;
}

.todo-list ul {
    /*border: none;*/
    border-color: #fff;
    list-style: none
}

.todo-list li:before {
    content: ""; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.temp_border {
    border: 2px solid #63ff7f;
    min-height: 100px;
}


