/*
  C / GAL.CSS

marcaje HTML
Diviziuni proprii
Clase Proprii
Tabele
Formulare
Colturi Rotunjite
Animatie pentru poza din Antet (pagina Web pricipala)
Optiunile din meniul tertiar
Chenar gri pentru meniu orizontal

*/

/*
  inceput marcaje HTML
  --------------------
*/

*
{
  margin: 0px;
  padding: 0px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

html
{
  scroll-behavior: smooth;
}

body
{
  text-align: center;
  font-size: 100%;
}

p
{
  margin: 0px;
  padding: 0px;
}

a
{
  background-color: transparent;
  color: rgb(0, 0, 255);
  text-decoration: none;
}

a:hover
{
  background-color: transparent;
  color: rgb(255, 0, 0);
  text-decoration: underline;
}

ul
{
  margin: 0em;
  padding: 0em;
  background-color: transparent;
  list-style-type: none;
}

li
{
  margin: 0em;
  padding: 0em;
  background-color: transparent;
  list-style-type: none;
  display: inline;
}

/*
  sfarsit marcaje HTML
  --------------------
*/

/*
  inceput DIVIZIUNI proprii
  -------------------------
*/

#continut
{
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 100%;
}

#sus
{
  margin: 0px;
  padding: 10px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 100%;
}

#centru
{
  margin: 0px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 150%;
  font-size: 100%;
}

#stanga
{
  display: none;
  margin: 0px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: #000000;
  text-align: left;
  line-height: 150%;
  font-size: 100%;
}

#stanga
{
  display: none;
  margin: 0px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: #000000;
  text-align: left;
  line-height: 150%;
  font-size: 100%;
}

#jos
{
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color:  rgb(153, 204, 255);
  color: rgb(0, 0, 0);
  font-size: 100%;
}

#mu
{
  margin: 0px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: right;
}

#antet
{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 200%;
  font-weight: bold;
  background-color:  rgb(153, 204, 255);
  color: rgb(0, 0, 0);
}

#meniu
{
  margin-top: 10px;
  padding: 10px;
  background-color: transparent;
  color: rgb(0, 0, 0);
}

/*
  sfarsit DIVIZIUNI proprii
  -------------------------
*/

/*
  inceput Clase Proprii
  ---------------------
*/

.blocuri
{
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
  border: none;
  vertical-align: top;
  text-align: left;
}

.transparent
{
  background-color: transparent;
}

.titlu
{
  margin-bottom: 5px;
  font-size: 150%;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.item_meniu
{
  margin: 5px;
  padding: 5px;
  background-color: rgb(153, 204, 255);
  color: rgb(255, 255, 255);
  display: inline;
  border: solid 1px rgb(255, 255, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 150%;
}

.item_meniu:hover
{
  margin: 5px;
  padding: 5px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 153, 0);
  display: inline;
  border: solid 1px rgb(255, 255, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 150%;
}

.lant
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: dotted 1px rgb(204, 204, 204);
  border-bottom: dotted 1px rgb(204, 204, 204);
}

.chenar
{
  padding: 10px;
  border: dotted 2px rgb(204, 204, 204);
}

.poza
{
  padding: 5px;
  border: solid 2px rgb(153, 204, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  height: 200px;
}

.poza_mica
{
  padding: 5px;
  border: solid 2px rgb(153, 204, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.formular
{
  padding: 10px;
  border-top: solid 2px  rgb(153, 204, 255);
  border-left: solid 2px  rgb(153, 204, 255);
  border-right: solid 2px rgb(102, 153, 204);
  border-bottom: solid 2px rgb(102, 153, 204);
  width: 35em;
}

.inclinat
{
  font-style: italic;
}

.ingrosat
{
  background-color: transparent;
  font-weight: bold;
}

.text_rosu
{
  color: rgb(255, 0, 0);
}

.chenar_rosu
{
  padding: 10px;
  width: 50%;
  border: solid 1px rgb(255, 0, 0);
}

.fundal_negru
{
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.fundal_alb
{
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.spatiere
{
  padding: 10px;
}

.plutire_stanga
{
  float: left;
}

.plutire_dreapta
{
  float: right;
}

.sterge_plutire
{
  clear: both;
}

.sageata_sus
{
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(0, 0, 0);
}

.nowrap
{
  white-space: nowrap;
}

/*
  sfarsit Clase Proprii
  ---------------------
*/

/*
  inceput TABELE
  --------------
*/

table
{
  border-collapse: collapse;
}

tr:hover
{
  background-color: rgb(204, 229, 255);
}

tr:hover td
{
  background-color: rgb(204, 229, 255);
}

table.cos tr:nth-child(even)
{
  background-color: rgb(153, 204, 255);
}

td
{
  padding: 5px;
  border: 1px solid rgb(0, 0, 255);
  vertical-align: top;
}

.rezumat_stanga
{
  padding-right: 10px;
  white-space: nowrap;
  border: none;
}

.rezumat_dreapta
{
  padding-left: 10px; 
  border-left: solid 1px rgb(0, 0, 255);
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/*
  sfarsit TABELE
  --------------
*/

/*
  inceput FORMULARE
  -----------------
*/

.formular
{
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  border-top: none;
  border-left: solid 2px rgb(0, 0, 255);
  border-right: none;
  border-bottom: none;
  text-align: left;
}

input
{
  padding: 3px;
  width: 20em;
  border: 1px solid rgb(204, 204, 204);
}

input[type="submit"]
{
  background-color: transparent;
  border: solid 1px rgb(100, 100, 255);
  width: 20em;
  height: 3em;
  border-radius: 12px;
} 

input[type="submit"]:hover
{
  background-color: rgb(240, 240, 240);
  border: solid 1px rgb(100, 100, 255);
} 

input[type="submit"]:focus
{
  background-color: rgb(230, 230, 230);
  border: solid 1px rgb(100, 100, 255);
  outline: 0;
} 

input[type="checkbox"]
{
  width: 2em;
} 

input[type="checkbox"]:focus
{
  outline: none;
  border: none;
}

input[type="radio"]
{
  width: 3em;
} 

input[type="text"]
{
  width: 20em;
  border: 1px solid rgb(204, 204, 204);
} 

input[readonly="readonly"]
{
  background-color: rgb(204, 204, 204);
}

input.ramase
/*
  Clasa Ramase este necesara pentru a acoperi cele 300 PX din definitia INPUT
*/
{
  width: 5em;
}

select
{
  width: 20em;
  min-width: 20em;
  max-width: 20em;
} 

.zona2stat select
{
  width: 20em;
  min-width: unset;
  max-width: 20em;
} 

/*
  sfarsit FORMULARE
  -----------------
*/

/*
  inceput Colturi Rotunjite
  -------------------------
*/

.rtop, .rbottom
{
  display:block;
}

.rtop *, .rbottom *
{
  display: block;
  height: 1px;
  overflow: hidden;
  background-color: rgb(204, 204, 204);
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/*
  sfarsit Colturi Rotunjite
  -------------------------
*/

/*
  inceput Animatie pentru poza din Antet
  --------------------------------------
*/

#doua_poze
{
  border: solid 2px  rgb(153, 204, 255);
  margin-right: 10px;
  padding: 3px;
  width: 3em;
  height: 3em;
  position: absolute;
  left: 20px;
  top: 20px; '
}

#doua_poze img
{
  position: absolute;
  width: 3em;
  height: 3em;
  left: 3px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#doua_poze img.sus:hover
{
  opacity:0;
}

/*
  sfarsit Animatie pentru poza din Antet
  --------------------------------------
*/

/*
  inceput optiunile din meniul tertiar
  ------------------------------------
*/

.optiune3
{
  background-color: rgb(255, 255, 255);
  margin-right: 5px;
  border-top: solid 1px rgb(51, 102, 153);
  border-left: solid 1px rgb(51, 102, 153);
  border-bottom: solid 4px rgb(102, 153, 204);
  border-right: solid 4px rgb(102, 153, 204);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

/*
  sfarsit optiuni din meniul tertiar
  ----------------------------------
*/

/*
  inceput chenar gri pentru meniu orizontal
  -----------------------------------------
*/
.optiune2
{
  display: inline-block;
  width: 300px;
  height: 4.5em;
  min-height: 4.5em;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px rgb(153, 204, 255);
  padding: 10px;
  overflow: auto;
  vertical-align: top;
}
/*
  sfarsit chenar gri pentru meniu orizontal
*/

#zona1a
/*
  Zona 1 Administrare
  -------------------
*/
{
  padding-left: 0px;
  line-height: 200%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 9;
}

#zona2a
/*
  Zona2a --- grupe de aplicatii
*/
{
  margin-top: var(--zona1a-height, 100px);
  padding: 10px;
  text-align: center;
  font-size: 100%;
}

#zona2a-left
/*
  Zona2a-left --- o aplicatie
*/
{
  margin-top: var(--zona1a-height, 100px);
  padding: 10px;
  text-align: left;
  font-size: 100%;
}

#zona2antet
{
  padding: 10px;
  border: none;
  clear: both;
  font-size: 150%;
  text-align: center;
}

#zona2autentificare
{
  padding: 10px;
  margin: auto;
  border-top: solid 1px rgb(0, 0, 255);
  border-left: solid 1px rgb(0, 0, 255);
  border-right: solid 2px rgb(0, 0, 255);
  border-bottom: solid 2px rgb(0, 0, 255);
  width: 22em;
  font-size: 100%;
  text-align: center;
}

.zona2optiune
{
  width: 14em;
  min-width: 14em;
  max-width: 14em;
  height: 4em;
  min-height: 4em;
  max-height: 4em;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px rgb(0, 0, 255);
  padding: 5px;
  overflow: auto;
  font-size: 100%;
  vertical-align: top;
}

.zona2grupe
{
  display: inline-block;
  width: 300px;
  height: 5em;
  min-height: 5em;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px rgb(0, 0, 255);
  padding: 10px;
  overflow: auto;
  vertical-align: top;
  text-align: center;
}

.zona2aplicatii
{
  width: 19em;
  min-width: 19em;
  max-width: 19em;
  height: 5.5em;
  min-height: 5.5em;
  max-height: 5.5em;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px rgb(0, 0, 255);
  padding: 5px;
  overflow: auto;
  font-size: 100%;
  vertical-align: top;
}

.zona2stat
{
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px rgb(0, 0, 255);
  padding: 5px;
  vertical-align: text-top;
  display: inline-block;
  text-align: center;
}

.zona2tertiar
{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color:  rgb(153, 204, 255);
  line-height: 250%;
  text-align: center;
}

.zona2meniu
{
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: none;
  background-color: #ffffff;
}

.zona2tabele
{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  border: none;
  vertical-align: text-top;
  display: inline-block;
  font-weight: normal;
  text-align: left;
}

.zona3a
/*
  coloana in Panoul de Control
*/
{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  width: 400px;
  min-width: 400px;
  border: none;
  vertical-align: text-top;
  display: inline-block;
  font-weight: normal;
  text-align: left;
}

.linie_albastra
/*
  de la albastru = rgb(0, 0, 255)
  la alb         = rgb(255, 255, 255)
*/
{
  height: 1px;
  width: 50%;
  background: -webkit-linear-gradient(left, rgb(0, 0, 255), rgb(255, 255, 255));
  background: -o-linear-gradient(left, rgb(0, 0, 255), rgb(255, 255, 255));
  background: -moz-linear-gradient(left, rgb(0, 0, 255), rgb(255, 255, 255));
  background: linear-gradient(to right, rgb(0, 0, 255), rgb(255, 255, 255)); 
}

/*
  sfarsit ZONA 2 + 3
*/

/*
  sfarsit GAL.CSS
*/
