﻿body {
    /*padding-bottom: 20px;*/
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 1em;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.error {
    color: red;
    font-weight: bold;
}


.bg-blue {
    background-color: #20135d !important;
}

.bg-light-blue {
    background-color: #eaeef2 !important;
}

.bg-gray {
    background-color: #eae6e7 !important;
}

/*.nav-link {
    color: #FFFFFF !important;
}*/

.btn-blue {
    color: #fff !important;
    background-color: #20135d;
    /*border-radius: 0 !important;*/
}

.btn-blue:hover {
    color: #fff !important;
    background-color: #20135d;
    /*border-radius: 0 !important;*/
    opacity: 0.8;
}

.square {
    border-radius: 0 !important;
}

footer {
    color: #636467;
    font-size: 0.8rem;
    margin-top: 10%;
    position: relative;
    bottom: 0;
}

    footer ul {
        margin-bottom: 2px;
    }

    footer a {
        color: #636467;
    }

hr {
    background-color: #000000;
    margin: 2em 0;
}

.bold-blue {
    color: #005eb8;
    font-weight: bold;
}

.nav-link {
    /*font-weight: bold;*/
    font-size: 1.1rem;
}


.nav-fill .nav-item {
    text-align: left !important;
}

.sidebar a.nav-link {
    color: #6c757d !important;
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
    height: calc(100vh - 100px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub-link {
    padding-left: 3rem !important;
    font-size: 1.0rem !important;
}



.card {
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 1em 1em 0.5em 1em;
}

    .card .nav-link {
        color: #000000 !important;
    }

    .card .nav-pills .nav-link.active {
        background-color: #005eb8 !important;
        color: #ffffff !important;
    }

.section-border-black {
    border: 1px solid #000000 !important;
}

.vh-7 {
    height: 9vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.text-wrap {
    white-space: normal;
}

.width-500 {
    width: 700px !important;
}



/*.tagify{
    

    /* Add These: */
/*overflow: auto;
    flex-wrap: unset;
}*/


.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    display: none;
    opacity: 0.7;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px)
    }

.loader, .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #1976d2;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #1976d2;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

.card-text {
    text-align: left !important;
    line-height: 2em;
    font-size: 17px;
}

@media only screen and (max-width: 900px) {
    .fixed-bottom-2 {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

@media only screen and (min-width: 1000px) {
    .fixed-bottom-2 {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

.mb-10 {
    margin-bottom: 10em;
}