﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@charset "UTF-8";

html {
    position: relative;
    min-height: 100vh;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-family: "Segoe UI Light","☺Segoe","Segoe UI",Segoe,Arial,Verdana,sans-serif;
    font-size: 16px;
    color: black;
}

.btn-cosl {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.bg-cosl-bk {
    background-color: #e6e6e6;
}

.bg-cosl {
    background-color: #001e62;
}

.table-cosl {
    padding: 4px;
    font-size: 16px;
}

.dropdown-menu {
    margin: 0 !important;
    border-radius: 0 0 .25rem .25rem !important;
    z-index: 999999;
}

.uppercase {
    text-transform: uppercase;
}

a {
    color: #00f;
}

    a:hover, a:active, a:focus {
        color: #00f;
        outline: none;
        text-decoration: none;
    }


.iconColor {
    color: #175f9e;
}

    .iconColor:hover {
        color: #175f9e;
    }

.thred-cosl {
    color: #001e62;
}

.hidden {
    display: none;
}

.site-header {
    min-height: 100px;
    background-color: #001e62;
}

    .site-header a, .site-header a:hover {
        color: #fff;
    }

.site-header-logo {
    display: flex;
    padding: 7px 0 0 0;
    text-align: left;
}

    .site-header-logo .mainBrandTop {
        font-size: 18px;
    }

    .site-header-logo .subBrand {
        font-size: 26px;
    }

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#navContent {
    margin-top: -15px;
}

.navbar-color {
    color: #fff;
}

    .navbar-color .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .navbar-color .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

#subHeader {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1010;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.footer {
    position: absolute;
    background-color: #121e2a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #fff;
        }


    .footer .row address {
        line-height: 1.25em;
        margin-bottom: 0;
    }

    .footer .container {
        background-color: #121e2a;
    }

        .footer .container p {
            font-size: 12px;
        }

        .footer .container .contact-card {
            background-color: rgba(255,255,255,.1);
            border-radius: 10px;
            padding: 10px;
        }

            .footer .container .contact-card p {
                font-size: .75em;
            }

ul.main-nav li {
    padding: 7px;
}

    ul.main-nav li a {
        color: #001e62 !important;
        cursor: pointer !important;
        font-size: 14px !important;
        font-weight: 800 !important;
    }

    ul.main-nav li.active {
        background-color: #fff;
    }


.btn-cosl-lg {
    padding: 10px 25px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 10px;
}

.wrapper {
    min-height: 100vh;
}

.card-header-btn {
    font-size: 18px;
    font-weight: bold;
    border-color: rgba(0,0,0,.125);
}

.site-header-logo-img {
    margin-left: 25px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .btn-cosl-lg {
        width: 250px;
    }

    .btn-cosl {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .DSPartner {
        display: none;
    }

    .site-header-logo {
        margin: 0px auto;
        text-align: center;
    }

    .site-header-logo-img {
        display: none;
    }

    .footer {
        position: relative;
        font-size: 14px;
    }

    .navbar {
        justify-content: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .navbar-brand span {
        text-align: center;
    }

    .modal-dialog {
        width: 600px;
        max-width: 600px;
        margin: 30px auto;
    }

    .modalPolicy {
        width: 60%;
        max-width: 60%;
    }

    .mainnav {
        font-size: small;
    }

    .footer {
        position: relative;
        font-size: 14px;
    }

    .DSPartner {
        font-size: x-small;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footer {
        position: absolute;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 26px;
    }

    .btn-cosl {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }
}

 .new-alert {
     background-color: #ffe799; /* Different color */
     /*border: 2px solid #ffc107;*/
     font-size: 14pt;
     /*animation-duration: 10s;*/
     /*animation-timing-function: linear;*/
     /*animation-delay: 1s;*/
     /*animation-iteration-count: infinite;*/
     /*animation-name: infinite-tilt-shaking;*/
 }
 
 .animated-bell {
     animation-duration: 4s;
     animation-timing-function: linear;
     animation-delay: 1s;
     animation-iteration-count: infinite;
     animation-name: infinite-bell-ringing;
 }

@keyframes infinite-tilt-shaking {
    0% {}
    1%, 5% {transform: rotate(0.25deg);}
    3%, 7% {transform: rotate(-0.25deg);}
    8% {transform: rotate(0deg);}
}

@keyframes infinite-bell-ringing {
    0% {
        transform: rotate(-15deg);
    }
    2% {
        transform: rotate(15deg);
    }
    12%, 4% {
        transform: rotate(-18deg);
    }
    14%, 6% {
        transform: rotate(18deg);
    }
    8% {
        transform: rotate(-22deg);
    }
    10% {
        transform: rotate(22deg);
    }
    16% {
        transform: rotate(-12deg);
    }
    18% {
        transform: rotate(12deg);
    }
    100%, 20% {
        transform: rotate(0);
    }
}
