/* Colore del Login */
.sfondo_login {
    background-color: white;
}
.colori-bottone-login {
    background: black;
    border-color:white;
    color: white;
}
.colore_scritte_registrati_recupera{
    color: black;
}
/*********************************/


/* Bordo inferiore campi di input (presenti al Login e in fase di Registrazione */
.bordo-inferiore-input {
    border-bottom: 1px solid black;
}
/*********************************/

/* Colore NavBar */
.navbar-default {
    background-color: white !important;

}
/* Colore dello sfondo e della scritta del bottone di : "Registrazione", di "Recupero password" e di "Scegli trattamento" */
.btn-signin {
    background: black;
    border: 1px solid black !important;
    color: white;
}
/*********************************/
/* Colore dei bottoni del Menu */
.btn-custom {
    background-color: black;
    color: white;
    border: 1px solid black;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
/*******************************/
/* Colore dei bottoni "Si" e "No" dei vari dialog */
.ui-dialog .ui-dialog-buttonpane button {
    background: black;
    color: white;
}
/**************************************************/

.ui-widget-header {
    background-color:   black !important;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
}

/* COLORE DEL MENU (HAMBURGER) in alto a destra */
.glyphicon-menu-hamburger{ 
    color: black !important;
}
/**************************************************/




body{
    color: black !important;
    background: white;

}
input {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

#bs-example-navbar-collapse-1 {
   
}
#sidebar-wrapper{ 
    background: white; 
}

.nav-stacked>li+li {
    border-top: 1px solid black;
}

.sidebar-nav li a {
    color: black;
    text-align: center;
}
.sidebar-nav li a:hover {
    color: black;
}
#nome_utente{
  color: black;
}

.a-menu {
    /*background-color: #dcb366;*/
    background-color: white;
    color: black !important;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
}
.a-menu:hover {
    /*background-color: #dcb366;*/
    background-color: #1d3370;
    color: white !important;
}
.border-bottom {
    border-bottom: 1px solid white;
}
.border-top {
    border-top: 1px solid white;
}
.btn-signin{
	width: 100%;
	margin-top: 40px;
    border: 0px;
    border-radius: 0px;
}
.btn-signin:hover{
	background: #1d3370    ;
	border-color: #1d3370;
}
.glyphicon{
    color: #1d3370;
    top: 0px !important;
}
.ui-dialog .ui-dialog-titlebar {
    color: #259b24;
}
#sidebar-wrapper {
    color: white;
}
.bottoni{
    width: 100%;
    margin-top: 40px;
    border: 0px;
    border-radius: 0px;
}
.div_body {
    /*background-color: rgba(0,0,0,0.75);*/
    height: 100%;
}
.navbar-nav{
    background-color: #353535;
}
.colore_bottoni:hover{
	background: #1d3370 !important;
    color: white;
}
a{ 
    cursor: pointer; 
}
.a-colorato:hover{ 
    color: #ffffff !important;
}

.il_mio_profilo:hover{ 
    color: #1d3370 !important;
}
.elenco_prenotazioni:hover{ 
    color: #1d3370 !important;
}
.sidebar-nav li:first-child a:hover {
    text-decoration: none;
    color: white;
    background-color: #1d3370;
    border-left: 0;
}
.navbar {
    height: 56px !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: white;
}
.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-widget-content {
    background: white;
}
.ui-widget-header {
    border: 1px solid #1d3370;

    color: #fff;
    font-weight: bold;
}

.selezionato {
    border-bottom: 2px solid #1d3370;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    background-color: rgba(0,0,0,0.75);
    color: #259b24;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: white;
    color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #333;
}
.sidebar-nav {
    margin-top: 0px !important;
} 
.navbar-default .navbar-toggle:hover{
    background-color: white !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    background-color: rgba(0,0,0,0.75);
    color: white;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #333;
}
#button_menu{
    background: #1d3370;
    color: white;
}

#icona{
    height:40px;
    margin-top: 22px;
}

@media (min-width: 768px){
    #menu-toggle-2 {
        display: none;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px !important;
    font-size: 18px;
    line-height: 55px;
    position: absolute;
    left: 20%;
    margin-left: -70px !important;
    display: block;
}

  