/* General */
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
    background: #f0f0f0;
    color: #202021;
    font-size: 17px;
}

.alert, .body-sign .card-sign .card-title-sign .title, 
.btn, 
.card, 
.card-header, 
.card-body, 
.card-footer, 
.form-control, 
.dropdown-menu, 
.header, 
.nav, 
.input-group, 
.nav-pills, 
.nav-link, 
.progress, 
.progress-bar, 
.notification-icon, 
.sidebar-left, 
.tab-navigation nav > ul > li > a, 
.toggle-menu, 
.toggle-sidebar-left, 
.inner-wrapper, 
.rounded, 
.thumb-info-type,
.breadcrumb {
    border-radius: 0;
}

.container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.inner-wrapper {
    display: block;
    min-height: 100vh;
    padding-top: 60px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    margin-bottom: -220px;
}

.active,
.active a,
ul.sidebar-menu li.active a {
    color: #a2c500;
}

/* Helper classes */
.flex {
    display: flex;
}

.vh-100 {
    min-height: 100vh !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-5percent {
    margin-top: 5%;
}

.mb-5percent {
    margin-bottom: 5%;
}

.padding-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}
  
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.rule-top {
    margin: 4% 0 4% 0;
}

.rule-bottom {
    margin: 7% 0 2% 0;
}

.centered {
    display: block;
    margin: 0 auto;
}

.no-border {
    border: none !important;
}

/* Typography */
h1, 
h2, 
h3, 
h4, 
h5 {
    color: #0d2878;
}

h1 {    
    margin-top: 10px;
    font-size: 3.6rem;
}

h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}

h3 {
    font-size: 2.4rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;        
    border-top: 1px solid rgba(0,0,0,.1) !important;
}

a {
    color: #0d2878;
}

.big-fa {
    font-size: 120px;
    margin-bottom: 15px;
}

/* Buttons */
.btn {
    min-width: 100px;
    font-size: 16px;
}

.btn-primary,
.btn-secondary  {
    background: #0d2878;
    border-color: #0d2878;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0;
}

.btn-secondary {
    background: #0056b3;
    border-color: #0056b3;
    cursor: pointer;
}

.btn-outline-secondary {
    padding: 10px 15px;
    border-color: #0d2878;
    color: #0d2878;
    border-radius: 0;
}

.btn-primary:hover {
    background: transparent;
    color: #0d2878
}

.btn-outline-secondary:hover {
    background: #0d2878;
    color: #fff;
}

.btn:focus {
    outline: none !important;
}

.btn-colorselector {
    border: 1px solid #202021;
}

.btn-danger {
    padding: 10px 15px;
}

.btn-size {
    min-width: unset;
    font-size: 20px;
    padding: 0 5px;
    line-height: 1;
    margin-top: -1px;
}

.btn-file-input {
    padding: 0;
    padding: 3px 8px;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 30px;
}

/* Login */
.elearning-bg {
    background: url(../img/elearning-bg.jpg) 0% 0% no-repeat;    
    background-size: cover;
}

.login-screen {
    padding: 3%;
    box-shadow: -3px 0 24px rgba(0, 0, 0, .5);
}

.logo {
    max-width: 97px;    
}

.content {
    margin-top: 20%;
    padding-bottom: 50px;   
}

.form-control {
    background: transparent;    
    border-bottom: 1px solid #0d2878;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0;    
    box-shadow: none !important;
}

.has-feedback label ~ .form-control-feedback {
    font-size: 20px;
    top: 30px;
    right: -5px;
}

.setting-container .form-group {
    float: left;
    clear: both;
}

.ribbon {
    width: 100%;    
    display: block;
    margin: 0 auto;
}

.ribbon img {
    max-width: 100%;
    height: auto;
}

.input-group-addon {
    color: #333;
    font-size: 20px;
    margin-left: -15px;   
    border: none; 
    border-bottom: 1px solid #0d2878;
    border-radius: 0;
}

.menu {
    background: #0d2878;    
}

.menu .logo {
    margin-top: 40px;
}

.content-bak {
    padding: 40px;
    box-shadow: -3px 0 24px rgba(0, 0, 0, .5);
}

.main-menu {
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

.main-menu li {
    /*border-bottom: 1px solid #fff;*/
    margin-bottom: 30px;    
    text-align: center;    
}

.main-menu li i {
    font-size: 26px;
    display: block;    
}

.main-menu li a {
    text-transform: uppercase;
    color: #fff;    
}

.content h1 {
    border-bottom: 1px solid #0d2878;
}

/* Header */
header.header {
    height: 60px;
    background: #f0f0f0;    
    position: fixed;
    width: 100%;
    z-index: 3;
}

header.header .login-logos {
    margin-top: 5px;
}

.main-title {
    margin-top: 15px;
    margin-bottom: 0;
}

/* Userbox */
.header-user {
    padding-top: 13px;
}

.userbox {
    display: inline-block;    
    position: relative;
    vertical-align: middle;
    text-align: left;    
}

.userbox a:hover,
.userbox a:active,
.userbox a:focus {
    text-decoration: none;
}

.userbox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.userbox.open > a {
    position: relative;
    z-index: 3;
}

.userbox .profile-picture img {
    width: 35px;
    color: transparent;
}

.rounded-circle {
    border-radius: 50% !important;
}

.userbox .profile-info, 
.userbox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.userbox .profile-info {
    margin: -3px 25px 0 10px;
}

.userbox .name, .userbox .role {
    display: block;
}

.userbox .name {
    color: #212121;
    font-size: 13px;
    line-height: 1.1;
    margin-top: 5px;
}

.userbox .role {
    color: #c2c2c2;
    font-size: 12px;
}

.userbox .custom-caret {
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

.userbox .custom-caret::before {
    content: "\f107";
}

.userbox.open > a .custom-caret::before {
    content: "\f106";
}

.userbox.open .dropdown-menu {
    border: none;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    box-sizing: content-box;
    left: -20px !important;
    padding: 45px 10px 0;
    top: -10px !important;    
    z-index: 2;
}

.userbox .dropdown-menu a {    
    color: #404040;
    display: block;
    line-height: 1.5;
    padding: 4px 10px;
    font-size: 15px;
}

.userbox .dropdown-menu a:hover {
    background: #0d2878;
    color: #fff;
}



/* Sidebar */
.sidebar-left {
    background: #0d2878;        
    width: 300px;
    z-index: 3;    
    bottom: 0;
    left: 0;    
    position: fixed;
    top: 60px;    
    transition: all .5s;
}

.sidebar-left .sidebar-header .sidebar-title {    
    color: #f0f0f0;
    padding: 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-toggle {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}

.sidebar-hamburger span {
    background: #fff;
    display: block;
    margin-bottom: 5px;
    height: 2px;
    width: 22px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

header .sidebar-hamburger span {
    background: #202021;
}

.sidebar-hamburger:hover span:nth-child(1) {
    width: 12px;
}

.sidebar-hamburger:hover span:nth-child(3) {
    width: 12px;
}

/* Sidebar menu*/
ul.sidebar-menu li a {
    display: block;
    color: #f0f0f0;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 12px 25px;
}

ul.sidebar-menu > li > a:hover, 
ul.sidebar-menu > li > a:focus {
    color: #a2c500;
    background: transparent;
    text-decoration: none;
}

ul.sidebar-menu li i {
    font-size: 20px;
    width: 1.1em;
    margin-right: 0.5em;
    text-align: center;
    vertical-align: middle;
}

ul.sidebar-menu li span {
    vertical-align: middle;
}

/*Main content */
.menu-header {    
    box-shadow: 1px 3px 0 1px #c2c2c2;    
    transition: all .5s;
}

.breadcrumb {
    background: #0d2878;    
    color: #f0f0f0;
    font-size: 15px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #f0f0f0;    
}

.breadcrumb > .active {
    color: #a2c500;
}

/* Content */
.content-body {
    padding-top: 3%;
}

.content-container {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 2% 0 5% 0;
    margin: 5% 0 2% 0;
}

/* Program */
a.card-link {
    text-decoration: none;
    color: unset;
}

.card {
    background: transparent;
    box-shadow: none;
    border: none;
    margin-top: 2.2rem;
    position: relative;
    border: 4px solid transparent;    
    transition: border .5s;    
    z-index: 0;
}

.card-header {
    background: #f7f7f7;
    border-bottom: 1px solid #d9d9d9;
    padding: 18px;
    position: relative;
    font-size: 18px;
    margin: 0;
}

.card-body {
    background: #f0f0f0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    padding: 15px;    
}

.card:hover,
.card-active {
    border: 4px solid #a2c500;
}

.ribbon-box {
    position: absolute;
    right: -5px; 
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; 
    height: 75px;
    text-align: right;
}

.ribbon-box span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#a2c500 0%, #a2c500 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; 
    right: -21px;
}

.ribbon-box span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #a2c500;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a2c500;
}

.ribbon-box span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #a2c500;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a2c500;
}

.field-sitesettingvalidation-titlefontsize .control-label,
.field-sitesettingvalidation-subtitlefontsize .control-label,
.field-sitesettingvalidation-bodyfontsize .control-label,
.field-sitesettingvalidation-menufontsize .control-label,
.field-sitesettingvalidation-dyslexiefont label {
    float: left;
    font-weight: 400;    
    margin-right: 20px;
}

#sitesettingvalidation-dyslexiefont {
    float: right;
    margin: 5px 0 0 15px;
}

.bootstrap-touchspin-injected {    
    width: 100px;
}

.bootstrap-touchspin-injected .input-group-btn:last-child > .btn, 
.bootstrap-touchspin-injected .input-group-btn:last-child > .btn-group {
    margin-left: 0;    
}

.size-range-input {
    border: 1px solid #0d2878 !important;
    height: 20px;    
    text-align: center;
}

/* Course */
.course {
    background: #0d2878;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 20px;
    position: relative;
}

.course.simple,
.course.topic.simple {
    padding: 0 30px;
}

.course h3, 
.course p,
.course a {
    color: #fff;
}

.course-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.date {
    font-size: 14px;
    margin-bottom: 15px;
}

.description {
    font-weight: 100;
}

.arrow {
    position: absolute;
    right: 30px;
    top: 45%;
    font-size: 30px;    
    cursor: pointer;
}

.topic {
    width: 90%;
    margin-left: 10%;
    background: #4c73c7;
}

.topic-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 15px;
}

.display-list-select {
    font-size: 24px;
    float: right;
}

.display-list-select i {
    cursor: pointer;
}

.attachment-list {
    list-style: none;
}

.attachment-list li {
    position: relative;
    margin-bottom: 10px;
}

.attachment-list li.child {    
    margin-left: 30px
}

.attachment-list li:before {
    font-family: 'Font Awesome 5 Free';    
    position: absolute;
    display: block;
    left: -20px;
    content: '';         
}

.attachment-list li.pdf:before {
    content: '\f1c1';
}

.attachment-list li.doc:before,
.attachment-list li.docx:before {
    content: '\f1c2';
}

.attachment-list li.url:before {
    font-weight: 900;
    content: '\f0c1';
}

.scorm-img {
 opacity: .5;
 transition: all .5s;
 width: 320px;
 height: 180px;
}

.scorm-container {
    position: relative;
    max-width: 320px;
}

.scorm-container:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f04b';
    font-size: 60px;
    left: 125px;
    top: 45px;
    z-index: -1;
    color:black;
}

.scorm-container:hover .scorm-img {
    opacity: 1;
}

.modal-header {
    border: none;
    background: #0d2878;
}

.modal-header h2 {
    font-size: 2.4rem;
    color: #fff;
    margin: 0;
}

.modal-content {
    border-radius: 0;
}

#modal h1:first-child {
    display: none;
}

.disclaimer {
    font: 300;
    font-size: 13px;
    color: #9a9ba8;
}

.disclaimer p {
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .menu-header {
        left: 300px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 60px;
        z-index: 1;
    }

    .content-body {
        margin-left: 300px;
    }

    body.sidebar-left-collapsed .sidebar-left {
        width: 73px;
    }

    body.sidebar-left-collapsed .content-body {
        margin-left: 73px;
    }

    body.sidebar-left-collapsed .sidebar-left a span {
        visibility: hidden;
    }

    body.sidebar-left-collapsed .menu-header {
        left: 73px;
    }

    body.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -300px;
        opacity: 0;
    }
}

@media (max-width: 768px) { 
    .flex {
        display: block;
    }

    header.header {
        position: relative;
        height: 32px;
    }

    .header-user {
        text-align: left;
    }

    .sidebar-left {
        display: none;
        width: 100%;        
    }

    body.sidebar-mobile-visible {
        overflow: hidden;
    }

    .big-fa {
        font-size: 90px;
    }
}

@media (max-width: 576px) { 
    html {
        font-size: 50%;
    }    
}