@font-face {
    font-family: Lato-Regular;
    src: url(../../fonts/Lato-Regular.ttf);
}

body{
    color: black !important;
    background: #EFE8E1;
    font-family: Lato-Regular;
}
.brera_title{
    color: #DBDBD6 !important;
}
.nome_salone{
	font-weight: bold;
	padding: 5px;
}
.row_trattamento{
    background-color: gray;
    padding: 30px;
    text-align: center
}
#scritta_tratt{
    font-size: 10px;
    color: white;
    margin: 0px 0 0px;
}
#trattamento_scelto{
    font-size: 16px;
    color:cornsilk;
    margin: 0px 0 0px;
}
#tratt_maiuscolo{
    font-size: 14px;
    color: white;
    margin: 0px 0 0px;
}
.row_operatore{
    padding: 15px;
    text-align: center;
    min-height: 70px;
}
#scritta_operatore{
    font-size: 14px;
    color: gray
}
.prezzo_trattamento{
    text-decoration: line-through;
    font-size: 12px;
    color: gray;
}
.prezzo_scontato{
    font-size: 14px;
    color: antiquewhite
}
.hr_width{
    width: 90%
}


.listview {
	  width:100%;
	  height:100px;
	  margin:0 auto;
	}
	.listview>div {
	  font-size:14pt;
	}
	  .wslot-item{
		text-align: center;
		color: gray
	  }
	  .wslot-item-selected{
		color: black;
		border: solid;
		border-color: black;
		border-left: 0;
		border-right: 0;
		border-width: 1px;
		height: 28px !important
	  }
	  .p_center{
		text-align:center;
	  }
	  .modal-header{
		background-color: gray;
		color: white
	  }
	  .modal-footer{
		background-color: #26c655;
		color: white;
	  }
	  .modal-dialog {
		margin-top: 60%;
	  }
	  .row_operatore{
		height: 0px;
	  }
	  #operatore_scelto{
		visibility: hidden;
		height: 0px;
	  }
	


.box-arrotondato {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #ddd;
    background-color: #B6B6B6;
    color: white;
    font-size: 18px;
}

.input-row{
    margin-top: 20px;
}

.bordo-sotto{
    border: 1px solid rgb(221, 221, 221)
}
.btn-registra{
    background-color: #337ab7;
    color: white;
}
.btn-row{
    margin-top: 50px;
    margin-bottom: 50px;
}
.input_error{
    border: 1px solid red;
}
.red_text{
    color: red;
}
.row_altro{
    visibility: hidden; 
}
.navbar-default{
    background-color: #323232;
    border-color: transparent;
}
.navbar{
    border-radius: 0;
}
.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.glyphicon {
    color: white;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}


.navbar {
    position: relative;
}
.navbar-brand {
    position: absolute;
    left: 45%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
    padding: 15px 15px !important;
}

#sidebar-wrapper{
    background-color: white;
    color:black;
}
.sidebar-nav li a {
    color: black;
}
.a-menu{
    background-color: #edd08f;
    text-align: center;
}
.nav-pills > li > a {
    border-radius: 0;
}
.margin-top-50 {
    margin-top: 50px;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: black;
    background: rgba(255,255,255,0.2);
    border-left: 0;
}
.border-top{
    border-top: 1px solid black;
}
.border-bottom{
    border-bottom: 1px solid black;
}

#page-content-wrapper {
    position: absolute;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
}
#fixedbutton {
    position: fixed;
    bottom: 50px;
}




#button_menu {
    background-color: #F9EDD5;
    border-color: rgb(101,80,60);
    color: rgb(101,80,60);
}



.riga_trattamento{
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.border_bottom{
    border-bottom: 1px solid black;
}
.text-right{
    text-align: right;
}
.text-color-black{
    color: black;
}
.text-color-red{
    color: red;
}
.margin-top-20{
    margin-top: 20px;
}
#appunto{
    background-color: #f4f5ef;
}
#button_conferma{
    background-color:  #edd08f;
}
textarea {
   resize: none;
}
.font-size-12{
   font-size: 12px;
}
.link_indietro {
    position: absolute;
    left: 15%;
    margin-left: -50px !important;
    display: block;
    padding: 10px 10px !important;
    background: url(../img/arrow-left.png);
    background-size: 20px;
    margin-top: 17px;
}
.navbar-brand {
    float: left;
    height: 50px;
    position: absolute;
    left: 20%;
    margin-left: -70px !important;
    display: block;
    top: -11px;
}
#lista{
    height: 30px;
    line-height: 30px;
    background: white;
}
.selezionato {
    border-bottom: 2px solid #282828;
}
@media(min-width:768px){
    .container5 {
           width: calc(100vw - 250px);
            }
}
.navbar-toggle {
    margin-top: -3px;
}
@media(min-width:768px){
    #page-content-wrapper {
    width: calc(100vw - 265px);
        left: 250px;
    }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #353535;
}
.navbar-default .navbar-toggle {
    height: 60px;
}
.navbar {
	height: 56px !important;
}