body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}

.navbar {
    /* For image logo min-height: 100px; */
    min-height: 40px;
    background-color: black!important;
}

.navbar-header {
    float: left;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.nav-link {
    color:white!important;
    white-space: nowrap!important;
}

.logo {
    max-width: 45%;
    height: auto;
    width: auto\9; /* ie8 */
}

.banner-title {
    max-width: 45%;
    height: auto;
    width: auto\9; /* ie8 */
    font-size: 20pt;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 8px;
    top:2px;
}

td.actions { 
    padding:0px!important;
}

button.actions {
    width: 30px;
    text-align:center;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

footer {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
}



/* Responsive */
.content-desktop {
    display: block;
}
.content-mobile {
    display: none;
}



/* Media Queries */
@media screen and (max-width: 767px) {
    .content-desktop {display: none;}
    .content-mobile {display: block;}
}
@media (min-width: 768px) {
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 2px;
    }
}
@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
      visibility:hidden;
    }
    #printSection, #printSection * {
      visibility:visible;
    }
    #printSection {
      position:absolute;
      left:0;
      top:0;
    }
}