
:root {

    --primary: #3B5DAB;
    --secondary: #9ACD32;
    --hlBlue: #3B5DAB;
    --hlPurple: #6C61BE;
    --hlYellow: #E5B412;
    --hlRed: #C92222;
    --hlGreen: #9ACD32;
    --bgDark1: #333646;
    --bgDark2: #1E202C;
    --bgLight1: #F0FBFF;
    --bgLight2: #F6F6F6;
    --bgLight3: #CFCFCF;
    --greenButton: #3DA073;
    --focusGreen:#005A78;

}

html, body {

    font-family: "Roboto";
    font-size: 12px;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto";
    font-weight: normal;
    color: #000;

}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h6.card-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.hlBlue {
    color: var(--hlBlue);
}

.hlPurple {
    color: var(--hlGreen);
}

.hlYellow {
    color: var(--hlYellow);
}

.hlRed {
    color: var(--hlRed);
}

.hlGreen {
    color: var(--hlGreen);
}

.bcBlue {
    border-color: var(--hlBlue);
}

.bcPurple {
    border-color: var(--hlGreen);
}

.bcYellow {
    border-color: var(--hlYellow);
}

.bcRed {
    border-color: var(--hlRed);
}

.bcGreen {
    border-color: var(--hlGreen);
}

.bgDark1 {
    background-color: var(--bgDark1);
}

.bgDark2 {
    background-color: var(--bgDark2);
}

.bgLight1 {
    background-color: var(--bgLight1);
}

.bgLight2 {
    background-color: var(--bgLight2);
}

.bgLight3 {
    background-color: var(--bgLight3);
}

body {
    background: #F6F6F6;
    color: #000;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

a, select {
    outline: 0;
}

#navbar1 {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #F6F6F6;
    border-bottom: 1px solid rgba(50, 50, 50, .1);
    padding-bottom: 0;
}

#navbar1 a {
    color: rgba(0, 0, 0, .6);
    padding: 5px 10px 5px 6px;

}

#navbar1 .navbar-nav .nav-link.active, #navbar1 a.active {
    color: #000;
    border-bottom:3px solid #000;
}

/*
 * Content
 */
.container-fluid {
    position: absolute;
    top: 120px;
}

[role="main"] {
    padding-top: 19px; /* Space for fixed navbar */
    padding-bottom: 78px;
    max-width: 1400px;
    margin: 0 auto;
}

/*
 * Navbar
 */
.navbar{
    font-size: 14px;
    padding-bottom: 0;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.navbar-nav.mr-auto {
    margin: 0 auto;
    text-align: center;
    color: #000;

}

.navbar-nav.mr-auto li {
    display: inline-block;
}

nav .feather {
    margin-bottom: 2px;
}

#navbar1 .dropdown-toggle::after{
    border-top:6px solid var(--greenButton);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;

    vertical-align: middle;
}

#navbar1 .dropdown-menu{
    top:80%;
}

#navbar1 .dropdown-menu a{
    padding: 0.5em 1em;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--bgLight1);
}

.dropdown-toggle::after,.dropdown-toggle:empty::after {
    margin-left:4px;
}

.custom-control
{
    padding-left: 2rem ;
    text-align: left ;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-control:focus,select:focus{
    background-color: transparent!important;
    outline: none!important;
    box-shadow: none!important;
}

nav.bg-dark {
    background-color: #3B5DAB !important;
    z-index: 1000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.card {
    text-align: center;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.61);
}

.card.left-align, .card .left-align {
    text-align: left;
}

.card-title {
    color: var(--hlBlue);
}

.card-section {
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.large-number {
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    word-wrap: normal;
}

.list-group-item {
    border: none;
}

.visible-overflow {
    overflow: visible;
}

.hidden {
    display: none;
}

.centered {
    text-align: center;
}

#date-picker-container {
    display: inline-block;
    float: left;
    padding-right: 1.5em;
    border-bottom: 1px solid var(--greenButton);
    margin-bottom: 0.75em;
    padding-bottom:3px;
}

#date-picker-container span {
    border-radius: 0;
    border: none;

    background: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 12px;
    font-weight: bold;
    width: 190px;
    cursor: pointer;
}

#date-picker-container:after {
    content: '';
    border-style: solid;
    border-width: 0.05em 0.05em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.55em;
    position: relative;

    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
    right: 20px;
    top: 0.15em;
    top: 5px;
    transform: rotate(135deg);
}



.select-container {
    display: inline-block;
    float: right;
    border-bottom: 1px solid var(--greenButton);
    margin-bottom: 0.75em;
    margin-right: 0.75rem;
}

select {

    /* styling */
    background-color: #F6F6F6;
    color: inherit;
    border: none;
    height: 1.5rem;
    font-size: small;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: bold;
}

.select-container select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat;
    background-size: 12px;
    background-position: 100% 4px;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.btn-primary,.btn-primary:focus,.btn-primary:active,.btn-primary:hover{
    background: var(--greenButton);
    border:none;
}

.btn-more:hover, .btn-more.active, .btn-more:active, .btn-more.focus, .btn-more:focus,
.btn-more.active.focus, .btn-more.active:focus, .btn-more.active:hover,
.btn-more:active.focus, .btn-more:active:focus, .btn-more:active:hover,
.btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: var(--focusGreen)!important;
    color: #fff;
    border:none;
    outline:none;
    box-shadow: none!important;
}



.btn-primary:disabled{
    background: #999;
    cursor: not-allowed;
}

.daterangepicker td.in-range {
    background-color: rgba(0,90,97, 0.4);
}

.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.end-date {
    background-color: var(--greenButton);
}

.daterangepicker .btn-primary, .daterangepicker .btn-primary:focus {
    background-color: var(--greenButton);
    border-color: var(--greenButton);
}

.daterangepicker .ranges li.active {
    background-color: #399BCA;
}

a.topLink {

    border-bottom: 1px solid var(--greenButton);
    float: left;
    margin: 0px 1em 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
}

a.topLink:first-of-type {
    margin-right: 1em;
}

a.topLink .feather {
    margin-right: 3px;
    color: var(--greenButton);
}

.comparison {
    width: 0;
    height: 0;
    left: -6px;
    position: relative;
    margin-left: -16px;
}

.comparison.trendUp {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--hlGreen);
    top: -12px;
}

.comparison.trendDown {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--hlRed);
    top: 12px;
}

.comparison.noMove {
    display: none;
}

.card-section.padTop {
    padding-top: 2em;
}

.dataTables_length {
    float: left;
    margin-left: 1em;
}

.dataTables_length select {
    padding: 0;
    font-size: 13px;
    border: none;
    margin: 0;
    cursor: pointer;
    text-align: right;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%2381c773'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: 100% 7px;
    padding-right: 1.5em;
    padding-bottom: 2px;
}

.dataTables_length select:focus, .dataTables_length select:active{
    box-shadow: none;
    outline: none;
    text-shadow: none;
}

.dataTables_length label {
    margin: 0;
}

div.dataTables_wrapper th::before, div.dataTables_wrapper th::after {
    font-size: 1.5em;
    top: 0.2em;
    color: #000;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin: 2em;
    font-size: 12px;
}

.dataTables_wrapper ul.pagination .page-link {
    color: #666;

}

.dataTables_wrapper ul.pagination .page-item.disabled .page-link {
    background-color: #efefef;
    color:rgba(100,100,100,0.5);
}

.dataTables_wrapper ul.pagination .page-item.active .page-link {
    background-color: var(--greenButton);
    border-color: var(--greenButton);
    color: #fff;
}

.ct-label{
    font-size: 10px;
}

.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}

.ct-legend li {
    position: relative;
    padding-left: 26px;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-left: 3px;
    cursor: pointer;
    display: inline-block;
}

.ct-legend li:before {
    width: 1.5em;
    height: 90%;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
}

.ct-legend li.inactive:before {
    background: transparent;
}

.ct-legend .ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}

.ct-legend .ct-series-0:before {
    background-color: #3B5DAB;
    border-color: #3B5DAB;
}

.ct-legend .ct-series-1:before {
    background-color: #9ACD32;
    border-color: #9ACD32;
}

.ct-legend .ct-series-2:before {
    background-color: #E5B412;
    border-color: #E5B412;
}

.ct-legend .ct-series-3:before {
    background-color: rgb(114, 119, 122);
    border-color: rgb(114, 119, 122);
}

.ct-legend .ct-series-4:before {
    background-color: #59922b;
    border-color: #59922b;
}

.ct-legend .ct-series-5:before {
    background-color: #d17905;
    border-color: #d17905;
}

.ct-legend .ct-series-6:before {
    background-color: #59922b;
    border-color: #0544d3;
}

.ct-legend .ct-series-7:before {
    background-color: #59922b;
    border-color: #6b0392;
}

.ct-legend .ct-series-8:before {
    background-color: #59922b;
    border-color: #f05b4f;
}

.ct-legend .ct-series-9:before {
    background-color: #59922b;
    border-color: #dda458;
}

.ct-legend .ct-series-10:before {
    background-color: #59922b;
    border-color: #eacf7d;
}

.ct-legend .ct-series-11:before {
    background-color: #59922b;
    border-color: #86797d;
}

.ct-legend .ct-series-12:before {
    background-color: #59922b;
    border-color: #b2c326;
}

.ct-legend .ct-series-13:before {
    background-color: #59922b;
    border-color: #6188e2;
}

.ct-legend .ct-series-14:before {
    background-color: #f05b4f;
    border-color: #f05b4f;
}

.lineChart .ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #3B5DAB;
}

.lineChart .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #9ACD32;
}

.lineChart .ct-series-c .ct-point, .ct-series-d .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #E5B412;
}

.lineChart .ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
    stroke: rgb(114, 119, 122);
}

.ct-series-a .ct-area {
    fill: #3B5DAB;
}

.ct-series-b .ct-area {
    fill: #9ACD32;
}

.ct-series-c .ct-area {
    fill: #E5B412;
}


div.dataTables_wrapper th::before, div.dataTables_wrapper th::after {
    color: #81c773;
}


.lineChart .ct-series-d .ct-line {
    /*stroke-dasharray: 4px; */
    stroke-width: 1px;
}

.lineChart .ct-series-d .ct-point {
    stroke-width: 8px;
}


.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 5em;
    padding: .5em;
    background: #3B5DAB;
    color: #FFF;
    font-family: Oxygen, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #3B5DAB;
}

.chartist-tooltip.tooltip-show {
    opacity: 1;
}

.ct-area, .ct-line {
    pointer-events: none;
}

.lineChart {
    width: 100%;
    height: 300px;
}

.lineChart .ct-label.ct-horizontal.ct-end {
    margin-left: -2em;
}


a.export {
    color: inherit;
    text-decoration: none;
}


.width-table {
    max-width: 255px;
}

.text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#profileMenu{
    line-height: 17px;
    margin-left: 1em;
}

.dropdown #profileMenuDropdown {
    left: -117%;
    top: 80%;
}

.select-container {
    display: inline-block;
    float: right;
    padding:0;
}

.select-container select {
    background-color: transparent;
    color: inherit;
    border: none;
    font-size: 12px;
    height:21px;
    margin:0;
    padding-bottom: 3px;
    padding-right: 1.5em;
}

.dt-body-right{
    text-align: right;
}

td.dt-body-right{
    padding-right: 2.5em;
}

.btn{
    background: var(--greenButton);
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: var(--greenButton);
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    line-height: 14px;
    font-size: 14px;
    border-radius: 2px;
    max-width: 280px;

}

.no-pad-right{
    padding-right:0;
}

.no-pad-left{
    padding-left: 0;
}

.tooltip-inner {
    padding: 0.5em 2em;
}


input[type=text], input[type=password] {
    width:100%;
    border:none;
    border-bottom: 1px solid #81c773;
    color:#000;
}

input[type=text]:focus,input[type=password]:focus{
    outline:none;
}

input[type=text]:disabled{
    border:none;
    border-bottom: none;
    background: #fff;
}



@keyframes pulse {
    0% {
        text-shadow: 2px 2px 4px rgba(207, 207, 207, 0.8);
        opacity: 0.7;
    }
    15% {
        text-shadow: 2px 2px 4px rgba(207, 207, 207, 0.85);
        opacity: 0.8;
    }
    30% {
        text-shadow: 2px 2px 4px rgba(207, 207, 207, 0.9);
        opacity: 0.9;
    }
    50% {
        text-shadow: 2px 2px 10px rgba(207, 207, 207, 0.95);
        opacity: 1;
    }
    70% {
        text-shadow: 2px 2px 4px rgba(207, 207, 207, 0.9);
        opacity: 0.9;
    }
    85% {
        text-shadow: 2px 2px 4px rgba(207, 207, 207, 0.85);
        opacity: 0.8;
    }
    100% {
        text-shadow: 2px 2px 4px rgba(207, 207, 207, 0.8);
        opacity: 0.7;
    }
}

.skeleton-load{
    height:150px;
    min-height:150px;
    font-size:120px;
    line-height:150px;
    color: var(--bgLight1);

}

.skeleton-load i{
    animation: pulse 1s infinite;
}

.custom-select,.custom-select:focus,.custom-select:active{
    color:#000;
}

.smallDate{
    font-size: x-small;
}

.comparison_wrapper{
    margin-top: 1rem;
}

.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}