/*Application de la police du site de noisemakers.fr sur tout sauf la classe mif- utilisée pour les icones*/
* :not([class*=mif-]){
  font-family: Verdana, Geneva !important;
}
body {
  background: #eeeeee;
  width:100%;
}

/*reduction du padding pour permettre d'être plsu responsive sur la drop zone*/
.drop-zone {
  padding: 18px 0 !important;
}

/*Fixer uen taille minimale à la dropzone pour éviter que le logo overlap le texte d'upload de sweep*/
#sweepUploadForm {
  min-height: 170px;
}

[class*=cell-], [class*=col-]{
  padding: 0px;
}

.contentDiv{
  height: 100vh;
}

/*Maj de la couleur de focus pour match le rouge de noisemakers*/
.drop-zone.focused {
  outline-color: #E20036 !important;
}

/*Maj de la couleur de focus pour match le rouge de noisemakers*/
.switch-material input:checked~.check {
  background-color: rgba(226,0,54,.5) !important;
}

.switch-material .check::before {
  background-color: #E20036 !important;
}

/*Maj de la couleur de focus pour match le rouge de noisemakers et changer l'alpha pour disabled le switch*/
.switch-material.disabled input:checked~.check {
  background-color: rgba(226,0,54,.3) !important;
}

.switch-material.disabled .check::before {
  background-color: rgba(226,0,54,.6) !important;
}


.h-30{
  height: 30%;
}
.h-65{
  height: 65%
}
.h-5{
  height: 5%
}

.dlIcon{
  font-size: 64px;
  height: 64px;
  width: 64px;
}

#fileSelectedName, #captionFileSelection{
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap
}

/*Fix des boutons et switch car plus fin donc ils doivent être plus foncés*/
.disabled{
  opacity: 1 !important;
  color: rgb(200, 200, 200) !important;
}