﻿.container-table {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    height: 100%;
    width: 100%;
    max-width: 1100px;
}

.col-remove-padding {
    padding-left: 0;
    padding-right: 0;
}

.cleanla-logo {
    padding: 5px;
}

.cleanla-footer {
    padding: 10px;
    text-align: center;
    line-height: 20px;
}

    .cleanla-footer a {
        color: #466114;
    }

        .cleanla-footer a:hover {
            color: #74A022;
        }

.coordinator-chart {
    vertical-align: middle;
}

    .coordinator-chart .row:nth-child(2n+3) {
        background-color: #D2E4D2;
    }

    .coordinator-chart .row:nth-child(even) {
        background-color: #EEEEEE;
    }

    .coordinator-chart a {
        color: #00458F;
    }

.drp-logo {
    height: 67px;
}

    .drp-logo a img {
        position: absolute;
        right: 1px;
    }

.main-content {
    margin: 5px;
    padding: 5px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    min-height: 760px;
}

.main-content-outer {
    border: 2px solid #2b5797;
    border-radius: 10px;
    min-height: 630px;
    background-image: linear-gradient(#2B5797, white);
}

.scale-image {
    width: 100%;
    height: auto;
}

.scale-image-2 {
    width: auto;
    height: 180px;
}

.scale-image-3 {
    height: 225px;
    overflow: hidden;
}

.scale-video {
    border: 0;
    width: 100%;
    height: auto;
}

.scale-video-2 {
    border: 0;
    width: 100%;
    height: 100%;
}

.nav {
    border-top: 2px solid #2b5797;
    border-left: 2px solid #2b5797;
    border-bottom: 2px solid #2b5797;
    border-radius: 10px 0 0 10px;
    padding: 5px;
}

.nav-link {
    padding: 1px;
}

.nav-item a {
    color: #0056B3;
    text-decoration: none;
}

    .nav-item a:hover {
        color: #007bff;
    }

.nav-item {
    text-align: left;
    padding: 0;
}

.nav-item-header {
    text-align: center;
    border: 1px solid #2b5797;
    border-radius: 3px;
    background-color: #2b5797;
    color: white;
    font-weight: bold;
    padding: 0;
}

.nav-item-home {
    text-align: center;
    border: 1px solid #222222;
    border-radius: 3px;
    background-color: #222222;
    font-weight: bold;
    padding: 0;
}

    .nav-item-home a {
        color: white;
        border: none;
    }

        .nav-item-home a:hover {
            color: darkseagreen;
        }

#footer-bottom .navbar-nav {
    flex-direction: row !important;
}

#footer-bottom .navbar-inverse {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

ul li a {
    color: #0056B3;
    text-decoration: underline;
}

    ul li a:hover {
        color: #007bff;
    }

ol li a {
    color: #0056B3;
    text-decoration: underline;
}

    ol li a:hover {
        color: #007bff;
    }

div a {
    color: #0056B3;
    text-decoration: underline;
}

    div a:hover {
        color: #007bff;
    }

.RadInput_Bootstrap {
    font-family: Lato !important;
}

    .RadInput_Bootstrap .riDisabled {
        opacity: 1 !important;
        background-color: #F0F0F0 !important;
    }

.RadButton_Bootstrap {
    font-family: Lato !important;
}

#navAdministrator {
    margin: auto;
    font-family: 'Lato';
    /*background-image: linear-gradient(to right, #2B5797, #2B5797, white);*/
    /*background-color: #2B5797 !important;*/
    background-color: white !important;
    box-sizing: content-box !important;
    font-size: 14pt;
    width: 100%;
    height: 100%;
    padding: 0;
}

    #navAdministrator .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

        #navAdministrator .nav-item span {
            /*color: #EEEEEE !important;*/
            font-weight: normal;
            text-decoration: none;
        }

        #navAdministrator .nav-item a {
            /*color: #EEEEEE !important;*/
            font-weight: normal;
            text-decoration: none;
            border: 1px solid white;
        }

            #navAdministrator .nav-item a:hover {
                /*color: #BBBBBB !important;*/
                background-color: #DDD !important;
                border-radius: 5px;
                border: 1px solid #DDD;
            }

    #navAdministrator .navbar-text {
        float: right;
        color: #2B5797;
        font-weight: bold;
        font-size: 18pt;
        padding: 5px;
    }


.text-shadow {
    text-shadow: 1px 1px 1px #000000;
}

.RadLabel_Bootstrap {
    color: inherit !important;
}

h2 {
    font-size: 2.3em !important;
}

h3 {
    font-size: 1.9em !important;
}

#ContentPlaceHolder2_h2Admin {
    color: #EEE !important;
}

.RadGrid .rgRow > td {
    padding: 3px !important;
}

.RadGrid .rgAltRow > td {
    padding: 3px !important;
}

.RadGrid_Bootstrap .rgHeader {
    padding: 4px !important;
}
