/* Helpers
   ========================================================================== */
.m0 {margin: 0 !important;}
.mt0 {margin-top: 0 !important;}
.mr10 {margin-right: 10px !important;}
.mr24 {margin-right: 24px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb24 {margin-bottom: 24px !important;}
.p0 {padding: 0 !important;}
.p12 {padding: 12px !important;}
.p40 {padding: 40px !important;}
.pt0 {padding-top: 0 !important;}
.pt8 {padding-top: 8px !important;}
.pt10 {padding-top: 10px !important;}
.pt12 {padding-top: 12px !important;}
.pb0 {padding-bottom: 0 !important;}
.pb12 {padding-bottom: 12px !important;}
.pl16 {padding-left: 16px !important;}
.valign-wrapper {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.valign-wrapper .valign {
    display: block;
}
.fullWidth {width: 100%;}

.loadingImg {
    width: 100%;
    text-align: center;
}
#loadingOverlay,
.loadingOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #E5E6E6;
    left: 0;
    top: 0;
    z-index: 1;
}
.greyText {
    color: #9e9e9e !important;
}
.white {
    background: white !important;
}
.noBorder {border: none;}
.uppercase {text-transform: uppercase;}
.overflowCtn {overflow: auto;}
.overflow {overflow: hidden;}
.modalContentFixed {
    overflow: auto !important;
    height: auto;
    max-height: calc(100vh - 172px) !important;
}
.truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.truncate-3 {
   max-height: 48px;
   -webkit-line-clamp: 3;
}
.ui-button-icon-only .ui-icon {
    margin-left: 0;
}
/* General
   ========================================================================== */
#mainCtn, #content {
    position: relative;
    height: 100%;
}
a {outline: none;}
.pointer {cursor: pointer;}
.dropFilesBox {
    border-style: dashed;
    border-color: #E0E0E0;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    max-height: 400px;
    min-height: 100px;
    background: #f8fafb
}
.dropFilesBoxOver {
    border-color: #26ace0;
}
.dropFilesBox.has-error {
    border-color: #f44336;
}
#imgDiv canvas {
    max-height: 240px;
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.videoViewed span.title {
    color: #0aa89e !important;
}
.relative.card-head .tools {
    position: absolute;
    top: 6px;
    right: 0;
}
/* Login
   ========================================================================== */
.help-block{
    display: none;
}
.has-error .help-block{
    display: block;
}
/* List
   ========================================================================== */

.list div.tile {
    background: #f2f3f3;
    margin: 0;
    border-radius: 3px;
}
.list div.tile:hover {
    background: #DFE1E1;
}
.list .tile .tile-text i {
    margin: 0 6px 0 0;
}
#libraryList ul ul{
    padding-left: 30px;
}

.modal-header, 
.modal-footer {
    border: none;
}
.modal-title {
    text-transform: uppercase;
}

#libraryList .fa-angle-down,
.collapseList .fa-angle-down {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#libraryList .collapsed .fa-angle-down,
.collapseList .collapsed .fa-angle-down  {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ui-state-highlight {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 48px;
    margin: 5px 0;
    padding: 0;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sectionFloatingLibrary {
    position: fixed;
    right: 24px;
    bottom: 12px;
}
.sessionStatus span {
    padding-left: 0 !important;
}

.list .alert {
    border: none !important;
    padding: 0;
    margin: 3px 0;
}
.list .alert.alert-callout::before {
    z-index: 1;
    top: 0;
    bottom: 0;
    border-radius: 3px 0 0 3px;
}
#courseImage button,
#bgImage button {
    position: absolute;
    left: 24px;
    top: 12px;
    z-index: 1;
}

/* Profile
   ========================================================================== */
#profileCtn .list .editCtn,
#profileCtn .card-actionbar-row {
    display: none;
}

/* Commets
   ========================================================================== */
.rating {
    padding: 6px 6px 0 0;
}
.rating i {
    font-size: 18px;
    line-height: 18px;
    color: #d2d2d2;
}
.rating_1 i:nth-child(1),
.rating_2 i:nth-child(1),
.rating_3 i:nth-child(1),
.rating_4 i:nth-child(1),
.rating_5 i:nth-child(1) {
    color: #edb867;
}
.rating_2 i:nth-child(2),
.rating_3 i:nth-child(2),
.rating_4 i:nth-child(2),
.rating_5 i:nth-child(2) {
    color: #edb867;
}
.rating_3 i:nth-child(3),
.rating_4 i:nth-child(3),
.rating_5 i:nth-child(3) {
    color: #edb867;
}
.rating_4 i:nth-child(4),
.rating_5 i:nth-child(4) {
    color: #edb867;
}
.rating_5 i:nth-child(5) {
    color: #edb867;
}
/* jQuery Bar Rating */
.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}
@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: black;
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: black;
    }
}

/* Video
   ========================================================================== */
.videoContainer {
    position: relative;
    overflow: hidden;
    background: #050908;
    color: #ccc;
}

/* video caption css */
.caption{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:10px;
    color:#ccc;
    font-size:20px;
    font-weight:bold;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #1F1F1F; /* fallback */
    background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
    background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
    background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
.control {
    background: #333;
    color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    /*display: none;*/
}
.control .videoBtn {
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    padding-top: 3px;
}
.control .videoBtn:hover {
    background: rgba(0,0,0,0.2);
}
/* Play/Pause */
.control .btnPlay .fa-pause {
    display: none;
}
.control .btnPlay.paused .fa-pause {
    display: block;
}
.control .btnPlay.paused .fa-play {
    display: none;
}
/* volume bar */
.control .sound .fa-volume-up,
.control .sound .fa-volume-off {
    display: none;
}
.control .sound .fa-volume-down {
    display: block;
}
.control .sound.sound2 .fa-volume-down,
.control .sound.sound2 .fa-volume-off {
    display: none;
}
.control .sound.sound2 .fa-volume-up {
    display: block;
}
.control .sound.muted .fa-volume-down,
.control .sound.muted .fa-volume-up {
    display: none;
}
.control .sound.muted .fa-volume-off {
    display: block;
}
.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 9px;
    margin: 8px 6px 0;
    background: rgba(255, 255, 255, 0.5);
}
.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 10;
}
.duration {
    width: 30px;
    font-size: 12px;
    line-height: 25px;
    margin-right: 6px;
}
/* Progress bar */
.videoProgress {
    width: -webkit-calc(100% - 205px);
    width:    -moz-calc(100% - 205px);
    width:         calc(100% - 205px);
    height: 9px;
    position: absolute;
    top: 8px;
    left: 31px;
    cursor: pointer;
    background: #444;
    background:-moz-linear-gradient(top,#666,#333);
    background:-webkit-linear-gradient(top,#666,#333);
    background:-o-linear-gradient(top,#666,#333);
    border-radius: 10px;
}
.videoProgress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 10px;
}
.bufferBar {
    z-index: 5;
    width: 0;
    background: #777;
    /*background: -moz-linear-gradient(top,#999,#666);
    background: -webkit-linear-gradient(top,#999,#666);
    background: -o-linear-gradient(top,#999,#666);
    box-shadow: 2px 0 5px #333;
    -moz-box-shadow:2px 0 5px #333;
    -webkit-box-shadow:2px 0 5px #333;*/
}
.timeBar {
    z-index: 10;
    width: 0;
    background: #0aa89e; /* fallback */
    /*background: -moz-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
    background: -webkit-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
    background: -o-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
    box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    -webkit-box-shadow: 0 0 1px #fff;*/
}
.timeBar .current {
    display: block;
    padding: 3px;
    font-size: 11px;
    line-height: 1;
    color: white;
    position: absolute;
    top: -20px;
    right: -12px;
    background: #0aa89e;
    text-align: center;
    border-radius: 3px;
}
.timeBar .current:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #0aa89e transparent;
    display: block;
    width: 0;
}
#videoInit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2;
    display: none;
}
#videoInit i.fa {
    cursor: pointer;
    font-size: 68px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -49px 0 0 -28px;
}

.playsActions button {
    margin: 0 3px;
}

iframe{
    margin: 0;
    padding: 0;
    border: none;
}
.iframeCtn iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.relative {
    position: relative;
}
.twiceUser div.tile {
    background-color: #d4fad6 !important;
    border-color: #c5f7be !important;
    color: #3c763d !important;
}
.dbUser div.tile {
    background-color: #d4e9fa !important;
    border-color: #b5e4f6 !important;
    color: #31708f !important;
}
.authUser div.tile {
    background-color: #fad7d4 !important;
    border-color: #f7bec3 !important;
    color: #a94442 !important;
}

/* Carousel
   ========================================================================== */
.carousel-control            { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev        { left: -100%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev        { left: -50%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev        { left: -25%; }    
}

/* Home
   ========================================================================== */
.price {
    color: #23b724;
    float: right;
    margin: 0;
}

/* Chrome Video
   ========================================================================== */
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/*.menubar-visible #menubar {
    width: 300px;
}
@media (min-width: 1200px) {
    .menubar-pin #base {
        padding-left: 300px;
    }
}
@media (min-width: 1200px) {
    .menubar-first.menubar-pin #header {
        left: 300px;
    }
    .menubar-pin #menubar {
        width: 300px;
    }
    .menubar-pin.full-content .section-action {
        left: 300px;
    }
}
@media (max-width: 768px) {
  #menubar {
      width: 300px;
  }
}*/

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #0aa89e;
}
input:focus + .slider {
    box-shadow: 0 0 1px #0aa89e;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* ALFRANET */
.correct {
    color: #077871;
}
.incorrect {
    color: #f44336;
}
.panel-heading .btn-sm {
    border-radius: 4px;
    margin: 0 2px;
}
.codeStatus {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #08867e;
    border-radius: 50%;
}
.codeStatus.used {
    background: #f44336;
}
.premiumCoursePrice span {
    float: left;
    margin: 0 3px;
}
.premiumCoursePrice input {
    float: left;
    width: 50px;
    line-height: 1.2;
}
.alfranetSign .img-thumbnail {
    background: #E0E0E0;
}
.truncateCss {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.courseCat,
.courseInCat {
    display: none;
}

.select2-container {
    width: 100% !important;
    padding-top: 12px;
}
.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: solid 1px rgba(12, 12, 12, 0.12);
    font-size: 16px;
    border-radius: 0;
    height: 37px;
    line-height: 1.846153846;
}
/*
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0c0c0c;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: solid 1px rgba(12, 12, 12, 0.12);
    font-size: 16px;
    border-radius: 0;
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 0;
    height: 29px;
    line-height: 1.846153846;
    padding-left: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
}
.has-error .select2-container--default .select2-selection--multiple {
    border-color: #f44336;
}*/