@charset "UTF-8";
/*-----------------
  MIXINS / FUNCTIONS:
  -> rem
  -> font-size
  -> font
-----------------*/
* {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: 0;
}

@-webkit-keyframes autofill {
  to {
    color: black;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  background-color: #F7F7F7;
  /*input {
    font-size:1em;
  }*/
  /* Aylen */
  /* ---  Page HOME --- */
  /* Profile dropdown
  ------------------------------------
    */
}
html .help-block, body .help-block {
  color: #cf1817;
  font-weight: 600;
  margin: 15px 0 0 0;
}
html .background, body .background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
html .background .background-bl, body .background .background-bl {
  position: absolute;
  left: -20px;
  bottom: -20px;
  min-height: 273px;
  min-width: 350px;
  background-image: url("../img/logo-motif.svg");
  background-repeat: no-repeat;
  background-type: contain;
}
html .align-vertical-table, body .align-vertical-table {
  display: table;
  width: 100%;
  height: 100%;
  /*.text-center {
    text-align: center;
  }

  .col-xs-12 {
    pointer-events: none;
  }*/
}
html .align-vertical-table .align-vertical-cell, body .align-vertical-table .align-vertical-cell {
  display: table-cell;
  vertical-align: middle;
}
html .align-vertical-table .align-vertical-cell .pt-second .background-round, body .align-vertical-table .align-vertical-cell .pt-second .background-round {
  position: absolute;
  top: 100px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
html .align-vertical-table .align-vertical-cell .pt-second .background-round.round-4, body .align-vertical-table .align-vertical-cell .pt-second .background-round.round-4 {
  background-image: url(../img/round-4.png);
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: 80%;
  margin-top: 52px;
  left: 20px;
}
@media (min-width: 768px) {
  html .align-vertical-table .align-vertical-cell .pt-second .background-round.round-4, body .align-vertical-table .align-vertical-cell .pt-second .background-round.round-4 {
    background-size: 100%;
  }
}
html .align-vertical-table .align-vertical-cell .pt-second .background-round.round-6, body .align-vertical-table .align-vertical-cell .pt-second .background-round.round-6 {
  background-image: url(../img/round-6.png);
  background-size: 80%;
  background-position: top left;
  background-repeat: no-repeat;
  pointer-events: none;
  margin-top: 85px;
}
@media (min-width: 768px) {
  html .align-vertical-table .align-vertical-cell .pt-second .background-round.round-6, body .align-vertical-table .align-vertical-cell .pt-second .background-round.round-6 {
    background-size: 100%;
  }
}
html .align-vertical-table .align-vertical-cell .pt-second .background-round.round-5, body .align-vertical-table .align-vertical-cell .pt-second .background-round.round-5 {
  background-image: url(../img/round-5.png);
  background-size: 80%;
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  html .align-vertical-table .align-vertical-cell .pt-second .background-round.round-5, body .align-vertical-table .align-vertical-cell .pt-second .background-round.round-5 {
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  html .align-vertical-table .align-vertical-cell .pt-second .background-round, body .align-vertical-table .align-vertical-cell .pt-second .background-round {
    background-size: 100%;
  }
}
html .has-feedback.has-success .form-control, body .has-feedback.has-success .form-control {
  -webkit-box-shadow: 0px 0px 0px 0px #656565 !important;
  border: 2px solid #263c75 !important;
  top: -1px;
  z-index: 2;
}
html .has-feedback.has-success .form-control:focus, body .has-feedback.has-success .form-control:focus {
  border-color: #263c75;
  z-index: 2;
}
html .has-feedback.has-error .form-control, body .has-feedback.has-error .form-control {
  -webkit-box-shadow: 0px 0px 0px 0px #656565 !important;
  top: 1px;
  border: 2px solid #CF1817 !important;
  z-index: 3;
}
html .has-feedback.has-success .form-control-feedback, body .has-feedback.has-success .form-control-feedback {
  color: #263c75;
}
html .has-feedback.has-error .form-control-feedback, body .has-feedback.has-error .form-control-feedback {
  color: #CF1817;
}
html .glyphicon, body .glyphicon {
  margin-left: 0px;
}
@media (min-width: 768px) {
  html .glyphicon, body .glyphicon {
    margin-top: 4px;
    margin-left: 13px;
  }
}
html .button.button--aylen, body .button.button--aylen {
  background: #fff;
  color: #37474f;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
html .button--aylen.button--inverted, body .button--aylen.button--inverted {
  background: none;
  color: #fff;
}
html .button--aylen::before,
html .button--aylen::after, body .button--aylen::before,
body .button--aylen::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
html .button--aylen::before, body .button--aylen::before {
  background: rgba(38, 60, 117, 0.7);
}
html .button--aylen::after, body .button--aylen::after {
  background: #263c75;
}
html .button--aylen:hover, body .button--aylen:hover {
  color: #fff;
}
html .button--aylen:hover::before,
html .button--aylen:hover::after, body .button--aylen:hover::before,
body .button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html .button--aylen:hover::after, body .button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
html .form-control, body .form-control {
  box-shadow: none !important;
}
html #head, body #head {
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  transform: translateX(0px);
  background: white;
  width: 100%;
  height: 101px;
  z-index: 3;
  border-bottom: 1px solid #F4F5F8;
}
@media (min-width: 992px) {
  html #head, body #head {
    transform: translateX(385px);
  }
}
html #head .w3-button, html #head .w3-button:hover, body #head .w3-button, body #head .w3-button:hover {
  color: #263c75 !important;
  background-color: #fff !important;
  padding-right: 1em;
  padding-left: 1em;
  position: absolute;
  top: 25.5px;
  z-index: 1;
}
@media (max-width: 767px) {
  html #head .w3-button, html #head .w3-button:hover, body #head .w3-button, body #head .w3-button:hover {
    padding-right: 0em;
    padding-left: 12px;
  }
}
html #head h1, body #head h1 {
  display: inline-block;
  font-size: 1.72em;
  font-weight: 700;
  margin-top: 38px !important;
  margin-bottom: 38px !important;
  margin-left: 36px;
  color: #263c75;
}
@media (max-width: 991px) {
  html #head h1, body #head h1 {
    margin-left: 70px;
    margin-top: 41px !important;
    font-size: 1.4em;
    position: relative;
    top: -1px;
  }
}
@media (max-width: 767px) {
  html #head h1, body #head h1 {
    margin-left: 2.1em !important;
  }
}
@media (max-width: 767px) {
  html #head .glyphicon, body #head .glyphicon {
    margin-top: 45px;
  }
}
html #head .log_head, body #head .log_head {
  text-align: right;
  margin-right: 1.2em;
  position: relative;
  top: -80px;
  color: #263c75;
}
html #head .log_head .visible-md, html #head .log_head .visible-lg, body #head .log_head .visible-md, body #head .log_head .visible-lg {
  display: inline !important;
}
@media (min-width: 992px) {
  html #head .log_head, body #head .log_head {
    margin-right: 385px;
  }
}
@media (max-width: 767px) {
  html #head .log_head, body #head .log_head {
    top: -42px;
  }
}
html #head .log_head img, body #head .log_head img {
  border-radius: 2em;
  margin-bottom: 0;
  margin-right: 0px;
}
@media (max-width: 767px) {
  html #head .log_head img, body #head .log_head img {
    display: none;
  }
}
@media (min-width: 1100px) {
  html #head .log_head img, body #head .log_head img {
    margin-right: 15px;
  }
}
html #head .log_head h2, body #head .log_head h2 {
  font-size: 18px;
  font-weight: 700;
  display: none;
}
@media (min-width: 1100px) {
  html #head .log_head h2, body #head .log_head h2 {
    display: inline-block;
  }
}
html #head .log_head .glyphicon, body #head .log_head .glyphicon {
  margin-top: 1em;
  margin-left: 0px;
}
html #head .log_head .dropdown, body #head .log_head .dropdown {
  top: 8px;
  margin-left: 7px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  html #head .log_head .dropdown, body #head .log_head .dropdown {
    top: -30px !important;
    margin-right: 0px;
  }
}
html .page_home, body .page_home {
  position: absolute;
  background: #F4F5F8;
  color: #263C75;
  height: 100%;
  min-width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  min-height: 1145px;
  /*-- Button style --*/
}
html .page_home .bg-sidebar, body .page_home .bg-sidebar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 1;
  box-shadow: 40px 0px 90px rgba(38, 60, 117, 0.16);
  -webkit-transform: translateX(-385px);
  transform: translateX(-385px);
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
}
@media (min-width: 992px) {
  html .page_home .bg-sidebar, body .page_home .bg-sidebar {
    -webkit-transform: translateX(336px);
    transform: translateX(336px);
  }
}
html .page_home .red-button, body .page_home .red-button {
  outline: none !important;
  text-align: center !important;
  width: auto !important;
  border: none !important;
  background: #EC7152 !important;
  color: white !important;
  font-weight: 700 !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-radius: 2em;
}
@media (max-width: 767px) {
  html .page_home .red-button, body .page_home .red-button {
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 55px !important;
  }
}
html .page_home .white-button, body .page_home .white-button {
  border: 2px solid #263C75 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 56px !important;
}
@media (min-width: 768px) {
  html .page_home .white-button, body .page_home .white-button {
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 215px !important;
  }
}
html .page_home .w3-sidebar, body .page_home .w3-sidebar {
  width: 385px !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #263C75;
  height: 100%;
  overflow: auto;
  z-index: 4;
  -webkit-transform: translateX(-385px);
  transform: translateX(-385px);
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
}
@media (min-width: 992px) {
  html .page_home .w3-sidebar, body .page_home .w3-sidebar {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 991px) {
  html .page_home .w3-sidebar, body .page_home .w3-sidebar {
    -webkit-transform: translateX(-385px);
    transform: translateX(-385px) !important;
    box-shadow: none !important;
  }
}
@media (max-width: 767px) {
  html .page_home .w3-sidebar, body .page_home .w3-sidebar {
    width: 245px !important;
    -webkit-transition: transform cubic-bezier(0, 0.68, 1, 1.07) 0.5s;
    -moz-transition: transform cubic-bezier(0, 0.68, 1, 1.07) 0.5s;
    -o-transition: transform cubic-bezier(0, 0.68, 1, 1.07) 0.5s;
    transition: transform cubic-bezier(0, 0.68, 1, 1.07) 0.5s;
  }
}
html .page_home .w3-bar-item, body .page_home .w3-bar-item {
  width: 385px;
  padding: 0 70px;
  font-size: 20px;
  height: auto !important;
}
html .page_home .w3-bar-item i, body .page_home .w3-bar-item i {
  margin-right: 2em;
  margin-left: 0.6em;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item i, body .page_home .w3-bar-item i {
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item, body .page_home .w3-bar-item {
    width: 245px;
    padding: 0 30px;
    font-size: 16px;
  }
}
html .page_home .w3-bar-item .fa-others, body .page_home .w3-bar-item .fa-others {
  margin-right: 1.95em !important;
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item .fa-others, body .page_home .w3-bar-item .fa-others {
    margin-right: 0.95em !important;
  }
}
html .page_home .w3-bar-item .fa-stethoscope, body .page_home .w3-bar-item .fa-stethoscope {
  margin-right: 2.25em !important;
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item .fa-stethoscope, body .page_home .w3-bar-item .fa-stethoscope {
    margin-right: 1.25em !important;
  }
}
html .page_home .w3-bar-item .fa-magic, body .page_home .w3-bar-item .fa-magic {
  margin-right: 2.1em !important;
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item .fa-magic, body .page_home .w3-bar-item .fa-magic {
    margin-right: 1.1em !important;
  }
}
html .page_home .w3-bar-item .fa-database, body .page_home .w3-bar-item .fa-database {
  margin-right: 2.3em !important;
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item .fa-database, body .page_home .w3-bar-item .fa-database {
    margin-right: 1.3em !important;
  }
}
html .page_home .w3-bar-item .fa-cogs, body .page_home .w3-bar-item .fa-cogs {
  margin-right: 2.14em !important;
}
@media (max-width: 767px) {
  html .page_home .w3-bar-item .fa-cogs, body .page_home .w3-bar-item .fa-cogs {
    margin-right: 1.14em !important;
  }
}
html .page_home h3, body .page_home h3 {
  margin-top: 43px !important;
  margin-bottom: 3em !important;
}
html .page_home #logo, body .page_home #logo {
  margin: auto;
  width: 100%;
}
html .page_home a, body .page_home a {
  display: block;
  color: #859BBC;
  padding: 8px 16px;
  text-decoration: none;
  padding: 20px 20px !important;
}
html .page_home a img, body .page_home a img {
  width: 1.4em;
  position: relative;
  top: -2px;
  margin-right: 2em;
}
html .page_home a.active, body .page_home a.active {
  background-color: #1D2F5F;
  color: white !important;
}
html .page_home a:hover, html .page_home a:focus, body .page_home a:hover, body .page_home a:focus {
  color: white !important;
}
html .page_home a:hover, html .page_home a:focus img, body .page_home a:hover, body .page_home a:focus img {
  color: white !important;
}
html .page_home a:hover:not(.active), body .page_home a:hover:not(.active) {
  background-color: #1D2F5F;
  color: white;
}
html .page_home .w3-button:hover, html .page_home .w3-button:focus, body .page_home .w3-button:hover, body .page_home .w3-button:focus {
  color: #fff !important;
  background-color: #1D2F5F !important;
  font-weight: 700;
}
html .page_home .w3-sidebar, body .page_home .w3-sidebar {
  background-color: #263C75 !important;
  color: #859BBC !important;
  width: 385px;
}
html .page_home .w3-sidebar .bar-item-bottom, body .page_home .w3-sidebar .bar-item-bottom {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
html .page_home .w3-sidebar .bar-item-bottom ul, body .page_home .w3-sidebar .bar-item-bottom ul {
  padding-left: 0;
}
html .page_home .w3-sidebar .bar-item-bottom ul li, body .page_home .w3-sidebar .bar-item-bottom ul li {
  display: block;
}
html .page_home .w3-sidebar .bar-item-bottom .active a, body .page_home .w3-sidebar .bar-item-bottom .active a {
  color: white !important;
  background: #1d2f5f !important;
  font-weight: 700;
}
html .page_home .w3-sidebar .bar-item-bottom #last-sub, body .page_home .w3-sidebar .bar-item-bottom #last-sub {
  margin-bottom: 2em;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu, body .page_home .w3-sidebar .bar-item-bottom .sub-menu {
  list-style-type: none;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu a, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu a {
  font-size: 16px;
  font-weight: 100;
  padding-right: 0em;
  padding-left: 2.8em;
}
@media (min-width: 769px) {
  html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu a, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu a {
    padding-left: 7.8em !important;
    padding-right: 2em !important;
  }
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .ico, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .ico {
  font-size: 1.2em;
  margin-right: 4em;
}
@media (min-width: 769px) {
  html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .ico, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .ico {
    margin-right: 5em;
  }
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .fa-file, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .fa-file {
  margin-right: 5.2em !important;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .fa-mobile-phone, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .fa-mobile-phone {
  margin-left: 0.3em;
  margin-right: 5.4em !important;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .fa-user, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .menu .fa-user {
  margin-right: 5.3em !important;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu a, body .page_home .w3-sidebar .bar-item-bottom .sub-menu a {
  padding-left: 7.3em !important;
  -webkit-transition: color ease-out 0.4s;
  -moz-transition: color ease-out 0.4s;
  -o-transition: color ease-out 0.4s;
  transition: color ease-out 0.4s;
  padding-right: 9.9em !important;
}
@media (max-width: 767px) {
  html .page_home .w3-sidebar .bar-item-bottom .sub-menu a, body .page_home .w3-sidebar .bar-item-bottom .sub-menu a {
    padding-left: 5.2em !important;
  }
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu a:hover, html .page_home .w3-sidebar .bar-item-bottom .sub-menu a:focus, body .page_home .w3-sidebar .bar-item-bottom .sub-menu a:hover, body .page_home .w3-sidebar .bar-item-bottom .sub-menu a:focus {
  color: #EC7152 !important;
  font-weight: 100;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu a.active, body .page_home .w3-sidebar .bar-item-bottom .sub-menu a.active {
  color: #EC7152 !important;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu a.active .puce, body .page_home .w3-sidebar .bar-item-bottom .sub-menu a.active .puce {
  border: 8px solid #EC7152;
  border-radius: 8px;
  position: absolute;
  left: -8px;
  margin-top: 1px;
}
html .page_home .w3-sidebar .bar-item-bottom .sub-menu .puce, body .page_home .w3-sidebar .bar-item-bottom .sub-menu .puce {
  transition: visibility 0.1s, opacity 0.1s linear;
}
html .page_home h3, body .page_home h3 {
  margin-top: 1em;
  margin-bottom: 2em;
  position: fixed !important;
}
html .page_home .bg-back, body .page_home .bg-back {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
}
html .page_home .bg-back .page, body .page_home .bg-back .page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
  padding-top: 101px;
  padding-left: 385px;
}
@media (max-width: 991px) {
  html .page_home .bg-back .page, body .page_home .bg-back .page {
    padding-left: 0px;
  }
}
html .page_home .bg-back .page .dashboard, body .page_home .bg-back .page .dashboard {
  margin-left: 0px !important;
}
html .page_home .bg-back .page .form-control, html .page_home .bg-back .page .form-control:focus, body .page_home .bg-back .page .form-control, body .page_home .bg-back .page .form-control:focus {
  font-size: 20px;
  height: 55px;
  width: 305px;
  border-radius: 2em;
  border: 2px solid #BBC1D3;
  padding-left: 41px;
  padding-right: 20px;
  background: inherit;
  color: #263c75;
}
html .page_home .bg-back .page .form-control::placeholder, body .page_home .bg-back .page .form-control::placeholder {
  font-size: 20px;
  color: #BBC1D3;
}
html .page_home .bg-back .page .jumbotron, body .page_home .bg-back .page .jumbotron {
  height: 85px;
  padding: 0 !important;
  background-color: inherit !important;
  margin-bottom: 0px !important;
}
html .page_home .bg-back .page .jumbotron .container-fluid, body .page_home .bg-back .page .jumbotron .container-fluid {
  padding-left: 36px;
  padding-right: 36px;
  margin-left: 0px !important;
}
html .page_home .bg-back .page .container-fluid, body .page_home .bg-back .page .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 385px;
}
@media (max-width: 991px) {
  html .page_home .bg-back .page .container-fluid, body .page_home .bg-back .page .container-fluid {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid, body .page_home .bg-back .page .container-fluid {
    top: 227px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
html .page_home .bg-back .page .container-fluid select, body .page_home .bg-back .page .container-fluid select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
html .page_home .bg-back .page .container-fluid .glyphicon, body .page_home .bg-back .page .container-fluid .glyphicon {
  position: absolute;
  margin-left: 40px;
  pointer-events: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  html .page_home .bg-back .page .container-fluid .glyphicon, body .page_home .bg-back .page .container-fluid .glyphicon {
    margin-left: 68px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .checkbox label:before, html .page_home .bg-back .page .container-fluid .panel .radio label:before, body .page_home .bg-back .page .container-fluid .panel .checkbox label:before, body .page_home .bg-back .page .container-fluid .panel .radio label:before {
  border: 1px solid #BBC1D3 !important;
  border-radius: 6px;
}
html .page_home .bg-back .page .container-fluid .panel .radio,
html .page_home .bg-back .page .container-fluid .panel .checkbox, body .page_home .bg-back .page .container-fluid .panel .radio,
body .page_home .bg-back .page .container-fluid .panel .checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
  display: inline-block !important;
}
html .page_home .bg-back .page .container-fluid .panel .p-t-20, body .page_home .bg-back .page .container-fluid .panel .p-t-20 {
  padding-left: 45px;
  padding-right: 46px;
  padding-top: 42px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .p-t-20, body .page_home .bg-back .page .container-fluid .panel .p-t-20 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu, body .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu {
  width: 170px;
  border-radius: 1em;
  box-shadow: 5px 5px 10px rgba(38, 60, 117, 0.16);
}
html .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu a:focus, html .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu a:hover, body .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu a:focus, body .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu a:hover {
  color: #EC7152 !important;
  font-weight: 100;
  -webkit-transition: color ease-out 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
@media (min-width: 768px) {
  html .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu, body .page_home .bg-back .page .container-fluid .panel .p-t-20 .dropdown-menu {
    width: 215px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .btn, body .page_home .bg-back .page .container-fluid .panel .btn {
  text-align: left;
}
html .page_home .bg-back .page .container-fluid .panel .btn .glyphicon, body .page_home .bg-back .page .container-fluid .panel .btn .glyphicon {
  font-size: 14px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  html .page_home .bg-back .page .container-fluid .panel .btn .glyphicon, body .page_home .bg-back .page .container-fluid .panel .btn .glyphicon {
    margin-left: 79px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body, body .page_home .bg-back .page .container-fluid .panel .panel-body {
  margin-top: 106px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body, body .page_home .bg-back .page .container-fluid .panel .panel-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .table, body .page_home .bg-back .page .container-fluid .panel .panel-body .table {
  margin-bottom: 0 !important;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .table-top, body .page_home .bg-back .page .container-fluid .panel .panel-body .table-top {
  padding-left: 22px;
  padding-right: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .table-top, body .page_home .bg-back .page .container-fluid .panel .panel-body .table-top {
    padding-right: 0px;
    padding-left: 10px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable {
  text-transform: uppercase;
  font-size: 20px;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable label, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable label {
  padding-left: 0 !important;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .col-action, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .col-action {
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .col-action, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .col-action {
    padding-right: 0;
    font-size: 0.8em;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=id], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=id] {
  margin-right: 15px !important;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=id], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=id] {
    width: 108px !important;
    margin-right: 12px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=online], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=online] {
  width: 74px !important;
  margin-right: 62px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=online], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=online] {
    margin-right: 18px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=username], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=username] {
  width: 198px !important;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=username], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=username] {
    width: 116px !important;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=email], body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable div[rel=email] {
    width: 108px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id .head-id, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id .head-id {
  width: 100px;
  width: 58px;
}
@media (min-width: 600px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id .head-id, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id .head-id {
    width: 100%;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id .head-id div::after, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id .head-id div::after {
  display: none;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .th-id {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .btn-head-table, body .page_home .bg-back .page .container-fluid .panel .panel-body .dataTable .btn-head-table {
    padding-right: 18px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail:nth-child(4n+2), html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail:nth-child(4n+2):hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail:nth-child(4n+2), body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail:nth-child(4n+2):hover {
  background-color: #F4F5F8;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail:nth-child(4n):hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail:nth-child(4n):hover {
  background-color: inherit;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+1), html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+1):hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+1), body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+1):hover {
  background-color: #F4F5F8;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+3):hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+3):hover {
  background-color: inherit;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr {
  height: 97px;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr a, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr a {
  display: table;
}
@media (min-width: 768px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr a, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr a {
    display: inline-block;
    left: 8px;
    top: 0px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .edit, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .edit {
  background: #263C75;
  color: white;
  border-radius: 11em;
  width: 41px;
  height: 41px;
  font-size: 1.2em;
  padding: 11px !important;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .edit, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .edit {
    width: 34px;
    height: 34px;
    left: 11px;
    margin-top: 10px;
    margin-bottom: 6px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete:hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete:hover {
  color: #BBC1D3 !important;
  background: inherit;
  font-size: 33px;
  margin-right: 15px !important;
  margin-left: 15px !important;
  position: relative;
  top: 4px !important;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete:hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .delete:hover {
    font-size: 30px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail {
  overflow: hidden;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail {
    padding-left: 0px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge {
  min-width: 10px !important;
  width: 100% !important;
  max-width: 74px !important;
  height: 43px !important;
  border-radius: 2em;
  font-size: 15px;
  text-transform: uppercase;
  padding: 1em;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge {
    max-width: 64px !important;
    height: 39px !important;
    font-size: 13px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge-success, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge-success {
  background-color: #263c75 !important;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge-danger, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .badge-danger {
  background-color: #EC7152 !important;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=id], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=id] {
  margin-right: 15px !important;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=id], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=id] {
    width: 108px !important;
    margin-right: 12px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=online], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=online] {
  width: 75px !important;
  margin-right: 66px;
  overflow: inherit !important;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=online], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=online] {
    margin-right: 20px;
    width: 74px !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=roles], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=roles] {
  width: 190px !important;
  margin-right: 10px;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .rowDetail-sub, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail .rowDetail-sub {
  width: 0px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=email], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=email] {
    width: 108px !important;
    margin-right: 15px;
  }
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=email], body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .rowDetail div[rel=email] {
    width: 108px !important;
    margin-right: 15px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .third-part-row, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .third-part-row {
  display: inline-block;
  position: absolute;
  right: 82px;
  padding-right: 0px;
  padding-left: 40px;
  height: 97px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .third-part-row, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr .third-part-row {
    padding-right: 5px;
    padding-left: 10px;
    right: 40px;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+1) .third-part-row, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+1) .third-part-row {
  background: inherit;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+3) .third-part-row, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtr:nth-child(4n+3) .third-part-row {
  background: white;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .sec-p, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .sec-p-id, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail p, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail h1, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .bold, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .sec-p, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .sec-p-id, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail p, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail h1, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .bold {
    font-size: 0.8em !important;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail h1, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail h1 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 14px;
  margin-bottom: 18px;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .bold, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .bold {
  color: #BBC1D3;
  text-transform: uppercase;
  font-weight: 700;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row p, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row p {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row p, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row p {
    white-space: inherit;
  }
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .col-md-3, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .col-md-3 {
  margin-bottom: 20px;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p-id, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p-id {
  margin-bottom: 0px;
  overflow: hidden;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p {
  margin-bottom: 0px;
  overflow: hidden;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p a, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p a {
  -webkit-transition: color ease-out 0.4s;
  -moz-transition: color ease-out 0.4s;
  -o-transition: color ease-out 0.4s;
  transition: color ease-out 0.4s;
  padding: 0 !important;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p a:focus, html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p a:hover, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p a:focus, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row .sec-p a:hover {
  color: #EC7152 !important;
  font-weight: 100;
  background-color: inherit;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row-to-hide, body .page_home .bg-back .page .container-fluid .panel .panel-body .rowtrdetail .row-to-hide {
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body td, body .page_home .bg-back .page .container-fluid .panel .panel-body td {
  padding-right: 27px;
}
html .page_home .bg-back .page .container-fluid .panel .panel-body td .row-border, body .page_home .bg-back .page .container-fluid .panel .panel-body td .row-border {
  border-top: 1px solid #BBC1D3;
}
html .page_home a:focus, html .page_home a:hover, html .page_home a:active, body .page_home a:focus, body .page_home a:hover, body .page_home a:active {
  color: #23527c;
  text-decoration: none;
  background-color: #1D2F5F !important;
  font-weight: bold;
}
html .bg-back, body .bg-back {
  margin-left: 0;
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
  position: absolute;
  bottom: 0;
  top: 0;
}
@media (max-width: 991px) {
  html.menuOpen .w3-sidebar, body.menuOpen .w3-sidebar {
    transform: translateX(0px) !important;
  }
  html.menuOpen #page, body.menuOpen #page {
    transform: translateX(385px) !important;
  }
  html.menuOpen #head, body.menuOpen #head {
    transform: translateX(385px) !important;
  }
  html.menuOpen .log_head, body.menuOpen .log_head {
    transform: translateX(-375px) !important;
  }
  html.menuOpen .bg-sidebar, body.menuOpen .bg-sidebar {
    transform: translateX(335px) !important;
  }
}
@media (max-width: 767px) {
  html.menuOpen #head, body.menuOpen #head {
    transform: translateX(245px) !important;
  }
  html.menuOpen .log_head, body.menuOpen .log_head {
    transform: translateX(-245px) !important;
  }
  html.menuOpen #page, body.menuOpen #page {
    transform: translateX(245px) !important;
  }
  html.menuOpen .bg-sidebar, body.menuOpen .bg-sidebar {
    transform: translateX(195px) !important;
  }
  html .search, body .search {
    width: 100%;
    float: left !important;
  }
  html .search .col-xs-12, body .search .col-xs-12 {
    width: 222px;
  }
  html .search .col-xs-12 .form-control, body .search .col-xs-12 .form-control {
    width: 222px !important;
  }
}
html .profile-dropdown, body .profile-dropdown {
  background: #fff;
  padding: 0;
}
html .profile-dropdown .pull-left, body .profile-dropdown .pull-left {
  position: relative;
  left: 6px;
}
@media (max-width: 992px) {
  html .menuOpen .overlay-bg, body .menuOpen .overlay-bg {
    display: block;
  }
}
html .menuOpen .log_head, body .menuOpen .log_head {
  display: none;
}
html .menuOpen #app, body .menuOpen #app {
  margin-left: 1em;
}

.v-align-middle {
  vertical-align: middle !important;
  padding-left: 27px !important;
}
@media (max-width: 767px) {
  .v-align-middle {
    padding-left: 15px !important;
  }
}

.profile-dropdown:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.profile-dropdown:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.profile-dropdown li:last-child {
  padding: 0;
}

.profile-dropdown li:last-child > a {
  padding-top: 15px;
  padding-bottom: 3px;
  padding-right: 19px;
}

.profile-dropdown li > a {
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  padding-left: 17px;
  padding-right: 37px;
  min-width: 138px;
}

.profile-dropdown li > a > i {
  margin-right: 5px;
}

.profile-dropdown li > a:hover {
  opacity: 1;
}

.profile-dropdown-toggle {
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .profile-dropdown-toggle {
    padding-right: 0 !important;
  }
}

.pull-right > .dropdown-menu {
  right: 26px !important;
  left: auto;
}
@media (min-width: 1100px) {
  .pull-right > .dropdown-menu {
    right: -10px !important;
  }
}
@media (max-width: 1100px) {
  .pull-right > .dropdown-menu {
    top: 60px !important;
    right: -10px !important;
  }
}
@media (max-width: 767px) {
  .pull-right > .dropdown-menu {
    top: 35px !important;
    right: -16px !important;
  }
}

.open .log_head {
  margin-right: 28.2em;
}

.dropdown-menu > li > a {
  color: #263C75 !important;
  padding: 10px 15px !important;
}
@media (min-width: 768px) {
  .dropdown-menu > li > a {
    padding: 10px 32px !important;
  }
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none !important;
  font-weight: 100;
}

/*-- Tableau de donn�es --*/
.table > thead:first-child > tr:first-child > th {
  border-bottom: 0 !important;
}

.table > tbody > tr > td {
  border-top: none !important;
}

/*-- checkbox --*/
.checkbox #checkboxSuccess {
  height: 21px;
  width: 21px;
}

.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0px !important;
  margin-right: 15px;
  font-size: 1em;
}

.radio label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 2px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}

.radio label {
  margin-bottom: 6px;
}

.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}

.radio input[type=radio]:focus + label {
  color: #2c2c2c;
}

.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd;
}

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae;
}

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752;
}

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053;
}

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753;
}

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}

.checkbox label:before {
  top: -1px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 3.4px;
  top: 0px;
  font-size: 12px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
  border-radius: 3px;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 7.5px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
  color: black;
}

.checkbox input[type=checkbox]:focus + label {
  color: #2c2c2c;
}

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}

.checkbox.right label:before {
  right: -35px;
  left: auto;
}

.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}

.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: -27px;
  left: auto;
}

body.rtl .checkbox label::after {
  left: -1.2px;
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #10cfbd;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #6d5cae;
}

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f55753;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752;
}

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

@media (max-width: 1072px) and (min-width: 992px) {
  .under {
    margin-top: 10px;
  }

  .panel-body {
    top: 100px !important;
  }
}
.under {
  float: right;
  margin-right: 16px;
  margin-left: 22px;
}
@media (max-width: 767px) {
  .under {
    margin-right: 10px;
    margin-left: 0px;
  }
}
.under .col-xs-12 {
  padding: 0;
}
.under .form-group .select {
  padding-left: 12px !important;
  padding-right: 15px !important;
  width: 65px !important;
}
@media (min-width: 768px) {
  .under .form-group .select {
    padding-left: 21px !important;
    padding-right: 41px !important;
    width: 100px !important;
  }
}

@media (max-width: 767px) {
  .fa-pencil:before {
    position: relative;
    top: 6px;
    right: 9px;
    font-size: 17px;
  }
}
.bootstrap-tagsinput {
  display: flex;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100% !important;
  border-bottom: 1px solid #CED4DA;
  border-radius: 0;
}
.bootstrap-tagsinput input {
  width: 100% !important;
  order: 1;
  border: none !important;
}
.bootstrap-tagsinput input:focus {
  border: none;
}

.label-info {
  background-color: #F7F7F7;
  color: #959595 !important;
  border: 1px solid #959595;
  border-radius: 12px;
  padding-top: 5px;
}
.label-info span[data-role=remove] {
  display: none;
}

.twitter-typeahead {
  width: 50% !important;
  flex: 1;
}

.mid-column {
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

.mid-column-left {
  border-left: 1px solid #E0E0E0;
}

.nav-item {
  cursor: pointer;
}

.result-form .messageACache {
  display: none;
}

.dropzone svg {
  vertical-align: middle !important;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started {
  border: none !important;
}
.dropzone.dz-started .dz-message {
  display: none !important;
}
.dropzone.dz-started .dz-cancel-all {
  display: block !important;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 1;
}
.dropzone .dz-message {
  text-align: left;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  display: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.icon-picker {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 58px;
  position: relative;
}
.icon-picker.hasImage .showifHasImage {
  display: block;
}
.icon-picker.hasImage .hideIfHasImage {
  opacity: 0;
}
.icon-picker.hasImage .removeButton {
  z-index: 10;
}
.icon-picker.hasImage .dz-message {
  opacity: 0 !important;
}
.icon-picker .icon-picker-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #CED4DA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.icon-picker .icon-picker-preview .icon-picker-preview-image {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.icon-picker .icon-picker-preview .icon-picker-preview-info {
  margin-left: 15px;
}
.icon-picker .dropzone {
  position: relative;
  height: 100%;
  z-index: 2;
  border: 1px solid #CED4DA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.icon-picker .dropzone:hover, .icon-picker .dropzone.dz-drag-hover, .icon-picker .dropzone.dz-started {
  opacity: 1;
  border-color: #424242;
}
.icon-picker .dropzone .icon-picker-progress {
  position: absolute;
  z-index: 4;
  border: 1px solid #424242;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.icon-picker .dropzone .icon-picker-progress .dz-progress {
  width: 60%;
  box-shadow: none;
  background-color: #CED4DA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.icon-picker .dropzone .icon-picker-progress .dz-progress .progress-bar {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #424242;
  box-shadow: none;
}

.select2-selection--multiple {
  margin-bottom: 27px;
}

.form-group .select2-selection--single {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #CED4DA;
  border-radius: 0;
}
.form-group .select2-selection__rendered {
  padding-left: 0 !important;
  margin-top: 5px;
}

.select2-container--default .select2-dropdown {
  overflow: hidden;
  margin: 5px 0;
  border: 1px solid #CED4DA;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px rgba(28, 100, 255, 0.1);
  box-shadow: 0px 3px 6px rgba(28, 100, 255, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #959595;
  color: white;
}

.select2-container {
  width: 100% !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal h5 {
  font-size: 1.45em;
}
@media (min-width: 768px) {
  .modal h5 {
    font-size: 2.45em;
  }
}
.modal .modal-dialog {
  display: inline-flex;
  text-align: left !important;
  vertical-align: middle;
  width: 700px;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 991px) {
  .modal .modal-dialog {
    width: 600px !important;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    width: 97% !important;
    margin: 0;
  }
}
.modal .modal-dialog .modal-content {
  border: none !important;
  box-shadow: none;
}
.modal .modal-header {
  padding-top: 40px;
  border-bottom: none;
}
.modal .modal-header h1 {
  font-size: 1.4em;
  font-weight: 700;
}
.modal .modal_header {
  border-bottom: none;
}
.modal .modal-body {
  padding-left: 10px;
  padding-right: 10px;
}
.modal .modal-body .card {
  padding: 0;
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .dim-pop-up {
    max-height: 425px !important;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .dim-pop-up {
    max-height: 245px !important;
    padding-right: 20px !important;
  }
}
.modal .modal-footer {
  padding: 15px !important;
}
@media (min-width: 768px) {
  .modal .modal-footer {
    padding: 25px !important;
  }
}
.modal .modal-footer .enregistrer {
  text-transform: uppercase;
  padding-top: 15px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 0.9em !important;
  height: 40px;
}
@media (min-width: 768px) {
  .modal .modal-footer .enregistrer {
    font-size: 20px !important;
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.modal-backdrop {
  background: #7a787d;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.65 !important;
  z-index: 11 !important;
}

/* Breadcrumbs
------------------------------------
*/
.breadcrumb {
  padding: 0px 20px;
  margin-bottom: 0px;
  list-style: none;
  border-radius: 4px;
  margin-top: 20px;
  background-color: transparent;
  display: flex;
  align-items: baseline;
}
.breadcrumb .breadcrumb-list a,
.breadcrumb .breadcrumb-list li {
  color: #000 !important;
  font-size: 1em !important;
  font-weight: normal !important;
}
.breadcrumb .breadcrumb-list .list-inline-item {
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb .breadcrumb-list .list-inline-item i {
  font-weight: normal !important;
  margin-right: 10px;
}

.breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4em !important;
  font-weight: 600;
  color: #424242;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumb a.active {
  font-weight: 600;
  color: #bd1111;
}

.breadcrumb li {
  padding-left: 0px;
}

.breadcrumb i {
  font-weight: bold;
  color: #424242;
  font-size: 1em;
}

.breadcrumb a,
.breadcrumb i,
.breadcrumb span,
.breadcrumb li {
  color: #424242;
  text-shadow: none;
}

.add-button-link {
  margin: 0 !important;
  display: inline-block;
}

.add-button {
  width: 35px;
  height: 28px;
  padding-top: 5px;
  margin-top: 2px;
  border-radius: 5px;
  background-color: #006aa2;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.add-button i {
  color: white !important;
}
.add-button:hover {
  opacity: 0.8;
}

.btn-save {
  z-index: 2;
  position: relative;
  font-size: 1.23em;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  width: 185px;
  max-width: 100%;
  text-align: center;
  color: white;
  border-radius: 10px;
  background: #006aa2;
  padding: 9px 25px;
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.btn-save:hover {
  opacity: 0.8;
}

.btn-cancel {
  z-index: 2;
  position: relative;
  font-size: 1.23em;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  width: 185px;
  max-width: 100%;
  text-align: center;
  color: black;
  border-radius: 10px;
  background: #F7F7F7;
  padding: 9px 25px;
  -webkit-transition: background-color ease-out 0.2s;
  -moz-transition: background-color ease-out 0.2s;
  -o-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
}
.btn-cancel:hover {
  background-color: #e6e6e6;
}

.btn-close {
  z-index: 2;
  position: relative;
  font-size: 1.23em;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  width: 185px;
  max-width: 100%;
  text-align: center;
  color: black;
  border-radius: 10px;
  background: #F7F7F7;
  padding: 9px 25px;
  -webkit-transition: background-color ease-out 0.2s;
  -moz-transition: background-color ease-out 0.2s;
  -o-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
}
.btn-close:hover {
  background-color: #e6e6e6;
}

.btn-annule {
  z-index: 2;
  position: relative;
  font-size: 1.23em;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  width: 185px;
  max-width: 100%;
  text-align: center;
  color: black;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.16);
  padding: 9px 25px;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.btn-annule:hover {
  opacity: 0.8;
}

.fa-split {
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn-split {
  width: 160px;
  position: relative;
  height: 40px;
}

.btn-split.btn-split-loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn-split .default-icon {
  display: inline-block;
}

.btn-split .loading-icon {
  display: none;
}

.btn-split.btn-split-loading .default-icon {
  display: none;
}

.btn-split.btn-split-loading .loading-icon {
  display: inline-block;
}

.form-group {
  position: relative;
  padding-top: 30px;
  margin-bottom: 2rem;
}
.form-group input {
  -webkit-appearance: none;
  border-bottom: 1px solid #CED4DA;
}
.form-group .form-control {
  background: transparent;
  padding: 0 0 0.5rem 0;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  background-color: #FFF;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #CED4DA;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-group .control-label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-group select {
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-group.has-error .form-control {
  border-bottom: 1px solid #843534 !important;
}

.form-group > label:not(.badge), .search-form label > label:not(.badge) {
  position: absolute;
  top: 10px;
  left: 0;
  color: #959595;
}

.form-group input:not(:placeholder-shown) + label, .search-form label input:not(:placeholder-shown) + label, .form-group input:focus + label, .search-form label input:focus + label {
  top: 10px !important;
}

.form-group input + label, .search-form label input + label {
  top: 40px !important;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}

textarea {
  border: 1px solid #CED4DA !important;
  border-radius: 6px !important;
  height: 70px !important;
  position: relative !important;
  margin-bottom: -20px !important;
}

.label-picture {
  color: #959595;
  font-weight: 500;
}

.label-manuel {
  color: #959595;
  font-weight: 500;
  position: relative !important;
  top: 5px !important;
}

.label-manuel.required:after {
  content: " *";
}

.label-picture.required:after {
  content: " *";
}

label.required:after {
  content: " *";
}

.messageACache {
  font-size: 13px;
  position: relative;
  top: -8px;
  left: 5px;
  font-family: "'Open Sans'", sans-serif;
}

.product-picture .messageACache {
  display: none;
}

.isactive {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.isactive .switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 20px;
}
.isactive .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.isactive .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.isactive .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.isactive input:checked + .slider {
  background-color: #006AA2;
}
.isactive input:focus + .slider {
  box-shadow: 0 0 1px #006AA2;
}
.isactive input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.isactive .slider.round {
  border-radius: 34px;
}
.isactive .slider.round:before {
  border-radius: 50%;
}

.badge-pill {
  font-size: 1em;
  height: 28px;
  width: 150px;
  font-weight: 600;
  line-height: 20px;
}
.badge-pill.badge-type-ROLE_ADMIN {
  color: #EC3736;
  background-color: #FEE2E1;
}
.badge-pill.badge-type-8, .badge-pill.badge-type-draft {
  color: #6E6E6E;
  background-color: #EFEFEF;
}
.badge-pill.badge-type-inline {
  color: #1AC77E;
  background-color: #CAEFDF;
}
.badge-pill.badge-type-9, .badge-pill.badge-type-STATE_INLINE, .badge-pill.badge-type-waiting_publish {
  color: #0284FD;
  background-color: #E3F3FE;
}
.badge-pill.badge-type-waiting_publish{
  width: 170px;
}
.badge-pill.badge-type-7 {
  color: #886CFE;
  background-color: #F3F1FF;
}
.badge-pill.badge-type-2 {
  color: #FDC302;
  background-color: #FCF2D3;
}
.badge-pill.badge-type-STATE_WAITACTIVATION {
  color: #FDC302;
  background-color: #FCF2D3;
  width: 175px;
}
.badge-pill.badge-type-STATE_WAITUSERACTIVATION {
  color: #FDC302;
  background-color: #FCF2D3;
  width: 175px;
}
.badge-pill.badge-type-1 {
  color: #6E6E6E;
  background-color: #EFEFEF;
}
.badge-pill.badge-type-6 {
  color: #6E6E6E;
  background-color: #FFFFFF;
  border: solid 1px #6E6E6E;
}
.badge-pill.badge-type-STATE_BROUILLON {
  color: #6E6E6E;
  background-color: #EFEFEF;
}
.badge-pill.badge-type-STATE_ACTIVATE {
  color: #0284FD;
  background-color: #E3F3FE;
}
.badge-pill.badge-type-STATE_FINISH {
  color: #FDC302;
  background-color: #FCF2D3;
}
.badge-pill.badge-type-STATE_DESACTIVATE {
  color: #EC3736;
  background-color: #FEE2E1;
}

.list-type {
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: opacity ease-out 0.4s;
  -moz-transition: opacity ease-out 0.4s;
  -o-transition: opacity ease-out 0.4s;
  transition: opacity ease-out 0.4s;
}
.list-type:hover {
  opacity: 0.8;
}

.list-type.type-8 {
  color: #6E6E6E;
  background-color: #EFEFEF;
}

.list-type.type-9 {
  color: #0284FD;
  background-color: #E3F3FE;
}

.list-type.type-7 {
  color: #886CFE;
  background-color: #F3F1FF;
}

.list-type.type-2 {
  color: #FDC302;
  background-color: #FCF2D3;
}

.list-type.type-1 {
  color: #6E6E6E;
  background-color: #EFEFEF;
}

.list-type.type-6 {
  color: #6E6E6E;
  background-color: #FFFFFF;
  border: solid 1px #6E6E6E;
}

html, body {
  /* header
  ------------------------------------
  */
  /* Nav
  ------------------------------------
  */
}
html header, body header {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 70px;
  background-color: #F7F7F7;
  padding-top: 20px;
  padding-bottom: 80px;
  z-index: 4;
  left: 250px;
}
html header .pull-right .breadcrumb > li + li:before, body header .pull-right .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #424242;
  font-size: 0em;
  font-family: FontAwesome;
  content: "";
}
html nav, body nav {
  position: fixed;
  left: -250px;
  bottom: 0px;
  top: 0px;
  width: 252px;
  background-color: #FFFFFF;
  z-index: 5;
  box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.1);
  left: 0px;
  /*@media(min-width: 1200px)
  {
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.1);
    left:0px;
  }*/
}
html nav .scrollable, body nav .scrollable {
  position: absolute;
  top: 30%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto;
}
html nav .scrollable .relative, body nav .scrollable .relative {
  position: relative;
  min-height: 100%;
}
html nav .scrollable::-webkit-scrollbar, body nav .scrollable::-webkit-scrollbar {
  width: 5px;
}
html nav .scrollable::-webkit-scrollbar-button, body nav .scrollable::-webkit-scrollbar-button {
  display: none;
}
html nav .scrollable::-webkit-scrollbar-track-piece, body nav .scrollable::-webkit-scrollbar-track-piece {
  background: #bdbcbc;
}
html nav .scrollable::-webkit-scrollbar-thumb, body nav .scrollable::-webkit-scrollbar-thumb {
  background: #424242;
}
html nav .logo, body nav .logo {
  text-align: center;
  padding: 50px 0;
}
html nav .logo svg, body nav .logo svg {
  height: 90px;
  max-width: 100%;
}
html nav .logo .dontsee, body nav .logo .dontsee {
  height: 0;
}
html nav .menu, body nav .menu {
  padding: 15px 0px;
  padding-bottom: 130px;
}
html nav .menu ul, body nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html nav .menu ul li, body nav .menu ul li {
  margin: 15px 10px;
  background-color: transparent;
}
html nav .menu ul li.menu-title, body nav .menu ul li.menu-title {
  font-weight: 700;
  font-size: 1.23em;
  padding-left: 20px;
}
html nav .menu ul li a, body nav .menu ul li a {
  border-radius: 50px;
  display: block;
  padding: 10px 20px;
  color: #000000;
  font-size: 1.23em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color ease-out 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
html nav .menu ul li a i, body nav .menu ul li a i {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  font-size: 1em;
  width: 1em;
  color: #959595;
}
html nav .menu ul li a:hover, html nav .menu ul li a:active, html nav .menu ul li a:focus, body nav .menu ul li a:hover, body nav .menu ul li a:active, body nav .menu ul li a:focus {
  text-decoration: none;
}
html nav .menu ul li:hover, html nav .menu ul li.active, body nav .menu ul li:hover, body nav .menu ul li.active {
  border-radius: 50px;
  background-color: rgba(0, 106, 162, 0.1);
}
html nav .menu ul li:hover a, html nav .menu ul li.active a, body nav .menu ul li:hover a, body nav .menu ul li.active a {
  font-weight: 600;
  color: #006aa2;
}
html nav .menu ul li:hover i, html nav .menu ul li.active i, body nav .menu ul li:hover i, body nav .menu ul li.active i {
  color: #006aa2;
}
html nav .menu ul li.menu-title:hover, html nav .menu ul li.menu-title.active, body nav .menu ul li.menu-title:hover, body nav .menu ul li.menu-title.active {
  background-color: transparent;
}
html nav .menu ul li a:focus, body nav .menu ul li a:focus {
  border-radius: 50px;
  background-color: rgba(0, 106, 162, 0.1);
  color: #006aa2;
  font-weight: 600;
}
html nav .menu ul li a:focus i, body nav .menu ul li a:focus i {
  color: #006aa2;
}
html nav .moncompte, body nav .moncompte {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #FCFCFC;
}
html nav .moncompte .menu, body nav .moncompte .menu {
  padding: 0;
  border-top: solid #DEDEDE 1px;
  border-bottom: solid #DEDEDE 1px;
}
html nav .moncompte .menu ul li, body nav .moncompte .menu ul li {
  margin: 0;
  -webkit-transition: background-color ease-out 0.4s;
  -moz-transition: background-color ease-out 0.4s;
  -o-transition: background-color ease-out 0.4s;
  transition: background-color ease-out 0.4s;
}
html nav .moncompte .menu ul li a, body nav .moncompte .menu ul li a {
  padding: 20px 20px;
  font-size: 1.23em !important;
  -webkit-transition: color ease-out 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
html nav .moncompte .menu ul li a i, body nav .moncompte .menu ul li a i {
  color: black;
  -webkit-transition: color ease-out 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
html nav .moncompte .menu ul li a:hover, html nav .moncompte .menu ul li a:active, html nav .moncompte .menu ul li a:focus, body nav .moncompte .menu ul li a:hover, body nav .moncompte .menu ul li a:active, body nav .moncompte .menu ul li a:focus {
  text-decoration: none;
  color: white;
}
html nav .moncompte .menu ul li a:hover i, html nav .moncompte .menu ul li a:active i, html nav .moncompte .menu ul li a:focus i, body nav .moncompte .menu ul li a:hover i, body nav .moncompte .menu ul li a:active i, body nav .moncompte .menu ul li a:focus i {
  color: white;
}
html nav .moncompte .menu ul li:hover, html nav .moncompte .menu ul li.active, body nav .moncompte .menu ul li:hover, body nav .moncompte .menu ul li.active {
  background-color: #424242;
  border-radius: 0;
  color: white;
}
html nav .moncompte .menu ul li:hover a, html nav .moncompte .menu ul li.active a, body nav .moncompte .menu ul li:hover a, body nav .moncompte .menu ul li.active a {
  color: white;
}
html nav .moncompte .menu ul li:hover i, html nav .moncompte .menu ul li.active i, body nav .moncompte .menu ul li:hover i, body nav .moncompte .menu ul li.active i {
  color: white;
}
html nav .moncompte .menu ul li a:focus, body nav .moncompte .menu ul li a:focus {
  background-color: #424242;
  border-radius: 0;
  color: white;
}
html nav .moncompte .menu ul li a:focus i, body nav .moncompte .menu ul li a:focus i {
  color: white;
}
html nav .moncompte .profilbutton, body nav .moncompte .profilbutton {
  padding: 15px 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  color: #424242;
  position: relative;
  -webkit-transition: background-color ease-out 0.4s, color ease-out 0.2s;
  -moz-transition: background-color ease-out 0.4s, color ease-out 0.2s;
  -o-transition: background-color ease-out 0.4s, color ease-out 0.2s;
  transition: background-color ease-out 0.4s, color ease-out 0.2s;
}
html nav .moncompte .profilbutton .initial, body nav .moncompte .profilbutton .initial {
  color: black;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #F7F7F7;
  border: 1px solid #424242;
  text-align: center;
  line-height: 28px;
  border-radius: 25px;
  margin-left: 3px;
  -webkit-transition: background-color ease-out 0.2s, color ease-out 0.2s;
  -moz-transition: background-color ease-out 0.2s, color ease-out 0.2s;
  -o-transition: background-color ease-out 0.2s, color ease-out 0.2s;
  transition: background-color ease-out 0.2s, color ease-out 0.2s;
}
html nav .moncompte .profilbutton .name, body nav .moncompte .profilbutton .name {
  position: absolute;
  font-size: 1.23em;
  font-weight: 600 !important;
  top: 18px;
  left: 70px;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html nav .moncompte .profilbutton .role, body nav .moncompte .profilbutton .role {
  position: absolute;
  bottom: 18px;
  font-weight: 300;
  left: 75px;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html nav .moncompte .profilbutton:hover, html nav .moncompte .profilbutton:focus, body nav .moncompte .profilbutton:hover, body nav .moncompte .profilbutton:focus {
  text-decoration: none;
  background-color: #424242;
  color: white;
}
html nav .moncompte .profilbutton:hover .initial, html nav .moncompte .profilbutton:focus .initial, body nav .moncompte .profilbutton:hover .initial, body nav .moncompte .profilbutton:focus .initial {
  background-color: white;
  color: #424242;
}
html nav .moncompte .lastconnexion, body nav .moncompte .lastconnexion {
  padding: 15px 20px;
  font-size: 0.875em;
}
html nav .moncompte .lastconnexion .col-xs-4, html nav .moncompte .lastconnexion .col-xs-8, body nav .moncompte .lastconnexion .col-xs-4, body nav .moncompte .lastconnexion .col-xs-8 {
  padding: 0px;
}
html nav .a[aria-expanded=true], body nav .a[aria-expanded=true] {
  background-color: #FAFBFF;
  padding-top: 3px;
  padding-bottom: 3px;
}
html nav .collapse.in, body nav .collapse.in {
  background-color: #FAFBFF;
}
html nav .under_user, body nav .under_user {
  font-size: 0.8em;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .pull-right .col-xs-12 {
    padding-right: 0 !important;
  }
}

.pull-right .breadcrumb {
  line-height: 0;
}

.pull-left {
  position: relative;
  left: 6px;
}
.pull-left a {
  font-weight: 700;
}

.menu-down-arrow {
  position: absolute;
  right: 0;
}

#collapseUsers li:hover, #collapseUsers li:active, #collapseUsers li:focus, #collapseUsers li.active {
  border-radius: 0;
}
#collapseUsers a:hover, #collapseUsers a:active, #collapseUsers a:focus, #collapseUsers a.active {
  border-radius: 0;
}
#collapseUsers li {
  border-radius: 0;
  margin: 0;
  border-top: solid #DEDEDE 1px;
}
#collapseUsers li.first {
  border-top: 0;
}

/*Champs de recherche*/
.filter_text {
  padding-right: 20px;
  padding-top: 7px;
}
.filter_text input {
  display: inline-block;
  padding: 2px 2px 2px 30px !important;
  width: 300px;
  border-radius: 27px;
  border: 1px solid #707070;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  color: black;
  background-color: #F7F7F7;
}
.filter_text input::placeholder {
  color: black;
}
.filter_text .search-icon {
  margin-right: 6px;
  margin-top: -20px;
  left: 30px;
  position: relative;
  z-index: 2;
}
.filter_text select {
  height: 27px;
  border-radius: 27px;
  border: 1px solid #707070;
  width: 160px;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: none !important;
}

.container-fluid {
  padding: 110px 20px 0 280px;
}
.container-fluid .card {
  background-color: white;
  padding: 20px 20px;
  border-radius: 10px;
  border: none;
}
.container-fluid table {
  width: 100%;
  border-collapse: collapse;
}
.container-fluid table th {
  padding: 10px;
  text-align: inherit;
  font-weight: 600;
  font-size: 1.1em;
  display: table-cell;
  vertical-align: inherit;
  color: black;
}
.container-fluid table th a {
  text-decoration: none;
  color: black;
}
.container-fluid table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.container-fluid table td {
  padding: 10px;
}
.container-fluid .badge.badge-circle {
  display: inline-block;
  min-width: 28px;
  min-height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0 8px;
  border-radius: 100%;
  background-color: white;
  border: 1px solid black;
  -webkit-transition: background-color ease-out 0.4s;
  -moz-transition: background-color ease-out 0.4s;
  -o-transition: background-color ease-out 0.4s;
  transition: background-color ease-out 0.4s;
}
.container-fluid .badge.badge-circle i {
  color: black;
  -webkit-transition: color ease-out 0.4s;
  -moz-transition: color ease-out 0.4s;
  -o-transition: color ease-out 0.4s;
  transition: color ease-out 0.4s;
}
.container-fluid .badge.badge-circle:hover {
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
}
.container-fluid .badge.badge-circle.badge-danger {
  border: 1px solid #F47474;
}
.container-fluid .badge.badge-circle.badge-danger i {
  color: #F47474;
}
.container-fluid .badge.badge-circle.badge-danger:hover {
  background-color: #FEE2E1;
  border: 1px solid #FEE2E1;
}
.container-fluid .badge.badge-circle.badge-primary {
  border: 1px solid #006aa2;
}
.container-fluid .badge.badge-circle.badge-primary i {
  color: #006aa2;
}
.container-fluid .badge.badge-circle.badge-primary:hover {
  background-color: rgba(0, 106, 162, 0.1);
  border: 1px solid #006aa2;
}
.container-fluid table tbody tr:nth-child(2n-1) {
  background-color: #F7F7F7;
}
.container-fluid table tbody tr:nth-child(2n-1) .badge.badge-circle {
  background-color: #F7F7F7;
}
.container-fluid table tbody tr:nth-child(2n-1) .badge.badge-circle:hover {
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
}
.container-fluid table tbody tr:nth-child(2n-1) .badge.badge-circle.badge-danger:hover {
  background-color: #FEE2E1;
  border: 1px solid #FEE2E1;
}
.container-fluid table tbody tr:nth-child(2n-1) .badge.badge-circle.badge-primary:hover {
  background-color: rgba(0, 106, 162, 0.1);
  border: 1px solid #006aa2;
}
.container-fluid .navigation {
  text-align: center;
}
.container-fluid .pagination > .active > a, .container-fluid .pagination > .active > a:focus, .container-fluid .pagination > .active > a:hover, .container-fluid .pagination > .active > span, .container-fluid .pagination > .active > span:focus, .container-fluid .pagination > .active > span:hover {
  color: black;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.container-fluid .pagination > li > a, .container-fluid .pagination > li > span {
  color: black;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: background-color ease-out 0.4s;
  -moz-transition: background-color ease-out 0.4s;
  -o-transition: background-color ease-out 0.4s;
  transition: background-color ease-out 0.4s;
}
.container-fluid .pagination > li > a:hover, .container-fluid .pagination > li > span:hover {
  background-color: #F7F7F7;
}

.card-listing table tr .logo, .programmation-products-episode table tr .logo, .programmation-products-version table tr .logo, .block-edit table tr .logo {
  height: 57px;
  width: 57px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  text-align: center;
  vertical-align: middle;
  line-height: 57px;
}
.card-listing table tr .logo .initial, .programmation-products-episode table tr .logo .initial, .programmation-products-version table tr .logo .initial, .block-edit table tr .logo .initial {
  font-size: 1.3em;
  font-weight: 600;
  color: #424242;
  border: 1px solid #424242;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.block-edit {
  padding: 26px 16px !important;
}
.block-edit .titre {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
.block-edit .icon-picker {
  height: 58px;
}

.footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 253px;
  background-color: rgba(48, 48, 48, 0.1);
  z-index: 50;
  padding: 19px 49px;
}
.footer .btn-annule {
  background-color: #BEBEBE;
  opacity: 0.9;
}

a:hover {
  text-decoration: none;
  color: black;
}
a:hover .badge.badge-circle {
  color: black;
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
}

.logoemission {
  width: 57px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 330px;
}

.select-search {
  width: 150px;
  margin-right: 20px;
  position: relative;
  padding-top: 6px;
  margin-bottom: 0;
}
.select-search .select2-selection__rendered {
  margin-left: 5px;
}
.select-search .select2-selection.select2-selection--single {
  background-color: transparent;
}

.list-type {
  height: 90px;
  background-color: #f5f5f569;
  padding: 0;
  margin: 15px;
  color: black;
}
.list-type:hover, .list-type:active, .list-type:focus {
  color: black;
}
.list-type p {
  width: 100%;
  padding-top: 10px;
}
.list-type div {
  padding-top: 12px;
}

.concoursusertypes .select2-selection.select2-selection--multiple {
  margin-bottom: 0;
}

.blue-link {
  color: #006aa2;
  opacity: 1;
  -webkit-transition: opacity ease-out 0.4s;
  -moz-transition: opacity ease-out 0.4s;
  -o-transition: opacity ease-out 0.4s;
  transition: opacity ease-out 0.4s;
}
.blue-link:hover, .blue-link:active, .blue-link:focus {
  color: #006aa2;
  opacity: 0.8;
}

.text-blue {
  color: #006aa2 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #006aa2 !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom-color: #006aa2 !important;
  text-decoration: none;
}

.nav-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.nav-tabs li, .nav-tabs li > a {
  background-color: transparent;
  font-size: 1.2rem;
}
.nav-tabs li > a {
  padding: 15px 15px;
  border: none !important;
  border-bottom: 2px solid transparent !important;
}

.card.card-concours {
  padding-top: 60px !important;
}

.nav-type-container {
  position: relative;
  top: -22px;
  padding-top: 22px !important;
  min-width: 150px;
}
.nav-type-container .nav-link, .nav-type-container p {
  margin-bottom: 20px;
}
.nav-type-container .nav-link {
  color: black;
}
.nav-type-container .nav-link[aria-selected=true], .nav-type-container .nav-link:hover, .nav-type-container .nav-link:focus {
  color: #006aa2;
  background-color: rgba(4, 106, 162, 0.11);
  border-radius: 25px;
}
.nav-type-container a:hover, .nav-type-container a:focus {
  color: #006aa2;
}
.nav-type-container a:hover .badge.badge-circle.badge-primary, .nav-type-container a:focus .badge.badge-circle.badge-primary {
  background-color: transparent !important;
}

.nav-type-container-border {
  border-right: 1px solid #E0E0E0;
  position: relative;
  top: -22px;
  padding-top: 22px !important;
}
.nav-type-container-border .nav-link, .nav-type-container-border p {
  margin-bottom: 20px;
}
.nav-type-container-border .nav-link {
  color: black;
}
.nav-type-container-border .nav-link[aria-selected=true], .nav-type-container-border .nav-link:hover, .nav-type-container-border .nav-link:focus {
  color: #006aa2;
  background-color: rgba(4, 106, 162, 0.11);
  border-radius: 25px;
}
.nav-type-container-border a:hover, .nav-type-container-border a:focus {
  color: #006aa2;
}
.nav-type-container-border a:hover .badge.badge-circle.badge-primary, .nav-type-container-border a:focus .badge.badge-circle.badge-primary {
  background-color: transparent !important;
}

.data-form-type-container {
  border-left: 1px solid #E0E0E0;
  position: relative;
  top: -52px;
  padding-top: 22px;
  height: 1060px;
}

.check-color-nodata {
  color: #959595;
}

.check-color-data {
  color: #FDC302;
}

.check-color-alldata {
  color: #006aa2;
}

.panel {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #E0E0E0 !important;
  border-radius: 0px !important;
}

.panel-heading {
  border: none !important;
  background-color: transparent !important;
}

.panel-body {
  border-top: 0 !important;
}

.resume-block {
  height: 55px;
  border: 1px solid #E0E0E0;
  line-height: 55px;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.resume-block .dashboard-edit {
  position: absolute;
  right: 15px;
}
.resume-block i {
  position: relative;
  top: 5px;
}

/* line 2, assets/sass/components/_typeahead.scss */
.twitter-typeahead input {
  cursor: pointer;
}

/* line 180, assets/sass/common/_mixins.scss */
.twitter-typeahead input::-webkit-input-placeholder {
  opacity: 1 !important;
}

/* line 183, assets/sass/common/_mixins.scss */
.twitter-typeahead input:-moz-placeholder {
  opacity: 1 !important;
}

/* line 186, assets/sass/common/_mixins.scss */
.twitter-typeahead input::-moz-placeholder {
  opacity: 1 !important;
}

/* line 189, assets/sass/common/_mixins.scss */
.twitter-typeahead input:-ms-input-placeholder {
  opacity: 1 !important;
}

/* line 192, assets/sass/common/_mixins.scss */
.twitter-typeahead input::-ms-input-placeholder {
  opacity: 1 !important;
}

/* line 9, assets/sass/components/_typeahead.scss */
.twitter-typeahead .input-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

/* line 16, assets/sass/components/_typeahead.scss */
.twitter-typeahead .input-group .tt-menu, .twitter-typeahead .input-group .tt-hint, .twitter-typeahead .input-group .tt-input {
  width: 100%;
}

/* line 21, assets/sass/components/_typeahead.scss */
.tt-menu {
  margin: 10px 0 !important;
  padding: 0;
  overflow: hidden;
  border: 1px solid #DDE5FC;
  background-color: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px rgba(28, 100, 255, 0.1);
  box-shadow: 0px 3px 6px rgba(28, 100, 255, 0.1);
}

/* line 31, assets/sass/components/_typeahead.scss */
.tt-suggestion {
  padding: 5px;
  cursor: pointer;
}

/* line 35, assets/sass/components/_typeahead.scss */
.tt-suggestion:hover {
  background-color: #006aa2;
  color: #FFF;
}

/* line 45, assets/sass/components/_typeahead.scss */
.tt-input {
  background-repeat: no-repeat !important;
  background-position: right bottom 10px !important;
  background-size: 12px 12px !important;
  background-image: url("data:image/png;base64,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") !important;
}

/* line 48, assets/sass/components/_typeahead.scss */
.tt-input:focus {
  background-repeat: no-repeat !important;
  background-position: right bottom 10px !important;
  background-size: 12px 12px !important;
  background-image: url("data:image/png;base64,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") !important;
}

/* line 4, assets/sass/components/_select2.scss */
.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #CED4DA;
  height: 23px !important;
  border-radius: 0;
}

/* line 9, assets/sass/components/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

/* line 13, assets/sass/components/_select2.scss */
.select2-container--default .select2-selection--single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* line 19, assets/sass/components/_select2.scss */
.select2-container--default.select2-container--focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* line 24, assets/sass/components/_select2.scss */
.select2-container--default .select2-dropdown {
  overflow: hidden;
  margin: 5px 0;
  border: 1px solid #DDE5FC;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px rgba(28, 100, 255, 0.1);
  box-shadow: 0px 3px 6px rgba(28, 100, 255, 0.1);
}

/* line 31, assets/sass/components/_select2.scss */
.select2-container--default .select2-dropdown .select2-results__option--highlighted {
  background-color: #006aa2;
}

/* line 36, assets/sass/components/_select2.scss */
.select2-container--default .select2-result {
  margin-right: 15px;
}

/* line 40, assets/sass/components/_select2.scss */
.select2-container--default .select2-selection__arrow {
  background-repeat: no-repeat !important;
  background-position: right bottom 10px !important;
  background-size: 12px 12px !important;
  background-image: url("data:image/png;base64,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") !important;
}

/* line 43, assets/sass/components/_select2.scss */
.select2-container--default .select2-selection__arrow b {
  display: none;
}

/* line 49, assets/sass/components/_select2.scss */
.select2-search--dropdown {
  padding: 10px;
  border-bottom: 1px solid #DDE5FC !important;
}

/* line 53, assets/sass/components/_select2.scss */
.select2-search--dropdown .select2-search__field {
  border: 1px solid #DDE5FC !important;
}

/* line 56, assets/sass/components/_select2.scss */
.select2-search--dropdown .select2-search__field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.select2-result {
  font-size: 84% !important;
  padding: 10px;
  margin-right: 10px;
}

.concoursusertypes .custom-control-label {
  display: none;
}
.concoursusertypes .multiple-option {
  display: grid;
  grid-gap: 1rem;
  max-width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.concoursusertypes .multiple-option__item {
  display: flex;
  text-align: center;
  flex-direction: column;
  position: relative;
}
.concoursusertypes .multiple-option__item div.text-secondary {
  width: 8rem;
  height: 3.5rem;
  display: flex;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #006aa2;
}
.concoursusertypes .multiple-option__item input[type=checkbox], .concoursusertypes .multiple-option__item .custom-control.custom-checkbox {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 8rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}
.concoursusertypes .multiple-option__item input[type=checkbox]:hover, .concoursusertypes .multiple-option__item .custom-control.custom-checkbox:hover {
  cursor: pointer;
}
.concoursusertypes .multiple-option__item div.text-secondary.selected {
  background-color: #006aa2;
  color: white !important;
}

.align-vertical-table .align-vertical-cell .auth {
  padding: 35px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 15px;
  text-align: center;
  color: black;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.93);
  pointer-events: all;
}
.align-vertical-table .align-vertical-cell .auth .dontsee {
  height: 0;
}
.align-vertical-table .align-vertical-cell .auth .logo-areas {
  height: 90px;
}
@media (min-width: 768px) {
  .align-vertical-table .align-vertical-cell .auth {
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 15px;
    padding: 40px;
    padding-top: 30px;
    background-color: rgba(255, 255, 255, 0.93);
    max-width: 515px;
  }
}
.align-vertical-table .align-vertical-cell .auth img {
  height: 110px;
}
.align-vertical-table .align-vertical-cell .auth h1 {
  font-size: 1.1em;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
}
.align-vertical-table .align-vertical-cell .auth .button {
  z-index: 2;
  position: relative;
  font-size: 1.1em;
  margin-right: auto;
  margin-left: auto;
  width: 185px;
  max-width: 100%;
  text-align: center;
  color: white;
  background-color: #006aa2;
  border-radius: 6px;
  padding: 9px 25px;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.align-vertical-table .align-vertical-cell .auth .button:hover {
  opacity: 0.8;
}

html .align-vertical-table .align-vertical-cell .auth .checkbox input[type=checkbox]:focus + label:before, body .align-vertical-table .align-vertical-cell .auth .checkbox input[type=checkbox]:focus + label:before {
  background-color: inherit;
}

.login-form {
  /* Ichiro */
}
.login-form *, .login-form *:after, .login-form *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-form .clearfix:before, .login-form .clearfix:after {
  content: "";
  display: table;
}
.login-form .clearfix:after {
  clear: both;
}
.login-form .content {
  font-size: 150%;
  padding: 3em 0;
}
.login-form .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}
.login-form .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: white;
  color: #aaa;
  font-weight: normal;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.login-form .input__field:focus {
  outline: none;
}
.login-form .input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #959595;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login-form .input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.login-form .input--ichiro {
  border-bottom: 1px solid #CBCBCB;
}
.login-form .input__field--ichiro {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 100;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: transparent;
  color: black;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.login-form .input__label--ichiro {
  width: 100%;
  text-align: left;
  cursor: text;
  padding: 0;
  margin: 0;
}
.login-form .input__label--ichiro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.login-form .input__label-content--ichiro {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  padding-bottom: 0;
  top: -2px;
}
.login-form .input__field--ichiro:focus,
.login-form .input--filled .input__field--ichiro {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.login-form .input__field--ichiro:focus + .input__label--ichiro,
.login-form .input--filled .input__label--ichiro {
  cursor: default;
  pointer-events: none;
}
.login-form .input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.login-form .input--filled .input__label-content--ichiro {
  -webkit-transform: translate3d(0, -2em, 0);
  transform: translate3d(0, -2em, 0) translateZ(1px);
}

.forgot-pass {
  color: #959595;
  -webkit-transition: color ease-out 0.2s;
  -moz-transition: color ease-out 0.2s;
  -o-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.forgot-pass:hover {
  text-decoration: none !important;
  color: black;
}

.block-emission {
  padding: 26px 16px !important;
}
.block-emission .titre {
  font-size: 1.2em;
  font-weight: 700;
}
.block-emission .icon-picker {
  height: 58px;
}

.block-version {
  background-color: white;
  border-radius: 10px;
}
.block-version .partie-gauche {
  padding: 26px 16px !important;
  height: 100%;
}
.block-version .partie-droite {
  padding: 26px 16px !important;
  border-left: 1px solid #CED4DA;
}
.block-version .titre {
  padding-left: 0;
  font-size: 1.2em;
  font-weight: 700;
}
.block-version .icon-picker {
  height: 58px;
}
.block-version .collection_add {
  display: none !important;
}

.list-version {
  list-style: none;
  padding-left: 0px;
  color: #9D9D9D;
}
.list-version li {
  margin: 0 10px;
  padding-left: 10px;
  border-radius: 10px;
}
.list-version li .collection_remove {
  align-items: end;
}
.list-version li.click-liste {
  cursor: pointer;
}
.list-version li.active {
  background-color: #F7F7F7;
}

.collection_remove {
  font-size: 0.8em;
  height: 20px;
  width: 20px;
  font-weight: 600;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  right: 30px;
}

.select2-container {
  width: 100% !important;
}

.count-block i {
  font-size: 4em;
  display: inline-block;
}
.count-block i.fa-play {
  color: #CED4DA;
}
.count-block i.fa-file-invoice-dollar {
  color: #000;
}
.count-block i.fa-tag {
  color: #959595;
}
.count-block span {
  color: #959595;
}
.count-block span.info-count {
  display: block;
  font-size: 2em;
  color: black;
}

.invoice-list li {
  color: #959595;
  padding: 0.75rem 0;
}
.invoice-list li .badge {
  background: none;
}
.invoice-list li:first-child {
  border-top: none;
}

.test-main-container {
  position: absolute;
  top: 110px;
  bottom: 20px;
  left: 280px;
  right: 20px;
}

.drop-main-container {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 20px;
}

.test-main-container .test-bg-white, .drop-main-container .test-bg-white {
  background-color: white;
}
.test-main-container .test-form, .drop-main-container .test-form {
  position: absolute;
  top: 0px;
  bottom: 70px;
  right: 0px;
  left: 0px;
}
.test-main-container .test-footer, .drop-main-container .test-footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.test-main-container .test-template, .drop-main-container .test-template {
  display: inline-block;
  height: 100px;
  background-color: #006aa2;
  border-radius: 15px;
  width: 100%;
  color: white;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.test-main-container .test-template:hover, .drop-main-container .test-template:hover {
  text-decoration: none;
  opacity: 0.5;
}
.test-main-container #preview, .drop-main-container #preview {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow: scroll;
}
.test-main-container #preview .preview-container, .drop-main-container #preview .preview-container {
  background-color: transparent;
  overflow: hidden;
}
.test-main-container #preview .top-bar, .drop-main-container #preview .top-bar {
  display: none;
  height: 1px;
  background-color: #E6E6E6;
  margin: 10px -20px 10px 0;
}
.test-main-container #preview .top-bar-a, .drop-main-container #preview .top-bar-a {
  display: none;
  height: 10px;
  margin-bottom: 50px;
  background-color: white;
}
.test-main-container #preview .template-c + .template-b .top-bar, .test-main-container #preview .template-b + .template-b .top-bar, .drop-main-container #preview .template-c + .template-b .top-bar, .drop-main-container #preview .template-b + .template-b .top-bar {
  display: block !important;
}
.test-main-container #preview .template-b + .template-a .top-bar-a, .test-main-container #preview .template-a + .template-a .top-bar-a, .test-main-container #preview .template-c + .template-a .top-bar-a, .drop-main-container #preview .template-b + .template-a .top-bar-a, .drop-main-container #preview .template-a + .template-a .top-bar-a, .drop-main-container #preview .template-c + .template-a .top-bar-a {
  display: block !important;
}
.test-main-container #preview .template .template-hover, .test-main-container #preview .template.template-hover, .drop-main-container #preview .template .template-hover, .drop-main-container #preview .template.template-hover {
  border: 1px solid transparent;
}
.test-main-container #preview .template .template-hover.hover, .test-main-container #preview .template.template-hover.hover, .drop-main-container #preview .template .template-hover.hover, .drop-main-container #preview .template.template-hover.hover {
  border: 1px solid #006aa2;
  border-radius: 6px;
  cursor: move;
}
.test-main-container #preview .ui-state-highlight, .drop-main-container #preview .ui-state-highlight {
  height: 50px;
  background-color: white;
  border: 2px dashed black;
}
.test-main-container #preview .ui-sortable-helper, .drop-main-container #preview .ui-sortable-helper {
  opacity: 0;
}
.test-main-container #preview .template-btn, .drop-main-container #preview .template-btn {
  background-color: #E5F0F6;
  color: #046AA2;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  width: inherit;
  height: inherit;
  padding: 10px;
  padding-left: 15px;
  margin-top: 15px;
}
.test-main-container #preview .template-btn span, .drop-main-container #preview .template-btn span {
  position: absolute;
  right: 15px;
}
.test-main-container #preview .template-btn.add-under-categorie, .test-main-container #preview .template-btn.add-under-bonus, .test-main-container #preview .template-btn.add-under-malus, .drop-main-container #preview .template-btn.add-under-categorie, .drop-main-container #preview .template-btn.add-under-bonus, .drop-main-container #preview .template-btn.add-under-malus {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 25px;
}
.test-main-container #preview .template-btn.add-data, .drop-main-container #preview .template-btn.add-data {
  margin-left: 50px;
}
.test-main-container .progress-container, .drop-main-container .progress-container {
  padding-left: 70px;
}

.ui-sortable {
  min-height: 10px;
}

.list-minimas-icon {
  text-align: center;
  height: 65px;
  width: 65px;
  line-height: 80px;
  border-radius: 20px;
}
.list-minimas-icon.icon-euro {
  color: #2a7a50;
  background-color: rgba(57, 169, 57, 0.27);
}
.list-minimas-icon.icon-purcent {
  color: #2a7a50;
  background-color: rgba(57, 169, 57, 0.27);
}
.list-minimas-icon.icon-an {
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
  background-color: #EFEFEF;
}
.list-minimas-icon.icon-pts {
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
  background-color: #EFEFEF;
}

.template-total {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background-color: #006aa2;
  color: white;
  height: 50px;
  font-size: 1.5em;
  padding: 10px;
  font-family: Roboto, sans-serif;
}

.div-border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}

.calcul-choice {
  width: 100%;
  background-color: #F5F5F5;
  color: #959595;
  border-radius: 4px;
}
.calcul-choice li {
  width: 50%;
  text-align: center;
}
.calcul-choice a {
  border-radius: 4px;
}
.calcul-choice a[aria-selected=true], .calcul-choice a:hover, .calcul-choice a:focus {
  color: #006aa2 !important;
  background-color: #E5F0F6 !important;
}
.calcul-choice li:hover, .calcul-choice a:focus {
  background-color: #E5F0F6 !important;
}
.calcul-choice li.active {
  background-color: #E5F0F6 !important;
}

.scrolling-tabs {
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.scrolling-tabs li {
  display: flex;
}
.scrolling-tabs span,
.scrolling-tabs a {
  font-size: 1em;
  line-height: 2em;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 16px 15px 11px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.scrolling-tabs .active span,
.scrolling-tabs .active a {
  border-bottom-color: #000;
  color: #000;
  font-weight: 600;
}
.scrolling-tabs .inactive span,
.scrolling-tabs .inactive a {
  pointer-events: none;
  cursor: default;
  color: #959595;
}
.scrolling-tabs .inactive.active span, .scrolling-tabs .inactive.active a {
  border-bottom-color: #959595;
}
.scrolling-tabs:after {
  clear: both;
  content: "";
  display: table;
}

.bd-right {
  border-right: 1px solid #CED4DA;
}

.programmation-tab i {
  font-size: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#version-container {
  display: none;
}

.pictureemission {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.pictureemission.image {
  display: none;
  width: 100%;
  height: 150px;
  line-height: 150px;
}
.pictureemission.logo {
  display: none;
  width: 92px;
  height: 92px;
  line-height: 92px;
}

.programmations-tab .title {
  font-weight: 600;
  display: block;
  font-size: 1.1em;
}
.programmations-tab .emission-title {
  color: #959595;
  display: block;
}
.programmations-tab .heure {
  display: block;
}

.emission-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.emission-picker #emission-title {
  font-weight: 600;
  font-size: 1.5em;
}

.disabled .titre,
.disabled .select2-container--default .select2-selection--single .select2-selection__rendered,
.disabled #emission-title {
  color: #959595;
}
.disabled .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}
.disabled .pictureemission {
  position: relative;
}
.disabled .pictureemission .layer {
  background-color: rgba(255, 255, 255, 0.47);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#datepicker-emission {
  margin-top: -13px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #CED4DA;
  padding-top: 16px;
  padding-bottom: 4px;
}

#intervalTimePicker {
  width: 100%;
  border: none;
  border-bottom: 1px solid #CED4DA;
  padding-top: 16px;
  padding-bottom: 7px;
}

.intervalTimePicker {
  width: 100%;
  border: none;
  border-bottom: 1px solid #CED4DA;
  padding-top: 16px;
  padding-bottom: 7px;
}

#intervalTimePickerLabel {
  color: #959595;
  font-weight: 500;
  position: absolute;
  top: -8px;
}

.daterangepicker .in-range {
  background-color: #CED4DA !important;
}
.daterangepicker .active {
  background-color: black !important;
}
.daterangepicker .applyBtn {
  background-color: black !important;
  border-color: black;
}
.daterangepicker .applyBtn:target {
  border-color: black !important;
}
.daterangepicker select option:hover {
  color: white !important;
  background-color: black !important;
}
.daterangepicker select option[selected=selected] {
  color: white !important;
  background-color: black !important;
}

.color-vie {
  color: #046AA2;
}

.color-dommages {
  color: #687F8B;
}

.color-qualite {
  color: #5AC591;
}

.add-categorie-monitoring {
  border: 1px solid #006aa2;
  padding: 12px 40px;
  border-radius: 7px;
}

.monitoring-container .template-hover {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.monitoring-container .template-vie-under-categorie .template-hover, .monitoring-container .template-qualite-under-categorie .template-hover, .monitoring-container .template-dommages-under-categorie .template-hover {
  margin-left: 50px;
}
.monitoring-container .badge.badge-circle {
  min-width: 22px;
  min-height: 20px;
  line-height: 20px;
  margin: 0 1px;
}
.monitoring-container .template .template-hover.hover, .monitoring-container .template.template-hover.hover {
  border: 1px solid #006aa2;
  border-radius: 6px;
  cursor: move;
}
.monitoring-container .ui-state-highlight {
  height: 50px;
  background-color: white;
  border: 2px dashed black;
}
.monitoring-container .ui-sortable-helper {
  opacity: 0;
}

.block-categorie-type {
  display: inline-block;
  height: 54px;
  width: 135px;
  border-radius: 6px;
  border: 1px solid black;
  text-align: center;
  padding-top: 15px;
}
.block-categorie-type.block-dommages {
  border-color: #687F8B;
  color: #687F8B;
}
.block-categorie-type.block-dommages.active {
  color: white;
  background-color: #687F8B;
}
.block-categorie-type.block-qualite {
  border-color: #5AC591;
  color: #5AC591;
}
.block-categorie-type.block-qualite.active {
  color: white;
  background-color: #5AC591;
}
.block-categorie-type.block-vie {
  border-color: #006aa2;
  color: #006aa2;
}
.block-categorie-type.block-vie.active {
  color: white;
  background-color: #006aa2;
}

.edit-categorie-form .select2-container {
  top: 5px;
}

.card-monitoring-detail {
  padding: 0 20px !important;
}

.card-monitoring .data-form-type-container {
  top: 0;
}

.select2-container--disabled .select2-selection {
  background-color: white !important;
}

.panel-heading {
  cursor: pointer;
}

.nostylelink{
  text-decoration: none;
  color: #046AA2;
  font-size: 18px;
}

.nostylelink:hover{
  color: rgba(4, 106, 162, 0.62);
}

.userPro .text-right{
  display: flex;
  align-items: center;
}

.notif{
  color: white;
  background-color: #046AA2;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 100%;
  text-align: center;
  top: -1px;
  right: -6px;
  line-height: 19px;
  font-weight: normal;
  font-size: 0.8em;
}

.userPro .badge-type-waiting{
  color: #727272;
  background-color: #DBD7D7;
}

.userPro .badge-type-validate{
  color: #1AC77E;
  background-color: #CAEFDF;
}

.userPro .badge-type-refused{
  color: #C61D1D;
  background-color: #FFD9D9;
}

.label-button {
  padding: 10px 30px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: lighter;
  border: 1px solid #e3dede;
}

.label-button.active {
  background-color: #006aa2;
  color: white;
  border: none;
}

/*# sourceMappingURL=areas.css.map */
