/* Global */

.navbar-brand > img {
    display: inline;
    margin-top: -4px;
    padding-right: 10px;
}

footer {
    margin-top: 100px;
}

.center {
    margin-top: 100px;
    margin-bottom: 100px;
}

.center .alert {
    margin-bottom: 40px;
}

#register-form ul {
    list-style: none;
    padding: 0 0 0 10px;
}

.main .page-header {
    margin-top: -20px;
    margin-bottom: 30px;
}

.not-live {
    opacity: 0.5;
}

.nowrap {
    white-space: nowrap;
}

.nav-sidebar .active {
    font-weight: bold;
}

.btn-download {
    margin: 20px;
}

.btn-download > a, .btn-download > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.btn-download > div small {
    display: block;
}

.btn-download-review {
    margin-left: 10px;
}

.modal-xlg {
    width: 90%;
}

#alert-notification {
    top: -10px;
    left: 40%;
    position: fixed;
    z-index: 1000;
    padding-bottom: 6px;
    text-align: center;
    width: 20%;
    display: none;
}

table td.highlight {
    font-weight: bold;
}

div.table-stats {
    font-size: 12px;
    color: #666666;
    margin-left: 8px;
}

.step-controls {
    margin-top: 40px;
}

.mt-medium {
    margin-top: 30px;
}

table.floatThead-table {
    /*border-top: none;
    border-bottom: none;*/
    background-color: #FFF;
}

.modal-footer .btn .glyphicon {
    margin-right: 8px;
}

/* Forms */

/*.form-group.required .control-label:after {
    content: " *";
    color: #aaa;
}*/

.form-group.mb-big {
    margin-bottom: 40px;
}

/* fields */
.fields .field {
    margin-bottom: 10px;
}

.fields .field label {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 0;
    color: #999;
}

/* Application */
.application .alert.header {
    text-align: center;
    margin-top: 0;
}

.application .application-status li {
    text-transform: capitalize;
}

.application .alert {
    margin-top: 20px;
}

.application .alert .errors {
    margin-top: 10px;
}

.application .status-section-complete .btn {
    margin-top: 10px;
}

.application-form .form-group {
    margin-bottom: 25px;
}

.application-form h1 {
    margin-bottom: 20px;
}

.application .jumbotron,
.jumbotron.smallpadding {
    padding: 20px;
}

.application .jumbotron p {
    font-size: 14px;
    font-weight: normal;
}

.application .jumbotron p:last-of-type {
    margin-bottom: 0;
}

/*.application-show .form-group {
    margin-bottom: 0;
}*/

/* large-form */
body.large-form .container {
    width: 100%
}

body.large-form .container .jumbotron {
    padding: 30px;
    margin-bottom: 10px;
}

body.large-form .container .jumbotron h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

body.large-form .container .jumbotron p {
    font-size: 14px;
    font-weight: normal;
}

body.large-form .container .jumbotron p.small {
    font-size: 85%;
}

body.large-form .container .jumbotron p:last-of-type {
    margin-bottom: 0;
}

body.large-form .container .control-bar .control-bar-label {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 0;
}

body.large-form .container #bulk-changes {
    display: none;
}

body.large-form .container .filter-form {
    margin-bottom: 20px;
}

body.large-form .container .row:last-of-type .form-group {
    margin-bottom: 0;
}

body.large-form .container table {
    font-size: 12px;
    margin-top: 15px;
}

body.large-form .container table th {
    white-space: nowrap;
}

/*body.large-form .container table td {
    white-space: nowrap;
}*/

body.large-form .container table td input[type='checkbox'] {
    margin-top: 9px;
}

body.large-form .table-wrapper {
    overflow-x: auto;
}

body.large-form .max-width-175 {
    max-width: 175px;
    overflow: hidden;
}

/* Application Score Sheet */

body.application-scores .stats {
    margin-top: 45px;
}

/* Application view */

body.application-view .application-show .form-group label {
    margin-bottom: 0;
}

body.application-view .application-show h4 {
    margin-left: 15px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    color: #666;
}

body.application-view .application-show .nav {
    margin-bottom: 10px;
}

body.application-view .application-show .reviewer {
    color: #666;
    border-bottom: 1px solid #999;
    margin-bottom: 24px;
}

/* Review form */

#previous-reviews {
    margin-top: 20px;
}

#previous-reviews .reviewer {
    border-bottom: 1px solid #31708f;
    margin-bottom: 24px;
}

/* Committee Meeting - Review details for Application */
#final-reviews {
    margin-bottom: 20px;
}

/* application-scores */

.application-scores .scores {
    padding-right: 30px;
}

.application-scores .table {
    margin: 0 !important;
}

.application-scores .table > tbody > tr > td {
    padding: 2px 6px;
    text-align: center;
}

.application-scores .table > tbody > tr > td:first-child {
    text-align: left;
}

.application-scores .table .row-a {
    background-color: #ffff99;
}

.application-scores .table .row-b {
    background-color: #ffcc01;
}

.application-scores .table .row-c {
    background-color: #ff9801;
}

.application-scores .table .row-d {
    background-color: #ff6501;
}

.application-scores .table .row-grey {
    background-color: #ccc;
}

.application-scores .table .row-total {
    font-weight: bold;
}

.application-scores .plot-container .btn {
    margin: 10px 0 0 24px;
}

.application-scores .plot {
    height: 220px;
}

/* .funding */
.funding .amount {
    text-align: center;
    min-width: 100px;
}

/* #modal-comments */
#modal-comments .answer {
    margin-bottom: 40px;
}
#modal-comments .answer label {
    margin-bottom: 10px;
}

/* Admin */
.admin .page-header {
    margin-bottom: 0;
}

.admin .breadcrumb {
    margin-bottom: 30px;
}

.admin .filter-form {
    margin: 10px 0 20px 0;
}

.admin .pagination .counter {
    display: inline-block;
    vertical-align: top;
    margin: 26px;
}

.admin td .glyphicon-new-window {
    margin-left: 4px;
}

/* 404 */

.not-found {
    margin-top: 100px;
    margin-bottom: 100px;
}

.not-found p {
    margin-top: 20px;
}

.btn-assume {
    margin-top: 20px;
}

.scrollable-table {
    overflow-x: auto;
}

.cust-table {
    border-collapse: collapse;
}

.cust-table th, td {
    padding: .25em;
}

.large_div {
    width: 100%;
}

.surveyTable {
    border-collapse: collapse;
}
.surveyTable th, td {
    padding: 1em;
}

.sub-question-margin {
    margin: 5px 0px 5px 20px;
}

.col-padding-left-0 {
    padding-left: 0;
}

.easyWizardSteps {list-style:none;width:100%;overflow:hidden;margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px}
.easyWizardSteps li {font-size:18px;display:inline-block;padding:10px;color:#B0B1B3;margin-right:20px;}
.easyWizardSteps li span {font-size:24px}
.easyWizardSteps li.current {color:#000}
.easyWizardButtons {overflow:hidden;padding:10px;}
.easyWizardButtons button, .easyWizardButtons .submit {cursor:pointer}
.easyWizardButtons .prev {float:left}
.easyWizardButtons .next, .easyWizardButtons .submit {float:right}

@media print {
    .control-bar,
    .jumbotron > .row {
        display: none;
    }

    .jumbotron {
        padding: 0 !important;
        background: none;
    }

    body.large-form .table-wrapper {
        overflow-x: visible;
    }

    /*Hide urls added by bootstrap.*/
    a[href]:after {
        content: none !important;
    }
}

.input-break-line {
    /*border: 1px solid transparent !important;*/
    /*color:transparent;*/
    width:190px;
}

header {
    font-weight: 700;
}

header, .table-row {
    display: flex;
}

.table-col {
    flex: 1 1 0;
    width: 0;
    padding: 5px;
}

.spin-off-nav {
    float: left!important;
    margin-left: 10px!important;
    margin-top: 5px!important;
}

.spin-off-nav li {
    list-style-type: none!important;
    font-size: 11px;
}

