@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    line-height: 160%;
    background-color: #f5f5f5;
}

.md-font {
    font-size:0.875rem;
}

.delete-report
{
    float:right;
}


/*Hide Remove Buttton File Upload*/
.k-file-success {
    display: none !important;
}
.toolBar {
    position: fixed !important;
    float: right !important;
    margin: 0 auto !important;
    z-index: 10;
    top: 0px;
    left: 0;
    right: 0;
    /*max-width: 1560px !important;*/
}

.savereport {
    margin-right: 5px;
}
.textinput {
    line-height: 160% !important;
    width:600px !important;
   
}
.customTable th {
    padding: 6px 5px;
    text-align: left;
    background-color: #fafafa;
    border: solid 1px #f0f0f0;
}
.customTable {
    border: solid 1px #f0f0f0;
    border-collapse: collapse;
    max-width: 100%;
    margin: 0 auto;
}
.deleteCourse {
    margin: 0 auto;
    
}
/*Edit Grade Table*/
.deleteRow {
    float: right !important;
    margin-left:3px;
}
.updateRow {
    float: right !important;
   
}
.editGradeCol {
   
}


.cumulativeheader {
    width: 255px;
    padding-left: 15px;
}

.cumulativep {
    width: 200px;
    padding-left: 15px;
}

.cheader {
    width: 220px;
    padding-left: 15px;
}

.ch {
    width: 50px;
    padding-left: 15px;
}

.cp {
    width: 130px;
    padding-left: 15px;
}

hr.brown {
    border-top: 2px solid brown;
}

hr.gold {
    border-top: 1px solid #dfae25;
}
hr.black {
    border-top: 1px solid black;
    padding-top:1px;
    padding-bottom:1px;
    margin:0px;
}
.header {
    background: rgba(39,41,43,0.03) !important;
    font-family: 'Lato', Arial, sans-serif;
   
    font-weight: bold;
    line-height: 36px;
    border: 0.5px solid #00000020 !important;
}

.nonHeader {
    line-height: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.row.nonHeader {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 0.5px solid #0000000e !important;
}

  .row.nonHeader > div[class^="col"] {
        padding-bottom: 100px;
        margin-bottom: -100px;
        border-left: 0.5px solid #0000000e !important;
        border-right: 0.5px solid #0000000e !important;
       
    }

    .row.nonHeader div[class^="col"]:first-child {
        border-left: none;
    }

    .row.nonHeader div[class^="col"]:last-child {
        border-right: none;
        
    }

/* Start Override Telerik and Bootstrap CSS*/
.deleteInstitution {
    float: right;
}

.scale-grid {
    margin-left: auto;
    margin-right: auto;
}




/*.k-combobox .k-select {*/
/*!!!!! Telerik ComboBox list arrow display color none;*/
/*background: none !important;
}*/
.no-scroll .k-toolbar, .k-grid-toolbar {
    background: none !important;
}

/*Hide arrows input numeric inputs*/
.k-numerictextbox .k-select {
    display: none !important;
}

/*Hide Calendar Date Picker*/
.no-scroll .k-datepicker .k-select {
    display: none;
}
/*.courses-grid .k-icon-button , .no-scroll .k-icon-button {*/
/*!!!!! Telerik Grid  button display color none;*/
/*background: none !important;
    border: none !important;
}*/

.k-grid-header {
   /* background: none !important;*/
}

.k-grid th, .k-grid td {
    font-family: 'Lato', Arial, sans-serif !important;
   
    font-weight: normal;
}

.courses-grid .k-grid-header .k-header {
    font-weight: bold;
    text-align: center;
}

.centered-header-grid .k-cell-inner > .k-link {
    justify-content: center;
    font-weight:700;
}
/*Remove Vertical ScrollBar in grids*/
.scale-grid .k-grid-content, .courses-grid .k-grid-content, .no-scroll .k-grid-content {
    overflow-y: hidden;
}

/*Hide toolbar scroll buttons (left/right arrows)*/
.courses-grid .k-toolbar-prev,
.courses-grid .k-toolbar-next {
    display: none !important;
}


.scale-grid .k-grid-header, .courses-grid .k-grid-header, .no-scroll .k-grid-header {
    padding-right: 0 !important;
}

.no-scroll .k-grid-header-wrap {
    border-width: 0px !important;
}

.scale-grid .k-grid-table .k-master-row.k-alt, /*.courses-grid .k-grid-table .k-master-row.k-alt,*/ .no-scroll .k-grid-table .k-master-row.k-alt {
    /*!!!!!Hide Telerik Grid even lines none color;*/
   /* background: none !important;
    border: 1px solid black;*/
}

.k-textbox, .k-input {
    font-family: 'Lato', Arial, sans-serif !important;
    
}

.note {
    font-family: 'Lato', Arial, sans-serif !important;
    font-weight: bold !important;
}



.col-xs-12, .col-lg-3,.col-lg-9 {
    font-family: 'Lato', Arial, sans-serif !important;    
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-lg-6 {
    padding-top: 2px;
    padding-bottom: 2px;
}


@media (max-width: 400px) {
    .col-sm-6 {
        
        text-align: left !important;
    }

    .col-xs-12 {
       
        text-align: left;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1440px !important;
    }
}

/* End Override Telerik and Bootstrap CSS*/


a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.cmdButton {
    width:50px;
    height:30px;
}

.toolbarDropdown {
    margin-right:8px !important;
}

/* Course Grid Toolbar - Responsive Layout */
.course-toolbar {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.course-toolbar-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.course-toolbar-left {
    display: flow;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.course-toolbar-center {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.course-toolbar-right {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-left: auto;
    gap: 5px;
}

.course-toolbar-conditional {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-top: 5px;
    border-top: 1px solid #e0e0e0;
}

/* When viewport is smaller, wrap the right group to second row */
@media (max-width: 1400px) {
    .course-toolbar-main {
        justify-content: flex-start;
    }

    .course-toolbar-right {
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 5px;
        justify-content: flex-end;
    }
}