.nounderline {
    text-decoration: none !important;
}

.links-light a,
.links-light a:link,
.links-light a:visited {
    color: white;
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}

.bg-bmis-darkblue {
    background-color: #4E97D1;
    color: white;
}

.bg-bmis-blue {
    background-color: #64C9FD;
    color: white;
}

.bg-bmis-gray {
    background-color: #F1F1F1;
    color: black;
}

.bg-bmis-dark {
    background-color: #5D5D5D;
    color: white;
}

.text-bmis-blue {
    color: #4C96D7;
}

.text-bmis-orange {
    color: #F58220;
}

.video-fit {
    width: 100%;
}

.border-bmis-gray {
    border: 1px solid rgba(10, 10, 10, 0.25);
}

.marketing-contrainer {
    font-size: 1.1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
}

.marketing-contrainer p {
    font-size: 1.25rem;
}

.marketing-services p {
    font-size: 1rem;
}

.marketing-faq .card-header {
    font-size: 1rem;
    cursor: pointer;
}

.marketing-faq .card-header:hover,
.marketing-faq .card-header[aria-expanded="true"] {
    background-color: transparent;
}

.marketing-faq small p {
    font-size: 0.85rem;
}

.marketing-contrainer h4 {
    font-weight: normal;
}

.marketing-contrainer table tr:nth-child(odd) {
    background-color: #F1F1F1;
}

.marketing-contrainer table td,
.marketing-contrainer table th {
    padding: 0.5rem;
}

body.spa-app {
    overflow: hidden;
}

body.spa-app main {
    overflow-y: scroll;
}

.col-nav {
    width: 20rem !important;
    margin-left: 15px;
    height: 100vh;
}

main {
    background-color: rgba(10, 10, 10, 0.05);
}

.building-icon {
    width: 2.25rem;
}

.qr-login-form {
    width: 50%;
    margin-left: 25%;
}

.qr-login-form>.btn {
    float: right;
}

.login-box {
    display: table;
    background-color: white;
    margin-top: 2px;
}

.login-box a, .login-box a:hover {
    text-decoration: none;
    color: white;
}

.box-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #4E97D1;
    border:  none !important;
    height: 200px;
    width: 200px;
    cursor: pointer;
}

.login-box .box-centered:hover {
    background-color: #398ECE;
    color: #fff;
}

.box-centered > h2 > a, .box-centered > h2 > a:hover {
    color: white;
    text-decoration: none;
}

.custom-control-input {
    background-color: #398ECE;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #919295;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #943995;
}

input:focus + .slider {
    box-shadow: 0 0 1px #943995;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-width: 768px) {
    .footer {
        position:absolute;
        bottom:0;
        width:100%;
        height:60px;
    }
}

.canvas-close {
    z-index: 1000 !important; 
    position: fixed 
    !important;
    top: 1em;
    right:1em
}


