﻿
/* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
    */

    .navbar {
        padding: 15px 0px;
        background-color: #28292d;
    }

.navbar-form {
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}

.navbar-form {
}

.nav ul {
    float: right;
}

    .nav ul li {
        display: inline;
        padding-left: 5px;
        padding-right: 5px;
    }

        .nav ul li:first-child {
            border-right: 2px solid white;
        }

        .nav ul li a {
            color: #fdfcf1;
        }

.form-group {
    display: inline !important;
}

.input-group {
    width: 100%;
}

    .input-group .input-group-addon {
        padding: 1.5px 3px;
        background: linear-gradient(to right, #4582b9, #5194d3);
        color: white;
        border: none;
    }

.dataTables_filter .input-group-addon {
    height: 23px !important;
    padding-top: 2px !important;
    padding-left: 10px !important;
}

.input-group-addon:hover {
    cursor: pointer;
    opacity: 0.9;
}

.logo {
    max-width: 200px;
    padding: 10px;
}


.inner {
    background-color: grey;
    min-height: 142px;
    color: white;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 25px;
}

    .inner p {
        width: 100%;
        text-align: center;
        margin-left: 5px;
    }


    .inner:hover {
        opacity: 0.9;
        cursor: pointer;
    }

.Tile1 {
    background-color: #439ea1 !important;
}

    .Tile1.activetab {
        border: 3px solid #4ba2ab;
        background-color: white !important;
        color: #469ea2;
    }

        .Tile1.activetab a {
            color: #469ea2 !important;
        }

.Tile2 {
    background-color: #0c3048 !important;
}

    .Tile2.activetab {
        border: 3px solid #0c3048;
        background-color: white !important;
        color: #0c3048;
    }

        .Tile2.activetab a {
            color: #0c3048 !important;
        }

.Tile3 {
    background-color: #b18544 !important;
}

    .Tile3.activetab {
        border: 3px solid #b18544;
        background-color: white !important;
        color: #b18544;
    }

        .Tile3.activetab a {
            color: #b18544 !important;
        }

.Tile4 {
    background-color: #92412c !important;
}

    .Tile4.activetab {
        border: 3px solid #92412c;
        background-color: white !important;
        color: #92412c;
    }

        .Tile4.activetab a {
            color: #92412c !important;
        }

.Tile5 {
    background-color: #572d55 !important;
}

    .Tile5.activetab {
        border: 3px solid #572d55;
        background-color: white !important;
        color: #572d55;
    }

        .Tile5.activetab a {
            color: #572d55 !important;
        }

.Tile6 {
    background-color: #363636 !important;
}

    .Tile6.activetab {
        border: 3px solid #363636;
        background-color: white !important;
        color: #363636;
    }

        .Tile6.activetab a {
            color: #363636 !important;
        }

.Tile7 {
    background-color: #327ca9 !important;
}

    .Tile7.activetab {
        border: 3px solid #327ca9;
        background-color: white !important;
        color: #327ca9;
    }

        .Tile7.activetab a {
            color: #327ca9 !important;
        }

.Tile8 {
    background-color: #709547 !important;
}

    .Tile8.activetab {
        border: 3px solid #709547;
        background-color: white !important;
        color: #709547;
    }

        .Tile8.activetab a {
            color: #709547 !important;
        }



.activefil {
    background-color: #ededef;
}


.inner img {
    padding: 0px;
    margin: 0px;
}
/*carousel*/
#LandingBanner {
    margin-bottom: 25px;
}

#carousel {
    margin-bottom: 25px;
}

.inner p {
    margin-left: 25px;
}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 60%;
    /* padding-bottom: 30px; */
    background: rgba(1,1,1,0.8);
    height: 100%;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.carousel-inner {
    max-height: 300px;
}

.carousel-caption p {
    font-size: 18px;
}

.cta {
    padding: 10px 30px;
    background-color: #347ba7;
    color: white;
    border-radius: 20px !important;
    margin-top: 20px;
}

    .cta:hover {
        color: white !important;
    }

footer {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #afb8b9 !important;
}

    footer span {
        font-style: italic;
    }

    footer img {
        margin-top: 20px;
        max-width: 260px;
    }

.inner img {
    max-width: 70px;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    width: 0;
}



.inner p {
    text-align: left;
}


.content a:hover {
    color: white;
    text-decoration: none;
}
/*innerpage*/
.innerpagenav {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .innerpagenav ul li {
        display: inline-block;
        padding: 10px 0px;
        width: 110px;
    }

        .innerpagenav ul li:hover {
            cursor: pointer;
            opacity: 0.9;
        }

        .innerpagenav ul li a {
            color: white;
        }



.innerheading h2 {
    margin: 0px;
}

    .innerheading h2 span {
        font-size: 16px;
        color: red;
        font-weight: 100;
    }

.btn input {
    display: none;
}

.btn-group {
    border: 1px solid #d4d4d5;
    border-radius: 15px !important;
}

.activefil {
    background-color: #ededef;
    border-radius: 15px !important;
}

.inhtop {
    margin-bottom: 5px;
}

.lalign {
    float: right;
}

.carousel-indicators {
    display: none;
}


/*.inner p, .inner span {
    display:inline;
}*/
.inner span {
    font-size: 18px;
    float: right;
    margin-right: 15px;
}

#bs-example-navbar-collapse-1 {
    margin-top: 10px;
}

.navbar-nav li a {
    color: white !important;
}

    .navbar-nav li a:hover {
        opacity: 0.9;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.chevron {
    max-width: 30px !important;
}

.inner div:last-child {
    margin-left: auto;
}


a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


@media (max-width:767px) {
    .inner {
        min-height: 62px;
        height: 62px;
        margin-bottom: 0px;
    }

        .inner p {
            padding: 15px 20px;
            margin: 0px !important;
        }

    .carousel-caption {
        left: 0;
        padding-top: 20px;
        font-size: 12px;
    }

    .carousel-inner > .item {
        min-height: 127px;
        padding-bottom: 5px;
    }

    .carousel-caption h1 {
        margin-top: 0px;
        font-size: 18px;
    }

    .carousel-caption p {
        font-size: 14px;
        color: #fcfbfb;
        margin-top: 20px;
    }

    .carousel-inner {
        max-height: 180px;
    }



    .caret-right {
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid;
        float: right;
    }

    .col-sm-9 {
        width: 100%;
    }

    .nav ul {
        float: none;
        padding-left: 0px;
        text-align: center;
    }
}

@media (min-width:768px) {
    .navbar-form {
        margin-top: 20px;
    }

    #bs-example-navbar-collapse-1 {
        display: none !important;
    }
}

@media (max-width:1000px) {
    .innerpagenav {
        display: none !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .LandingTile {
        padding-top: 40px;
    }
}

@media (min-width:1000px) {
    .BannerContent {
        padding-bottom: 30px;
    }
}

.autocomplete {
    width: 100% !important;
}

.awesomplete ul {
    margin-top: 34px !important;
    z-index: 10000 !important;
}

@media (min-width:1200px) {
    .innerpagenav ul li {
        display: inline-block;
        padding: 10px 0px;
        width: 139px;
    }
}


.one {
    background-color: #439ea1 !important;
}

.two {
    background-color: #0c3048 !important;
}

.three {
    background-color: #b18544 !important;
}

.four {
    background-color: #92412c !important;
}

.five {
    background-color: #572d55 !important;
}

.six {
    background-color: #363636 !important;
}

.seven {
    background-color: #327ca9 !important;
}

.eight {
    background-color: #709547 !important;
}

.LoadingDiv {
    position: absolute;
    height: 40%;
    margin: auto;
    width: 50%;
}

#FilterArrayDiv {
    padding-left: 5px;
    margin-bottom: 3px;
}
/*#FilterArrayDiv a {
    border: 1px solid black;
    padding-left:5px;
}*/
.information-tile {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

#ballotPediaImage {
    margin: auto;
    display: block;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

/*use this rule if you want the image to also fade in/out*/

#ballotPediaLink:hover #ballotPediaImage {
    opacity: 0.3;
}

#ballotPediaLink:hover #ballotPediaPlaceHolder {
    opacity: 1;
}

#ballotPediaPlaceHolder {
    position: relative;
    width: 100%;
    height: 100%;
    top: -230px;
    color: black;
    transition: .5s ease;
    opacity: 0;
}

#ballotpediaPlaceHolderHoverText {
    position: relative;
    transform: translateY(-50%);
    margin: auto;
    width: 200px;
    text-align: center;
    background-color: #2B85C1;
    color: white;
    font-size: 12px;
    padding: 16px 32px;
    opacity: 0.8;
}

.remove-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.information-tile {
    position: unset !important;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index: 9999;
    color: white;
    display: none;
}

#loading-img {
    background: url(/Images/Loading.gif) center center no-repeat; /* different for testing purposes */
    height: 60%; /* for testing purposes */
    z-index: 12;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: 270px;
}

.ChangeLineYear {
    text-decoration: none;
    color: rebeccapurple;
}

.dataTables_filter {
    min-height: 20px !important;
}

.dt-buttons a {
    float: left !important;
}
