*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5% !important;
}
body {
  font-size: 1.6rem !important;
  font-family: "Open Sans", sans-serif !important;
  color: #2b3e51;
  background-color: #ffffff;
}
a {
  color: #fff;
  text-decoration: none;
}
a.dark {
  color: #2b3e51;
}
a:hover {
  color: #009fe3;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong, b {
  font-weight: bold;
}
.cd-form , .cform {
  width: 90%;
  /*margin: 0 auto 4em auto;*/
  /*padding: 25px 5% 3em;*/
  margin: 0 auto;
  padding:25px 5% 10px 5%;
}
.js .floating-labels .checkbox-group .multi {
  margin: 5px 10px;
  float: left;
  width: 30%;
}
.js .floating-labels .multi {
  margin: 20px 10px;
  float: left;
  width: 30%;
}
.js .floating-labels .multi.empty {
  padding:16px;
}
.js .floating-labels .multi.empty::after {
  content: " ";
  white-space: pre;
}
.js .floating-labels .single {
  margin: 20px 10px;
  float: left;
  width: 100%;
}
.js .floating-labels .header {
  margin:5px 0 0 0;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .js .floating-labels .multi {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .js .floating-labels .multi {
    width: 100%;
  }
}
.cd-main-header {
  background: #252625 !important;
}
.cd-main-header .has-children {
  background: #1d1e1d !important;
}
.cd-main-header .has-children ul {
  background: #1d1e1d !important;
  width: 193px !important;
}
.cd-side-nav {
  background: #252625 !important;
}
.cd-side-nav .has-children ul {
  background: #1d1e1d !important;
}
.cd-side-nav .cd-label {
  color: #f1f1f1 !important;
}
@media (max-width: 900px) {
  .cd-logo {
    padding: 10px;
  }
}
.tableContainer {
  padding: 25px 2% 10px;
}
.tableContainer.embedded{
  width:90%;
  margin:auto;
  padding: 10px 5% 10px 5%;
}
.tableContainer table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding: 20px 0 !important;
  border: 1px solid #ddd;
}
.tableContainer table thead tr {
  height: 50px;
  background: #454c9b;
}
.tableContainer table thead th,.tableContainer table thead th a
{
  color:#fff;
  font-weight: bold;
  text-transform: uppercase;
}
.tableContainer table.rotated-table thead th{
  color:#2b3e51;
}
.tableContainer table thead th a:hover
{
  color:#009fe3;
}
.tableContainer table thead th a img{
    vertical-align: middle;
}
.tableContainer table thead th a.active_order{
  color:#009fe3;
}
.tableContainer table th,
table td {
  text-align: left;
  padding: 15px 10px;
}
.tableContainer tr:nth-child(even) {
  background-color: #f0f0ff;
}
.tableContainer tr.marked{
  background-color:#f2e9c3;
}
.tableContainer .icon_cell
{
  /*width:40px; */
  padding:15px 5px;
  text-align:center
}
.tableContainer a.icon-action, .tableContainer a.icon_action {
  color: #252625;
  text-align: center;
}
.tableContainer a.icon-action:hover {
  color: #009fe3;
}
.tableContainer a.icon-action.satus-expired , .red-color {
  color: red;
}
.tableContainer a.icon-action.satus-undefined , .blue-color, a.blue-color {
  color:#425ed4;
}
.tableContainer a.icon-action.satus-active , .green-color, a.green-color{
  color:green;
}
.note-container{
  position:relative;
}
.note-container .fas{
  cursor: pointer;
}
.note-container-active .fas{
  color: #009fe3;
}
.note-container .notes-hint{
  position:absolute;
  padding:10px 20px;
  background-color: #f2e9c3;
  border:1px solid #f98950;
  z-index: 1;
  left:25px;
  text-align: left;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  font-size: 0.9em;
  color:#000;
  line-height: 1.5em;
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
}
.note-container:hover .notes-hint{
  visibility:visible;
  opacity:0.8;
}
.cd-top-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 3px;
}
.cd-top-nav li a span {
  padding-left: 6px !important;
}

.tableHeader{
  position: relative;
  margin: 15px 0;
}
.tableTitle {
  text-transform: uppercase;
  font-weight: 600;
  color: #454c9b;
}
.tableActions{
  padding: 0;
  position:absolute;
  left: auto;
  right: 0;
  top: 0;
}
.tableActions li{
  width:40px;
  display: inline-block;
}
.tablePager{
  margin:20px 0;
  float:right;
}
.tablePager a{
  color:#2b3e51;
}
.tablePager a:hover{
  color:#009fe3;;
}
.tablePager a, span{
  display:inline-block;
  padding:0 5px;
  margin:0 2px;
}
.searchDialog{
  margin:0;
  padding:0;
}
.searchDialog .multi{
  float: left;
  width: 30%;
  margin: 10px;
  min-width:200px;
}
.searchDialog .single{
  float: left;
  width: 100%;
  margin: 0;
}
.searchDialog input[type=text], .searchDialog select{
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  padding:10px 20px;
  width: 100%;
}
.searchDialog input[type="submit"],.searchDialog input[type="button"] {
  border: none;
  background:#454c9b;
  border-radius: .25em;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .searchDialog input[type="submit"]:hover,.no-touch .searchDialog input[type="button"]:hover,.tableContainer input.form_button:hover {
  background: #009fe3;
}
.tableContainer input[type=text]{
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  padding:10px 20px;
  width:100%;
}
.tableContainer input.form_button{
  border: none;
  background: #454c9b;
  border-radius: .25em;
  padding:10px 20px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.tableContainer select{
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  padding:10px 20px;
  width:100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.info{
  font-size: 0.90em;
  color:#555;
  padding: 5px 0;
}
.error_message{
  font-size: 0.90em;
  color:#e94b35;
}
.hint{
  font-size: 0.85em;
  color:#777;
}
.loginForm{
  width: 300px;
  margin: 125px auto;
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 10px;
  position: relative;
}
.loginForm .forgetPass{
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.loginForm .forgetPass a{
  color:#2b3e51;
  font-size: 0.90em;
}
.loginForm .forgetPass a:hover{
  color: #009fe3;
}
.loginForm .formElement
{
  margin: 10px 0px 25px 0px;
}
.loginForm legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #009fe3;
  display: block;
  width:100%;
}
.loginForm input[type=text], .loginForm input[type=password]{
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  padding:10px 20px;
  width:100%;
  box-sizing: border-box;
  display: block;
}
.loginForm input[type="submit"],.loginForm input[type="button"] {
  border: none;
  background:#454c9b;
  border-radius: .25em;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.video_container{
  padding: 10px 0;
 overflow: auto;
}
.video_item{
  float:left;
  margin: 20px 22px;
  width:260px;
  height:200px;
  overflow: hidden;
}
.video_item a{
  display: block;
  position: relative;
  width: 260px;
  height: 150px;
}
.video_item a:hover{
  opacity:0.7;
}
.video_item a:hover div.play_icon{
  display: block;
}
.video_item a img{
  border:0;
  width: 260px;
  height: 150px;
  z-index: 0;
}
.video_item span{
  display: block;padding-top:10px;
  text-align: center;
}
.video_item a div.play_icon{
  display: none;
  background: url(../../images/icons/play.png) center center no-repeat;
  position: absolute;
  z-index: 100;
  width: 260px;
  height: 150px;
  left:0px;
  top: 0px;
}
.custom-combobox {
  position: relative;
}
.custom-combobox-toggle, .ui-button.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.blocks-container{
  padding:50px 50px;
}
.block_link{
  float: left;
  height:100px;
  width:23%;
  background: #252625;
  text-align: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  padding: 20px;
  margin:30px 1%;
}
.block_link .far, .block_link .fas{
  color: #009fe3;
  font-size: 30px;
}
.block_title{
  color: #fff;
  font-size: 22px;
  padding-top: 10px;
}
.block_link:hover {
  background: #4f4f4f;
}

.accordion {
  cursor: pointer;
  transition: 0.4s;
}
.accordion:hover {
  background-color: #f2e9c3 !important;
}
.accordion_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* attendance roster */
table.rotated-table{
  border-collapse: collapse;
  border:0;
  width:auto;
}
table.rotated-table td{
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
  width: 40px;
  transition: width 2s;
}
table.rotated-table thead th{
  vertical-align:bottom;
  font-weight: normal;
  font-size: 0.90em;
  padding:0;
  height: 100px;
  width: 40px;
  white-space: nowrap;
  transition: width 2s;
}
.rotated-table th > div {
  transform: translate(19px, -8px) rotate(300deg);
  width: 40px;
  padding:0;
  border:0;
  transition: width 2s;
}
.rotated-table th > div > span {
  display:inline-block;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  overflow: hidden;
  width:100px;
}
.marked-cell{
  background-color: #f9a294;
  background-clip: padding-box;
}
.disabled-cell{
  background-color: #a59f9f;
  background-clip: padding-box;
}
.rotated-table th.hidden-element, .rotated-table td.hidden-element {
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0;
  opacity: 0;
  display: none;
}
.rotated-table th.hidden-element > div{
  width: 0;
}
.roster-arrow{
  padding:0;
  margin-top:10px;
  font-size:1.5em;
  overflow:auto;
}
.roster-arrow a.disabled-arrow{
  cursor: default;
}
.roster-arrow a.disabled-arrow:hover{
  color:#252625;
}
.rotated-table input[type="checkbox"]{
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  top: calc(50% - 7px) !important;
  left: calc(50% - 7px) !important;
  vertical-align: middle;
}
.rotated-table input[type="checkbox"] + label{
  padding:0 !important;
  vertical-align: middle !important;
}
.rotated-table input[type="checkbox"] + label:before , .rotated-table input[type="checkbox"] + label:after{
  top: calc(50% - 8px) !important;
  left: calc(50% - 8px) !important;
  padding:0 !important;
  margin:0 !important;
  vertical-align: middle !important;
}
.simpleTable table {
  border-collapse: collapse;
  font-size:0.9em;
}
.simpleTable table th {
  text-align: center;
  font-weight: bold;
  background-color: #555;
  border: 1px solid #ddd;
  padding: 4px;
  color:#fff;
}
.simpleTable table td{
  text-align: left;
  padding: 4px;
  border: 1px solid #ddd;
}
.tableContainer tr.row_highlight {
  background-color: #f0f0ff;
}
.tableContainer tr.row_blanck {
  background-color: #fff;
}
.tableContainer table.student_exams{
  width:50%;
  border:0;
  /* border-spacing: 4px;
  border-collapse: separate; */
  padding:0 !important;
  margin:5px 10px;
}
.tableContainer table.student_exams td{
  /* background-color:#1d1e1d;
  color:#fff; */
  border:1px solid #8d8d8d;
  padding:4px;
  text-align: center;
}
.accordion_row {
  cursor: pointer;
  transition: 0.4s;
}
.accordion_row:hover {
  background-color: #b7dff0 !important;
}