:root {
    --ovsRed: #a51406;
    --v1: 5px;
    --v2: 10px;
    --v3: 15px;
    --v4: 20px;
    --v5: 25px;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
a:hover, a:active{
    background:transparent;
}
.fa, .fas {
    font-family: FontAwesome !important;
}
.fa-calendar:before {
    content: "\f073" !important;
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea" !important;
}
.fa-linkedin:before {
    content: "\f0e1" !important;
}
.mt-1 {
    margin-top:var(--v1);
}
.mt-2 {
    margin-top:var(--v2);
}
.mt-3 {
    margin-top:var(--v3);
}
.mt-4 {
    margin-top:var(--v4);
}
.mt-5 {
    margin-top:var(--v5);
}

.mb-1 {
    margin-bottom:var(--v1);
}
.mb-2 {
    margin-bottom:var(--v2);
}
.mb-3 {
    margin-bottom:var(--v3);
}
.mb-4 {
    margin-bottom:var(--v4);
}
.mb-5 {
    margin-bottom:var(--v5);
}

.m-1 {
    margin:var(--v1);
}
.m-2 {
    margin:var(--v2);
}
.m-3 {
    margin:var(--v3);
}
.m-4 {
    margin:var(--v4);
}
.m-5 {
    margin:var(--v5);
}

.my-1 {
    margin-top:var(--v1);
    margin-bottom:var(--v1);
}
.my-2 {
    margin-top:var(--v2);
    margin-bottom:var(--v2);
}
.my-3 {
    margin-top:var(--v3);
    margin-bottom:var(--v3);
}
.my-4 {
    margin-top:var(--v4);
    margin-bottom:var(--v4);
}
.my-5 {
    margin-top:var(--v5);
    margin-bottom:var(--v5);
}


.page_wrapper {
    /*float: left;*/
    /*width: 100%;*/
    /* padding-bottom: 20em; */
    /*height: 100%;*/
    /*background: #fff;*/
    clear:both;
    min-height:calc(100% - 8em);
    display: flex;
    /*flex-wrap: wrap;*/
}
.mobile_left_toogle {
    /*position: fixed;
    top: 0;*/
    left: 0%;
    display: none;
    cursor: pointer;
    font-size: 30px;
    background: #444;
    color: #ddd;
    z-index: 999999;
    transition: 0.5s;
    height: 100%; /*2.23em;*/
    width: 2.23em;
    line-height: 2.23em;
    text-align: center;
    float:left;
    position:relative;
}
#top-bar {
    line-height: 5.2em;
    background: #fbfbfb;
    border-bottom: none; /* 1px solid #c5c5c58c; */
    /*position: fixed;
    width: 100%;
    z-index: 9999;*/
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    height: 5.2em;
}
div#topnavlistcontainer {
    height: 98%;
    width: 100%;
    padding-top: 0px;
    /*float: left;*/
    /*overflow-x: none;
    overflow-y: hidden;*/
    position:relative;
}
img.ovs_logo {
    /*width: 210px;
    height: auto;
    padding: 6px 0;*/
    width: 180px;
    padding: 10px 0;
}
#top-bar div#image_container {
    /*width: 19.4%;*/
    float: left;
    height:5.2em;
}
#top-bar div#image_container span#image {
    display: inline-grid;
}

div#top-links {
    float: left;
    clear: none;
    padding-right: 0;
    margin-right: 0;
    margin-top: 0em;
    width: auto; /* 38%;*/
}
.site-name {
    font-size: small;
    font-weight: bold;
    padding: 0 15px;
    color: #444;
    white-space: nowrap;
    margin-left: 0;
    margin-top: 0;
    float: left;
    width: auto;
    text-align:center;
    font-size:15px;
}
#top-links-text {
    float: right;
    margin-left: 0;
    margin-top: 0;
    /*width: 50%;*/
    /*clear: none;*/
    background: transparent;
}
#top-links-jump {
    white-space: nowrap;
    margin-top: 0;
    /*width: 50%;*/
    float: left;
    text-align: right;
    /*padding-right: 15px;*/
    box-sizing: border-box;
}
#top-links-text > a:hover {
    color: rgb(170, 3, 4);
    background: transparent;
    text-decoration: none !important;
}

div#top-links a:link, div#top-links a:visited {
    text-decoration: none;
    margin-left: .5em;
    margin-right: .5em;
    box-shadow: none;
}

select#jumpmenu {
    height: 34px !important;
    /*width: 66%;*/
    border-radius: 0;
    padding: 0 5px;
    margin: 0 !important;
}
div#top-links-jump input.button {
    height: 34px;
    border-radius: 0;
    margin-left: -5px;
    background: #444;
}
#header {
    width: 170px;
    max-width:200px;
    float: left;
    flex-basis: 50%;
    flex-grow: 1;
    background: #444;
    transition: 0.5s;
    z-index: 9;
}
#header.go_left{
    left: 0px !important;
}
.logoutbar {
    display: none;
}
.crumbcontainer {
    width: 80%;
    float: left;
    padding-left: 18%;
    margin-top: 99px;
}
.course_home_modules .panel-body ul li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
#contentwrapper {
    margin: 0;
    width: calc(100% - 170px);
    overflow: unset;
    float: left;
    
    flex-basis: 50%;
    flex-grow: 1;
    /*padding-left: 190px;*/
    /*margin-top: 5.2em;*/
    /*padding-right: 0;*/
    background: #fff;
    /*margin-bottom:5.2em;*/
    padding:0;
    padding-bottom: 40px;
}
#top-links-text a {
    border-left: 1px solid #c5c5c58c;
    padding: 0 14px;
    margin: 0 !important;
    height: 4.9em;
    display: inline-block;
    color: #444;
    font-weight: 400;
    font-size: 14px;
}

#top-links-text a:last-child {
    border-right: 1px solid #c5c5c58c;
}
#top-bar #userlinks a:hover {
    background: transparent;
}
#top-bar #userlinks a {
    display: block;
    float:right;
    text-decoration: none;
    /*border-left: 1px solid #c5c5c58c;
    border-right: 1px solid #c5c5c58c;*/
    padding: 0px 10px;
    background: #932318;
    color: #fff;
    transition: 0.5s;
    background: linear-gradient(#afafaf8c, #f1f1f18c);
    background: #444;
    height:100%;
}
#top-bar #userlinks a:hover{
    background: #932318;
}

#top-bar #userlinks {
    float: right;
    width: 18%;
    height: 5.2em;
    /*line-height: 5.2em;*/
    text-align: right;
}
#top-bar #userlinks strong {
    margin-right: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
}
h1#section-title img {
    display: none;
}
#contentwrapper div#contentcolumn {
    padding: 0;
}
#contentcolumn h2.page-title {
    clear: right;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    /*margin: 30px 0 0;*/
}

#contentwrapper div#contentcolumn {
    padding: 10px;
    /*overflow: visible;
    padding-top:25px;*/
    padding-bottom:70px;
}
.input-form.login_form {
    width: 50% !important;
    margin: auto !important;
    float: none !important;
    background: transparent;
}
.input-form.login_form .column {
    width: 100%;
}
.input-form.login_form fieldset.group_form {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 25px;
    box-sizing: border-box;
    width: 95%;
}
.input-form.login_form fieldset.group_form input {
    height: 45px;
    width: 100% !important;
    margin-bottom: 14px;
    border-color: #ddd;
    padding: 0 10px;
    max-width: 100% !important;
    font-size: 16px;
    border-radius: 0;
    box-sizing: border-box;
}
.input-form.login_form fieldset.group_form input.button {
    width: 100% !important;
}
.input-form.login_form legend {
    border-color: #ddd;
    background: #fff;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 15px;
}
div#my_courses_container table {
    border: 1px solid rgba(175, 175, 175, 0.8);
}
table.data2 > tbody > tr > td:first-child {
    /*border-left: none;*/
}

#lrg_topnav {
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    display: inline;
    width: 100%;
    /*height: auto;
    float: left;
    height: 100%;*/
}
.ui-switch.off, .ui-switch.on {
    position: relative;
    bottom: -8px;
}

#lrg_topnav ul#topnavlist li {
    background: transparent;
    /* margin: 0 !important; */
    border-radius: 0;
    border: 0;
}
#lrg_topnav ul#topnavlist li a {
    margin: 0 0 1px 0;
    border-bottom: 1px solid #4c4c4c !important;
    border-radius: 0 !important;
    font-size: 15px;
    color: #d6d6d6;
    /*height: auto;*/
    line-height: 35px;
    background: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-left: 3px solid transparent !important;
    box-shadow: 0px 1px 0 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: 0.5s;
    padding: 9px 16px 5px;
}
#lrg_topnav ul#topnavlist li a.active {
    border-left: 3px solid rgb(170, 3, 4) !important;
    background:#3a3939;
    color: #fff;
}
#lrg_topnav ul#topnavlist li:first-child a {
    border-top: 1px solid #2d2d2d !important;
}
#lrg_topnav ul#topnavlist li a:hover {
    background: #3a3939;
    border-left: 3px solid rgb(170, 3, 4) !important;
    color: #fff;
}
#lrg_topnav ul#topnavlist li a .fa {
    font-size: 18px;
    width: 23px;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    margin: 0 11px 0 0;
}
i.fa.fa-times {
    display: none;
}
ul.breadcrumb2 {
    border-top: 4px solid #444;
}
.breadcrumb2 li:first-child a {
    padding-left: 10px;
    padding-right: 22px;
}
.breadcrumb2 li:first-child a:before {
    content: " ";
    display: block;
    width: 28px;
    height: 48px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 89%;
    z-index: 11;
    background: #444;
    transform: skew(-33deg);
}
.breadcrumb2 li:first-child a:after {
    content: " ";
    display: block;
    width: 28px;
    height: 42px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 96%;
    z-index: 1;
    background: rgb(170, 3, 4);
    transform: skew(-33deg);
}
.breadcrumb2 li:first-child a {
    background: #444;
}
.breadcrumb2 li a:hover:after {
    border-left-color: #6b6b6b !important;
}
/*.breadcrumb2 li:nth-child(3) a:hover:after{*
/*     background: #8e8e8e;*/
/*}*/
#my_courses_container {
    width: 100%;
    min-width: 20em;
    margin-left: 0;
    border: none;
    float: left;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}
.news {
    background: #fff;
    padding: 12px;
    border: 1px solid #ddd;
    border-left: 5px solid #a50d0d;
    margin-top: 10px;
}
.column-news {
    float:left;   
    width:75%;
}
table.data2 > tbody > tr > th {
    border-radius: 0 !important;
}
div#my_courses_container {
    margin-top: 10px;
}
#my_courses_container table th {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #ddd;
    font-weight: 500;
    background:#444;
}  
#my_courses_container table td:last-child {
    border-right: none !important;
}
table.data2 > tbody > tr > th:last-child {
    border-right: none !important;
}
#my_courses_container table td a:hover {
    background: transparent;
}
#my_courses_container table td img.icon {
    width: 40%;
    padding: 5px;
}
/*table.data2 > tbody > tr:last-child > td {*/
/*    border-bottom: none;*/
/*}*/
#my_courses_container table td {
    border-right: 1px solid #ddd;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px !important;
    width:20%;
}
#my_courses_container table td small {
    font-size: 15px;
}
.shortcuts {
    width: 100%;
}
.shortcuts a:hover {
    background: transparent;
}
.shortcuts a:hover img{
    margin-left:0px;
}
div#info {
    width: 97%;
}
.footer_social {
    float: left;
    width: 50%;
    padding: 10px 30px;
    text-align: left;
    box-sizing: border-box;
}
.footer_social a {
    color: #444;
    width: 30px;
    display: inline-block;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 0 4px;
    text-align: center;
    background: #fff;
    transition:0.5s;
}
/*.footer_social a:first-child{
    background:#4267B2;
}
.footer_social a:nth-child(2){
    background:#1AB2E8;
}
.footer_social a:nth-child(3){
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer_social a:nth-child(4){
    background:#0077B5;
}
*/

.footer_social a .fa {
    font-weight: normal;
}
.footer_social a:hover {
    background: #a50d0d !important;
    color: #fff;
}
.footer_bottom {
    background: #2f2f2f;
    float: left;
    width: 100%;
}
.copyright {
    font-size: 14px;
    color: #fff;
    padding: 17px 0;
    float: left;
    width: 50%;
    text-align: right;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    background:transparent;
}
#footer {
    font-size: .8em;
    border-top: 1px solid #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 0em 0 .5em 0;
    height: 4.5em;
    background-color: #FFFFFF;
    /*float: left;*/
    position: fixed;
    bottom: 0;
    z-index: 9;
    /*left:170px;*/
}
ul#topnavlist {
    margin-top: 0px;
    padding-top: 0px;
    /*height: 74vh;*/
    /*overflow-y: auto;*/
}
#topnavlist::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #444;
	border-radius: 10px;
}

#topnavlist::-webkit-scrollbar
{
	width: 6px;
	background-color: #444;
}

#topnavlist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(37, 37, 37)), color-stop(0.72, rgb(37, 37, 37)), color-stop(0.86, rgb(37, 37, 37)));
}

#topnavlist .unread-notification-icon {
    width: 1.6em; height: 1.2em;
    padding: 0.1em; color: white;
    background-color: #e56c30;
    border-radius: 5px;
    float: right;
}
#topnavlist a.active .unread-notification-icon { display: none; }
#topnavlist .unread-notification-icon > i { margin: 0 !important; font-size: 0.9em !important; padding: 0; }



fieldset.group_form {
    width: auto; /*90%;*/
    margin: 0 auto; /*.5em;*/
    /* border: 1px #685642 solid; */
    min-height: 176px;
    padding: .5em;
    background-color: #ffffff24;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 0;
    padding:25px;
}
legend.group_form {
    border-color: #ddd;
    background: #fff;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 15px;
    line-height: 18px;
}
div.input-form div.row h3 {
    margin-left: 0px;
    margin: 0 0 5px 0;
    padding: 0;
}
.input-form.profile_user {
    font-size: 14px;
    line-height: 32px;
    background: transparent;
    border-bottom: none;
}
.input-form.profile_user input[type=text],
.input-form.profile_user input[type=password] {
    height: 45px;
    width: 100% !important;
    margin-bottom: 0;
    border-color: #ddd;
    padding: 0 10px;
    max-width: 100% !important;
    font-size: 16px;
    border-radius: 0;
    box-sizing: border-box;
}
.input-form.profile_user input[type=text]:disabled {
    background:#ddd;
}

ul#subnavlist {
    padding-left: 0 !important;
}

.input-form.profile_user textarea:focus, .input-form.profile_user input[type=password]:focus, .input-form.profile_user input[type=text]:focus{
     border: 1px solid #DED29E;
    /*padding: 0 10px !important;
    width: 98% !important;*/
}
.input-form.profile_user .row.fourth_row, .input-form.profile_user .row.fifth_row, .input-form.profile_user .row.sixth_row {
    /*width: 32.6%;
    float: left;*/
    margin-right: 0 auto; /*10px;*/
    padding: 0;
}
.input-form.profile_user .row.sixth_row {
    margin-right: 0;
}

fieldset.group_form.personal_info_fieldset .row.info_row_fourth .info_date {
    width: 32.6% !important;
    float: left;
    margin-right: 10px;
}
.row.info_row_fourth {
    float: left;
    width: 100%;
}
fieldset.group_form.personal_info_fieldset .row.info_row_fourth .info_date:last-child {
    margin-right: 0px;
}

fieldset.group_form.personal_info_fieldset .row.info_row_fifth, fieldset.group_form.personal_info_fieldset .row.info_row_sixth, fieldset.group_form.personal_info_fieldset .row.info_row_seventh, fieldset.group_form.personal_info_fieldset .row.info_row_eighth, fieldset.group_form.personal_info_fieldset .row.info_row_eighth, fieldset.group_form.personal_info_fieldset .row.info_row_ninth, fieldset.group_form.personal_info_fieldset .row.info_row_ten, fieldset.group_form.personal_info_fieldset .row.info_row_eventh, fieldset.group_form.personal_info_fieldset .row.info_row_twelth {
    float: left;
    width: 49%;
    margin-right: 19.4px;
    padding: 0;
}

fieldset.group_form.personal_info_fieldset .row.info_row_sixth, fieldset.group_form.personal_info_fieldset .row.info_row_eighth, fieldset.group_form.personal_info_fieldset .row.info_row_ten, fieldset.group_form.personal_info_fieldset .row.info_row_twelth{
     margin-right: 0px;
}
.input-form.profile_user .row.buttons {
    margin: 0;
}
.input-form.profile_user .buttons input {
    padding: 12px 18px;
    border-radius: 0;
    color: #fff;
    border: 0;
    transition: 0.5s;
    cursor: pointer;
    background: #3a3939;
}
.input-form.profile_user .buttons input:hover{
    background: #c50000;  
}

#calendar {
    width: 70%;
}
.calendar-side {
    /*width: 22%;
    margin-left: 30px;*/
    padding: 0;
    width: 25%;
}

.calendar-side fieldset {
    border: none;
    padding:0;
    margin:0;
}
.calendar-side fieldset legend {
    height: auto;
    width: 100%;
    margin-left: 0;
    border: 0;
    background: transparent;
}
.calendar-side fieldset legend h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #444;
    padding: 10px 8px;
    margin: 0;
}
div#leftcolumn h2.box {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    background: #fff;
    padding: 18px 8px;
    margin: 0;
    border-radius: 0.3rem;
    border: 1px solid #ddd;
    transition: 0.5s;
}
div#leftcolumn h2.box:hover {
    box-shadow: 0 2px 14px 1px rgba(0,0,0,0.06);
}
.calendar-side .social_side_menu {
    padding: 0;
}
.calendar-side .social_side_menu li {
    list-style: none;
    border-bottom: 1px solid #444;
    font-size: 12px;
}
.calendar-side .social_side_menu li br {
    display: none;
}
.calendar-side .social_side_menu li a {
    display: block;
    font-size:12px;
    text-decoration:none;
    padding: 10px;
}
.calendar-side .social_side_menu li:nth-child(4){
    padding: 10px
}
.calendar-side .social_side_menu li:nth-child(4) a {
    display: inline-block;
    padding: 0px;
    margin-left: 12px;
}
.calendar-side .social_side_menu li a:hover{
    background:transparent;
}
fieldset.color_dta {
    font-size: 13px;
    line-height: 30px;
}
.color_dta_inr {
    padding: 12px;
}
table.fc-border-separate th {
    padding: 10px;
    width: 14% !important;
    background: #444;
    color: #fff;
}
table.fc-border-separate td {
    text-align: center;
}
table.fc-border-separate td a {
    display:inline-block;
}
table.fc-header td span {
    margin-bottom: 0 !important;
}
table.fc-header .fc-header-title h2 {
    margin: 0;
    padding: 4px 0 10px 0;
    font-size: 15px;
    font-weight: 600;
}
table.fc-header a:hover, table.fc-border-separate td a:hover {
    background: transparent;
}
.fc-content th {
    color: #fff !important;
}
.fc-agenda .fc-agenda-axis {
    text-align: center !important;
    color: #fff !important;
}
.ui-dialog {
    background: #fff;
    border-radius: 0 !important;
    padding: 0 !important;
    border: 1px solid #eaeaea;
}
.ui-dialog .ui-widget-header {
    background-color: #000 !important;
}
.ui-dialog .ui-widget-header {
    background-color: #000 !important;
    border-radius: 0 !important;
    border: none !important;
}
div#editable_table {
    background: #fff;
}

div#dialog {
    background: #fff;
}
.ui-dialog-buttonpane.ui-widget-content {
    background: #fff;
    margin: 0 !important;
}
.ui-dialog-buttonset button.ui-button {
    background: #444;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 2px;
}
#dialog-inner input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #a5a5a5;
    padding: 4px 6px;
    color: #444;
}
form.file__upload {
    margin-top: 16px;
    display: block;
}
form.file__upload input[type="submit"] {
    background: #444;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 8px 16px;
    font-size: 15px;
    margin-top: 16px;
    cursor:pointer;
}
form.file__upload input[type="submit"] 
:hover{
    background:hsla(0,85%,25%,1) !important;
}
form.file__upload .input-form {
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}
form.file__upload .input-form input#subject {
    height: 25px;
    border-radius: 0;
    margin: 10px 0;
}
form.file__upload .input-form .row.buttons {
    margin: 0;
    padding: 0;
}
.row.title_cldr_row input#subject {
    margin-top: 6px !important;
}
.title_cldr_row .cldr-title {
    font-weight: 600;
    font-size: 15px;
}

#course_title_container {
    float: right;
    right: 1em;
    padding: 10px 0;
}

h1#section-title {
    margin: 10px;
}

#email_instructor-container {
    display: block;   
}
.button-return-admin.button-return-admin {
    width:100%;
    display:block;
    font-size:14px;
    color:#fff;
    background-color:#a50d0d;
    text-align:center;
    padding:5px 0;
}
.emailprof_btn {
    display: block;
    margin-top: 0 !important;
    padding: 10px;
    background-color: #a50d0d;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    color: #fff;
}
#emailprof_send_button {
    display: block;
    border: none;
    color: white;
    background: #000;
    border-radius: 0;
    cursor: pointer;
    padding: 6px 8px 6px;
    margin-top:-3px;
}
div#emailprof_content {
    padding: 0 !important;
    width: 100% !important;
}
#emailprof_content textarea#emailprof_msg {
    width: 100% !important;
    height: 45px !important;
    box-sizing: border-box;
    /*margin: 6px 0 14px 0;*/    
    border-bottom:0;
}
#menu_ContentNavigation > div > a {
    font-size: 12px;
    background: #444;
    color: #fff;
    padding: 4px 12px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 6px;
}
#menu_Calendar #mini-calendar {
    margin: 0px !important;
    width: 100% !important;
}
#mini-calendar .fc-view {
    overflow-x: auto;
}
div#content-text a {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.news h3 {
    margin: 0;
}
div.news span.date {
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
}
div.news p {
    margin-left: 0;
    overflow:hidden; /* Maybe not required? */
    word-break: break-word;
}
div#content-info {
    margin: 0;
}

.sequence-links a {
    background: #a50d0d;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #e8e8e8;
    font-size: 18px;
    border: 3px solid #e8e8e8;
}
#gototop a{
    background: #a50d0d;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #e8e8e8;
    font-size: 18px;
    border: 3px solid #e8e8e8;
}
table.data {
    border-spacing: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    border-top: 1px solid #ddd;
}
table.data td {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}
table.data th:first-child, table.data td:first-child {
    border-left: none;
}
table.data th {
    /* background-color: #DED29E; */
    background-color: #444 !important;
    background-image: none;
    padding: 18px 10px;
    white-space: nowrap;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 15px;
    color: #fff;
}
table.data.static tr:last-child td {
    border-bottom: none;
}
table.data.static thead tr {
    border-right: 0;
}
table.data thead tr th:last-child {
    border-right: none;
}
table.data th {
    white-space: normal;
}
table.data th a {
    color: #fff;
}
input.button {
    margin-top: 0 !important;
    padding: 10px;
    background-color: #a50d0d;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
select#ot {
    height: 36px;
    border-color: #ddd;
    background: transparent;
}
table.data {
    width: 100% !important;
    max-width: 100% !important;
}
input#search_student_name {
    width: 100% !important;
    max-width: 100% !important;
    height: 30px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
}
ol#tools .top-tool {
    margin: 6px;
    border: none;
    background: transparent;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
ol#tools .top-tool {
    margin: 6px;
    border: none;
    background: transparent;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    min-height: 75px !important;
    line-height: 40px;
}
li.top-tool a {
    font-weight: bold;
    width: auto;
    height: auto;
    background-color: transparent;
    background-image: none;
    border-bottom: none;
}
li.top-tool img {
    float: left;
    clear: left;
    vertical-align: middle;
    display: table-cell;
    margin: 14px 18px 0 0;
}
ol#tools>li:hover {
    border: none;
    background-color: transparent;
}

form.payroll_form input {
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 0;
}
.payroll_form button {
    height: 38px;
    background: #444;
    border: 0;
    color: #fff;
    padding: 0 10px;
}
form.payroll_form {
    margin-top: 20px;
    display: inline-block;
}
#leftcolumn {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: -10px 5px 0;
}

#side-menu {
    overflow: hidden;
    width: 100%;
    padding-bottom: .3em;
    /* margin-top: -1em; */
    padding-right: .5em;
    margin-bottom: 1em;
    margin-top: 20px;
    
}
div#menutoggle {
    display: none;
}
.my_new_menu .box {
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    margin-top: 4px;
}
.my_new_menu {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}
.my_new_menu + br {
    display: none;
}
div#side-menu .my_new_menu:nth-child(2n) {
    margin-right: 20px;
}
div#shortcuts {
    border-left: thin solid #B7C68B;
    border-right: thin solid #B7C68B;
    border-bottom: thin solid #B7C68B;
    border-radius: 0em 0em .5em .5em;
    -moz-border-radius: 0em 0em .5em .5em;
    float: right;
    margin-right: 0;
    width: 100%;
    border-color: #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0;
    background: #f5f5f5;
    padding: 3px;
    box-sizing: border-box;
    margin-top: 10px;
    min-height: 30px;
}
.breadcrumb2 li:nth-child(2) a {
    background: #6b6b6b;
}
.breadcrumb2 li:nth-child(2) a:after {
    border-left-color: #6b6b6b;
}
.breadcrumb2 li:nth-child(3) a {
    background: #8e8e8e;
}
.breadcrumb2 li:nth-child(3) a:after {
    border-left-color: #8e8e8e;
}
.breadcrumb2 li:nth-child(4) a {
    background: hsl(0, 1%, 71%);
}
.breadcrumb2 li:nth-child(4) a:hover, .breadcrumb2 li:nth-child(4) a:hover:after{
    background: hsl(0, 1%, 71%);
}
.breadcrumb2 li:nth-child(4) a:after {
    border-left-color: hsl(0, 1%, 71%);
}
#shortcuts ul {
    float: right;
    margin-bottom: 0em;
    margin-left: 0em;
    list-style-type: none;
    padding-left: 0em;
    display: inline-flex;
}

#shortcuts li {
    display: inline;
}
#shortcuts li a{
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ccc !important;
    padding: 0 8px 1px;
    margin-left: 7px;
    display: inline-block;
}
ul#subnavlist_i li {
    list-style: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: .3em .3em 0em 0em;
    -moz-border-radius: .3em .3em 0em 0em;
    padding: .4em .5em .2em .5em;
    border-bottom: 3px solid #a50d0d;
}
ul#subnavlist_i li a {
    text-decoration: none;
}
.fc-grid .fc-day-number {
    float: inherit;
    padding: 0 2px;
    display: block;
    text-align: center;
}
.input-form > small {
    background: #f5f5f5;
    color: #444;
    font-size: 13px;
    display: block;
    padding: 5px 10px 5px 0;
    border: 1px solid #ddd;
}
.input-form > small img {
    vertical-align: middle;
}
/*#contentcolumn .input-form.drop_bx_input {*/
/*    border: 1px solid #ddd;*/
/*    padding: 10px !important;*/
/*    box-sizing:border-box;*/
/*}*/
#contentcolumn .input-form.drop_bx_input {
    border: none;
    padding: 0 !important;
    box-sizing: border-box;
    background: transparent;
}
div#assignment_desc {
    padding: 8px 8px;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: #fdfdfd;
    border: 1px solid #f1f1f1 !important;
    transition: 0.5s;
    margin-top: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
div#assignment_desc h4 {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
}
div#assignment_desc h4 a {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
div.fs_tools {
    width: 100%;
}
.fs_tools .input-form {
    width: auto;
    background: transparent;
    border: 0 !important;
    margin: 0;
    padding: 0 7px 0 0 !important;
}
.login_form input.button::fucus{
    background:rgb(170, 3, 4);
}
.fs_tools .input-form h3 {
    margin: 0 !important;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.fs_tools .input-form h3 a {
    padding: 6px;
    display: inline-block;
    text-decoration: none;
}
.fs_tools .input-form div#c_folder, .fs_tools .input-form #upload{
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}
.fs_tools .input-form div#c_folder input, input#title {
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 0;
    max-width: 100%;
    margin: 3px 0 5px 0;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 9px;
}
.fs_tools .input-form .row {
    padding: 0;
    margin: 0;
}

.fs_tools .input-form div#c_folder input.button {
    padding: 0;
    color: #fff;
    border: 0;
    width: 80px;
    height: 30px;
}
.fs_tools .row.buttons input.button {
    padding: 0;
    color: #fff;
    border: 0;
    width: 80px;
    height: 30px;
    border-radius: 0;
}
.fs_tools .input-form div#c_folder input.button:hover, .fs_tools .row.buttons input.button:hover {
    background: #444;
}
div.input-form div.buttons input:hover, div.input-form div.buttons input:focus {
    background-color: #444 !important;
    color: #fff !important;
}
div.input-form div.buttons input {
    border: none !important;
    color: #fff !important;
}

input[type=submit] {
    display: inline-block;
    margin-top: 0 !important;
    padding: 10px;
    background-color: #a50d0d;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}
.active_tst_form select {
    height: 33px;
    border-color: #ddd;
}
input[type=text] {
    /* height: 24px; */
    /* border: 1px solid #ddd; */
    /* border-radius: 0; */
    /* max-width: 100%; */
    /* margin: 3px 0 5px 0; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 9px; */
}
input[type=text][name=search],
.midterm_container input[type=text],
#proctor_form input[type=text],
.input-form input[type=text],
.ui-accordion input[type=text],
.edit_details_form input[type=text] {
    /* height: 24px; */
    border: 1px solid #ddd;
    /* border-radius: 0; */
    /* max-width: 100%; */
    /* margin: 3px 0 5px 0; */
    /* box-sizing: border-box; */
    width: 100%;
    padding: 10px;
}
/* input[type=text], input[type="number"] {
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    max-width: 100%;
    margin: 3px 0 5px 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 9px;
} */
.dz-default.dz-message {
    border: 1px double #ddd;
    margin: 2px !important;
    padding: 25px;
}
.dropzone {
    display: block;
    border: 1px solid #ddd !important;
}
.test_centre_page h4 {
    margin: 10px 0;
}
.test_centre_page h3 {
    margin: 0;
}
table.data img {
    position: relative;
    top: 5px;
}
/*a:active{*/
/*    background-color: transparent !important;*/
/*    color: #000000;*/
/*}*/
div.input-form input[type=text], div.input-form input[type=password] {
    border: 1px solid #ddd !important;
    padding: 8px;
    max-width: 60%;
    background-color: white;
}
select {
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    -moz-border-radius: .2em .2em .2em .2em;
    /* font-size: 100%; */
    /*height: 24px !important;*/
    margin: 0 2px !important;
}
div.input-form div.buttons {
    margin-left: 0 !important;
}

form .input-form {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    padding: 15px !important;
    box-sizing: border-box;
}

div.input-form div.row h3 {
    margin-left: 0px;
    margin-top: 0;
}
#menu_Search form fieldset {
    border-color: #ddd;
    font-size: 14px;
}
div#menu_UsersOnline, #menu_RelatedTopics, #menu_WebSearch {
    font-size: 12px;
}

table.email_marks_table {
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-bottom: 0;
    margin-bottom: 10px;
}
table.email_marks_table th {
    background-color: #444;
    padding: 10px;
    white-space: nowrap;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 14px;
    color: #fff;
    border-spacing: 0px;
}
table.email_marks_table td {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

table.email_marks_table td:last-child {
    border-right: 0;
}
div#error {
    box-sizing: border-box;
}
.metacognition_container .col-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    border: 1px solid #ddd !important;
}
.panel-title {
    border-bottom: 1px solid #ddd !important;
}
#folder0 > div.cssmenu {
    padding: 8px 8px;
    border-left: 1px solid #790000;
    border-right: 1px solid #790000;
    border-top: 1px solid #790000;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: #fdfdfd;
    border: 0;
    border-bottom: 1px solid #ddd;
    transition:0.5s;
}
.drp_img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) !important;
    /* border: 2px solid #9a9a9a !important; */
    height: 15px;
    width: 15px;
    line-height: 15px !important;
    text-align: center;
    color: #9a9a9a;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    padding: 2px;
}
#folder0 {
    border-bottom: none;
}
#folder0 > div.cssmenu:hover {
    background: #f7f6f6;
}
.content-expand:not(.content-closed) {
    background:#ff0000 !important;
}
.toc > .cssmenu > .submenu {
    padding: 6px 40px;
}
.toc > .cssmenu > div, .toc > .cssmenu > strong > div {
    padding:8px 8px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #fcfcfc;
    width: 100%;
    box-sizing: border-box;
}
.toc > .cssmenu > .submenu, .toc > .cssmenu > strong > .submenu {
    background: #fcfcfc;
    border-top: none;
    display: inline-table;
}
.course_admin_nav > div.toc > div.cssmenu {
    padding: 0;
    border-top: 1px solid #ddd;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: #fcfcfc;
}
#folder0 > div.cssmenu:hover {
    background: #fbfbfb;
}
small.spacer {
    font-size: 14px;
    line-height: 22px;
}
small {
    font-size: 14px;
    line-height: 30px;
}
div.input-form {
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #FCFCFC;
    /* border: 1px #685642 solid; */
    /* border-top: 1px solid #E5E5E5; */
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    line-height: 120%;
    /* box-shadow: 0em 0.1em 0em #cccccc inset; */
    padding: .2em 0 .2em .2em;
    border: 1px solid #E5E5E5;
}
div#content-text {
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
ul#subsubnavlist li.active, ul#subsubnavlist li:hover, ul#subsubnavlist li:focus, ul#subnavlist li.active, ul#subnavlist li:hover, ul#subnavlist li:focus, ul#subnavlist_i li.active, ul#subnavlist_i li:hover, ul#subnavlist_i li:focus, ul#navlist li.active, ul#navlist li:hover, ul#navlist li:focus {
    color: black;
    text-decoration: none;
    background-color: #F3F3F3;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid #aa0304;
    background-image: linear-gradient(#FAFAFA, #EAEAEA);
    background-image: none;
    text-decoration: none;
}
ul#subnavlist li, ul#subsubnavlist li, ul#navlist li {
    list-style: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    background-color: #fbfbfb;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    /* border-bottom: 3px solid transparent; */
    border-radius: .3em .3em .3em .3em;
    -moz-border-radius: .3em .3em 0em 0em;
    height: 2em;
    padding: .4em .5em .2em .5em;
    font-size: 14px;
    border-bottom: 3px solid #ddd;
    margin: 3px 0;
}
.admin_switch * {
    box-sizing:unset;
}
ul#subnavlist li a, ul#subsubnavlist li a, ul#subnavlist_i li a, ul#navlist_i li a {
    color: #555;
    height: 1.5em;
    padding: .4em .4em .2em .4em;
    text-decoration: none;
    font-weight: 500;
}
.breadcrumb2 li:nth-child(3) a:hover:after {
    border-left-color: #8e8e8e !important;
}
.subnavcontain-contain {
    /*margin-top: 30px;*/
}
.subnavcontain {
    border-radius: 0;
    border-color: #ddd;
    font-size: 17px;
    border:0;
}
.subnavcontain .rectangle {
    margin: 0;
    padding:0;
}
.content-expand:hover, .content-expand:active {
    background-image: url(images/up.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent !important;
}
.subnavcontain .rectangle #content_link_phone {
    position: relative;
    padding: 10px 10px;
    background: transparent;
    font-weight: 500;
    color: #fff;
    background:#444;
    transition:0.5s;
    text-align:center;
}
.subnavcontain .rectangle #content_link_phone:hover {
    background: #ff0000 !important;
}
.subnavcontain .rectangle #content_link_phone:hover .content-expand:after{
    background:#a50d0d;
}
.subnavcontain .rectangle #content_link_phone.content-expand:after {
    position: absolute;
    content: "\f104";
    font-size: 15px;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    width: 40px;
    background: #a50d0d;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 23px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    transition:0.5s;
}

.subnavcontain .rectangle #content_link_phone.content-expand:before {
    position: absolute;
    content: "\f105";
    font-size: 15px;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    width: 40px;
    background: #a50d0d;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 23px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    transition:0.5s;
}
.subnavcontain .rectangle #content_link_phone.content-expand.topnavlist-link-highlight.content-closed:after{
    position:absolute;
    content:"\f107";
    font-size:15px;
    top:0;
    right:0;
    color:#fff;
    font-family:FontAwesome;
    width: 40px;
    background: #a50d0d;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 23px;
    height: 40px;
    font-weight: 400;
}

.subnavcontain .rectangle #content_link_phone.content-expand.topnavlist-link-highlight.content-closed:before {
    position:absolute;
    content:"\f107";
    font-size:15px;
    top:0;
    left:0;
    color:#fff;
    font-family:FontAwesome;
    width: 40px;
    background: #a50d0d;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 23px;
    height: 40px;
    font-weight: 400;
}
#content_link_phone.topnavlist-link-highlight {
    color: #444;
}
.subnavcontain3 {
    /*margin: .313em 0;*/
    margin:0;
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fbfbfb));
    /*border: #ddd 1px solid;*/
    border:0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
    width: 100%;
}
/*#editable_table .cssmenu {*/
/*    margin-top: 14px;*/
/*    border: #bbb 2px solid !important;*/
/*    font-size: 18px !important;*/
/*    font-weight: 400 !important;*/
/*}*/
#editable_table .cssmenu {
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: 400 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    /* padding-left: 15px !important; */
    border-left: 5px solid #fcfcfc !important;
    transition: 0.5s !important;
    border: 2px solid #ddd !important;
}
#editable_table .cssmenu:hover {
    border-left: 5px solid #a50d0d !important;
}
#editable_table .cssmenu strong {
    font-weight: normal !important;
}
#editable_table .toc .cssmenu {
    margin-top: 0 !important;
    border-top: none !important;
}
#editable_table .cssmenu > div {
    display: block !important;
}
#editable_table .cssmenu strong > div {
    display: block !important;
}
/**********menu toggle css starts from here***********/

.menu .bit-1::before {
    content: '';
    left: 0.5em;
    top: 20px;
    position: absolute;
    width: 1em;
    transform-origin: left bottom;
    height: 4px;
    background: #ffffff;
    transition: transform 0.3s, top 0.3s;
}
.menu .bit-1::after {
    content: ''; 
    position: absolute;
    right: 0.5em;
    top: 20px;
    width: 1em;
    transform-origin: right bottom;
    height: 4px;
    background: #ffffff;
    transition: transform 0.3s, top 0.3s;
}
.menu .bit-2 {
    position: absolute;
    width: 1.2em;
    top: 50%;
    left: 50%;
    height: 4px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s 0.3s, width 0.3s 0.6s;
}
.menu .bit-3::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0.5em;
    width: 1em;
    transform-origin: left top;
    height: 4px;
    background: #ffffff;
    transition: transform 0.3s, bottom 0.3s;
}
.menu .bit-3::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 0.5em;
    width: 1em;
    transform-origin: right top;
    height: 4px;
    background: #ffffff;
    transition: transform 0.3s, bottom 0.3s;
}
.menu.open .bit-1:before {
    top: 0.52em;
    width: 1.2em;
    transform: rotate(45deg);
    transform-origin: left bottom;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.menu.open .bit-1:after {
  top: 0.52em;
  width: 1.2em;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.menu.open .bit-2 {
    width: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.3s 0.3s, width 0.3s;
}
.menu.open .bit-3:before {
  bottom: 0.4em;
  width: 1.2em;
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menu.open .bit-3:after {
  bottom: 0.4em;
  width: 1.2em;
  transform: rotate(45deg);
  transform-origin: right top;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}

.fa.fa-angle-down.drp_img.upr_img:before{
    content:"\f106";
}
.mobile_jump {
    display:none;
}
a.approved {
    display:inline-block;
    /*float: left;*/
}
/* FORUMS PAGE */

.forum-post-author {
    font-weight:bold;
    color:#a50d0d;
}
.profile-picture {
    border: 2px solid #a50d0d;
    padding: 10px;
    text-align: center;
    color:#000;
    
}
.forum-post-author.forum-post-author {
    text-align: center;
}
div.forum-post-content {
    margin: 0 auto;
    padding: 25px;
}
.forum-post-content h3 > strong {
    font-size: 10px;
}
.forum-thread li {
    width:auto;
    float: none;
}

/* COMMENTS PAGE */
.comments_list_form {
    width:99%;margin:0 auto;display:block;
}
.menu_course_title {
    padding:10px 0;
    text-align: center;
    background:transparent;
    color:#FFF;
    font-weight: bold;
    border-top:1px solid #2d2d2d;
    margin:0;
}

/* ADMIN SWITCH */
.admin_switch .ui-switch {
    margin: 0 42px;
}

#lrg_subnav {
    background: 0 !important;
    /*padding-top: 30px;*/
    padding: 10px 0;
    top:unset;
}

div.input-form {
	width: 100%; 
	float:left;
	margin-left:auto; 
	margin-right:auto;
	background-color:#FCFCFC;
	/*border: 1px #685642 solid; */
/*	border-top:1px solid #E5E5E5;*/
	border-bottom:1px solid #E5E5E5; 
	margin-bottom: 10px;
	line-height:120%;
/*    box-shadow: 0em .1em 0em #cccccc inset;*/

/*    -moz-box-shadow:.1em .1em .2em #999999;
    box-shadow: .1em .1em .2em #999999;*/
	padding:.2em 0 .2em .2em;

}

div.input-form div.row h3 {
	margin-left: 0px;
	margin-top:-.6em;
}

div.input-form div.row {
/*	background-color: #F4F0CB;*/
	padding:.2em;
}

/*<img> and <a> tags: on mouse hover the color of the background will keep the same!*/
div.input-form div.row img,a:hover{

}

div.input-form .footer {
	border-top: 1px solid #F9F6F2;
}

div.input-form p {
	margin-left: 0px;
}

div.input-form input {
	z-index: 2;
	border:1px solid #DADADA;
}
div.input-form input:focus {
	background-color:#FAF6D7;
}
}
div.input-form textarea {
	border: 1px solid #DED29E;
	width: 98%;
	*width:400px;
	padding: 2px;
	margin-right: 2px;
/*	font-size:100%;*/
}
textarea{
    height:12em;
    width:98%;
}
div.input-form input[type=text], div.input-form input[type=password] {
	border: 1px solid #DED29E;
	padding: 2px;
	max-width: 60%;
	background-color:white;
}
div.input-form input[type=text]:focus, div.input-form input[type=password]:focus {
	background-color:#FAF6D7;
}


/* input[type=checkbox]{ */
	/* background-color: #DED29E; */
/*font-size:100%;*/
/* } */

div.input-form div.buttons {
	/* text-align: right; */
	margin-left:1em;
	padding:8px;
}
div.input-form div.buttons input {
    border: 1px solid #AAAAAA;
    color: #000000;
}


div.input-form div.buttons input:hover, div.input-form div.buttons input:focus{
	background-color: #DADADA;
	color: #685642;
	
}

.formfield:focus{
	/*background-color: #FFDAB9;*/
}

#ot:focus{
	background-color: #FFDAB9;
}

div.input-form div.row_alternatives {
	background-color: #F4F0CB;
	padding: 5px;
}

input[type=text]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	font-size:100%;*/
}
input[type=password]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	font-size:100%;*/
}

input[type=submit]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	font-size:100%;*/
}

input[type=reset]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	-moz-box-shadow:.2em .2em .3em #999999;
	box-shadow: .2em .2em .3em #999999;*/
}

div.input-form input[type=submit]{
	border-radius:.3em;
	-moz-border-radius: .3em .3em .3em .3em;
/*	-moz-box-shadow:.1em .1em .2em #999999;
	 box-shadow: .1em .1em .2em #999999;*/
/*	font-size:100%;*/
}
select{
	background-color:#E5E5E5;
	border:1px solid #DED29E;
	border-radius: .2em .2em .2em .2em;
	-moz-border-radius: .2em .2em .2em .2em;
/*	-moz-box-shadow:.2em .2em .3em #999999;
	box-shadow: .2em .2em .3em #999999;*/
/*	font-size:100%;*/
}
select:focus{
	background-color:#DED29E;

}
.text_instructions,
.test_instruction {
	background-color: #F4F0CB; 
	padding: 5px 10px; 
	margin: 0px; 
	border-top: 1px solid #DED29E;
}
.text_instructions.contact-support-modal-browser-prompt {
  position: relative;
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  display: none;
}
.test_points{
	float: right; 
	width: 50%; 
	text-align: right; 
	font-weight: bold;
}

.multisub-menu{
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
        transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    background: #4c4c4c;
}
.multihash-menu > a{
    position:relative !important;
}
.multihash-menu > a:after {
    content: "\f105";
    position: absolute;
    font-size: 15px;
    font-family: FontAwesome;
    color: #ddd;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: 0.5s;
}
.multihash-menu.scoop-trigger > a:after{
    transform: translateY(-50%) rotate(90deg)
}
.multisub-menu li:hover > a {
    /*background: #3a3939 !important;*/
}

.multihash-menu.scoop-trigger > .multisub-menu{
    left: 100%;
    position: absolute;
    width: 30vw; /*auto;*/
    max-width: max-content;
    z-index: 1024;
    top: 0;
    /*bottom: 0;*/
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
ul.multi-sub.multisub-menu a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.multihash-menu .multisub-menu a {
    padding: 10px 30px 10px 10px !important;
}
.multitep-menu-bar {
    position: static;
}
.multihash-menu.scoop-trigger li .fa.fa {
    margin-right:0 !important;
}
.multihash-menu.scoop-trigger li .fa {
    color: #4CAF50;
}
.multihash-menu.scoop-trigger li .fa-circle-o {
    color:#3b873e;
}
li.multihash-menu {
    word-break: break-word;
    white-space: normal;
}
#lrg_topnav ul#topnavlist li.multihash-menu.scoop-trigger > a,
#lrg_topnav ul#topnavlist li > a.menu-selected-lesson {
    background:#3a3939;
    border-left: 3px solid rgb(170, 3, 4) !important;
}
/* #3a3939 !important - selected */

.btnOVS {
    display: inline-block;
    /*margin-top: 0 !important;*/
    margin: .2em 0;
    padding: 10px;
    background-color: #a50d0d;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}
.btnOVS:hover {
    background-color: #a50d0d;
    cursor: pointer;
    color: #fff !important;
    text-decoration: underline;
}
.btnOVS > a:focus {
    background:none;
}
.mx-auto {
   margin-left:auto; 
   margin-right:auto; 
}

@media screen and (max-width:1100px) {
    #header:not(.go_left) .multihash-menu.scoop-trigger > .multisub-menu {
        display:none;
    }
    
    #header.go_left .multihash-menu.scoop-trigger > .multisub-menu {
        display:block;
    }
    .multihash-menu {
        display:flex !important;
        flex-direction:column;
    }
    li.multihash-menu > ul {
        order:1;
    }
    li.multihash-menu > a {
        order:0;
    }
    #header {
        max-width:max-content !important;
        width:100% !important;
    }
    .multihash-menu.scoop-trigger > .multisub-menu {
        max-width: 100% !important;
        
    }
    ul.multisub-menu {
        width:100% !important;
    }
    div#topnavlistcontainer {
        overflow-y:auto !important;
    }
}

/*------------------------------media start here--------------------------*/
@media screen and (max-width: 1199px) {
.site-name {
    /*width: 22%;*/
}
#top-bar div#image_container {
    width: 15.5%;
}
    
}
@media screen and (max-width: 1024px) {
    

img.ovs_logo {
    width: 180px;
    padding: 10px 0;
}

#top-bar #userlinks {
    width: 22%;
}
#top-bar div#image_container {
    width: 18%;
}
.site-name {
    width: 8%;
    font-size: 12px;
}
div#top-links {
    float: left;
    width: 40%;
    text-align: right;
}
#top-links-text {
    float: left;
    width: 50%;
}
.input-form.login_form fieldset.group_form {
    width: 100%;
}
#top-links-text a {
    height: 5.7em;;
    font-size: 12px;
}
#top-bar #userlinks strong {
    font-size: 14px;
}
    
}
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse)  and (max-width: 1100px) {
    #header.go_left {
        overflow: scroll;
    }
    #header {
        height:150% !important;
    }
}
    
@media screen and (max-width: 1100px) { /* was 640px) */

.multihash-menu.scoop-trigger > .multisub-menu {
    left: 0;
    position: relative;
}

ul.multisub-menu.menu-col-2 li a {
    padding-left: 20px !important;
}
ul.multisub-menu.menu-col-3 li a {
    padding-left: 40px !important;
}

    #contentwrapper div#contentcolumn  {
        padding:0;
        padding-bottom: 55px;
    }
    #top-bar #userlinks a {
    display: block;
    }
    .hero-image {
        width: 100%;
    }
    #header {
        width: 160px; /*30%;*/
        left: -100% !important; /* -62%, -54% , -30% !important;*/
        height: 100%;
        float: none;
        position: fixed;
        top:5.2em;
    }
    #top-links {display:none;}
    #lrg_topnav ul#topnavlist li a .fa {
        margin:0;
    }
    #lrg_topnav ul#topnavlist li a {
        font-size: 14px; /*23px;*/
        line-height: 30px; /*35px;*/
        padding: 10px; /* 20px 16px 16px;*/
    }
    #top-bar #userlinks {
        width: 30%;
    }
    #email_instructor-container {
        display: none;   
    }
    .calendar-side {
        padding: 0;
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
    }
    .copyright {
        font-size: 16px;
        float:none;
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        padding-top: 5px;
    }

    .input-form.login_form {
        width: 75% !important;
    }
    #footer {
        display: block;
        /*float: none;*/
        height: auto; /*6.5em;*/
        /*left:0;*/
        padding:0;
        width:100%;
        position:unset;
    }
    .footer_bottom {
    /*  float:none;
        height:100%;*/
    }
    .footer_social {
        width: 100%;
        text-align: center;
    }
    .footer_social a {
        width:25px;
        height:25px;
        line-height:25px;
    }
    .mobile_left_toogle {
        display: block !important;
    }
    #contentcolumn h2.page-title {
        font-size: 18px;
        margin: 25px 10px 20px; /*53px 0 40px;*/
    }
    ul#subnavlist span#hidesubnav {
        background-size: 13px 12px;
    }
    ul#subnavlist span#showsubnav {
        background-size: 13px 12px;
        float: right;
    }
    /*.mobile_left_toogle.go_left_toggle {*/
    /*    display: block !important;*/
    /*    left:30% !important;*/
    /*}*/
    ul#subnavlist {
        margin-left: 0;
    }
    ul#subnavlist li {
        margin: 0;
        width: auto;
        margin-bottom:5px;
    }
    select#jumpmenu {
        height: 36px !important;
    }
    div#top-links-jump input.button {
        height: 36px;
    }
    #top-links-jump {
        width: auto;
    }
    #lrg_topnav {
        visibility: visible;
    }
    #top-bar #userlinks a {
        font-size: 11px; /*18px;*/
    } 
    #userlinks strong {
        display: none;
    }
    div#contentwrapper {
        /*margin: 10px 0 0 0 !important;*/
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        margin-top:5.2em;
    }
    table.data th {
        font-size: 20px;
    }
    table.data td {
        font-size: 12px; /*20px;*/
    }
    .input-form > small {
        font-size: 1em;
        text-align:center;
        margin:0 auto !important;
    }
    div#assignment_desc {
        font-size: 20px;
    }
    .input-form > small img {
        /*width: 28px;*/
    }
    table.data tfoot input {
        margin-left: .5em;
        font-size: 20px !important;
    }
    #contentcolumn {
        width: 100%;
        margin-top:0;
    }
    #top-bar div#image_container {
        /*padding-left: 84px;*/
        width: calc(100% - 150px);
        height:2.23em;
        text-align:center;
    }
    #top-bar {
        position:fixed;
        left:0;
        top:0;
        z-index:9;
        width:100%;
    }

    .mobile_jump select#jumpmenu {
        width: 100%;
    }
    .mobile_jump {
        display:block;
    }
    .mobile_jump input.button {
       width: 100%;
    }
    div#subnavlistcontainer {
        margin-top:0;
    }
    ul#subnavlist {
        width:100% !important;
        margin:0 auto;
        text-align:center;
    }
    .col_days_enrolled {
        display:none; 
    }
    span.days_enrolled {
        display:block !important;
        font-size:10px;
    }
    .submitted_reports {
        display:block !important;
        font-size:10px;
        margin: 5px 0;
    }
    small {
        font-size:10px;
    }
    .info_date {
        float: left;
        width: 33%;
        text-align: center;
    }

    /* DROPBOX PAGE */
    div.assignment-detail.assignment-detail {
        margin: 1em auto;
        width: 95%;
    }

    /* FORUMS PAGE */
    .forums-table th:nth-child(2), .forums-table td:nth-child(2) {
        display: none;
    }
    .forums-table.forums-table th {
        font-size: 18px;
    }
    .forum-thread li {
        width: auto;
        display: block;
        float: none;
    }
    .forum-post-content h3 > strong {
        display: block;
    }
    .comments_list_form {
        text-align: center;
    }
    .documents-container {
        text-align: center;
    }
    table.data th {
        padding: 9px 3px;
    }

    .admin_switch {
        display: none;
    }

    #subnavlist_i {
        display: none;
    }
 }
    
    
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
    

.table-ovs {
    border-spacing:0;
}
.table-ovs.table-ovs.table-ovs tr > th {
    background-color: var(--ovsRed);
    color: white;
    font-size: 14px;
    padding: 5px 10px 5px 25px;
    border-radius:0;
}
.table-ovs tr > td {
    padding: 5px 10px 5px 25px;
}
.table-ovs tr > td:first-child {
    border-left:1px solid var(--ovsRed);
}
.table-ovs tr > td:last-child {
    border-right:1px solid var(--ovsRed);
}
.table-ovs tr:first-child > td {
    border-top:1px solid var(--ovsRed);
}
.table-ovs tr:last-child > td {
    border-bottom:1px solid var(--ovsRed);
}
.table-ovs-alt tr:nth-child(odd) {
    background:#eee;
}

/* Sticky table headers */
table.data thead th,
.table-ovs thead th,
.table-ovs tbody th {
    position: sticky;
    top: 0;
    z-index: 8;
}

.list-skills {
    list-style:none;
    text-align:left;
    margin-top:.8em;
    padding-left:.5em;
}
.table-skills.table-skills td:first-child {
    text-align:left;
}
.list-skills li {
    margin-top:1.2em;
    margin-bottom:1.2em;
}
@media screen and (min-width:768px) {
    .list-skills li {
        margin-top:.2em;
        margin-bottom:.2em;
    }    
}
table.data tbody tr:hover {
    cursor:unset;
    background-color:unset;
}
.vnotify-container {
    z-index:9;
    position: fixed;
}
.vnotify-container.vn-top-right {
    right: 10px;
    top: 10px;
}
.vnotify-container.vn-top-left {
    top: 10px;
    left: 10px;
}
.vnotify-container.vn-bottom-right {
    bottom: 10px;
    right: 10px;
}
.vnotify-container.vn-bottom-left {
    bottom: 10px;
    left: 10px;
}
.vnotify-container.vn-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vnotify-container .vn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer;
}
.vnotify-container .vn-close:before, .vnotify-container .vn-close:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    background: #fff;
}
.vnotify-container .vn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.vnotify-container .vn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.vnotify-item {
    width: 20em;
    padding: 15px;
    position: relative;
    font-size:16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    /*opacity: 1.00;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
    /*filter: alpha(opacity=100);*/
    opacity: 1;
}
.vnotify-item:hover {
    opacity: 1;
}
.vnotify-title {
    font-weight: bold;
}
.vnotify-info {
    background: #3498db;
    color: #fff;
}
.vnotify-success {
    background: #2ecc71;
    color: #fff;
}
.vnotify-error {
    background: #e74c3c;
    color: #fff;
}
.vnotify-warning {
    background: #f39c12;
    color: #fff;
}
.vnotify-notify {
    background: #333;
    color: #fff;
}
.text-green {
    color: #4caf50;
}
.bg-green {
    background-color: #4caf50;
}
.cursor-pointer {
    cursor:pointer;
}