

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/*.gradeMatrix {
    border: 1px solid rgb(51, 51, 51);
    border-radius: 5px;  
}*/

.gradeButton {
    display:inline-block;  
    height: 30px;
    line-height: 30px;
    width: 40px;  
    vertical-align: middle;
    margin: 5px;
    background-color: rgb(142, 177, 216);
    border: 1px solid rgb(51, 51, 51);
    /* font-weight: bold;*/
    font-size: 19px;
    text-align: center;    
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius: 9px; 
}

.gradeButtonM {
    display:inline-block;  
    height: 30px;
    width: 70px;  
    vertical-align: middle;
    margin: 5px;
    background-color: rgb(142, 177, 216);
    border: 1px solid rgb(51, 51, 51);
    /* font-weight: bold;*/
    font-size: 16px;
    text-align: center;    
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius: 9px; 
}

.gradingText{
    font-size: 14px;
}



.gradeNoSelected
{
    background-color: rgb(142, 177, 216);
}
.gradeSelected
{
    background-color: rgb(227, 230, 87);
}

html,
body {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

p {
    line-height: 1.65;
    margin-bottom: 1.05em;
}

li {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn,
.table > thead > tr > th {
    font-family: "Barlow Semi Condensed", sans-serif;
}

.navbar-nav > li > a,
.nav > li > a,
.dropdown-menu > li > a {
    font-size: 15px;
    line-height: 1.45;
}

.dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.card,
.card-body,
.panel,
.panel-body,
.ibox,
.ibox-content {
    font-size: 15px;
    line-height: 1.55;
}

.ibox-title h5,
.panel-heading,
.card-title {
    font-size: 17px;
}

.btn {
    font-size: 15px;
    line-height: 1.35;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 14px;
    line-height: 1.35;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: 13px;
    line-height: 1.3;
}

#teacher tbody tr.submit-row-hidden {
    background-color: #fcf8e3;
}

#teacher tbody tr.submit-row-hidden td {
    color: #6d5a13;
}

#teacher tbody tr.submit-row-hidden td:first-child {
    border-left: 4px solid #f0ad4e;
}

.truncate-inline-title {
    display: inline-block;
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.truncate-card-title {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.truncate-table-title {
    display: inline-block;
    max-width: 220px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .truncate-inline-title {
        max-width: 320px;
    }

    .truncate-table-title {
        max-width: 180px;
    }
}

body.white-bg {
    min-height: 100dvh;
}

.auth-layout-container {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.auth-layout-content {
    flex: 1 0 auto;
}

.auth-layout-container > .footer {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 20px;
}

@supports not (height: 100dvh) {
    body.white-bg,
    .auth-layout-container {
        min-height: 100vh;
    }
}

.submit-data-action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.submit-data-action-buttons .btn {
    white-space: nowrap;
}

@media (max-width: 767px) {
    #fileListContent .submit-data-col-mobile-hide {
        display: none;
    }
}

#fileListContent .submit-data-filename {
    display: inline-block;
    max-width: 340px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    #fileListContent .submit-data-filename {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    #fileListContent .submit-data-filename {
        max-width: 150px;
    }
}
