body {
  font-family: 'arial', 'verdana', 'helvetica', sans-serif;
}

input {
  margin-bottom: 5px;
}

header {
  display: flex;
  margin-bottom: 30px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid rgba(0, 0, 0, .5);
  align-items: center;
  border-bottom: 1px grey solid;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

header h1, h2 {
  color: #C71427;
  font-weight: 800;
}

.obligatoire {
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.flash-notice {
  float: left;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

#btnCloseDetail {
  float: right;
  color: darkred;
  background-color: white;
  border-radius: 100%;
  padding: 5px;
  margin-top: 4px;
  margin-right: 5px;
  font-size: 2em;
}

#btnCloseDetail:hover {
  cursor: pointer;  
}

#warningBlock {
  display: none;
  float: left;
  width: 54%;
  /* margin-left: 10%; */
  margin-top: 5px;
  padding: 0px;
  border: 2px darkred solid;
  border-radius: 6px;
  text-align: center;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .25);
  margin-bottom: 5px;
}

#warningBlock h5 {
  text-transform: uppercase;
  background-color: darkred;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
}

.liste-reglement-attente {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 0.9em;
	font-weight: bold;
}

.liste-reglement-attente-site {
	font-size: 0.9em;
}

.ligne-reglement-attente {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ligne-reglement-attente:hover {
	cursor: pointer;
}

.closeWindow {
  float: right;
  padding-left: 5px;
  font-size: 24px;
  color: darkred;
}

.couleur-bonifay {
    color: rgb(190, 17, 37);
}

.background-color-bonifay {
  background-color: rgb(190, 17, 37);
  color: white;
}

.couleur-BO {
    color: rgb(190, 17, 37);
}

.background-color-BO {
  background-color: rgb(190, 17, 37);
  color: white;
}

.couleur-EC {
    color: #1D9F6E;
}

.background-color-EC {
  background-color: #1D9F6E;
  color: white;
}

.couleur-BA {
    color: orange;
}

.background-color-BA {
  background-color: orange;
  color: white;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.margin-left-25 {
  margin-left: 25%;
}

.margin-left-35 {
  margin-left: 35%;
}

.rounded-corner {
  padding: 5px;
  margin-right: 5px;
  border: 1px black solid;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.logo {
  margin: 15px;
}

.green {
  color: green;
}

.red {
  color: darkred;
}

.titreModule {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #FFF;
}

#map-canvas {
  height: 400px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#popUp {
  display: none;
  position: fixed;
  width: 30%;
  margin-left: 35%;
  margin-top: 25%;
  padding: 15px;
  z-index: 100000;
  font-size: 20px;
  font-weight: bold;
}


#attente {
  position: fixed;
  top: 40px;
  text-align: center;
  display: none;
  width: 100%;
  margin: 0 auto;
}

#newSiteSelection {
    background-color: #373948;
    color: white;
    font-weight: bold;
    overflow: hidden;
	border: 0;
}

#newSiteSelection option:hover {
    background-color: white;
    color: #373948;
	font-weight: bold;
}

#siteChange {
  display: none;
  margin-top: -105px;
  background-color: #373948;
  color: white;
  position: absolute;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .25);
  z-index: 100;
}

#siteChangeConfirmation, #maintenanceOnConfirmation {
  display: none;
  position: fixed;
  width: 30%;
  top: 10%;
  left: 35%;
  padding: 15px;
  background-color: #373948;
  color: white;
  text-align: center;
  font-size: 2em;
  border-radius: 15px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .25);
  z-index: 100;
}

#btnCloseListeSites {
    position: absolute;
    color: darkred;
    background-color: white;
    border-radius: 100%;
    padding: 3px 3px 1px 2px;
    margin-top: 7px;
    margin-left: 263px;
    font-size: 2em;
    z-index: 1000;
}

#btnCloseListeSites:hover {
  cursor: pointer;
}

#currentSite {
  text-align: center;
  margin-top: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

#infobulle {
  display: none;
  position: fixed;
  background-color: yellow;
  color: #000;
  padding: 5px;
  border: 1px solid orange;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 10000;
}

#moduleErreurs {
  cursor: pointer;
}

#errorListContainer {
  display: none;
}

#errorListContainer .btnCloseDetail {
  font-size: 2em;
  margin-top: 5px;
}

#errorListContainer{
    height: 50%;
    position: absolute;
    background-color: white;
    z-index: 100;
    width: 80%;
    margin-left: 10%;
    overflow: auto;
}

#errorListTitle {
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 25px
}

#errorListTab tr{
    margin-bottom: 15px;
    border: 1px dashed black;
}

#errorListTab td{
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

#errorListTab th{
    text-align: center;
}

#errorListTab {
    width: 100%;
}

#errorListTab thead, #errorListTab tbody { 
    display: block;
    width: 100%;
}
#errorListTab thead {
    height: 30px;
}
#errorListTab tbody {
/*     height: 125px; */
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 2px dashed #FFEFEF;
}
.grandCol{
    width: 15%;
}
.tresGrandCol{
    width: 50%;
}
.petiteCol{
    width: 10%;
}
.pair {
    background-color: #FFEFEF;
}

.btnMenu {
  float: right;
  display: inline;
  font-size: 30px;
  color: #e40614;
  text-align: center;
}

.btnMenu a {
  color: #e40614;
}

.btn-title {
    margin: 0 auto;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    top: -16px;
    left: -16px;
    color: white !important;
    float: right;
}

#mainMenu {
  float: right;
  margin-right: 15px;
  padding: 7px;
  border: 1px dashed #1D9F6E;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.today {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/**
    SCROLLING TEXT
**/

.scroll-left {
 display: none;
 height: 30px;
 width: 99%;
 margin: 0 auto;
 margin-top: 5px;
 overflow: hidden;
 position: relative;
 border: 1px darkred solid;
 border-width: 1px 0px 1px 0px;
 border-radius: 6px;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 padding-left: 45px;
 padding-right: 45px;
 line-height: 30px;
 text-align: center;
 font-weight: bold;
 color: darkred;
 font-size: .9em;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);  
 transform:translateX(100%);
 /* Apply animation to this element */  
 -moz-animation: scroll-left 30s linear infinite;
 -webkit-animation: scroll-left 30s linear infinite;
 animation: scroll-left 30s linear infinite;
}

.scroll-left:hover p {
  animation-play-state: paused;
}
#filesErrorsList {
    height: 125px; 
    margin: 25px 0;
    overflow: auto;
    display : none;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%);     
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}