body {
    background-color: #ffffff;
}
.md-skin {
    cursor: default;
}
.md-skin .wrapper-content {
    padding: 0 0 270px 0;
}
.md-skin .ibox-title {
    border-bottom: solid 1px #e7eaec;
}
.md-skin .ibox-title h4 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
}
body.fixed-sidebar .navbar-static-side {
    overflow-y: auto;
}
.nav.metismenu .dropdown-menu > li > a {
    color: #676a6c;
}
.nav > li.active {
    border-left-color: #a83734;
}
.nav-tabs > li > a.nav-link {
    padding: 11px 15px 10px 12px;
    white-space: nowrap;
    font-weight: 600;
    border: 0;
}
.nav-tabs > li > a.nav-link.active {
    color: #4d6094;
}
.tabs-container .nav-tabs {
    border: 0;
    padding-left: 29px;
}
.tabs-container .panel-body {
    border: 0;
    padding: 10px 20px 10px 35px;
}
.tabs-control {
    display: none;
    padding: 10px 12px;
    text-align: center;
    margin-right: 30px;
    border:solid 1px #ffffff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.tabs-control a {
    padding: 0 5px;
}
.nav-tabs-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 40px;
}
.tab-list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3500px;
    margin-top: 0;
}
.buttons-block {
    padding: 0 30px 0 19px;
}
.tab-delimiter {
    background-color: #efefef;
    margin: 0 -20px 0 -35px;
}
.tab-delimiter-top {
    background: #ffffff;
    height: 10px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 5px;
}
.tab-delimiter-bottom {
    background: #ffffff;
    height:10px;
    border-radius: 3px 3px 0 0;
}
.tab-block-separator {
    height: 25px;
}
.p-h-xxs {
    padding: 5px 0;
}
.p-w-sm {
    padding: 0 10px;
}
.row.p-w-sm .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.img-md {
    width: 44px;
    height: 44px;
}
.mw-100 {
    min-width: 100px;
}
.txt-xs {
    font-size: 10px;
}
.txt-sm {
    font-size: 12px;
}
.txt-md1 {
    font-size: 13px;
}
.txt-md2 {
    font-size: 14px;
}
.txt-lg {
    font-size: 15px;
}
.txt-xl {
    font-size: 17px;
}
.txt-xxl {
    font-size: 18px;
}
.text-base {
    color: #4d6094;
}
.text-blue {
    color: #20374b;
}
.text-red, .text-danger {
    color: #a83734;
}
.font-weight-bolder {
    font-weight: 600;
}
.font-weight-custom-bold {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}
.text-line-through {
    text-decoration: line-through;
}
.hidden {
    display: none;
}
.page-header {
    margin: 0 -15px 20px -15px;
    padding: 10px 30px;
}
.page-header h1 {
    margin: 0;
    font-size: 25px;
    font-weight: bolder;
    color: #20374b;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-40 {
    opacity: 0.4;
}
a.opacity-50:hover {
    opacity: 1;
}
.mw-300 {
    max-width: 315px;
}
.modal-img h1 {
    font-size: 60px;
}
.modal-img i {
    padding-left: 30px;
}
.modal-subtitle {
    font-size: 12px;
}
.modal-footer {
    display: block;
}
.btn-default, .btn-default:hover {
    border: 1px solid #b7bac1;
    color: #7e8290;
}
.bg-gray {
    background-color: #5b5d5f !important;
    color: #ffffff;
}
.bg-light {
    background-color: #f6f6f6 !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
::placeholder, .custom-file-label {
    color: rgba(103,106,108,0.5) !important;
}
select.custom_ph {
    color: rgba(103,106,108,0.5);
}
option {
    color: rgb(103,106,108);
}
.clickable-row, .clickable {
    cursor: pointer;
}
.clickable input {
    cursor: pointer;
}
.none-clickable {
    cursor: default !important;
}
table.vertical-aligned > tbody > tr > td {
    vertical-align: middle;
}
.table-none-header tr:first-child td {
    border-top: none;
}
.table-assignment {
    max-width: none;
    width: initial;
    position: relative;
}
.table-assignment td.input-cell {
    width: 35px;
}
.table-assignment thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
}
.table-responsive-assignment {
    height: calc(100vh - 220px);
}
.table-evaluation {
    margin-left: -10px;
    font-size: 12px;
    border: 0;
}
.table-evaluation th {
    font-weight: normal;
}
.table-evaluation td {
    padding: 4px;
}
.table-evaluation td:first-child {
    padding-left: 10px;
}
.table-evaluation tr:last-child {
    border-bottom: solid 1px #e7eaec;
}
.table-evaluation .result {
    height: 26px;
    padding: 0;
    border-left: solid 1px #e7eaec;
    border-right: solid 1px #e7eaec;
}
.table-evaluation .result.wide-result {
    padding: 0 7px;
}
.table-evaluation .result img {
    width: 15px;
}
.table-evaluation .result .fa-check {
    font-size: 16px;
}
.table-evaluation .result .fa-times {
    margin-top: 4px;
    font-size: 17px;
}
.table-evaluation .total {
    vertical-align: bottom;
    position: relative;
}
.table-evaluation .auto {
    background-color: #edeff4;
}
.table-evaluation .summarise {
    background-color: #edeff4;
}
.table-evaluation .total div {
    position: relative;
    bottom: -20px;
    padding: 0 10px;
}
.table-evaluation-export td {
    padding: 3px;
}
.truncate {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
th.rotate {
    height: 100px;
    white-space: nowrap;
}
th.rotate > div {
    transform: translate(0px, 60px) rotate(315deg);
    width: 25px;
}
th.rotate > div > span {
    padding: 5px 10px;
    font-size: 11px;
}
.input-append {
    display: flex;
    margin-left: 10px;
}
.controls {
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    display: none;
}
.footable th {
    font-weight: normal;
    color: #a0a1a2;
}
.footable th.footable-sorted-desc, .footable th.footable-sorted {
    font-weight: bold;
    color: #686a6c;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
    content: '';
}
.footable .footable-odd {
    background-color: #ffffff;
}

.todo-list li {
    display: flex;
}
.todo-list.small-list >li {
    padding: 0;
    background-color: transparent;
}
.todo-list .control-item {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 200px;
    padding: 2px 6px 2px 12px;
    border-radius: 4px;
    border-left: none;
    border-right: none;
    color: inherit;
    margin-bottom: 2px;
    background-color: #f3f3f4;
    cursor: pointer;
}
.todo-list .control-input {
    flex: 1;
    align-items: center;
    padding: 2px 0;
    margin-left: 3px;
}
.todo-list .control-button {
    max-width: 38px;
}
.todo-list .control-button a {
    height: 35px;
}
.todo-list .with-file {
    padding-right: 45px;
}
.todo-list .control-link {
    padding: 5px 5px 2px 5px;
}
.todo-list .control-link:hover {
    background-color: #e0e0e0;
}
.todo-list .control-link:hover .hidden {
    display: block;
}
.todo-list .control-link a {
    color: #676a6c;
}
.map-container {
    border: 1px solid #e7eaec;
    margin-top: 20px;
    height: 270px
}
.list-group.clear-list .list-group-item {
    padding: 6px 8px;
}
.button-list {
    list-style-type: none;
    padding: 0;
}
.button-list li {
    padding: 3px 0;
}
.button-list li:not(:last-child) {
    border-bottom: dashed 1px #e6e7e8;
}
.button-list i {
    font-size: 13px;
    padding-right: 5px;
}
.cat-status-block {
    cursor: pointer;
}
.file-link {
    padding: 2px 0;
    position: relative;
}
.file-link i {
    padding-right: 5px;
}
.file-link a {
    color: #686b6d;
}
.left-icon {
    position: relative;
    padding-left: 30px;
}
.left-icon .fa {
    position: absolute;
    line-height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 10px;
}
.alert-security {
    padding-left: 60px;
    color: #225fcf;
    background-color: #ebebec;
    border-color: #dddddd;
    font-weight: 600;
}
.alert-security .fa {
    left: 18px;
}
.todo-list.small-list > li {
    border: solid 1px #ffffff;
}

.todo-list.small-list > li.drag-over, .drag-over {
    border: solid 1px #4793fc;
}
.popup-info {
    display: none;
    position: absolute;
    background-color: rgba(130,130,130,0.5);
    padding: 10px;
    width: 600px;
    left: -250px;
    top: 5px;
    z-index: 10;
    text-align: left;
}
.popup-content {
    border: 1px solid #cccccc;
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
}
iframe {
    overflow: scroll;
}
.actions .btn {
    position: relative;
    width: 205px;
    text-align: left;
}
.btn-check {
    position: absolute;
    top: 9px;
    right: 5px;
}
.radio-group {
    border: solid 1px #ffffff;
    padding: 3px 0 0 3px;
}
.text-lightgray {
    color: #c4c6c6;
}
.todo-list .control-link:hover {
    background-color: #e0e0e0;
}
.todo-list .control-link:hover .hidden {
    display: block;
}
.remove-link {
    position: absolute;
    top: 1px;
    right: 5px;
    text-align: right;
    width: 150px;
}
.remove-link a {
    color: #e0e0e0;
}
.remove-link a:hover {
    color: #ff0000;
}
.modal-xl {
    max-width: 1140px;
}
.mobile-menu-link {
    display: none;
    margin: 0 10px 0 5px;
}
.popover {
    border-radius: 0;
    border-width: 2px;
    margin-left: 2px !important;
    font-size: 12px;
    z-index: 9999;
}
.popover .arrow {
    display: none;
}
.profile-info .popover-body {
    color: blue;
    font-size: 13px;
}
.classroom-select {
    max-height: 270px;
    overflow-y: auto;
}
.answer-table td .auto-evaluation-underline label {
    border-bottom: solid 2px #1ebbad;
}
.answer-table {
    margin-bottom: 1px;
}
.answer-table td label {
    margin-bottom: 0;
    height: 34px;
    border-bottom: solid 2px transparent;
    border-top: solid 2px transparent;
}
.answer-title {
    padding-right: 20px;
    display: inline-block;
}
.feedback-container {
    padding: 50px 0 30px 0;
    background: #fcfcfc;
    cursor: pointer;
}
.fixed-sidebar .feedback-container {
    position: fixed;
    width: 220px;
    bottom: 0;
    padding: 30px 0;
    z-index: 2002;
}
.feedback-container i {
    margin-right: 6px;
    font-size: 18px;
}
.feedback-container:hover {
    font-weight: bold;
}
.feedback-image {
    width: 60px;
    float: left;
}
.feedback-info {
    width: 200px;
    float: left;
    margin-left: 10px;
}
.feedback-labels {
    float: left;
}
.feedback-message {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.feedback-item {
    padding: 8px;
}
.feedback-item:hover {
    cursor: pointer;
    background-color: #f8f9fa;
}
.print-button {
    position: fixed;
    top: 15px;
    right: 15px;
}
.page-break {
    width: fit-content;
    margin: 0 auto;
    padding: 0.5cm 0.5cm 25px 0.5cm;
}
.dd-empty {
    background-image: none;
    background-color: #f2fbff;
    min-height: 40px;
}
.modal-header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
/* styles for when the header is in sticky mode */
.modal-header.modal-header-sticky {
    box-shadow: 0 2px 5px 0 #808080;
    padding: 10px;
}
.modal-header.modal-header-sticky img {
    width: 80px;
    margin-right: 20px;
}
.modal-header.modal-header-sticky h4 {
    font-size: 18px;
}
.modal-header.modal-header-sticky .modal-titles {
    text-align: left;
}
.modal-header.modal-header-sticky .form-extra:not(.hidden) {
    display: inline !important;
    padding-left: 20px;
}
textarea.form-control:disabled {
    background-color: #ffffff;
}
.iradio_square-green.checked.disabled {
    background-position: -168px 0;
}
.icheckbox_square-green.checked.disabled {
    background-position: -48px 0;
}
.label-admin {
    display: inline !important;
    margin: 100px 0 0 20px;
    z-index: 100;
    background-color: #676a6c;
    color: #ffffff;
    font-weight: 100;
    position: relative;
    top: -10px;
}
.dev_banner {
    position: fixed;
    z-index: 99999;
    width: 100%;
    text-align: center;
    background-color: #5683c1;
    border-bottom: solid 1px #2e3f56;
    color: white;
    padding-top: 3px;
    height: 27px;
}
.dev_banner_padding {
    width: 100%;
    height: 27px;
}
.img-profile {
    margin-left: 10px;
    margin-right: 20px;
}
.menu-logo {
    height: 69px;
}
.text-handwriting {
    font-family: 'Caveat', cursive;
}
/*
 *   VALIO - New style
 */
.bg-blank {
    background-color: #ffffff;
}
.bg-lightgray {
    background-color: #f9f9f9;
}
.gray-bg, .bg-muted {
    background-color: #efefef;
}
.connect-form {
  padding: 60px 140px;
}
.connect-form img {
    max-width: 185px;
}
.merci-box {
    padding: 60px 100px;
}
.merci-box img {
    max-width: initial;
}
.loginscreen.middle-box {
    width: auto;
    max-width: 594px;
    padding-top: 135px;
}
.loginscreen.middle-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #20374b;
    margin-bottom: 20px;
    margin-top: 45px;
}
a {
    color: #4d6094;
}
.btn-sm {
    font-size: 12px;
    font-weight: 600;
}
.btn-danger {
    background-color: #a83734;
    border-color: #a83734;
}
.btn-green {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}
.btn-primary {
    background-color: #4d6094;
    border-color: #4d6094;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #4d6094;
    border-color: #4d6094;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #5c71aa;
    border-color: #5c71aa;
}
.footer {
    background: #ffffff url('../img/bg_footer_m.png') no-repeat bottom left;
    background-size: 100% 100%;
    border-top: none;
    background-color:#efefef;
}

@media (max-width: 1200px) {
    .footer {
        background: #ffffff url('../img/bg_footer_s.png') no-repeat bottom left;
    }
}
.footer .logo {
    margin-top: 30px;
    margin-left: 20px;
}
.footer-login .logo {
    margin-top: 0;
}
.footer .footer-texts {
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
}
.footer .footer-logos {
    padding-top: 90px;
    height: 210px;
}
.footer-login {
    background: #ffffff url('../img/bg_footer_login.png') right top no-repeat;
}
.footer-login .footer-logos {
    padding-top: 10px;
    height: 100px;
}
.footer.footer-short {
    background: #ffffff;
    border-top: 1px solid #e7eaec;
}
.footer.footer-short .footer-logos {
    display: none;
}
.footer.footer-short .footer-texts {
    border-top: 0;
    padding-top: 0;
}
.footer .dev-info,
.footer .dev-logo {
    text-align: left;
    padding-left: 50px;
}
.footer .extra-info,
.footer .extra-logo {
    text-align: right;
    padding-right: 50px;
}
.form-control:focus {
    border-color: #4d6094;
}
.nav > li.admin {
    background-color: #f9f9f9;
    z-index: 90;
}
.metismenu .arrow {
    color: #b0b1b2;
}
.md-skin .nav > li.active {
    background: #f2f4f9;
}
.md-skin .nav > li > a,
.md-skin .nav > li.active > a {
    color: #676a6c;
}
.page-header .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-right: -15px;
    border: solid 1px #e7eaec;
}
.page-header .dropdown-item {
    color: #999999;
    font-size: 13px;
}
.page-header .dropdown-item:hover {
    background-color: #f2f4f9;
    color: #999999;
}
.page-header .dropdown-menu > li > a {
    padding: 5px 20px;
}
.page-header .dropdown-menu > li > a:first-child {
    margin: 10px 0 0 0;
}
.page-header .dropdown-menu > li > a:last-child {
    margin: 0 0 10px 0;
}
.label {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
.label-primary {
    background-color: #4d6094;
}
.label-danger {
    background-color: #a83734;
}
.table-striped > tbody > tr > td {
    border-top-width: 0;
}
.table-fixed {
    table-layout: fixed;
    width: 100%;
}
.search-results {
    font-weight: bold;
    color: #4d6094;
    padding-left: 17px;
    padding-bottom: 5px;
}
.student-profile {
    display: inline-block;
    margin-top: 10px;
    padding-left: 15px;
    height: 80px;
}
.student-profile .profile-image {
    width: 80px;
}
.student-profile .profile-info {
    margin-left: 95px;
}
.student-profile .btn {
    border-color: #abb4cd;
    margin-right: 12px;
}
.group-button {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #4d6094;
}
.group-button .btn {
    width: 32px;
}
.holder-block {
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    margin: 15px 0;
}
.holder-block .holder-title {
    float: left;
    width: 80px;
}
.holder-block .holder-info {
    margin-left: 95px;
}
.profile-image img {
    width: 80px;
    height: 80px;
}
.profile-info {
    font-size: 18px;
    font-weight: bold;
    color: #4d6094;
}
.profile-info a {
    color: #676a6c;
}
.btn-simple-red {
    background-color: #ffffff;
    border-color: #a83734;
    color: #a83734;
    font-weight: bold;
}
.btn-simple-blue {
    background-color: #ffffff;
    border-color: #4d6094;
    color: #4d6094;
    font-weight: bold;
}
.btn-simple-green {
    background-color: #ffffff;
    border-color: #1ebbad;
    color: #1ebbad;
    font-weight: bold;
}
.btn-simple-orange {
    background-color: #ffffff;
    border-color: #f8ac59;
    color: #f8ac59;
    font-weight: bold;
}
.btn-simple-gray {
    background-color: #ffffff;
    border-color: #6c757d;
    color: #6c757d;
    font-weight: bold;
}
.btn-wide {
    min-width: 294px !important;
    text-align: left;
    height: 25px;
    padding: 2px 8px;
}
.btn-wide i:not(.fa-spinner) {
    padding-right: 10px;
}
.subheader {
    font-weight: bold;
    font-size: 13px;
    border-bottom: solid 1px #e7eaec;
    padding: 5px 10px;
    margin: 0 -10px 10px -10px;
}
.session-info {
    min-width: 264px;
    margin: 0 0 10px 0;
    display: inline-block;
}
.evaluation-comment {
    font-size: 12px;
    background-color: #f9f9f9;
    padding: 10px;
    margin: 0 -10px 10px -10px;
}
.classroom-profile {
    display: inline-block;
    margin-top: 10px;
    padding-left: 15px;
    min-width: 278px;
}
.classroom-profile h1 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 8px;
}
.about-content {
    font-size: 15px;
    text-align: justify;
}
.about-content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #20374b;
    text-align: left;
}
.about-content h2 {
    font-size: 15px;
    color: #20374b;
    margin: 10px 0;
    font-weight: 600;
}
.about-content .mw-300 {
    width: 300px;
}
.homepage-hint {
    font-size: 19px;
    font-weight: 100;
    padding-left: 5px
}
.hint-desktop {
    display: block;
}
.hint-desktop .hint-img {
    width: 100%;
    max-width: 969px;
}
.hint-mobile {
    display: none;
}
.hint-mobile .hint-img {
    width: 100%;
    max-width: 647px;
}
.sticky-button {
    position: fixed;
    bottom: 10px;
    text-align: center;
    border: solid 1px #efefef;
    padding: 10px;
}
.tab-header {
    background-color: #efefef;
    color: #4d6094;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
}
.select-session {
    padding-left: 32px;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    border-color: #e5e6e7 !important;
    min-height: 35px;
    padding-left: 8px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 120% !important;
    font-size: 14px !important;
}
a.info-show, .info-block {
    color: #3885ee;
}
.comma-separated:not(:last-child):after {
    content: ", ";
}
.summarise-info {
    background-color: #000000;
    border-color: #000000;
    border-radius: 3px;
    color: #ffffff;
    width: 250px;
    padding: 5px 0;
    margin: 10px auto 0 auto;
    font-weight: 600;
    text-align: center;
}
.facts-reporting {
    padding: 104px 0 0 20px;
}
.result-view {
    width: 20px;
    height: 20px;
}
#fact_img_container img {
    max-width: 350px;
}
.not-mine .classroom-block {
   width: 450px;
}
.icon-preview, .image-preview {
    width: 40px;
}
#question-group .hr-line-dashed {
    margin: 0 -10px 0 0;
}
.border-gray {
    border-color: #cccccc !important;
}
.row-select, .col-select {
    width: 60px;
}
.student-sheet-tabs-container .btn {
    text-align: left;
}
.bg-lightgray .subheader {
    border-bottom: solid 1px #21bbae;
}
.evaluation-form .hr-line-dashed {
    border-top: 2px dashed #85d8d2;
    margin: 15px 0;
}
.evaluation-form .hr-line-solid {
    border-top: 1px solid #a4aaae;
}
.evaluation-form .col-form-label {
    padding: 7px 15px;
}
.evaluation-header .modal-title {
    color: #4d6094;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.evaluation-header .modal-subtitle {
    font-weight: bold;
}
.evaluation-header .modal-subtitle div:not(.summarise-info) {
    line-height: 0.8;
}
.header-form .btn {
    border-color: #b8b9ba;
}
.header-form .search-input {
    border: 0;
}
.header-form .input-group .search-input {
    padding: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: solid 1px #b8b9ba;
    border-left: 0;
}
.header-form .search-input:focus {
    border-color: #b8b9ba;
}
.input-group .search-button {
    border-right: 0;
}
.input-group .search-button:active {
    box-shadow: none;
    border-color: #b8b9ba;
    border-right: 0;
}
.header-form .mobile-logo {
    display: none;
}
.header-form .search-input {
    display: block;
}
.mobile-header {
    margin: -20px -15px 20px -15px;
    background-color: #ffffff;
}
.logo-menu-container {
    background: linear-gradient(#ffffff, #f9f9f9);
}
.logo-menu-container img {
    height: 120px;
    width: auto;
    margin: 10px 0;
}
.menu-container .feedback-container {
    padding: 35px 0;
    font-weight: 600;
}
.menu-container .feedback-container i {
    font-size: 25px;
}
.md-skin .setting-menu.nav {
    padding: 10px 0;
}
.md-skin .setting-menu.nav > li > a {
    color: #999999;
    padding: 7px 20px 7px 15px;
}
.setting-menu-container .user-container {
    padding: 15px;
}
.answer-table .iradio_square-green {
    margin: 0 5px;
}
.iradio_square-custom {
    display: inline-block;
    padding: 0 5px;
}
.iradio_square-custom img {
    width: 30px;
    height: 30px;
    opacity: 0.4;
    border: solid 2px #f8fafb;
    border-radius: 50%;
}
.iradio_square-custom.hover img {
    opacity: 1 !important;
    border: solid 2px #1ebbad;
    background-color: #1ebbad;
}
.iradio_square-custom.checked img {
    opacity: 1 !important;
}
.sticky-col {
    position: sticky;
    left: 0;
    z-index: 100;
}
.not-my-student-block {
    background-color: #4d6092;
    border-radius: 10px;
    padding: 5px 10px 20px 10px;
    color: #e6f3f6;
}
.ind-eval-block {
    background-color: #3e829a !important;
}
.ind-eval-block .collapse-arrow {
    color: #ffffff;
}
.ind-eval-block .tab-delimiter {
    background-color: #3e829a
}
.info-block .question-image {
    width: 130px;
    float: left;
    margin-right: 10px;
}
.evaluation-history {
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.evaluation-history-transform {
    transform: scale(0.3);
    transform-origin: top center;
}
.evaluation-history-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.text-crop {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media print {
    @page {
        size: auto;
        margin: 10px 10px;
    }
    body {
        width: 21cm;
    }
    body.fixed-sidebar #page-wrapper {
        margin: 0;
        width: 100%;
    }
    .nav-tabs, .validation, .footer {
        display: none;
    }
    .tabs-container .tab-pane .panel-body {
        padding: 0;
    }
    #page-wrapper.bg-muted {
        background-color: #ffffff !important;
    }
    .md-skin .wrapper-content {
        padding: 0;
    }
    .md-skin .ibox {
        margin-bottom: 0;
    }
    td[rowspan], tr.last > td {
        border-bottom: solid 1px #000000 !important;
    }
    .table-borderless td {
        border: 0 !important;
    }
    .print-button {
        display: none;
    }
    .page-break {
        display: block;
        page-break-before: always;
        margin: 0;
    }
    .table-evaluation .auto {
        background-color: #edeff4;
        -webkit-print-color-adjust: exact;
    }
    .table-evaluation .bg-lightgray {
        background-color: #f9f9f9;
        -webkit-print-color-adjust: exact;
    }
    .table-evaluation .bg-blank {
        background-color: #ffffff;
        -webkit-print-color-adjust: exact;
    }

}
@media (max-width: 992px) {
    .answer-table {
        margin-left: 10px;
    }
    .navbar-static-side {
        bottom: 0;
    }
    .mobile-menu-link {
        display: block;
    }
    .mini-navbar .nav .nav-second-level {
        background-color: inherit;
    }
    .row.p-sm {
        padding: 0;
    }
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    body:not(.mini-navbar) {
        background-color: #efefef;
    }
    .connect-form {
        padding: 30px;
    }
    .footer {
        background-position: 36% 0;
    }
    .footer .dev-info,
    .footer .dev-logo,
    .footer .extra-logo {
        text-align: center;
        padding: 0;
    }
    .footer .dev-logo img {
        width: 180px;
    }
    .footer .extra-info {
        display: none;
    }
    .footer .footer-logos {
        padding-top: 30px;
    }
    .footer-login {
        background: #ffffff;
    }
    .footer-login .footer-logos {
        height: 90px;
        padding-top: 0;
    }
    .footer-login .logo {
        margin-bottom: 10px;
    }
    .hint-desktop {
        display: none;
    }
    .hint-mobile {
        display: block;
    }
    .answer-table td {
        display: block;
    }
    .header-form .mobile-logo {
        display: block;
    }
    .header-form .search-input {
        display: none;
    }
}

@media (max-width: 550px) {
    .page-header {
        padding: 10px 10px;
    }
    .btn-profile {
        display: none;
    }
    .img-profile {
        margin-right: 5px;
    }
    .page-header .dropdown-menu {
        margin-top: 10px;
    }
    .page-header .dropdown-menu .dropdown-item {
        padding: 3px 15px;
    }
    .page-header .dropdown-menu > li > a:first-child {
        margin: 4px;
    }
    .page-header .dropdown-menu > li > a:last-child {
        margin: 4px;
    }
    .profile-data {
        display: none;
    }
    .dropdown-profile-data {
        display: block;
        position: absolute;
        top: 20px;
        margin-left: 20px;
    }
    .p-w-sm {
        padding: 0;
    }
    .dropdown-menu-right {
        right: 0;
        margin-left: -10px;
        width: calc(100vw + 10px);
    }
    .footer {
        background-position: 38% 0;
    }
    .not-mine .classroom-block {
        width: 100%;
    }
    .not-mine .classroom-block .ibox {
        margin-right: 0;
    }
    .img-100 img {
        width: 100%;
        margin-top: 20px;
    }
    .facts-reporting {
        padding-top: 20px;
    }
    .lateness-block {
        margin-top: 20px;
        padding: 10px 30px;
    }
}

@media (max-width: 400px) {
    .loginscreen.middle-box {
        padding-top: 20px;
    }
}

@media (max-height: 845px) {
    .footer {
        position: static;
    }
    .loginscreen {
        padding-bottom: 50px;
    }
}