﻿@import url("lsc.css");
@import url("bootstrap.min.css");
@import url("application.min.css");
@import url("ScoreSheet.css");
@import url("DocumentUploading.css");
/*@import url("lscmodal.css");*/


/****************/
/* START LSCWWW */
/****************/
h1 {
    margin-bottom: 10px;
}

.breadcrumbs {
    margin-bottom: 0px;
    margin-top: 25px;
}

.lsc-container-extended {
    max-width: 1920px;
}

body {
    background: initial;
    /*padding:0px 15px;*/
}

table {
    width: initial;
}

blockquote {
    text-align: initial;
}

.section-light hr,
hr {
    margin-bottom: 5px;
    margin-top: 5px;
}
/**************/
/* END LSCWWW */
/**************/
.lsc-dt-td {
    white-space: nowrap;
}

.lsc-btn-rightside {
    position: absolute;
    right: 5px;
    display: inline-block;
}
.lsc-btn-rightside-0 {
    display: inline-block;
    position: absolute;
    right: 0px;
    top:0px;
}

    .border-none {
        border: none;
    }

label {
    vertical-align: text-top;
}

.baseline span,
.baseline p,
.baseline td {
    font-size: 10pt;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width60 {
    width: 60px;
}

.width80 {
    width: 80px;
}

.width120 {
    width: 120px;
}

.width160 {
    width: 160px;
}

.width240 {
    width: 240px;
}

.height200 {
    height: 200px;
    overflow: auto;
}





ul.requiredFieldValidator {
    margin: 0px;
    padding: 0px;
}


.appPageTitle {
    margin: 5px 5px 10px 5px;
    font-size: large;
    font-weight: bold;
    color: #003768;
    text-align: center;
}


.lschidden {
    display: none;
}

.textwrap {
    white-space: normal;
}

.tblAction {
    width: 50px !important;
}

.rfvMessage {
    border-radius: .25rem !important;
    background-color: #b30838;
    border-color: #b30838;
    color: #fff;
    padding: .25rem .25rem;
    text-align: center;
    font-size: 1rem;
    margin: 1px;
}

.requiredFieldValidator span {
    border-radius: .25rem !important;
    background-color: #b30838;
    border-color: #b30838;
    color: #fff;
    padding: .25rem .25rem;
    text-align: center;
    font-size: 1rem;
    margin: 1px;
    line-height: 35px;
}


.fieldValidation {
    border-radius: .25rem !important;
    background-color: #b30838;
    border-color: #b30838;
    color: #fff;
    padding: .25rem .25rem;
    text-align: center;
    font-size: 1rem;
    margin: 1px;
}


.regrfv {
    text-align: right;
    font-size: 11pt;
    color: #b30838;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}

.reqField {
    background-color: rgba(254,34,12,.6);
    border: dashed 1px red;
}

.validateField {
    position: relative;
    padding: .5rem 2.00rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    display: inline-block;
}

.validateFieldWarning {
    color: #856404;
    background-color: #fff3cd !important;
    border-color: #ffeeba;
}

.validateFieldDanger {
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb;
}

th {
    font-size: 10pt;
}

.offscreen {
    position: absolute;
    top: -1000px;
}

.ssSectionToggle {
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 20px;
    cursor: pointer;
    text-align: center;
}



.content-well {
    padding: 0px;
}



.no-padding {
    padding: 0px;
}

/* START Wait Spinning Icon*/
/*
.lscWaiting {
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
}
    */
/* END Wait Spinning Icon*/

.isrequired {
    color: #b30838;
}

    .isrequired::before {
        content: "*";
    }



[class*="section-"] img {
    margin-bottom: 0px;
}

/***********************/
/* START Admin Regions */
/***********************/
.regionLinks {
    text-align: center;
}

    .regionLinks a {
        display: block;
        border: 1px solid #ffffff;
        padding: 8px 16px;
    }

        .regionLinks a:hover {
            text-decoration: none;
            border: 1px solid var(--lsc-blue);
        }

.regionIcon {
    margin: 4px 0px 4px 0px;
}

    .regionIcon svg {
        color: var(--lsc-blue);
        width: 60px;
    }

.regionLabel {
    text-align: center;
    color: var(--lsc-blue);
}

/*********************/
/* END Admin Regions */
/*********************/





.bold {
    font-weight: bold;
}

.font-small {
    font-size: small;
}







/* Score Chart */
.studentname {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.studentdate {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.ProgTitle {
    margin: 5px;
    font-size: large;
    font-weight: bold;
    color: #003768;
    text-align: center;
}
/*
.ScoreTable {
    width: 100%;
}

    .ScoreTable td {
        border: 1px solid #000000;
    }
    */
.RowCol1 {
    background-color: #DDDDDD;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.RowCol2 {
    background-color: #DDDDDD;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.RowCol3 {
    background-color: #DDDDDD;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.RowCol4 {
    background-color: #DDDDDD;
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

.col0 {
    border-right: 0px !important;
    vertical-align: top;
    font-weight: bold;
}

.col1 {
    border-left: 0px !important;
    vertical-align: top;
    font-size: 12px;
}

.col2 {
    font-size: 12px;
    text-align: center;
}

.col3 {
    text-align: center;
}

.col4 {
    text-align: center;
}



.tblCourseChart td {
    height: 25px;
}

.tblCourseChartRowHeaderLabel {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border: 0px !important;
}

.tblCourseChartRowItem {
    font-size: 12px;
    text-align: center;
    border: 0px !important;
    white-space: nowrap;
}

.tblCourseChartRowTotalLabel {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    border: 0px !important;
}

.tblCourseChartRowTotalItem {
    font-size: 12px;
    text-align: center;
    border: 0px !important;
}

.tblChart {
    font-size: 10pt;
}

.tblRangeChart {
    width: auto;
}
/*
.tblChart {
    width: 40%;
}

    .tblChart td {
        height: 25px;
    }
    */
.tblChartCol1 {
    font-size: 12px;
    text-align: center;
}

.tblChartCol2 {
    font-size: 12px;
    text-align: center;
}

.tblMCA {
    width: 100%;
}

/*
    .tblMCA td {
    }
    */

.tblMCARowHeaderLabel {
    height: 45px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background-color: #DDDDDD;
}

.tblMCARowHeaderText {
    height: 45px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background-color: #DDDDDD;
}

.tblMCARowLabel {
    height: 25px;
    font-size: 12px;
    text-align: center;
}

.tblMCARowText {
    height: 25px;
    font-size: 12px;
    text-align: center;
}

.tblHESI {
    width: 100%;
}

    .tblHESI td {
        border: solid 1px #000000;
        vertical-align: middle;
    }

.tblHESIRowHeaderLabel {
    width: 60%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

.tblHESIRowHeaderText {
    width: 40%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

.tblHESIRowLabel {
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.tblHESIRowText {
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.tblHESIRowTotalLabel {
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.tblHESIRowTotalText {
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.tblPSB {
    width: 100%;
}

    .tblPSB td {
        border: solid 1px #000000;
        vertical-align: middle;
    }

.tblPSBRowHeaderLabel {
    width: 60%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

.tblPSBRowHeaderText {
    width: 40%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

.tblPSBRowLabel {
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.tblPSBRowText {
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.tblPSBRowTotalLabel {
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.tblPSBRowTotalText {
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.tblHSRT {
    width: 100%;
    border: 0px;
}

    .tblHSRT td {
        border: solid 1px #000000;
        vertical-align: middle;
    }

.tblHSRTRowHeaderLabel {
    width: 60%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

.tblHSRTRowHeaderText {
    width: 40%;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background-color: #DDDDDD;
}

.tblHSRTRowLabel {
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.tblHSRTRowText {
    height: 30px;
    text-align: center;
    font-size: 12px;
}

.tblHSRTRowTotalLabel {
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.tblHSRTRowTotalText {
    height: 25px;
    text-align: center;
    font-weight: bold;
}

.totallabel {
    text-align: right !important;
    font-weight: bold;
}

.totalmaxlabel {
    text-align: center;
    vertical-align: middle;
}

.totaltext {
    text-align: center;
    vertical-align: middle;
}

#tblScoresheet {width:100%;}

#tblScoresheet thead th {
    vertical-align: middle;
    text-align: center;
    background-color: #003768;
    color: #ffffff;
    font-weight: normal;
}
/*
#tblScoresheet tbody td {
    border: 1px solid #003768;
}



#tblScoresheet {

}
    #tblScoresheet td {
        font-size:initial;
    }





    #tblScoresheet tbody td:nth-child(1) {
        font-weight: bold;
        vertical-align: top;
        border-right: 0px;
    }
    #tblScoresheet tbody td:nth-child(2) {
        vertical-align: top;
        border-left: 0px;
    }
    #tblScoresheet tbody td:nth-child(4),
    #tblScoresheet tbody td:nth-child(5) {
        vertical-align: middle;
        text-align: center;
    }


    #tblScoresheet tbody .col0 {
        font-weight: bold;
        vertical-align: top;
        border-right: 0px;
    }
    
    #tblScoresheet tbody .col1 {
        vertical-align: top;
        border-left: 0px;
    }

    #tblScoresheet tbody .col2 {
    }

    #tblScoresheet tbody .col3 {
        vertical-align:middle;
        text-align:center;
    }
    #tblScoresheet tbody .col4 {
        vertical-align: middle;
        text-align: center;
    }
*/


.table td, .table td span {
    word-wrap: normal;
}

/********************/
/* START Table Data */
/********************/
#tblResults td {
    font-size: 10pt;
}
/******************/
/* END Table Data */
/******************/


/* Applicant Info */
.appInfo {
    font-size: 10pt;
}

    .appInfo .badge {
        font-size: 10pt;
    }

.appInfoLabel {
    font-weight: bold;
}

.appInfoEmail {
    font-size: 11px;
}
/*
#tblApplicantInformation {
}
*/
#tblApplicantInformation td {
    padding: 3px;
}

    #tblApplicantInformation td:first-child {
        /*width: 40%;*/
        white-space: nowrap;
    }






/* Admin */
.lsmenuside a, .lsmenuside a:visited {
    width: auto;
}

.lsmenusysside {
    width: 260px;
}


.Messages .label {
    display: inline-block;
    font-size: 10pt;
}



.alignright {
    text-align: right;
    white-space: nowrap;
}




.upcomingperiod {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}

.activeperiod {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.inactiverow {
    background-color: #e2e3e5;
    color: #888888;
}

/* Dashboard */
.dashboards .form-control {
    /*height: 24px;*/
    padding: 2px 2px;
}

/* Application Details */
ul#nav li {
    float: none;
    display: inline-block;
    padding: 0px;
    width: initial;
    margin: 0px;
}

ul#nav a {
    padding: 2px 10px;
}

ul#nav .blankLink {
    padding: 0px 10px;
    line-height: 24px;
}

.iframe {
    border: 0px;
}

/* Reports */
.PeriodOpen {
    background-color: Lime !important;
}

.docVerified {
    line-height: normal;
    display: inline-block;
    font-size: 8pt;
}


/*******************/
/* START Side menu */
/*******************/
.menuTopSpacer {
    /*
        margin-bottom: 30px;
        padding-bottom: 15px;
    */
    padding-bottom: 6px;
}

.mnuSection {
    border: 1px solid #000000;
    border-radius: 4px;
    margin-bottom: 5px;
}

.mnuSectionHeader {
    padding: 1px 1px 1px 5px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
    background-color: #e8e2c7;
    font-weight: bold;
    border-bottom: 2px #e8e2c7 solid;
}

.sideMenuLink {
    width: auto;
    padding: 2px 6px 2px 5px;
    display: block;
    text-align: right;
}

    .sideMenuLink:hover {
        text-decoration: underline;
    }

.mnuSelected {
    font-weight: bold;
    background-color: #b30838;
    /*display: inline-block;*/
    border-radius: 0px;
    color: #ffffff;
}

/*****************/
/* END Side menu */
/*****************/


.lsc-lbl-placeholder {
    height: 20px;
    margin-bottom: 5px;
}

.noborder {
    border: 0px;
    box-shadow: none;
}


.tblAppSetup td:first-child {
    width: 40px;
}

.ddlCompareCreditHours {
    display: inline-block;
    width: inherit;
}

.txtCompareCreditHours {
    display: inline-block;
    width: 40px;
}

.width30 {
    width: 60px;
}

.width60 {
    width: 60px;
}

.width160 {
    width: 160px;
}

.lsc-width-180px {
    width: 180px;
}

.width240 {
    width: 240px;
}

.height200 {
    height: 200px;
    overflow: auto;
}

.font-size-small {
    font-size: small;
}


/*******************/
/* START Typeahead */
/*******************/
.typeahead__cancel-button {
    top: 14px;
}


.typeahead__field input, .typeahead__field textarea, .typeahead__field [contenteditable], .typeahead__field .typeahead__hint {
    padding: .15rem .15rem !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    background: #fff !important;
    border-radius: .25rem !important;
    min-height: initial !important;
}

.typeahead__list, .typeahead__dropdown {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 5px !important;
    margin: 0px !important;
    list-style: none !important;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
}


    .typeahead__list li {
        list-style-type: none !important;
        left: initial !important;
        margin-bottom: 0px !important;
    }
/*****************/
/* END Typeahead */
/*****************/

.lsc-cursor-notallowed {
    cursor: not-allowed !important;
}

.ToggleThisSection {
    position: absolute;
    right: 0;
    top: 0;
}




@media (min-width: 576px) {
    .col-sm-1half {
        flex: 0 0 auto;
        width: 10.667%;
    }

    .col-sm-1threequarter {
        flex: 0 0 auto;
        width: 14%;
    }

    .col-sm-2half {
        flex: 0 0 auto;
        width: 20%;
    }
}

/***************************/
/* START Applicant Details */
/***************************/
.lsc-ola-appdetails-menu {
    padding-top: initial;
}

.lsc-ola-appdetails-testoverride {
    background-color: var(--warning);
    color: #000000;
    border-radius: 10px;
    padding: 2px 0px;
    font-size: 10pt;
    text-align: center;
    margin: 3px 0px;
}

/*************************/
/* END Applicant Details */
/*************************/

/*****************/
/* START Courses */
/*****************/
.lsc-ola-courses-expired {
    color: var(--lsc-red);
    margin: 0px 2px;
    padding: 0px 4px;
    /*border: solid 2px var(--lsc-red);*/
}

.lsc-ola-courses-enddatethreshold {
    color: var(--lsc-red);
    margin: 0px 2px;
    padding: 0px 4px;
    /*border: solid 2px var(--lsc-red);*/
}

.lsc-ola-courses-future-term {
    color: var(--lsc-red);
    margin: 0px 2px;
    padding: 0px 4px;
}

/***************/
/* END Courses */
/***************/

/************************/
/* START Program Status */
/************************/
.programStatus td {
    vertical-align: top;
}
/**********************/
/* END Program Status */
/**********************/


/* START Page Requirements */
.lsc-ola-pgReq .AppQuestion table {
    width: initial;
}
/* END Page Requirements */





/* START Page Documents */
.lsc-ola-pgDoc {
}
/* END Page Documents */


/* START Page Scorechart */
.lsc-ola-pgScore {
}
/* END Page Scorechart */


/*************************/
/* START Scorechart Setup */
/*************************/
.lsc-ola-score-setup-descr {
    height: 150px;
    width: 100%;
    border: 1px solid black;
    padding: 5px;
    overflow-y: auto;
}

#lsc_ola_scoresections_inactive .ssSection {
    margin-bottom: 0px;
}
/***********************/
/* END Scorechart Setup */
/***********************/
/**********************/
/* START Activity Log */
/**********************/
.lsc-ola-activity-name {
    white-space: nowrap;
}
/********************/
/* END Activity Log */
/********************/



/**********************/
/* START Course Setup */
/**********************/
.lsc-ola-activity-name {
    white-space: nowrap;
}
/********************/
/* END Course Setup */
/********************/
.lsc-ola-crse-setup-item > div {
    padding-left: 10px;
    padding-right: 10px;
}

/**************************/
/* START Submit Checklist */
/**************************/
.lsc-ola-submitchecklist {
}

.lsc-ola-submitchecklist-item {
    display: inline-flex;
    border: 1px solid;
    padding: 2px 6px 2px 2px;
    border-radius: 8px;
}

    .lsc-ola-submitchecklist-item svg {
        margin-right: 4px;
    }

.lsc-ola-scli-m {
}

.lsc-ola-scli-f {
}


.lsc-ola-cqi-pnl {
    padding: 0px;
    margin: 0px 10px 0px 10px;
    max-width: 96%;
    flex: 0 0 96%;
}

@media (min-width:992px) {
    .lsc-ola-cqi-pnl {
        max-width: 48%;
        flex: 0 0 47%;
    }
}