﻿/*
    colors

    dark blue: #12405c
    medium blue: #275f84
    black text: #4a4b4b
*/

body {
    padding: 0;
    background: white url(/Images/auditor-bg.png) repeat;
    font-family: "Tahoma",Geneva,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #4a4b4b;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.release-body, .release-body p, .release-body p span, .release-body span, .basic-page-body p, .basic-page-body p span, .basic-page-body span, .release-body font, .basic-page-body font {
    font-family: "Tahoma",Geneva,Arial,sans-serif !important;
    font-size: 14px !important;
}


.body-content, .body-content-split-big, .body-content-split-small {
    background: #FFFFFF;
    border: 1px solid #cccccc;
}

    .body-content-split-big, .body-content-split-small{
        margin-top:5px;
    }

    .body-content, .body-content-split-big {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 8px solid #4a4b4b;
    }

.body-content {
    width: 95%;
    max-width: 1200px;
    margin-top: 20px;
}

.body-content-split-big{
    margin-bottom:20px;
}

.body-content-noform {
    margin-top: 10px;
    width:95%;
    max-width: 1800px;
}

.split-layout-container{
    max-width:1800px;
}

.body-content-split-small .split-small-title {
    background: #0f3953;
    color: #fff;
    padding: 15px 20px;
    margin-top: 0;
}

.split-menu-links li {
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .header-font {
    font-family: "Crimson Text", "Times New Roman",Times,serif;
}

.basic-page-body h1, .basic-page-body h2, .basic-page-body h3, .basic-page-body h4, .basic-page-body h5, .basic-page-body h6 {
    font-family: "Crimson Text", "Times New Roman",Times,serif !important;
}

h1{
    font-size:2.2em;
}

h2{
    font-size:1.8em;
}

h3{
    font-size:1.6em;
}

.basic-page-body h1{
    font-size:2.2em !important;
}

.basic-page-body h2 {
    font-size: 1.8em !important;
}

.basic-page-body h3 {
    font-size: 1.6em !important;
}


body .form-control {
    font-size: 1em;
}

.page-title {
    margin: 10px 0;
    color: #0f3953;
    margin-bottom:20px;
}

a:link, a:visited, a, a:link font, a:visited font, a font {
    text-decoration: none;
    color: #0f3953;
    font-weight: bold;
}

.basic-page-body a:link span, .basic-page-body a:visited span, .release-body a:link span, .release-body a span, .release-body a:visited span {
    color: #0f3953 !important;
}

.btn-form {
    width: 100%;
}

.btn-sao {
    background-color: #0f3953;
    border: 1px solid #333;
    color: #fff;
}

    .btn-sao:hover, .btn-sao.btn:hover {
        background-color: #275f84;
        color: #fff;
    }

    .btn-sao:focus, .btn-sao.btn:focus {
        color: #fff;
    }

fieldset.sao-fieldset legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    position: relative;
    left: -5px;
    color: #12405c;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*header start*/

header {
    background: #fff;
    border-bottom: 3px double #cfcfcf;
    border-top: 8px solid #4a4b4b;
    padding: 0;
    min-height: 100px;
}

#largeNavContainer {
    background: #fff;
    border-bottom: 1px solid #cfcfcf;
}

#largeNavContainer .sf-menu{
    width:100%;
}

#largeNavContainer, #largeNavContainer .sf-menu{
    height:50px;
    position:relative;
}

    #largeNavContainer .sf-menu li {
        background: #fff;
        text-align:center;
        text-transform: uppercase;
    }

    #largeNavContainer .sf-menu li:hover {
        background: #f4f3f3;
    }

    #largeNavContainer #auditorSealContainer a {
        border: none;
    }

    #largeNavContainer #auditorSealContainer:hover {
        background: none;
    }

#largeNavContainer .sf-menu > li {
    width: 14.25%;
    background: none;
}

        #largeNavContainer .sf-menu > li ul {
            border: 1px solid #4a4b4b;
            border-top: 3px solid #4a4b4b;
        }

        #largeNavContainer .sf-menu > li li {
            border-bottom: 1px solid #4a4b4b;
        }

        #largeNavContainer .sf-menu li a {
            color: #0f3953;
            font-size: 16px;
            font-family: "Crimson Text", "Times New Roman",Times,serif;
            font-weight: 700;
        }

    #largeNavContainer .sf-arrows .sf-with-ul:after {
        border-top-color: #0f3953;
    }

    #headerLogoText {
        margin-top: 15px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

        #headerLogoText .auditor-name {
            text-transform: uppercase;
            color: #12405c;
            font-weight:bold;
            font-size:2.4em;
        }

            #headerLogoText .auditor-name .bigger-first-letter {
                font-size: 1.4em;
            }

        #headerLogoText .subtext {
            margin-bottom:0px;
            margin-top:0px;
            font-weight:bold;
            font-size:1.3em;
        }

        #headerRow {
            margin-right: 0px;
            margin-left: 0px;
        }

#headerRight {
    text-align: right;
    padding-right: 20px;
}

.social-links li a {
    background-image: url(/images/header-social.png);
    height: 21px;
    display: block;
    overflow: hidden;
}

.social-links li.item--email a {
    background-position: -10px -7px;
    width: 55px;
}

.social-links li.item--flickr a {
    background-position: -65px -7px;
    width: 55px;
}

.social-links li.item--linkedin a {
    background-position: -120px -7px;
    width: 55px;
}

.social-links li.item--instagram a {
    background-position: -175px -7px;
    width: 55px;
}

.social-links li.item--twitter a {
    background-position: -229px -7px;
    width: 92px;
}

.social-links li.item--facebook a {
    background-position: -322px -7px;
    width: 68px;
}

.social-links {
    display: inline-flex;
    /* display: inline-block; */
    margin-top: 10px;
}

    .social-links a {
        color: transparent;
    }

#googleSiteSearchContainer {
    width: 400px;
    float: right;
}

#siteSearchForm {
    position: relative;
    margin-top: 5px;
}

    #siteSearchForm input {
        border-radius: 3px;
        background: #f4f3f3;
        border: 1px solid #cccccc;
        width:100%;
        font-size:14px;
        height:30px;
        padding-left:5px;
        width:300px;
    }

    #siteSearchForm .search-icon {
        position: absolute;
        right: 5px;
        top: 8px;
    }

#largeNavContainer #auditorSealContainer {
    text-align: center;
    position:relative;
    top:-90px;
}

#auditorSeal{
    max-width:150px;
}

.nav-dropdown-large{
    display:initial;
}
.nav-dropdown-small{
    display:none;
}

#smallNavContainer .nav-dropdown-large, #smallNavContainer .auditor-seal-container {
    display: none;
}

#smallNavContainer .nav-dropdown-small {
    display: initial;
}

#smallNavContainer {
    display: none;
}

    #smallNavContainer .slicknav_menu, #smallNavContainer .slicknav_btn {
        background: #fff;
    }

    #smallNavContainer .slicknav_menu .slicknav_menutxt {
        color: #0f3953;
        text-shadow: none;
    }

    #smallNavContainer .slicknav_menu .slicknav_icon-bar {
        background-color: #0f3953;
    }

    #mobileMenu {
        display: none;
    }

@media screen and (max-width: 992px) {
    #siteSearchForm{
        display:none;
    }
    #googleSiteSearchContainer{
        display:none;
    }
    .social-links {
        display: none;
    }
    #largeNavContainer #auditorSealContainer {
        display:none;
    }
    #largeNavContainer{
        display:none;
    }
    #smallNavContainer{
        display: block;
    }
} 

@media screen and (max-width: 800px) {
    #headerLogoText {
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

        #headerLogoText .auditor-name {
            font-size: 2.0em;
        }

            #headerLogoText .auditor-name .bigger-first-letter {
                font-size: 1.4em;
            }

        #headerLogoText .subtext {
            font-size: 1.1em;
        }
} 

/*header end*/

/*footer start*/
footer {
    border-top: 6px solid #4a4b4b;
    background: #12405c;
    margin-top: 20px;
    padding: 0;
    color: #fff;
}

    footer .footer-top {
        text-align: center;
        background: #275f84;
        margin-left:0px;
        margin-right:0px;
    }

    footer .footer-top-col{
        padding-left:0px;
        padding-right:0px;
        padding-top:10px;
        padding-bottom:10px;
    }

    footer .social-links-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
    }

        footer .social-links-footer ul.menu {
            justify-content: center;
        }

        footer .social-links-footer ul.menu li {
            align-self: center;
            padding: 5px;
            margin: 0px 5px;
            flex-basis: auto;
        }

        footer .social-links-footer ul.menu li:first-child {
            margin-left:0px;
        }

        footer .social-links-footer ul.menu li:last-child {
            margin-right: 0px;
        }

        

        footer .social-links-footer ul.menu li a {
            background-image: url(/Images/footer-social-sprite.png);
            display: block;
            height: 57px;
            width: 57px;
            overflow: hidden;
        }

            footer .social-links-footer ul.menu li a:hover {
                position:relative;
                top:-1px;
            }

    

        footer .social-links-footer ul.menu li.item--email a {
            background-position: -345px -21px;
        }

        footer .social-links-footer ul.menu li.item--flickr a {
            background-position: -278px -21px;
        }

        footer .social-links-footer ul.menu li.item--linkedin a {
            background-position: -145px -21px;
        }

        footer .social-links-footer ul.menu li.item--instagram a {
            background-position: -79px -21px;
        }

        footer .social-links-footer ul.menu li.item--twitter a {
            background-position: -13px -22px;
        }

        footer .social-links-footer ul.menu li.item--facebook a {
            background-position: -211px -21px;
        }

#layoutMailingListApp{
    margin-bottom:10px;
}

#layoutMailingListApp .mailing-sub-btn {
    background-color: #222;
}

#layoutMailingListApp .parsley-errors-list{
    color: #fff;
}

footer .footer-top-col.mailing-list-col{
    padding-left:10px;
    padding-right:10px;
}

.mailing-list-col h2 {
    text-transform: uppercase;
}

footer .footer-middle {
    margin-top: 20px;
    margin-left:0px;
    margin-right:0px;
}


.footer-bottom-container {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.footer-link-header {
    font-size: .9em;
    font-family: "Tahoma",Geneva,Arial,sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #264e67;
    padding-bottom: 5px;
}

footer a:link, footer a:visited, footer a {
    color: #fff;
}

footer .link-menu {
    list-style: none outside;
    text-align:left;
    padding: 0;
}

    footer .link-menu a, footer .bottom-links a {
        font-size: 12px;
        white-space: nowrap;
    }

footer .link-menu a{
    text-decoration:none;
    font-weight:normal;
}

footer .footer-bottom {
    border-top: 2px solid #264e67;
    margin-left:0px;
    margin-right:0px;
}

.footer-bottom .bottom-links {
    margin: 10px auto;
    text-align: center;
    padding: 0;
    list-style: none;
    width:100%;
}

    .footer-bottom .bottom-links li {
        display: inline;
        padding: 0 10px;
        margin-left: 2%;
        margin-right: 2%;
    }

@media screen and (max-width: 768px) {
    .footer-bottom .bottom-links li {
        display: block;
    }
} 


/*footer end*/


/*carousel start*/

.slideshow-items-right.slick-slider ul.slick-dots {
    position: relative;
    /*right: 0;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,56,84,0.9);
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    .slideshow-items-right.slick-slider ul.slick-dots li {
        display: block;
        color: #fff;
        text-shadow: 0 1px #444;
        text-align: center;
        font-family: "Crimson Text",Georgia,"Times New Roman",Times,serif;
        font-size: 24px;
        padding: 10px 0;
        margin: 10px 0;
        width: auto;
        height: auto;
    }

        .slideshow-items-right.slick-slider ul.slick-dots li a {
            font-weight: normal;
        }

        .slideshow-items-right.slick-slider ul.slick-dots li.slick-active a {
            font-weight: bold;
            font-size: 1.15em;
            text-shadow: 0 2px #000;
        }

@media (max-width: 1400px) {
    .slideshow-items-right.slick-slider ul.slick-dots li {
        font-size: 22px;
        padding: 5px 0;
        margin: 5px 0;
    }
}

@media (max-width: 1100px) {
    .slideshow-items-right.slick-slider ul.slick-dots li {
        font-size: 18px;
        padding: 5px 0;
        margin: 5px 0;
    }
}

@media (max-width: 992px) {
    .slideshow-items-right.slick-slider ul.slick-dots li {
        font-size: 16px;
        padding: 5px 0;
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
    .slideshow-items-right.slick-slider ul.slick-dots li {
        font-size: 14px;
        padding: 2px 0;
        margin: 2px 0;
    }
}

@media (min-width: 768px) {
    .slideshow-items-right.slick-slider ul.slick-dots {
        position: absolute;
        right: 0;
        top: 0;
        width: 33%;
        height: 99%;
        background: rgba(15,56,84,0.9);
        padding: 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}

/*carousel end*/

/*news items start*/
.recent-news-container {
    background: url(/Images/news-item-icon.png) no-repeat 0px -4px;
    padding-left: 30px;
    margin-bottom: 10px;
}

a.front-page-news-link {
    text-decoration: none;
    font-weight: normal;
}
/*news items end*/

.validation-summary-errors ul {
    color: Red;
    list-style-type: none;
    text-align: center;
}

.center {
    margin: auto;
    text-align: center;
}

.main-header {
    margin-bottom: 40px;
}

.clear-md {
    margin-top: 40px;
}

.clear-sm {
    margin-top: 20px;
}

.clear-xs {
    margin-top: 10px;
}

.clear-lg {
    margin-top: 60px;
}

.clear-xl {
    margin-top: 80px;
}

.text-left {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.no-label {
    padding-top: 25px;
}

.no-label .center{
    padding-top: 5px;
}

.BlueTableHeader th {
    color: white;
    background-color: #2d5986;
}

.sao-table th {
    background: #0f3953;
    border: 1px solid #cfcfcf;
    color:white;
}

.sao-table th, .sao-table td{
    padding-top:4px;
    padding-bottom:4px;
    padding-left:9px;
    padding-right:9px;
}


.sao-table button {
    margin-top: 2px;
    margin-bottom: 2px;
}

.sao-table tbody > tr {
    background-color: white;
}


ul.nav-tabs.sao-tabs > li.active > a {
    color: white;
    background-color: #2d5986;
}

ul.nav-tabs.sao-tabs > li > a {
    color: #2d5986;
}

.no-resize {
    resize: none;
}

.invalidCell {
    background-color: #ffcccc;
}

.search-form-div {
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fcfcfc;
    border-radius: 10px;
}

.search-form-title {
    margin-top: 0px;
}

.text-lg {
    font-size: 1.7em;
}

.text-md {
    font-size: 1.3em;
}

.text-sm {
    font-size: 1.1em;
}


.text-red {
    color: Red;
}

.right {
    text-align: right;
}

.form-bg {
    background-color: #ecf2f9;
    border-radius: 10px;
    padding: 10px;
}

.container-sm {
    width: 95%;
    margin: auto;
    max-width: 700px;
}

input.parsley-error, select.parsley-error, textarea.parsley-error, select.parsley-error ~ .select2-container .select2-selection {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    list-style-type: none;
    color: red;
}

div.bootbox.modal > .modal-dialog {
    position: relative;
    top: 100px;
}


/*.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}*/

.empty-grid-text {
    text-align: center;
    font-size: 1.3em;
}

.quickCornerOverlay {
    position: fixed;
    right: 0px;
    bottom: 50px;
    overflow: hidden;
    z-index: 100;
    -webkit-animation: slideanim 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: slideanim 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pointer {
    cursor: pointer;
}

@-webkit-keyframes slideanim {
    0%,100% {
        opacity: 0;
        z-index: 0;
    }

    1%, 99% {
        z-index: 100;
    }

    50% {
        opacity: 1;
        right: 50px;
    }
}

@keyframes slideanim {
    0%,100% {
        opacity: 0;
        z-index: 0;
    }

    1%, 99% {
        z-index: 100;
    }

    50% {
        opacity: 1;
        right: 50px;
    }
}

.hide{
    display:none;
}


@media only screen and (max-width: 770px) {
    .hide-xs {
        display: none;
    }
}

/*Tablesorter styles...I don't like their theme so we just took some things from it*/
.sao-table.tablesorter .tablesorter-header.sorter-false {
    background-image: none;
    cursor: default;
}

.sao-table.tablesorter .header,
.sao-table.tablesorter .tablesorter-header {
    /* black (unsorted) double arrow */
    /*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
    /* white (unsorted) double arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: center right;
    white-space: normal;
    cursor: pointer;
}

.sao-table.tablesorter .headerSortUp,
.sao-table.tablesorter .tablesorter-headerSortUp,
.sao-table.tablesorter .tablesorter-headerAsc {
    background-color: #416b96;
    /*black asc arrow*/
    /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
    /* white asc arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.sao-table.tablesorter .headerSortDown,
.sao-table.tablesorter .tablesorter-headerSortDown,
.sao-table.tablesorter .tablesorter-headerDesc {
    background-color: #416b96;
    /* black desc arrow */
    /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
    /* white desc arrow */
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/*End tablesorter styles*/

.block-notification {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.3em;
    text-align: center;
}

.block-notification-success {
    color: green;
    background-color: #c4ffd6;
    border: .5px solid green;
}

.block-notification-error {
    color: red;
    background-color: #ffedea;
    border: .5px solid red;
}

.message-text{
    font-size:18px;
    text-align:center;
}

input[type=radio].biggest, input[type=checkbox].biggest {
    transform: scale(2);
}

input[type=radio].bigger, input[type=checkbox].bigger {
    transform: scale(1.5);
}

input[type=radio].big, input[type=checkbox].big {
    transform: scale(1.25);
}

@media print {
    .hide-on-print {
        display: none;
    }

    .show-on-print {
        display: inherit;
    }

    /*hide select arrows on our HTML to PDF tool*/
    select {
        -webkit-appearance: none;
    }

    /*hide spinner on number input on our html to pdf tool*/
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /*hide scroll on textareas on our html to pdf tool*/
    textarea {
        overflow: hidden;
    }
}
