
#footer { background: grey; }
#footer .jos { color: white; background-color: grey; text-align: center; padding-bottom: 16px; font-size: 0.92em; }
#footer .sus { text-align: center; }
.clar { clear: both; }

#footer .sus #menujos { color: #989898; }
#footer .sus #menujos li { float: left; list-style: none; padding: 1px 2px 10px 2px; color: #676767;  }
#footer .sus #menujos li::before { content: '|'; }
#footer .sus #menujos li:first-of-type::before { content: ' '; }
#footer .sus #menujos li a { color: white; text-decoration: none; padding: 0 20px; }

.siglaOctavia { width: 320px; max-width: 99%; padding: 10px 1px 10px 1px; }

.bulina_homepage { clear: both; width: 120px; height: 120px; border-radius: 60px; overflow: hidden; margin: 0 auto; text-align: center; margin-top: 45px; margin-bottom: 25px;  } /* Acesta este un div care contine imaginea */
.bulina_homepage img { width: 240px; margin-top: -1px; margin-left: -50px; }
.primapaginacontacte { padding-top: 10px;  }
.primapaginacontacte a { text-decoration: none; }

h2.titlu { border-bottom: 1px solid #8787A7; padding-bottom: -10px; }
h4.subtitlu { margin-top: -5px; color: #8787A7; }

.imgHalf { width: 100%; padding: 10px; }

.desprenoi { font-size: 50px; margin-bottom: -5px; }
.paddtop40 { padding-top: 50px; padding-bottom: 40px; }

.imgsugestiva { height: 230px; margin-top: 20px; margin-bottom: 20px; overflow: hidden; }
.imgsugestiva img { width: 100%; margin-top: -65px; }


.formComandaNoua {
  margin: auto;
  padding: 20px;
  background: #FAFBFC;
}

.formComandaNoua p { padding: 0; margin: 0; }
.formComandaNoua p input { margin-bottom: 14px; }
.formComandaNoua p textarea { width: 99%; }
.formComandaNoua h4 { border-bottom: 1px solid #EDEDED; margin-bottom: 20px; }

.card { background: #F8F9FD; padding: 20px; margin-bottom: 20px; border-radius: 9px 0 0 9px; }
.card p { margin: 0; padding: 0; }
.borduraRed { border-left: 7px solid #B64600; }
.borduraYellow { border-left: 7px solid #EDE910; }
.borduraBlue { border-left: 7px solid #74FA8A; }

.eroare { background-color: #FECDBD; color: #DC0000; border-radius: 6px; padding: 10px;  }
.eroare h3 { border-bottom: 1px solid #EF3434; }

.succes { background-color: #F4FEF4; color: #00CD00; border-radius: 6px; padding: 10px;  }
.succes h3 { border-bottom: 1px solid #34EF34; }

.loginbox { background-color: white; font-size: 11px; text-align: right; margin-bottom: -15px; margin-top: -15px; }

form.preluare { float: left; padding-right: 50px; }
form.preluare input[type=submit] { color: green; background: #EDE910; text-shadow: 1px 1px 1px #FFF; border-radius: 4px; padding: 1px 22px 1px 22px;   }

form.anulareComanda { float: left; }
form.anulareComanda input[type=submit] { color: red; border-radius: 4px; }

form.rezolvareComanda { float: left; padding-right: 50px; }
form.rezolvareComanda input[type=submit] { color: #125423; border: 1px solid #125423; background: #74FA8A; text-shadow: 1px 1px 1px #FFF; border-radius: 4px; padding: 1px 22px 1px 22px; }

.explicatii_comanda { font-size: 9px; color: #989898; margin-top: -12px !important; line-height: 1.35em; }
.explicatii_comanda_textarea { font-size: 9px; color: #989898; margin-top: -2px; line-height: 1.35em; margin-bottom: 25px; padding-bottom: 25px; }

.linkuriSus { margin: 20px 0 30px 0; padding: 1px 15px 1px 15px; background: #CDCDCD; text-align: center; border-radius: 4px;  }
.linkuriSus ul { margin-top: 0; padding-left: 0; display: inline-block; text-align: left; margin-bottom: -2px; }
.linkuriSus ul li { list-style: none; float: left; padding: 3px 14px 3px 14px; margin: 8px; box-shadow: 3px 1px 2px #989898; border-radius: 3px; }
.linkuriSus ul li:hover { box-shadow: 0 1px 1px #565656; }
.linkuriSus ul li.ales{ box-shadow: 0; }

.linkuriSus a { text-decoration: none; font-size: 11px; }
.linkuriListe { background: #CDCDCD; border-radius: 6px; padding: 10px; margin-top: 20px; }
.linkuriListe  p { margin: 0; padding: 0; }
.linkuriListe  p a { margin: 7px; }
.linkListaPreluate { background: #89DCDC; border-radius: 3px; padding: 2px; box-shadow: 1px 1px 2px #676767; margin: 4px;  }
.linkListaNepreluate { background: #DC89DC; border-radius: 3px; padding: 2px; box-shadow: 1px 1px 2px #676767; margin: 4px;  }
.buton_nepreluate { background: #B64600; }
.buton_preluate { background: #EDE910; }
.buton_rezolvate { background: #74FA8A; }
#butonDePrint { text-align: center; padding: 30px;  }
#butonDePrint button { border-radius: 3px; padding: 3px 25px 3px 25px; cursor: pointer;  }

/********************************* MENIUL *****************************************/
 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/********************************************* .MENIU  ************************************************/
