﻿body {
    font-family: "Poppins",sans-serif;
}

a {
    color: #00685e;
}

#header-nav, #header-nav-content, #menu-items {
    background: #005A6F;
}

    #header-nav-content .navbar-toggle .icon-bar {
        background: #fff;
    }

.highlighted {
    background-color: #C7DFE7;
    color: #005A6F;
}

.warning-widget-div {
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.top-tab #opt-in-tab {
    cursor: pointer;
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    width: 100%;
}

    .top-tab #opt-in-tab img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .top-tab #opt-in-tab h3 {
        text-align: center;
    }

#opt-in-modal li.active a,
#opt-in-modal li.active a:focus,
#opt-in-modal li.active a:hover {
    background-color: #005A6F;
    color: #fff;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus, .pager .btn, .pager .btn:hover, .pager .btn:focus, .pager .btn:active, .pager .btn:active:focus {
    color: #fff;
    background-color: #00685E;
    border-color: #00685E;
}
#opt-in-nav > li a {
    border: 1px solid #005A6F;
}

input.form-control {
    border: 1px solid #999;
}
#send-reset-btn {
    margin-left: 45%;
}

.notice-container table {

    width: -webkit-fill-available;
}
.notice-container table tr:nth-child(even) {
    background-color: rgba(0,128,159, 0.2);
    
}


.emergency-contacts {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
    grid-gap: 1rem;
    grid-template-rows: 5rem;
}

    .emergency-contacts a {
        font-size: 2rem;
        background-color: #b5221c;
        color: #fff;
        justify-self: center;
        align-self: center;
        text-decoration: none;
        width: 150px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

/*tooltip*/
.ui-tooltip, .arrow:after {
    background-color: #005A6F;
    border: 1px solid grey;
    box-shadow: 0 0 7px grey;
}
/*tooltip end*/

#carousel_largepictures {
    height: auto;
}

#small-tab-modal #app-link-pop td {
    text-align: center;
}

#small-tab-modal #app-link-pop td p {
    margin: 0;
}

#small-tab-modal #app-link-pop .phone-view td img {
    height: auto;
    width: 75%;
}

@media (min-width: 992px) {
    #small-tab-modal #app-link-pop .phone-view {
        display: none;
    }
}

@media (max-width: 991px) {
    #small-tab-modal #app-link-pop .laptop-view {
        display: none;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: #00685E;
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#call-triple-zero {
    font-size: 2rem;
    text-align: end;
    color: red;
    font-weight: bold;
}

#training-purpose {
    font-size: 2rem;
    text-align: end;
    color: red;
    font-weight: bold;
}

@media(max-width: 500px) {
    #training-purpose {
        font-size: 1.5rem;
    }

    #call-triple-zero {
        font-size: 1.5rem;
    }
}
