﻿/* Start Layout CSS */

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    /*-webkit-text-size-adjust: none !important; /*(sp) prevents iOS (safari) from resizing text*/
    -webkit-text-size-adjust: 100%;
}

body {
    font: normal 14px/150% Helvetica, Arial, sans-serif;
    margin: 0 !important;
    padding: 0;
    color: #000;
    height: 100%;
}

/* Skip navigation links */
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -9999;
    color: #fff;
    background-color: #000;
}

    a.skip-main:focus, a.skip-main:active {
        left: auto;
        top: auto;
        width: 250px;
        height: auto;
        overflow: auto;
        margin: 10px 10px;
        padding: 5px;
        border-radius: 5px;
        border: 5px solid #1a4085;
        text-align: center;
        font-size: 1.2em;
        z-index: 9999;
    }

.main_content {
    font: normal 14px/150% Helvetica, Arial, sans-serif;
    width: 100%;
    background-color: #fefefe;
    padding: 20px;
}


    .main_content caption {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
    }


a {
    color: #3366CC;
}

/************************************************
App Navbar
************************************************/
.navbar-custom {
    background-color: #1a4085 !important;
}

/************************************************
Mobile Site Navbar
************************************************/
.navbar-custom-main {
    background-color: #bdd0e8 !important;
    min-height: 76px !important;
}

    .navbar-custom-main .navbar-nav a {
        line-height: 32px;
        font-weight: bold;
        color: #1a4085;
    }

    .navbar-custom-main .navbar-brand {
        background: url(/SOSCommonStyle/images/NevadaStateSealSmall.png) no-repeat;
        min-height: 50px !important;
    }

/************************************************
Buttons
************************************************/
.btn-primary {
    background-color: #1a4085;
    border-color: #1a4085;
}

.btn-sm {
    padding: .1rem .25rem;
    font-size: .75rem;
    line-height: 1.25;
}

/************************************************
Footer
************************************************/
.footer {
    padding: 0 10px 10px 10px;
    text-align: left;
    color: #112665;
    margin: 0 auto;
    font-size: 11px;
    font-family: tahoma, verdana, sans-serif;
    height: auto !important;
}

    .footer a, .footer p {
        color: #112665;
        margin: 0;
        padding: 0;
        font-size: 11px;
    }

        .footer a:hover {
        }

.footer_nav {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 0 0 0;
    font-weight: normal;
    color: #fff;
    text-align: right;
}

    .footer_nav p, .footer_nav a {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }

    .footer_nav a {
        text-decoration: none;
    }

        .footer_nav a:hover {
            text-decoration: underline;
        }

    .footer_nav .nav_separator {
        padding: 0 7px;
    }

.footer_info {
    line-height: 14px;
    font-size: 12px;
    padding: 0;
    font-weight: normal;
    color: #fff;
    text-align: right;
}

    .footer_info p, .footer_info a {
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }

    .footer_info a {
        text-decoration: underline;
    }

        .footer_info a:hover {
            text-decoration: underline;
        }

    .footer_info .nav_separator {
        padding: 0 7px;
    }

.footer_social {
    padding-right: 25px;
}

    .footer_social a:hover {
        text-decoration: none;
    }

/************************************************
Specific styles for smaller screens
************************************************/
@media all and (max-width: 956px) {
    .desktop-only {
        display: none;
    }

    body {
        padding: 115px 0 0 0;
        min-width: 300px;
        background-color: #111;
    }

    html {
        position: relative;
        /*min-height: 100%;*/
    }

    .site_title_image {
        height: 50px;
        padding-left: 55px;
    }

    .site_title_image_noname {
        height: 35px;
        padding-left: 55px;
        padding-top: 10px;
    }

    .mobile_title {
        display: block;
    }

    .mobile_title_noname {
        display: none;
    }

    /*.main_content {
        padding: 5px 5px 20px 5px;
    }*/

    .header_wrapper {
        margin: 0;
    }

    .search-box {
        position: absolute;
        top: 76px;
        margin-bottom: 5px;
        width: 100%;
        padding: 5px;
        z-index: 1000; /* set this lower then .header_left a.state_seal z-index */
        background-color: #ccc;
    }

    .search-box-span {
        width: 100%;
    }

    .footer_info {
        padding-top: 10px;
        text-align: left;
    }
}


@media all and (min-width: 376px) and (max-width: 473px) {
    .site_title_image {
        height: unset;
        width: 280px;
        padding-top: 5px;
    }

    .site_title_image_noname {
        height: unset;
        width: 280px;
        padding-top: 12px;
    }
}

@media all and (min-width: 300px) and (max-width: 400px) {
    .site_title_image {
        height: unset;
        width: 200px;
        padding-top: 10px;
    }

    .site_title_image_noname {
        height: unset;
        width: 200px;
        padding-top: 16px;
    }
}

@media all and (max-width: 299px) {
    .site_title_image, .site_title_image_noname {
        display: none !important;
    }
}


/************************************************
Specific styles for desktop screens
************************************************/
@media all and (min-width:957px) {
    body {
        background: #4972b8 url(/SOSCommonStyle/images/bg001.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .mobile-only {
        display: none;
    }

    .header_wrapper {
        margin: 0 0 30px 0;
        background: url(/SOSCommonStyle/images/SOS_header_bg.png) repeat-x;
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 */
        /*filter: alpha(opacity=85); /* IE 5-7 */
        /*-moz-opacity: 0.85; /* Netscape */
        /*-khtml-opacity: 0.85; /* Safari 1.x */
        /*opacity: 0.85; /* Good browsers */
    }

    .footer_wrapper {
        clear: both;
        width: 100%;
        background-color: #222;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 */
        filter: alpha(opacity=85); /* IE 5-7 */
        -moz-opacity: 0.85; /* Netscape */
        -khtml-opacity: 0.85; /* Safari 1.x */
        opacity: 0.85; /* Good browsers */
    }

    .header_left {
        float: left;
    }

        .header_left .state_seal {
            position: absolute;
            top: 15px;
            left: 0px;
            display: block;
            z-index: 1003;
        }

        .header_left .site_title {
            position: absolute;
            top: 30px;
            left: 185px;
            display: block;
            z-index: 1001;
        }

        .header_left .site_title_noname {
            position: absolute;
            top: 50px;
            left: 185px;
            display: none;
            z-index: 1001;
        }

    .site_title img {
        border: 0;
    }

    .header_right {
        float: right;
    }

    .header_nav {
        position: absolute;
        right: 0px;
        z-index: 1002;
        text-align: right;
        padding: 0;
        font-size: 1em;
        width: 680px;
        color: #fff;
        margin-top: 7px;
        font-family: tahoma, verdana, sans-serif;
        line-height: 18px;
    }

        .header_nav a {
            color: #fff;
            text-decoration: none;
            font-weight: normal;
            z-index: 1002;
        }

            .header_nav a:hover {
                color: #EDF1F8;
                text-decoration: underline;
                font-weight: normal;
            }

        .header_nav .nav_separator {
            padding: 0 2px;
        }

    .header_nav_sections {
        position: absolute;
        right: 0px;
        top: 113px;
        z-index: 1002;
        width: 900px;
        background: #edf1f8;
    }

    .header_nav_section_link_wrapper {
        float: right;
        height: 50px;
        border-right: 1px solid #333;
        right: 0px;
    }

    .header_nav_section_link {
        text-align: left;
        color: #333;
        border: 3px solid transparent;
        font-family: 'Rosario', sans-serif;
        font-weight: normal;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 12px 7px 10px 7px;
    }

        .header_nav_section_link a:link, .header_nav_section_link a:active, .header_nav_section_link a:visited {
            line-height: 100% !important;
            padding: 1px;
            display: block;
        }

        .header_nav_section_link:hover {
            color: #FFF;
            background: -webkit-linear-gradient(#809CCD, #24395C); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#809CCD, #24395C); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#809CCD, #24395C); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#809CCD, #24395C); /* Standard syntax */
            border: 3px solid #EDF1F8;
        }

    .header_nav_section_link_first {
    }

    .header_nav_section_link_last {
        border-right: 0px;
    }

    .header_main {
        height: 165px;
        width: 940px;
        margin: 0 auto;
    }

    .header {
        width: 940px;
        height: 114px;
        padding: 0;
        position: relative;
        background-image: url(/SOSCommonStyle/images/header_background.png);
    }

    .main_content {
		/* Changed to min-width: 940px and width: min-content to allow main display area to expand to fit wide applications (ElectionResults) */
		/* width: 940px;		/* leave this in for IE. It is overwritten by min-width and width below for standards-compliant browsers */
		min-width: 940px;
		width: min-content;
        margin: 0 auto;
    }




    .footer {
        width: 940px; /* Overwrite footer width property to counteract bootstrap's formatting */
    }

    .search-box {
        position: absolute;
        right: 0px;
        z-index: 1002;
        text-align: right;
        padding: 0;
        font-size: 1em;
        color: #EDF1F8;
        margin-top: 50px;
    }

    .search-box-span {
        width: 250px;
        float: right;
    }
}

/* End Layout CSS */


/*********************************************************************************************************************************************************/


/* Start Content CSS */


/************************************************
Content tabs
************************************************/
.main_content_tabs {
    position: relative;
    height: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
}

    .main_content_tabs li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

        .main_content_tabs li a {
            float: left;
            padding: 5px 20px;
            display: block;
            text-decoration: none;
            color: #333;
            background: #fff;
            cursor: pointer;
        }

            .main_content_tabs li a:hover {
                color: #333;
                background: #dbdbdb;
            }

            .main_content_tabs li a.nav_active, .main_content_tabs li a.nav_active:hover {
                color: #fff;
                background: #4972b8;
            }

.tabbed_information {
    border-top: 2px solid #4972b8;
    background: none;
    margin: 0;
    padding: 15px 0 0 0;
    display: block;
    clear: both;
}

/************************************************
Tables
************************************************/
/* HTML Table */
.table {
    border: solid 1px #ccc !important;
}

    .table th {
        background-color: #4972b8 !important;
        color: #eee !important;
        border-bottom: 0 !important;
    }

/* Telerik RadGrid */
.rgHeader {
    font-weight: bold !important;
}

    .rgHeader a {
        color: #EEE;
    }

.rgRow, .rgAltRow, .rgHeader {
    height: 37px !important;
    padding: 8px !important;
}

    .rgRow td, .rgAltRow td {
        padding: 8px !important;
    }

/************************************************
Full width colored slabs
************************************************/
.slab {
    width: 100%;
    display: block;
    padding: 10px 10px;
    margin: 5px 0;
    text-align: center;
    font-family: Frank-Medium, Helvetica, Arial, sans-serif;
    font-size: 22px;
}

    .slab span {
        font-size: 12px;
        display: block;
        line-height: 150%;
        font-weight: normal;
    }

.panel-primary > .panel-heading {
    background-color: #4972b8;
    border-color: #4972b8;
}

/************************************************
Colored backgrounds
************************************************/
.bg-black {
    background: #333333;
    color: #fff;
}

.bg-blue {
    background: #4972b8;
    color: #fff;
}

.bg-darkblue {
    background: #1a4085;
    color: #fff;
}

.bg-red {
    background: #c40000;
    color: #fff;
}

.bg-grey {
    background: #dbdbdb;
    color: #000;
}

.bg-darkgrey {
    background: #666666;
    color: #fff;
}

.bg-green {
    background: #78b92e;
    color: #fff;
}

.bg-purple {
    background: #772486;
    color: #fff;
}

.bg-white {
    background: #f9f9f9;
    color: #000;
}

/************************************************
Button lists
************************************************/
.radio, .checkbox {
    height: auto !important;
    margin-bottom: 20px !important;
}

    .radio label, .checkbox label {
        margin-left: 3px !important;
        margin-right: 10px !important;
        display: inline !important;
    }

/************************************************
Help Tooltips
************************************************/
.has-popover div {
    color: black;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    z-index: 10001;
    text-shadow: none;
    line-height: 19px;
    width: 250px;
}

/************************************************
Required Field Error Text
************************************************/
.alert.alert-danger {
    padding: 10px;
    margin: 10px 0;
}


/************************************************
background color and width for content table
************************************************/
.Cart {
    BACKGROUND: url(/SharedVision/cart2.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 20px;
    width: 26px;
    font-family: 'Arial Black';
    font-size: small;
    font-weight: bold;
    color: #1F7F35;
    text-decoration: none !important;
    padding-left: 15px;
}

    .Cart:hover {
        cursor: pointer;
        text-decoration: none !important;
    }

.bold {
    font-weight: bold;
}

.boldred {
    font-weight: bold;
    color: Red;
}

/*Help Tooltips*/
.SH div {
    color: black;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    z-index: 10001;
    text-shadow: none;
    line-height: 19px;
    width: 250px;
}

/* End Content CSS */



/* Start parallax scrolling divs */
.container {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-around;
    position: relative;
    width: 100%;
}

    .container section {
        width: 100%;
        height: 100vh;
        flex: 1;
        display: flex;
        text-align: center;
        position: relative;
        overflow: hidden;
        background-color: #000;
    }

        .container section:nth-child(1) .image {
            background-image: url(/SOSCommonStyle/images/bg001.jpg);
        }

        .container section:nth-child(2) .image {
            background-image: url(/SOSCommonStyle/images/bg002.jpg);
        }

        .container section:nth-child(3) .image {
            background-image: url(/SOSCommonStyle/images/bg003.jpg);
        }

        .container section:nth-child(4) .image {
            background-image: url(/SOSCommonStyle/images/bg004.jpg);
        }

        .container section:nth-child(5) .image {
            background-image: url(/SOSCommonStyle/images/bg001.jpg);
        }

        .container section:nth-child(6) .image {
            background-image: url(/SOSCommonStyle/images/bg002.jpg);
        }

        .container section .image {
            background-attachment: fixed;
            background-size: cover;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 500;
            opacity: 0.4;
        }

        .container section .stuff {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            height: 100%;
            width: 100%;
            max-width: 70%;
            justify-content: center;
            text-align: center;
            z-index: 1000;
            color: #e67e22;
            margin: 0 auto;
            font-size: 26px;
            position: relative;
        }

            .container section .stuff h2 {
                margin: 0px;
            }

            .container section .stuff:before, .container section .stuff:after {
                width: 100%;
                height: 1px;
                display: block;
                background-color: #d35400;
                content: "";
                margin: 30px 0;
            }

.at-twitter {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #f1c40f;
    z-index: 5000;
}

    .at-twitter:visited {
        color: #f1c40f;
    }
/* End parallax scrolling divs */

.SSONavMenu li.rmItem {
    float: right;
}

/*override default green due to ADA issues with contrast*/
.btn-success {
    color: #fff;
    background-color: #396f3a !important;
    border-color: #305e31;
}


/*override default green due to ADA issues with contrast*/
.btn-danger {
    color: #fff;
    background-color: #D4403A !important;
}


/************************************************
Button colors
************************************************/
.button {
    background: #4972b8;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -webkit-appearance: none;
    transition: .5s;
    border: none;
    text-align: center;
}

    .button.button-secondary {
        background: #dbdbdb;
        color: #333 !important;
    }

    .button.button-warning {
        background: #c40000;
    }

    .button.button-disabled {
        background: #dbdbdb;
        color: #fff;
    }

        .button.button-disabled:hover {
            color: #fff !important;
            text-decoration: none;
            background: #dbdbdb;
            cursor: not-allowed;
        }

.button-smaller {
    margin: 3px 3px 0 0;
    padding: 0 8px 0 8px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
}

.button-help {
    margin: 0;
    padding: 0 6px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
}

.button:hover {
    color: #fff !important;
    text-decoration: none;
    background: #888;
}