html {
    position: relative;
    min-height: 100%;
}
.logo {
    max-width: 70%;
    display: block;
    margin: auto;
    text-align: center;
    height: auto !important;
}

.logo-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
}

/*.container {
    padding: 20px 20px 0;
    margin-top: 0
}*/

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 25%;
    max-width: 25%;
}
.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
    line-height: 20px; /* Vertically center the text there */
    padding-bottom: 10px;
    
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.card {
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 15px;
    max-width: 365px;
    transition: .2s;
}
    .card h2 {
        font-size: 18px;
        color: #00aad4;
    }
    .card .icon {
        border-right: 1px solid #ddd;
        height: 100%;
    }
        .card .icon img {
            text-align: center;
            display: block;
            margin: auto;
            padding: 8px 0;
            width: 100%;
            max-width: 45px;
            min-width: 20px
        }
.container .times {    
    justify-content: center;
    padding: 25px;
}
.container .times .thumbnail {
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: cover;
    border: 1px solid #ddd;
    height: 205px;
    width: 280px;
    text-align: center;
}
    .container .times .thumbnail h2 {
        padding-top: 10px;
        color: #00aad4;
        text-align: center;
        font-size: 21px;
    }
    .container .times .thumbnail div p {        
        font-size: 35px;
        color: #00aad4;
        position: relative;
        bottom: 101px;
    }
    .container .times .thumbnail p span:last-child {
        font-size: 14px;
        font-weight: bold;
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        color: #b8b8b8;
    }
    .container .row h1{
        text-decoration: underline;
        text-decoration-thickness: from-font;
        text-align: center;
        font-weight: 100;
    }
.webinar {
    margin: 150px 0 0;
    padding-top: 15px;
}

    .webinar p {
        margin: 15px 0        
    }

    .webinar a.btn {
        display: block;
        margin: auto;
        max-width: 180px;
    }

    .webinar img {
        padding-top: 15px;
        max-width: 250px;
        display: block;
        margin: auto;
        position: absolute;
        top: -190px;
        right: 0;
        left: 0;
    }

.rounded-corners {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/******END GLOBAL STYLES*******/

/****** Progress Circle Styles ******/
/* @desk - Large desktop */
@media (min-width: 1200px) {
}
/* @lap - Regular sized laptops */
@media (min-width: 980px) and (max-width: 1199px) {
    .logo {
        max-width: 90%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 35%;
        max-width: 38%;
    }

    .container {
        margin-bottom: 0px;
    }
    .spaimg {
        display: none;
    }
    .card {
        margin: 15px 15px;
        max-width: 340px;
    }
}
/* @tab- Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        max-width: 90%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 45%;
        max-width: 48%;
    }
    .container {
        margin-bottom: 0px;
    }
    .spaimg {
        display: none;
    }
    .card {
        margin: 15px 15px;
        max-width: 340px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .logo {
        max-width: 90%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 55%;
        max-width: 58%;
    }

    /*.navbar-collapse {
        position: static;*/ /* Changes position to normal flow */
        /*background-color: transparent;*/ /* Optional: Remove background */
    /*}*/

    /*.nav-item {
        flex-direction: row;*/ /* Align nav items horizontally */
    /*}

    .navbar-collapse .nav-link {
        color: black !important;*/ /* Change link color to black */
    /*}

        .navbar-collapse .nav-link:hover {
            color: #333333 !important;*/ /* Darker color on hover */
        /*}*/
}
/* @sideph- Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 575px) {
    .logo {
        max-width: 80%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 75%;
        max-width: 75%;
    }
    .navbar {
        /*position: relative;*/ /* Ensure the navbar stays in the normal flow */
        z-index: 1000; /* Ensures the navbar is above other content */
    }

    /*.navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
*/

    /*.navbar-collapse {
        position: absolute;*/ /* Position the collapsible content absolutely */
        /*top: 100%;*/ /* Start right below the navbar */
        /*left: 0;
        width: 100%;*/ /* Ensure it spans the full width */
        /*background-color: rgba(0, 0, 0, 0.8);*/ /* Optional: Add a background to make it stand out */
        /*z-index: 999;*/ /* Ensure the menu is above other content */
    /*}

        .navbar-collapse.show {
            display: block;*/ /* Ensure it's visible when toggled */
            /*width: 100%;
        }

        .navbar-collapse .nav-link {
            color: white !important;*/ /* Makes all nav links inside the navbar-collapse white */
        /*}

            .navbar-collapse .nav-link:hover {
                color: #cccccc !important;*/ /* Optional: Change color on hover to distinguish */
            /*}

    .nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }*/
}
/* @phone- Landscape phones and down */
@media (max-width: 480px) {
    .logo {
        max-width: 80%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 65%;
        max-width: 65%;
    }
    /*.navbar {
        position: relative;*/ /* Ensure the navbar stays in the normal flow */
        /*z-index: 1000;*/ /* Ensures the navbar is above other content */
        /*width: 100% !important;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .navbar-collapse {
        position: absolute;*/ /* Position the collapsible content absolutely */
        /*top: 100%;*/ /* Start right below the navbar */
        /*left: 0;
        width: 100%;*/ /* Ensure it spans the full width */
        /*background-color: rgba(0, 0, 0, 0.8);*/ /* Optional: Add a background to make it stand out */
        /*z-index: 999;*/ /* Ensure the menu is above other content */
        /*width: 100% !important;
    }
        .navbar-collapse.show {
            display: block;*/ /* Ensure it's visible when toggled */
            /*width: 100% !important;
        }
        .navbar-collapse .nav-link {
            color: white !important;*/ /* Makes all nav links inside the navbar-collapse white */
        /*}
            .navbar-collapse .nav-link:hover {
                color: #cccccc !important;*/ /* Optional: Change color on hover to distinguish */
                /*width: 100% !important;
            }
    .nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100% !important;
    }*/
}
/*.justify-content-evenly {
    min-height: 150px;
    max-height: 300px;
}*/
/*.banner {
    background: url(../img/links-image.jpg) no-repeat center center;
    height: 100%;
    max-width: 50%;
    border-radius: 6px;
    padding-left: 60px;
    padding-right: 60px;
}*/
.card span {
    display: block;
    border-top: solid thin #ddd;
    color: #337ab7
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.heading1 {
    border-bottom: 1px solid #aaa;
    width: 100%;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,5);
    z-index: 9999;
    display: none;
    opacity: .5;
}
#image {
    content: '';
    display: block;
    position: absolute;
    left: 42%;
    top: 35%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */    
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 95%;
}
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
.modal-header {
    padding: 2px 16px;
    background-color: #01AAD2;
    color: white;
}
.modal-body {
    padding: 0;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}
@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.center {
    display: block;
    margin: auto;    
}


/*.navbar-container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 73%;
    padding-left: 27%
}*/

.btn-spasonorder-modal {
    width: 60px;
    height: 40px;
    font-weight: 500
}

.notification-container {
    position: relative;
    display: inline-block;
    padding-left: 25px;    
}

.notification-link {
    text-decoration: none;  
}

.notification-badge {
    position: absolute;
    top: 5px;
    left: 0px;
    background-color: red;
    color: white;
    border-radius: 70%;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    height: 25px;
    text-align: center;
    border: 1px solid darkred;    
}

.container-90 {
    width: 90%;
    margin: auto;
    overflow: auto;
}

.ms-page-header {
    /*color: #808a93;*/ /*grey*/
    color: #00aad4; /*ms-blue*/
}

.ms-card {
    max-width: 90% !important;
    width: 60% !important;
    border: 2px solid #00aad4;
    max-height: 100%;
}

    .ms-card ul {
        list-style: square;
    }

    .ms-card li {
        font-size: 16px;
        margin-bottom: 5px;
    }

.btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-ms-blue {
    background-color: #00aad4;
    color: white;
}

    .btn-ms-blue:hover {
        background-color: #00ccff;
        color: white;
    }

.btn-fit-to-div {
    width: 100%;
}  
