/* CSS Document */


/*home*/
.home_box_number {
	font-size: 24px; 
	line-height: 15px; 
	padding-top: 15px; 
	height: 47px; 
	width: 50px;     
	border-radius: 30px; 
}
.home_box_text {
	margin-left: 50px;
}
.home_box_info {
	/*height: 65px;*/ 
	min-height: 55px;
}
.home_box_title {
	font-size: 16px; 
	line-height: 16px; 
}







.testo_header {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	/*color:#FFF;*/
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height:auto;
}
.box.box-solid{
	margin-top:0px;
}
.box-header .box-title {
	//font-size:14px;
}

/*
.info-box-icon {
    height: 40px;
    width: 40px;
    font-size: 25px;
    line-height: 40px;
	padding:1px;
	margin: 2px;
}

.info-box-content {
    padding: 1px;
    margin-left: 50px;
}
*/

.icone_A {
	background: Red;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center;
	line-height:12px; 
	margin-right:4px;
}
.icone_S {
	background: Blue;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center; 
	line-height:12px; 
	margin-right:4px;
}
.icone_T, .icone_P {
	background: Teal;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center; 
	line-height:12px; 
	margin-right:4px;
}
.icone_M, .icone_Z {
	background: #cc0033;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center; 
	line-height:12px; 
	margin-right:4px;
}
.icone_I, .icone_X, .icone_Y {
	background: #cc00cc;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center; 
	line-height:12px; 
	margin-right:4px;
}

.icone_C {
	background: #6F6F6F;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center; 
	line-height:12px; 
	margin-right:4px;
}
.icone_PA, .icone_RE {
	background: #665FF5;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 15px;
	position: center; 
	line-height:12px; 
	margin-right:4px;
}

#pagination_filter {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.table-bordered>thead>tr>th, 
.table-bordered>thead>tr>td,
.table-bordered>tfoot>tr>th, 
.table-bordered>tfoot>tr>td{
	vertical-align: middle;
	
}

.table>thead>tr>th {
    text-align: center;
}
.table>tfoot>tr>th {
    text-align: center;
}

.table>thead>tr {
	background-color: #fffff5;
}
.table>tfoot>tr {
	background-color: #fffff5;
}

.titolo_scheda_giornaliera {
    margin-top: 2px;
    text-align: center;
	color: navy;
}

.button_icone {
    max-width: 35px;
    min-width: 35px;
}

.button_ambulanze {
    max-width: 34px;
    min-width: 34px;
}

.button_ambulanze i {
    margin-left: -3px;
}

/*formazione agenda*/
.agenda_mensile {
	display: none;
}
.agenda_mensile_giorni {
	display: block;
}

/*sanitaria agenda*/
.sanitaria_agenda_mensile {
	display: none;
}
.sanitaria_agenda_mensile_giorni {
	display: block;
}



.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}



.non_display_riga{
	display: none;
}

.icon_order_opacity{
	opacity: 0.3;
}







.main-header {
	background: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 805;
}

.main-sidebar, .left-side {
    z-index: 800;
}

.content-header {
	padding-top: 60px;
}








ul.chec-radio {
    margin: 15px;
}
ul.chec-radio li.pz {
    display: table;
}
.chec-radio label.radio-inline input[type="checkbox"] {
    display: none;
}
.chec-radio label.radio-inline input[type="checkbox"]:checked+div {
    color: #fff;
    background-color: #000;
}
.chec-radio .radio-inline .clab {
    cursor: pointer;
    background: #e7e7e7;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    position: relative;
    height: 34px;
    float: left;
    margin: 0;
    margin-bottom: 5px;
	width: 200px;
}
.chec-radio label.radio-inline input[type="checkbox"]:checked+div:before {
    content: "\e013";
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}
.chec-radio label.radio-inline input[type="radio"] {
    display: none;
}
.chec-radio label.radio-inline input[type="radio"]:checked+div {
    color: #fff;
    background-color: #000;
}
.chec-radio label.radio-inline input[type="radio"]:checked+div:before {
    content: "\e013";
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}







@media only screen and (min-width: 0px) and (max-width: 768px) {
	.prenotazioni_tabella{
		display: none;
	}
	
	.content-header {
		padding-top: 110px;
	}
}

@media only screen and (min-width: 769px) {
	.prenotazioni_tabella_on{
		display: none;
	}
}

.cella_mobile{
	float: left;
    height: auto;
    width: 100%;
    /* border-spacing: 4px; */
    /* margin: 5px; */
    padding: 5px;
    /* background-color: #9CF050; */
	border-radius: 10px;
}


.nav-tabs-custom>.nav-tabs>li {
    background-color: #e1e1f3;
}

.plus_button_home {
	position: absolute !important;
    top: -3px !important;
    right: -10px;
    font-size: 15px;
    font-weight: 400;
}

.icon_home_lista {
	font-size: 25px;
    line-height: 14px;
    padding-top: 20px;
    height: 65px;
    width: 60px;
    border-radius: 10px;
}





