﻿/*Set base font size*/
html {
    font-size: 14px;
}

.table {
    font-size: 1rem;
}

.container-fluid {
    margin-bottom: -22px;
}

.table a {
    text-decoration: none;
}

    .table a:hover, .table a:focus {
        text-decoration: underline;
    }


.pdfIcon a {
    text-decoration: none;
    font-size: 1.2em;
    color: #B30000;
}
    .pdfIcon a:hover {
        text-decoration: underline;
    }

.wordIcon a {
    text-decoration: none;
    font-size: 1.2em;
    color: #2b569a;
}
    .wordIcon a:hover {
        text-decoration: underline;
    }

.htmlIcon a {
    text-decoration: none;
    font-size: 1.2em;
    color: #3a6b1c;
}
    .htmlIcon a:hover {
        text-decoration: underline;
    }


/*Sorted table columns have a different color than the other columns.
    The default color is slightly darker than the regular color. That caused a 
    color contrast vulnerability so the sorted columns are set to white below. 
*/
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: #ffffff !important;
}



.paddingSides10 {
    padding-right: 10px;
    padding-left: 10px;
}

.whitespace-nowrap {
    white-space: nowrap
}

.bold {
    font-weight: bold;
}

.displayNone {
    display: none;
}

#sidenav {
    background-color: #fff;
}

    #sidenav p {
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
    }

@media (min-width: 768px) {
    #sidenav.collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    #sidenav {
        border-top: 1px solid #c9dbe0;
        padding-bottom: 2.5rem;
    }
}

.sidenav {
    position: fixed;
    border-right: 1px solid #dbe7eb;
    width: 14.375rem;
    margin-top: 4.25rem;
    height: 100vh;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .sidenav #sidenav {
        padding-bottom: 1rem;
        border-bottom: 3px solid #dbe7eb;
    }
}

.sidenav .menu-row {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .sidenav .menu-row {
        height: 50px;
        margin-top: 0;
        position: relative;
        padding-top: 0.25rem;
    }
}

.sidenav .sidenav-sublabel {
    text-transform: uppercase;
    color: #28807c;
    font-size: 0.6875rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.sidenav .sidenav-label {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
}

.sidenav button {
    background-color: transparent;
    border-radius: 4px;
    border-color: #28807c;
    position: absolute;
    right: 15px;
    top: 0.25rem;
}

@media (min-width: 768px) {
    .sidenav button {
        display: none;
    }
}

.sidenav .menu-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent;
    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='#{#28807C}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.sidenav ul li a {
    font-size: 0.875rem;
    padding: 0.375rem 0;
    color: #28807c;
}

    .sidenav ul li a:hover {
        text-decoration: none;
        font-weight: 700;
        color: #28807c;
    }

    .sidenav ul li a:active {
        font-weight: 700;
        color: #28807c;
    }



.overlay-menu .nav-section {
    text-align: center;
    font-weight: 700;
    padding: 1.5rem 0 0.5rem 0;
}

.overlay-menu .nav-link {
    font-weight: 400;
    font-size: 0.875rem;
    padding: 0.375rem 0;
    color: #28807c;
}

    .overlay-menu .nav-link.active {
        font-weight: 700;
        color: #28807c;
    }

.form-group.required .control-label:before,
.form-group .required-label {
    content: "* ";
    color: #a94442
}
