@font-face {
    font-family: lcd14;
    src: url(../fonts/lcd14.ttf) format("truetype"), url("../fonts/lcd14.svg") format("svg"); ;
    font-weight: 400;
    font-style: normal;
}
body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
}
#pagecontent {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
}
.container .text-muted {
    margin: 20px 0;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
code {
    font-size: 80%;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper {
    z-index: 2000;
    position: fixed;
    left: -350px;
    width: 350px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #a4a4a7;
}
#wrapper.toggled #sidebar-wrapper {
    left: 0;
    -webkit-box-shadow: 5px 0 8px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 0 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 8px 0 rgba(0, 0, 0, 0.5);
}
.sidebar-nav {
    top: 0;
    width: 350px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 0;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
}
.sidebar-nav li a p {
    display: block;
    padding: 5px 20px 5px 20px;
    line-height: 16px;
    margin: 0;
}
.sidebar-nav li.sidebar-brand {
    background-color: #333;
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    padding: 10px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: 0 0;
}
.btn-primary {
    color: #fff;
    background-color: #606060;
    border-color: #c6c6c6;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #919191;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #919191;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #919191;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #919191;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #606060;
    border-color: #c6c6c6;
}
.btn-primary .badge {
    color: #606060;
    background-color: #fff;
    border-color: #fff;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
}
#pagecontent {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    padding: 80px 15px 50px 0;
}
#pagecontent .page-header {
    margin-top: 0;
}
.navbar-fixed-bottom.toggled,
.navbar-fixed-top.toggled {
    left: 280px;
}
#pagecontent.toggled {
    margin-left: 280px;
}
.progress {
    height: 13px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
    padding-left: 105px;
}
.progress-bar {
    font-size: 12px;
    line-height: 14px;
    background-color: #878787;
}
.progress-text {
    float: left;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 9px;
    margin-left: 5px;
    margin-left: -100px;
}
.progress-bar.section {
    background-color: #b2b2b2;
}
.titlebar {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #777;
}
#content {
    margin-top: 20px;
    margin-bottom: 80px;
}
#cc_well {
    margin-top: 20px;
    display: none;
    margin-bottom: 0;
}
#cc_text {
    margin-bottom: 0 !important;
}
#audiooff_nav,
#play_nav {
    display: none;
}
#toolbox {
    display: none;
    border-bottom: 1px solid #e7e7e7;
}
.typeicon {
    display: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #919191;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 50px;
    margin-bottom: 5px;
    float: right;
}
.typeholder {
    position: fixed;
    right: 0;
    width: 50px;
    bottom: 80px;
    z-index: 5000;
}
.navbar-fixed-bottom .navbar-btn {
    margin-left: 5px;
}
.sitelogo {
    margin-top: 5px;
    max-height: 40px;
}
.courstitle {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-left: 0;
    font-weight: 700;
}
.navbar-header .navbar-toggle {
    padding: 6px 9px;
}
.glow {
    color: #ff0;
}
.sidebar-nav ul {
    list-style-type: none !important;
    padding-left: 0;
}
.sidebar-nav ul p {
    margin: 0;
    padding: 3px 8px;
}
.sidebar-nav ul > li {
    background-color: #666;
    color: #fff;
    border-bottom: 1px solid #333;
}
.sidebar-nav li p:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: -15px;
    margin-right: 5px;
    top: 0;
}
.sidebar-nav li p.inprogress:before {
    content: "\f042";
    font-weight: 400;
}
.sidebar-nav li p.finished:before {
    content: "\f058";
    font-weight: 900;
}
.sidebar-nav ul > li p {
    padding-left: 20px;
    background-position: 5px 8px;
}
.sidebar-nav ul > ul > li p {
    padding-left: 40px;
    background-position: 25px 8px;
}
.sidebar-nav ul > ul > ul > li p {
    padding-left: 60px;
    background-position: 45px 8px;
}
.sidebar-nav ul > ul > ul > ul > li p {
    padding-left: 80px;
    background-position: 65px 8px;
}
.sidebar-nav ul > ul > ul > ul > ul > li p {
    padding-left: 100px;
    background-position: 85px 8px;
}
.sidebar-nav ul > ul > ul > ul > ul > ul > li p {
    padding-left: 120px;
    background-position: 105px 8px;
}
.sidebar-nav ul > ul > li,
.sidebar-nav ul > ul > li a {
    background-color: grey;
    color: #fff;
    border-bottom: 1px solid #666;
}
.sidebar-nav ul > ul > ul > li,
.sidebar-nav ul > ul > ul > li a {
    background-color: #999;
    color: #000;
    border-bottom: 1px solid grey;
}
.sidebar-nav ul > ul > ul > ul > li,
.sidebar-nav ul > ul > ul > ul > li a {
    background-color: #b3b3b3;
    color: #000;
    border-bottom: 1px solid #999;
}
.sidebar-nav ul > ul > ul > ul > ul > li,
.sidebar-nav ul > ul > ul > ul > ul > li a {
    background-color: #ccc;
    color: #000;
    border-bottom: 1px solid #b3b3b3;
}
.sidebar-nav li.pagelink,
.sidebar-nav li.pagelink a {
    background-color: #e5e5e5;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.sidebar-nav li.pagelink a.inactive,
.sidebar-nav li.pagelink a.inactive:hover {
    opacity: 0.5;
    cursor: not-allowed !important;
}
#breadcrumb {
    padding: 10px 0 0 20px;
    color: #a6a6a6;
    font-size: 11px;
}
img.whiteborder {
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.navbar-toggle {
    margin-left: 15px;
    margin-right: 0;
    float: left;
}
.padbot {
    padding-bottom: 20px;
}
.btn-danger {
    background-color: red;
    border-color: #960000;
}
.warning {
    font-family: Arial, Helvetica, sans-serif;
}
.caution {
    font-family: Arial, Helvetica, sans-serif;
}
.warning:before {
    content: url(../images/gui/warning.png);
    display: block;
    width: 20px;
    height: 17px;
    float: left;
    margin: 0 10px 0 0;
}
.caution:before {
    content: url(../images/gui/caution.png);
    display: block;
    width: 20px;
    height: 18px;
    float: left;
    margin: 0 10px 0 0;
}
.responsive-stacked-table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
    vertical-align: top;
}
.responsive-stacked-table .embedd {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    vertical-align: top;
    border: none;
}
.responsive-stacked-table .embedd tr:first-child {
    padding: 10px;
    border-top: none;
    vertical-align: top;
}
.responsive-stacked-table .embedd tr {
    padding: 10px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
.responsive-stacked-table .embedd td,
.responsive-stacked-table .embedd th {
    padding: 10px;
    border-top: none;
    vertical-align: top;
}
.responsive-stacked-table td,
.responsive-stacked-table th {
    padding: 10px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
.responsive-stacked-table thead {
    background: #eee;
    border-bottom: 3px solid #ddd;
}
.responsive-stacked-table tr:nth-child(even) {
    background: #f5f5f5;
}
.responsive-stacked-table .embedd tr:nth-child(even) {
    background: 0 0;
}
.responsive-stacked-table .fa {
    margin-right: 5px;
}
.responsive-stacked-table .fa-check-circle {
    color: #690;
}
.responsive-stacked-table .fa-times-circle {
    color: #c00;
}
.smooth_zoom_preloader {
    background-image: url(../images/gui/preloader.gif);
}
.smooth_zoom_icons {
    background-image: url(../images/gui/icons.png);
}
video {
    width: 95% !important;
    height: auto !important;
}
#alertModal {
    height: 200px;
    top: calc(50% - 100px) !important;
}
.modal-sm {
    width: 300px;
    margin: 10px auto;
}
input[type="submit"] {
    height: 30px;
}
.submitbutton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 0, #dfdfdf 100%);
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #3c3a3b;
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.submitbutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0, #ededed 100%);
    background-color: #dfdfdf;
}
.submitbutton.active {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #919191)) !important;
    background: -moz-linear-gradient(center top, #b2b2b2 5%, #919191 100%) !important;
    background: -ms-linear-gradient(top, #b2b2b2 0, #919191 100%) !important;
    background-color: #919191 !important;
    color: #fff !important;
}
p.navLink > a:link,
p.navLink > a:visited {
    border-radius: 25px;
    border: 2px solid #000;
    background-color: #919191;
    color: #fff;
    padding: 14px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bolder;
    margin: 4px;
    cursor: pointer;
}
p.navLink > a:active,
p.navLink > a:hover {
    background-color: #dfdfdf;
    border: 2px solid #919191;
}
.navLinkButton {
    height: 50px;
    width: 300px;
    vertical-align: middle;
}
.dragTarget {
    background-color: #919191;
    border: 2px #000 solid;
    color: #fff;
}
.dropTarget {
    background-color: #dfdfdf;
    border: 2px #000 dashed;
    color: #000;
}
@media (min-width: 768px) {
    .modal-dialog.model-reg {
        width: auto;
        margin: 10px;
    }
}
@media (min-width: 1024px) {
    .modal-dialog.model-reg {
        width: 980px;
        margin: 30px auto;
    }
}
@media (max-width: 940px) {
    .courstitle {
        display: none;
    }
}
@media (max-width: 331px) {
    .navbar-fixed-bottom .navbar-btn {
        margin-left: 1px;
    }
}
