﻿.ui-datepicker-trigger{
    float:unset !important;
    margin:0 0 0 10px !important;
    vertical-align:middle;
}

.tblOpenNominationsHeader td {
    background-color: #DDD;
}

.tblOpenNominations {
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

    .tblOpenNominations td {
        border: 1px solid #CCC;
        border-collapse: collapse;
        padding: 4px 15px 4px 4px;
        vertical-align: top;
        /*white-space:nowrap;*/
    }

.tdNoWrap {
    white-space: nowrap;
}

.tdTitle {
    width: 100%;
    white-space: normal;
}

.formHeading {
    background-color: #ddd;
    border-top: 1px solid #bbb;
    font-weight: bold;
    overflow: hidden;
    padding: 6px;
    margin-top: 20px;
}

.tblSubmissions {
    width: 100%;
    margin-top: 10px;
}

    .tblSubmissions td, .tblSubmissions th {
        padding-right: 20px;
        white-space: nowrap;
        padding-bottom: 4px;
    }

    .tblSubmissions th {
        text-align: left;
    }

.tdNominee {
    width: 100%;
    white-space: normal;
}

.linkNewSubmission {
    margin-top: 10px;
}

.appDescription, .linkCloseAppList, .panelAppList, .linkCloseAppDescription {
    display: none;
}

.linkAppDescription, .linkCloseAppDescription {
    margin-top: 1em;
}

hr {
    margin-bottom: 1em;
}

.panelAppList {
    display: block;
}

.linkAppList {
    display: none;
}

.errorMssg {
    color: #9f0d0d;
    background-color: #f3b8b8;
    border: 2px solid #9f0d0d;
    font-weight: bold;
    padding: 10px 6px;
    margin-bottom: 10px;
}

.successMssg {
    color:black;
    background-color: #98ebae;
    border: 2px solid #197e34;
    font-weight: bold;
    padding: 10px 6px;
    margin-bottom: 10px;
}

    /*.successMssg a {
        color: white !important;
    }*/

.btnModule {
    text-transform: none;
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    background-color: #EEE;
    white-space: nowrap;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .btnModule:hover {
        background-color: #DDD;
    }

.btnModuleActive {
    background-color: #FFF;
}

.panelModuleLinks {
    overflow: hidden;
    background-color: #CCC;
    padding: 2px 4px 0 4px;
    margin-top: 15px;
}

.panelModuleWrapper {
    /*border:2px solid purple;*/
    padding-top: 15px;
}

.linkReturn {
    padding-bottom: 10px;
    padding-top: 6px;
}

.formLabelMain {
    display: block;
    font-weight: bold;
}

.panelModuleWrapper .fieldWrapper {
    padding-bottom: 20px;
}

.panelModuleWrapper input[type=text] {
    width: 95%;
}

.panelModuleWrapper label {
    float: none;
    text-align: left;
    width: auto;
}

.panelModuleWrapper input[type=checkbox], .panelModuleWrapper input[type=radio] {
    vertical-align: baseline;
    margin-right: .5em !important;
    margin-top: 4px !important;
    margin-bottom: 0px !important;
    position: relative;
}

.panelModuleWrapper td {
    vertical-align: top;
}

.wysiwyg {
    height: 125px;
}

.textboxSmall {
    width: 45px !important;
    min-width: 45px !important;
}

.datepicker {
    width: 200px !important;
    min-width: 200px !important;
}

.checkboxLabelBold {
    font-weight: bold;
}

.panelDocumentHeader, .panelModuleHeader {
    background-color: #ddd;
    border-top: 1px solid #bbb;
    font-weight: bold;
    overflow: hidden;
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.panelDocumentHeaderPadded {
    margin-top: 40px;
}

.budgetTotalWrapper {
    padding: 10px 0 10px 0;
    font-weight: bold;
    /*font-size:1.2em;*/
}

.panelSearchForm {
    padding-top: 10px;
}

.panelModuleForm input[readonly] {
    /*background-color:#F0F0F0 ;
    color:#303030;*/
    border: none;
    box-shadow: none;
}

.btnModuleEdit {
    display: block;
    float: right;
    padding-left: 20px;
}

.tblSearchResults {
    width: 100%;
    margin-top: 14px;
}

    .tblSearchResults th {
        background-color: #DDD;
        vertical-align: top;
        padding: 4px 25px 4px 4px;
        white-space: nowrap;
        text-align: left;
    }

    .tblSearchResults td {
        vertical-align: top;
        padding: 4px 25px 4px 4px;
    }

.panelAddAdvisor {
    margin-top: 10px;
}

.dropdownStatus {
    margin-top: 20px;
}

.uploadHidden {
    display: none;
}

.advisorHidden {
    display: none;
}

.panelAdvisorFieldsBorder {
    border-top: 1px solid #DDD;
    margin-top: 6px;
    padding-top: 6px;
}

.reviewFieldLabel {
    margin-top: 10px;
}

.reviewResponse {
    margin-bottom: 20px;
}

.panelBtnWrapper {
    text-align: center;
}

    .panelBtnWrapper input {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
    }

.checkbox label, .radio label {
    font-weight: normal;
    padding-left:0 !important;
}

.tblAdvisors td {
    padding: 2px 10px 2px 0;
}

.btnAdvisor {
    margin-right: 10px;
}

.btnAdvisor2 {
    margin-left: 10px;
}

.btnCancelAdvisor {
    display: none;
}

.litRequired {
    margin-bottom: 10px;
}

.searchWarning {
    font-weight: bold;
    color: red;
}

.charWarning {
    display: none;
    font-weight: bold;
    color: red;
}

.litCharWarning {
    display: none;
    font-weight: bold;
    color: red;
}

input[type=radio], input[type=checkbox] {
    margin-left: 0 !important;
}

select {
    width:auto;
    padding-right:2.5em;
}

.educationHeading {
    font-weight: bold;
    padding: 4px;
    margin-bottom: 6px;
    background-color: #EEE;
    border-top: 1px solid #DDD;
}

.fieldDivider, .moduleFieldName {
    background-color: #DDD;
    padding: 6px;
    font-weight: bold;
    border-top: 1px solid #BBB;
    overflow: hidden;
}

.moduleFieldName {
    margin-bottom: 10px;
}

.panelDocumentList, .panelQuestionList {
    padding-top: 25px;
}

.panelDocument {
    padding-bottom: 15px;
}

.panelDocumentInner {
    padding-left: 6px;
}

    .panelDocumentInner p {
        padding-bottom: 0;
    }

.panelQuestionHeader, .panelDocumentHeader {
    overflow: hidden;
}

.panelQuestionButtons, .panelDocumentButtons {
    position: relative;
    float: right;
    padding-left: 15px;
}

.btnQuestion, .btnAnswer, .btnDocument {
    /*height:14px;*/
    height: 27px;
    width:auto;
    background-image:none;
    padding: 6px;
    /*background-color:#EEE;*/
    margin-right: 8px;
}

    .btnQuestion:hover, .btnDocument:hover {
        background-color: #FFF;
    }

.tblAnswerChoices {
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
}

    .tblAnswerChoices td {
        border-top: 1px solid #BBB;
        border-collapse: collapse;
        padding: 4px;
    }

input[type="submit"].btnAnswerSave {
    margin-right: 8px !important;
}

.answerButtons, .answerFormButtons {
    white-space: nowrap;
    width: 1px;
}

.answerText {
    padding-right: 20px !important;
}

.panelAnswerChoices {
    border-top: 1px solid #BBB;
    padding-top: 10px;
    margin-top: 10px;
}

.panelQuestionList, .panelDocumentList, .panelQuestionForm, .panelDocumentForm {
    border-top: 1px solid #BBB;
    padding-top: 10px;
    margin-top: 10px;
}

.btnAddQuestion, .btnAddDocument {
    padding-bottom: 10px;
    display: block;
}

.returnQuestionList, .returnDocumentList {
    display: block;
    padding-bottom: 10px;
}

.docFileTypes td {
    padding-right: 30px;
}

.emailPreviewLink {
    padding-bottom: 6px;
}

.submissionTitle {
    display: none;
}

.panelFileForm, .panelFileUploaded {
    margin-top: 10px;
}

.panelFileFormHidden {
    display: none;
}

.awards p {
    padding-bottom: 1em;
}

#tabContentsDefinition select, #tabContentsDefinition input[type="text"] {
    display: block;
}

#tabContentsDefinition input[type="checkbox"] {
    margin-left: 0;
}

#tabContentsDefinition input, #tabContentsDefinition select {
    margin-bottom: 20px;
}

#tabContentsDefinition .inputNum {
    width: 5em;
    min-width: 5em;
}

.reviewWarning {
    color: red;
    font-weight: bold;
}

.panelPrevNext {
    padding-top: 40px;
}

.btnNextSub {
    position: relative;
    float: right;
}

.panelStaffReview {
    border-top: 1px solid #DDD;
    margin-top: 1em;
    padding-top: 1em;
}

.tblReviewComments {
    margin-bottom: 1em;
}

    .tblReviewComments td, .tblReviewComments th {
        padding: 4px 15px 4px 4px;
        border: 1px solid #CCC;
        border-collapse: collapse;
    }

    .tblReviewComments th {
        background-color: #DDD;
    }

.panelBtnWrapper .btnPadded {
    margin-right: 1em !important;
}

/*
.dataTables_wrapper {
    margin-top: 1em;
}

.gridview td, .gridview th {
    border: 1px solid #CCC;
    padding: 4px;
    color: black;
}

.gridview th {
    background-color: #EEE;
    font-weight: bold;
    font-size: 1em;
}

.dataTables_wrapper label {
    float: none;
    font-weight: bold;
}

.dataTables_wrapper input[type=text] {
    width: 95%;
}

.dataTables_wrapper .ui-widget-header {
    background: #CCC !important;
    padding: 6px;
}

.dataTables_length select {
    min-width: inherit !important;
    vertical-align: middle !important;
}

.dataTables_filter {
    width: 50%;
    vertical-align: middle !important;
}

    .dataTables_filter input {
        min-width: inherit !important;
        width: 50% !important;
        vertical-align: middle !important;
    }

table.dataTable tr.odd {
    background-color: #EEE !important;
}

    table.dataTable tr.odd td.sorting_1 {
        background-color: #DDD !important;
    }

table.dataTable tr.even td.sorting_1 {
    background-color: #EEE !important;
}

.dataTables_wrapper .ui-state-default, .dataTables_wrapper .ui-widget-content .ui-state-default, .dataTables_wrapper .ui-widget-header .ui-state-default {
    background: #DDD !important;
    border: 1px solid #BBB !important;
    padding: 4px !important;
    margin: 0 !important;
}

.ui-buttonset .ui-button {
    margin-right: 0px !important;
}

.DataTables_sort_wrapper {
    padding-right: 16px;
    position: relative;
}

    .DataTables_sort_wrapper .ui-icon {
        position: absolute;
        top: 0;
        right: 0;
    }    
*/