/*!
 * LMS stylesheet - Default v.3.0
 * Author: Renou Damien <drenou@etik.com>
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway/static/Raleway-Regular.woff2') format('woff2'),
         url('fonts/raleway/static/Raleway-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway/static/Raleway-Medium.woff2') format('woff2'),
         url('fonts/raleway/static/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway/static/raleway-bold.woff2') format('woff2'),
         url('fonts/raleway/static/Raleway-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html {
  position: relative;
}
body {
  margin: 0 0 60px;
  background-color: #e7eaee; /* #e7eaee #f5f7fa; */
  font-family: 'Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > main footer.footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.course-header-session {
  border-left: 5px solid #3498db!important;
}
.course-header-edit {
  border-left: 5px solid rgb(81, 193, 44)!important;
}
.key-login {
  position: fixed;
  display: block!important;
  left : 50%;
  top : 16px;
  height: auto;
  transform: translateX(-50%);
  z-index: 12;
}
.key-login #btn-login {
  line-height: 16px;
  height: 30px;
}

#cm-header>.container {
  height: 0px;
  overflow: hidden;
}

#cm-header .logo {
  position : fixed;
  top : 5px;
  left : 23px;
  z-index: 11;
}
#cm-header .logo img{
  width : auto;
  height : 45px;
}

.cm-content_fixed {
  margin-top: 100px;
}

a {
  color: #337AB7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2E75A3;
  text-decoration: none;
}
a:focus {
  outline: none;
}



.panel-heading{
  font-size: 16px;
}
.panel-heading img{
  margin-right: 10px;
}

@media (min-width: 768px) {
  #navbar {
    display: flex!important;
    justify-content: flex-end!important;
    width: 100%!important;
  }
  #navbar .navbar-nav {
    display: flex!important;
    margin-left: auto!important;
  }
}

@media (max-width: 768px) {
  #navbar {
    background: #ffffff!important;
    padding-bottom: 20px!important;
    border-bottom: 10px solid #c0c0c0!important;
  }
}

#navbar .navbar-nav > li {
  float: none!important;
}
#navbar .navbar-right {
  margin-left: 20px!important;
}

.navbar-nav > li{
  margin-bottom: 0;
}
.navbar-collapse{
  overflow: hidden !important;
}
.navbar-default {
  background: #ffffff;
  border-color: #e4e9ed;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 12px;
  max-height: 73px;
  font-size:17px;
  z-index: 10;
}

.navbar-default_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #141326;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #000000;
  background-color:#fefbfb;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a{
  color: #262626;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
  color: #1b1a1a;
  background-color:#e4e9ed;
}
.navbar-nav > li > .dropdown-menu{
  min-width: 100%;
  margin-top: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu{
  padding: 3px 4px;
}
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  padding: 6px 9px;
}
.nav > li > a:hover, .nav > li > a:focus{
   background-color: transparent;
}
.navbar-form .form-control{
  height: 25px;
  padding: 6px;
}
.navbar-default .navbar-brand {
  color:white;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border-color: #2C5B8E;
}

.navbar-toggle {
  background-color: #2C5B8E!important;
}
.navbar-default .navbar-toggle{
  border-color: #00677C;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: #2C5B8E;
}
.badge-warning{
  background-color: #FD6600;
}
.breadcrumb{
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: outside none none;
  background-color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  color: #2c3e50;
  font-weight: bold;
}
.breadcrumb > .active{
  color: #2c3e50;
}
.panel-default{
  border-color: #ECF0F1;
}
/* Jquery UI */
.ui-accordion .ui-accordion-icons{
  padding-left: 0.2em;
}
/* End Jquery UI */
.bgfooter{
  background-color:#1A2226;
}
.bgfooter{
  color: #ffffff;
}
.bgfooter a{
  color: #ffffff;
}


@media (min-width:768px) and (max-width:999px){ /*Logo */
  #header-logo, #cm-header .logo img {
      width: 50px;
      height: auto;
  }
  .cont-retracted{
    padding-left : 75px;
    min-width: calc(100vw - 80px);
  }
  .cont-retracted .container {
    width: calc(100vw - 110px);
  }
  .cont-large{
    padding-left : 75px;
    min-width: calc(100vw - 110px);
  }
  .cont-large .container {
    width: calc(100vw - 100px);
  }
}

@media (min-width:1000px){
  .cont-retracted{
    padding-left: 245px;
    width: calc(100vw - 265px);
  }
  .cont-retracted .container {
    width: calc(100vw - 270px);
  }
  .cont-large{
    padding-left : 75px;
    min-width: calc(100vw - 80px);
  }
  .cont-large .container {
    width: calc(100vw - 90px);
  }
}

@media (min-width:1460px){
 .cont-retracted{
    padding-left: auto;
    width: calc(100vw - 265px);
    max-width: 1400px;
  }
  .cont-retracted .container {
    width: calc(100vw - 270px);
    max-width: 1400px;
  }
  .cont-large{
    padding-left : 75px;
    min-width: calc(100vw - 90px);
  }
  .cont-large .container {
    width: calc(100vw - 100px);
  }
}

@media (min-width:1660px){
  .cont-retracted{
    padding-left: auto;
    width: calc(100vw - 265px);
    max-width: 1400px;
  }
  .cont-retracted .container {
    width: calc(100vw - 270px);
    max-width: 1400px;
  }
  .cont-large{
    padding-left: auto;
    min-width: calc(100vw - 80px);
    max-width: 1400px;
  }
  .cont-large .container {
    width: calc(100vw - 90px);
    max-width: 1400px;
  }
}

/* .k-app-sidebar */

.k-transition {
  transition: all 0.3s ease 0s;
}

.k-app-sidebar {
  display: block;
  left: 0;
  width : 240px;
  padding-top: 36px;
  position: fixed;
  height: calc(100vh - 4.5rem - 1px);
  top: calc(5.5rem + 1px);
  border-right-width : 1px;
  border-style : solid;
  border-left: 0px;
  border-top: 0px;
  border-color : rgb(228 233 237 / 1);
  background-color : rgb(247 248 249 / 1);
  z-index : 9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.k-app-sidebar-retracted {
  width : 68px;
}

.k-pgloading{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left : 0px;
  z-index : 8;
  background-color: rgba(255,255,255, 0.9);
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  display: none;
}

.k-app-sidebar-mob {
    position: fixed;
    border-top : solid 2px rgb(228 233 237);
    background-color: white;
    width: 100%;
    height: 70px;
    bottom: 0;
    left : 0px;
    z-index: 100;
    display: none;
}

@media (max-width: 768px) {
    .k-app-sidebar {
        display : none;
    }
    .k-app-sidebar-mob {
        align-items: center;
        padding: 0 1rem;
        font-size: 12px;
        display: block;
        padding-left: 0.3%;
    }
    .k-menu-mob-items {
        position: relative;
        float : left;
        text-align: center;
        width: 24.9%;
        height: 98%;
        padding-top: 15px;
        font-size: 34px;
        cursor : pointer;
    }
    .k-menu-mob-items i{
        color :rgb(44, 44, 44);
        font-size: 34px;
    }
}

.k-app-sidebar-bottom {
    position : absolute;
    bottom: 0;
    left: 0;right: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgb(228 233 237);
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 1.5rem;
}

.k-app-sidebar-user-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(unknown.png);
    background-size: cover;
    bottom: 16px;
    right: 80px;
    border-radius: 50%;
    border : solid 2px rgb(132, 156, 179);
    cursor: pointer;
}
.k-app-sidebar-user-circle:hover {
    border : solid 2px rgb(71, 94, 116);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}
.k-app-sidebar-user-circle::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(45, 46, 46);
    top: 100%;
    left: 105%;
    transform: translate(-50%, -50%);
}
.k-app-sidebar-user-board {
    position: fixed;
    top: 73px;
    right: 20px;
    width: 220px;
    height: 10px;
    padding-top: 20px;
    display: none;
    overflow: hidden;
    border: 1px solid rgb(45, 46, 46);
    background-color: rgb(255, 255, 255);
    z-index : 50;
    transition: all 0.3s ease 0s;
}
.k-line-board {
    position: relative;
    float : left;
    width: 82%;
    font-size: 15px;
    height : 24px;
    line-height: 24px;
    padding: 1%;
    padding-left:10px;
    border-bottom: 1px dotted rgb(45, 46, 46);
    margin-left: 8%;
    cursor: pointer;
}
.k-line-board:hover {
    background-color: rgb(45, 46, 46);
    color: rgb(255, 255, 255);
}
.k-app-sidebar .k-menu , .k-app-sidebar .k-menu-sub {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size : 15px;
    gap: .5rem;
    margin-bottom: .25rem;
    overflow: hidden;
    padding: .75rem 1.5rem .75rem 2.25rem;
    padding-top: .55rem;padding-bottom: .55rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border : transparent 5px solid ;
    border-top : 0px;
    border-bottom : 0px;
    border-right : 0px;
    text-decoration : none;
}
.k-app-sidebar .k-menu-sub {
    display: none;
}

.k-app-sidebar .fa-sub {
    position : absolute;
    right : 12px;
    float : right;
}

.k-app-sidebar .fa-mini {
    font-size : 10px;
    margin : 1px;
}
.k-app-sidebar .fa-mini:hover {
    border-left : 0px;
}

.k-app-sidebar .k-menu:hover , .k-app-sidebar .k-menu-sub:hover {
    text-decoration : underline;
}
.k-app-sidebar .k-menu i , .k-app-sidebar .k-menu-sub i {
    margin-top : 5px;
    margin-bottom : 5px;
    margin-right: 5px;
}
.k-app-sidebar .k-menu:hover , .k-app-sidebar .k-menu-sub:hover {
    background-color : #ebf5fb;
    border : rgb(132, 156, 179) 5px solid ;
    border-top : 0px;
    border-bottom : 0px;
    border-right : 0px;
}

.k-app-sidebar .k-menu , .k-app-sidebar .k-menu-sub {
    color : #243242;
    font-weight: 500;
}

/* k-app-sidebar-btn */
.k-app-sidebar-btn {
    position : absolute;
    top:  34px;
    right : -14px;
    width : 28px;
    height : 28px;
    /* border-radius : 50%; */
    background-color : white;
    border : solid 1px #d6dae3;
    overflow : hidden;
    cursor : pointer;
    z-index : 1000;
}
.k-app-sidebar-btn svg{
    margin : 30%;
    width : 40%;
    height : 40%;
    cursor : pointer;
}

.k-app-sidebar-retracted .k-app-sidebar-btn svg{
    transform: rotate(180deg);
}

.k-app-sidebar-retracted .k-app-sidebar-btn {
  right : -20px;
}

.k-app-sidebar-btn:hover {
    border : solid 1px rgb(132, 156, 179);
}


/* loading animation */
.cssload-thecube {
	position: relative;
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 14%;
	transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    z-index : 1001;
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(173,173,173);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}


