<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.width60{
    width:60%;
    margin: 0px auto;
}
.box{
    min-width: 30px;
    min-height: 30px;
}
.bgBlack{
    background: #111111;
}
.bgRed{
    background: #FF0000;
}
.bgBlue{
    background: blue;
}
.bgYellow{
    background: yellow;
}
.bgOrange{
    background: orange;
}
.bgPurple{
    background: purple;
}
.bgWhite{
    background: white;
}
.bgBrown{
    background: brown;
}
.bgGreen{
    background: green;
}
.bgPink{
    background: pink;
}
.bgViolet{
    background: violet;
}
.bgGrey{background: grey}
.mt10{margin-top: 10px;}
.font10{font-size: 10px;}
.fontGrey{color: #777;}
.mt30{ margin-top:  30px;}
.ml10{margin-left: 10px;}
.bgContainer{

}
.pt20{padding-top: 20px;}
.icon{height: 50px;}
.icon30{height: 30px;}
.margin-center{margin: 0px auto;}
.ml45{margin-left: 40%;}
.font12{font-size: 12px;}
.width200{width: 100px;}
.p5{padding: 5px;}
.fontBold{font-weight: bold}
.height300{height: 200px;}

.icon20{width: 20px;}



.ui-buttonset .ui-button {
    background-color: inherit;
    margin-right: 0.3em;
    color: #000;
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: inherit !important;
}



.imageContainer{
    width:100%;
}
.imageContainer img{
    max-width:100%;
}

.student-image{
    width: 100%;
}

.student-image img{
    max-width:100%;
}

.theme{
    /*border: 2px solid black;*/
    background: url('../img/select2.png') no-repeat;
    min-height: 35px;
    min-width: 35px;
}

.jumbotron &gt; h3{
    font-size: 1.2em;
}
.jumbotron{
    margin-top: 10px;
    padding-top: 0;
    text-align: justify;
    padding-top: 70px;
}

.right{
    text-align:right;
}

.m5{margin: 5px;}
#attendance-analysis{
    margin-bottom: 1%;
    margin-right: inherit;
    margin-left: inherit;

}

#attendance-table tr.odd{
    background-color: #FFF;
}

#attendance-table tr.even td.sorting_1, #attendance-table tr.odd td.sorting_1 {
    background-color: #FFF;
}

.ass-grid{
    height: 300px;
    cursor: pointer;
    background: url('../img/spiral-cover-transparent.png') repeat-y;

}

.ass-grid:hover{
    border-color: #00BFFF;

}

.assignment-title{
    text-align: center;
    font-size: 0.825em;


}

.ass-title, .ass-teacher{
    font-weight: bold;
}

.assignment-info{
    font-size: 0.75em;


}
.ass-buttons{

    text-align: center;
}

.ass-status{

    text-align:center;
}

.assignment-new{
    color: blue;
    opacity: .4;
}

.assignment-submitted{
    color: green;
    opacity: .6;
}

.assignment-elapsed{
    /*    border-color: red;
    background-color: red;*/
    color: red;
    opacity: .6;
}

.assignment-notrequired-elapsed{
    /*    border-color: darkred;
    background-color: darkred;*/
    color: darkred;
    opacity: .6;
}
.book-bg1{
    background-color:  darkgray;
}
.book-bg2{
    background-color:  darkslateblue;
}
.book-bg3{
    background-color:  darkgoldenrod;
}
.book-bg4{
    background-color:  darkorange;
}
.book-bg5{
    background-color:  darkgreen;
}
.book-bg6{
    background-color:  darkblue;
}
.book-bg7{
    background-color:  deeppink;

}
.bookstring{
    background: url('../img/spiral-cover-transparent.png') #000000 repeat-y left top; padding-left: 10px; border:  2px solid #O00000;
}
.book-grid{
    min-height: 150px;
    height: 150px;
    color: #fff;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #ccc;
    min-width: 90%;
    width:90%;
    padding: 10px;
    padding-left: 20px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}
.book-grid:hover{
    background-color:  black;

}
label{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}
/*.dataTables_info{
    padding-left: 4px;
}*/
span input[type="checkbox"] {
    display:none1;
}
input[type="checkbox"]  {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: #000;
    background:url(checkboxbg.jpg) left top no-repeat;
    cursor:pointer;
}
input[type="radio"]  {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: #000;
    background:url(checkboxbg.jpg) left top no-repeat;
    cursor:pointer;
}
span input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}
input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}
.breadcrumb{
    margin-right: 40px;
    background: #fff;
}
.btn-default:hover{ background: #666; color: #fff;}
.btn-success:hover{ background: #666; color: green;}
.btn-primary:hover{ background: #666; color: blue;}
a{ cursor: pointer}
.zoom {
    zoom: 2;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform: scale(0.5); /* Standard Property */
    transform-origin: 0 0;  /* Standard Property */
}

.navbar-brand-reduced{
    line-height: none !important;
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}
.navbar-reduced .nav &gt; li &gt; a{
    padding: 10px 0px 10px 10px !important;
    margin-right: 20px;
}
.thumbnail{padding: 2px !important;}
.thumbnail-circle{border-radius: 50% 50% 50% 50%;}
.sessionTab:hover{background: #000; }
.breadcrumb{margin:  5px 0px 5px 0px !important; background: #f1f1f1; font-size: 12px; padding: 3px}
.share .btn {
    border-radius: 2px 2px 2px 2px !important;
}
.error{
    color: red; font-weight: bold; font-size: 12px;
}
.alert{
    padding: 3px !important; padding-left: 5px !important; border: 2px solid #f1f1f1; position: fixed; top: 0px; left: 30%; min-width: 400px; width: 400px; z-index: 10000
}
.alert p{
    font-size: 12px; font-weight: bold; line-height: 2.7em
}
#resultcontainer{
    background: url('../img/watermark.png') no-repeat center #fff !important;

}
.cmd{
    background: black; color:#ddd; min-height: 300px;  height: 300px; border: 10px solid #ccc; margin: 20px; padding: 20px; overflow-y: scroll; font-size: 12px !important; font-family: Consolas, monospace, monaco;
}
.blink{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration:  1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration:  1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}
@-moz-keyframes blinker{
    0%{opacity: 1.0;}
    50%{opacity: 0.0;}
    100%{opacity: 1.0;}
}
@-webkit-keyframes blinker{
    0%{opacity: 1.0;}
    50%{opacity: 0.0;}
    100%{opacity: 1.0;}
}
@-keyframes blinker{
    0%{opacity: 1.0;}
    50%{opacity: 0.0;}
    100%{opacity: 1.0;}
}
body{
    /*font-family: monospace;*/
}
.fc-header-title h2{
    font-size: 30px;
}
.breadcrumb{
    background: none !important;
}
.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
h6, h4, h5{ font-size: 16px !important; font-weight: bold !important;}
/*.dataTables_wrapper label{font-size: 14px !important;}
.dataTables_info{font-size: 14px !important;}*/
.tooltip{background: transparent !important; border: none ;}

/*.hidden-lg,.hidden-sm,.hidden-md,  .hidden-xs, .hidden-phone, .hidden-tablet, .hidden-desktop { display: inline !important}*/
.navbar-custom-li a i:hover{
    color: #ededed !important;
}
.navbar-collapse.in{
    overflow-y: visible !important;
}
.demo-panel-title{
    font-size: 16px;
}
.navbar .nav ul li:visited{ background-color: none;}
.navbar .nav ul li:hover{ background-color:#000;}
.navbar .nav ul li a:hover{ background-color:#000;}
.notes-back {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: fixed; bottom:0px; right: 0px; min-width: 300px; width: 300px;  z-index: 10000000000000000; padding: 10px !important;
    color: #fff; font-size: 10px !important; font-weight: lighter;
    max-height: 300px; overflow-y: scroll;
    width: 500px;  z-index:100000000000; position: fixed; bottom:  0px; right: 0px;
}
.notes-back::-webkit-scrollbar {
    width: 12px;
}

.notes-back::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px; background: #666;
}

.notes-back::-webkit-scrollbar-thumb {
    border-radius: 10px; background: #666;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.panel-heading:hover{cursor: pointer}
.key-to-rate {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: fixed; bottom:0px; left: 0px; min-width: 300px; width: 300px;  z-index: 10000000000000000; padding: 10px !important; font-size:14px;
    color: #fff !important; font-size: 10px !important; font-weight: lighter;

}
/*#studentlist, #studentlist .dataTables_wrapper, #studentlist .dataTables_wrapper tr td {
     Fallback for web browsers that doesn't support RGBa
    background: rgb(255, 255, 255) transparent !important;
     RGBa with 0.6 opacity
    background: rgba(0, 0, 0, 0.90) !important;
     For IE 5.5 - 7
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
     For IE 8
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 10px !important; font-size:14px;
    color: #fff !important; font-size: 10px !important; font-weight: lighter;

}*/

/*#studentlist  .ui-widget-header { background: transparent !important;
}
#studentlist  .odd { background: transparent !important;
}
#studentlist  .even { background: transparent !important;
}
#studentlist  tr.odd td.sorting_1 { background: transparent !important;
}
#studentlist  tr.even td.sorting_1 { background: transparent !important;
}
#studentlist  .dataTable tbody tr:hover {background: #333 !important; color: #fff!important;}*/
.teacher-comment-container {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent !important;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85) !important;
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: fixed; bottom:0px; right: 0px; min-width: 300px; width: 300px;  z-index: 10000000000000000; padding: 10px !important; font-size:14px;
    color: #fff !important; font-size: 10px !important; font-weight: lighter;

}
#subStudentAssessmentModal {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";


}
.key-to-rate  table tr td{font-size:12px;}
.key-to-rate h6{ font-size: 10px !important; }
.customize-dropdown-menu { top: 40px !important; }
.dropdown-menu{z-index: 10000000000000000000000}
.success{
    background: #999 !important; color: #fff !important; font-weight: bolder; font-size: 1.1em;
}
.bg0{background-color: #000 !important}
.bg1{background-color: #111 !important}
.bg2{background-color: #222 !important}
.bg3{background-color: #333 !important}
.bg4{background-color: #444 !important}
.bg5{background-color: #555 !important}
.bg6{background-color: #666 !important}
.bg7{background-color: #777 !important}
.bg8{background-color: #888 !important}
.bg9{background-color: #999 !important}
.bgA{background-color: #AAA !important}
.bgB{background-color: #BBB !important}
.bgC{background-color: #CCC !important}
.bgD{background-color: #DDD !important}
.bgE{background-color: #EEE !important}

.color0{color: #000 !important}
.color1{color: #111 !important}
.color2{color: #222 !important}
.color3{color: #333 !important}
.color4{color: #444 !important}
.color5{color: #555 !important}
.color6{color: #666 !important}
.color7{color: #777 !important}
.color8{color: #888 !important}
.color9{color: #999 !important}
.colorA{color: #AAA !important}
.colorB{color: #BBB !important}
.colorC{color: #CCC !important}
.colorD{color: #DDD !important}
.colorE{color: #EEE !important}
.colorF{color: #FFF !important}

.border0{border-color: #000 !important}
.border1{border-color: #111 !important}
.border2{border-color: #222 !important}
.border3{border-color: #333 !important}
.border4{border-color: #444 !important}
.border5{border-color: #555 !important}
.border6{border-color: #666 !important}
.border7{border-color: #777 !important}
.border8{border-color: #888 !important}
.border9{border-color: #999 !important}
.borderA{border-color: #AAA !important}
.borderB{border-color: #BBB !important}
.borderC{border-color: #CCC !important}
.borderD{border-color: #DDD !important}
.borderE{border-color: #EEE !important}
.borderF{border-color: #FFF !important}
.font-bold{font-weight: bold}
.bg0{background-color: #000 !important}
.bg1{background-color: #111 !important}
.bg2{background-color: #222 !important}
.bg3{background-color: #333 !important}
.bg4{background-color: #444 !important}
.bg5{background-color: #555 !important}
.bg6{background-color: #666 !important}
.bg7{background-color: #777 !important}
.bg8{background-color: #888 !important}
.bg9{background-color: #999 !important}
.bgA{background-color: #AAA !important}
.bgB{background-color: #BBB !important}
.bgC{background-color: #CCC !important}
.bgD{background-color: #DDD !important}
.bgE{background-color: #EEE !important}
.bgF{background-color: #FFF !important}
.color0{color: #000 !important}
.color1{color: #111 !important}
.color2{color: #222 !important}
.color3{color: #333 !important}
.color4{color: #444 !important}
.color5{color: #555 !important}
.color6{color: #666 !important}
.color7{color: #777 !important}
.color8{color: #888 !important}
.color9{color: #999 !important}
.colorA{color: #AAA !important}
.colorB{color: #BBB !important}
.colorC{color: #CCC !important}
.colorD{color: #DDD !important}
.colorE{color: #EEE !important}
.colorF{color: #FFF !important}

.border0{border-color: #000 !important}
.border1{border-color: #111 !important}
.border2{border-color: #222 !important}
.border3{border-color: #333 !important}
.border4{border-color: #444 !important}
.border5{border-color: #555 !important}
.border6{border-color: #666 !important}
.border7{border-color: #777 !important}
.border8{border-color: #888 !important}
.border9{border-color: #999 !important}
.borderA{border-color: #AAA !important}
.borderB{border-color: #BBB !important}
.borderC{border-color: #CCC !important}
.borderD{border-color: #DDD !important}
.borderE{border-color: #EEE !important}
.borderF{border-color: #FFF !important}
.font-bold{font-weight: bold}
.bg0{background-color: #000 !important}
.bg1{background-color: #111 !important}
.bg2{background-color: #222 !important}
.bg3{background-color: #333 !important}
.bg4{background-color: #444 !important}
.bg5{background-color: #555 !important}
.bg6{background-color: #666 !important}
.bg7{background-color: #777 !important}
.bg8{background-color: #888 !important}
.bg9{background-color: #999 !important}
.bgA{background-color: #AAA !important}
.bgB{background-color: #BBB !important}
.bgC{background-color: #CCC !important}
.bgD{background-color: #DDD !important}
.bgE{background-color: #EEE !important}
.bgF{background-color: #FFF !important}
.color0{color: #000 !important}
.color1{color: #111 !important}
.color2{color: #222 !important}
.color3{color: #333 !important}
.color4{color: #444 !important}
.color5{color: #555 !important}
.color6{color: #666 !important}
.color7{color: #777 !important}
.color8{color: #888 !important}
.color9{color: #999 !important}
.colorA{color: #AAA !important}
.colorB{color: #BBB !important}
.colorC{color: #CCC !important}
.colorD{color: #DDD !important}
.colorE{color: #EEE !important}
.colorF{color: #FFF !important}

.border0{border-color: #000 !important}
.border1{border-color: #111 !important}
.border2{border-color: #222 !important}
.border3{border-color: #333 !important}
.border4{border-color: #444 !important}
.border5{border-color: #555 !important}
.border6{border-color: #666 !important}
.border7{border-color: #777 !important}
.border8{border-color: #888 !important}
.border9{border-color: #999 !important}
.borderA{border-color: #AAA !important}
.borderB{border-color: #BBB !important}
.borderC{border-color: #CCC !important}
.borderD{border-color: #DDD !important}
.borderE{border-color: #EEE !important}
.borderF{border-color: #FFF !important}
.font-bold{font-weight: bold}
a{cursor: pointer}
.border-bottom1{border-bottom: solid 1px #bbb;}
.border-bottom2{border-bottom: solid 2px #bbb;}
.border-bottom3{border-bottom: solid 3px #bbb;}
.border-bottom4{border-bottom: solid 4px #bbb;}
.border-bottom5{border-bottom: solid 5px #bbb;}
.border-top1{border-top: solid 1px #bbb;}
.border-top2{border-top: solid 2px #bbb;}
.border-top3{border-top: solid 3px #bbb;}
.border-top4{border-top: solid 4px #bbb;}
.border-top5{border-top: solid 5px #bbb;}
.border-left1{border-left: solid 1px #bbb;}
.border-left2{border-left: solid 2px #bbb;}
.border-left3{border-left: solid 3px #bbb;}
.border-left4{border-left: solid 4px #bbb;}
.border-left5{border-left: solid 5px #bbb;}
.border-right1{border-right: solid 1px #bbb;}
.border-right2{border-right: solid 2px #bbb;}
.border-right3{border-right: solid 3px #bbb;}
.border-right4{border-right: solid 4px #bbb;}
.border-right5{border-right: solid 5px #bbb;}
/*.dataTables_filter label input{ height: 30px;}*/
.bg0{background-color: #000 !important}
.bg1{background-color: #111 !important}
.bg2{background-color: #222 !important}
.bg3{background-color: #333 !important}
.bg4{background-color: #444 !important}
.bg5{background-color: #555 !important}
.bg6{background-color: #666 !important}
.bg7{background-color: #777 !important}
.bg8{background-color: #888 !important}
.bg9{background-color: #999 !important}
.bgA{background-color: #AAA !important}
.bgB{background-color: #BBB !important}
.bgC{background-color: #CCC !important}
.bgD{background-color: #DDD !important}
.bgE{background-color: #EEE !important}
.bgF{background-color: #FFF !important}
.color0{color: #000 !important}
.color1{color: #111 !important}
.color2{color: #222 !important}
.color3{color: #333 !important}
.color4{color: #444 !important}
.color5{color: #555 !important}
.color6{color: #666 !important}
.color7{color: #777 !important}
.color8{color: #888 !important}
.color9{color: #999 !important}
.colorA{color: #AAA !important}
.colorB{color: #BBB !important}
.colorC{color: #CCC !important}
.colorD{color: #DDD !important}
.colorE{color: #EEE !important}
.colorF{color: #FFF !important}

.border0{border-color: #000 !important}
.border1{border-color: #111 !important}
.border2{border-color: #222 !important}
.border3{border-color: #333 !important}
.border4{border-color: #444 !important}
.border5{border-color: #555 !important}
.border6{border-color: #666 !important}
.border7{border-color: #777 !important}
.border8{border-color: #888 !important}
.border9{border-color: #999 !important}
.borderA{border-color: #AAA !important}
.borderB{border-color: #BBB !important}
.borderC{border-color: #CCC !important}
.borderD{border-color: #DDD !important}
.borderE{border-color: #EEE !important}
.borderF{border-color: #FFF !important}
.ui-widget-content{font-size: 0.8em}
.todo &gt; ul:first-child{
    border-radius: 6px 6px 6px 6px;
}
.custom-menu{
    border-radius: 6px 6px 0px 0px;
    padding-top: 20px;
}
.todo li {
    background-image: none;
}
.todo-icon{padding-right: 10px; padding-top: 5px;}
.round-list-last{border-radius: 0px 0px 6px 6px !important; border-bottom: solid 1px #aaa;}
.round-list-last-no-border{border-radius: 0px 0px 6px 6px !important;}
.round-list-first{border-radius: 6px 6px 0px 0px !important; border-top: solid 1px #aaa;}
.round-list-first-no-border{border-radius: 6px 6px 0px 0px !important;}


.round-list{border-left: solid 1px #dedede; border-right: solid 1px #dedede;}
span.form-control-static{font-weight: bold !important}
.round-list-first.round-list-last{border-radius: 6px 6px 6px 6px !important; }
.round-list-first-and-last{border-radius: 6px 6px 6px 6px !important; }
.round-top-left{border-radius: 6px 0px 0px 0px; border-top: solid 1px #aaa;}
.round-top-right{border-radius: 0px 6px 0px 0px; border-top: solid 1px #aaa;}
.round-bottom-right{border-radius: 0px 0px 6px 0px; border-bottom: solid 1px #aaa;}
.round-bottom-left{border-radius: 0px 0px 0px 0px; border-bottom: solid 1px #aaa;}
.box-item{background: #FEFEFE; border-radius: 6px 6px 6px 6px; border: #FFF 2px solid;}
.box-item:hover{background: #EEE; border: #EDEDED 2px solid}

.todo-icon{padding-right: 10px; padding-top: 5px;}
.btn-info:hover, .btn-success:hover, .btn-primary:hover{color: #ccc !important;}
.m3{margin: 3px !important; margin-top: 3px !important;}


.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.shadow-1{-o-box-shadow: 0 0 1px 1px #888; -moz-box-shadow: 0 0 1px 1px #888; -webkit-box-shadow: 0 0 1px 1px #888; box-shadow: 0 0 1px 1px #888; border-bottom:none;}
a, .pointer{cursor: pointer}
.student-select:hover{background: #eaeaea !important;}
.student-select{background: #fafafa !important;}
.border-bottom1{border-bottom: solid 1px #bbb;}
.border-bottom2{border-bottom: solid 2px #bbb;}
.border-bottom3{border-bottom: solid 3px #bbb;}
.border-bottom4{border-bottom: solid 4px #bbb;}
.border-bottom5{border-bottom: solid 5px #bbb;}
.btn-info:hover, .btn-success:hover, .btn-primary:hover{color: #ccc !important;}
.ui-widget-content{font-size: 0.8em}
.todo &gt; ul:first-child{
    border-radius: 6px 6px 6px 6px;
}
.custom-menu{
    border-radius: 6px 6px 0px 0px;
    padding-top: 20px;
}
.todo li {
    background-image: none;
}
.todo-icon{padding-right: 10px; padding-top: 5px;}
.round-list-last{border-radius: 0px 0px 6px 6px !important; border-bottom: solid 1px #aaa;}
.round-list-last-no-border{border-radius: 0px 0px 6px 6px !important;}
.round-list-first{border-radius: 6px 6px 0px 0px !important; border-top: solid 1px #aaa;}
.round-list-first-no-border{border-radius: 6px 6px 0px 0px !important;}
.round-list{border-left: solid 1px #dedede; border-right: solid 1px #dedede;}
span.form-control-static{font-weight: bold !important}
.round-list-first.round-list-last{border-radius: 6px 6px 6px 6px !important; }
.round-list-first-and-last{border-radius: 6px 6px 6px 6px !important; }
.round-top-left{border-radius: 6px 0px 0px 0px; border-top: solid 1px #aaa;}
.round-top-right{border-radius: 0px 6px 0px 0px; border-top: solid 1px #aaa;}
.round-bottom-right{border-radius: 0px 0px 6px 0px; border-bottom: solid 1px #aaa;}
.round-bottom-left{border-radius: 0px 0px 0px 0px; border-bottom: solid 1px #aaa;}
.box-item{background: #FEFEFE; border-radius: 6px 6px 6px 6px; border: #FFF 2px solid;}
.box-item:hover{background: #EEE; border: #EDEDED 2px solid}
.text-italic{font-style: italic !important;}

.status-message{ color: #0081c2; background-color: #FFF; font-weight: bold; padding: 5px 10px;-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; display: inline}
.status-message &gt; a.close{color: #888888 !important}
.highIndex{z-index: 9999999}
tr.inactive-data &gt; td{color:#999}
tr.inactive-data &gt; td &gt; *{color:#999}
tr.inactive-data &gt; td &gt; div &gt; img{opacity: 0.5 !important;  color:#999}
#server-status{font-size: 12px; font-family: "consolas"}
.blinking{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.blinking:hover {
    -webkit-animation-name: none;
    /*-webkit-animation-duration: 1s;*/
    -webkit-animation-timing-function: none;
    -webkit-animation-iteration-count: none;
    -moz-animation-name: none;
    /*-moz-animation-duration: 1s;*/
    -moz-animation-timing-function: none;
    -moz-animation-iteration-count: none;
    animation-name: none;
    /*animation-duration: 1s;*/
    animation-timing-function: none;
    animation-iteration-count: none;
}
.btn-inverse .caret {
    border-top-color: #ffffff;
}
.tagsinput{min-height: 40px; height: auto !important}
@media (max-width: 767px){
    .table-responsive {
        width: 100%;
        height: auto !important;
        overflow-y: scroll !important;
        overflow-x: scroll !important;
    }
}
.ui-widget-header {
    border: 1px solid #fff;
    background:#eff0f2;
    border: none !important;
    color: #000;
    font-weight: bold;
}
.odd{background: #f1f1f1;}

.ui-state-default{ border: none;}
.navbar .navbar-brand{
    line-height: none !important;
}
.navbar-brand{
    line-height: none !important;
}
.navbar-inverse{background: #F5F6F8;}
.navbar-reduced li a{color: #fff !important;}

.navbar .nav li.dropdown &gt; .dropdown-toggle .caret {
    border-top-color: #efefef !important;
    border-bottom-color: #efefef !important;
}
.navbar-default .navbar-nav &gt; .open &gt; a .caret, .navbar-default .navbar-nav &gt; .open &gt; a:hover .caret, .navbar-default .navbar-nav &gt; .open &gt; a:focus .caret {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-toggle:before {
    color: #FFF !important;
    content: "\e00c";
    font-family: "Flat-UI-Icons";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.panel-heading .panel-title a:hover{color: #f1f1f1 !important; }
.panel-title a:hover{ color: #f1f1f1 !important; }

.restyle, .restyle a{background:none !important; }
.restyle:hover, .restyle a:hover{background:none !important; }
.navbar-collapse{max-height: none !important;}
.hidden {
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

.color-green {
    color: green;
}
.color-red {
    color: red;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px !important;
    }
}

.eduporch-sidebar {
    width: 100%;
}

body {background: #fff !important; }
.nav-sm ul.nav.child_menu  {
    font-size: 13px;
    padding: 5px;
}
.nav-sm ul.nav.child_menu li a {
    text-align:  left;
    display: inline;
    padding: 8px;
}

.nav-sm ul.nav.child_menu li a i {
    font-size: 10px !important;
    text-align: left;
    width: 100%!important;
    margin-bottom: 5px;
    display: inline;
    padding-right: 5px;
}

.nav-sm ul.nav.child_menu li a {
    font-size: 12px;
}
.school-title {
    font-size: 23px;
    font-weight: bolder;
    vertical-align: middle;
}
.top_nav .navbar-right {
    margin: 0;
    width: auto !important;
    float: right;
}
.top_nav .navbar-left {
    vertical-align: middle;
    width:auto !important;
}
.top_nav .navbar-left:hover {
    vertical-align: middle;
    width:auto !important;
}
.input-sm {
    line-height: 25px !important;
}
.share li:before, .share li:after {
    content: " ";
    display: inline !important;
}
.dropdown-menu&gt;li&gt;a {
    color: #FFF;
}
.table&gt;thead&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.top_nav .dropdown-menu&gt;li&gt;a {
    color: #5A738E;
}
.nav-logo{
    box-shadow: 2px 2px #CCC;
    margin-right: 10px;
    border-radius: 5px
}
.nav-school-info{
    padding: 12px 15px 6px;
    margin-bottom: 0px;
}

.lb{
    font-size: 13px;font-weight: 800;
}
.vendr{
    padding: 0px 20px; font-weight: bolder;font-size: 13px;
}
.vend{
    font-size: 12px;
}
body, .eduporch-sidebar, .open &gt; .dropdown-menu .inner{ scrollbar-color: #ff0000 #F5F5F5;}
body::-webkit-scrollbar-track, .eduporch-sidebar::-webkit-scrollbar-track, .open &gt; .dropdown-menu .inner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar, .eduporch-sidebar::-webkit-scrollbar, .open &gt; .dropdown-menu .inner::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb, .eduporch-sidebar::-webkit-scrollbar-thumb, .open &gt; .dropdown-menu .inner::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    background-image: -webkit-linear-gradient(90deg,
        rgba(0, 0, 0, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(0, 0, 0, .2) 50%,
        rgba(0, 0, 0, .2) 75%,
        transparent 75%,
        transparent);
}

.eduporch-sidebar{
    height: 100%;
    position: fixed !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.profile_pic {
    height: 100px;
}

/*.dataTables_wrapper&gt;.row {
    overflow: visible !important
}*/
.img50{
    height: 50px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}

.notification-badge{
    background-color: #E74C3C;
}
.active &gt; a &gt; .notification-badge{
    background-color: #444;
    color: #FFF;
}
body{
    background: #F7F7F7 !important;
}

.nav-sm ul.nav.child_menu li a {
    font-size: 13px;
    line-height: 35px;
}
.nav-sm ul.nav.child_menu {
    padding: 15px 5px 15px 5px;
}
.nav-sm ul.nav.child_menu {
    width: 300px;
}
.school-title {
    text-shadow: 2px 2px #222 !important;
    color:#fff;
    padding-top: 4px;
}
.nav.navbar-nav&gt;li&gt;a {
    color: #fff!important;
}
.top_nav .nav .open&gt;a, .top_nav .nav .open&gt;a:focus, .top_nav .nav .open&gt;a:hover, .top_nav .nav&gt;li&gt;a:focus, .top_nav .nav&gt;li&gt;a:hover {
    background: transparent !important;
    color: #ededed;
}
.download-backdrop {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: fixed; bottom:0px; right: 0px; min-width: 300px; width: 300px;  z-index: 10000000000000000; padding: 10px !important;
    color: #fff; font-size: 10px !important; font-weight: lighter;
}
.download-backdrop h6{ font-size: 10px !important; }
#draggable::-webkit-scrollbar {
    width: 12px;
}
#draggable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px; background: #666;
}
#draggable::-webkit-scrollbar-thumb {
    border-radius: 10px; background: #666;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.thumbnail {
    height: auto !important ;
    overflow: hidden;
}

.label-list{
    display: inline-flex;
    margin-bottom: 3px;
}
#menu_toggle &gt; i {
    color: #FFF !important;
}
.profile_info span {
    color: #EAEAEA !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 7px;
}
.img-30{
    width: 30px;
}
.list-item {
    border-top: 1px solid #CCC;
}
.list-item:first-child {
    border-top: none !important;
}
.dnd-uploader{
    border-radius: 5px;
}
</pre></body></html>