﻿body {
    background-color: #F6F7FA;
    /*color: #858585;*/
    color: #333333;
    font-family: 'Helvetica','Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100vh;
}

a {
    color: #1D72BE;
    cursor: pointer;
    text-decoration: none;
}

.table-card a:hover,
#contentStudentAccessFileDetails a:hover,
a:hover {
    color: #C56464 !important;
}

table.tablesorter a,
#deleteGroupingField .delete-response {
    color: #FFFFFF !important;
}

#deleteGroupingField .delete-response {
    font-weight: bold;
    font-size: 14px;
}

table.tablesorter a:hover,
a.w3-btn {
    color: #FFFFFF !important;
}

.mwth-50 {
    min-width: 50%;
}

.mt-10,
.delete-response,
#deleteGroupingField {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

.error {
    /*color: #FF0000;*/
    color:#C23C33;
    font-size: 8pt;
    /*margin-left: 0.5em;*/
    font-weight: normal;
}
.errorBold {
    font-size: 10pt;
    font-weight: bold;
    margin-left: 4px;
}

.errorbox {
    color: #FF0000;
    font-weight: bold;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 5px !important;
    background: #FFFFFF url(images/warning.gif) no-repeat center left;
    border: 2px solid orange;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px !important;
    vertical-align: top;
}

.errorimage {
    border: none;
    vertical-align: middle;
}

#topheader {
    position: sticky;
    background: #002E5C 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    /*background-color: #002E5C;*/ /* For browsers that do not support gradients */
    /*background-image: linear-gradient(90deg, #204871 0%, #26474E 17.07%, #2D565E 28.26%, #204972 57.86%, #2B5463 67.49%, #0E325C 74.48%, #1D3B41 99.13%);*/
}

.nav-bar {
    height: 66px;
    color: #FFFFFF;
}

#logo .w3-button {
    padding: 0px;
}

/*#logo>a:hover,
#logo i:hover {
    background-color: transparent !important;*/
/* color: #FFFFFF;
    border-color: transparent;*/
/*cursor: default;
}*/

#logo i:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: transparent !important;
}

#logo .w3-button:hover {
    color: #FFFFFF !important;
    background-color: transparent !important;
}

#logo img {
    padding: 6px;
}

#logo-header-title {
    /*margin: 10px 0px 0px 10px;*/
    /*font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;*/
    color: #FFFFFF;
    font: normal normal bold 21px/26px Helvetica;
    vertical-align: middle;
}

#topRtContnr {
    margin: 8px;
}

#instName {
    text-align: right;
    /*padding: 10px 5px;*/
}

#accountnav {
    float: right !important;
}

    #accountnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #accountnav li {
        float: left;
        padding: 0;
    }

    #accountnav a {
        display: block;
        margin-right: 5px;
        text-decoration: none;
        font-weight: 500;
        color: #FFFFFF;
    }

        #accountnav a:hover {
            color: #FFFFFF !important;
        }

#collapse, #expand {
    color: #292929;
    padding: 15px;
}

#collapse img,
.table-card i,
#contentStudentAccessFileDetails i{
    vertical-align: text-top;
    padding-right: 5px;
}

#mySidebar,
#DashboardMainBodyDiv,
#configFieldsDiv .heading,
#presetFieldsDiv .heading, #selectedFileName {
    font-size: 14px;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E9ECEE;*/
}

    #mySidebar ul {
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        #mySidebar ul li {
            height: 47px;
        }

    #mySidebar li a {
        display: block;
        width: 100%;
        padding: 5px 0px;
        text-decoration: none;
        /*color: #89949E;*/
        color: #4E555F;
    }

        #mySidebar li a i {
            width: 22px;
        }

    #mySidebar li#resourcelibrary a {
        padding: 5px 20px;
    }

    #mySidebar li.selected a {
        color: #FFFFFF;
    }

    #mySidebar li.selected.noPermission,
    #mySidebar li.selected.noPermission a {
        cursor: default;
    }

    #mySidebar li.selected.noPermission a,
    #mySidebar li.selected.noPermission a:hover {
        color: #4E555F !important;
        opacity: 0.3;
    }

    #mySidebar li a:hover {
        color: inherit !important;
    }

    #mySidebar li.selected.noPermission.w3-bar-item {
        background-color: lightgray !important;
    }

    #mySidebar li.selected.w3-bar-item {
        background-color: #0071CE !important;
        color: #FFFFFF !important;
    }

    #mySidebar li#othot a,
    #mySidebar li#resourcelibrary a {
        color: #002E5C;
    }

    #mySidebar li#resourcelibrary.w3-bar-item {
        background: url(../Images/resourcec.png) no-repeat 15px center;
    }

.fixed_list {
    position: absolute;
    bottom: 15%;
    border-top: 1px solid lightgray;
}

#mySidebar li {
    position: relative;
    font-weight: 500;
}

/* Used when user does not have permission to navheader buttons */
/*#mySidebar a.noPermission {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    cursor: default;
}*/

#maincontent {
    /*width: 99.2%;*/
    width: 100%;
    /*margin: 0 auto;*/
    margin: 0px;
    /*    background: #ffffff;*/
    /*border-bottom: 6px solid #5A646A;*/
    /*padding: 12px;*/
    margin-bottom: 5%;
    height: auto;
}

#my_institution_list {
    background: #ffffff;
    padding: 12px;
    font-size: 14px;
}

.institution_list {
    padding: 10px;
}

.clearSearch {
    float: right;
    border: none;
    background-color: #ffffff;
    color: #1D72BE;
}

.search-wrapper {
    position: relative;
    color: #5C666E;
    display: inline;
}

.txtboxDesign {
    width: 30%;
    float: right;
    font-family: 'Helvetica','Helvetica Neue';
    font-weight: normal;
    font-size: 14px;
}

.search-wrapper .search-input:focus + .placeholder {
    display: none;
}

.search-wrapper .placeholder {
    position: relative;
    padding: 0px 4px;
    left: 60%;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
}

.sub_heading {
    /*color: #7C96A5;*/
    color:#445B64;
    font-size: 16px;
    border-left: 1px dotted #7C96A5;
    /*vertical-align: bottom;*/
    padding-left: 4px;
    font: normal normal bold 19px/19px Helvetica Neue;
}

.card_heading,
#fileaccordion h3 a {
    font: normal normal bold 16px/30px Helvetica;
    color: #002E5C;
}

.card_value {
    font: normal normal normal 14px/30px Helvetica;
    color: #5C666F;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w3-tooltip-content {
    z-index: 1;
    position: absolute;
    word-break: break-word;
}

/*#emailFilterBody td {
    display: inline-block;
}*/

td .w3-tooltip-content,
.filter_content .w3-tooltip-content {
    width: 350px;
    max-width: 400px;
}

.institution_list .heading,
.current_survey .mainheading,
.survey_status .heading,
.survey_progress .heading,
.filtertabdescriptiondiv .heading,
.choosereport .heading {
    /*font-weight: bold;*/
    padding-right: 5px;
    color: #2771CE;
    font: normal normal bold 18px/30px Helvetica;
}

.institution_list hr,
.current_survey hr,
.survey_status hr,
.survey_progress hr,
#filtertabdescription hr,
.choosereport hr {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

/*.institution_list div {
    padding: 5px 0px;
}*/

.institution_list a {
    color: #1D72BE;
    text-decoration: none;
}

table.displaytable {
    font-size: 12px;
    /*font: normal normal normal 14px/17px Helvetica;*/
}

    table.displaytable thead th,
    #configFieldsDiv .heading,
    #presetFieldsDiv .heading {
        background-color: #002E5C; /*#E3E8F7;*/
        font-weight: bold;
        color: #FFFFFF; /*#373737;*/
    }

    table.displaytable tbody tr {
        background-color: #FCFCFC;
    }

#studentListContainer .w3-card,
#tabs .w3-card,
#sendEmailWizard .w3-card,
input,
select,
textarea,
#chooseReport .w3-card,
#reportStatus .w3-card,
#selectSurveySection,
#ReviewEmailInformation .review-data-outline,
#advisorSessionFields span.data input[type="text"],
#contentsEditStudent span.data input[type="text"],
#advisorSessionFields span.data textarea,
#advisorSessionFields span.data select,
#contentsEditStudent span.data select,
#contentsEmailStudent #emailTempalteLeft span.data input[type="text"],
#contentsEmailStudent #emailTemplateRight textarea,
#InstitutionSurveyStatuses,
#DashboardSurveyGraph,
#survey_count,
#DashboardSurveyRiskFacotrs,
#UserRecentFiltersDiv,
.riskfactorlist,
#survey_resource,
#preferenceListing .w3-card,
#contentCustomQuestionsListing .w3-card,
#editCreateCustomQuestionContainer .w3-card,
#contentStudentAccessFileDetails .w3-card,
.table-card, .surveyThemeDiv .w3-card,
.UpdateQuestion {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 5px #0000000D;
    border: 0.5px solid #ddd;
    border-radius: 5px;
    opacity: 1;
}

input,
select {
    height: 30px !important;
    /*padding: 8px;*/
    color: #5C666E;
/*    font-family: Myriad Pro !important;
*/}
textarea {
    color: #5C666E;
    /*font-family: Myriad Pro;*/
}

input[type="checkbox"], 
input[type="radio"] {
    height: auto !important;
    /*margin-right: 8px;*/
}

#studentListContainer .w3-card,
#tabs .w3-card,
#sendEmailWizard .w3-card,
#chooseReport .w3-card,
#reportStatus .w3-card,
#surveyList .w3-card,
#preferenceListing .w3-card {
    padding: 8px;
}

#ReviewEmailMessage {
    margin-left:4px;
    padding: 0px 5px 0px;
}

#tabs .w3-card {
    max-width: 206px;
    /*max-height: 74px;*/
    margin-right: 8px;
}

/*#filtertabdescription .w3-bar-block .w3-bar-item {
    padding: 4px 8px;
}*/

.w3-btn.ui-state-default {
    border: none;
    color: #FFFFFF !important;
}

/*.first paginate_button, .previous paginate_button, .next paginate_button, .last paginate_button,
*/.w3-btn {
    width: 198px;
    height: 40px !important;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

/*.first paginate_button, .previous paginate_button, .next paginate_button, .last paginate_button,
*/
.w3-btn-xs {
    width: 100px;
}

.w3-btn-sm {
    width: 129px;
}

.w3-btn-m {
    width: 180px;
}

.w3-btn-l {
    width: 215px;
}

/*.w3-btn-l2{
    width:222px;
}*/

.w3-btn-xl {
    width: 240px;
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2771CE !important;
}

.w3-text-blue, .w3-hover-text-blue:hover {
    color: #2771CE !important;
}

.mid-align {
    vertical-align: middle !important;
}

.filtertabdescriptiondiv,
/*.surveyheaderdisplay,*/
.filterheaderdisplay,
.surveydisplaydiv,
.surveydisplay,
.filterdisplay,
/*#tab_bar_light,*/
/*#tab_bar,*/
.actions,
.tablepagination,
#DasboardBlockBottom,
.align-flex {
    display: flex !important;
}

/*.surveyheaderdisplay,*/
/*.surveydisplay {
    width: 35%;
    align-self: center;
}*/

#filterPulldown,
#GroupingFieldTable {
    width: 60%;
}

.studentcountdisplay {
    width: 30%;
    text-align: right;
    align-self: center;
    color: #2D3136;
    font: normal normal bold 16px/19px Helvetica;
}

.filterdisplay {
    flex-wrap: wrap;
}

.filter_wrap {
    border-right: 1px dotted #b3bdc4;
    padding: 4px 8px;
}

.filter_title {
    color: #002E5C;
    font: normal normal bold 12px/14px Helvetica;
}

.filter_content {
    color: #5C666F;
    font: normal normal normal 12px/17px Helvetica;
    width: 100px;
}

/*.filterheaderdisplay{
    width: 95%;
}*/

/*.filterheaderdisplay,*/
/*.filterdisplay {
    width: 50%;
}*/

/*.surveydisplaydiv .tab_bar_text {
    color: #5b646b;
    border-right: 1px solid #EEE;
    padding-right: 5px;
    margin-right: 5px;
}

.surveydisplaydiv .tab_bar_text .title {
    font-size: 10px;
    font-weight: 600;
}

.surveydisplaydiv .tab_bar_text .content {
    font-size: 13px;
    color: #333333;
}

.surveydisplaydiv .tab_bar_text .surveycontent {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.surveydisplaydiv {
    background-color: #FBFBFD;
}*/

label a {
    color: inherit;
    cursor: default;
}

#contentStudentAccessFileDetails a,
.table-card a,
label a:hover {
    color: #333333 !important;
}

/*select {
    padding: 8px;
    color: #5C666E;
    font-family: Myriad Pro;
}*/

/*div>.actions {
    margin: 8px 0px 8px 0px;
}*/

.actions .deletereports {
    width: 100%;
    display: flex;
}

.actions .deletedrpdwn {
    width: 35%;
    margin: 2px 10px;
    /*align-self: center;*/
}

/*.actions .deletebtn {
    width: 19%;
}*/

.forselectedstudentsdiv {
    min-width: 22%;
}

    .forselectedstudentsdiv select {
        margin-right: 16px;
    }

#DasboardBlockRight .heading,
#DasboardBlockCenter .heading,
#DasboardBlockBottom .heading,
.exportFormat > .header,
.existingTemplate > .header,
#contentConfiguration .header,
#contentCustomQuestions .head,
.selectSurvey {
    /*    font-size: 10px;*/
    font: normal normal bold 16px/19px Helvetica;
    color: #2D3136;
}

.studenteditbuttons,
#newTemplate,
#deleteTemplate {
    min-width: 50%;
    align-self: end;
}

#search {
    margin-left: auto;
    margin-right: 0px;
    align-self: end;
}

    /*#search_box {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 5px #0000000D;
    border: 0.5px solid #5C666F;
    border-radius: 5px;
    height: 35px;
}*/

    #search a {
        cursor: pointer;
    }

/*#maincontent #search #search_box {
    margin-left: 10px;
    padding: 5px 0px 0px 23px;
    border: solid 0 #fff;
    background: transparent url("../images/forms/search.png") no-repeat;
    float: left;
    height: 20px;
    width: 128px;
}*/

.controlsLft label {
    font-size: 12px;
}

.exportpartial fieldset {
    /*background-color: #FBFBFD;*/
    border: 0px;
    margin: 0px;
}

.fileinputs label input {
    width: 305px;
    height: 50px !important;
}

.summaryresults {
    background-color: #FBFBFD;
    min-height: 300px;
    width: 100%;
}

.choosereport {
    background-color: #CDCDCD;
    width: 30%;
    min-height: 300px;
    padding: 8px
}

    .choosereport div > label {
        font-size: 14px;
    }

.reportstatus {
    width: 60%
}

.w3-footer {
    position: fixed;
    background-color: #F6F7FA;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px;
}

.copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /*color: #B3BDC4;*/
    color: #4A545E;
}

.support {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #002D5D;
}

.surveyactive {
    /*color: #30C563;*/
    color: #4F7D3F;
}

.surveyclosed {
    /*color: #C56464;*/
    color: #C23C33
}

.surveyany {
    color: #0071CE;
}

.ui-dialog-titlebar-close {
    display: none;
}

#sendEmailWizard,
.filterCellHeader,
#Adviseh3, #advisorSessionFields span.editor-label,
#advisorSessionFields label.editor-label,
#contentsEditStudent label.editor-label,
#contentsEditStudent span.editor-label,
#contentsEmailStudent #templateBody span.editor-label,
#contentsEmailStudent #templateBody label.editor-label,
#contentsEmailStudent #emailTempalteLeft span.editor-label,
#contentsEmailStudent #emailTempalteLeft label.editor-label,
#createResponseContent .editor-label,
#responsesListContent .editor-label,
#contentsEmailStudent #emailTemplateRight .topalign,
.grouping-field .title,
.bold {
    font-weight: bold;
}

    #sendEmailWizard .errorContainer {
        color: #FF0000;
    }

    #sendEmailWizard .header {
        font: normal normal bold 15px Arial;
        margin-bottom: 10px;
    }

    #selectSurveySection .surveyCheckBoxList span,
    #sendEmailWizard input[type="text"],
    #sendEmailWizard select,
    #sendEmailWizard .data,
    #sendEmailWizard textarea,
    #ReviewEmailInformation .review-data {
        font: normal normal normal 14px Helvetica;
        color: #000000;
    }

#selectOccurrence {
    line-height: 2.5;
}

#emailWizardNavigation {
    margin-top: 24px;
}

#selectSurveySection .surveyCheckBoxList ul,
#filterSection .surveyCheckBoxList ul,
#surveyFilterLayer .checkBoxList ul,
#changeDefaultFieldFilterLayer .checkBoxList ul,
.filteredMoveSurveys ul {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    list-style: none;
}

#selectSurveySection .surveyCheckBoxList input,
#filterSection .surveyCheckBoxList input,
#surveyFilterLayer .checkBoxList input,
#changeDefaultFieldFilterLayer .checkBoxList input,
.filteredMoveSurveys input {
    margin-right: 10px;
    /*margin-top: 5px;*/
    vertical-align: sub;
}

#selectSurveySection .filterCell {
    padding: 0px;
    width: 99%;
    margin: 0px 8px;
    height: 220px;
}

#emailScheduleLeft .editor-label,
#emailScheduleLeft .editor-data,
#emailTemplateContents .editor-label,
#emailTemplateContents .data,
#emailTemplateRight div,
#ReviewEmailInformation .review-label,
#ReviewEmailInformation .review-data,
#surveyTypeFilterLayer div,
#advisorSessionFields span.editor-label,
#advisorSessionFields label.editor-label,
#contentsEditStudent span.editor-label,
#contentsEditStudent label.editor-label,
#advisorSessionFields span.data,
#contentsEditStudent span.data, #contentsEmailStudent #emailTempalteLeft span.data,
#contentsEmailStudent #templateBody span.data,
#contentsEmailStudent #templateBody span.editor-label,
#contentsEmailStudent #templateBody label.editor-label {
    display: inline-block;
    color: #000000;
}

#emailScheduleLeft .editor-label,
#emailTemplateContents .editor-label,
#emailTemplateRight .header,
#ReviewEmailInformation .review-label,
#advisorSessionFields span.editor-label,
#advisorSessionFields label.editor-label,
#contentsEditStudent span.editor-label,
#contentsEditStudent label.editor-label {
    width: 20%;
    text-align: right;
}

.topalign,
#contentsEmailStudent #templateBody span.data,
#contentsEmailStudent #templateBody span.editor-label,
#contentsEmailStudent #templateBody label.editor-label {
    vertical-align: top;
}

#emailScheduleLeft .editor-data,
#emailTemplateContents .data,
#ReviewEmailInformation .review-data {
    min-width: 50%;
    text-align: left;
    max-width: 70%
}

#emailScheduleLeft input {
    min-width: 55%;
}

#emailScheduleRight {
    margin: 8px 0px;
}

    #emailScheduleRight .daylist {
        margin: 8px 0px;
        font-weight: normal;
        color: #000000;
    }


#emailTemplateContents .data select,
#emailTemplateContents .data input,
#configFieldsDiv .heading,
#ddlLayouts,
#presetFieldsDiv .heading,
.upload,
#ModelScaleChart {
    width: 100%;
}

#emailTemplateContents .data select,
#emailTemplateContents .data input {
    width: 80%;
}

#emailTemplateContents .error {
    padding-left: 2px;
}

.inline-flex {
    display: inline-flex !important;
}

#emailTemplateDrop div,
#emailTempalteLeft div,
#ReviewEmailBody div,
#ReviewEmailScedule div,
#surveyTypeFilterLayer,
#surveyFilterLayer {
    margin: 4px 0px;
}

.ui-datepicker-trigger {
    width: 20px;
    height: 22px;
    margin: 10px;
}

div.emailloadfilter {
    margin-left: 0px;
    background: #fff repeat;
    min-height: 53px;
    width: 100%;
    float: left;
}

#ReviewEmailPreview .warn {
    width: 100%;
    float: left;
    color: #FF0000;
}

#configFieldsDiv .heading,
#presetFieldsDiv .heading {
    display: inline-block;
    margin-bottom: 5px;
}

#availFields, #selectFields, #presetFields {
    border-radius: 0px;
    height: auto !important;
    width: 100%;
}

.existingTemplate, .availFields, #presetFieldsDiv {
    width: 45%;
}

.exportFormat {
    width: 45.3%;
    padding: 8px 0px 0px 16px;
}

    .exportFormat > .header {
        min-width: fit-content;
    }

#exportNameLabel {
    width: 100%;
    display: inline-grid;
}

#exportDropDown {
    display: contents;
}

.fixedBlank {
    width: 46px;
}

.selectFields {
    width: 30%;
}

.align-center {
    align-self: center;
}

#presetFieldsDiv option,
#configFieldsDiv option {
    padding-left: 16px;
    padding-top: 5px;
}

.ui-slider .ui-slider-range {
    background: #B5BEC6 !important;
    border: 1px solid #B5BEC6 !important;
}

.ui-slider .ui-slider-handle {
    border: 1px solid #B5BEC6 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
}

#Adviseh3 {
    /*height: 14px;*/
    text-align: left;
    color: #2D3136;
}

/*#Adviseh3, #advisorSessionFields span.editor-label,
#contentsEditStudent span.editor-label,
#contentsEmailStudent #templateBody span.editor-label,
#contentsEmailStudent #emailTempalteLeft span.editor-label,
#contentsEmailStudent #emailTemplateRight .topalign {
    font: normal normal bold 14px/17px Helvetica;
    letter-spacing: 0px;
    opacity: 1;
}*/

/*#advisorSessionFields span.editor-label,
#contentsEditStudent span.editor-label,
#advisorSessionFields span.data,
#contentsEditStudent span.data, #contentsEmailStudent #emailTempalteLeft span.data {*/
/*vertical-align: top;*/
/*display: inline-block;
}*/


#advisorSessionFields span.editor-label,
#advisorSessionFields label.editor-label,
#contentsEditStudent span.editor-label,
#contentsEditStudent label.editor-label {
    /*width: 20%;*/
    margin-bottom: 5px;
    /*text-align: right;
    color: #000000;*/
}

#advisorSessionFields span.data {
    width: 60%;
}

#advisorSessionFields span.data,
#contentsEditStudent span.data,
#ScoringFileRecordCounts,
.delete-response {
    margin-bottom: 7px;
}

    #advisorSessionFields span.data input[type="text"],
    #advisorSessionFields span.data select {
        width: 262px;
    }

    /*#advisorSessionFields span.data input[type="text"],
    #contentsEditStudent span.data input[type="text"],
    #advisorSessionFields span.data textarea,
    #advisorSessionFields span.data select,
    #contentsEditStudent span.data select,
    #contentsEmailStudent #emailTempalteLeft span.data input[type="text"],
    #contentsEmailStudent #emailTemplateRight textarea {
        color: #2D3136;
        background: #FCFCFC 0% 0% no-repeat padding-box;
        box-shadow: 4px 4px 5px #0000000D;
        border: 0.5px solid #5C666F;
        border-radius: 5px;
        opacity: 1;
    }*/

    #advisorSessionFields span.data textarea {
        width: 518px;
        height: 95px;
    }

    #advisorSessionFields span.data select,
    #advisorSessionFields span.data input[type="text"]
    #contentsEditStudent span.data select,
    #contentsEditStudent span.data input[type="text"] {
        height: 30px;
    }

#contentsEditStudent span.data {
    width: 75%;
}

    #contentsEditStudent span.data input[type="text"],
    #contentsEditStudent span.data select,
    #contentsEmailStudent #emailTempalteLeft span.data input[type="text"] {
        /*width: 213px;*/
        width: 50%;
    }

#contentsEmailStudent #emailTempalteLeft span.editor-label,
#contentsEmailStudent #emailTempalteLeft label.editor-label,
#contentsEmailStudent #emailTemplateRight .topalign {
    width: 18% !important;
    display: inline-block !important;
    /*vertical-align: top !important;*/
}

#contentsEmailStudent #templateBody span.editor-label,
#contentsEmailStudent #templateBody label.editor-label,
#contentsEmailStudent #emailTempalteLeft span.editor-label,
#contentsEmailStudent #emailTempalteLeft label.editor-label,
#contentsEmailStudent #emailTemplateRight .topalign {
    margin-bottom: 5px !important;
    height: 17px !important;
    text-align: right !important;
    color: #000000;
}

#contentsEmailStudent #emailTempalteLeft span.data {
    width: 75%;
    margin-bottom: 7px;
    color: #2D3136;
    opacity: 1;
}

/*#contentsEmailStudent #emailTempalteLeft span.data input[type="text"] {*/
/* width: 267px;*/
/*height: 30px;
}*/

#contentsEmailStudent #emailTemplateRight textarea {
    width: 215px;
    height: 70px;
}

#contentsEmailStudent #templateBody span.editor-label,
#contentsEmailStudent #templateBody label.editor-label {
    width: 24% !important;
}

#contentsEmailStudent #templateBody span.data {
    width: 75%;
    margin-bottom: 7px;
    color: #2D3136;
}

/*#contentsEmailStudent #templateBody span.data,
#contentsEmailStudent #templateBody span.editor-label {
    vertical-align: top !important;
    display: inline-block !important;
    opacity: 1;
}*/

#contentsStudentModelDetail span.editor-label,
#contentsStudentModelDetail a.qtiplink.qtipholder,
#contentsStudentModelDetail span.data {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#contentsStudentModelDetail span.editor-label,
#contentsStudentModelDetail a.qtiplink.qtipholder,
#saveDialog .align-flex > .header,
#saveDialog label {
    font: normal normal bold 14px/17px Helvetica;
}

#contentsStudentModelDetail a.qtiplink {
    cursor: auto;
}

#contentsStudentModelDetail span.data {
    font: normal normal normal 15px/17px Helvetica Neue;
}

#editActionContainer ul li {
    font: normal normal bold 13px/15px Helvetica;
    /*margin-top: -18px;*/
}

#editActionContainer .ui-state-active {
    border-bottom: 3px solid #2771CE !important;
}

#chooseReport .w3-card {
    min-width: 206px;
    /*min-height: 74px;*/
    margin-right: 8px;
}

#DashboardSurveyRiskFacotrs,
#DasboardBlockBottom {
    width: 98%;
}

#DashboardSurveyRiskFacotrs,
#DasboardBlockBottom {
    margin: 0px 10px 16px 13px;
}

#DashboardSurveyRiskFacotrs {
    padding: 5px;
}

#DashboardSurveyTopThreeRiskFactors,
#UserRecentFilters {
    width: 30%;
}

#DashboardSurveyResources {
    width: 60%;
}

#InstitutionSurveyStatuses,
#survey_progress,
#DashboardSurveyGraph,
#survey_count,
#UserRecentFiltersDiv,
.riskfactorlist,
#survey_resource,
#DashboardGraphImage {
    margin-top: 14px;
}

    #survey_count > div {
        border-bottom: 1px solid #ddd;
        margin: 5px;
    }

    #UserRecentFiltersDiv a,
    .riskfactorlist div {
        line-height: 2;
        margin-left: 10px;
    }

/*#DasboardBlockBottom hr {
    display: none;
}*/

#DashboardSurveyResources {
    padding: 0px 10px;
}

#ModelRiskFacotrs .card_heading, #ModelSummaryReport .card_heading {
    text-align: left;
}

#ModelSummaryReport .heightOverlap {
    margin-bottom: 60px;
}

#reportStatus .w3-card {
    min-width: 206px;
    /*min-height: 250px;*/
    margin-right: 8px;
}

#myFiltersSection {
    width: 70%;
}
#myFiltersSection .w3-card, #myFiltersSection .card_heading,
#contentCustomQuestionsListing .w3-card,
#editCreateCustomQuestionContainer .w3-card,
#contentStudentAccessFileDetails .w3-card,
.table-card {
    padding: 8px;
}

.CustomQuestion {
    margin: 10px 16px 0px;
}

.padding-right {
    padding-right: 16px;
}

#layoutName {
    width: 65%;
}

#contentConfiguration fieldset {
    border: none;
    display: flex;
    flex-wrap: wrap;
}

    #contentConfiguration fieldset span {
        align-self: center;
    }

.config-btn {
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 5px #0000000D;
    border: 0.5px solid #ddd;
}

    .config-btn > span,
    #ResponseFileDetails span,
    #coordinatorsContainer .editor-label {
        font-size: 14px;
    }

#deleteGroupingField {
    margin-left:52px;
}

#contentConfiguration .header {
    width: 100%;
}

#configureCustomQuestionsTable thead {
    position: sticky;
    top: 0;
}

#answerListingTable i,
#configureCustomQuestionsTable i {
    color: #75787C;
}

#answerListingTable i:hover,
#configureCustomQuestionsTable i:hover {
    color: #0071CE;
}

#configureCustomQuestionsTable .width-5 {
    width: 5%;
}

#configureCustomQuestionsTable .width-20 {
    width: 20%;
}

#configureCustomQuestionsTable .width-40 {
    width: 40%;
}

#customUpdateQuestionsActionArea .customQuestionActionUpdate,
#customUpdateQuestionsActionArea .customQuestionInActionUpdate {
    padding: 2px !important;
    box-shadow: none;
    font-family: 'Helvetica','Helvetica Neue';
}

.UpdateQuestion {
    padding: 10px 0px;
}

#contentCustomQuestions div.explanation {
    margin: 10px 0px !important;
    font-size: 14px;
}

#cSelectList {
    width: 383px;
}

.ui-accordion,
.FileUploadForSurvey,
#studentFilterAccordion {
    border: 0.5px solid #ddd !important;
}

.ui-accordion {
    border-radius: 3px;
}

.margin {
    margin: 10px !important;
    width: auto !important;
}

.FileUploadForSurvey,
#studentFilterAccordion {
    border-radius: 0px !important;
}

#surveyaccordion {
    border: none !important;
}

.DST_DataTable a {
    color: #5a656b !important;
}

.DST_DataTable a:hover {
    color: #2771CE !important;
}

.accordian,
#studentFilterAccordion a {
    font: normal normal normal 16px/19px Helvetica;
    color: #2D3136 !important;
    padding-left: 10px;
}

.input-text > input {
    width: 180px;
    margin-right: 16px;
}

.input-text > select {
    width: 250px;
}

#pastFiles {
    background-color: #ffffff !important;
    width: 100% !important;
}

.upload {
    margin-left: 3px;
}

#fileaccordion h3 a,
.left-pad,
#ScoringFileRecordCounts,
.margin-left {
    margin-left: 6px;
}

#ScoringFileRecordCounts {
    background: none;
}

    #ScoringFileRecordCounts td,
    #ScoringFileRecordCounts th {
        border-bottom: none;
    }

    #ScoringFileRecordCounts .w3-btn-fit {
        width: 73px !important;
        height: auto !important;
        margin: 7px 0px 7px 5px !important;
        color: #ffffff !important;
    }

#ScoringFileUploadGraph span,
#ScoringFileDuplicateGraph span,
#ScoringFileQuarantinedGraph span,
#ScoringFileImportedGraph span {
    border: 1px solid #ddd;
    padding: 0px 2px 2px;
}

.incorrectFile {
    position: absolute;
    margin-top: 40px;
}

#faqListSelect .w3-table td, #faqListConfigure .w3-table td {
    padding: 2px;
    height: 40px;
    vertical-align: middle;
}

#updateCustomQuestionStatusContainer .editor-label {
    width: 15%;
    display: inline-block;
    font-weight:bold;
    text-align: right;
}
.instructionsText {
    height:60px !important;
}

#surveyList_filter{
    margin-top:-2em;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.loading {
    padding-right: 5px;
    font: normal normal bold 18px/30px Helvetica;
}

#ResponseFileDetails {
    padding-left: 0px !important;
}

#surveyProgressBar .ui-progressbar-value {
    background-color: #2771CE;
    padding: 8px;
}

.qtip-content {
    font-size: 14px;
}

#pagefooterContainer .pages button:disabled {
    color: lightgray;
    cursor: auto;
}

.custColor{
   color:olive;
}

#surveyList .createSurveyPgn {
    margin-bottom: 1em;
}

#AddResponse,
#uploadResponseContent,
#responsesListContent,
.surveyUploadError {
    margin-left: 26px;
}

#responsesListContent {
    margin-right: 10px;
}

#responsesButtons,
#contentUserAccessResponses {
    margin: 10px 10px 10px 26px;
}

.responseDialogButtons {
    margin: 0px !important;
}

#addResponseButtons {
    align-self: end;
}

#contentUserAccessResponses {
    width: auto;
}

#contentsFilterPreviousSurveyStudents .groupingAccordion {
    margin: 2px 10px 2px 12px;
}

#contentsFilterPreviousSurveyStudents .accordionCollapse {
    margin: 10px 0px 6px 14px;
    line-height:1.6;
}

.h3 {
    font-size: 24px
}

.h5 {
    font-size: 18px
}

.h5, .h3 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.uploadResponseContent {
    margin-left: 52px !important;
}
