body {
    font-family: "Lato", sans-serif;
  }

  /* Fixed sidenav, full height */
  #sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1115;
    overflow-x: hidden;
    padding-top: 60px;
  }

  /* Style the sidenav links and the dropdown button */
  #sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }

  /* On mouse-over */
  #sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
  }

  /* Main content */
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }

  /* Add an active class to the active dropdown button */
  .active {
    background-color: #264280;
    color: white;
  }

  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #2F52A0;
    padding-left: 3px;
  }

  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 8px;
  }

  .buttonLogs {
    background-color: #007cf0;
    border-color: white;
    border-style: solid;
    //border: none;
    color: white;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 8px 4px;
    cursor: pointer;
  }

  /* Some media queries for responsiveness */
  @media screen and (max-height: 450px) {
    #sidenav {padding-top: 15px;}
    #sidenav a {font-size: 18px;}
  }
  .button {
    background-color: #323c54;
    //border-color: white;
    border-style: solid;
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }

  .buttonPG {
    background-color: #323c54;
    //border-color: white;
    border-style: solid;
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }

  body, html {
    height: 100%;
    margin: 0;
  }

  .bgimg {
    background-image: url('./maintenance-img/Accueil.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
  }

  button, a {
    color: white;
  }
  .topleft {
    position: absolute;
    top: 0;
    left: 28px;
  }

  .bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 2;
  }

  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  button:disabled,
  button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
  }

  hr {
    margin: auto;
    width: 40%;
  }

  #dialogbox{
  	display: none;
  	position: fixed;
  	background: #000;
  	border-radius:4px;
  	width:550px;
  	z-index: 10;
    font-family: Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
    background: #2F52A0;
    color:#FFF;
  }

  #dialogboxhead{
    background: #264280;
    font-size:19px;
    padding:10px;
    color:#CCC;
  }

  #dialogboxbody{
    padding:20px;
  }

  #dialogboxfoot{
    background: #2F52A0;
    padding:10px;
    text-align:right;
  }

  #prompt_value1 {
    width: 99%;
  }

  #promptButton {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    outline: 0;
    border: 0;
    vertical-align: middle;
    padding: 0;
    font-size: 14px;
    line-height: 1.715em;
    text-decoration: none;
    color: inherit;
    background: transparent;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    height: auto;
    border-radius: 3px;
    padding: 8px;
    margin: 4px;
  }
  #promptButton:hover {
    background-color: #fff3;
  }
