Your IP : 216.73.216.65


Current Path : /home/ataenra/www/ATA/INTRANET/Commerce/css/
Upload File :
Current File : /home/ataenra/www/ATA/INTRANET/Commerce/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;

}



.containerPage {

    border-radius: 15px;

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

    background: rgb(129, 127, 127);

    margin: 0px;

    padding: 2px;

    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: 1cm;

  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: medium;

    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-2-l {

  width: auto;

  height: auto;

  text-align: left;

  width: 25%;

}

.col-md-2-r {

  width: auto;

  height: auto;

  text-align: right;

  width: 25%;

}

.col-md-4 {

  border-style: solid;

  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);

}