@font-face {
    font-family: 'font_custom_1';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  background-color: #f1f4f6;
  position: relative;
}

.toolbar-top {
  height:40px;
  position: fixed;
  top:0px;
  left:0px;
  right:0px;
}

/*
 * Generic
 */
.separator {
  width:80%;
  height: 1px;
  background-color: #f1f1f1;
  margin:15px auto;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.modal .modal-header .close {
  font-size: 30px;
}

select.config-box-select {
  /*background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#3498DB;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:12px 30px;
  width:auto;
  max-width: 100%;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
     -moz-transition:0.3s ease all;
      -ms-transition:0.3s ease all;
       -o-transition:0.3s ease all;
          transition:0.3s ease all;*/
  /*margin-top:15px;*/
  vertical-align: middle;
  font-size: 1.1em;
  text-align: left;
  color: #616161;
  border:2px solid #616161;
  background-color: white;
  padding: 5px;
  outline:none;
  box-sizing:border-box;
}

select:focus, select:active {
  /*border:0;*/
  outline:0;
}

.hamburger-menu {
    width:30px;
    height:5px;
    background-color:#fdc105;
    /*border-radius:5px;*/
    position:relative;
    margin-top:30px;
    margin-left: 15px;
    float: left;
    display: none;
}
.hamburger-menu:after, .hamburger-menu:before {
    content: '';
    width: 100%;
    height:5px;
    background-color:#fdc105;
    position:absolute;
    /*border-radius:5px;*/
}
.hamburger-menu:after {
    top:10px;
}
.hamburger-menu:before {
    top:20px;
}

/*
 * Login
 */
.login-wrapper {
  width:400px;
  margin:0px auto;
  margin-top:100px;
}
.login-wrapper img {
  width:50%;
  display: block;
  margin:0 auto;
}
.login-box {
  margin-top:20px;
  padding:15px;
  display: block;
  border-top:5px solid #fdc105;
  background-color: white;
  box-shadow: 0px 3px 10px 0px #ccc;
  position: relative;
}
.login-box .title {
  font-size: 1.2em;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color:#616161;
}
.login-box .error-msg {
  display: none;
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 35px;
  text-align: center;
  color:#b2292e;
}
.login-box .success-msg {
  display: none;
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 35px;
  text-align: center;
  color:green;
}
.login-box .format-msg {
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 35px;
  text-align: left;
  padding-left: 20px;
  color:#616161;
}
.login-box .login-input {
  display: block;
  border:none;
  outline: none;
  text-align: left;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  color:#616161;
}
.login-box .login-btn {
  display: block;
  border:none;
  outline: none;
  text-align: center;
  font-size: 1.1em;
  margin: 0;
  margin-top:25px;
  padding: 15px;
  width: 100%;
  color:#ffffff;
  background-color:#616161;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.login-box .remember-checkbox {
  display: block;
  border:none;
  outline: none;
  text-align: left;
  font-size: 1.1em;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  width: 80%;
  color:#616161;
  vertical-align: middle;
}
.login-box .remember-checkbox > * {
  vertical-align: middle;
}

.login-opaque-layer {
  display: none;
  position: absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom: 0px;
  background-color: #616161;
  opacity: 0.7;
  z-index: 5;
}
.login-loader {
  display: none;
  position: absolute;
  width:60px;
  height: 60px;
  top:50%;
  left:50%;
  margin-top: -30px;
  margin-left:-30px;
  z-index: 6;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 3px 10px 0px #f1f1f1;

}
.login-loader img {
  max-width: 50%;
  margin-top: 15px;
  margin-left:15px;
}

/*
 * Header
 */
.page-header {
  /*position: fixed;*/
  border-top:5px solid #fdc105;
  background-color: #f1f1f1;
  box-shadow: 0px 3px 10px 0px #ccc;
  position: fixed;
  height:80px;
  width: 100%;
  z-index: 20;
  top:0px;
  box-sizing: content-box;
}
.page-header .logo {
  padding: 5px 39px;
  height: 70px;
  max-width: 122px;
  float: left;
  box-sizing: content-box;
}
.page-header .logo img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.page-header .quick-access {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
}
.page-header .quick-access .item {
  float: right;
  padding-left: 50px;
}
.page-header .quick-access .item:first-child {
  padding-right: 50px;
}
.page-header .quick-access .item .btn-picto {
  width:50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 10px 0px #b1b1b1;
  cursor: pointer;
  position:relative;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.page-header .quick-access .item .btn-picto:hover, .page-header .quick-access .item .btn-picto.focus {
  box-shadow: 0px 3px 10px 0px #bbb;
  background-color: #616161;
}

.page-header .quick-access .item .btn-picto::before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.page-header .quick-access .item .btn-picto .picto {
  width:30px;
  height: 30px;
  margin: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .quick-access .item .btn-picto .picto.avatar {
  width:50px;
  height: 50px;
  margin: 0px;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header .quick-access .item .btn-picto #notification-badge {
  background: red;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  right: -5px;
  top: -5px;
  position: absolute;
  box-shadow: 0px 2px 10px 0px #b1b1b1;
  color: white;
  text-align: center;
  line-height: 1.43em;
}
.page-header .quick-access .item .btn-picto .picto.notifications  {
  background-image:url(/public/images/header-picto-notifications.png);
}
.page-header .quick-access .item .btn-picto:hover .picto.notifications, .page-header .quick-access .item .btn-picto.focus .picto.notifications  {
  background-image:url(/public/images/header-picto-notifications-on.png);
}

.page-header .quick-access .item .btn-picto .picto.services {
  background-image:url(/public/images/header-picto-services.png);
}
.page-header .quick-access .item .btn-picto:hover .picto.services, .page-header .quick-access .item .btn-picto.focus .picto.services  {
  background-image:url(/public/images/header-picto-services-on.png);
}

.info-box-wrapper  .info-box {
  position: fixed;
  width: 400px;
  max-height:calc(100% - 85px);
  background-color: #f1f1f1;;
  right: 0px;
  top: 85px;
  padding: 15px;
  box-shadow: 0px 6px 10px 0px #ccc;
  display: none;
  z-index: 21;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;

}
.info-box-wrapper  .info-box .separator {
  background-color: #fff;
}
#info-notifications .separator {
  margin: 0;
}
.info-box-wrapper  .info-box.close,
.info-box-wrapper  .dropdown-menu-right.close {
  display: block;
  -webkit-animation: infoBoxOut 0.4s both ease;
  animation: infoBoxOut 0.4s both ease;
}
.info-box-wrapper  .info-box.open,
.info-box-wrapper  .dropdown-menu-right.open {
  display: block;
  -webkit-animation: infoBoxIn 0.4s both ease;
  animation: infoBoxIn 0.4s both ease;
}
@-webkit-keyframes infoBoxIn {
  0% { opacity: .5; -webkit-transform: translateX(500px) }
  100% { opacity: 1; -webkit-transform: translateX(0px) }
}

@keyframes infoBoxIn {
  0% { opacity: .5; transform: translateX(500px) }
  100% { opacity: 1; transform: translateX(0px) }
}

@-webkit-keyframes infoBoxOut {
  0% { opacity: 1; -webkit-transform: translateX(0px) }
  100% { opacity: 0.5; -webkit-transform: translateX(100%);  }
}
@keyframes infoBoxOut {
  0% { opacity: 1; transform: translateX(0px) }
  100% { opacity: 0.5; transform: translateX(100%);  }
}

.info-box-wrapper .info-box .title {
  font-size: 1.2em;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color:#616161;
}

.info-box-wrapper .info-box .btn-logout {
  display: block;
  border:none;
  outline: none;
  text-align: center;
  font-size: 1.1em;
  margin: 0;
  margin-top:25px;
  padding: 15px;
  color:#ffffff;
  background-color:#616161;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}
.info-box-wrapper .info-box .account-current-login {
  font-size: 0.85em;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
  color:#616161;
}

.info-box-wrapper .info-box .account-current-language {
  margin-top:20px;
  margin-bottom:20px;
  background-color: white;
}
.info-box-wrapper .info-box .account-current-language .separator {
  background-color: #f1f1f1;
  width: 100%;
  margin:0px;
}

.info-box-wrapper .info-box .language-item {
  display: block;
  /*margin:10px 0px;*/
  text-align: left;
  font-size: 1em;
  height:40px;
  padding-left: 15px;
  cursor: pointer;
  /*border:1px solid #616161;*/
}

.info-box-wrapper .info-box .language-item.active-language {
  background-color:#fdc105;
}
.info-box-wrapper .info-box .language-item.active-language .language-text {
  color:white;
}

.info-box-wrapper .info-box .language-item .language-text {
  display: inline-block;
  text-transform: uppercase;
  color:black;
  text-align:left;
  vertical-align: middle;
  width:60%;
  box-sizing:border-box;
  letter-spacing: 1px;
  height:100%;
  line-height: 40px;
  font-family: 'font_custom_1';
}
.info-box-wrapper .info-box .language-item .language-flags {
  display: inline-block;
  text-align:left;
  vertical-align: middle;
  width: 30%;
}
.info-box-wrapper .info-box .language-item .language-flags .language-flag {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.info-box-wrapper .info-box .language-item .language-flags .language-flag img {
  height:18px;
}
.info-box-wrapper .info-box .language-item .language-tick {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  height: 20px;
  width: 20px;
  background-image: url('../images/flag-inactive.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info-box-wrapper .info-box .language-item:hover .language-tick {
  background-image: url('../images/flag-inactive-hover.png');
}
.info-box-wrapper .info-box .language-item .language-tick.active-language { background-image: none; }
.info-box-wrapper .info-box .language-item .language-tick img {
  height:20px;
}

.info-box-wrapper .info-box .language-item .language-tick img.inactive,
.info-box-wrapper .info-box .language-item:hover .language-tick img.active {
  display: block;
}

.info-box-wrapper .info-box .language-item:hover .language-tick img.inactive,
.info-box-wrapper .info-box .language-item .language-tick img.active {
  display: none;
}


.info-box-wrapper .info-box .notification-item {
  /* width:80%;
  margin:0 auto; */
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 15px;
  padding-bottom: 15px;
  /* cursor:pointer; */
  -webkit-transition: background .5s ease-out;
  -moz-transition: background .5s ease-out;
  -o-transition: background .5s ease-out;
  transition: background .5s ease-out;
  position:relative;
}
.info-box-wrapper .info-box .notification-del {
  position: absolute;
  top: 0;
  right: 0;
  cursor:pointer;
}
.info-box-wrapper .info-box .notification-item.unread {
  background: rgba(220,220,220,1);
}
.info-box-wrapper .info-box .notification-item.read {
  background: rgba(220,220,220,0);
}
.info-box-wrapper .info-box .notification-item .notification-title {
  font-size: 0.9em;
  text-align: center;
  color:#616161;
}
.info-box-wrapper .info-box .notification-item .notification-link {
  display: block;
  padding-top: 5px;
  font-size: 0.9em;
  text-align: right;
  color:#fdc105;
  text-decoration: underline;
}
.info-box-wrapper .info-box .clear-all {
  font-size: 0.9em;
  text-align: right;
  text-decoration: underline;
  cursor:pointer;
  color:#616161;
  margin-top: 10px;
  display: inline-block;
  float: right;
}

.info-box-wrapper .info-box .services-table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  font-size: 0;
}
.info-box-wrapper .info-box .services-table .service-item {
  display: inline-table;
  width:50%;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease-out;
  text-decoration: none;
  font-size: 14px;
}
.info-box-wrapper .info-box .services-table .service-item:hover {
  box-shadow: 0px 3px 10px 0px #ccc;
  background-color: #ffffff;
  text-decoration: none;
}
.info-box-wrapper .info-box .services-table .service-item:focus {
  text-decoration: none;
}
.info-box-wrapper .info-box .services-table .service-item .service-picto {
  width: 50%;
  margin: 0 auto;
}
.info-box-wrapper .info-box .services-table .service-item .service-picto img {
  max-width: 100%;
}
.info-box-wrapper .info-box .services-table .service-item .service-title {
  margin-top: 10px;
  text-transform: uppercase;
  color:#616161;
}



/*
 * Config
 */
.page-config {
  /*position: fixed;*/
  /*border-top:1px solid #616161;*/
  /*background-color: rgba(255, 255, 255, 0.5);*/
  background-color: #dad9d7;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px #b1b1b1;
  position: fixed;
  top:85px;
  height:60px;
  line-height: 60px;
  width: 100%;
  z-index: 19;
  box-sizing:border-box;
  padding-left: 200px;
}
.page-config .config-title {
  font-size: 1.1em;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #616161;
  font-weight: bold;
  display: inline-block;
  padding-left: 225px;
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  display: none;
}

.page-config .option-item {
  cursor: pointer;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  padding-right: 65px;
}
.page-config :nth-child(2) {
  padding-left: 0px;
}

.page-config .config-separator {
  border-right: 2px solid #cccccb;
  height: 60%;
  display: inline-block;
  vertical-align: middle;
}

.page-config .option-item .option-item-title {
  color:#616161;
  font-size: 1.0em;
  text-decoration: none;
  letter-spacing: 1px;
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  display: block;
  padding-left: 10px;
  float: left;
}
.page-config .option-item .option-item-title img {
  height: 30px;
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.page-config .option-item .option-item-content {
  position: relative;
  padding-left: 25px;
  height: inherit;
  color:#98999b;
  font-size: 1.0em;
  line-height: inherit;
  text-decoration: none;
  float: left;
}
.config-box-wrapper .option-item-goto {
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.config-box-wrapper .option-item-goto .can-open {
  height: 28px;
  width: 28px;
  background-image: url(../images/option-gear.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  border: 1px solid #fdc105;
}
.page-config .option-item .option-item-content > .period-from, .page-config .option-item .option-item-content > .period-to {
  line-height: 18px;
}
.page-config .option-item .option-item-content > .period-from {
  padding-top: 12px;
}

.page-config .option-item .option-item-content .can-edit {
  position: absolute;
  right: -40px;
  top:50%;
  margin-top:-14px;
  height: 28px;
  width: 28px;
  background-image: url(../images/option-pen-off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.page-config .option-item:hover .option-item-content .can-edit, .page-config .option-item.focus .option-item-content .can-edit {
  background-image: url(../images/option-pen-on.png);
  border: 1px solid #616161;
}

.page-config .option-item .option-item-content .can-start {
  position: absolute;
  right: -40px;
  top:50%;
  margin-top:-14px;
  height: 28px;
  width: 28px;
  background-image: url(../images/option-start-off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.page-config .option-item:hover .option-item-content .can-start, .page-config .option-item.focus .option-item-content .can-start {
  background-image: url(../images/option-start-on.png);
  border: 1px solid #616161;
}

.config-box-wrapper .config-box {
  position: fixed;
  /*width: 300px;*/
  background-color: #fff;
  /*left: 210px;*/
  top: 160px;
  padding: 15px;
  box-shadow: 0px 6px 10px 0px #ccc;
  z-index: 10;
  display: none;
}
.config-box-wrapper .config-box.config-dropdown {
  top: 70px;
  z-index: 9;
}
.config-box-wrapper .config-box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.config-box-wrapper .config-box.collapse-right:after {
  right: 50px;
  left: auto;
}
.config-box-wrapper .config-box.close {
  display: block;
  font-size: initial;
  -webkit-animation: configBoxOut 0.4s both ease;
  animation: configBoxOut 0.4s both ease;
}
.config-box-wrapper .config-box.open {
  display: block;
  -webkit-animation: configBoxIn 0.4s both ease;
  animation: configBoxIn 0.4s both ease;
}
@-webkit-keyframes configBoxIn {
  0% { opacity: 0; -webkit-transform: translateY(-500px) }
  100% { opacity: 1; -webkit-transform: translateY(0px) }
}

@keyframes configBoxIn {
  0% { opacity: 0; transform: translateY(-500px) }
  100% { opacity: 1; transform: translateY(0px) }
}

@-webkit-keyframes configBoxOut {
  0% { opacity: 1; -webkit-transform: translateY(0px) }
  100% { opacity: 0; -webkit-transform: translateY(-500px);  }
}
@keyframes configBoxOut {
  0% { opacity: 1; transform: translateY(0px) }
  100% { opacity: 0; transform: translateY(-500px);  }
}

.config-box-wrapper .config-box .config-box-title {
  font-size: 1.2em;
  margin-bottom: 25px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color:#616161;
}
select.config-box-select {
  background-color:#FFF;
  color:#616161;
}

select.config-box-select:hover {
  background-color:#FFF;
}

.config-box-wrapper .config-box .config-box-content {
  text-align: center;
}

.config-box-wrapper .config-box .btn-wrapper {
  width: 100%;
  text-align: center;
}
.config-box-wrapper .config-box .btn-wrapper .btn-full-size {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
  border:none;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0;
  margin-top:15px;
  padding:10px 15px;
  color:#ffffff;
  background-color:#616161;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.config-box-wrapper .config-box .btn-wrapper .btn-half-size {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  border:none;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0;
  margin-top:15px;
  padding:10px 15px;
  margin-right: 5%;
  color:#ffffff;
  background-color:#616161;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'font_custom_1';
  position: relative;
}
.config-box-wrapper .config-box .btn-wrapper .btn-half-size:last-child {
  margin-right: 0;
}
.config-box-wrapper .config-box .btn-wrapper .btn-half-size.light, .config-box-wrapper .config-box .btn-wrapper .btn-full-size.light {
  background-color:#98999b;
}

.config-box-wrapper .config-box .config-link-wrapper {
  width: 100%;
  text-align: center;
}
.config-box-wrapper .config-box .config-link-wrapper .config-box-subtitle {
  max-width: 45%;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border:none;
  outline: none;
  text-align: left;
  font-size: 1.1em;
  margin: 0;
  padding:10px 15px;
  margin-right: 1%;
  font-weight: bold;
  color:#616161;
  text-decoration: none;
  box-sizing: border-box;
}
.config-box-wrapper .config-box .config-link-wrapper a {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  border:none;
  outline: none;
  text-align: left;
  font-size: 1.1em;
  margin: 0;
  padding:10px 15px;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.config-period-calendar .date-picker-wrapper {
  border: none;
  background-color: #fff;
}
.config-period-calendar .drp_top-bar {
  display: none;
}
.config-period-calendar .date-picker-wrapper .month-wrapper {
  background-color: #f1f1f1;
  border:none;
}
.config-period-calendar .date-picker-wrapper .gap .gap-line .gap-1 { border-top:8px solid #fff;border-bottom:8px solid #fff; }
.config-period-calendar .date-picker-wrapper .gap .gap-line .gap-2 { border-top:8px solid #f1f1f1; }
.config-period-calendar .date-picker-wrapper .gap .gap-line .gap-3 { border-bottom:8px solid #f1f1f1; }

/*
 * NO config adaptation
 */
.no-page-config .page-config {
  display: none;
 }
.no-page-config .page-sidebar {
  top:85px;
  z-index: 19;
}
.no-page-config .page-content {
  top:85px;
}

/*
 * Sidebar
 */
.page-sidebar {
  position: fixed;
  left:0px;
  top:145px;
  width:200px;
  /*height: calc(100% - 85px);*/
  bottom: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #dad9d7;
  background-color: #fff;
  box-shadow: 0px 6px 10px 0px #b1b1b1;
  z-index: 21;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.page-sidebar.close {
  display: block;
  -webkit-animation: sidebarOut 0.4s both ease;
  animation: sidebarOut 0.4s both ease;
}
.page-sidebar.open {
  display: block;
  -webkit-animation: sidebarIn 0.4s both ease;
  animation: sidebarIn 0.4s both ease;
}
@-webkit-keyframes sidebarIn {
  0% { opacity: 0; -webkit-transform: translateX(-1000px) }
  100% { opacity: 1; -webkit-transform: translateX(0px) }
}

@keyframes sidebarIn {
  0% { opacity: 0; transform: translateX(-1000px) }
  100% { opacity: 1; transform: translateX(0px) }
}

@-webkit-keyframes sidebarOut {
  0% { opacity: 1; -webkit-transform: translateX(0px) }
  100% { opacity: 0; -webkit-transform: translateX(-1000px);  }
}
@keyframes sidebarOut {
  0% { opacity: 1; transform: translateX(0px) }
  100% { opacity: 0; transform: translateX(-1000px);  }
}

.page-sidebar .menu {

}

.page-sidebar .sidebar-title {
  font-size: 1.1em;
  margin-bottom: 25px;
  margin-top: 30px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #616161;
  font-weight: bold;
  display: none;
  /*border-top: 2px solid #f1f1f1;*/
}
.page-sidebar .sidebar-title:first-child {
  margin-top: 0px;
}
.page-sidebar > .separator {
  visibility: hidden;
  display: none;
}

.page-sidebar .menu .menu-item {
  color:#616161;
  font-size: 1.0em;
  text-decoration: none;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  line-height: 30px;
  vertical-align: middle;
  display: block;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top:5px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-sidebar .menu .separator {
  margin:0px auto;
  padding-left: 20px;
}
.page-sidebar .menu .menu-item:hover {
  border-right: 5px solid #fdc105;
}
.page-sidebar .menu .menu-item .picto {
  display: inline-block;
  width:35px;
  height: 35px;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 10px;
}
.page-sidebar .menu .menu-item img {
  margin:5px;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.page-sidebar .menu .menu-item.active {
  background-color: #fdc105;
  color:#FFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:15px;
  padding-bottom: 15px;
}

.page-sidebar .menu .menu-subitem {
  color:#98999b;
  font-size: 0.97em;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 20px;
  vertical-align: middle;
  display: block;
  padding-left: 45px;
  margin-top: 5px;
}
.page-sidebar .menu .menu-subitem.active {
  font-weight: bold;
  color:#616161;
}
.page-sidebar .menu .menu-subitem:hover {
  border-right: 5px solid #fdc105;
}


/*
 * Page content
 */
.page-content {
  position: fixed;
  left:200px;
  top:145px;
  right:0px;
  bottom: 0px;
  overflow: auto;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
}

body .page-content.noSimulator .chart-block.left {
  width:100%;
}
body .page-content.noSimulator .chart-block.right-simulator {
  display: none;
}

.page-content-background {
  position: fixed;
  left:0px;
  top:0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/public/images/page-content-background.jpg');
}
.page-content-background.default {
  background: url('/public/images/page-content-background.jpg') no-repeat center;
  background-size: cover;
}
.page-content-background-layer {
  position: fixed;
  left:0px;
  top:0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #f1f1f1;
  opacity: 0.7;
}
.page-content-wrapper {
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.page-content-wrapper .page-content-title {
  height: 130px;
  padding:30px;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  text-shadow: 1px 1px 3px #b1b1b1;
  text-align: left;
  opacity: 0.8;
}

.page-content-wrapper .page-content-incompatibility-text {
  padding:30px;
  font-size: 1.2em;
  color: #616161;
  text-align: center;
}

/* Charts */

.page-content-wrapper .page-content-charts {
  position:absolute;
  bottom:0px;
  left:0px;
  right:0;
  top:33%;
  margin:15px;
  background-color:transparent;
}

.page-content-wrapper .page-content-charts .chart-block {
  box-shadow: 0px 6px 10px 0px #616161;
  position:absolute;
}
.page-content-wrapper .page-content-charts .chart-block.left {
  background:rgba(255, 78, 0, 0.7);
  width:40%;
  top:0px;
  left:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-charts .chart-block.right-top {
  background:rgba(97, 97, 97, 0.7);
  width:calc(60% - 15px);
  top:0px;
  right:0px;
  bottom:calc(50% + 7px);
}
.page-content-wrapper .page-content-charts .chart-block.right-bottom {
  background:rgba(177, 177, 177, 0.7);
  width:calc(60% - 15px);
  top:calc(50% + 7px);
  right:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-charts .chart-block.right-bottom.transparent {
  height: auto;
  background: transparent;
}
.page-content-wrapper .page-content-charts .chart-block.full {
  background:rgba(255, 78, 0, 0.7);
  width:100%;
  top:0px;
  bottom:0;
  right:0;
  left:0;
}
.page-content-wrapper .page-content-charts .chart-block.right-half-left {
  background:rgba(97, 97, 97, 0.7);
  width:calc(30% - 15px);
  top:0px;
  bottom:0;
  right:calc(30%);
}
.page-content-wrapper .page-content-charts .chart-block.right-half-right {
  background:rgba(177, 177, 177, 0.7);
  width:calc(30% - 15px);
  top:0px;
  right:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-charts .chart-block.right-top-left {
  background:rgba(97, 97, 97, 0.7);
  width:calc(30% - 15px);
  top:0px;
  bottom:calc(50% + 7px);
  right:calc(30%);
}
.page-content-wrapper .page-content-charts .chart-block.right-top-right {
  background:rgba(97, 97, 97, 0.7);
  width:calc(30% - 15px);
  top:0px;
  right:0px;
  bottom:calc(50% + 7px);
}
.page-content-wrapper .page-content-charts .chart-block.right-bottom-left {
  background:rgba(177, 177, 177, 0.7);
  width:calc(30% - 15px);
  top:calc(50% + 7px);
  bottom:0px;
  right:calc(30%);
}
.page-content-wrapper .page-content-charts .chart-block.right-bottom-right {
  background:rgba(253, 193, 5, 0.7);
  width:calc(30% - 15px);
  top:calc(50% + 7px);
  right:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-charts .chart-block.right-bottom-left.inversed {
  background:rgba(253, 193, 5, 0.7);
}
.page-content-wrapper .page-content-charts .chart-block.right-bottom-right.inversed {
  background:rgba(177, 177, 177, 0.7);
}

/* Dashboard */

.page-content-wrapper .page-content-dashboard {
  position:absolute;
  bottom:0px;
  left:0px;
  right:0;
  top:20%;
  margin:15px;
  background-color:transparent;
}

.page-content-wrapper .page-content-dashboard .dashboard-block {
  box-shadow: 0px 6px 10px 0px #616161;
  position:absolute;
}

.page-content-wrapper .page-content-dashboard .dashboard-block-small {
  /*width:calc(33% - 15px);*/
  position: absolute;
  top:0px;
  right:0px;
  left:0px;
  bottom:calc(60% + 7px);
}
.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block {
  box-shadow: 0px 6px 10px 0px #616161;
  position:absolute;
  background:rgba(253, 193, 5, 0.7);
  width:calc(33% - 7px);
  top:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block:nth-child(1) {
  left:0px;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block:nth-child(2) {
  left:calc(33% + 14px);
  background:rgba(97, 97, 97, 0.7);
}
.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block:nth-child(3) {
  left:calc(66% + 26px);
}

.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block .dashboard-indicator {
  position: absolute;
  height: 50%;
  top:0px;
  left:0px;
  right: 0px;
  padding:15px 25px;
  font-size: 8em;
  color:white;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #616161;
  text-align: center;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block .dashboard-description-maxi {
  position: absolute;
  height: 35%;
  top:50%;
  left:0px;
  right: 0px;
  padding:25px;
  font-size: 3em;
  color:white;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #616161;
  text-align: center;
  letter-spacing: 1px;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-small .dashboard-block .dashboard-description-mini {
  position: absolute;
  height: 15%;
  top:75%;
  left:0px;
  right: 0px;
  padding:25px;
  font-size: 1.5em;
  color:white;
  text-transform: lowercase;
  text-shadow: 1px 1px 1px #616161;
  text-align: center;
  letter-spacing: 1px;
}


.page-content-wrapper .page-content-dashboard .dashboard-block-medium {
  /*width:calc(33% - 15px);*/
  position: absolute;
  top:calc(40% + 14px);
  right:0px;
  left:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block {
  box-shadow: 0px 6px 10px 0px #616161;
  position:absolute;
  background:rgba(177, 177, 177, 0.7);
  width:calc(50% - 7px);
  top:0px;
  bottom:0px;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block:nth-child(1) {
  left:0px;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block:nth-child(2) {
  left:calc(50% + 10px);
}
.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block .dashboard-indicator {
  padding:25px;
  font-size: 3em;
  color:#616161;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block .dashboard-content .title {
  padding:15px;
  padding-top: 35px;
  font-size: 2em;
  color:#616161;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
}
.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block .dashboard-content p {
  /*padding:25px 15px;*/
  font-size: 1.5em;
  color:#000;
  text-align: center;
  text-decoration: underline;
}

.page-content-wrapper .page-content-dashboard .dashboard-block-medium .dashboard-block .dashboard-tutorial-btn {
    display: block;
    border: none;
    outline: none;
    text-align: center;
    font-size: 1.8em;
    width:80%;
    margin: 45px auto;
    padding: 15px;
    color: #ffffff;
    background-color: #616161;
    box-shadow: 0px 3px 10px 0px #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
}

/*
 * Mobile adaptations
 */

 /* LOGIN */
@media screen and (max-width: 500px) {
  .login-wrapper {
    width: 95%;
    margin-top: 5%;
  }
}
@media screen and (max-height: 500px) {
  html, body {
    overflow: auto!important ; 
  }
  .login-wrapper {
    margin-top: 20px;
  }
  .login-wrapper img {
    width:35%;
  }
}

/* SPECIAL CASES 1200 > XXX > 900px */
@media screen and (max-width: 1300px) and (min-width: 900px) {
  .page-config .option-item.can-be-compact {
    padding-right: 5px;
    padding-left: 5px;
  }
  .page-config .option-item.can-be-compact .option-item-title {
    font-size:0px;
    padding-left: 0px;
    letter-spacing: 0px;
  }
  .page-config .option-item.can-be-compact .option-item-title img {
    margin:0 auto;
  }
  .page-config .option-item.can-be-compact .option-item-content {
    display: none;
  }
}

/* HEADER & SIDEBAR < 900px */
@media screen and (max-width: 900px) {
  html, body {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .page-header {
    position: fixed;
    height: 80px;
    box-sizing: border-box;
  }
  .hamburger-menu {
    display: block;
  }
  .page-header .logo {
    padding: 15px 25px;
    height: 50px;
  }

  .page-config {
    position: absolute;
    margin-top: 80px;
    top:0px;
    padding-left: 0px;
    text-align: center;
  }
  .page-config.mobile-visible {
    margin-top: 140px;
    z-index: 18;
  }
  .page-config .config-separator {
    display:none;
  }
  .page-config .config-title {
    padding-left: 15px;
  }
  .page-config .option-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-config .option-item .option-item-content {
    display: none;
  }
  .config-box-wrapper .config-box {
    left:15px;
    right: 15px;
  }

  .page-sidebar {
    display: none;
    top:140px;
  }
  .page-header .quick-access .item {
    padding-left: 15px;
  }
  .page-header .quick-access .item:first-child {
    padding-right: 15px;
  }
  .info-box-wrapper .info-box {
    position: absolute;
    width: 100%;
    top:80px;
    box-sizing: border-box;
    max-height: calc(100% - 85px);
    overflow-y:auto;
  }

  .page-content {
    position: fixed;
    left:0px;
    top:195px;
    right:0px;
    bottom: 0px;
    overflow: auto;
    z-index: 5;
  }
  .page-content-wrapper .page-content-title {
    height: auto;
    padding:15px 20px 5px 20px;
    font-size: 3em;
    letter-spacing: 1.5px;
    color: #616161;
  }
  .page-content-wrapper .page-content-charts {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .page-content-wrapper .page-content-charts .chart-block {
    position: relative;
    width: 100% !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    min-height: 200px;
    margin-bottom: 15px;
  }

  .no-page-config .page-sidebar, .no-page-config .page-content {
    top:80px;
  }

}

/* HEADER & SIDEBAR < 390px */
@media screen and (max-width: 390px) {
  .page-header {
    position: absolute;
    height: 60px;
  }
  .hamburger-menu {
    margin-top: 15px;
  }
  .page-header .logo {
    padding: 15px 25px;
    height: 30px;
  }
  .page-header .quick-access {
      height: 40px;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .page-header .quick-access .item {
    padding-left: 10px;
  }
  .page-header .quick-access .item:first-child {
    padding-right: 10px;
  }
  .page-header .quick-access .item .btn-picto {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
  }
  .page-header .quick-access .item .btn-picto .picto {
    width: 20px;
    height: 20px;
    margin: 10px;
  }

  .info-box-wrapper .info-box {
    top: 65px;
    max-height:calc(100% - 60px);
  }

  .page-config {
    margin-top: 60px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .page-config.mobile-visible {
    margin-top: 105px;
    z-index: 18;
  }
  .page-config .config-title {
    display: none;
  }
  .config-box-wrapper .config-box {
    top:170px;
  }

  .page-sidebar {
    top:105px;
  }
  .no-page-config .page-sidebar, .no-page-config .page-content, .no-page-config .info-box-wrapper .info-box {
    top:60px;
  }

  .page-content {
    top: 145px;
    position: absolute;
  }
  .config-box-wrapper .config-box .config-box-title {
      margin: 0;
  }
  .separator {
    margin: 8px auto;
  }
  .date-picker-wrapper {
    font-size: 10px !important;
  }
  .date-picker-wrapper table .caption {
      height: 25px !important;
  }
  .config-box-wrapper .config-box .btn-wrapper .btn-half-size {
    margin-top: 8px;
  }
}
@media (max-width: 991.98px) {
  .config-box-wrapper .config-box.config-dropdown.open {
    top: 155px;
  }
}
@media (max-width: 767.98px) {
    .config-box.config-dropdown {
        width: calc(100% - 30px) !important;
    }
}
@media (max-width: 414px) {
  .date-picker-wrapper .month-wrapper table {
      width: 100%;
      float: none;
      margin: 0 auto;
  }
}