﻿/*    FMEA Theme    Author: Josh Bula    February 2014    Base color:  #a31f39;    Accent color:  #b60000;    Subdue color: #990000;    Responsive Breakpoints - Standard Bootstrap    Phones: max-width: 767px    Tablets: min-width: 768px    Desktops: min-width: 992px;    */ /* Move down content because we have a fixed navbar that is 100px tall */

/*    DOM ELEMENTS    *********************************************************/

a, a:hover, a:active, a:focus {
    color: #3300EE;
}


h1.inner-page-title {
    font-size: 200%;
    font-weight: bold;
    color: #002060;
}


.navbar-default {
    background-color: #002060;
    border: 0;
}

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:visited {
        color: #ffffff;
        font-size: 14px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
            background-color: #002060;
            -webkit-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.125);
            -moz-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.125);
            box-shadow: inset 0px 3px 8px rgba(0,0,0,0.125);
        }

    .navbar-default .navbar-brand {
        color: #002060;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #002060;
        -webkit-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0px 3px 8px rgba(0,0,0,0.125);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3300EE;
    }

button.navbar-toggle {
    background-color: #e9e9e9;
}


/*Drop Down Menus:*/

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #002060;
}

.dropdown-menu > li > a {
    color: #002060;
}

    .dropdown-menu > li > a:hover {
        background-color: #002060;
        color: #ffffff;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #002060;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #002060;
            background-color: #e7e7e7;
        }
}


/*Buttons*/

.btn {
    border-radius: 6px;
}

.btn-default {
    color: #3300EE;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

    .btn-default:hover {
        color: #3300EE;
        background: #eee;
        background-color: #eee;
    }

    .btn-default:focus {
        color: #3300EE;
    }



.linkbuttongradient {
    /* display: block;
    
    border: 1px solid #999999;
    background: url(Images/gradientBackground.gif);
    font-size: 14px;
    padding: 3px 3px 3px 3px;*/
    border: 1px solid #002060;
    background: #3300EE; /* Old browsers */
    background: -moz-linear-gradient(top, #3300EE 0%, #002060 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3300EE), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3300EE 0%,#002060 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3300EE 0%,#002060 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3300EE 0%,#002060 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3300EE 0%,#002060 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    font-size: 14px;
    padding: 3px 3px 3px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: White;
}

    .linkbuttongradient:hover {
        background: none;
        text-decoration: none;
        background-color: #3300EE;
    }


.dvlinkbutton {
    display: inline-block;
    padding: 2px 4px 2px 4px;
    border: 1px solid #800000;
    background: #3300EE; /* Old browsers */
    background: -moz-linear-gradient(top, #3300EE 0%, #002060 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3300EE), color-stop(100%,#002060)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3300EE 0%,#002060 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3300EE 0%,#002060 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3300EE 0%,#002060 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3300EE 0%,#002060 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    padding: 3px 3px 3px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: White;
}

    .dvlinkbutton:hover {
        background: #3300EE;
        cursor: pointer;
    }


.ajaxtab {
    font-family: Arial,sans-serif;
    font-size: 12px;
}

.rblButtons td label {
    display: block;
    position: relative;
    top: -20px;
    border: 1px solid #002060;
    background: #3300EE; /* Old browsers */
    background: -moz-linear-gradient(top, #3300EE 0%, #002060 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3300EE), color-stop(100%,#002060)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3300EE 0%,#002060 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3300EE 0%,#002060 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3300EE 0%,#002060 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3300EE 0%,#002060 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    font-size: 14px;
    padding: 3px 3px 3px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: White;
}

    .rblButtons td label:hover {
        background: #3300EE;
        cursor: pointer;
    }

.rblButtons td input[type="radio"]:checked + label {
    background: #3300EE;
    font-weight: bold;
}

.hoverrow:hover {
    background-color: #EAEAEA;
}

.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

.ModalWindow {
    border: 2px solid #002060;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*position: absolute;
    top: -1000px;
    width: 500px;*/
}

@media (min-width: 992px) {
    .ModalWindow {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .ModalWindow {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .ModalWindow {
        width: 90%;
    }
}


/*@media (max-width: 1000px) {
    form.navbar-form {
        display:none;
    }
}*/


.clickable {
    color: #3300EE;
}


/*Adjudicator Improvement Surveys*/
.survey-question-category {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.survey-question-text {
    font-size: 16px;
}

.survey-question-instructions {
}