@import url(http://fonts.googleapis.com/earlyaccess/droidsansethiopic.css);
body[dir="rtl"] * {
  font-family: 'Droid Sans Ethiopic', sans-serif; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans'; }

p[ng-message] {
  font-size: 10px;
  font-weight: 600;
  margin: 0;
  color: #c5cad1; }

.align-right {
  text-align: right !important; }

.landing-page.not-logged {
  color: #ffffff; }

.landing-page .seo {
  display: none; }

.landing-page.not-logged .seo {
  display: block;
  color: #ffffff;
  height: 0px;
  overflow: hidden; }

.ie .landing-page, .edge .landing-page {
  position: relative; }

.ie .landing-page .landing-message, .edge .landing-page .landing-message {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  -ms-flex-preferred-size: 0.000000001px;
  flex-basis: 0.000000001px;
  padding-left: 4em; }

.landing-page h1 {
  font-size: 22px;
  text-transform: uppercase; }

.landing-page p {
  font-size: 16px;
  max-width: 700px;
  text-align: justify; }

.landing-page .macbook {
  background: url(../../default/images/macbook.png) no-repeat;
  height: 128px;
  width: 250px; }

.landing-page .screen {
  background: url(../../default/images/laptop.png) no-repeat;
  height: 386px;
  width: 458px; }

.landing-page .screen .content {
  text-align: center;
  padding: 20px; }

.landing-page .screen .content h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 5px; }

.landing-page .screen .content h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 5px; }

.landing-page .screen .content ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: left; }

.landing-page .screen .content ul li {
  display: block;
  padding-left: 45px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }

.landing-page .screen .content ul li:before {
  content: "\e90b";
  font-family: LLMS;
  margin-right: 10px; }

.landing-page .screen .content img {
  margin: 10px auto; }

.landing-page.not-logged {
  background: #a42b7a;
  background: -moz-linear-gradient(left, #7c205c 0%, #a42b7a 100%);
  background: -webkit-linear-gradient(left, #7c205c 0%, #a42b7a 100%);
  background: linear-gradient(to right, #7c205c 0%, #a42b7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cnx-bg-1', endColorstr='$cnx-bg-2',GradientType=1 ); }

.landing-page.logged {
  color: inherit;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
  -webkit-box-align: start !important;
  -moz-box-align: start !important;
  align-items: flex-start !important; }

.ie .landing-page.not-logged .connexion-card,
.edge .landing-page.not-logged .connexion-card,
.ie .landing-page.not-logged .inscription-card,
.edge .landing-page.not-logged .inscription-card {
  background: none; }

.ie .landing-page.not-logged {
  padding-top: 60px; }

.social-section {
  color: #434a54;
  padding: 10px 0 0 0; }

.social-divider {
  height: 1px;
  background: rgba(67, 74, 84, 0.3);
  margin: 0 8px; }

.select-container {
  margin-right: 40px;
  min-width: 110px; }

.ie .select-container {
  width: 115px; }

.sso-button .sso i {
  font-size: 24px;
  margin-bottom: 3px; }

.primary-color {
  color: #a42b7a !important; }

.secondary-color {
  color: #434a54 !important; }

.time-color {
  color: #640D45 !important; }

.score-color {
  color: #18282b !important; }

.progress-color {
  color: #a42b7a !important; }

.bg-primary-color {
  background-color: #a42b7a !important;
  color: #ffffff !important; }

.bg-secondary-color {
  background-color: #434a54 !important; }

.text-left {
  text-align: left !important; }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.table-details {
  margin: 0 -20px;
  margin-top: 50px; }

.wrapper {
  height: 100%; }

.wrapper .label-control {
  position: relative;
  margin: 8px 0; }

.wrapper .label-control input,
.wrapper .label-control textarea,
.wrapper .label-control [select-behavior] {
  font-size: 15px;
  color: #4c6072 !important;
  padding-bottom: 10px; }

.wrapper .label-control label {
  color: #4c6072;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left; }

.safari .wrapper .label-control label span {
  display: block; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border-radius: 0 !important;
  border: 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #394142 !important;
  background: transparent !important;
  border-color: #a9b0bb !important; }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background: transparent;
  color: #526062;
  border-color: #d560ac !important; }

select {
  padding: 5px 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  outline: none; }

.connexion-card input[type="text"]:focus,
.connexion-card input[type="password"]:focus,
.connexion-card textarea:focus {
  background: transparent;
  color: #526062;
  border-color: #d560ac !important; }

.connexion-card input::-webkit-input-placeholder {
  color: #ddd !important; }

.connexion-card input::-moz-placeholder {
  color: #ddd !important; }

.connexion-card input:-ms-input-placeholder {
  color: #ddd !important; }

.inscription-card input[type="text"],
.inscription-card input[type="password"],
.inscription-card input[type="email"],
.inscription-card textarea {
  border-radius: 0 !important;
  border: 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #434a54 !important;
  background: transparent !important;
  border-color: rgba(0, 0, 0, 0.18) !important; }

.inscription-card input[type="text"]:focus,
.inscription-card input[type="password"]:focus,
.inscription-card textarea:focus {
  background: transparent;
  color: #526062;
  border-color: #d560ac !important; }

.inscription-card input::-webkit-input-placeholder {
  color: gray !important; }

.inscription-card input::-moz-placeholder {
  color: gray !important; }

.inscription-card input:-ms-input-placeholder {
  color: gray !important; }

.inscription-card .label-control {
  margin: 8px !important; }

.type-check {
  margin: 10px 10px 10px 0; }

.checkbox input:checked ~ .box:before,
.checkbox input:checked ~ label:before {
  color: #f38320 !important; }

.checkbox input:checked ~ .box:after,
.checkbox input:checked ~ label:after {
  color: #f38320; }

.checkbox .box:after,
.checkbox label:after {
  padding: 1px; }

.radio {
  position: relative; }

.radio input {
  opacity: 0; }

.radio label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #587073;
  padding-top: 3px;
  padding-left: 25px; }

.type-radio {
  margin-top: 24px; }

.radio label:after {
  content: "\e90b";
  font-family: LLMS;
  display: block;
  position: absolute;
  color: #F5F5F5;
  left: 11px;
  top: 4px;
  font-size: 12px;
  line-height: 18px; }

.radio label:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0;
  -webkit-transition: All 0.2s linear;
  transition: All 0.2s linear; }

.radio input:checked + label:before {
  border-color: #f38320;
  background: #F38320; }

.radio input:checked + label:after {
  color: #ffffff; }

.checkbox input {
  opacity: 0; }

.connexion-card .checkbox label {
  cursor: pointer;
  font-weight: 600;
  color: #434a54;
  font-size: 14px;
  padding-left: 40px; }

.connexion-card .checkbox label:after {
  color: transparent; }

.inscription-card .checkbox label {
  cursor: pointer;
  font-weight: 600;
  color: #434a54;
  font-size: 14px;
  padding-left: 40px; }

.inscription-card .checkbox label:after {
  color: transparent; }

.checkbox label {
  cursor: pointer;
  font-weight: 600;
  color: #384849;
  font-size: 14px;
  padding-left: 28px; }

.checkbox label:after {
  content: "\e90b";
  font-family: LLMS;
  display: block;
  position: absolute;
  color: rgba(245, 245, 245, 0.33);
  left: 7px;
  -webkit-transition: All 0.2s linear;
  transition: All 0.2s linear;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.checkbox label:before {
  content: '';
  height: 18px;
  display: block;
  position: absolute;
  left: 3px;
  -webkit-transition: All 0.2s linear;
  transition: All 0.2s linear;
  border-radius: 3px;
  border: 2px solid #ddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px; }

.checkbox input:checked + label:before {
  border-color: #434a54;
  background: #434a54; }

.checkbox input:checked + label:after {
  color: #ffffff; }

.wrapper .header .lng .i2 {
  margin: 0 2px;
  cursor: pointer;
  background: #ffffff;
  color: #434a54;
  padding: 2px 3px;
  font-size: 9px;
  font-weight: 600;
  min-width: 14px;
  text-align: center;
  text-transform: uppercase; }

.wrapper .sidebar {
  position: fixed;
  width: 280px;
  background: #a42b7a;
  min-width: 280px;
  top: 45px;
  bottom: 0;
  z-index: 0;
  border-right: 1px solid #eee; }

.ie .wrapper .sidebar, .edge .wrapper .sidebar {
  z-index: 1; }

.wrapper .sidebar .profil {
  padding: 20px;
  min-height: 190px;
  background: #434a54; }

.wrapper .sidebar .profil.is-multi {
  padding: 10px;
  min-height: 55px; }

.wrapper .sidebar .profil.is-multi .img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-width: 2px; }

.wrapper .sidebar .profil.is-multi .username {
  margin: 0;
  font-size: 18px; }

.wrapper .sidebar .profil .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid #ffffff;
  overflow: hidden;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1); }

.wrapper .sidebar .profil .username {
  font-size: 20px;
  color: #ffffff;
  font-weight: lighter;
  margin-top: 10px;
  text-align: center; }

.wrapper .sidebar .profil .img img {
  width: auto;
  height: 100%; }

.wrapper .sidebar .menu {
  overflow-x: hidden;
  overflow-y: auto; }

.wrapper .sidebar .menu .item {
  padding: 15px;
  color: #ffffff;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  cursor: pointer;
  min-height: 24px; }

.wrapper .sidebar .menu .item .item-label {
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.wrapper .sidebar .menu .sub-item {
  padding: 8px;
  padding-left: 50px;
  font-size: 15px;
  color: #ffffff;
  background: #90266b;
  cursor: pointer;
  -webkit-transition: All 0.2s ease;
  transition: All 0.2s ease;
  cursor: pointer; }

.wrapper .sidebar .menu .sub-item.is-desactivated {
  color: #cccccc;
  pointer-events: none;
  cursor: default; }

.wrapper .sidebar .menu .sub-item:hover {
  background: #8c2568; }

.wrapper .sidebar .menu .item:hover, .wrapper .sidebar .menu .item.active {
  background: #ffffff;
  color: #a42b7a; }

.wrapper .sidebar .menu i {
  font-size: 24px; }

.wrapper .sidebar .menu span {
  margin: 0 0 0 10px; }

.wrapper .divider {
  height: 2px;
  min-height: 2px;
  background: rgba(0, 0, 0, 0.15); }

.wrapper .spacer {
  height: 32px; }

.wrapper .label-control input, .wrapper .label-control textarea, .wrapper .label-control [select-behavior] {
  font-size: 15px;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 10px; }

.wrapper .second-select {
  height: 25px;
  padding: 5px 10px; }

.ie .wrapper .second-select {
  display: inline-block !important;
  line-height: 25px; }

.ie .wrapper .second-select > * {
  float: left; }

[select-behavior] {
  position: relative;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear; }

[select-behavior]:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px; }

[select-behavior]::after {
  content: "\e913";
  font-family: LLMS; }

[select-behavior] .options {
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 0;
  color: gray;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0; }

[select-behavior] .option.is-desactivated {
  color: #ddd;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

[select-behavior] .option[data-sb-selected="true"] {
  background: #a42b7a;
  color: #ffffff; }

[select-behavior] .option[data-sb-selected="true"]:hover {
  background: #434a54; }

[select-behavior] .options.right {
  right: 0; }

[select-behavior] .options.left {
  left: 0; }

[select-behavior] .options.center {
  left: 0;
  right: 0; }

[select-behavior] .options.opened {
  display: block;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden; }

[select-behavior] .option {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #F9F9F9;
  white-space: nowrap; }

[select-behavior] .option.important {
  background: #a42b7a;
  color: #ffffff; }

[select-behavior] .option.important:hover {
  background: #434a54; }

[select-behavior] .option:hover {
  background: #F9F9F9; }

[select-behavior] .display-option {
  font-size: 13px; }

.edge [select-behavior] .display-option, .ie [select-behavior] .display-option {
  flex: 1;
  -ms-flex: 1; }

.reports {
  padding: 20px; }

.reports .download-report-pdf {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 0; }

.lms-container .inner-row {
  padding: 0 20px; }

.lms-container .inner-row i {
  color: #a42b7a;
  font-size: 24px;
  cursor: pointer; }

.lms-container .img-theme {
  height: 140px;
  overflow: hidden;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover; }

.lms-container .play-intro:before {
  content: '\e924';
  font-family: LLMS;
  line-height: 35px;
  text-align: center;
  width: 33px;
  height: 35px;
  background: #a42b7a;
  display: block;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  margin-left: 2px; }

.lms-container .img-theme img {
  height: 100%;
  width: auto; }

.lms-container .section .progress {
  margin: 0 10px;
  position: relative !important;
  z-index: -1; }

.lms-container .section .progress .progress-label {
  width: 100px; }

.lms-container .section .progress .bar {
  height: 5px;
  background: #eee;
  margin-top: 2px; }

.lms-container .section .progress .libelle {
  font-size: 10px;
  font-weight: 600; }

/* .lms-container .section .progress .value {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: $primary-color;
	height: 5px;
} */
.lms-container .section .progress .value.score {
  background: #18282b; }

.lms-container .section .progress .value.time {
  background: #640D45; }

.lms-container .section .progress .number {
  font-size: 12px;
  font-weight: bold;
  color: #a42b7a; }

.lms-container .section .label {
  font-size: 20px;
  margin: 10px 0;
  padding: 0; }

.lms-container .section .label .legend {
  color: #c5cad1;
  font-size: 10px;
  font-weight: 600;
  margin-left: 10px; }

.lms-container .section .label i {
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.7s ease;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  -ms-transition: color 0.7s ease; }

.lms-container .section .label i:hover {
  color: black; }

.lms-container .module {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.lms-container .module:hover {
  background: #f7f7f7; }

.lms-container .module:hover .progress {
  z-index: 0; }

.lms-container .module .content {
  opacity: 1; }

.lms-container .module .content .info {
  opacity: 1; }

.lms-container .module.is-desactivated .content .info, .lms-container .module.is-notenrolled .content .info {
  display: none; }

.lms-container .module .content .info .homework {
  background: #a42b7a;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%; }

.lms-container .module .content .info .homework i {
  color: #fff;
  font-size: 14px; }

.lms-container .module .code {
  height: 35px;
  background: #a42b7a;
  text-align: center;
  line-height: 35px;
  min-width: 35px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff; }

.lms-container .module .grain-img {
  min-width: 130px;
  max-width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px; }

.lms-container .module .grain-img img {
  height: 100%;
  width: auto; }

.connexion-box {
  padding: 10px 2em;
  background: #ffffff;
  border-radius: 4px;
  width: 390px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
  min-height: 280px; }

.inscription-box {
  padding: 10px 2em;
  background: #ffffff;
  border-radius: 4px;
  width: 450px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
  min-height: 280px; }

.logo-card {
  margin: 10px 0; }

.header-connexion {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0px 20px;
  background: #3e3e3e;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11); }

.login-social {
  margin: -10px -2em 10px;
  background: #ffffff;
  padding: 13px;
  border-radius: 4px; }

.lang-select {
  position: absolute;
  top: 70px;
  margin: 0 10px; }

.lang-select .i {
  display: block;
  margin: 0 2px;
  color: #ffffff;
  background: #434a54;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 5px;
  text-transform: uppercase;
  min-width: 14px;
  text-align: center; }

.lang-select > div {
  cursor: pointer; }

.header-connexion .logo1 {
  display: block; }

.header-connexion .logo2 {
  display: none; }

.header .home {
  background: #90266b;
  color: #ffffff;
  width: 50px;
  height: 45px;
  margin: 0 -20px 0 10px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  cursor: pointer; }

.header .home i {
  color: #ffffff; }

.header-connexion img {
  max-height: 60px; }

.forget-link.label {
  margin-bottom: 5px;
  text-align: center; }

.forget-link {
  color: #434a54;
  font-size: 13px;
  cursor: pointer; }

.connexion-footer {
  margin-top: 10px; }

.forget-area .notif {
  font-size: 13px;
  font-weight: 600;
  text-align: center; }

.shadowbox {
  background: rgba(67, 74, 84, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7; }

.shadowbox .frame iframe {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  border: none; }

.shadowbox .close-frame {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #a42b7a;
  padding: 10px;
  border-radius: 50% 0 50% 50%;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  width: 16px;
  height: 16px;
  line-height: 16px; }

.profil {
  padding: 0 20px; }

.bloc {
  margin: 10px 0; }

.profil .bloc .label-control {
  margin-right: 20px;
  min-width: 250px; }

.profil .section-name, .scaled .section-name {
  padding: 20px 0;
  font-size: 18px;
  border-top: 1px solid #eee;
  margin-top: 10px; }

.section-name.basic {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.profil .section-name i {
  color: #a42b7a;
  margin-left: 5px;
  cursor: pointer; }

.profil .save-profil {
  max-width: 150px; }

.profil .info {
  margin: 0 10px; }

.profil .avatar {
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.13); }

.profil .avatar .edit-icon {
  background: #a42b7a;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  opacity: 0.8;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  cursor: pointer;
  font-size: 20px; }

.profil .avatar .edit-icon:hover {
  opacity: 1; }

.profil .avatar img {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.profil .info .name {
  font-size: 25px;
  margin-bottom: 10px; }

.profil .info .desc {
  font-size: 15px;
  color: #636363; }

.rapports .sub-header {
  background: #eee;
  padding: 10px; }

.rapports .sub-header .secondary {
  min-width: 250px;
  max-width: 250px; }

.rapports .primary {
  padding-right: 10px; }

.rapports .sub-header .label {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap; }

.rapports .sub-header .label a {
  color: #a42b7a;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px; }

.rapports .sub-header .label span {
  text-transform: lowercase; }

.rapports .sub-header .title {
  font-size: 18px; }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans'; }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.wrapper {
  height: 100%; }

.wrapper .label-control {
  position: relative;
  margin: 8px 0; }

.wrapper .label-control input,
.wrapper .label-control textarea,
.wrapper .label-control [select-behavior] {
  font-size: 15px;
  color: #4c6072 !important;
  padding-bottom: 10px; }

.wrapper .label-control label {
  color: #4c6072;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border-radius: 0 !important;
  border: 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #394142 !important;
  background: transparent !important;
  border-color: #a9b0bb !important; }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background: transparent;
  color: #526062;
  border-color: #d560ac !important; }

select {
  padding: 5px 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  outline: none; }

.connexion-card input[type="text"],
.connexion-card input[type="password"],
.connexion-card input[type="email"],
.connexion-card textarea {
  border-radius: 0 !important;
  border: 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #434a54 !important;
  background: #FFFFFF !important;
  border-color: #e6e6e6 !important; }

.connexion-card input::-webkit-input-placeholder {
  color: #ddd !important; }

.connexion-card input::-moz-placeholder {
  color: #ddd !important; }

.connexion-card input:-ms-input-placeholder {
  color: #ddd !important; }

.type-check {
  margin: 10px 10px 10px 0; }

.checkbox input:checked ~ .box:before,
.checkbox input:checked ~ label:before {
  color: #f38320 !important; }

.checkbox input:checked ~ .box:after,
.checkbox input:checked ~ label:after {
  color: #f38320; }

.checkbox .box:after,
.checkbox label:after {
  padding: 1px; }

.radio {
  position: relative; }

.radio input {
  opacity: 0; }

.radio label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #587073;
  padding-top: 3px;
  padding-left: 25px; }

.type-radio {
  margin-top: 24px; }

.radio label:after {
  content: "\e90b";
  font-family: LLMS;
  display: block;
  position: absolute;
  color: #F5F5F5;
  left: 11px;
  top: 4px;
  font-size: 12px;
  line-height: 18px; }

.radio label:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0;
  -webkit-transition: All 0.2s linear;
  transition: All 0.2s linear; }

.radio input:checked + label:before {
  border-color: #f38320;
  background: #F38320; }

.radio input:checked + label:after {
  color: #ffffff; }

.checkbox input {
  opacity: 0; }

body[dir="rtl"] .connexion-card .checkbox label {
  padding-left: auto !important;
  padding-right: 40px;
  position: relative; }

body[dir="rtl"] .connexion-card .checkbox label:before {
  left: auto !important;
  right: 3px; }

body[dir="rtl"] .connexion-card .checkbox label:after {
  left: auto !important;
  right: 7px; }

.checkbox label {
  cursor: pointer;
  font-weight: 600;
  color: #384849;
  font-size: 14px;
  padding-left: 28px; }

.checkbox label:after {
  content: "\e90b";
  font-family: LLMS;
  display: block;
  position: absolute;
  color: rgba(245, 245, 245, 0.33);
  left: 7px;
  -webkit-transition: All 0.2s linear;
  transition: All 0.2s linear;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.checkbox label:before {
  content: '';
  height: 18px;
  display: block;
  position: absolute;
  left: 3px;
  -webkit-transition: All 0.2s linear;
  transition: All 0.2s linear;
  border-radius: 3px;
  border: 2px solid #ddd;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px; }

.checkbox input:checked + label:after {
  color: #ffffff; }

.wrapper .header {
  height: 45px;
  background: #a42b7a;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  padding: 0 20px; }

.wrapper .header img {
  height: 90%; }

.wrapper .header .wrap {
  height: 30px; }

.wrapper .header .wrap img {
  height: 100%; }

.wrapper .sidebar .profil .img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.wrapper .divider {
  height: 2px;
  background: rgba(0, 0, 0, 0.15); }

.wrapper .spacer {
  height: 32px; }

.wrapper .content-container {
  padding-top: 45px; }

.ie .wrapper .content-container, .edge .wrapper .content-container {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  -ms-flex-preferred-size: 0.000000001px;
  flex-basis: 0.000000001px; }

.wrapper .scaled {
  margin-left: 280px; }

body[dir="rtl"] .wrapper .scaled {
  margin-right: 280px;
  margin-left: auto !important; }

.wrapper .main-container {
  overflow: auto;
  -ms-overflow-x: hidden; }

.lms-container .inner-row {
  padding: 0 20px; }

.lms-container .inner-row i {
  color: #a42b7a;
  font-size: 24px;
  cursor: pointer; }

.lms-container .section .progress {
  margin: 0 10px; }

.lms-container .section .progress .progress-label {
  width: 100px; }

.lms-container .section .progress .libelle {
  font-size: 10px;
  font-weight: 600; }

.lms-container .section .progress .value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #a42b7a;
  height: 5px; }

.lms-container .section .progress .number {
  font-size: 12px;
  font-weight: bold;
  color: #a42b7a; }

.lms-container .section .label {
  font-size: 20px;
  margin: 10px 0;
  padding: 0; }

.lms-container .module {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.lms-container .module.is-desactivated, .lms-container .module.is-notenrolled {
  background-color: #f7f7f7;
  pointer-events: none; }

.lms-container .module.is-desactivated *, .lms-container .module.is-notenrolled * {
  color: #cacaca !important;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.lms-container .module.is-desactivated .libelle, .lms-container .module.is-notenrolled .libelle {
  background: #ddd !important; }

.lms-container .module.is-desactivated img, .lms-container .module.is-notenrolled img {
  opacity: 0.4; }

.lms-container .module.is-desactivated .code, .lms-container .module.is-notenrolled .code {
  background: #9C9C9C; }

.lms-container .module:hover {
  background: #f7f7f7; }

.lms-container .module .grain-img {
  min-width: 130px;
  max-width: 150px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px; }

.lms-container .module .grain-img img {
  height: 100%;
  width: auto; }

.lms-container .module .title {
  color: #a42b7a;
  font-weight: 600;
  padding: 0 10px; }

.lms-container .module .title-container .libelle, .libelle.of-time, .time.of-time {
  font-size: 10px;
  font-weight: 600;
  margin: 0 10px;
  color: #FFFFFF;
  background: #640D45;
  border-radius: 2px;
  padding: 2px 3px; }

.lms-container .desc {
  font-size: 14px;
  color: #353535;
  margin: 10px; }

.connexion-card {
  background: #a42b7a;
  background: -moz-linear-gradient(left, #7c205c 0%, #a42b7a 100%);
  background: -webkit-linear-gradient(left, #7c205c 0%, #a42b7a 100%);
  background: linear-gradient(to right, #7c205c 0%, #a42b7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$cnx-bg-1', endColorstr='$cnx-bg-2',GradientType=1 );
  margin-top: -45px; }

.inscription-card {
  background: #a42b7a;
  background: -moz-linear-gradient(left, #7c205c 0%, #a42b7a 100%);
  background: -webkit-linear-gradient(left, #7c205c 0%, #a42b7a 100%);
  background: linear-gradient(to right, #7c205c 0%, #a42b7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$ins-bg-1', endColorstr='$ins-bg-2',GradientType=1 );
  margin-top: -45px; }

.connexion-box.forgot {
  padding: 10px 2em;
  background: #3e3e3e;
  border-radius: 4px;
  width: 390px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
  max-height: 230px;
  min-height: 220px; }

.connexion-box.forgot input {
  color: #3e3e3e !important; }

.connexion-box.forgot .page-titre {
  text-align: left;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0px; }

.connexion-box.forgot .signification-section {
  color: #f7f7f7;
  font-size: 14px; }

.connexion-box.forgot .label-control label {
  color: #ffffff; }

.logo-card {
  margin: 10px 0; }

.header-connexion img {
  max-height: 40px; }

.inscription-box .forget-link {
  color: #434a54;
  font-size: 13px;
  cursor: pointer; }

.inscription-box .forget-link i {
  margin-right: 6px; }

.inscription-box .second-select {
  border-bottom: 1px solid #D1D1D1; }

.inscription-ttl {
  color: #434a54;
  font-size: 18px;
  margin: 10px 0; }

.forget-area {
  margin: 0 -2em;
  background: #f2f2f2;
  color: #434a54;
  padding: 10px;
  /*transition: transform 0.5s ease-in;*/ }

.inscription-box .forget-area .notif {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left; }

.forget-area .btn {
  margin-left: 10px; }

.btn-connect {
  background: #a42b7a !important;
  color: #ffffff !important; 
}

.btn .digit {
  background: #ffffff;
  color: #434a54;
  border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-left: 12px; }

.btn i + span {
  margin: 0 5px; }

* i + span[translate] {
  margin: 0 5px; }

.shadowbox .frame {
  width: 90%;
  height: 90%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.59); }

.shadowbox .frame.vdo {
  width: 1024px;
  height: 576px;
  position: relative;
  max-width: 1025px; }

.shadowbox .frame.vdo video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: 100%; }

.profil .bloc .label-control, .bloc .label-control {
  margin-right: 20px;
  min-width: 250px; }

.profil .section-name {
  padding: 20px 0;
  font-size: 18px;
  border-top: 1px solid #eee;
  margin-top: 10px; }

.profil .section-name i {
  color: #a42b7a;
  margin-left: 5px;
  cursor: pointer; }

.profil .save-profil {
  max-width: 150px; }

.profil .avatar img {
  height: 100%; }

.profil .info .name {
  font-size: 25px;
  margin-bottom: 10px; }

.profil .info .desc {
  font-size: 15px;
  color: #636363; }

.rapports .bar {
  fill: #434a54; }

.rapports .bar:hover {
  fill: #434a54; }

.rapports .axis {
  font: 27px sans-serif; }

.rapports .axis path,
.rapports .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.rapports .axis .domaine {
  stroke: #C1C1C1;
  stroke-width: 2px; }

.rapports .x.axis path {
  /*display: none;*/ }

.rapports .yy.axis line {
  stroke: #EAEAEA;
  stroke-width: 3px; }

.rapports .tick text {
  fill: #909090; }

.ie .rapports #chart-progress {
  min-width: 300px;
  min-height: 330px; }

.rapports #chart-progress {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%; }

.documents {
  padding: 20px; }

.documents .doc-filter, .doc-filter {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 10px; }

.documents .select-module {
  min-width: 220px; }

.statics-zone canvas {
  max-width: 100%; }

.documents .label, .helps .label, .registred-users .label {
  font-size: 20px;
  margin: 10px 0;
  padding: 0; }

.documents .document-lister .doc {
  width: 48%;
  min-width: 300px;
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  -webkit-box-flex: 1 1 300px;
  flex: 1 1 300px;
  overflow: hidden;
  margin: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #434a54; }

.documents .document-lister .doc:hover {
  background: #f7f7f7; }

.documents .document-lister .doc .doc-img {
  text-align: center;
  background: #414751;
  border-radius: 5px 0;
  padding: 9px;
  min-width: 30px;
  height: 30px;
  line-height: 30px; }

.documents .document-lister .doc .doc-img img {
  height: 100%; }

.documents .document-lister .doc i {
  font-size: 25px;
  color: #ffffff; }

.documents .document-lister .doc i.red {
  color: #a42b7a; }

.documents .document-lister .doc i.green {
  color: #1abc9c; }

.documents .document-lister .doc i.blue {
  color: #3498db; }

.documents .document-lister .doc .doc-title {
  font-size: 14px;
  text-decoration: none;
  padding: 10px; }

.helps {
  padding: 20px; }

.helps .doc {
  overflow: hidden;
  margin: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #434a54; }

.helps .doc-img {
  text-align: center;
  background: #a42b7a;
  border-radius: 50%;
  padding: 9px;
  min-width: 30px;
  height: 30px;
  line-height: 30px; }

.helps .doc-title {
  font-size: 14px;
  text-decoration: none;
  color: #434a54;
  padding: 10px; }

.helps .doc i {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  margin-left: 3px; }

/*Help page */
.help-item {
  color: #4f565d;
  font-weight: 600; }

.chart-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.chart-container .statics-zone {
  max-width: 60%;
  margin: 0 auto; }

.chart-container #chart-progress, .chart-container #chart-score {
  min-width: 300px;
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  -webkit-box-flex: 1 1 300px;
  flex: 1 1 300px; }

.chart-container svg {
  width: 100%; }

[mt-toaster] {
  opacity: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  min-height: 48px;
  min-width: 288px;
  padding: 16px 24px 12px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  bottom: 12px;
  right: 12px;
  font-size: 13px;
  cursor: default;
  -webkit-transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, transform 0.3s;
  transition: visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  display: none;
  z-index: 10; }

[mt-toaster].success {
  border-left: 3px solid #78C53C; }

[mt-toaster].info {
  border-left: 3px solid #54c8ff; }

[mt-toaster].error {
  border-left: 3px solid #ff0000; }

[mt-toaster].warning {
  border-left: 3px solid #FFA500; }

[mt-toaster] .button {
  color: #bbb;
  margin: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600; }

[mt-toaster] .message {
  min-width: 166px;
  display: inline-block; }

[mt-toaster].animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: All .2s ease;
  -webkit-transition: All .2s ease;
  -ms-transition: All .2s ease; }

[mt-toaster].toaster-opened {
  opacity: 1;
  display: inline-block;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.rapports .module-section .lbl {
  font-size: 20px; }

.rapports .module-section .title {
  color: #a42b7a; }

.rapports .table-details table, .table-details table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 3px;
  overflow: hidden;
  margin: 10px 0; }

.rapports .table-details table tr:nth-child(odd), .table-details table tr:nth-child(odd) {
  background: #f7f7f7; }

.rapports .table-details table th, .table-details table th {
  text-align: left;
  padding: 10px;
  background: #a42b7a;
  color: #ffffff;
  font-size: 13px; }

.rapports .table-details table tr td, .table-details table tr td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 13px; }

.rapports .table-details.grp table tr td, .table-details.grp table tr td {
  white-space: nowrap; }

.rapports .table-details.grp table tr td.icon img, .table-details.grp table tr td.icon img {
  width: 100%;
  margin-top: -5px;
  margin-bottom: -10px; }

.rapports .table-details.grp table tr td.icon, .table-details.grp table tr td.icon {
  max-width: 65px;
  min-width: 65px; }

.rapports .table-details table tr td a, .table-details table tr td a {
  text-decoration: none;
  font-size: 24px;
  color: #a42b7a; }

.rapports .table-details table tr .pro-val, .table-details table tr .pro-val {
  text-align: right; }

.registred-users {
  padding: 20px; }

.registred-users table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 3px;
  overflow: hidden; }

.registred-users table tr td {
  font-size: 13px;
  border-bottom: 1px solid #F3F3F3;
  padding: 10px; }

.registred-users table tr:nth-child(odd) {
  background: #f7f7f7; }

.registred-users table th {
  background: #434a54;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 400; }

.registred-users .second-select {
  width: 110px; }

.registred-users .actions i {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  margin: 0 6px;
  background: #a42b7a;
  padding: 5px; }

.registred-users .actions i.green {
  background-color: #434a54; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInDown {
  from {
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes slideInDown {
  from {
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

html, body {
  height: 100%; }

/*
Spinner animation
*/
.cssload-spin-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54;
  -o-box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54;
  -ms-box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54;
  -webkit-box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54;
  -moz-box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54;
  animation: cssload-spin ease infinite 4.6s;
  -o-animation: cssload-spin ease infinite 4.6s;
  -ms-animation: cssload-spin ease infinite 4.6s;
  -webkit-animation: cssload-spin ease infinite 4.6s;
  -moz-animation: cssload-spin ease infinite 4.6s; }

@keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54; }
  25% {
    box-shadow: -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a; }
  50% {
    box-shadow: -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a, -12px 12px #434a54; }
  75% {
    box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49; } }

@-o-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54; }
  25% {
    box-shadow: -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a; }
  50% {
    box-shadow: -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a, -12px 12px #434a54; }
  75% {
    box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49; } }

@-ms-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54; }
  25% {
    box-shadow: -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a; }
  50% {
    box-shadow: -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a, -12px 12px #434a54; }
  75% {
    box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49; } }

@-webkit-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54; }
  25% {
    box-shadow: -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a; }
  50% {
    box-shadow: -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a, -12px 12px #434a54; }
  75% {
    box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49; } }

@-moz-keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 12px 12px #a42b7a, -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54; }
  25% {
    box-shadow: -12px 12px #434a54, -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a; }
  50% {
    box-shadow: -12px -12px #a42b7a, 12px -12px #434a54, 12px 12px #a42b7a, -12px 12px #434a54; }
  75% {
    box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49; } }

.overview {
  position: fixed;
  left: 280px;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding: 10px;
  font-size: 14px;
  color: #434a54;
  box-shadow: 8px -6px 13px 4px #ffffff; }

.module-desc {
  background: rgba(164, 43, 122, 0.15);
  padding: 10px;
  font-size: 14px;
  color: #434a54; }

.overview .btn {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 600; }

.card-model {
  padding-bottom: 155px; }

.card-holder {
  transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  cursor: pointer;
  height: 220px;
  border: 10px solid white;
  box-sizing: border-box;
  min-width: 150px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 400px !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  -webkit-flex-basis: 400px !important;
  -ms-flex-preferred-size: 400px !important;
  flex-basis: 400px !important;
  max-width: 100% !important; }
  @media (min-width: 400px) {
    .card-holder {
      max-width: 100% !important; } }
  @media (min-width: 800px) {
    .card-holder {
      max-width: 50% !important; } }
  @media (min-width: 1200px) {
    .card-holder {
      max-width: 33.33333% !important; } }
  @media (min-width: 1600px) {
    .card-holder {
      max-width: 25% !important; } }
  @media (min-width: 2000px) {
    .card-holder {
      max-width: 20% !important; } }

.card-holder.is-desactivated, .card-holder.is-notenrolled {
  pointer-events: none;
  color: #ddd;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.card-holder.is-desactivated .card-footer .time,
.card-holder.is-notenrolled .card-footer .time,
.card-holder.is-desactivated .card-footer .progression,
.card-holder.is-notenrolled .card-footer .progression {
  display: none; }

.filter-user {
  margin: 10px; }

.filter-user input {
  font-size: 13px; }

.filter-user i {
  margin-left: -20px; }

.card-holder .card-footer .first-row .progression .value {
  background: #ddd !important; }

.card-holder.is-desactivated * {
  color: #ddd !important; }

.card-holder .locked {
  background: #ffffff;
  opacity: 0.8;
  display: none; }

.card-holder .locked .states {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }

.card-holder .locked .states i {
  margin-left: 5px;
  color: #a42b7a !important;
  font-size: 16px; }

.card-holder .locked .states i.icon-locked, .card-holder .locked .states i.icon-clock {
  display: none; }

.card-holder.is-desactivated .locked,
.card-holder.is-notenrolled .locked,
.card-holder.is-notenrolled .locked .states .icon-locked,
.card-holder.is-desactivated .locked .states .icon-clock {
  display: block; }

.card-holder.is-desactivated.is-notenrolled .locked .states .icon-clock {
  display: none; }

.card-holder .card-footer {
  background: rgba(67, 74, 84, 0.6);
  color: #ffffff;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px; }

.card-holder .card-footer .first-row {
  margin: 3px 0; }

.card-holder .card-footer .first-row .time {
  font-size: 12px;
  font-weight: 600;
  color: #fff; }

.card-holder .card-footer .first-row .tuile-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px; }

.card-holder .card-footer .first-row .progression .progression-label {
  width: 100px; }

.card-holder .card-footer .first-row .progression .bar {
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 2px; }

.card-holder .card-footer .first-row .progression .libelle {
  font-size: 10px;
  font-weight: 600; }

.card-holder .card-footer .first-row .progression .value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #a42b7a;
  height: 5px; }

.card-holder .card-footer .first-row .progression .value.score {
  background: #18282b; }

.card-holder .card-footer .first-row .progression .value.time {
  background: #640D45; }

.card-holder .card-footer .first-row .progression .number {
  font-size: 10px;
  font-weight: 600; }

.card-holder .float-code {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  left: 10px;
  top: 10px; }

.card-holder .icon-checkmark {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 400px;
  opacity: 0;
  transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease; }

.card-holder.selected .icon-checkmark, .card-holder:hover .icon-checkmark {
  opacity: 0.3; }

.card-holder .marker {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #a42b7a;
  right: -25px;
  top: -25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  opacity: 0;
  display: none; }

.card-holder.selected .marker, .card-holder:hover .marker {
  opacity: 1; }

.arian {
  font-size: 13px;
  position: relative;
  padding-right: 20px; }

.arian:after {
  content: "\e208";
  font-family: 'LLMS';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: gray; }
