#ajax-titles-container, #ajax-artist-container, #ajax-title-container,  #ajax-label-container  {
    display: block;
    position:relative;
}
.ui-autocomplete {
    position: absolute;
    width: 100%;
}


table#artist-table-results, table#label-table-results, table#table_results {
  font-size: 16px
}
h4.modal-title {
  color: red;
}

.modal-body {
  font-size: 18px;
}
input.paginate_input[type="number"] {
  width: 50px;
  text-align: center;
}


li.page-item {
  list-style: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.4) !important;
}


.player-button {
  margin-right: 10px;
  border-color: #bbb;
  border-radius: 6px;
  border-width: 2px;
  padding: 0 0.37rem;
}
.player-button i {
  color: #555;
}

#loader-backdrop {
  position: fixed;
  background: rgba(0,0, 0,0.4);
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
  justify-content: center;
  align-items: center;
}

#loader-backdrop div#loader {
  height: 80px;
  width: 80px;
}

#loader-backdrop div#loader div{
  border: 2px solid #ccc;
  height: 80px;
  width: 80px;
  border-color: #ccc transparent transparent transparent;
}

ul.list_author_right_choice li {
  justify-content: center;
  align-items: center;
  display: flex;
}


table.dataTable thead .sort-by-asc
{
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 0 3px;
    background: transparent;
    border-bottom: solid 7px rgba(255, 255, 255, 0.3);
    border-top-width: 0;
}

table.dataTable thead .sort-by-desc
{
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 0 3px;
    background: transparent;
    border-top: solid 7px rgba(255, 255, 255, 0.3);
    border-bottom-width: 0;
}

table.dataTable thead i.sort-by-desc.active {
  border-top: solid 7px #fff;
}

table.dataTable thead i.sort-by-asc.active {
  border-bottom: solid 7px #fff;
}

.flex-container {
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.flex-container .flex-box {
  margin: 5px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.flex-container .flex-box ul.pagination,
.flex-container .flex-box .onoffswitch label  {
  margin: unset;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  margin-top: 3px;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border: 1px solid #ddd;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active {
  background-color: #11b2dd;
  color: #fff;
}
.accordion:hover {
  background-color: rgba(17,178,221, 0.7);
  color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  margin-top: 3px;
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: scroll;
}

.tutorial-container {
  margin-top: 20px;
}

.tutorial-next-btn {
  font-size: 17px;
  color: #fff;
  background-color: #11b2dd;
  border: 1px solid #11b2dd;
  border-radius: 5px;
  padding: 3px 22px;
}

#author-graph-switch-container .onoffswitch-inner:before,
#artist-graph-switch-container .onoffswitch-inner:before,
#label-graph-switch-container .onoffswitch-inner:before {
  content: 'TABLE'
}

#author-graph-switch-container .onoffswitch-inner:after,
#artist-graph-switch-container .onoffswitch-inner:after,
#label-graph-switch-container .onoffswitch-inner:after {
  content: 'GRAPH'
}

.nav-tabs  .nav-link.active {
  font-weight: bold;
}

#graph_results .tab-pane h5,
#artist-graph-results .tab-pane h5 {
  text-align: center;
  color: #555;
}

#graph_results ul.nav {
  flex-wrap: unset;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 2px 5px;
  font-size: 14px;
}

.resume-total-somme {
  font-weight: bold;
  font-size: 20px;
}

.top-menu-results {
  justify-content: space-between;
}

.top-menu-results ul, label{
  margin-bottom: 6px;
}

.resume-subtitle {
  font-size: 15px;
}

.card-body hr {
  margin: 5px 5px;
}

span.tutorial-step {
  font-size: 19px;
  font-weight: bold;
}

#disco-graph-switch-label {
  font-size: 16px;
}

#lancer-recherche {
  background-color: rgb(176, 70, 70);
  border: 0;
  color: #fff;
}

.hotline-info {
  color: #fff;
  margin-right: 30px;
}

.yacast-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12px;
}

.yacast-header .header-left {
  display: flex;
  align-items: flex-start;
}
.yacast-header .header-left a {
  padding-top: 5px;
}

.pagination-input {
  display: flex;
  flex-direction: row;
}

.form-group.pagination-input {
  margin-bottom: 0;
}
.yacast-header .header-right {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {

  .yacast-header .navbar-toggler {
    display: none;
  }
}
.forgot-password-subtitle {
  font-size: 15px;
  font-weight: 400;
}

.total_filtered_block {
  display: inline-block;
  float: left;
  color: rgb(176, 70, 70);
}

.graph-header-with-total {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  flex-wrap: wrap;
}

.delete-media {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 25px;
  width: 25px;
}

.delete-media i {
  font-size: 20px;
  color: #000;
}

.media-info-block {
  margin: 10px 10px;
  background: rgb(0,0,0,0.1);
  padding: 9px;
  border-radius: 8px;
  min-width: 280px;
}

.media-info-block.green {
  background: #A8DBA8;
}

.media-info-block.yellow {
  background: #FFFCDD;
}

.media-info-block.red {
  background: #FFD8D8;
}

.legend-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.legend-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.legend {
  height: 10px;
  width: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 10px;
}

.legend.green {
  background: #A8DBA8;
}

.legend.yellow {
  background: #FFFCDD;
}

.legend.red {
  background: #FFD8D8;
}


.media-info-block select {
  max-width: 260px;
}

.media-info-block ul {
  list-style: none;
  padding-inline-start: unset;
}


.import-button {
  -moz-box-shadow: 5px 5px 15px 2px #cfcfcf;
  -webkit-box-shadow: 5px 5px 15px 2px #cfcfcf;
  -o-box-shadow: 5px 5px 15px 2px #cfcfcf;
  box-shadow: 5px 5px 15px 2px #cfcfcf;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=15);
  margin: 15px;
  padding: 10px 30px;
  background: cadetblue;
  color: #fff;
  border-radius: 5px;
}


#upload-xlsx-form-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: rgb(38, 89, 109);
  color: #fff;
  padding: 25px;
  flex-wrap: wrap;
}

#upload-xlsx-form-container p {
  margin: 0;
}

.import-button-container {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}

.import-xlsx-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.delete-media-container {
  display: flex;
  flex-direction: row;
  margin: 20px;
  border: 1px solid black;
  position: relative;
  align-items: flex-start;
}

.import-ar {
  padding: 5px 16px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin: 0 10px;
}

.import-ar:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.import-xlsx-form-container input[id$=regroupement] {
  min-width: 210px;
}

.logout-link-responsive {
  color: #fff;
  font-size: 22px;
}
.logout-link-responsive:hover {
  color: #fff;
}

#resume-rights-container {
  background: #e3e3e3;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 35px;
  overflow: scroll;
  height: 100%;
}

.media-list-container {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  flex: 2;
  height: 100%;
  position: relative;
  overflow: auto;
}

#media-details-container {
  font-size: 11px;
}

.media-details-wrapper {
  flex: 1;
  max-width: 350px;
  padding: 15px;
}

.media-list-container .nav-tabs {
  padding: 5px;
  margin: 10px;
  border: none;
}

.media-list-container .nav-tabs li a {
  color: #ddd;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}

.media-list-container .nav-tabs li a:hover {
  text-decoration: none;
}


.media-list-container .nav-tabs li a.active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid rgb(16, 177, 220);
  height: 100%;
}

.media-list-container .tab-content {
  padding: 15px;
  height: 100%;
}

.timeline-bar {
  height: 6px;
  width: 100%;
  background: #b6c8e9;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.timeline-bar .timeline-tag {
  width: 14px;
  height: 14px;
  top: -7px;
  margin-top: -4px;
  border-radius: 7px;
  background: #a2bfb5;
}

.timeline-bar .timeline-tag .year-tag {
  margin-top: -23px;
}


.update-button {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #555;
}

.delete-button {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.4) !important;
}

#add-button {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #555;
  font-weight: bold;
}

.create-button {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #1675b1;
  background-color: rgba(255, 255, 255, 0.5);
}

.timeline-bar .rights-values {
  margin-top: -20px;
}

.media-list-container .media-label {
  margin-bottom: 30px;
}

.media-timeline-container {
  margin: 36px 0px;
}

.gantt-chart-container{
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
}

.gantt-chart-line {
  display: flex;
  flex-direction: row;
}


.gantt-chart-line.header {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.gantt-chart-item-container {
  padding: 15px;
  border: 1px solid #e3e3e3;
  flex: 1;
  height: 100%;
}
#resume-rights-container .tab-pane {
  height: 100%;
  position: relative;
}

.gantt-chart-item-line {
  padding-top: 55px;
}
