@font-face {
    font-family: Lato-Regular;
    src: url(../../fonts/Lato-Regular.ttf);
}
body{
    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: 100px;
}
#scritta_operatore{
    font-size: 12px;
    color: gray
}
.prezzo_trattamento{
    text-decoration: line-through;
    font-size: 12px;
    color: white;
    
}
.prezzo_scontato{
    font-size: 14px;
    color: black;
}
.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;
	  }
	



input[type="checkbox"], input[type="radio"] {
    margin: 0px 30px 0;
    margin-top: 1px;
    line-height: normal;
}

#bottoneConferma {
    margin-top: 5px;
    width: 80%;
}
.nome_trattamento{
  padding-left: 25px;
  padding-right: 5px;
}
.durata_trattamento{
  padding-left: 25px;
  padding-right: 5px;
  font-size: 11px;
  color: lightgrey;
}
/* CSS NECESSARI PER LO SLIDER ORIZZONTALE */

.no-padding{
  padding-left: 0;
  padding-right: 0;
}
#page-content-wrapper {
    padding-top: 0;
}
/* Example wrapper */

.wrap {
  position: relative;
  margin: 3em 0;
}


/* Frame */

.frame {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: #edd08f;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 13px;
}

.frame ul li {
  float: left;
  min-width: 130px;
  padding-left: 7px;
  height: 100%;
  background: #edd08f;
  color: black;
  text-align: center;
  cursor: pointer;
}

.frame ul li.active {
  color: black;
  background: #edd08f;
  border-bottom: 1px solid red;
}


/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}

.margin-0{
    margin: 0;
}
.font_size_12{
    font-size: 12px;
}
#lista{
    height: 30px;
    max-height: 30px;
    line-height: 30px;
}
#elenco_trattamenti_orizzontale{
    height: 45px;

}
/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}




.DocumentList
{
    overflow-x:scroll;
    overflow-y:hidden;
    height:50px;
    width:100%;
    padding: 0 15px;
    background: #007A4B;
}

.DocumentItem
{
    border:1px solid #323232;
    border-radius: 5px;
    height:25px;
    background: #323232;
    color: white;
    text-align: center;
    line-height: 25px;
    position: relative;
}
span{
  padding: 0 3px 0 3px;

}

.list-inline {
  white-space:nowrap;
  padding-top: 10px;
}
.close_icon{
    width: 15px;
    height: 15px;
    right: -7px;
    position: absolute;
    top: -7px;
}
html{
    background: #EFE8E1;
}
#row_orari{
    background: white;
}
.list-inline > li {
    margin-left: 10px;
    border-radius: 5px;
}

.list-inline > li:first-child{
    margin-left: 0;
}
.selezionato{
    border-bottom: 2px solid #282828;
}
.btn-conferma{
    background: #22B573;
    color: white;
}
#lista{
    background: white;
}
.row_giorno {
    margin-right: 0px;
    margin-left: 0px;
    height: 40px;
    line-height: 40px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 55px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #353535;
}
#div_orario {
	background: #EFE8E1;
    width: 100%; 
    height: 40px;
    border-bottom: 0;
}
.row_vuota{
    height: 15px;
}
.navbar {
	height: 56px !important;
}
lista_orari_disponibili{
	overflow-x: hidden;
}
