@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext);

body {
    background-color: #fbfbfb;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #4a4a4a
}

.form-group {
    position: relative
}

.showField {
    display: block
}

.hideField {
    display: none
}

body.login {
    height: 100vh;
    background: #fff
}

.login-box {
    width: 324px;
    height: 360px;
    top: calc(50% - 180px);
    position: absolute;
    left: calc(50% - 162px)
}

.login-box img {
    margin: 0 auto 30px
}

.login-box .panel {
    border-radius: 0
}

.login-box .panel-default > .panel-heading {
    background: #fff
}

.login-box .panel-default > .panel-heading h3 {
    font-weight: 700
}

a {
    color: #f07f06
}

a:focus, a:hover {
    color: #a4a4a4;
    text-decoration: none
}

textarea {
    resize: vertical
}

.white {
    color: #fff
}

.green {
    color: #0c6f0c
}

.red-text {
    color: red
}

.red-info {
    color: red !important;
    font-weight: 700 !important
}

.fa-exclamation.red-info {
    font-size: 24px
}

.bold {
    font-weight: 700
}

.label-danger {
    border: 1px solid #fff
}

a.btn-certyf {
    background: #7f0b21;
    color: #000;
    padding: 5px 30px;
    margin: 15px 0;
    font-weight: 700;
    font-size: 20px
}

a.btn-certyf:hover {
    background: #000;
    color: #fff;
    opacity: 1
}

.navbar-top-links a, .navbar-top-links a:hover {
    color: #fff
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent
}

.dropdown-menu {
    border-radius: 0;
    top: 95%
}

.dropdown-menu .fa-user {
    color: #000
}

.navbar-brand {
    padding: 6px 15px
}

.panel {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel img {
    max-width: 100%;
    height: auto !important
}

.panel-body h3 {
    margin-bottom: 15px;
    font-size: 18px
}

#page-wrapper .alert {
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 0
}

.panel-box {
    margin-bottom: 15px
}

.btn-primary, .btn-success, .btn-success.focus, .btn-success:focus {
    border: 1px solid #521111;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.btn-primary:hover, .btn-success:hover, .btn.focus, .btn:focus, .btn:hover {
    opacity: .6;
    background-color: transparent;
    text-decoration: none;
    color: #fff;
    border: 1px solid #7f0b21
}

.btn.btn-success {
    background: green;
    border-color: green;
    color: #fff
}

.btn.btn-success:focus, .btn.btn-success:hover {
    color: green !important;
    border-color: green !important;
    background: #fff;
    outline: 0 !important;
    box-shadow: none !important
}

.btn.btn-error {
    background: #bd2121;
    border-color: #bd2121;
    color: #fff
}

.btn.btn-error:focus, .btn.btn-error:hover {
    color: #bd2121 !important;
    border-color: #bd2121 !important;
    background: #fff;
    outline: 0 !important;
    box-shadow: none !important
}

.sidebar ul li {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

#page-wrapper {
    padding: 0
}

.navbar-static-top {
    border: none
}

.gradient {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 0
}

.gradient a {
    color: #f07f06
}

.gradient a:hover {
    text-decoration: underline !important
}

.gradient a.goBack {
    color: #f07f06
}

.grey, thead tr th {
    background-color: #f5f5f5
}

.h1, h1 {
    font-weight: 400
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px
}

.page_title1 {
    font-size: 24px;
    color: #000;
    margin: 0
}

.page_title2 {
    font-size: 18px;
    padding: 15px 0 0;
    color: #000
}

footer {
    background-color: #000;
    color: #fff;
    margin-top: 10px
}

.table-bordered-outside {
    border: 1px solid #ddd
}

tr.collapse > td:first-child, tr.collapsing > td:first-child {
    padding-left: 26px
}

.form-control {
    border-radius: 0
}

.collapseout .collapse-body, tr.collapse:not(.in) .collapse-body {
    height: 0;
    -webkit-transition: height .5s;
    transition: height .5s;
    overflow: hidden
}

.collapseout td, tr.collapse:not(.in) td {
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 solid #ccc
}

.collapse.in .collapse-body, .collapsein .collapse-body {
    height: auto;
    -webkit-transition: height .5s;
    transition: height .5s
}

tr.collapse, tr.collapseing {
    display: table-row
}

.collapsein td {
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(0, 0, 0, .05)
}

.collapsed .glyphicon-triangle-bottom:before {
    content: "\e250"
}

.progress {
    text-align: center;
    background-color: #e2e2e2
}

.padding80 {
    padding-left: 80px
}

.link-s {
    text-decoration: underline;
    font-weight: 700
}

.paragraph {
    background: url(../img/paragraph.svg) no-repeat top left;
    padding: 0 10px 10px 80px;
    min-height: 75px;
    margin-top: 5px
}

.exclamation {
    background: url(../img/ex.svg) no-repeat top left;
    padding: 0 10px 10px 80px;
    min-height: 75px
}

.width70 {
    width: 72%
}

.answer_tip {
    font-style: italic;
    font-size: 12px;
    margin-top: 5px
}

.bgred {
    background: #f07f06;
    color: #fff;
    padding: .5em 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.blockquote {
    background: #fee704;
    color: #000;
    padding: .5em 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    quotes: "\201C" "\201D" "\2018" "\2019"
}

.blockquote:before {
    color: #000;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

.blockquote:after {
    color: #000;
    content: close-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

.heading {
    width: 100%;
    padding: .5em 10px;
    text-align: left;
    border: 1px solid #58595b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.blockquote p {
    display: inline
}

.bgred-cont {
    font-size: 17px;
    text-align: center;
    padding: 40px
}

.dividerhr td {
    padding-left: 20px;
    padding-right: 20px
}

.progresshr td {
    padding-left: 5px;
    padding-right: 5px
}

.dividerhr hr {
    border-width: 3px;
    border-color: #000
}

.blue {
    color: #00f
}

.circle1 {
    background: #000;
    width: 40px;
    height: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 1px 9px;
    line-height: 40px;
    font-size: 30px;
    color: #fff
}

.circle2 {
    background: 0 0;
    border: solid 1px #000;
    width: 30px;
    height: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 17px
}

.cos {
    background-color: #871027
}

.cos:focus, .cos:hover {
    background-color: #861026
}

.bgyellow p {
    margin: 0
}

.bgyellow ol, .bgyellow ul {
    margin-top: 10px;
    margin-bottom: 10px
}

.messages .dropdown-menu {
    min-width: 500px;
    padding-bottom: 0
}

.messages .dropdown-menu .clearboth:after, .messages .dropdown-menu li:after {
    content: "";
    display: table;
    clear: both
}

.messages ul.dropdown-menu > li.topic-li {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.messages ul.dropdown-menu > li.topic-li a {
    padding: 6px 20px
}

.messages ul.dropdown-menu > li.topic-li .last-post {
    color: rgba(0, 0, 0, .5);
    padding-top: 5px;
    font-size: 90%
}

.messages ul.dropdown-menu > li.topic-li .last-post span {
    color: rgba(0, 0, 0, .6)
}

.messages .dropdown-menu li.odd-bg {
    background-color: rgba(0, 0, 0, .05)
}

.messages ul.dropdown-menu > li.odd-bg:hover a {
    background-color: rgba(0, 0, 0, .05)
}

.messages .dropdown-menu li.content {
    padding: 3px 20px
}

.messages .dropdown-menu li.text-right {
    text-align: right
}

.messages .dropdown-menu li.content, .messages .dropdown-menu li.title a {
    background: #fff !important
}

.messages .dropdown-menu li.title a {
    margin-bottom: 7px
}

.messages .dropdown-menu li .btn {
    color: #fff;
    display: inline-block
}

.messages .dropdown-menu li .btn.btn-info:focus, .messages .dropdown-menu li .btn.btn-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.posts {
    padding: 15px 0
}

.post-item .post-details {
    padding-bottom: 5px;
    color: rgba(0, 0, 0, .5)
}

.post-item .post-details > span {
    font-weight: 700;
    color: rgba(0, 0, 0, .7)
}

.post-item .well {
    box-shadow: none
}

.post-item.my-post .well {
    color: #fff;
    background: rgba(117, 14, 33, .8)
}

.post-item.creator-post .well {
    border: 1px solid rgba(117, 14, 33, .3);
    box-shadow: inset 0 0 10px rgba(117, 14, 33, .3)
}

#sidebar {
    background: #fbfbfb;
    padding: 0 40px;
    position: relative
}

.login #sidebar {
    min-height: 100vh
}

.register #sidebar {
    min-height: 100vh
}

.login #sidebar::after {
    position: absolute;
    content: "";
    top: 150px;
    left: 80px;
    height: 1px;
    width: calc(100% - 80px)
}

#appContent {
    padding: 0 80px 30px 30px;
    margin-bottom: 0;
    background: #fff;
    min-height: calc(100vh - 80px)
}

#appLogo {
    margin: 40px 0;
    display: inline-block
}

#appLogo img {
    max-height: 100px;
}

#clLogo {
    margin: 40px 0;
    background-image: url(../img/logo_client.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 105px
}

.login #appHeader, .register #appHeader {
    margin: 40px 0 60px
}

#appHeader {
    margin: 0 0 50px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e6e4f1;
    position: relative
}

#appHeader a {
    color: #f07f06
}

#appHeader a:hover {
    text-decoration: none;
    color: #4a4a4a
}

.login #appHeader h1, .register #appHeader h1 {
    margin: 0 0 0 20px
}

#appHeader h1 {
    margin: 0;
    line-height: 50px;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

#appHeader h3 {
    margin: 20px 0 0;
    font-weight: 300
}

.circleIcon {
    width: 50px;
    height: 50px;
    background-color: #f07f06;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle
}

.formWrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.login .formWrapper {
    width: 320px
}

.formWrapper .form-control {
    border: 1px solid #efeef8;
    color: #4a4a4a;
    box-shadow: none
}

#lesson-lector {
    vertical-align: middle;
    margin: 0 0 0 10px
}

.lector-audio {
    margin: 0 0 30px;
    text-align: right
}

.actions a {
    color: #fff
}

.actions button:hover a {
    color: #f07f06
}

.actions button.buttons-colvis {
    display: block
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f07f06
}

.pagination > li > a, .pagination > li > span {
    color: #f07f06
}

.ah-search {
    display: block
}

.ah-search .input-group {
    margin-left: -15px
}

.ah-search input {
    height: 47.2px
}

thead th {
    background: #f07f06 !important;
    color: #fff;
    font-weight: 400
}

.btn {
    background-color: #f07f06;
    border: 2px solid #f07f06;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 0;
    transition: .5s all
}

.btn:focus {
    background-color: #f07f06;
    border: 2px solid #f07f06;
    color: #fff;
    opacity: 1 !important;
}

.btn:hover {
    color: #f07f06 !important;
    background-color: #fff !important;
    border: 2px solid #f07f06 !important
}

.formWrapper .btn, .table-responsive + .btn {
    margin-top: 15px
}

.post-item.my-post .well {
    background-color: #f07f06;
    border-color: #f07f06
}

table i {
    color: #000;
    margin: 0 5px 0 0
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f07f06;
    border-color: #f07f06
}

#userBar {
    background: #fff;
    padding: 0 30px 30px 30px;
    border-left: 1px solid #fff
}

#userBar li:last-of-type {
    margin-right: 0
}

#userBar > ul > li > a {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}

#userBar li a i {
    color: #4a4a4a;
    margin-right: 10px
}

.padding-0 {
    padding: 0
}

#page-wrapper {
    margin: 0;
    border: 0;
    min-height: unset !important
}

#page-wrapper img:not(.preloader-logo):not(.company_logo) {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
    display: inline-block
}

.messages .label-info {
    background-color: #f07f06
}

td:last-of-type {
    min-width: 110px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.infoBar {
    margin-top: 10px
}

.question-answer {
    margin: 50px 0 0
}

.panel-default > .panel-heading {
    background: #f07f06;
    color: #fff
}

.infos, .infos.pag {
    text-align: right
}

.panel-blue, .panel-green, .panel-red, .panel-yellow {
    border-color: #efeef8
}

.panel-red .panel-heading {
    border-color: #f07f06;
    background-color: #f07f06
}

.panel-green .panel-heading {
    border-color: #32b73b;
    background-color: #32b73b
}

.panel-yellow .panel-heading {
    border-color: #f5a623;
    background-color: #f5a623
}

.panel-blue .panel-heading {
    border-color: #00a4a9;
    background-color: #00a4a9;
    color: #fff
}

.panel {
    border-radius: 8px;
    margin-bottom: 30px
}

.panel .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px
}

.panel .panel-heading i {
    line-height: 77px
}

.panel-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel .btn {
    color: #fff
}

.navbar-default .navbar-collapse {
    border: 0
}

.sidebar {
    width: 100%;
    margin: 0;
    border: 0;
    background: 0 0;
    position: relative
}

.sidebar ul li {
    background: 0 0;
    border-bottom: 1px solid #e8e6f4
}

.sidebar ul li a {
    background: 0 0;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px
}

.sidebar ul li a i:first-of-type {
    margin-right: 10px
}

.sidebar ul li a.active, .sidebar ul li a:hover {
    background: #f07f06;
    color: #fff
}

.sidebar .nav-second-level li {
    border: 0
}

.sidebar .nav-second-level li a {
    padding-left: 45px
}

.sidebar .nav-third-level li a {
    padding-left: 65px
}

.sidebar .nav-fourth-level li a {
    padding-left: 80px
}

.goBack {
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    line-height: 50px;
    color: #fff
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0 !important
}

.buttons-pdf {
    display: none
}

table.dividerhr {
    display: none
}

.table > tbody > tr.info:hover > td, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background: #f07f06;
    color: #fff
}

.ckeditor-html5-video video {
    max-width: 100%;
    width: 100%;
    height: auto
}

.policy, .statute {
    margin: 20px 0;
    width: 100%
}

.bounce {
    opacity: 1;
    transform: scale(1)
}

.report_error {
    z-index: 9999
}

.report_content {
    transform: scale(.1);
    position: fixed;
    right: 18pt;
    bottom: 120px;
    width: 360px;
    max-height: 0;
    opacity: 0;
    min-height: 50px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    background-color: #fff;
    transition: .5s all
}

.report_content h3 {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.report_content label {
    font-size: 12px
}

.report_circle {
    position: fixed;
    right: 18pt;
    top: auto;
    bottom: 18pt;
    height: 60px;
    width: 60px;
    padding: 0;
    border-radius: 50%;
    font-size: 23px;
    color: #fff;
    background-color: #f07f06;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s all
}

.report_circle__info {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #f07f06;
    font-size: 11px;
    color: #fff;
    padding: 3px 7px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    text-transform: uppercase;
    font-weight: 700
}

.report_circle.active, .report_circle:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

.report_circle:hover .report_circle__info {
    opacity: 1;
    visibility: visible
}

.report_error #files {
    margin: 5px 0
}

.report_content.active {
    max-height: 100%;
    opacity: 1;
    transform: scale(1);
    z-index: 9999
}

.form-group {
    position: relative
}

.form-group label {
    margin: 0;
    transition: all .3s ease;
    pointer-events: none;
    color: #666;
    font-weight: 400
}
.form-group label[for="remove_logo"] {
    pointer-events: initial;
    cursor: pointer;
}

.form-group.form-group-answer label {
    pointer-events: initial;
    color: #000
}

.report-input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #999 !important;
    padding: 10px 2px;
    font-size: 14px;
    transition: all .3s ease;
    box-shadow: none !important
}

.report-input:focus, .report_button {
    outline: 0 !important;
    border: 0;
    box-shadow: none !important
}

.form-group #message {
    max-height: 200px;
    min-height: 200px;
    overflow-y: scroll;
    resize: none
}

.form-group #message::-webkit-scrollbar {
    width: 3px
}

.form-group #message::-webkit-scrollbar-thumb {
    background: #f07f06
}

.report_button {
    border: none;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    background-color: #f07f06;
    transition: .5s all
}

.report_button:hover {
    background-color: #db7302
}

.report_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.report_info .enlarge-image:hover {
    cursor: pointer
}

.report_info .enlarge-image.active {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1002;
    padding: 50px
}

.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 1000
}

.dark-overlay.active {
    opacity: 1;
    visibility: visible
}

.report_files {
    position: relative
}

.report_files > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    content: attr(title);
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.report_files:hover span {
    visibility: visible;
    opacity: 1;
    cursor: pointer
}

.close-enlarge-image {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 1003;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;
    width: 75px;
    text-align: center
}

.close-enlarge-image:hover {
    background-color: #000;
    transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all
}

.report_close {
    position: absolute;
    right: 15px;
    display: flex;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #f07f06;
    color: #f3f3f3;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: .5s all
}

.report_close:hover {
    background-color: #db7302
}

.text-justify {
    text-align: justify
}

.status_report_0 {
    color: #d9534f
}

.status_report_1 {
    color: green
}

@media (max-width: 1630px) {
    #panels .panel-wrapper {
        width: 50%
    }
}

@media (max-width: 1400px) {
    #appContent, #sidebar, #userBar {
        padding: 0 30px
    }

    .login #sidebar::after {
        left: 30px;
        width: calc(100% - 30px)
    }

    .messages .dropdown-menu {
        min-width: 450px
    }
}

@media (max-width: 1100px) {
    #panels .panel-wrapper {
        width: 100%
    }
}

@media (max-width: 767px) {
    #sidebar {
        min-height: unset;
        padding: 15px;
        margin-bottom: 15px
    }

    .login #sidebar {
        min-height: unset
    }

    #sidebar::after {
        display: none
    }

    #appLogo {
        margin: 0
    }

    #appLogo img {
        max-height: 50px;
    }

    .login #appHeader {
        margin-top: 0
    }

    #appContent, #userBar {
        padding: 0 15px
    }

    #panels .panel-wrapper {
        width: 50%;
        float: left
    }

    #appContent {
        min-height: auto
    }

    .register #sidebar {
        min-height: auto
    }

    .register-form {
        flex-direction: column
    }

    .clauses-list {
        margin-top: 0
    }

    .register .flex-col-second {
        margin-left: 0 !important
    }

    .register .divide-hr {
        margin-top: 50px
    }

    .collapse-checkbox {
        display: none
    }

    #side-menu li.hidden {
        display: block !important
    }
}

@media (min-width: 768px) {
    .modal-history-responses .modal-dialog {
        width: 800px !important
    }

    .full-window #appContent {
        padding-right: 30px
    }
}

@media (min-width: 577px) {
    .full-window #userBar .lesson-top-info {
        visibility: visible
    }

    .full-window .learning-section > .lesson-top-info {
        display: none !important
    }
}

.lesson-top-info {
    display: none
}

@media (max-width: 576px) {
    #panels .panel-wrapper {
        width: 100%
    }

    #userBar {
        padding: 0
    }

    #userBar > ul {
        text-align: left
    }

    .report_content {
        right: 4px !important;
        max-width: 350px;
        width: 100%
    }

    .full-window .logo-full-window {
        margin-left: 15px
    }

    .full-window .slides-control .btn {
        padding: 12px 10px
    }

    #userBar .lesson-top-info {
        display: none
    }

    .learning-section > .lesson-top-info {
        display: block
    }

    .full-window .learning-section > .lesson-top-info {
        visibility: visible
    }

    .full-window .navbar-top-links > .global-option {
        right: 0
    }
}

.nav-tabs {
    border: 0;
    margin: 0 0 5px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    border: 0;
    background: #f07f06
}

.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    pointer-events: none
}

.lesson-learning .nav-tabs > li > a, .lesson-preview .nav-tabs > li > a {
    pointer-events: initial
}

.nav-tabs > li > a:hover {
    border: 0
}

.form-group .answer-info {
    width: auto !important;
    white-space: inherit;
    text-align: left
}

.exam-stat-answer:nth-of-type(2n) {
    clear: left
}

.question-list .active {
    display: block
}

.question_item {
    display: none
}

.question_item .hidden {
    display: none
}

.question_item img {
    max-width: 100%;
    height: auto !important
}

.question-list-index {
    margin: 50px 0
}

.question-list-container {
    margin-bottom: 50px
}

.question-list-index > span {
    display: inline-block;
    border: 1px solid #999;
    padding: 8px 10px;
    margin: 1px;
    width: 50px;
    text-align: center;
    cursor: pointer
}

.question-list-index span.active {
    border: 4px solid #f07f06 !important
}

.question-list-index span.correct {
    background-color: #00ba00;
    color: #f3f3f3;
    border: 0
}

.question-list-index span.wrong {
    background-color: red;
    color: #f3f3f3;
    border: 0
}

.reset_questions {
    background-color: #f07f06;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-weight: 700
}

.form-group-answer.correct_answer span {
    background-color: #00ba00;
    color: #f3f3f3;
    padding: 5px 10px
}

.form-group-answer .correct_answer {
    background-color: #00ba00;
    color: #f3f3f3;
    padding: 5px 10px
}

.form-group-answer.wrong_answer span {
    background-color: red;
    color: #f3f3f3;
    padding: 5px 10px
}

.disabled {
    opacity: .5
}

.required_field {
    border: 1px solid red !important
}

.any_order-checkbox {
    display: none
}

.table-responsive .actions {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0
}

.date-range-form .btn {
    padding: 5px 20px
}

.btn-export {
    margin: 10px 0;
    float: right
}

.swal-text {
    text-align: center
}

.date-control {
    width: 170px;
    float: left;
    height: 34px;
    margin-right: 10px;
    padding: 0 10px
}

.ckeditor-html5-video {
    position: relative
}

.video-custom-panel {
    position: absolute;
    bottom: 6px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.video-buttons-custom, .video-custom-panel .duration-info {
    background-color: rgba(0, 0, 0, .5)
}

.video-custom-panel span {
    color: #fff
}

.video-custom-panel span i {
    padding: 15px;
    cursor: pointer
}

.video-custom-panel .fullscreen-buttons {
    z-index: 9999;
    position: fixed
}

.video-custom-panel .duration-info {
    padding: 10px
}

.video-custom-panel.fullscreen-buttons {
    z-index: 9999;
    left: 0;
    position: fixed
}

video.fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    background-color: #000;
    transition: 1s opacity
}

body.fullscreen-bg {
    overflow: hidden
}

.divide-hr {
    max-width: 320px;
    margin-left: 0
}

.register-btn:after {
    content: '\203A';
    font-size: 15px;
    margin-left: 5px
}

.register-form h2 {
    margin: 0 0 20px !important;
    border-bottom: 1px solid #d5dfef;
    padding: 15px 0;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700
}

.register-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

.register .flex-col-first {
    flex: 0 0 30%
}

.register .flex-col-second {
    flex: 1 0 50%;
    margin-left: 8.33%
}

.clauses-list label {
    font-weight: 400;
    margin-bottom: 10px
}

.clauses-list {
    margin-top: 30px
}

.appHeader {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.choose-lang {
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 0;
    width: 70px
}

.register-form input.error {
    border: 1px solid #a94442
}

.register-form .label-error.term-standard {
    color: #a94442
}

.register-form .label-error:not(.term-standard) {
    margin-top: 2px;
    color: #a94442;
    display: block;
    font-size: 12px
}

.register-form .label-error.terms {
    margin-top: -10px
}

.page h2 {
    margin-bottom: 20px
}

.page-content ol {
    padding-left: 16px
}

.term-more {
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
    color: #f07f06;
    cursor: pointer
}

.term-more:focus, .term-more:hover {
    color: #a4a4a4;
    text-decoration: none
}

.term-content {
    margin-bottom: 10px;
    display: none
}

.btn.change-lang {
    text-decoration: none !important;
    color: #fff
}

.btn.change-lang:hover {
    color: #f07f06;
    text-decoration: none !important
}

.term-header-index {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.disable-link {
    pointer-events: none;
    color: #888 !important
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1920px !important
    }
}

audio, video {
    outline: 0 !important
}

.noscript-container {
    position: fixed;
    margin: 0 auto;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    color: #fff
}

.noscript-container h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 40px);
    text-align: center;
    margin: 0 20px
}

.panel .report-message {
    width: 100%;
    overflow-x: hidden;
    min-height: 100px
}

.collapse-checkbox {
    cursor: pointer;
    margin: 0 0 10px 5px;
    width: 100%;
    font-weight: 700;
    transition: .5s color;
    -moz-transition: .5s color;
    -o-transition: .5s color;
    -webkit-transition: .5s color
}

.collapse-checkbox:hover, .collapse-checkbox:not(.active) {
    color: #f07f06
}

.navbar {
    min-height: unset !important
}

.slides-control button.btn {
    background-color: #fff;
    border: 0
}

.slides-control button.btn:hover {
    border: 0 !important;
    outline: 0;
    opacity: .6 !important
}

.slides-control button.btn:focus {
    border: 0 !important;
    outline: 0;
    opacity: 1 !important
}

.slides-control button.btn:focus {
    box-shadow: unset
}

#save-lesson .save-lesson-btn {
    background-color: #fff;
    border: 0
}

.save-lesson-btn:hover {
    border: 0 !important
}

.save-lesson-btn:focus {
    outline: 0 !important;
    box-shadow: unset !important;
    border: 0 !important
}

.ml-auto {
    margin-left: auto
}

.panel-report-responses .panel-title {
    display: flex;
    align-items: center
}

.history-responses {
    cursor: pointer;
    font-size: 12px
}

.history-responses:hover {
    text-decoration: underline
}

.response-title {
    display: flex
}

.modal-header {
    border-color: #f07f06;
    background-color: #f07f06;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff
}

.modal-history-responses .modal-body {
    max-height: 700px;
    overflow-y: auto
}

.modal-history-responses .modal-header {
    display: flex
}

.response-content {
    margin: 20px 0
}

.btn[disabled] {
    opacity: .3
}

.slides-control button.btn {
    background-color: #fff;
    border: 0
}

.slides-control button.btn:hover {
    border: 0 !important;
    outline: 0;
    opacity: .6 !important
}

.slides-control button.btn:focus {
    box-shadow: unset
}

#save-lesson .save-lesson-btn {
    background-color: #fff;
    border: 0
}

.save-lesson-btn:hover {
    border: 0 !important
}

.save-lesson-btn:focus {
    outline: 0 !important;
    box-shadow: unset !important;
    border: 0 !important
}

.ml-auto {
    margin-left: auto
}

.panel-report-responses .panel-title {
    display: flex;
    align-items: center
}

.history-responses {
    cursor: pointer;
    font-size: 12px
}

.history-responses:hover {
    text-decoration: underline
}

.response-title {
    display: flex
}

.modal-header {
    border-color: #f07f06;
    background-color: #f07f06;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff
}

.modal-history-responses .modal-body {
    max-height: 700px;
    overflow-y: auto
}

.modal-history-responses .modal-header {
    display: flex
}

.response-content {
    margin: 20px 0
}

.progress-bar {
    color: #000
}

.btn-report-delete {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%)
}

.btn-report-delete .btn, .btn-report-delete .btn:hover {
    color: #fff !important;
    border: 0 !important;
    text-decoration: none !important
}

.btn-report-delete .btn:hover {
    opacity: 1 !important;
    background-color: red !important
}

@media (min-width: 768px) {
    #page-wrapper .row > .col-lg-12 {
        padding: 0
    }
}

.alert-wrong-login {
    position: relative;
    text-align: center;
    padding: 15px 0 !important
}

.alert-wrong-login .fa-exclamation-triangle {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px
}

.alert-wrong-login button.close {
    position: absolute;
    top: 5px;
    right: 10px
}

.alert-wrong-login .old-platform {
    display: block;
    background-color: #f07f06;
    margin: 10px auto;
    max-width: 150px;
    padding: 10px 0;
    font-weight: 700
}

.contact-credo {
    position: relative;
    padding: 15px 0;
    float: left
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: none
}

.preloader.active {
    transition: 1s all;
    display: block
}

.preloader-logo {
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.full-window #sidebar, .full-window .contact-credo, .full-window .lesson-info, .full-window .report_circle {
    display: none
}

.screen-change {
    cursor: pointer;
    font-size: 20px;
    padding-left: 20px
}

.screen-change img {
    width: 18px;
    margin-top: -3px
}

.screen-change.active {
    position: absolute;
    right: 25px;
    top: 25px
}

.learning-section {
    transition: .5s width
}

.full-window .learning-section {
    width: 100% !important
}

.full-window .navbar-top-links li:not(.global-option) {
    visibility: hidden;
    display: none
}

.logo-full-window {
    display: none
}

.full-window .logo-full-window {
    display: block;
    float: left;
    max-width: 170px;
    margin-top: 15px
}

.full-window #appContent {
    margin-top: 30px
}

.full-window .slides-control {
    display: flex;
    justify-content: flex-end
}

.full-window .nav-tabs {
    margin-top: 20px
}

.full-window #reportForm, .lesson-top-info {
    visibility: hidden
}

.full-window .lesson-top-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.lesson-top-info span:first-child {
    margin-top: 13px
}

.d-none {
    display: none
}

.full-window .text-change-visibility {
    position: absolute !important;
    right: 60px;
    top: 24px
}

.text-change-visibility {
    font-size: 22px;
    color: #000;
    cursor: pointer
}

.full-window #userBar {
    position: relative
}

.full-window .navbar-top-links > .global-option {
    position: absolute;
    top: 0
}

.lesson-slides-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}