﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 1em;
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

/* Navigation */

.navbar .nav-link {
    font-size: 14px;
    text-transform: uppercase !important;
    text-decoration: none;
    font-weight: 500;
}

.bg-primary {
    background-color: #050A30 !important;
}

.text-primary {
    color: #050A30 !important;
}

.sep-bar {
    background-color: #a6a6a6;
}

.btn-primary {
    background-color: #050A30 !important;
    border-color: #050A30 !important;
}

.btn-light {
    background-color: #F8F5F0 !important;
    border-color: #F8F5F0 !important;
}

.btn-light:hover {
    background-color: silver !important;
    border-color: silver !important;
}

.btn-link {
    color: #155aa9 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
}

.alert a,
.alert .alert-link {
    color: gray;
    text-decoration: none;
}

.alert-danger .alert-link {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.slogan {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: white;
}

.slogan-centered {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px #000000;
}

a {
    color: #155aa9;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* News Scroller Start */

.onoffswitch3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch3-inner > span {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch3-inner .onoffswitch3-active {
        padding-left: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
    }

    .onoffswitch3-inner .onoffswitch3-inactive {
        width: 100px;
        padding-left: 16px;
        background-color: #EEEEEE;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA;
    left: 0;
    width: 160px;
}

.onoffswitch3-inactive {
    background: #A1A1A1;
    right: 0;
    width: 20px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove {
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text {
    color: #000;
}

.annlink, .annlink:hover {
    text-decoration: none;
    color: white;
}

/* News Scroller End */
