@charset "utf-8";
/* CSS Document */

#block_header_bar__color {
    background-color: #FEA78E;;
}

.section-title {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    width: calc(100% - 40px);
    padding: 20px 20px;
    margin-top: 0px;
}

#admin_content{
    padding: 20px 20px;
}
.admin_content{
    padding: 20px 20px;
}

#sortable{
	
}

#sortable >li{
	margin-bottom: 10px;
    border: 1px solid gray;
    padding: 10px;
	max-width: calc(100% - 20px);
	position: relative;
}

.text_info{
	padding: 0px 0px;
}
.turno_ok{
	background-color: #FEA78E;
}
.turno_libre{
	background-color: white;
}
.turno_confirmar{
	background-color: lightyellow;
}
.turno_pasado{
	background-color: gray;
}

.item_foto1{
	width: 100%;
	height:200px;
}

.data_title{
	color: black;
	font-size: 1.1rem;
    font-weight: 600;
}

.data_max{
	color: black;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.data_line_date{
	font-size: 1rem;
    color: black;
}

.section-title-colorbox{
	color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    /* min-height: 50px; */
    padding: 55px 20px 10px 20px;
    margin-bottom: 0px;
    width: calc(100% - 40px);
    line-height: 1.4rem;
    position: relative;
    background-color: #e4e4e4;
}

.section-title-colorbox > p{
	display:inline-block;
	color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}

.form_row{
    padding: 10px;
	border-top: 0px solid #F4F4F4;
	/*float: left;*/
	width:calc(100% - 20px);
}
.left_small{
    display: block;
    width: calc(100% - 0px);
    text-align: left;
    padding: 0px 0 5px 0;
    line-height: 1.2;
    margin-bottom: 0px;
}
.right_small{
    display: block;
    padding: 0px;
    line-height: 1.2;
    width: calc(100% - 0px);
    margin: 0px;
}
.form_edit_tools{
    padding: 10px 20px;
    margin-top: 15px;
    text-align: left;
    border-radius: 0px;
    width: calc(100% - 40px);
}

.button_submit{
	padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    min-width: 100px;
    font-weight: 600;
    background-color: #FEA78E;
    border: 1px solid;
    border-radius: 2px;
    border-color: #666;
    font-family: 'HelveticaNeue-ThinCond';
    font-size: 1.1rem;
	line-height:1.4rem;
}

.button_cancel{
	padding: 6px 12px;
	/*-width: 100px;-*/
	cursor: pointer;
	text-align: center;
	min-width: 100px;
    font-weight: 600;
    background-color: #eee;
    border: 1px solid;
    border-radius: 2px;
    border-color: #666;
    font-family: 'HelveticaNeue-ThinCond';
    font-size: 1.1rem;
	line-height:1.4rem;
}

.button_delete{
	padding: 6px 12px;
	/*-width: 100px;-*/
	cursor: pointer;
	text-align: center;
	min-width: 100px;
    font-weight: 600;
    background-color: #eee;
    border: 1px solid;
    border-radius: 2px;
    border-color: #666;
    font-family: 'HelveticaNeue-ThinCond';
    font-size: 1.1rem;
	line-height:1.4rem;
}

.line {
	padding: 10px;
    font-size: 1.2rem;
    width: calc(100% - 20px);
}

.textline{
	height: 9rem;
    font-size: 0.9rem;
}




