Your IP : 216.73.216.65


Current Path : /home/ataenra/www/ATA/INTRANET/Admin/css/
Upload File :
Current File : /home/ataenra/www/ATA/INTRANET/Admin/css/agcom.css

@charset "utf-8";

body {

    background: rgb(129, 127, 127);

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

}

.graphbarre {
  width: 100%;
  height: 400px;
}

.graphrond {
  width: 100%;
  height: 400px;
}


.containerPage {

    border-radius: 15px;

    border-color: rgb(255, 255, 255);

    background: rgb(129, 127, 127);

    margin: 0.2cm;

    padding: 0.2cm;

    box-shadow: 0 0 0cm rgba(0, 0, 0, 0.863);

    width: auto;

    height: auto;

   

}

.containerTitre {

  border-radius: 15px;

  border-style: solid;

  border-color: rgba(0, 0, 0, 0.568);

  background: rgb(255, 255, 255);

  margin: 0;

  padding: 0.2cm;

  text-align: center;

  font-style: helvetica;

  font-size: 30px;

  width: auto;

  height: auto;

  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.863);

}

.containerSection {

  border-radius: 15px;

  background: rgb(255, 255, 255);

  margin-top: 0.0cm;

  margin-bottom: 0.0cm;

  padding: 0.2cm;

  padding-left: 0.0cm;

  text-align: center;

  width: auto;

  height: 1.2cm;

  font-size: 18px;

  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.863);

}

.container1 {

    border-radius: 15px;

    background: rgb(255, 255, 255);

    border-style: solid;

    border-color: rgba(0, 0, 0, 0.568);

    border-radius: 20px;

    margin: 0;

    margin-bottom: 0cm;

    margin-top: 0.2cm;

    padding: 0.2cm;

    text-align: left;

    font-size: x-small;

    width: auto;

    height: auto;

    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.863);

    align-items: top;

}

fieldset{

  border-radius: 0;

  display: none;

  background: rgb(255, 255, 255);

  margin-top: 0.7cm;

  padding: 0cm;

  text-align: right;

  font-size: small;

  width: auto;

  height: auto;

  margin-bottom: 0cm;

}

#field-1 {

  display: block;

}

form{

  border-radius: 0;

  

  margin-top: 0cm;

  padding: 0cm;

  text-align: left;

  font-size: small;

  width: auto;

  height: auto;

  margin-bottom: 0cm;

  

}

.col-md-4 {

  border-style: none;
  text-align: left;
  border-color: rgba(238, 230, 230, 0.479);

  border-radius: 10px;

}

.col-md-4a {

  border-style: solid;

  border-color: rgba(238, 230, 230, 0.479);

  border-radius: 10px;

}

.col-md-4-A{

  border-style: none;

  border-color: rgba(255, 255, 255, 0.479);

  border-radius: 10px;

}

.row {

    border-style: none;

    border-color: rgb(255, 255, 255);

    border-radius: 10px;

}

input:invalid {

  border: rgba(248, 243, 243, 0.521) solid 3px;

  box-shadow: 0 0 2px 1px rgba(218, 24, 24, 0.411);

}

input:valid {

  border: rgba(252, 252, 252, 0.562) solid 3px;

  box-shadow: 0 0 2px 1px rgba(0, 128, 0, 0.473);

}


#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.controls {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 29px;
  margin-left: 17px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

.controls:focus {
  border-color: #4d90fe;
}

.title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}