/* Fonts */
@font-face {
  font-family: 'NeoSansW01';
  src: url('../fonts/NeoSansW01.eot');
  src: url('../fonts/NeoSansW01.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansW01.woff') format('woff'), url('../fonts/NeoSansW01.ttf') format('truetype'), url('../fonts/NeoSansW01.svg#NeoSansW01') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* General */
body {
  background: white;
  color: #555555;
  font-family: 'NeoSansW01', Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}
/*a { color:@blue1; }*/
h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 0 white;
  margin: 10px 0 40px 0;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 .fa,
p .fa {
  margin-right: 10px;
}
hr {
  height: 1px;
  background: linear-gradient(to left, #cccccc 0%, #999999 50%, #999999 51%, #cccccc 100%);
  border: 0;
  margin: 0;
}
.clickable {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
/* Header */
#header {
  background: #f5f5f5;
}
#logo {
  height: 50px;
  margin-top: 10px;
}
h1 {
  color: #333333;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 white;
  margin: 15px 0;
}
#connect {
  color: #999999;
  font-size: 0.9em;
  text-align: right;
  margin-top: 25px;
}
#connect a {
  color: #2c64b8;
  margin-left: 10px;
}
/* Nav bar */
.navbar {
  background: #2c64b8;
  font-size: 1.2em;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-toggle {
  background: #dddddd;
}
#navbar a {
  min-width: 120px;
  background: #2c64b8;
  color: #eeeeee;
  text-align: center;
}
#navbar a:hover {
  background: #eeeeee;
  color: #2c64b8;
}
#navbar a.active {
  background: #22498d;
  color: #eeeeee;
}
#navbar .dropdown-menu {
  background: #2c64b8;
}
#navbar .dropdown-menu a {
  text-align: left;
  border-right: 0;
}
#service {
  margin-top: 10px;
}
/* Footer */
#footer {
  width: 100%;
  font-size: 0.7em;
  text-align: center;
  margin-top: 50px;
  z-index: -1;
}
#footer img {
  height: 60px;
  float: right;
}
#footer hr {
  clear: both;
}
#gotop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  color: #333333;
  font-size: 3em;
  cursor: pointer;
  display: none;
}
/* Containers */
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#main {
  flex-grow: 1;
}
.container {
  width: 100%;
}
.service {
  max-width: 400px;
  margin-top: 50px;
}
.filters {
  margin: 20px 0;
}
.filters label .fa {
  margin-right: 10px;
}
.filters select {
  margin-right: 20px;
}
.filters .chosen-container {
  margin-right: 20px;
}
/*.filters .chosen-container .chosen-choices { max-height:42px; overflow: auto; }*/
.panel-title .fa {
  margin-right: 10px;
}
.top-panel {
  margin-top: 40px;
}
.badge.holidays {
  min-width: 175px;
  padding: 5px 10px;
}
.holidays1,
.dates.holidays1 {
  color: #f5f5f5;
  text-shadow: none;
  background: #7798bf;
}
.holidays2,
.dates.holidays2 {
  color: #f5f5f5;
  text-shadow: none;
  background: #df5353;
}
.holidays3,
.dates.holidays3 {
  color: #f5f5f5;
  text-shadow: none;
  background: #7cb5ec;
}
.holidays4,
.dates.holidays4 {
  color: #f5f5f5;
  text-shadow: none;
  background: #7cb5ec;
}
.holidays5,
.dates.holidays5 {
  color: #f5f5f5;
  text-shadow: none;
  background: #8bbc21;
}
.holidays6,
.dates.holidays6 {
  color: #f5f5f5;
  text-shadow: none;
  background: #8bbc21;
}
.holidays7,
.dates.holidays7 {
  color: #f5f5f5;
  text-shadow: none;
  background: #f7a35c;
}
.popover ul {
  font-size: 0.9em;
  padding: 0 10px;
}
/* Forms */
form h4 {
  font-size: 1em;
  font-weight: bold;
  text-shadow: 1px 1px 0 white;
  margin: 5px 0;
}
.btn.btn-default {
  color: #333333;
}
.btn.btn-primary {
  background: #2c64b8;
  border-color: #22498d;
}
.btn.btn-primary:hover {
  background: #22498d;
}
.btn.btn-primary .fa {
  margin-right: 5px;
}
.btn[disabled] {
  opacity: 0.3;
}
.inline {
  width: auto;
  display: inline-block;
}
.cineforecast .btn.btn-primary {
  background: #23aac3;
  border-color: #2890a2;
}
.cineforecast .btn.btn-primary:hover {
  background: #2890a2;
}
.cinexpert .btn.btn-primary {
  background: #b72f68;
  border-color: #8c1650;
}
.cinexpert .btn.btn-primary:hover {
  background: #8c1650;
}
.smartrelease .btn.btn-primary {
  background: #38af94;
  border-color: #32907b;
}
.smartrelease .btn.btn-primary:hover {
  background: #32907b;
}
.mediaplanning .btn.btn-primary {
  background: #7e3db7;
  border-color: #643191;
}
.mediaplanning .btn.btn-primary:hover {
  background: #643191;
}
.bilancampagne .btn.btn-primary {
  background: #ff8c00;
  border-color: #d47400;
}
.bilancampagne .btn.btn-primary:hover {
  background: #d47400;
}
/* Tables */
.dataTables_wrapper {
  font-size: 0.9em;
}
.total {
  color: #333333;
  font-weight: bold;
}
.topborder {
  border-top: 2px solid #333333;
}
.leftborder {
  border-left: 1px solid #dddddd;
}
.table .text-right {
  padding-right: 15px;
}
/* Messages */
.alert {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 15px;
  padding: 8px;
}
.alert-warning {
  visibility: hidden;
}
.alert-warning.show {
  visibility: visible;
}
.alert.deploy {
  margin-bottom: 0;
}
/* Dialogs */
.modal-xlg {
  width: 90%;
}
.modal-header {
  border-bottom: 0;
}
.modal-footer {
  background: #f9f9f9;
  border-top: 0;
  padding-top: 0;
}
.modal-footer.text-center {
  text-align: center;
}
.modal .modal-header {
  background: #2c64b8;
  color: #f9f9f9;
}
.cineforecast .modal .modal-header {
  background: #23aac3;
}
.cinexpert .modal .modal-header {
  background: #b72f68;
}
.smartrelease .modal .modal-header {
  background: #38af94;
}
.mediaplanning .modal .modal-header {
  background: #7e3db7;
}
.bilancampagne .modal .modal-header {
  background: #ff8c00;
}
.modal .modal-header .close {
  color: #f9f9f9;
  opacity: 0.9;
}
.modal .modal-header h4 {
  margin: 0;
}
.modal .modal-body {
  background: #f9f9f9;
  /*color:@black3;*/
  padding: 30px 15px;
}
#dialog_message {
  z-index: 9999;
  /* more than 1050 (bootstrap default modal) */
}
/* Login */
#ident {
  width: 350px;
  margin-top: 5%;
  padding: 30px 50px 10px;
}
#ident label {
  font-size: 1.4em;
}
/* Results */
.filters label {
  margin-right: 5px;
}
#results {
  font-size: 0.9em;
}
#results thead {
  background: white;
}
#results td {
  vertical-align: middle;
}
.info {
  font-size: 0.9em;
  margin: 20px 0;
}
.info .fa {
  margin-right: 5px;
}
.fa-exclamation {
  color: #f64e4e;
  margin-left: 5px;
}
.dates {
  color: #999999;
  font-size: 0.8em;
  font-weight: normal;
  cursor: default;
}
.estimated {
  text-shadow: 0 0 10px #74daec;
}
.subfig {
  color: #999999;
  font-size: 0.8em;
}
#years {
  margin-right: 15px;
}
.weekinfos {
  width: 900px;
  margin: 20px 0 40px 0;
}
.weekinfos .panel-title {
  font-size: 1em;
}
.weekinfos .panel-body {
  font-size: 0.9em;
  padding: 5px;
}
.weekinfos .table {
  margin-bottom: 0;
}
#week_results_wrapper {
  margin-top: 30px;
}
#week_results th {
  padding-right: 5px;
  /*word-break:break-all;*/
}
#week_results td {
  vertical-align: middle;
}
.firstweek {
  color: green;
  font-weight: bold;
}
.editing {
  width: 70px;
}
#real_admissions {
  font-size: 0.9em;
}
#real_admissions td {
  vertical-align: middle;
}
#real_admissions input {
  height: 30px;
  padding: 2px;
}
#real_admissions_upload button {
  margin-right: 5px;
}
.legend {
  font-size: 0.8em;
  padding-left: 30px;
}
.legend span {
  margin-left: 20px;
}
/* Movies */
#movies_wrapper {
  margin-top: 20px;
}
#clear_search {
  margin-left: 5px;
  cursor: pointer;
}
.casting {
  margin: 0;
  padding: 0;
}
img.poster {
  width: 100%;
}
#edit_movie .form-control[disabled] {
  cursor: default;
}
#edit_movie .form-group {
  margin-bottom: 10px;
}
#edit_movie .form-group label {
  margin-bottom: 0px;
}
#edit_movie .badge {
  background: #b72f68;
  width: 100px;
  height: 100px;
  padding: 22px 8px;
  border-radius: 50px;
}
#edit_movie .badge label {
  font-weight: normal;
}
#edit_movie .badge div {
  font-size: 2em;
  margin-top: 10px;
}
.movieval {
  margin-bottom: 25px;
}
#cumulated_admissions {
  color: #b72f68;
  font-weight: bold;
}
#movie_profile table {
  font-size: 0.9em;
}
#movie_title {
  font-weight: bold;
}
#category_name {
  font-style: italic;
}
#comments {
  height: 100px;
}
.fa-asterisk {
  color: #cc0000;
  font-size: 0.8em;
  vertical-align: top;
}
.export {
  width: 48px;
  height: 48px;
  margin: 20px 10px 0 0;
  cursor: pointer;
}
#movies_selection_mapping {
  z-index: 1045;
}
#movies_selection_mapping .modal-body {
  padding: 0;
}
/*
.highcharts-background {
  fill: transparent;
}
*/
/* Weeks */
#all_weeks {
  font-size: 0.9em;
}
#all_weeks a {
  font-weight: bold;
}
#events {
  padding-left: 20px;
}
#events li {
  height: 22px;
}
#new_event {
  width: 200px;
}
#comments {
  width: 100%;
  height: 200px;
}
/* Contact */
#contact {
  margin-top: 30px;
}
#contact p {
  margin: 10px 0 20px 0;
}
/* Admin */
.panel.upload {
  width: 65%;
  min-width: 450px;
}
/*#help_movies img { width:100%; }*/
#movies_upload button {
  margin-right: 5px;
}
/* Media queries */
@media (min-width: 992px) {
  .service.cineforecast,
  .service.smartrelease,
  .service.bilancampagne {
    margin-right: 10px;
  }
  .service.cinexpert,
  .service.mediaplanning {
    margin-left: 10px;
  }
  .service.smartrelease,
  .service.mediaplanning,
  .service.bilancampagne {
    margin-top: 30px;
  }
}
/* Printing */
@media print {
  #connect,
  .filters,
  .btn-group,
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .dataTables_paginate,
  input,
  .export,
  #footer,
  #gotop,
  .no-print {
    display: none !important;
  }
  a[href]:after {
    content: '';
  }
  /* overwrite bootstrap */
  /* + commented color:black in bootstrap css */
  .modal-dialog {
    display: none;
  }
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.align-center {
  align-items: center;
}
.h-fit {
  height: fit-content;
}
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.h-0 {
  height: 0px;
}
.w-0 {
  width: 0px;
}
.p-5 {
  padding: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.h-5 {
  height: 5px;
}
.w-5 {
  width: 5px;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.h-10 {
  height: 10px;
}
.w-10 {
  width: 10px;
}
.p-15 {
  padding: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.h-15 {
  height: 15px;
}
.w-15 {
  width: 15px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.h-20 {
  height: 20px;
}
.w-20 {
  width: 20px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.h-30 {
  height: 30px;
}
.w-30 {
  width: 30px;
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.m-40 {
  margin: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.h-40 {
  height: 40px;
}
.w-40 {
  width: 40px;
}
.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.m-50 {
  margin: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.h-50 {
  height: 50px;
}
.w-50 {
  width: 50px;
}

/* ELAX */

/* 
// For Campaign report display
@media (min-width: 992px) {
  .service.mediaplanning {
    margin-right: 10px;
    margin-left: auto;
  }
  .service.bilancampagne {
    margin-left: 10px;
    margin-right: auto;
  }
} */
.service.mediaplanning {
  margin-left: auto;
  margin-right: auto;
}

#complexes_weeks #check_tab{
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-style: italic;
}
  #complexes_weeks #check_tab:hover{
    color: #2c64b8;
  }

  #complexes_weeks input.fhm{
    border: none;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
  }

/* Targets */
select#vars option[disabled]{
  color: lightgrey;
}