/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main {
    padding: 72px 0 4px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/*
.navbar {
    opacity: .90;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.navbar a {
    color: #999;
    transition: ease-in-out color .15s;
}
.navbar a:hover {
    color: #fff;
    text-decoration: none;
}*/

/* Navbar text logo
 */
a.navbar-brand {
    /*font-family: 'Oswald', sans-serif;*/
    /*font-size: 16px;*/
    /*padding: 0;*/
}
.navbar-brand, .logo {
    /*padding-top: 10px;*/
    line-height: 16px;
    letter-spacing: -1px;
}
.navbar-brand .l1, .logo .l1 {
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
}
.navbar-brand .l2, .logo .l2 {
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-brand {
    opacity: 0.8;
}
.navbar-brand:hover {
    opacity: 1;
}
@media screen and (max-width : 768px){
    .navbar-brand {
        opacity: 1;
    }
}




/* Fix labels to bold and align
-------------------------------------------------- */
@media (min-width: 768px) {
    .row > .col-form-label {
        /*justify-content: flex-end;*/
        text-align: right;
    }
}
label{
    font-weight: bold;
}
.form-check label {
    font-weight: normal;
}



/* Dashboard styling
-------------------------------------------------- */
/* gauges (width = gauge width + left pad + right pad) */
.gauge-xsm {
    width: 110px; height: 110px;
}
.gauge-sm {
    width: 170px; height: 170px;
}
.gauge-lg {
    width: 250px; height: 250px;
}
.gauge-xsm, .gauge-sm, .gauge-lg {
    text-align: center;
    margin: 0; padding: 0;
    margin-bottom: 5px;
}
.gauge-lg span {
    font-size: 10px;
    /*font-weight: bold;*/
    margin-top: -0.7em;
    display: block;
}
.gauge-sm span, .gauge-xsm span {
    font-size: 12px;
    font-weight: bold;
    margin-top: -2px;
    display: block;
    height: 2em;
}
.gauge-box {
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    vertical-align: middle;
}



/* Fix tables inside of cards
-------------------------------------------------- */
.card .table {
    border-right: 0;
    border-left: 0;
    margin-bottom: 0;
}

.card .table td:last-child {
     border-bottom: 0;
 }

.card .table td:first-child,
.card .table th:first-child {
    border-left: 0;
}

.card .table td:last-child,
.card .table th:last-child {
    border-right: 0;
}

/*.card .table tr:first-child td,*/
/*.card .table tr:first-child th {*/
    /*border-top: 0;*/
/*}*/

.card .table tr:last-child td {
    border-bottom: 0;
}

/*.card .table .card-header .table {*/
    /*border-top: 0;*/
/*}*/


/* Fix captions on progress bars
--------------------------------------------------- */
.progress {
    position: relative;
}
.progress-bar {
    overflow: hidden;
    z-index: 2;
}
.progress-label {
    /*color: #0275D8;*/
    position: absolute;
    left: 0;
    height: 100%;
    /*bottom: 1px;*/
    z-index: 1;

    display: flex;
    align-items: center;
}
