/*
  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%;
}

strong, b
{
  font-weight: bold;
  color: inherit;
}

em, i
{
  font-style: italic;
  color: inherit;
}

p
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 0.5em;
}

span
{
  background-color: transparent;
}

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-top: 10px;
  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: rgb(0, 0, 0);
  text-align: left;
  line-height: 150%;
  font-size: 100%;
}

#jos
{
  margin: 10px;
  padding: 10px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  border-top: solid 1px 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;
}

#meniu
{
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  display: none;
}

#meniu a
{
  max-width: 100px;
}

.link-meniu
{
  display: inline-block;
  margin: 5px;
  padding: 10px 5px;
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.link-meniu:hover
{
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 255);
  text-decoration: none;
}

/*
  sfarsit DIVIZIUNI proprii
  -------------------------
*/

/*
  inceput Clase Proprii
  ---------------------
*/

.bloace /* in loc de blocuri */
{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.un_bloc
{
  flex: 0 1 400px;
  min-width: 300px;
}

.blocuri
{
  display: table-cell;
  margin-top: 0;
  padding: 0px;
  padding-right: 20px;
  border: none;
  width: 30%;
  min-width: 200px;
  max-width: 30%;
  vertical-align: top;
  text-align: left;
  overflow-wrap: break-word;
  white-space: normal;
}

.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(220, 240, 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(240, 240, 240);
  border-bottom: dotted 1px rgb(240, 240, 240);
}

.chenar
{
  padding: 10px;
  border: dotted 2px rgb(240, 240, 240);
}

.poza
{
  padding: 5px;
  border: solid 2px rgb(220, 240, 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(220, 240, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.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;
}

.stire ul
{
  margin-left: 20px;
}

.stire ul li
{
  list-style-type: disc;
  display: list-item;
  margin-left: 20px;
}

/*
  sfarsit Clase Proprii
  ---------------------
*/

/*
  inceput TABELE
  --------------
*/

table
{
  border-collapse: collapse;
}

tr:hover
{
  background-color: rgb(220, 240, 255);
}

tr:hover td
{
  background-color: rgb(220, 240, 255);
}

table.cos tr:nth-child(even)
{
  background-color: rgb(220, 240, 255);
}

td
{
  padding: 5px;
  border: 1px solid rgb(0, 0, 255);
  vertical-align: top;
}

td.important
{
  background-color: rgb(240, 240, 240) !important;
}

.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;
  background-color: transparent;
  border: solid 1px rgb(0, 0, 255);
  box-sizing: border-box;
}

input:not([type="date"])
{
  width: 20em;
}

input[type="date"]
{
  border: solid 1px rgb(0, 0, 255);
} 

input[type="text"]
{
  border: solid 1px rgb(0, 0, 255);
} 

input[type="text"]:hover
{
  border: solid 1px rgb(255, 0, 0);
} 

input[type="text"]:focus
{
  background-color: rgb(240, 240, 240);
  outline: 0; /* fara Outline */
}

input[type="submit"]
{
  background-color: transparent;
  border: solid 1px rgb(0, 0, 255);
  height: 3em;
  border-radius: 12px;
} 

input[type="submit"]:hover
{
  border: solid 1px rgb(255, 0, 0);
} 

input[type="submit"]:focus
{
  background-color: rgb(240, 240, 240);
  outline: 0; /* fara Outline */
} 

input[type="checkbox"]
{
  width: 2em;
} 

input[type="checkbox"]:focus
{
  outline: none;
  border: none;
}

input[type="radio"]
{
  width: 3em;
} 

input[readonly="readonly"]
{
  background-color: rgb(240, 240, 240);
}

/*
  Clasa Ramase este necesara pentru a acoperi cele 20 EM din definitia INPUT
*/

input.ramase
{
  width: 5em;
  text-align: right;
  margin-left: auto;
}

.ramase-linie
{
  width: 20em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.3em;
}

.ramase-linie .eticheta
{
  white-space: nowrap;
}

.ramase-linie input[type="date"]
{
  text-align: left;
  margin-left: auto;
} 

/*
  sfarsit RAMASE
*/

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(240, 240, 240);
}

.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
  --------------------------------------
*/

#antet
{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 200%;
  font-weight: bold;
  background-color: rgb(220, 240, 255);
  color: rgb(0, 0, 0);
}

#titlu
{
  padding: 0px;
  font-size: 100%;
  font-weight: bold;
  background-color: rgb(220, 240, 255);
  color: rgb(0, 0, 0);
  text-align: center;
}

#doua_poze
{
  border: solid 2px rgb(220, 240, 255);
  margin-right: 10px;
  padding: 2.6px;
  width: 3em;
  height: 2.6em;
  position: absolute;
  left: 20px;
  top: 20px;
}

#doua_poze img
{
  position: absolute;
  width: 2.9em;
  height: 2.6em;
  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;
}

/* Adaptare pentru ecrane mici */

@media (max-width: 800px)
{
  #antet
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    text-align: center;
    font-size: 1em;
    margin-top: 10px;
  }

  #titlu
  {
    margin-top: 10px;
    font-size: 120%;
    width: 100%;
    padding: 8px;
    background-color: rgb(220, 240, 255);
    color: rgb(0, 0, 0);
    text-align: center;
  }

  #doua_poze
  {
    position: static;
    width: 50%;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }

  #doua_poze img
  {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    opacity: 1 !important;
  }

  #doua_poze img.jos
  {
    display: none;
  }

  #doua_poze img.sus
  {
    opacity: 1 !important;
  }
}

/*
  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(220, 240, 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;
}

/*
  Zona2 --- preluata de la !!!
*/

#zona2a
/*
  Zona2a --- grupe de aplicatii
  margin-top  ... pentru pagina de Administrare
*/
{
  margin-top: var(--zona1a-height, 100px);
  padding: 10px;
  text-align: center;
  font-size: 100%;
}

#zona2a-left
/*
  Zona2a-left --- o aplicatie
  margin-top  ... pentru pagina de Administrare
*/
{
  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: 6em;
  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: 6em;
  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(220, 240, 255);
  line-height: 250%;
  text-align: center;
}

.zona2meniu
{
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: none;
  background-color: rgb(255, 255, 255);
}

.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;
}

#zona4
/*
  Zona4 --- pafgina Web principala - zona centrala
*/
{
  padding: 10px;
  text-align: left;
  font-size: 100%;
}

.linie_albastra
{
  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
*/

/*
  inceput ClipBoard
  -----------------
  
  Paste Wrapper va contine un Input Type=Text si un Button (pictograma 📋)
  JavaScript va face lipirea textului din ClipBoard (functia LIPIRE)
  
*/
  .paste-wrapper
  {
    position: relative;
    display: inline-block;
  }

  .paste-wrapper input
  {
    padding-right: 35px;
  }

  .paste-icon
  {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
  }
/*
  sfarsit ClipBoard
*/

