.img-loading { height: 60px; top: -5px; position: absolute; right: -10px; transition: all 0.4s; }

.bg-login { display: table; position: absolute; height: 100%; width: 100%; }
.bg-login .fade { background-color: #3b9e95; display: table-cell; vertical-align: middle; }
.bg-login .fade .login { text-align: center; margin-left: auto; margin-right: auto; width: 100%; max-width: 350px; background-color: #fff; border-radius: 2px; }
.bg-login .fade .login .title-login { display: block; padding: 20px; background: #02796e; color: white; }
.bg-login .fade .login input { border-bottom: 1px solid #3c763d; }
.bg-login .fade .login label { color: #3c763d; }
.bg-login .fade .login .login-form { padding: 0 20px 20px; }
.bg-login .fade .login .login-form .row .login-btn .btn { padding: 0 !important; width: 100%; display: inline-block; }

.status { text-align: center; font-size: 17px; color: white; display: block; height: 0; line-height: 0; overflow: hidden; width: 100%; z-index: 1100; position: fixed; top: 0; }

.success { color: #28a745 !important; }

.failed { color: #dc3545 !important; }

@keyframes fadeIn { 0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); } }
.fadeInLogin { animation-name: fadeIn; animation-duration: 1s; }

@keyframes fadeRight { 0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); } }
.fadeRight { animation-name: fadeRight; animation-duration: 0.5s; }

/* fallback */
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(../fonts/material-icon.woff2) format("woff2"); }
@font-face { font-family: 'roboto-thin'; src: url("../fonts/roboto/Roboto-Thin.woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto-bold'; src: url("../fonts/roboto/Roboto-Bold.woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto-regular'; src: url("../fonts/roboto/Roboto-Regular.woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'roboto-light'; src: url("../fonts/roboto/Roboto-Light.woff2"); font-weight: normal; font-style: normal; }
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }

.body-login { font-family: 'roboto-light' !important; color: #676a6c; background: #f3f3f4; box-sizing: border-box; width: 100%; height: 100%; }

.tabs .indicator { background-color: #02796e !important; }

.clear { clear: both; }

.hidden { display: none !important; }

.pad-left-20 { padding-left: 20px; }

.font-color { color: #676a6c; }

.font-color-2 { color: green; }

.reset-margin { margin: 0 !important; }

.nav-green { background: #02796e; }

.cursor { cursor: pointer; }

.overflow { overflow-y: auto; }

.title { height: 100%; display: inline-block; font-size: 15px; font-weight: bold; padding: 0; margin: 5px 20px; }

.title-content { margin-bottom: 2px; background: white; color: #676a6c; box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14); }
.title-content .timer { display: inline-block; font-size: 19px; float: right; margin-right: 45%; padding-top: 2px; font-weight: bold; color: blue; transition: 0.5s; }

.content { position: relative; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); margin-bottom: 5px !important; height: auto; min-height: 600px; padding: 10px 20px; background: white; }

.footer { width: 100%; border-top: 1px solid #e7eaec; background: white; padding: 2px 20px; box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14); }

.avatar { width: 70px; height: 70px; }

.preload { z-index: 1200; background: #ffffff; height: 100%; width: 100%; position: fixed; }
.preload img { background: black; width: 300px; height: 100px; opacity: 0.7; padding: 10px 100px; border-radius: 10px; margin-left: 30%; margin-top: 5%; }

.action { display: inline-block; margin: 5px; }

.help { font-size: 16px; color: green; }

.scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }

.scrollbar::-webkit-scrollbar { width: 5px; }

.scrollbar::-webkit-scrollbar-thumb { background-color: #02796e; }

.rot { transform: rotate(90deg); transition: 0.5s; }

.dashboard-inner-item { display: inline-block; width: 100%; border: 2px solid #1c6fb9; border-radius: 0px; }
.dashboard-inner-item .left-item { text-align: center; float: left; display: inline-block; width: 30%; font-size: 30px; padding: 12px 0; color: white; background: #1c6fb9; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-radius: 0px }
.dashboard-inner-item .right-item { text-align: center; float: right; display: inline-block; width: 70%; line-height: 32px; padding: 10px 0; color: #1c6fb9; }
.dashboard-inner-item .right-item .right-item-top { width: 100%; display: block; font-size: 30px; font-weight: bold; line-height: 40px; }
.dashboard-inner-item .right-item .right-item-bottom { width: 100%; display: block; font-size: 15px; line-height: 0px; }


.left {
    /*margin-left: 20px;*/
}
.right {
    margin-right: 20px;
}
ul.dropdown-content li {
    text-align: center;
}
a.dropdown-trigger.btn-menu {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-align: center;
    width: 250px;
}
a.dropdown-trigger.btn-menu span{
    display: inline-block;
    position: absolute;
    top: 20px;
}
.modal {
    color: #676a6c !important;
}
.full-width {
    width: 100% !important;
}
.testing-left {
    width: 120px;
    overflow-y: auto;
    display: inline-block;
    position: fixed;
    transition: 0.5s;
    height: calc(100% - 95px);
    background: white;
    border: 2px solid #02796e;
}
.testing-left .menu-link {
    display:block;
    padding-left:15px;
    padding-bottom:3px;
    font-size:16px;
    font-weight:bold;
}
.testing-left .menu-link .tick {
    float:right;
    color:green;
    margin-right:15px;
}
.testing-right {
    display: inline-block;
    float: right;
    overflow-y: auto;
    width: calc(100% - 125px);
    padding-right: 90px;
}
.item-quest {
    padding-left: 10px;
}
.item-quest .quest-title {
    color: black;
    font-weight:bold;
    font-size:17px;
}
.item-quest .quest-content {
    font-weight:bold;
    font-size:17px;
}
.item-quest .quest-answer>p>label>span {
    font-weight:bold;
    font-size:17px;
    color:#676a6c;
}
.timer-fixed {
    position: fixed !important;
    top: 65px !important;
    z-index: 9999 !important;
    right: 0px !important;
    margin-top: 30px;
    margin-right: 0 !important;
    padding: 10px !important;
    border: 2px solid #02796e !important;
    background: white;
}