﻿
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600);



body, html {
    min-height: 100%;
    height: 100%;
    font-size: 12px;
}

h2 {
    color: #008578;
}

a {
    /*color: #317ab9;*/
    color: #2b74b3;
}

.wrapper {
    height: 100%;
    position: relative;
}

footer {
    position: fixed;
    margin-top: -30px; /* negative value of footer height */
    height: 30px;
    clear: both;
    bottom: 0;
    background-color: rgba(0,0,0,0.70);
    width: 100%;
}

.container-full {
    /*flex:1;*/
    min-height: 100% !important;
}

#main {
    overflow: auto;
    /* padding: 20px 0 50px 0; this needs to be bigger than footer height*/
}

header, footer {
    flex: none;
}



.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.black {
    background-color: #000 !important;
}

.brand {
    background: url('../images/dark-aurora.jpg') 50% center !important;
    padding-bottom: 5px;
    margin-top: 52px;
}

h1, .h1 {
    font-size: 30px !important;
}

/* Custom Container */
.container-full {
    width: 100%;
    min-height: 100vh;
}

.row.last {
    padding-bottom: 20px;
}


footer div p {
    color: #fff;
    text-align: right;
    padding: 5px 10px;
    margin-bottom: 0px;
}

/*  BEGIN BBCM OVERRIDES */
.btn-default {
    color: #155569 !important;
}

.btn-success {
    background-color:#2c882c !important;
}

.navbar-fixed-bottom {
    min-height: 30px !important;
}


.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected,
.k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected, .k-marquee-color,
.k-event, .k-task-complete {
    background-color: #008674 !important;
}
/*.container {
    max-width: 90% !important;
}*/
.container.body-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

textarea {
    width: 100%;
    height: 300px;
}

*[role="gridcell"] {
    font-size: 12px !important;
}

*[role="gridcell"] ul {
    padding: 0 !important;
    font-size: 11px !important;
}

input.k-textbox {
    max-width: none !important;
    /*width: 100% !important;*/
}

input, select, textarea {
    max-width: none !important;
}


.k-button {
    min-width: 0px !important;
}

.k-icon {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.k-edit-form-container {
    width: 96% !important;
    margin: auto;
}

.k-autocomplete {
    width: 100% !important;
}

.k-button.red {
    background: #D10D19 !important;
    border-color: #D10D19;
    color: #000000 !important;
}

.k-icon.k-i-note {
    color: #ffffff !important;
}

.k-button.green {
    background: #2EB3A6 !important;
    border-color: #2EB3A6 !important;
}

.k-button.right {
    float: right;
}

@media (min-width: 770px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/*  END OVERRIDES */



.navbar-inverse {
    background: #273A56;
    /*background: rgba(0,0,0,0.9) ;*/
    color: #fff !important;
    font-size: 1.2em;
    font-weight: 600;
    font-family: Raleway,sans-serif;
}



.navbar-brand {
    background: url('../images/US-NuclearRegulatoryCommission-Logo_Light.svg.png') no-repeat left;
    /*background-position-y: 70%;*/
    background-size: 200px 43px;
    padding-left: 220px;
    display: block;
    width: 450px;
    height: 60px;
    /* text-indent: -9999px;hides the link text */
    color: #fff !important;
}

.navbar-inverse li a {
    /*background: #273A56;*/
    background: rgba(0,0,0,0.9);
    color: #fff !important;
    text-transform: uppercase;
}

    .navbar-inverse li a:hover {
        color: #2EB3A6 !important;
    }

    .navbar-inverse li a:focus {
        color: #F0AD4E !important;
        text-decoration: underline;
    }

.navbar-nav > li > a {
    padding-top: 16px !important;
    padding-bottom: 14px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /**/ padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute !important;
}

.aria-btn-wrapper {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    /*background-repeat: no-repeat;*/
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.aria-btn-icon {
    max-width: none;
    position: absolute;
    width: 340px;
    height: 336px;
    /*width:680px;
                    height:672px;*/
    vertical-align: middle;
}

#btn-search {
    top: -239px;
    left: -47px;
}

.brand h1 {
    color: #fff !important;
    text-align: center !important;
    font-size: 22px !important;
}

.navbar-brand {
    float: none !important;
    margin: auto !important;
}

.center {
    text-align: center;
}

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hide-element-focusable:active, 
.hide-element-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
