@import url('app.min.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@font-face {
    font-family: Poppins;
    src:  url('/fonts/Poppins-Regular.ttf');
    font-weight: 400;
  }
body{
    background:#fff;
    font-family: Poppins !important;
    font-weight: 400px;
}
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: auto;
    margin: 0;
}
.header{
    border-bottom: 1px solid #dee4ec;
    box-shadow: 5px 7px 26px -5px #cdd4e7;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 9;
    border: none !important;
    overflow: unset;
}
.app-sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #14112d;
    width: 260px;
    max-height: 100%;
    height: 90%;
    margin-top: 100px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
    box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
    .app-sidebar table tr td {
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        margin: 3px 0;
        display: inline-table;
        
    }
.cusapp-sidebar table tr td {
    white-space: initial !important;
}
.lineShadow {
    display: none !important;
}
/* .menu_dyna_menu:hover {
    left: 100% !important;
    position: absolute !important;
} */
.main {
    position: relative;
    min-height: calc(100vh - 50px);
    padding-top: 0 !important;
    margin-left: 260px;
    padding: 0 30px;
    padding-top: 110px !important;
    background: #f0f3fb;
}
a#ctl00_HyperLink300 {
    float: right;
}
#ctl00_Menu1 tbody{
    display: table;
    width: 100%;
}
.menu_static_item tr{display:flex;}
.menu_static_item {
    color: #000 !important;
    padding-left: 10px;
    font-weight: normal;
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: 0.37px;
    background-color: #fff;
    color: #FF8F19;
    border-radius: 55px;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.header {
    border-bottom: 1px solid #1111114a;
}
.videoNote_image {
    float: left;
    margin-left: 20px;
    border: 2px solid #ccc !important;
    border-radius: 50%;
    background: #f2f2f2;
    cursor: pointer;
}
.footer {
    text-align: center;
    padding: 0;
    color: #737f9e;
    background-image: none;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer img {
    max-height: 50px;
}
.footer a {
    padding: 2px 10px;
}
.menu_static_menu{
    padding-bottom: 70px;
}
.ctl00_Menu1_0 {
    background-color: #c7cad4 !important;
    visibility: hidden;
    display: none;
    position: absolute;
    /* left: 100% !important; */
    margin-top: -100px;
    /* top: 0 !important; */
    padding: 10px;
    overflow-y: auto !important;
}

.menu_dyna_item tbody {
    width: 100% !important;
    display: table;
}
.ctl00_Menu1_0.show{
    position: relative !important;
    left: 3px !important;
    top:0 !important;
    width:100% !important;
    display: table !important;
    visibility: visible !important;
}
.ctl00_Menu1_0.show table {
    background: none !important;
    width: 100%;
}
.ctl00_Menu1_0.show table a {
    background: none !important;
    color: #000;
    font-size: 14px !important;
    white-space: normal!important;
    text-transform: capitalize;
    text-align: left !important;
    display: block;
    padding: 0 5px !important;
}
.app-sidebar .ctl00_Menu1_0.show table tr td{
    padding: 2px;
    margin: 0;
}
.ctl00_Menu1_0.show table {
    background: #eceff9 !important;
    width: 100%;
    padding-right: 6px;
}
.menu_static_item:hover .menu_static_item {
    color: #fd9120;
}
.menu_static_item:hover img {
    filter: invert(37%) sepia(100%) saturate(2266%) hue-rotate(3deg) brightness(102%) contrast(100%);
}
.menu_static_item .open .menu_static_item {
    color: #fd9120;
}
/* .menu_static_item .open img {
    transform: rotate(90deg);
    filter: invert(60%) sepia(17%) saturate(6403%) hue-rotate(374deg) brightness(101%) contrast(98%);
} */
.app-sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px #fff;
    background-color: #fff;
}
.app-sidebar::-webkit-scrollbar
{
	width: 2px;
    background-color: #fff;
}
.app-sidebar::-webkit-scrollbar-thumb
{
	background-color: #1c1c1c;
    border: 0 solid #1c1c1c;
}
.ctl00_Menu1_0.show .menu_dyna_item:hover {
    background: #fc9324 !important;
}
.ctl00_Menu1_0.show .menu_dyna_item:hover a{
    color: #fff !important;
}
.app-sidebar a:focus{
    border: none;
    outline: none;
}
.loggedin_user {
    position: relative;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 3px;
    color: #696969;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 30px;
}
.dropdown-menu {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: -20px;
    bottom: 0;
    padding: 0;
    border-width: 0;
    margin-top: 0;
    z-index: 900;
    border-radius: 0;
    position: absolute;
    top: 100px;
    left: auto;
    bottom: auto;
    width: 230px;
    border-width: 1px;
    display: none;
    border-radius: 6px;
    min-width: 245px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.dropdown.open .dropdown-menu {
    display: block;
}
.main-header-profile {
    padding: 20px;
    color: #fff;
    padding: 20px;
    background: #fd9120;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.main-header-profile a .lin_username{
    color: #fff !important;
}
.dropdown-menu:after {
    content: '';
    position: absolute;
    top: -8.5px;
    right: 24px;
    border-bottom: 9px solid #fd9120;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.dropdown-menu .dropdown-item {
    position: relative;
    padding: 0px 20px;
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #231f20;
    margin-top: 0 !important;
    font-weight: 400;
    border-bottom: 1px dotted #e2eaf9;
}
.dropdown-menu .dropdown-item i {
    padding-right: 10px;
    font-size: 17px;
}
.dropdown-menu .dropdown-item:hover{
    color: #fd9120;
}
.dropdown-menu .dropdown-item:last-child{
    border: none;
}
.lin_italic {
    font-style: italic;
    font-size: 0.85em;
    color: #ffebd5;
}
.menu_static_item img {
    padding-right: 10px;
    max-width: none !important;
}
tr table.menu_static_hover {
    background-color: #fe5c0014;
    color: #fe5c00 !important;
    border-radius: 55px;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;;
}
.menu_static_hover {
    background-color: transparent;
    color:#fe5c00 !important;
}
.menu_dyna_item 
{
    background-color: #fff !important;
    color: #333333 !important;
    font:12px "Trebuchet MS",Arial,Helvetica,sans-serif;    
    line-height: 2em;
    padding: 0px 10px;
    border-radius: 30px !important;
    display: block;
}
.menu_static_item td:nth-child(2) img {
    position: relative;
    top: 10px;
}
#ctl00_Menu1n2Items 
{
    max-height: 81.5vh !important;
    height: auto !important;
}
div#ctl00_Menu1n2Items::-webkit-scrollbar {
    background:#6b6969;
    width: 8px;
    border-radius: 30px;
    height: 250px;
}
.menu_dyna_hover {background-color: #fe5c00 !important;color:#fff !important;}
/* .menu_dyna_item {background:#fff !important; color:#231f20 !important;} */



/* Login-page */
.login-page-wrap {
    background-image: url(../Img/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.login-page-wrap .page {
    max-width: 470px;
    min-height: auto;
    padding:5rem;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.login-page-wrap .page .navigation {
    display: none;
}

.login-page-wrap .page .header {
    height: auto;
    overflow: unset;
    background: none;
    box-shadow: none;
    text-align:center;
}
.login-page-wrap .page .header img {
    width: 200px;
    height: auto;
}
.login-page-wrap .page .header h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fa6501;
    letter-spacing: 0.37px;
    padding-top: 10px;
}
.login-page-wrap .page .main {
    min-height: auto !important;
    padding: 0 !important;
    background: none !important;
}
.login-page-wrap .page .main .accountInfo {
    background: none;
    height: auto;
    width: auto;
    text-align: left;
}
.login-page-wrap .page .main .accountInfo .login {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.login-page-wrap .page .main .accountInfo .login .labelEntry {
    width: 100%;
}
.login-page-wrap .page .main .accountInfo .login input[type="text"], .login-page-wrap .page .main .accountInfo .login input[type="password"]{
    background-color: transparent;
    border: 1px solid #c2c2c2;
    padding: 5px 35px 5px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 45px!important;
    text-transform: normal;
    width: 100%;
}
.login-page-wrap .page .main .accountInfo .login .labelEntry label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.37px;
    color: #444444;
}
.login-page-wrap .page .main .accountInfo .btn_login {
    cursor: pointer;
    width: 100%;
    border: none;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 700;
    color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(#d24316), to(#fa6501));
    background: -o-linear-gradient(bottom, #d24316, #fa6501);
    background: linear-gradient(to top, #d24316, #fa6501);
    border-radius: 4px;
    padding: 16px 10px;
    margin-top: 10px;
    z-index: 1;
    font-size: 15px;
    height: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.login-page-wrap .page .main .accountInfo .login input[type="text"]:focus, .login-page-wrap .page .main .accountInfo .login input[type="password"]:focus {
    outline: none !important;
    border:1px solid #d8602e;
    box-shadow: 0 0 5px #d8602e;
}
.login-page-wrap .page .main .lineShadow{
    display: none;
}
.login-page-wrap .page .main div{
    position: relative;
}

.login-page-wrap .page .main div i.fa.fa-envelope {
    position: absolute;
    top: 19%;
    right: 18px;
    font-size: 15px;
    color: #9f9f9f;
}
.login-page-wrap .page .main div i.fa.fa-lock{
    position: absolute;
    top: 19%;
    right: 18px;
    font-size: 20px;
    color: #9f9f9f;
}
::-webkit-input-placeholder { /* Edge */
    color: #777;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
  }
  
  ::placeholder {
    color: #777;
  }

/* Create-Class-Page */
.modalPopup.newpanel {
    padding: 30px 20px;
    border-radius: 2px;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody tr {
    flex: 0 0 50%;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody select, .createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody input[type="text"],
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody input[type="time"], .createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody input[type="date"],
input[type="text"], select, input[type="password"]{
    width: 100%;
    height: 35px !important;
    padding: 0 10px !important;
    text-transform: normal;
    border: 1px solid #777 !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    background: #fff !important;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody input[type="color"] {
    width: 150px !important;
    height: 35px !important;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody tr td {
    display: inline-flex;
    width: 30%;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody tr td {
    width: 60%;
    display: inline-flex;
}
.createclspage table#ctl00_ContentPlaceHolder1_FormView1 table tbody tr td:first-child {
    display: inline-flex;
    width: 25%;
}
.newpanel .btn_save, .newpanel .btn_cancel, .btn_new.newbg{
    background-image: none;
    padding: 7px 20px;
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
}
.newpanel .btn_save, .btn_new.newbg{
    background: #219653;
}
.newpanel .btn_cancel{
    background: #dd3030;
    margin-left: 7px;
}
.newpanel .btn_save:hover, .btn_new.newbg:hover{
    background: #125d33;
    transition: 0.2s;
}
.newpanel .btn_cancel:hover{
    background: #a71f1f;
    transition: 0.2s;
}
.newpanel .modalLabel {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
    letter-spacing: 0.37px;
}

/* CSV-Import-page */
.box {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
    text-align: center;
}
.box i.fa.fa-download {
    display: block;
    font-size: 100px;
    color: #92b0b3;
}
.space {
    margin: 15px 0;
    font-size: 14px;
    font-family: Verdana; 
    display: block;
}
.space select{
    width: 200px !important;
    height: 30px !important;
    padding: 0 10px !important;
    text-transform: capitalize;
}
.space .listbox{
    width: 100% !important;
    height: 150px !important;
}
.importbtn {
    width: auto;
    padding: 6px 30px;
    height: auto;
    background: #2196F3;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.37px;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
}
.importbtn:hover{
    background: #054377;
    transition: 0.2s;
    color: #fff;
}
.box_file {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.box_file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: #0f3c4b;
}
.lbltxt {
    font-size: 14px;
    font-weight: 500;
    color: #0f3c4b;
}

/* Welcome-page */
.counter-box {
box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}
.leftalign {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 110px;
}
.leftalign .icon {
    flex: 0 0 60%;
    justify-content: flex-end;
    text-align: right;
}
.leftalign .icon i {
    font-size: 80px;
}
.leftalign .textbox {
    flex: 0 0 40%;
    text-align: left;
}
.link_to_sites {
    display: none;
}
.font-17 {
    font-size: 17px;
    font-weight: 700;
}
h1.weltxt span {
    font-size: 30px;
    color: #fe5c00;
}
h1.weltxt {
    margin-bottom: 50px;
    font-family: Poppins;
}


/* Add-Image-Page */
.box input[type="file"] {
    opacity: 0;
    overflow: hidden;
    position: center;
    z-index: 1;
    cursor: pointer;
    left: 39%;
    right: 0;
    position:absolute;
    margin: auto;
    /*top: -40px;*/
}
div#ctl00_ContentPlaceHolder1_MultipleFileUpload1_pnlFiles{
    position: relative;
}
.box label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: #0f3c4b;
}
.multiUploadListBox {
    max-width: 450px;
    margin: auto;
    background: #fff;
    border-radius: 3px;
    min-height: 70px !important;
    height: auto !important;
}
.multiUploadListBox div {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding: 7px 20px;
    line-height: normal;
    height: auto !important;
}
.multiUploadListBox div:last-child {
    border-bottom: none !important;
}
.multiUploadButtonBox {
    text-align: center !important;
    padding-top: 20px;
}
.multiUploadButtonBox input[type="button"], .multiUploadButtonBox input[type="submit"] {
    background: #fe5c00;
    border: none;
    padding: 7px 20px;
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    margin: 0 3px !important;
}
.multiUploadButtonBox input[type="button"]:hover, .multiUploadButtonBox input[type="submit"]:hover{
    background: #b94502;
}
.multiUploadMaxLabel {
    font-size: 14px;
    padding-top: 6px;
    display: block;
}
ul#sortable1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
#sortable1 li {
    width: 10%;
    border-radius: 5px !important;
    border: 1px solid #eee !important;
}
#sortable1 li:nth-child(6n+6) {
    margin-right: 0;
}
.list-item{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.list-item:hover{
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.17);
    transition: 0.2s;
}   
.list-item span.number {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 0px;
}
.modalPopup.opnmdl {
    max-width: 800px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px;
}
.modalPopup.opnmdl.schetable {
    max-height: 100%;
}
.modalPopup.opnmdl table tr td {
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: max-content;
    padding-left: 10px;
}
.modalHeader {
    margin: 0px 0px 10px -11px;
    padding: 10px 25px;
    background-color: #fe5c00;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 5px;
}
.mdltable {
    padding: 10px 30px;
}
.mdltable input[type="text"] {
    box-sizing: border-box !important; 
}
.modalPopup.opnmdl .btn_save, .modalPopup.opnmdl .btn_cancel, .btn_new.newbg {
    background-image: none;
    padding: 7px 20px;
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
}
.modalPopup.opnmdl .btn_save, .btn_new.newbg {
    background: #219653;
}
.modalPopup.opnmdl .btn_save, .btn_new.newbg {
    background: #219653;
}
.modalPopup.opnmdl .btn_cancel {
    background: #dd3030;
}
.imgbtns input {
    width: 25px !important;
    height: 25px;
    background: #a2a2a2;
    padding: 5px;
    border-radius: 3px;
    margin-right: 5px;
}
.imgbtns input:hover{
    background: #5f5e5e;
}
.imgbtns input:last-child {
    background: #dd3030;
    margin-right: 0;
}
.imgbtns input:last-child:hover {
    background: #ad2020;
}

/* Manage-student-page */
.card {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
}
.table-bordered thead tr th {
    padding: 12px 10px 12px 10px;
    border-bottom: 1px solid #eee;
    background-color: #ebf0f7;
}
.table-bordered th, .table-bordered th a{
    color: #000;
    font-size: 15px;
}
.table-bordered tr td:nth-child(1) {
    color: #fe5c00;
    font-size: 15px;
    text-transform: capitalize;
    width: 150px;
    /* display: block; */
}
.table-bordered tr th:nth-child(1) {
    width: 605px;
    display: block;
}
.table-bordered tr td span{
    color: #000;
    font-size: 15px !important;
}
.card .data input[type="text"] {
    top: 15px !important;
    display: inline-block;
    position: relative;
    border-radius: 3px 0 0 3px !important;
    border-right: none !important;
}
input#ctl00_ContentPlaceHolder1_btnSearch, input#ctl00_ContentPlaceHolder1_ImageButton1 {
    width: 37px;
    height: 35px;
    background: #fe5c00;
    position: relative;
    top: 7px;
    padding: 10px;
    border-radius: 0 3px 3px 0;
}
.data.newsearch {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20px;
    position: relative;
    top: 15px;
}
.data.newsearch .searchpnl {
    display: flex;
    flex-direction: row;
}
.data.newsearch .searchpnl input#ctl00_ContentPlaceHolder1_ImageButton1{
    top: 0 !important;
}
.data.newsearch .searchpnl input#ctl00_ContentPlaceHolder1_Keyword {
    top: 0 !important;
}
.card .btn_reset, .card .btn_editsm, .card .btn_deletesm{
    background-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    background-position: center;
}
.card .btn_editsm{
    background-size: 18px;
    background-position: center 5px;
}
.card .btn_deletesm {
    background-size: 16px;
    background-position: center 4px;
}

.card .btn_reset:hover, .card .btn_editsm:hover, .card .btn_deletesm:hover {
    filter: invert(36%) sepia(92%) saturate(1680%) hue-rotate(1deg) brightness(101%) contrast(105%);
}

/* Manage-Files-page */
.fltrightbtn {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
}
.fltrightbtn a {
    display: block;
    font-size: 14px;
    background: #fe5c00;
    font-weight: normal;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    transition: 0.2s;
}
.fltrightbtn a:hover{
    background: #b94502;
    transition: 0.2s;
}
.table-bordered tbody tr td, .table-bordered tbody tr th {
    font-size: 15px;
}
.tblbtns input[type="image"] {
    width: 21px;
}
.tblbtns input[type="submit"] {
    background-size: 25px;
}
.tblbtns .imgbtnclick img {
    width: 26px;
}
.tblbtns .imgbtnclick {
    display: inline-block;
    position: relative;
    top: -10px;
}
.modalPopup.opnmdl.radiowrp table tbody, .modalPopup.opnmdl.checkwrp table tbody{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
    max-height: 450px;
}
.modalPopup.opnmdl.radiowrp table tbody tr {
    display: flex;
    flex: 0 0 33.33%;
}
.modalPopup.opnmdl.checkwrp table tbody tr {
    display: flex;
    flex: 0 0 50%;
}
.modalPopup.opnmdl.checkwrp input[type="checkbox"] + label{
    padding-left: 14px;
}
.newtbl .grid_row a img, .newtbl .grid_alternate_row a img{
    width: 24px;
}
.newtbl .btn_deletetwo {
    position: relative;
    top: -3px;
    width: 22px !important;
}
.newtbl .grid_row a, .newtbl .grid_alternate_row a{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.videoNote_paneltall{
    overflow: hidden !important;
    height: auto !important;
}

/* Manage-Classes */
.card .btn_edit{
    background-size: 18px;
    background-position: center 5px;
    width: 24px !important;
    height: 24px !important;
}
.card .btn_delete{
    background-size: 16px;
    background-position: center 4px;
    width: 24px !important;
    height: 24px !important;
}

.card .btn_edit:hover, .card .btn_delete:hover{
    filter: invert(36%) sepia(92%) saturate(1680%) hue-rotate(1deg) brightness(101%) contrast(105%);
}

/* Video-Page */
.vidcard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#vidlc table tr td{
    padding: 0;
}
/* div#vidlc{
    display: flex;
    width: 60%;
    flex-direction: column;
}
div#vidrc {
    display: flex;
    width: 39%;
    flex-direction: column;
} */
.video-js {
    width: 100%;
    height: 360px;
    max-height: 400px;
}
.eval_note.eval_note_height {
    width: 100%;
    height: auto !important;
}
.eval_note.eval_note_height .eval_note_text {
    min-height: 97px !important; /*250px !important;*/
    height: auto !important;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px;
}
.video-js .vjs-big-play-button{
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.btn_new_note, .btn_updatenote {
    width: auto;
    height: 35px;
    background: #2196F3;
    border: none;
    color: #fff !important;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.37px;
    cursor: pointer;
    transition: 0.2s;
    margin-left: 5px;
}
.btn_new_note:hover, .btn_updatenote:hover{
    background: #054377;
    transition: 0.2s;
}
.eval_curr_pos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.eval_curr_pos span {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.accordionHeaderSelected {
    margin: 0px 0px 10px 0px;
    padding: 7px 25px;
    background-color: #fe5c00;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
    border: none;
}
.videoNote_panelshort{
    overflow: hidden !important;
    height: auto !important;
}
.grid1_message {
    text-align: justify;
    display: flex;
    align-items: center;
}
.videoNote_panelshort .tblbtns input[type="image"] {
    width: 20px;
    padding-top: 10px;
}
.videoNote_panelshort .tblbtns input[type="image"]:hover{
    filter: invert(36%) sepia(92%) saturate(1680%) hue-rotate(1deg) brightness(101%) contrast(105%);
}
.video-js .vjs-big-play-button{
    background-color: rgb(254 92 0) !important;
}
a#ctl00_ContentPlaceHolder1_LinkButtonStudent {
    font-size: 18px !important;
    padding: 10px 0;
    font-style: normal !important;
    display: inline-block;
}

/* Web-record-apge */
.recdwrp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.formbox {
    display: flex;
    flex-direction: column;
    width: 28%;
    box-sizing: border-box;
    padding: 20px;
    background: #eee;
    border-radius: 3px;
}
.recordercontainerdiv {
    display: flex;
    flex-direction: column;
    width: 70%;
    border-radius: 3px;
    overflow: hidden;
    background:#eee;
}
.formbox span:first-child{
    margin-top: 0;
}
.formbox span {
    display: block;
    color: #000;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
}
.formbox img {
    width: 28px;
    margin-right: 20px;
    margin-left: 5px;
}
.formbox input[type="radio"] {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
    top: 2px;
}
.formbox input:checked + img{
    filter: invert(36%) sepia(92%) saturate(1680%) hue-rotate(1deg) brightness(101%) contrast(105%);
}
.recordheader {
    background: #000;
    padding: 7px 20px;
}
.recorderSelectViewer {
    border-right: 1px solid #ccc !important;
    border-width: 1px !important;
    text-align: center;
}
.recorderLiveControls , .recorderRecordControls, .recorderStatus{
    border: none !important;
    /* display: flex; */
    /* flex-direction: column; */
    text-align: center;
}
.recorderRecordControls, .recorderStatus{
    border-left: 1px solid #ccc !important;
}
.recorderLabel {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.37px;
}
.recorderSelectViewer label {
    padding-left: 10px;
    padding-right: 26px;
    color: #C0C0C0;
}
.viewflash {
    margin: 0px auto 0px auto;
    width: 100%;
    height: 480px;
}
.recorderdiv {
    width: 100%;
    text-align: left;
    background-color: #000000;
    vertical-align: middle;
    height: auto;
    margin-left: 0;
}
.realtimenotes {
    margin: 30px 0;
    margin-bottom: 0;
}
.realtimenotes span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
}
.realtimenotes input#ButtonEnterNote {
    padding: 7px 20px;
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    background: #219653;
    border: none;
}
.realtimenotes input#ButtonEnterNote:hover{
    background: #125d33; 
}
.recorderrtndiv textarea {
    padding: 20px;
    min-height: 140px;
    border-radius: 3px;
}
.recorderrtndiv {
    height: auto !important;
}

/* Calender-page */
.card .mapshow{
     display: flex;
     width: 100% !important;
     height: auto !important;
     align-items: center;
     justify-content: center;
}
.card .maphide{
     display: none;
     float: none;
     clear: both;
     visibility: hidden;
     width: 100% !important;
     height: auto !important;
}
.card .maphide2 {
     display: none;
     float: none;
     clear: both;
     visibility: hidden;
     width: 100% !important;
     height: auto !important;
}
.card .titlewrp h3{
    font-size: 18px;
}
.card .titlewrp span {
    font-weight: 400;
    color: #585858;
}
.card .eventbox .eventclr {
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.modalPopup.opnmdl.schetable span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 3px;
    padding-top: 4px;
}

[type="checkbox"]+label {
    padding-left: 6px;
    padding-right: 10px;
    height: 20px;
    line-height: 21px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
}
.card .schetable .btn_new.newbg {
    padding: 3px 10px !important;
    margin-top: 5px;
    width: auto;
}
.card .fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #31cab4 !important;
    border-color: #31cab4 !important;
}
.card .scheduletable .activeToggle{
    background-size: 24px !important;
}
.card .scheduletable .activeToggle{
    background-size: 24px !important;
}
.card .scheduletable .deleteSchedule{
    background-size: 22px !important;
}
.mdltable .formbox {
    background: transparent;
    width: 100%;
    flex-direction: unset;
    display: unset;
    padding: 0;
}
.mdltable .formbox img {
    margin-right: 18px;
}
.mdltable .formbox img:last-child {
    margin-right: 0;
}
.score_textddl {
    font-size: 18px;
    font-weight: 600;
}
table#tableScore tr td {
    float: unset !important;
}
input.score_btn {
    padding: 7px 20px;
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    background: #219653;
    border: none;
}

/* Session-Assisnement */
.group_left_col.group_label_border {
    border: none;
    float: unset;
    width: 100%;
}
.group_left_col.group_label_border span {
    background: transparent;
    color: #000;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding: 0;
    padding-bottom: 5px;
}
.group_assignment.group_left_col {
    float: unset;
    width: 100%;
    overflow: hidden;
    border: none;
    height: auto;
}
.group_assignment.group_left_col tbody {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.group_assignment.group_left_col tbody tr {
    display: flex;
    flex: 0 0 50%;
}
.group_right_col.group_label_border {
    border: none;
    float: unset;
    width: 100%;
    margin: 0;
}
.group_right_col.group_label_border span {
    background: transparent;
    color: #000;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding: 0;
    padding-bottom: 5px;
}
.group_assignment.group_right_col {
    float: unset;
    width: 100%;
    overflow: hidden;
    border: none;
    height: auto;
    margin: 0;
}
.group_assignment.group_right_col tbody {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.group_assignment.group_right_col tbody tr {
    display: flex;
    flex: 0 0 50%;
}
.btn_assign, .btn_unassign{
    background-image: none;
    display: inline-block;
    font-size: 14px;
    background: #fe5c00;
    font-weight: normal;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    transition: 0.2s;
    width: 130px!important;
    height: auto;
    margin-top: 10px;
    letter-spacing: 0.37px;
}
.btn_assign:hover,.btn_unassign:hover{
    background: #b94502;
    transition: 0.2s;
}
.ddl_title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.group_assignment.group_right_col.extble tbody tr {
    flex-direction: column;
    justify-content: space-between;
}
.group_assignment.group_right_col.extble tbody tr td{
    width: 95%;
}
.group_assignment.group_right_col.extble tbody tr td input[type="text"]{
    margin:0 !important;
}
.refreshbtn{
    width: 100px;
    height: 30px;
    background: #2196F3;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.37px;
    cursor: pointer;
    transition: 0.2s;
}
.refreshbtn:hover{
    background: #054377;
    transition: 0.2s;
}
.group_assignment.group_right_col.extble tbody tr td.modalLabel, .group_assignment.group_left_col.extble tbody tr td.modalLabel {
    font-size: 14px;
    color: #000;
    padding: 10px 0 0 5px;
}
.video_left_col .videowrp .vidsec {
    margin-bottom: 20px;
}
.video_right_col .video-js {
    margin-bottom: 20px;
}
.score_table{
    border: none !important;
}
.qrbtn {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}
.qrbtn input#ctl00_ContentPlaceHolder1_btnAddMissingQR {
    padding: 7px 15px;
    max-width: 247px;
    width: 100%;
    border: none;
    background: #219653;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.37px;
}

/* Manage-Record */
.btn_grant, .btn_deny{
    position: relative;
    padding: 7px 20px;
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
}
.btn_grant{
    background:#219653;
}
.btn_grant:hover{
    background:#125d33;
}
.btn_deny{
    background:#dd3030;
}
.btn_deny:hover{
    background:#a81818;
}

/* Schedule-Meeting */
.checkboxtbl {
    background: #f1f1f1;
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
    overflow-y: auto;
}
.checkboxtbl table tr td {
    padding-bottom: 0;
}
.td2 .selectboxtbl select {
    height: 250px !important;
    margin-bottom: 20px;
    overflow-y: auto;
    background: #f1f1f1;
    padding: 0 !important;
}
.td2 .selectboxtbl select option {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.td1 [type="submit"], .td1 input[type="button"], .td2 [type="submit"], .td2 input[type="button"] {
    background: #2196F3;
    border: none;
    padding: 4px 20px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 5px;
}
.card.createclspage .btn_save{
    position: relative;
    padding: 7px 20px;
    display: inline-block;
    width: 150px;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
    background-image: none;
    background:#219653;
    margin: 30px 20px;
    margin-bottom: 10px;
}
.card.createclspage .btn_save:hover{
    background:#125d33;
}

/* Private-Notes */
.btn_new_topic{
    background-image: none;
    position: relative;
    padding: 4px 20px;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
    background:#219653;
    margin-bottom: 7px;
}
.btn_new_topic:hover{
    background:#125d33;
}
.btn_reply{
    background-image: none;
    position: relative;
    padding: 4px 20px;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
    background: #2196F3;
}
/* View-Video-Chat */
.plypausebtn{
    display: flex;
}
.plypausebtn .btnsec {
    background-image: none;
    position: relative;
    padding: 4px 20px;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 0.37px;
    transition: 0.2s;
    text-transform: uppercase;
    margin-right: 5px;
    background:#2196f3;
    margin-top: 7px;
    border: none;
}
.plypausebtn .btnsec.pausebtn{
    background: #f59441 !important;
}
.plypausebtn .btnsec input[type='submit']{
    background: none;
    border: none;
    color: #fff;
}

/* Checkout-button */
.btncheckout {
    border: none;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 3px;
    letter-spacing: 0.37px;
}

/* Search-Btn */
.searchpanel {
    display: flex;
}
.searchpanel input[type="image"] {
    top: 0 !important;
}
.searchpanel input[type="text"] {
    border-radius: 3px 0 0 3px !important;
    border-right: none !important;
}
.deppanel{
    max-height: 500px;
    overflow: auto;
}

/* Student-Section */
.modalLabel {
    color: #000;
    font-size: 15px;
    padding-bottom: 7px;
}
.txtareacrd textarea{
    padding: 10px;
    border-radius: 3px;
}
.studradiobtn span {
    margin: 0;
}
.studradiobtn {
    display: flex;
    width: 100%;
    justify-content: end;
}
.formbox .studradiobtn input[type="radio"]{
    margin-bottom: 0;
}
.custxt {
    margin: 15px 0;
    font-size: 14px;
    font-family: Verdana;
    display: block;
}
.result_box {
    display: inline-block;
    border-color: #666666;
    border-width: 1px;
    border-style: Solid;
    height: 150px;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    font-size:15px
}
.cusvideo_right_col2a {
    height: 50vh;
    overflow-y: scroll;
   
}
.cusvideosec {
    width: 100%;
}
.cusvideosec .vjs-tech {
    position:relative !important
}
.banner-sec {
    margin: 4em 1em 0;
}
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    font-size: 25px;
    background: #fff;
    padding: 5px;
}
.nivo-controlNav
{
    display:none;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    height: 150px;
}
.cus-back-btn {
    font-size: 20px;
    color: #272424;
    display: block;
}
.cus-back-btn i
{
padding-right:5px;
}
.grid2_row td {
    width: auto !important;
}
.file_message
{
    padding-top:10px;
    padding-bottom:10px;
}
.cusgrid_header th {
    width: auto !important;
}
.cusgrid_row td {
    width: auto !important;
}
.grid1_header th {
    width: auto !important;
}
.cusgrid_pager_row td {
    width: auto !important;
    display: revert !important;
}

.cusmodalLabel
{
    display:block;
}

.cus_table.table-bordered .cus_row td {
    width: auto;
    border: none;
    text-align: center;
    margin: auto;
    display: table-cell;
}

.cus_table .cus_row td span {
    margin: auto;
    font-size: 20px !important;
    display: block;
    font-weight: 600;
}

.cus-textarea {
    height: 100px;
}

.cus_table .cus_row .cus-input {
    height: 50px !important;
    font-size: 17px !important;
}

.cus_table .cus_row .cus-select {
    height: 50px !important;
    font-size: 17px !important;
}