html {
    background-color: #ffffff;
}

    html#modalHtml {
        background-color: #f9f9f9 !important;
    }

body {
    background-repeat: repeat no-repeat;
    padding-bottom: 40px;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c3c3', endColorstr='#e3e3e3', GradientType=0);
    font-size: 16px;
}
/*
@media (min-width: 1200px) and (max-width: 1361px) {
    body { 
        padding-top: 0px; 
    } 
}
@media (min-width: 1095px) and (max-width: 1199px) {
    body {
        padding-top:135px;
    }
        #toggles {
        padding-top:36px;
    }
}
@media (min-width: 979px) and (max-width: 1094px) {
    body {
        padding-top:185px;
    }
    #toggles {
        padding-top:36px;
    }
}
*/

.navbar-inverse .navbar-inner { /*top bar*/
    background-image: none;
    background-color: #ffffff; /* #cc0033*/
    ;
    color: #000000;
}


@media (min-width: 1361px) {
    #formsTable {
        margin-top: 60px !important;
    }

    .navbar-fixed-top + .row {
        margin-top: 32px !important;
    }

    .navbar-fixed-top + .row-fluid {
        margin-top: 32px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media print {
    body {
        margin: 0 0 !important;
    }

    .well.title {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
    }

    h1, h2, h3, h4, h5, h6, table {
        margin: 0 !important;
        padding: 0 !important;
    }

    td {
        padding: 2px !important;
    }

    h6 {
        font-size: 12px;
    }

    h5 {
        font-size: 14px;
    }

    h4 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 16px;
    }

    h2 {
        font-size: 17px;
    }

    h1 {
        font-size: 18px;
    }

    td {
        font-size: 14px !important;
        line-height: 14px !important;
    }

        td label {
            font-size: 22px;
            line-height: 24px;
        }

    .nonquestion div, .nonquestion span {
        font-size: 24px;
        line-height: 28px;
    }

    .regular-list div {
        font-size: 22px;
        line-height: 24px;
    }

    .questionRow .regular-list {
        min-height: 100px !important;
    }

    .image-list span {
        font-size: 16px !important;
    }

    .regular-list input {
        position: relative;
        top: -15px;
    }

    .navbar + .row {
        margin: 0 !important;
    }

    .form-section-content {
        page-break-after: always;
    }

    form {
        border: none !important;
    }

    .container {
        zoom: 80%;
    }

        .container, .container div, .container td {
            padding-left: 0px !important;
            margin-left: 0px !important;
        }

    .questionNumber {
        padding: 15px !important;
    }

    .nestlevel1 {
        position: relative;
        left: 50px;
    }

    .nestlevel2 {
        position: relative;
        left: 100px;
    }
}

.navbar-inner {
    /* background-image : linear-gradient(rgb(255, 255, 255),rgb(65, 74, 76) );*/
    background-color: #414A4C;
    background-image: none;
}

brand a {
    color: #000000;
}

.pull-right a { /*top bar*/
    color: #336699;
    font-weight: bold;
}

    .pull-right a:hover { /*top bar*/
        color: #000000;
        font-weight: bold;
    }
/*
.nav-pills a { 
    color: #ffffff;
    font-weight: bold;
}

    .nav-pills a:hover { 
        color: #aaaaaa;
        font-weight: bold;
    }


.navbar-tabs {
}
*/

.navbar-form {
    box-shadow: 2px 2px #cccccc;
}

#navbar-red .container {
    height: 90px;
}

.navbar-fixed-top {
    border-width: 0px;
}

div.alert ul {
    margin-bottom: 0;
}

    div.alert ul.single {
        margin-bottom: 0;
        margin-left: 0;
        list-style-type: none;
    }

.question {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
}






#toolbar {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
}

#newQuestionContainer {
    background-color: #D9EDF7;
}

    #newQuestionContainer select, input {
        margin-bottom: 0 !important;
    }

span.number {
    display: inline-block;
    width: 40px;
}

span.questionText.required {
    font-weight: bold;
}

div.questionBody {
    margin-bottom: 10px;
}

div.questionResponse {
    padding-left: 45px;
}

form {
    margin-bottom: 0 !important;
}

.form-horizontal .control-label :not(.checbox-element) {
    /*original: width: 140px;*/
    width: 300px !important;
    text-align: left;
}

.form-horizontal .controls {
    /*original: margin-left: 160px;*/
    /* margin-left: 320px !important;*/
}

.form-horizontal .radiolist-element .controls, .form-horizontal .checkbox-list-element .controls {
    /*original: margin-left: 160px;*/
    /*margin-left: 320px !important;*/
}

.form-horizontal .radiolist-yesno-element .controls, .form-horizontal .selectlist-element .controls, .form-horizontal .textbox-element .controls {
    /*original: margin-left: 160px;*/
    /*float: right;*/
}


ul.inputs-list {
    list-style-type: none;
    margin: 5px 0 0 0;
}

.well {
    /*background-color: #BD890C !important;*/
    /*background-color: #d3d3d3 !important;*/
}

div.well-footer {
    margin: 0 -19px -19px -19px !important;
    padding: 14px 15px 14px;
    margin-bottom: 0;
    text-align: right;
    bottom: 0;
    background-color: #e5e5e5;
    border-top: 1px solid #bbb;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

table.multiSubForm {
    background-color: white;
    margin-bottom: 0px;
}

    table.multiSubForm thead tr {
        background-color: #808080;
        color: white;
    }

tr.multiSubFormFooter {
    background-color: #E5E5E5;
}


.table-stripedCustom > tr:nth-child(odd) {
    background-color: azure;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: azure;
}


div.multiSubFormFooter {
    background-color: #E5E5E5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    text-align: right;
}

div.parentSubForm {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

label.Required {
    /*font-weight: bold;*/
}

.red-icon {
    color: red;
}

table {
    background-color: #f4f4f4 !important;
}

th {
    background-color: #E5E5E5 !important;
}

td.empty {
    background-color: #EAEAEA !important;
}

td.questionText {
    font-weight: bold;
    background-color: #D5D5D5;
    border-top: 2px solid #A5A5A5 !important;
}

h5.resultCount {
    margin-top: 0;
}

div.searchResult {
}

    div.searchResult div.description {
        font-weight: bold;
        font-size: large;
        padding-top: 1em;
        padding-bottom: 0.3em;
    }

    div.searchResult div.page {
        padding-left: 20px;
        padding-bottom: 0.2em;
    }

    div.searchResult ul.blurbs {
        padding-left: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
        list-style-type: none;
    }

        div.searchResult ul.blurbs li {
        }

    div.searchResult div.multiplePaths {
    }

    div.searchResult div.noPath {
    }

h5.refineTitle {
    margin-top: 0;
}

table.questionContainer {
    width: 100%;
    background-color: #fafafa !important;
}

table.questionTable tr td {
    border-top: none !important;
    padding-bottom: 2px;
    padding-top: 2px;
}

table.questionTable tr.questionRow td:last-child {
    text-align: right;
}

span.label [class^="icon-"] {
    display: inline-block;
    width: 15px !important;
    min-width: 15px !important;
    text-align: center;
}

span.label.label-transparent {
    background-color: #FAFAFA;
    background-color: transparent;
    color: black;
}

span.label.label-pink {
    background-color: #F2DEDE !important;
    color: #990000;
}

td.questionNumber {
    padding-right: 10px;
    vertical-align: top;
    /* padding-top: 6px; */
    font-weight: bold;
    /*padding-bottom:0px !important;
    padding-top:0px !important;*/
    padding: 5px;
}

.questionNumber .control-label {
    padding-top: 3px;
}

td.questionNumber label.control-label {
    width: 20px !important;
    font-weight: bold !important;
}

.navbar-form {
    z-index: 999 !important;
}

    .navbar-form ul.nav.pull-right li a {
        padding: 13px 20px 13px;
    }

    .navbar-form ul.nav li div.label {
        position: absolute;
        margin-top: 27px;
        margin-left: 35px;
    }

td.questionShell {
}

label.control-label {
    text-align: left !important;
    padding-top: 1px;
}

div.well ul.nav-list li.active {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: white;
}

.radio {
    /* border-bottom: 1px dotted #aaaaaa;*/
}

.nav-list a {
    color: #000000;
}

/* feedback */

.feedbacktable td {
    padding: 5px;
    border: 1px dotted #aaaaaa;
    background-color: #ffffff;
}

.feedbacklinks a, .feedbacktable a {
    color: #0000ff !important;
}

/* nesting */
.nestlevel1 {
    padding-left: 30px;
}

.nestlevel2 {
    padding-left: 60px;
}

.nestlevel3 {
    padding-left: 90px;
}

.nestlevel4 {
    padding-left: 120px;
}

.nestlevel5 {
    padding-left: 150px;
}


.nonquestion a {
    color: #0088CC !important;
}

.nonquestion {
}
/* for expandable text boxes*/
.textBoxTextArea textarea {
    min-width: 300px;
    width: 270px;
    height: 11px;
    line-height: 16px;
    min-height: 18px;
    overflow-y: hidden;
    padding-top: .6em;
}
/* expand combo boxes and multi select ones a little*/
.questionField select {
    width: 300px;
}

/*fancybox keeps shrinking in firefox*/
.fancybox-inner {
    /* min-height: 400px; */
    min-height: 600px;
    width: 900px !important;
}
/* tree view was shrunk in firefox*/
#modalHtml #body {
    min-height: 400px;
}

/*hide navigation when printing
    also some adjustment for printing comment reports*/
@media print {
    .navbar {
        display: none;
    }

    .container .row-fluid .span3 .row {
        display: none;
    }

    div.title.pull-right {
        visibility: hidden;
    }

    .container .row .span3 .well {
        display: none;
    }

    a[href]:after {
        display: none;
    }

    a.noprint, div.noprint {
        display: none;
    }

    .reviewContainer a.comment-editor {
        display: none;
    }

    .reportprotocolquestions td {
        font-size: 9px;
        line-height: 12px !important;
    }

    .footerContainer {
        display: none;
    }

    .reportprotocolquestions {
        page-break-after: always;
        margin-top: 0px;
    }
}
/* report protocol comments*/
.reportprotocolquestions td {
    padding: 2px !important;
}

.reportprotocolquestions table {
    margin-bottom: 5px;
}

.reportprotocolquestions {
    /* margin-top: 50px;*/
    margin-top: 5px;
}

.reportreply, .reportreply td {
    background-color: #ffaaff !important;
}

.reportanswered, .reportanswered td {
    background-color: #ffffaa !important;
}

div.protocolheader {
    width: 500px;
    display: inline-block;
}

/*alert for success*/
div.alert-success {
    margin: 5px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

/* comment reply*/
.comment-reply {
    background-color: #cccccc;
}

    .comment-reply td {
        background-color: #cccccc !important;
    }

/*edit comment*/
textarea[name=batch-edit-txt], textarea[name=batch-question-reply-txt], textarea[name=batch-response-reply-txt] {
    /*float: left;*/
    width: 95%;
    /*height : 150px;*/
    margin-top: 20px;
}

/* make active buttons for feedback form more prominent*/
#newCommentForm .formToolbar button.active {
    background-color: #F2DEDE;
}

#newCommentForm {
    border: 5px double #aaaaaa;
    padding: 5px;
    padding-bottom: 25px;
    margin-top: 3px;
}

/*first cell for review screen table*/
.review-screen-cell div {
    font-size: 10px;
}


.footerContainer {
    font-size: smaller;
    background-color: #d0d0d0;
    padding-top: 1em;
    padding-bottom: 1em;
    position: fixed;
    text-align: center;
    width: 100%;
}

body {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

footer {
}

    footer .copyright {
        font-weight: bold;
        color: #202020;
    }

    footer .environment {
        color: #444;
    }

    footer .buildDate {
        color: #555;
    }

.submenu-show {
    border-radius: 3px;
    display: block;
    left: 100%;
    margin-top: -25px !important;
    -moz-border-radius: 3px;
    position: absolute;
    -webkit-border-radius: 3px;
}

.submenu-F {
    display: none !important;
    float: right;
    position: relative;
    top: auto;
}

.navbar .submenu-show:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .submenu-show:after {
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    left: 10px;
    left: -6px;
    top: 11px;
}

ul.dropdown-menu ul.dropdown-menu {
    width: 400px !important;
}

ul.dropdown-menu * ul.dropdown-menu {
    width: 400px !important;
}

.parentquestion {
    font-weight: bold;
}

.reviewquestion {
    font-weight: bold;
    padding-right: 10px;
    padding: 5px;
}


table#Sresults {
    width: 100%;
    background-color: #f1f1c1;
    border: 1px solid black;
    border-collapse: collapse;
}

.reviewanswer {
    border: 1px dotted #000000;
    padding: 5px;
}

table.questionTable {
    width: 100%;
    /*background-color: #FAFAFA !important;*/
    background-color: #ffffff !important;
}

div.control-group {
    margin-bottom: 0 !important;
}

div.formHeader {
}

    div.formHeader div.tableTitle {
        font-weight: bold;
        text-align: left;
        padding: 6px;
    }

    div.formHeader table {
        margin-bottom: 0;
    }

        div.formHeader table tr.headerValuesRow th {
            width: 20%;
        }

            div.formHeader table tr.headerValuesRow th a {
                text-decoration: underline;
            }

div.well.title {
    margin-bottom: 0;
}

div.reviewContainer div.well {
    padding-top: 0;
    padding-bottom: 0;
}

div.reviewContainer div.well-dark {
    background-color: #f3f3f3 !important;
}

div.reviewContainer div.section {
    margin-bottom: 0;
    margin-top: 10px;
}

div.reviewContainer h3.main-title {
    margin-bottom: 0px !important;
}

div.reviewContainer td.responseContainer h3 {
    margin-top: 0;
}

div.reviewContainer td.responseContainer table:last-child {
    margin-bottom: 0;
}

div.reviewContainer table.main-section {
    margin-top: 20px;
}

td.valid {
    background-color: #dff0d8 !important;
}

td.errors {
    background-color: #f2dede !important;
}

td.warning {
    background-color: #fcf8e3 !important;
}

td.info {
    background-color: #d9edf7 !important;
}

div.reviewContainer tr.literal > td {
    background-color: #eaeaea !important;
}

    div.reviewContainer tr.literal > td:first-child {
        background-color: #dadada !important;
    }

div.reviewContainer div.span1 div.btn-group button {
    width: 40px !important;
}

div.commentsContainer {
}

    div.commentsContainer ul:first-child {
        margin-left: 0;
    }

    div.commentsContainer ul {
        list-style-type: none;
    }

div.feedback {
    margin-top: 0;
}

    div.feedback div.questionRow {
    }

        div.feedback div.questionRow div.question {
        }

        div.feedback div.questionRow div.response {
            padding: 10px;
            margin-bottom: 20px;
        }

        div.feedback div.questionRow div.noResponse {
            padding: 10px;
            margin-left: 30px;
            margin-bottom: 20px;
            border-radius: 5px;
            border: 2px solid #e0e0e0;
        }

.feedbackComplete {
    background-color: #DFF0D8;
}

div.feedback div.errorsRow {
}

div.feedback div.commentRow {
}

div.feedback div.formRow {
    background-color: #DADADA;
}

.formHeader .row-fluid {
    font-size: 12px;
}


div.sessionCopier ul {
    list-style-type: none;
}

    div.sessionCopier ul li label.disabled {
        color: gray;
    }

#formsTable tr.header th {
}

#formsTable td.formVersionTitle {
    padding-left: 25px;
}

#formsTable tr.subheader th {
    background-color: #e0e0e0 !important;
    border-top: 1px solid #b0b0b0;
}

#formsTable tr.footer td {
    border-top: 1px solid #b0b0b0;
}

.mceDisabled {
    background-color: #c0c0c0 !important;
}

/*
#E0E0E0
#E5E5E5
#F4F4F4
#F9F9F9
*/
table.compare {
}

    table.compare tr.header {
        background-color: #D0D0D0;
        font-weight: bold;
    }

    table.compare tr.sectionTitle {
        background-color: #E5E5E5;
        font-weight: bold;
    }

        table.compare tr.sectionTitle td {
            border-top: 1px solid #b0b0b0;
        }

    table.compare tr.questionText {
        background-color: #F0F0F0;
        font-weight: bold;
    }


tr.odd td {
    background-color: #f9f9f9;
}

tr.even td {
    background-color: #dddddd;
}



/*summary view*/
.summaryContainer .row-fluid .span12, .summaryContainer .row-fluid .span3, .summaryContainer .row-fluid .span9 {
    min-height: 20px;
}

.review_anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.textarea-review a {
    text-decoration: underline !important;
    color: #0000ff !important;
}
/* help balloon*/
.tooltip-inner {
    text-align: left !important;
}
/* tinymce text area*/
.textarea-readonly table.mceLayout {
    width: 100% !important;
}

.textarea-readonly iframe {
    height: 250px !important;
}

div.textarea-readonly {
    height: 250px;
    width: 100%;
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    padding: 2px;
    overflow: auto;
}

    div.textarea-readonly a {
        text-decoration: underline;
        color: #0000ff;
    }

/* checkbox styles*/
div.checkbox-element {
    width: 100%;
}

label.checkbox-element { /* make room for text for checkboxes*/
    width: 85% !important;
}

.form-horizontal .checkbox-list-element .control-label, .form-horizontal .radiolist-element .control-label { /* give enough space for text for question */
    /*width: 300px !important;*/
}


.form-horizontal .radiolist-yesno-element .control-label {
    display: inline-block;
    width: 80% !important;
    vertical-align: top;
}

.form-horizontal .selectlist-element .control-label, .form-horizontal .textbox-element .control-label {
    display: inline-block;
    width: 50% !important;
    vertical-align: top;
}

.form-horizontal .radiolist-yesno-element .controls {
    width: 15%;
    display: inline-block;
    margin-left: 10px;
    float: right;
}

.form-horizontal .textbox-element .controls {
    /*display : inline-block;
margin-left : 10px;
float : right;*/
    margin-top: 10px;
}

.form-horizontal .selectlist-element .controls {
    /*width : 40%;*/
    /*display : inline-block;
margin-left : 10px;
float: right;*/
    margin-top: 10px;
}

.form-horizontal .checkbox-element .control-label { /* give enough space for text for question */
    padding-right: 35px;
}
/* for editing pages for system administrators ....*/
/* admin page show forms*/


table.form-list-admin th, table.form-list-admin td {
    padding: 5px;
    border: 1px dotted #000000;
    word-break: break-all;
}

#actionstab table.form-list-admin tr > :nth-child(4) {
    width: 60%;
}

table.form-list-admin {
    border: 1px dotted #000000;
    table-layout: fixed;
}

    table.form-list-admin a {
        color: #0000ff;
    }

table.form-list-email th, table.form-list-email td {
    padding: 1px;
    border: 1px dotted #000000;
}

table.form-list-email {
    /* max-width: 800px !important;*/
    height: 80%;
}

    table.form-list-email td, table.form-list-admin tr {
        max-width: 800px;
    }


.editor-wide-textarea {
    width: 400px;
    height: 200px;
}

table.form-admin td, table.form-admin tr {
    padding: 5px;
}


.tab-content a {
    color: #0000ff;
}


/* form styles*/
div.form_error {
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
}

a.show-errors-view {
    color: #0000ff !important;
    text-decoration: underline !important;
}

.form-header {
    font-size: 14px;
    font-weight: bold;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.generic-form-text {
    font-weight: bold;
}

.span12 {
    min-height: 20px;
    width: 95%;
}

div.questionCommentsAdmin {
    max-height: 150px;
    min-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
}


div.generalCommentsAdmin {
    max-height: 210px;
    min-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.questionCommentsPI {
    max-height: 170px;
    min-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

div.generalCommentsPI {
    max-height: 180px;
    min-height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.questionCommentsComm {
    max-height: 150px;
    min-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

div.generalCommentsComm {
    max-height: 180px;
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* new checkbox list styles*/
.checkbox-list-element .regular-list {
    height: 60px;
    overflow: hidden !important;
}

.checkbox-list-element label {
    margin-bottom: 0px;
}

.image-list .controls {
    height: 80px;
}


.questionField {
    padding-top: 0px !important;
}

/*Email Template*/
.drplist {
    margin-top: 10px;
}

/* general pages */
.top-page {
    margin-top: 50px
}
/* new header styles*/
.navbar .nav {
    margin-right: 0px !important;
    /*padding-right: 0px !important;*/
}

a.brand {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.navbar .brandCustom { /*top-bar*/
    display: block;
    float: left;
    /*padding: 10px 20px 10px;*/
    font-size: 35px;
    font-weight: 200;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    padding-right: 10px;
}

.logo {
    /*background-image: url(../images/RU_SIG_LOGOTYPE.gif);*/
    background-position: 10px;
    background-position-x: 10px;
    background-position-y: left;
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    height: 90px;
    margin: 0;
    background-color: #d4072e;
}

.main-content {
    margin-top: 23px;
}

.span2 > .well > p {
    text-align: center;
}
/*
.btn-primary {
    background-color: #cc0033 !important;
    color: white !important;
    border: 2px solid black !important;
    transition: background-color 0.1s ease;
    border-radius: 0;
}

    .btn-primary:hover {
        background-color: #d8142f !important;
    }
    */

.span2 .btn-primary {
    font-size: 18px;
    min-height: 43px;
    letter-spacing: 1px;
}

.checkbox-element.control-group > .controls {
    display: inline-block;
}
/*
.pagination a {
    background: #333 !important;
    border-color: black !important;
    transition: background-color .25s ease;
}

    .pagination a:hover {
        background: darkslategrey !important;
    }

.navbar .nav-pills a {
    background: #333 !important;
    transition: background-color .25s ease;
}

    .navbar .nav-pills a:hover {
        background: darkslategrey !important;
    }
*/
.well {
    background-color: #ffffff;
}

.multiSubForm tr, .multiSubForm td {
    padding: 4px !important;
}

table.multiSubForm {
    width: auto;
}

.nav-pills li.active, .nav-pills .active a {
    background-color: #cc0033 !important;
   /* //#337ab7*/
}
/*autocomplete styles*/
/* {
        box-sizing: border-box;
    }

    body {
        font: 16px Arial;
    }*/

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

/*input {
        border: 1px solid transparent;
        background-color: #f1f1f1;
        padding: 10px;
        font-size: 16px;
    }

        input[type=text] {
            background-color: #f1f1f1;
            width: 100%;
        }

        input[type=submit] {
            background-color: DodgerBlue;
            color: #fff;
            cursor: pointer;
        }*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}


#specieshelptext {
    /* line-height:1px;
    padding-bottom:10px;
    padding-top:0px !important;
    margin-top:0px !important;
       */
}

.questionTable td {
    /*border: 1px dotted black;*/
}

.regular-list .horizontal-list-element {
    border-left: 1px dotted black;
    /*border-right : 1px solid black;*/
    padding-left: 4px;
    vertical-align: top;
    height: 60px;
}

.image-list .horizontal-list-element {
    border-left: 1px dotted black;
    /*border-right : 1px solid black;*/
    padding-left: 4px;
    vertical-align: top;
}

.regular-list {
    font-size: 13px
}

.navbar-nav {
    flex-direction: row;
}

    .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }

header {
    padding-top: 0.875rem;
}

.navbar-toggler {
    border-color: darkgrey;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='lightgray' stroke-width='2' stroke-linecap='round' stroke-miterlimit='8' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header {
    /*box-shadow: 0 5px 2px lightgray;*/
    padding-bottom: 0.875rem;
    border-bottom: 5px solid lightgray;
}
/*
.the-logo {
    width: 11.5vw;
    position: relative;
    top: 3px;
    min-width: 175px;
}
*/
.the-logo {
    /*width: 11.5vw;
    position: relative;
    top: 3px;
    min-width: 175px;*/
    height: 4rem;
}

@media only screen and (max-width: 992px) {
    .the-logo {
        width: 25vw;
    }
}

.navbar-wrap {
    background: #343a40;
}

.action-menu a {
    width: 100%;
}
/*
#navbarSupportedContent a {
    color: white;
    font-weight: normal;
}

    #navbarSupportedContent a:hover {
        color: whitesmoke;
        text-decoration: underline;
    }

#navbarSupportedContent li {
    padding: 0.375rem 0.875rem;
}*/

.close-modal i {
    padding: 0.875rem;
}




/* dean report css */
#deanreporttable {
    table-layout: fixed;
}

    #deanreporttable td, #deanreporttable th {
        padding: 1px;
        font-size: 14px;
        word-break: break-all;
    }

    #deanreporttable a {
        color: blue;
    }

#pagetabmodelbody td {
    border: 1px solid black;
}

#deanreporttable th {
    top: 0;
    position: sticky;
}
/* end dean report css */


/**** new styles ****/

/* loading animation */
#loadingContainer .loader {
    background-image: url("../Images/waitcirclenew.gif")
}

.showLoading .loader {
    position: fixed;
    top: 25%;
    left: 30%;
    min-width: 100vw;
    min-height: 100vh;
    background-repeat: no-repeat;
    z-index: 1000000000;
}

/* override bootstrap colors */
.btn-primary {
    background-color: #343a40;
    border: 1px solid #343a40;
}

    .btn-primary:hover {
        background-color: #cc0033;
        border: 1px solid #dc3545;
    }

    .btn-primary:focus {
        background-color: #cc0033;
    }

.bg-dark {
    background-color: #343a40 !important;
    color: white;
}

.rutgers-red-background {
    background-color: #cc0033 !important;
    color: white !important;
}

.list-group-item:not(.no-hover):hover {
    background-color: #cc0033;
    color: white;
}

#main-nav {
    width: 100%;
    color: white;
}

    #main-nav li a {
        color: white;
    }
/* make menu smaller */
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* make menu item active */
#main-nav li {
    border-left: 2px solid white;
}

    #main-nav li:hover {
        background-color: #cc0033;
        box-shadow: inset 1px 1px 1px 1px red;
    }

    #main-nav li:last-of-type {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

#main-nav .nav-itemactive {
    background-color: #cc0033;
    box-shadow: inset 1px 1px 1px 1px red;
}

.nav-itemactive a {
    color: white !important;
}

.pagination {
    margin-top: 15px;
}

    .pagination .active {
        background-color: #cc0033;
    }

    .pagination li a {
        color: white;
        text-decoration: none;
    }

    .pagination li {
        background-color: #343a40;
        color: white;
        padding: 10px;
    }

        .pagination li:hover {
            background-color: #cc0033;
        }

.badge-grey {
    background-color: #343a40;
    color: white;
}

/* form admin pages */
.FormAdminPageWrap {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
}

/* Complete page form display */
.parentquestion {
    font-weight: bold;
}

td.questionNumber label.control-label {
    font-weight: bold;
}

.badge {
    color: black;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545 !important; /* need important to override bootstrap tables scss */
}
.badge-success {
    color: #fff;
    background-color: #198754 !important;
}
/**** new styles ****/

/* loading animation */
#loadingContainer .loader {
    background-image: url("../Images/waitcirclenew.gif")
}

.showLoading .loader {
    position: fixed;
    top: 25%;
    left: 30%;
    min-width: 100vw;
    min-height: 100vh;
    background-repeat: no-repeat;
    z-index: 1000000000;
}

/* override bootstrap colors */
.btn-primary {
    background-color: #343a40;
    border: 1px solid #343a40;
}

    .btn-primary:hover {
        background-color: #cc0033;
        border: 1px solid #dc3545;
    }

    .btn-primary:focus {
        background-color: #cc0033;
    }

.bg-dark {
    background-color: #343a40 !important;
    color: white;
}

.rutgers-red-background {
    background-color: #cc0033 !important;
    color: white !important;
}

.list-group-item:not(.no-hover):hover {
    background-color: #cc0033;
    color: white;
}

#main-nav {
    width: 100%;
    color: white;
}

    #main-nav li a {
        color: white;
    }
/* make menu smaller */
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* make menu item active */
#main-nav li {
    border-left: 2px solid white;
}

    #main-nav li:hover {
        background-color: #cc0033;
        box-shadow: inset 1px 1px 1px 1px red;
    }

    #main-nav li:last-of-type {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

#main-nav .nav-itemactive {
    background-color: #cc0033;
    box-shadow: inset 1px 1px 1px 1px red;
}

.nav-itemactive a {
    color: white !important;
}

/* exit form button */
.nav-pills a {
    color: white;
}

    .nav-pills a:hover {
        background-color: #cc0033;
        color: white;
    }

.pagination {
    margin-top: 15px;
}

    .pagination .active {
        background-color: #cc0033;
    }

    .pagination li a {
        color: white;
        text-decoration: none;
    }

    .pagination li {
        background-color: #343a40;
        color: white;
        padding: 10px;
    }

        .pagination li:hover {
            background-color: #cc0033;
        }

.badge-grey {
    background-color: #343a40;
    color: white;
}

/* form admin pages */
.FormAdminPageWrap {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
}

/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-customtooltip] {
    position: relative;
}

    [data-customtooltip] div,
    [data-customtooltip] span {
        opacity: .7
    }
    /* Base styles for the entire tooltip */
    [data-customtooltip]:before,
    [data-customtooltip]:after {
        position: absolute;
        visibility: hidden;
        pointer-events: none;
    }

    /* Show the entire tooltip on hover and focus */
    [data-customtooltip]:hover:before,
    [data-customtooltip]:hover:after,
    [data-customtooltip]:focus:before,
    [data-customtooltip]:focus:after {
        visibility: visible;
    }

    /* Base styles for the tooltip's directional arrow */
    [data-customtooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: transparent;
        content: "";
    }

    /* Base styles for the tooltip's content area */
    [data-customtooltip]:after {
        z-index: 1000;
        padding: 8px;
        width: max-content;
        margin-bottom: 5px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-customtooltip);
        font-size: 14px;
        line-height: 1.2;
    }


    [data-customtooltip]:before,
    [data-customtooltip]:after {
        bottom: 100%;
        left: 50%;
    }

    [data-customtooltip]:before {
        margin-left: -6px;
        margin-bottom: -6px;
        border-top-color: #000;
        border-top-color: hsla(0, 0%, 20%, 0.9);
    }

    [data-customtooltip]:after {
        margin-left: -80px;
    }
