@charset "UTF-8";
/* Texte */
/* Texte atténué, boutons supprimés */
/* Texte atténué, boutons supprimés */
/* Couleur utilisée dans le fond */
/* Couleur d'accent (bleu) */
/* Couleur d'accent secondaire (bleu foncé) */
/* Utilisé dans la vue rapport, pour le détail dans le package */
/* Entêtes de tableau */
/* Bordures boutons, bordures select */
/* Lignes foncées du tableau */
/* Fond barre de progression */
/* Barre de progression (défaut) */
.hyphen-font-type1-regular-11 {
  font: 11px arial-n, serif;
}

.hyphen-font-type1-regular-12 {
  font: 12px arial-n, serif;
}

.hyphen-font-type1-regular-14 {
  font: 14px arial-n, serif;
}

.hyphen-font-type1-regular-18 {
  font: 18px arial-n, serif;
}

.hyphen-font-type1-bold-13 {
  font: Bold 13px arial-n, serif;
}

.hyphen-font-type1-bold-14 {
  font: Bold 14px arial-n, serif;
}

.hyphen-font-type1-bold-16 {
  font: Bold 16px arial-n, serif;
}

.hyphen-font-type2-regular-13 {
  font: 13px trueno, serif;
}

.hyphen-font-type2-bold-15 {
  font: 15px trueno-eb, serif;
}

.hyphen-color-accent {
  color: #45BCD2 !important;
}

.hyphen-color-accentdark1 {
  color: #2e95a8 !important;
}

.hyphen-color-light1 {
  color: #3E3E3E !important;
}

.hyphen-color-light2 {
  color: #4D4D4D !important;
}

.hyphen-color-light3 {
  color: #707070 !important;
}

.hyphen-color-dark1 {
  color: #2F2F2F !important;
}

.hyphen-color-dark2 {
  color: #151515 !important;
}

.hyphen-color-success {
  color: #A8CA5E !important;
}

.hyphen-color-warning {
  color: #E79B2F !important;
}

.hyphen-color-error {
  color: #EA3E3F !important;
}

.hyphen-text {
  color: #F2F2F2;
}

.hyphen-background-color-100op {
  background: rgba(56, 56, 56, 0) !important;
}

.hyphen-background-color-bg {
  background-color: #383838 !important;
}

.hyphen-background-color-accent {
  background-color: #45BCD2 !important;
}

.hyphen-background-color-light1 {
  background-color: #3E3E3E !important;
}

.hyphen-background-color-light2 {
  background-color: #4D4D4D !important;
}

.hyphen-background-color-light3 {
  background-color: #707070 !important;
}

.hyphen-background-color-dark1 {
  background-color: #2F2F2F !important;
}

.hyphen-background-color-dark2 {
  background-color: #151515 !important;
}

.hyphen-background-color-bg50op {
  background: rgba(56, 56, 56, 0.5);
}

.hyphen-background-color-black25op {
  background: rgba(0, 0, 0, 0.75);
}

@font-face {
  font-family: "trueno";
  src: url("../font/TruenoRg.otf");
}
@font-face {
  font-family: "trueno-eb";
  src: url("../font/TruenoExBd.otf");
}
@font-face {
  font-family: "trueno-lt";
  src: url("../font/TruenoLt.otf");
}
@font-face {
  font-family: "arial-n";
  src: url("../font/Arial.woff");
}
@font-face {
  font-family: "text-security-disc";
  src: url("../plugins/text-security/dist/text-security-disc.eot");
  src: url("../plugins/text-security/dist/text-security-disc.eot?#iefix") format("embedded-opentype"), url("../plugins/text-security/dist/text-security-disc.woff2") format("woff2"), url("../plugins/text-security/dist/text-security-disc.woff") format("woff"), url("../plugins/text-security/dist/text-security-disc.ttf") format("truetype"), url("../plugins/text-security/dist/text-security-disc.svg#text-security") format("svg");
}
.trueno {
  font-family: trueno, serif;
}

.trueno-eb {
  font-family: trueno-eb, serif;
}

.arial {
  font-family: arial-n, serif;
}

input:not(.select2-search__field):focus, button:focus {
  outline: solid 1px #45BCD2;
}

html {
  /* min-height: 100%;
  height: 100%; */
}

body {
  /* min-height: 100%;
  height: 100%; */
  /* background-image: url("../images/main_background.jpg"); */
  background-color: #383838;
  color: #F2F2F2;
  font: 13px arial-n, serif;
  line-height: 20px;
}

#app {
  /* min-height: 100%;
  height: 100%; */
}

nav.navbar {
  padding: 0;
}
nav.navbar .navbar-brand {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
  color: #F2F2F2;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #45BCD2;
}

span.clickable {
  cursor: pointer;
}

tr.toggle-table-tr[data-toggle-level="0"]:not([data-line-type=folder]) {
  cursor: pointer;
}

.showModalJournalTransfert {
  cursor: pointer;
}

/*tr.toggle-table-tr{
  td {
    vertical-align: middle;
  }
  td:first-child{
    padding-left: 0px;
  }
  td:last-child{
    padding-right: 0px;
  }
}*/
div.transfer-progress-msg {
  padding-top: 5px;
  color: black;
}

button.btn-dcp-action {
  width: 30px !important;
}

button.btnReorderDCPTransferUp, button.btnReorderDCPTransferDown {
  padding: 0;
}
button.btnReorderDCPTransferUp i, button.btnReorderDCPTransferDown i {
  display: block;
  padding: 0;
  width: max-content;
  margin: auto;
}

.clickable {
  cursor: pointer;
}

.table-fixed {
  table-layout: fixed;
}

input.password {
  font-family: "text-security-disc";
  /*width:15%;*/
  /*margin-bottom:5px*/
}

.catalog_movie_block .movie_poster_block {
  width: 40%;
  margin-right: 20px;
}

.movie_detail_block .movie_poster_block {
  width: 200px;
  margin-right: 20px;
}

.movie_poster_block img {
  width: 100%;
}

/* Correction du bootbox */
.bootbox.modal {
  overflow: auto !important;
}

.modal-backdrop {
  background: #FFFFFF;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.container, .container-fluid {
  max-width: 1346px;
}

.page-title-block {
  background-color: #45BCD2;
  height: 35px;
  line-height: 35px;
  display: flex;
}
.page-title-block .page-title-title {
  width: auto;
  height: 100%;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #383838;
  flex-grow: 1000;
}
.page-title-block .page-title-actions {
  width: 180px;
  height: 100%;
}
.page-title-block .page-title-actions button {
  min-width: 82px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
  border: none;
  background-color: #2e95a8;
  border-radius: 16px;
  outline: none !important;
}
.page-title-block .page-title-actions button.active {
  background-color: #383838;
  color: #F2F2F2;
}

.hyphen-select {
  background: none;
  border: none;
  border-bottom: solid 2px #45BCD2;
  height: 35px;
  width: 100%;
  color: #F2F2F2;
  outline: none !important;
}

.hyphen-select2-icon-container {
  border-radius: 0px !important;
  border: none !important;
  /* height: 40px !important; */
  outline: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.hyphen-select2-icon-container .select2-selection__rendered {
  color: #F2F2F2 !important;
  padding: 0px !important;
}
.hyphen-select2-icon-container .select2-selection__rendered li.select2-search.select2-search--inline {
  padding-left: 5px;
}
.hyphen-select2-icon-container .select2-selection__rendered li.select2-search.select2-search--inline:after {
  color: #45BCD2;
  font-size: 8px;
}
.hyphen-select2-icon-container .select2-selection__rendered .select2-search__field {
  color: #F2F2F2;
}
.hyphen-select2-icon-container .select2-selection__rendered .select2-search__field::placeholder {
  color: #F2F2F2;
  font: 12px arial-n, serif;
  font-style: italic;
}
.hyphen-select2-icon-container .select2-selection__arrow {
  display: none;
}
.hyphen-select2-icon-container .select2-selection__placeholder {
  color: #F2F2F2 !important;
  font-style: italic;
}

.hyphen-select2-icon-container.hyphen-select2-icon-action-package .select2-selection__rendered:after {
  content: "\e801";
  font-family: "hyphen-icons";
  font-size: 20px;
}

.hyphen-select2-button-container {
  border-radius: 0px !important;
  border: solid 1px #707070 !important;
  /* height: 40px !important; */
  outline: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.hyphen-select2-button-container .select2-selection__rendered {
  color: #F2F2F2 !important;
  line-height: 25px !important;
}
.hyphen-select2-button-container .select2-selection__rendered li.select2-search.select2-search--inline {
  padding-left: 5px;
  list-style: none;
}
.hyphen-select2-button-container .select2-selection__rendered li.select2-search.select2-search--inline:after {
  color: #45BCD2;
  font-size: 8px;
}
.hyphen-select2-button-container .select2-selection__rendered .select2-search__field {
  color: #F2F2F2;
}
.hyphen-select2-button-container .select2-selection__rendered .select2-search__field::placeholder {
  color: #F2F2F2;
  font: 12px arial-n, serif;
  font-style: italic;
}
.hyphen-select2-button-container .select2-selection__rendered .select2-selection__choice {
  list-style: none;
  border: solid 1px #707070;
  margin-bottom: 3px !important;
}
.hyphen-select2-button-container .select2-selection__arrow {
  display: none;
}
.hyphen-select2-button-container .select2-selection__placeholder {
  color: #F2F2F2 !important;
  font-style: italic;
}

.hyphen-select2-button-container.movie-programming-agreements-share {
  font: Bold 12px arial-n, serif;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.hyphen-select2-button-container.movie-programming-agreements-share .select2-selection__rendered {
  display: none;
}

.hyphen-select2-button-container.movie-programming-agreements-share:before {
  content: "Partager avec les ententes";
}

.hyphen-select2-button-container.hyphen-select2-button-action-plus .select2-selection__rendered li.select2-search.select2-search--inline:after {
  content: "\e802";
  font-family: "hyphen-icons";
}

#movie-schedule-filters-circuits-container.hyphen-select2-tags-container .select2-selection--multiple .select2-selection__rendered, #movie-schedule-filters-tags-container.hyphen-select2-tags-container .select2-selection--multiple .select2-selection__rendered {
  margin-top: 8px;
}

.hyphen-select2-tags-container {
  line-height: 0px;
}
.hyphen-select2-tags-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0px;
}
.hyphen-select2-tags-container .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  border-radius: 0px;
  border: solid 1px #707070;
  color: #F2F2F2;
  background-color: #383838;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 2px;
}
.hyphen-select2-tags-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  position: relative;
  right: -25px;
}

.select2-container {
  filter: blur(0) !important;
  z-index: 9999;
}

.hyphen-select2-container {
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #45BCD2 !important;
  height: 35px !important;
  width: 100%;
  outline: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.hyphen-select2-container .select2-selection__rendered {
  color: #F2F2F2 !important;
  padding-left: 25px !important;
  padding-right: 8px !important;
}

.select2-container--default .select2-selection--single.hyphen-select2-container .select2-selection__arrow {
  left: 1px !important;
}

.select2-container--default .select2-selection--single.hyphen-select2-container .select2-selection__arrow b {
  border-color: #45BCD2 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single.hyphen-select2-container .select2-selection__arrow b {
  border-color: transparent transparent #45BCD2 transparent !important;
}

.hyphen-select2-dropdown, .hyphen-select2-full-bordered-dropdown {
  background-color: #383838 !important;
  border: none !important;
  min-width: 150px;
}
.hyphen-select2-dropdown .select2-search--dropdown, .hyphen-select2-full-bordered-dropdown .select2-search--dropdown {
  border: solid 1px #707070;
}
.hyphen-select2-dropdown .select2-results__option, .hyphen-select2-full-bordered-dropdown .select2-results__option {
  min-height: 40px !important;
  border: solid 1px #707070;
  background-color: #383838 !important;
  font-family: 13px arial-n, serif;
  line-height: 25px;
}
.hyphen-select2-dropdown .select2-results__option--highlighted[aria-selected], .hyphen-select2-full-bordered-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #45BCD2 !important;
  color: white;
}

.hyphen-select2-dropdown .select2-search--dropdown {
  border-top: none;
}
.hyphen-select2-dropdown .select2-results__option {
  border-top: none;
}

.hyphen-select2-full-bordered-dropdown .select2-search--dropdown:not(:first-child) {
  border-top: none;
}
.hyphen-select2-full-bordered-dropdown .select2-results__option:not(:first-child) {
  border-top: none;
}

.hyphen-date-picker-input {
  height: 40px;
  line-height: 40px;
  border: solid 1px #707070;
  border-radius: 0px;
  background-color: transparent;
  color: #F2F2F2;
  font: Bold 12px arial-n, serif;
}

.hyphen-date-picker-input::placeholder {
  font: Italic 12px arial-n, serif;
  color: #F2F2F2;
}

.hyphen-inline-list {
  min-width: 240px;
  list-style-type: none;
}
.hyphen-inline-list li {
  border-bottom: solid 1px #707070;
  line-height: 28px;
  text-align: right;
  font: 13px arial-n, serif;
  line-height: 35px;
  cursor: pointer;
  color: #707070;
}
.hyphen-inline-list li.active {
  color: #F2F2F2;
}
.hyphen-inline-list li:hover {
  color: #F2F2F2;
}

.hyphen-input {
  background: none;
  border: none;
  border-bottom: solid 2px #45BCD2;
  height: 35px;
  width: 100%;
  color: #F2F2F2;
  outline: none !important;
}

.hyphen-input::placeholder {
  font: 14px arial-n, serif;
  font-style: italic;
  color: #BEBEBE;
}

.hyphen-input-group {
  background: none;
  border: none;
  border-bottom: solid 2px #45BCD2;
  height: 35px;
  width: 100%;
  color: #F2F2F2;
  outline: none !important;
}
.hyphen-input-group input {
  flex: 1 1 0%;
}
.hyphen-input-group input::placeholder {
  font-style: italic;
}
.hyphen-input-group .input-group-prepend {
  line-height: 30px;
  margin-right: 10px;
}

.hyphen-input-group-datepicker {
  background: none;
  border: none;
  width: 100%;
  color: #F2F2F2;
  outline: none !important;
}
.hyphen-input-group-datepicker input {
  flex: 1 1 0%;
}
.hyphen-input-group-datepicker input::placeholder {
  font-style: italic;
}
.hyphen-input-group-datepicker .input-group-text {
  border: solid 1px #707070;
  background-color: transparent;
  color: #F2F2F2;
  font: Bold 12px arial-n, serif;
  border-radius: 0;
}
.hyphen-input-group-datepicker .hyphen-clear-input {
  cursor: pointer;
}

.hyphen-table th {
  background-color: #4D4D4D;
  color: #F2F2F2;
  border: none !important;
}

.hyphen-table-filemanager {
  width: calc(100% - 1px);
}
.hyphen-table-filemanager th {
  background-color: #4D4D4D;
  color: #F2F2F2;
  border: none !important;
  padding: 10px;
}
.hyphen-table-filemanager td {
  padding: 10px;
}

table tbody .hyphen-full-bordered-tr {
  border: solid 1px #707070;
  color: #F2F2F2;
}
table tbody .hyphen-full-bordered-tr td {
  border: none;
}
table tbody .hyphen-full-bordered-tr:not(:first-child) {
  border-top: none !important;
}

.hyphen-report-action-button {
  border: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  background-color: #383838;
  color: #F2F2F2;
}

.hyphen-report-action-button[disabled] {
  opacity: 0.5;
}

.hyphen-main-button {
  background-color: #45BCD2;
  color: #151515;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 0px;
  font: Bold 14px arial-n, serif;
}

.hyphen-bordered-button {
  height: 40px;
  line-height: 40px;
  border: solid 1px #707070;
  background-color: #383838;
  color: #F2F2F2;
  font: Bold 12px arial-n, serif;
  border-radius: 0px;
}
.hyphen-bordered-button.hyphen-bordered-button-sm {
  height: 20px;
}

.hyphen-bordered-button.active {
  background-color: #45BCD2;
  color: #151515;
}

.hyphen-bordered-button-alt {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border: solid 1px #707070;
  background-color: #383838;
  color: #F2F2F2;
  font-weight: bold;
  font-size: 12px;
}
.hyphen-bordered-button-alt .hyphen-bordered-button-alt-container {
  display: flex;
  line-height: 38px;
}
.hyphen-bordered-button-alt .hyphen-bordered-button-alt-container .hyphen-bordered-button-alt-text {
  padding-left: 10px;
  flex: 1;
  text-align: left;
}
.hyphen-bordered-button-alt .hyphen-bordered-button-alt-container .hyphen-bordered-button-alt-icon {
  padding-right: 15px;
  text-align: right;
}

.filemanager_package_view_folders_table {
  width: 100%;
}
.filemanager_package_view_folders_table tr {
  height: 40px;
  border: solid 1px #707070;
  border-top: none;
  background-color: #2F2F2F;
}
.filemanager_package_view_folders_table tr td {
  padding: 10px;
}

.hyphen-progress .hyphen-progress-bar {
  margin-top: 4px;
  height: 10px;
  margin-right: 8px;
}
.hyphen-progress .hyphen-progress-bar-text-indicator {
  margin-top: 1px;
  height: 0px;
}
.hyphen-progress div.transfer-progress-msg {
  padding-top: 0px;
  font-size: 8px;
  color: #F2F2F2 !important;
}
.hyphen-progress div.hyphen-progress-bar-message {
  font-size: 10px;
  line-height: 10px;
  color: #F2F2F2 !important;
}

.hyphen-small-progress .hyphen-progress-bar {
  margin-top: 6px;
  height: 5px;
  margin-right: 8px;
}
.hyphen-small-progress .hyphen-progress-bar-text-indicator {
  margin-top: 1px;
  height: 0px;
}
.hyphen-small-progress div.transfer-progress-msg {
  padding-top: 0px;
  font-size: 8px;
  color: #F2F2F2 !important;
}
.hyphen-small-progress div.hyphen-progress-bar-message {
  font-size: 10px;
  line-height: 10px;
  color: #F2F2F2 !important;
  display: table;
}

.hyphen-progress-bar {
  background-color: #151515;
}
.hyphen-progress-bar .progress-bar {
  background-color: #E79B2F;
}

.hyphen-progress-bar-text-indicator {
  font-size: 10px;
}

.hyphen-tag {
  font-size: 12px;
  min-height: 40px;
  line-height: 18px;
  border: solid 1px #707070;
  padding: 10px;
  color: #F2F2F2;
}

.hyphen-tag-sm {
  font-size: 70%;
  min-height: 28px;
  line-height: 18px;
  border: solid 1px #707070;
  padding: 4px;
  color: #F2F2F2;
}

.hyphen-edit-tag {
  cursor: pointer;
}
.hyphen-edit-tag.disabled {
  cursor: not-allowed;
}
.hyphen-edit-tag.disabled i {
  opacity: 0.5;
}

.hyphen-tag-group {
  min-height: 40px;
}
.hyphen-tag-group .hyphen-tag {
  float: left;
}
.hyphen-tag-group .hyphen-tag-group-action {
  float: left;
  height: 100%;
}

/* .filemanager_package_view_input_icon{
    font-size: 15px;
    color: $hyphenaccent;
} */
i[class^=icon-]:before, i[class*=" icon-"]:before {
  margin: 0;
}

.filemanager_folders_table_view_add_folder_form {
  background-color: #4D4D4D;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filemanager_folders_table_view_container .filemanager_folders_table_view_folders_table {
  margin-bottom: 0px;
}

.filemanager_folders_table_view_add_folder_dropzone_libelle {
  font-style: italic;
}

/* Table utilisée dans l'écran répartition/programmation*/
.hyphen-table-alt1 {
  color: #F2F2F2;
}
.hyphen-table-alt1 th {
  background-color: #383838;
  border: none !important;
}

/* Table dossiers film */
.hyphen-table-movie-folders {
  color: #F2F2F2;
}
.hyphen-table-movie-folders th {
  background-color: #4D4D4D;
  color: #F2F2F2;
  border: none !important;
  font-weight: normal;
  line-height: 30px;
  padding: 5px 10px;
}
.hyphen-table-movie-folders th:nth-child(2) {
  font: Bold 13px arial-n, serif;
}
.hyphen-table-movie-folders tr:nth-child(even) {
  background-color: #2F2F2F;
}
.hyphen-table-movie-folders tr:nth-child(odd) {
  background-color: #383838;
}
.hyphen-table-movie-folders td {
  border: none;
  padding: 5px 10px;
}
.hyphen-table-movie-folders tr.partial-collapsible-tr td {
  padding: 0px;
}
.hyphen-table-movie-folders tr.partial-collapsible-tr .partial-collapsible-visible {
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyphen-table-movie-folders tr.partial-collapsible-tr .partial-collapsible-hideable {
  padding: 0px 10px 10px 10px;
}

/* Table contacts */
.hyphen-table-contact-salles {
  width: calc(100% - 1px);
  color: #F2F2F2;
}
.hyphen-table-contact-salles th {
  border: none;
  border-bottom: solid 1px #707070 !important;
  text-transform: uppercase;
}
.hyphen-table-contact-salles td {
  border: solid 1px #707070;
  border-top: none;
  line-height: 32px;
}
.hyphen-table-contact-salles td:first-child {
  border-right: none;
}
.hyphen-table-contact-salles tbody {
  background-color: #383838;
}

/* Table rapport */
.hyphen-table-report {
  color: #F2F2F2;
}
.hyphen-table-report tr td {
  background-color: #3E3E3E;
}
.hyphen-table-report tr[data-toggle-level="0"] {
  border: none;
  background: rgba(77, 77, 77, 0) !important;
}
.hyphen-table-report tr[data-toggle-level="0"] td {
  background-color: #4D4D4D;
}
.hyphen-table-report tr td {
  border: none;
  padding: 10px;
  height: 1px;
}
.hyphen-table-report tr th {
  background-color: #383838;
  border: none !important;
  font-weight: normal;
}
.hyphen-table-report tr[data-programmed-by-agreement="1"] td {
  background-color: #50616B !important;
}

/* Table schedule */
.hyphen-table-schedule, .hyphen-table-tarifs, .hyphen-table-distributeurs, .hyphen-table-tarif-editor, .hyphen-table {
  height: 0px;
  color: #F2F2F2;
  border-color: #45BCD2 !important;
  border-width: 2px !important;
}
.hyphen-table-schedule tr[data-toggle-level="0"], .hyphen-table-tarifs tr[data-toggle-level="0"], .hyphen-table-distributeurs tr[data-toggle-level="0"], .hyphen-table-tarif-editor tr[data-toggle-level="0"], .hyphen-table tr[data-toggle-level="0"] {
  background-color: #4D4D4D;
  border: none;
  border-top: solid 1px #707070;
  line-height: 35px;
}
.hyphen-table-schedule tr, .hyphen-table-tarifs tr, .hyphen-table-distributeurs tr, .hyphen-table-tarif-editor tr, .hyphen-table tr {
  background-color: #3E3E3E;
}
.hyphen-table-schedule tr td, .hyphen-table-tarifs tr td, .hyphen-table-distributeurs tr td, .hyphen-table-tarif-editor tr td, .hyphen-table tr td {
  border: none;
}
.hyphen-table-schedule tr td .d-flex, .hyphen-table-tarifs tr td .d-flex, .hyphen-table-distributeurs tr td .d-flex, .hyphen-table-tarif-editor tr td .d-flex, .hyphen-table tr td .d-flex {
  height: 100%;
}
.hyphen-table-schedule tr td .fake-header, .hyphen-table-tarifs tr td .fake-header, .hyphen-table-distributeurs tr td .fake-header, .hyphen-table-tarif-editor tr td .fake-header, .hyphen-table tr td .fake-header {
  font: Bold 14px arial-n, serif;
}
.hyphen-table-schedule tr th, .hyphen-table-tarifs tr th, .hyphen-table-distributeurs tr th, .hyphen-table-tarif-editor tr th, .hyphen-table tr th {
  background-color: #383838;
  border: none !important;
  text-transform: uppercase;
}

table tr.fake-header-tr td {
  padding: 0px;
}
table tr.fake-header-tr .fake-header {
  background-color: #4D4D4D;
  color: #F2F2F2;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  line-height: 30px;
  padding: 5px 10px 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table tr.fake-header-tr .fake-header-body {
  padding: 10px;
  font-size: 12px;
}

/* Table alerts download */
.hyphen-table-alert-download {
  width: calc(100% - 2px);
  color: #F2F2F2;
}
.hyphen-table-alert-download th {
  border: none;
  border-bottom: solid 1px #707070 !important;
}
.hyphen-table-alert-download td {
  border: solid 1px #707070;
  border-top: none;
  line-height: 32px;
  text-align: center;
  background-color: #383838;
}
.hyphen-table-alert-download td:first-child {
  border-right: none;
}

.hyphen-bordered-text {
  margin-right: 3px;
  margin-top: 10px;
  padding: 12px;
  line-height: 40px;
  border: solid 1px #707070;
  background-color: #383838;
  color: #F2F2F2;
  font: 12px arial-n, serif;
  display: inline-block;
  width: fit-content;
}

.hyphen-bordered-bottom-button {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #45BCD2 !important;
  height: 25px !important;
  background: none;
  color: white;
  padding: 0px;
  outline: none !important;
}

.hyphen-bordered-bottom-button-big {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #45BCD2 !important;
  height: 35px !important;
  background: none;
  color: white;
  padding: 0px;
  width: 100%;
  text-align: left;
  outline: none !important;
}

.movie_poster {
  width: 100%;
}

.fix-bottom {
  position: absolute;
  bottom: 0;
}

.nav-item > .main-link-hr {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav-item.active > .main-link-hr {
    display: block;
    width: 28px;
    border-top: 3px solid #45BCD2;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
  }
  .main-link {
    padding-bottom: 0 !important;
  }
  .navbar li.with-margin {
    margin-left: 23px;
    margin-right: 23px;
  }
}
.hyphen-bootbox-header button {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: trueno, serif;
  color: #F2F2F2;
}

.hyphen-full-bootbox .modal-dialog {
  max-width: 100%;
}

@media (min-width: 576px) {
  .hyphen-max-bootbox .modal-dialog {
    max-width: 1346px;
  }
  .hyphen-large-bootbox .modal-dialog {
    max-width: 1346px;
  }
  .hyphen-small-bootbox .modal-dialog {
    max-width: 500px;
  }
  .hyphen-large-message-bootbox .modal-dialog {
    max-width: 1346px;
  }
}
.hyphen-small-bootbox, .hyphen-large-bootbox, .hyphen-max-bootbox, .hyphen-full-bootbox {
  filter: blur(0) !important;
}
.hyphen-small-bootbox .modal-dialog .modal-content, .hyphen-large-bootbox .modal-dialog .modal-content, .hyphen-max-bootbox .modal-dialog .modal-content, .hyphen-full-bootbox .modal-dialog .modal-content {
  background-color: transparent !important;
  border: none !important;
}
.hyphen-small-bootbox .modal-dialog .modal-content .modal-header, .hyphen-large-bootbox .modal-dialog .modal-content .modal-header, .hyphen-max-bootbox .modal-dialog .modal-content .modal-header, .hyphen-full-bootbox .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}

.hyphen-message-bootbox, .hyphen-large-message-bootbox {
  filter: blur(0) !important;
  z-index: 10000;
}
.hyphen-message-bootbox .modal-dialog .modal-content, .hyphen-large-message-bootbox .modal-dialog .modal-content {
  background-color: #383838 !important;
  color: #F2F2F2 !important;
}
.hyphen-message-bootbox .modal-dialog .modal-footer, .hyphen-large-message-bootbox .modal-dialog .modal-footer {
  border-top: none;
}

.modal-backdrop.show {
  opacity: 0;
}

.blur-background > * {
  filter: blur(19px);
}

.ignore-blur > * {
  filter: blur(0) !important;
}

.bootbox-catalog > .modal-dialog > .modal-content {
  background-color: transparent !important;
  border: none !important;
}

.bootbox-catalog > .modal-dialog > .modal-content > .modal-header {
  border-bottom: none !important;
}

/* .btn-blue {
     width: 100%;
     border-radius: unset;
     background-color: $hyphenaccent;
     border: none;
     box-shadow: none;
     margin-top: 10px;
    font-family: Arial, Bold, serif;
    font-size: 14px;
    font-weight: 600;
 }
.btn-blue:hover {
    background-color: $hyphenaccent;
}
.btn-blue:focus {
    background-color: $hyphenaccent;
    outline: none;
    box-shadow: none;
}
.btn-blue:active {
    background-color: $hyphenaccent !important;
} */
#schedule-filters {
  background-color: #4D4D4D;
}

.elements-table-movie {
  color: white;
}

#addmovie_synopsis {
  background-color: #2F2F2A;
  border: none;
  -webkit-appearance: none;
  border-radius: 0px;
  color: white;
  height: 230px;
  opacity: 0.7;
}

#addmovie_synopsis:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#label_addmovie_synopsis {
  border-bottom: solid 2px #45BCD2;
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #BEBEBE;
}

/*.magic-checkbox+label, .magic-radio+label {
    margin-bottom: 0px;
    padding-left: 0px;
}

.magic-checkbox+label:before {
    position: relative;
    top: 5px;
    margin-right: 5px;
}*/
.ui-datepicker {
  background-color: #383838;
  border: none;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  color: #F2F2F2;
}
.ui-datepicker .ui-state-default {
  border: none;
  background: none;
  color: #F2F2F2;
  text-align: center;
}
.ui-datepicker .ui-state-active {
  background-color: #45BCD2;
  border-radius: 3px;
}

.hyphen-checkbox-container {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 22px;
  /* Hide the browser's default checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.hyphen-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.hyphen-checkbox-container input:checked ~ .checkmark {
  background-color: #45BCD2;
}
.hyphen-checkbox-container .checkmark {
  border: solid 1px #707070;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: transparent;
}
.hyphen-checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.hyphen-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.hyphen-checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-container {
  text-align: center;
  width: 460px;
}

.autofill-bg-black:-webkit-autofill,
.autofill-bg-black:-webkit-autofill:hover,
.autofill-bg-black:-webkit-autofill:focus,
.autofill-bg-black:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #F2F2F2 !important;
}

.fc-today {
  background-color: inherit !important;
}

.square {
  height: 15px;
  width: 15px;
  border-radius: 2px;
}

.delete-event {
  position: absolute;
  top: 33%;
  right: 5px;
  font-size: 15px;
  cursor: pointer;
}

.hyphen-right-bordered-cell, .hyphen-right-bordered-cell-m5, .hyphen-right-bordered-cell-m10, .hyphen-right-bordered-cell-white, .hyphen-right-bordered-cell-white-m5, .hyphen-right-bordered-cell-white-m10 {
  position: relative;
}

.hyphen-right-bordered-cell-white:after, .hyphen-right-bordered-cell-white-m5:after, .hyphen-right-bordered-cell-white-m10:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #F2F2F2;
  right: 0;
  top: 0;
  bottom: 0;
}

.hyphen-right-bordered-cell-white-m5:after {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hyphen-right-bordered-cell-white-m10:after {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hyphen-right-bordered-cell:after, .hyphen-right-bordered-cell-m5:after, .hyphen-right-bordered-cell-m10:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #707070;
  right: 0;
  top: 0;
  bottom: 0;
}

.hyphen-right-bordered-cell-m5:after {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hyphen-right-bordered-cell-m10:after {
  margin-top: 10px;
  margin-bottom: 10px;
}

.movie-title-alert {
  font-size: 16px;
}

.red-frame-alert {
  color: #EA3E3F;
  height: 46px;
  border: 1px solid #EA3E3F;
  background: #383838 no-repeat padding-box;
  margin: 0;
}

.red-frame-alert-text {
  position: relative;
  bottom: 6px;
}

.hyphenaccent-frame-alert {
  color: #45BCD2;
  height: 46px;
  border: 1px solid #45BCD2;
  background: #383838 no-repeat padding-box;
  margin: 0;
}

.hyphenaccent-frame-alert-text {
  position: relative;
  bottom: 6px;
}

.alert-right-text {
  position: relative;
  top: 5px;
}

.alert-title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 30px;
  background-color: #4D4D4D;
}

#alert-button-home[data-count]:not([data-count="0"]):after, #favs-button-home[data-count]:not([data-count="0"]):after {
  content: attr(data-count);
  position: absolute;
  bottom: -8px;
  right: -7px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 9px;
  border-radius: 50%;
  font-weight: bold;
  font-family: arial, serif;
  font-style: normal;
}

#alert-button-home, #favs-button-home {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

#alert-button-home[data-count]:not([data-count="0"]):after {
  background: #BB051B;
  color: #F2F2F2;
}

#favs-button-home[data-count]:not([data-count="0"]):after {
  background: #45BCD2;
  color: #F2F2F2;
}

.hyphen-bordered-input {
  height: 40px;
  line-height: 40px;
  border: solid 1px #707070;
  background-color: #383838;
  color: #F2F2F2;
  border-radius: 0px;
  width: 100%;
  padding: 10px 10px;
}

.hyphen-bordered-select {
  height: 40px;
  line-height: 40px;
  border: solid 1px #707070;
  background-color: #383838;
  color: #F2F2F2;
  border-radius: 0px;
  width: 100%;
  padding: 10px 10px;
}

.hyphen-table-settings-receivers th {
  color: #F2F2F2;
  border: none !important;
  padding: 10px;
  text-transform: uppercase;
}
.hyphen-table-settings-receivers td {
  padding: 3px 5px;
  border: none;
  color: #F2F2F2;
}
.hyphen-table-settings-receivers tr > th:first-child, .hyphen-table-settings-receivers tr > td:first-child {
  position: sticky;
  left: 0;
  opacity: 100%;
  background-color: #383838;
}
.hyphen-table-settings-receivers tr > th:nth-child(2), .hyphen-table-settings-receivers tr > td:nth-child(2) {
  position: sticky;
  left: 60px;
  opacity: 100%;
  background-color: #383838;
}
.hyphen-table-settings-receivers input:disabled, .hyphen-table-settings-receivers input:disabled + .checkmark {
  opacity: 0.2;
}

tr.disabled {
  opacity: 40%;
}

.login-background {
  background-image: url("../images/login_bg.png");
  background-size: cover;
}

.facturation-nav-tabs, .report-nav-tabs {
  border: none;
}
.facturation-nav-tabs .nav-item .nav-link, .report-nav-tabs .nav-item .nav-link {
  background-color: #4D4D4D;
  color: #BEBEBE;
  border: 1px solid #4D4D4D;
  border-radius: 0px;
  height: 35px;
}
.facturation-nav-tabs .nav-item .nav-link.active, .report-nav-tabs .nav-item .nav-link.active {
  background-color: #3E3E3E;
  border: 1px solid #3E3E3E;
  color: #45BCD2;
}
.facturation-nav-tabs .nav-item .nav-link:hover, .report-nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #45BCD2;
}

.report-nav-tabs .nav-item {
  width: 33.33%;
}

.facturation-nav-tabs .nav-item {
  width: 50%;
}

.loader-default {
  opacity: 50%;
  pointer-events: none;
  cursor: default;
}

.loader-default:after {
  position: absolute !important;
}

body.loader-default {
  position: fixed !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #4D4D4D;
}

::-webkit-scrollbar-thumb:hover {
  background: #45BCD2;
}

.pagination .page-item .page-link {
  background-color: #383838;
  border-color: #707070;
  color: #F2F2F2;
}
.pagination .page-item.active .page-link {
  background-color: #45BCD2;
  border-color: #45BCD2;
  color: #383838;
}

footer .right-logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #F2F2F2;
}

footer .left-logo {
  /*transform: rotate(-90deg);*/
  position: fixed;
  /*bottom: 80px;
  left: -50px;*/
  bottom: 20px;
  left: 20px;
  color: #F2F2F2;
}

@media screen and (max-width: 1619px) {
  footer {
    display: none;
  }
}
.loader {
  filter: blur(0) !important;
}

.loader.is-active {
  background-color: #383838 !important;
  opacity: 0.2;
}

/*
Animations
 */
input:focus {
  outline: none;
}

.hyphen-grab-handle {
  height: 101%;
  border: solid 1px #707070;
  border-radius: 13px 0px 0px 13px;
  background-color: #4D4D4D;
}
.hyphen-grab-handle .hyphen-grab-handle-burger .hyphen-grab-handle-burger-bar {
  border: solid 1px #707070;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 20px;
}

.ui-sortable-helper {
  display: table;
}

.hyphen-y-border {
  border-top: solid 1px #707070 !important;
  border-bottom: solid 1px #707070 !important;
}

.pagination {
  margin-top: 10px;
}

a:hover, a:focus {
  color: #45BCD2 !important;
}

.hyphen-transfer-replaced {
  opacity: 0.7;
}

.hyphen-toggle-active {
  background-color: #3E3E3E;
  border: 1px solid #45BCD2;
  color: #45BCD2;
}

.hyphen-toggle-filters:disabled {
  color: #636465;
  border: none;
  cursor: not-allowed;
}

.hyphen-no-border-x * {
  border-left: none !important;
  border-right: none !important;
}

#movie-schedule-validate:disabled {
  color: #636465;
  cursor: not-allowed;
}

.hyphen-ftr {
  background: #5826ad;
  border-radius: 0.1rem;
  text-align: center;
  height: 19px;
}

.hyphen-trl {
  background: #45BCD2;
  border-radius: 0.1rem;
  text-align: center;
  height: 19px;
}

.hyphen-error-text {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
}

.schedule-estimation {
  font-size: 80%;
  font-weight: 400;
  white-space: pre-wrap;
  line-height: normal;
  align-self: center;
}

.ui-datepicker {
  z-index: 10001 !important;
}

.card {
  background: none;
  border: none;
}

table.lvwtable-table .lvwtable-expanded-nested-row {
  box-shadow: inset 2px 0px #707070 !important;
}
table.lvwtable-table thead th .lvwtable-sort-btn-container, table.lvwtable-table thead th .lvwtable-order-btn-container {
  margin-left: 5px;
}
table.lvwtable-table thead th .lvwtable-sort-btn-container button, table.lvwtable-table thead th .lvwtable-order-btn-container button {
  color: white;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple {
  padding: 1px;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0px;
  line-height: 20px !important;
  /*padding-left:revert !important;*/
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple .select2-search.select2-search--inline {
  width: 100% !important;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
  background: none;
  width: 100% !important;
}
table.lvwtable-table tbody > tr:not(.lvwtable-expanded-nested-row):hover {
  background-color: #4D4D4D;
  box-shadow: inset 2px 0 0 0 #707070 !important;
}
table.lvwtable-table td {
  padding: 2px;
}
table.lvwtable-table th {
  padding: 3px 10px;
}

.lvwtable-actions-container .col-auto {
  padding: 0px 2px;
}

hr {
  border-top: 1px solid #707070;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.dropdown-menu {
  background-color: #383838;
  z-index: 100000;
}
.dropdown-menu li a {
  color: #F2F2F2 !important;
}
.dropdown-menu li a:hover {
  background-color: #45BCD2;
}

.wire-loading {
  height: 100%;
  width: 100%;
  /*background-color: white;*/
  opacity: 0.5;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 999;
}

.wire-loading span {
  position: absolute;
  top: 100px;
}

/*.hyphen-status-report-icon:not(.animate-spin) {
    !*width: 15px;*!
    height: 14px;
}*/
.hyphen-report-text {
  position: absolute;
  bottom: -23px;
  width: 184px;
  right: 0;
  text-align-last: center;
  line-height: 1.8rem;
}

table th[data-lvwtable-type=date] .g-1 .col-auto:has(select) {
  padding-right: 0.25rem;
}
table th[data-lvwtable-type=date] .g-1 .col:has(select) {
  padding-left: 0.25rem;
}

.container-fluid:has(#duplications_table) {
  max-width: 100%;
}

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