/* Add here all your css styles (customizations) */
.logo img{
	width: 200px !important;
}

.titulo-seccion {
    margin: 40px auto 40px auto;
}

.titulo-seccion {
    margin: 50px auto 40px auto;
    padding: 0px 40px;
    text-transform: uppercase;
    display: table;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat-Light;
}

.checkavai_btn {
	font-size: 22px;
    color: #fff;
    cursor: pointer;
    background-color: #ff5900;
    padding: 20px 20px 20px;
    border: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.modify_btn {
	font-size: 22px;
    color: #fff;
    cursor: pointer;
    background-color: #ff5900;
    padding: 10px 10px 10px;
    border: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.select_btn {
	font-size: 15px;
    color: #fff;
    cursor: pointer;
    background-color: #ff5900;
    padding: 10px 10px 10px;
    border: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.dateselect-form-wrap label{
	font-size: 11px;
	text-transform:uppercase;
}

.weather a{
	display:inline-flex;
	font-size:11px;
}
.weather .icon {
	float: left;
}
.weather .info {
	float: left;
}
.weather .description {
	text-transform:uppercase;
}
.badge.success{ background: #72c02c none repeat scroll 0 0}

.data-loading{
	position: fixed;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align:center;
	display: none;
}
.data-loading p{
	position:absolute;
	top: 40%;
	text-align:center;
	width:100%;
	margin:auto;
}
.date {
	padding: 3px;
	overflow: auto;
}
.date .left {
	float: left;
	margin-right: 5px;
}
.date .right {
	text-align:center;
	float: left;
}
.margin-bottom-15{
	margin-bottom: 15px;
}


.one-page > .one-blue{
	padding-bottom:15px;
}