.negociation-interface-container {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  min-height: 700px;
  bottom: 0px;
 
}


.neg-interface-top {
  min-height: 300px;
}
/* 
.neg-interface-top md-card{
  width: 33%;
  height: 100%;
} */

.neg-date-selector {
  max-width: 300px;
  min-width: 300px !important;
  overflow: hidden;
}

.neg-terminal-selector {
  max-width: 300px;
  min-width: 300px !important;
}

.neg-availability-display {
  min-width: 200px !important;
  width: 100%;
}
.neg-availability-display .availability{
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin-top: 80px;
  text-align: center;
}
.neg-availability-display .penalty{
  font-size: 20px;
  color: white;
  text-align: center;
}

.neg-interface-bottom {
  min-height: 400px;
}

.neg-interface-panne-card {
  width: 100%;
  min-width: 832px;
  overflow: auto;
}

.neg-interface-panne-card md-list-item {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  margin: 10px;
}

.neg-interface-panne-card md-list-item .panne-times{
  max-width: 80px !important;
  padding-left: 5px;
}

.neg-interface-panne-card md-list-item .panne-durations{
  max-width: 130px !important;
}

.neg-interface-panne-card md-list-item .panne-item{
  max-width: 130px !important;
}

.neg-interface-panne-card md-list-item .panne-intitule{
  max-width: 350px !important;
}

.neg-interface-panne-card md-list-item .panne-coef{
  max-width: 180px !important;
}

.neg-interface-panne-card md-list-item .panne-status h2{
  /* max-width: 100px !important; */
  font-weight: bold;
}

.neg-interface-panne-card md-list-item .buttons{
  
}




.neg-interface-panne-card md-list-item.deleted{
  background-color: #f0524f;
}


.neg-interface-panne-card md-list-item.deleted p{
  color: white !important;
}

.neg-interface-panne-card md-list-item.deleted h3{
  color: white !important;
}

.neg-interface-panne-card md-list-item.deleted i{
  color: white !important;
}

.neg-interface-panne-card md-list-item.modified{
  /* background-color: #4caf4f;
  color: white; */
}

.neg-interface-panne-card md-list-item.modified p{
  /* color: white !important; */
}

.neg-interface-panne-card md-list-item.modified h3{
  /* color: white !important; */
}

.neg-interface-panne-card md-list-item.modified i{
  /* color: white !important; */
}

.loader-bottom {
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  top: 50%;
}

.retry-button {
  text-align: center;
  margin-top: 180px;
}

.retry-button button{
  height: 90px;
  width: 200px;
  font-size: 25px;
  /* background-color: #f36968; */
  color: white;
}

.neg-availability-display md-slider-container .span-hours{
  width: 60px;
  min-width: 60px;
  margin-left: 12px;
  color: white;
}


.neg-availability-display md-slider-container .span-number{
  min-width: 29px;
  margin-left: 18px;
  color: white;
}

.neg-availability-display .md-track {
  background-color: white !important;
}

.neg-availability-display .md-thumb:after{
  background-color: white !important;
  border-color: white !important;
}

.hours-slider{
  color: grey;
}


range-slider {
  margin: 0px 50px;
}

.range-slider-from-label {
  position: absolute;
  top: 209px;
  margin-left: 15px;
  color: white;
}

.range-slider-to-label {
  position: absolute;
  top: 258px;
  margin-left: 15px;
  color: white;
}





md-slider-container {
  margin-left: 90px;
  margin-right: 10px;
}


/* Dialog */
.dialog-content-negociation{
  padding: 15px;
  width: 320px;
  padding-top: 45px;
}

