
body{
	color:#666;
}

h1{
	font-weight: bold;
	/*height: 70px;*/
}

.fixed{
	max-width: 1620px;
	margin:auto;
	padding:30px;
	box-sizing: border-box;
}

.page_main_node{
	margin-top:20px;
}

.top-banner img{
	width: 100%;
}

.box{
	margin-top:20px;
	padding:20px;
}

.box-head{
	background-color: #737373;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:-20px;
	margin-bottom:20px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.bordered{
	border:1px solid #ddd;
}

.round{
	border-radius: 7px;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.btn{
	border:none;
	border-radius: 7px;
	background: #666;
	color:#fff;
	padding:5px 10px;
	cursor: pointer;
	margin-top:20px;
}

.ground{
	background-color: #e5e5e5;
}

.floating{

}

.floating .box{
	width: 800px;
	margin:auto;
}

@media screen and (max-width: 830px) {
	.floating .box{
		width: 100%;
		min-width: auto;
	}
}


.destaque{
	background-color:#e5e5e5;
}

.destaque h3{
	color:blue;
	font-size: 20px;
	padding-top:20px;
	padding-bottom:30px;
	display: inline-block;
}

.banner{
	margin-top:20px;
}

.banner img{
	width: 100%;
}

.day.highlight{
	background: #eee;
}

.input_row{
	font-size:0;
	border:1px solid #ccc;
	border-radius: 4px;
	margin-top:-1px;
}

.input_row select,.input_row input,.input_row button{
	font-size:12px;
	background: transparent;
}

.input_row select{
	height: 25px;
	border:none;
}

.input_row input{
	height: 25px;
	border:none;
	padding:0 5px;
	box-sizing: border-box;
}

.input_row button{
	height: 25px;
	border:none;
	padding:0 5px;
	box-sizing: border-box;
}

.input_col{
	width:22.5%;
}

.extrafields input.input_col{
	width:18%;
}

.tablatalles{overflow: hidden;text-align: left;width: 100%;  text-transform: uppercase;    margin-bottom: 20px;font-size: 16px; 
	color: red; font-weight: bold}
.tablatalles a{color: red;    font-weight: bold;}


#donderetirar_texto{ color: red;    margin: 25px 0px; }
#donderetirar_texto li{ font-weight: 600 }
#donderetirar_texto strong{ font-weight: 800 }


.extrafields select.input_col{
	width:12%;
}

.input_col.min{
	width:10%;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	vertical-align: top;
}

.input_col.half{
	width:45%;
}

.session-info{
	text-align:right;
	height: 0;
	/*width: 500px;*/
	margin-left:auto;
	position: relative;
	z-index: 9;
}



.iconed svg{
	position: absolute;
	margin-left:15px;
	margin-top:13px;
}

.iconed input.form-control, .iconed select.form-control{
	padding:10px 10px;
	padding-left:40px;
	height: auto;
}

.iconed select.form-control{
	height: 46px!important;
}

.btn.full{
	width: 100%;
	display: block;
}

.alert{
	position: absolute;
	top:20px;
	right:20px;
}

.fixed .alert{
	position:static;
}

form.noedit .form-control{
	border-color:white;
	box-shadow:none;
	-webkit-box-shadow:none;
	pointer-events: none;
	margin-left:-15px;
}


form.noedit .sub{
	display: none;
}

.has-warning{
	background-color: #fff3cd!important;
	color:#856404!important;
}

.menu{
	display: block;
	min-height: 100px;
	background-color: #004597;
	text-align: center;
}

.menu a{
	background-image: url('../images/menu2021.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 74px;
	width:90px;
	margin:5px;
	margin-top:10px;
	opacity: 0.5;
}

.menu a:hover,.menu a.active,.menu a:active{
	opacity: 1;
}


.menu a:nth-child(1){background-position: 10px 0;}
.menu a:nth-child(2){background-position: -130px 0;}
.menu a:nth-child(3){background-position: -260px 0;}
.menu a:nth-child(4){background-position: -395px 0;}
.menu a:nth-child(5){background-position: -535px 0;}
.menu a:nth-child(6){background-position: -665px 0;}
.menu a:nth-child(7){background-position: -775px 0;}
.menu a:nth-child(8){background-position: -910px 0;}



.mobile-show,.mobile-show-td{
	display: none;
}

.center-m-left{
	text-align: center;
}

.right-m-center{
	text-align: right;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1B3781;
    border-color: #1B3781;
}

.external-menu{
	width:220px!important;
}

.table-header th,.header div{
	color:white;
	background-color:#666;
	border:none;
	padding-top:.55rem;
	padding-bottom:.55rem;
	text-align:center;
}

.table-header th:first-child,.header div:first-child{
	border-top-left-radius:10px;
}

.table-header th:last-child,.header div:last-child{
	border-top-right-radius:10px;
}

.searchInput {
    background-image: url('app/templates/basic/images/search.png'); /* Add a search icon to input */
    background-position: 7px 6px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 12px 20px 12px 50px;
    border: none;
    margin-bottom: 12px;
    background-color:#e5e5e5;
    border-radius:10px;
}

.inputss{
	font-size: 16px;
    padding: 6px 12px 6px 12px;
    border: none;
    margin-bottom: 12px;
    background-color:#e5e5e5;
    border-radius:10px;
}

.table{
	width:100%;
	max-width:initial;
}
.table-body td{
	border:2px solid white;
	white-space:nowrap;
}

.bodyr div{
	padding-top:.55rem;
	padding-bottom:.55rem;
	border-left:2px solid white;
}
.table-body tr:nth-child(odd) td, .bodyr:nth-child(odd){
	background-color:#d5d5d5;
}
.table-body td:first-child,.bodyr div:first-child{
	border-left:none;
}
.table-body td:last-child,.bodyr div:last-child{
	border-right:none;
}
.table-body tr:last-child td:first-child,.bodyr:last-child div:first-child{
	border-bottom-left-radius:10px;
}
.table-body tr:last-child td:last-child,.bodyr:last-child div:last-child{
	border-bottom-right-radius:10px;
}

.btn-menu{
	border: 1px solid #666;
    margin: 10px;
    display: in;
    width: 46px;
    border-radius: 5px;
    padding: 2px;
    display: none;
}

.menu-anchor {
    width: 40px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: #FFF;
}

.menu-anchor:before{
	content: "";
    display: block;
    margin: 7px auto;
    width: 70%;
    height: 0.25em;
    background: #666;
    box-shadow: 0 0.45em 0 0 #666, 0 0.9em 0 0 #666;
}

.back-menu{
	position: fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: rgba(0,0,0,0.3);
	z-index:9;

}

.m-menu{
	width:250px;
	background-color:white;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	z-index:10;
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transition: all .25s linear;
}

.m-menu.active{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.m-menu a{
	display: block;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	text-decoration: none;
	font-size:16px;
	border-bottom:1px solid #666;
}

.m-menu a:hover{
	background-color:#1B3781;
	color:#eee;
}

@media screen and (max-width: 900px) {
	.input_col,.input_col.min{
		width: 100%;
	}

	h1{
		font-size: 1.5rem;
		text-align: center;
	}

	.session-info{
		text-align:center;
		height: auto;
	}

	.menu{
		display: none;
	}

	.btn-menu{
		display: block;
	}

	.mobile-show{
		display: block;
	}

	.mobile-hide{
		display: none!important;
	}

	.center-m-left{
		text-align: left;
	}

	.right-m-center{
		text-align: center;
	}

	.mobile-mg{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.mobile-tp{
		padding-top:15px!important;
	}
	.mobile-bt{
		padding-bottom:15px!important;
	}
	.mobile-td{
		display: contents;
	}
	.mobile-show-td{
		display: table-cell;
	}

	body{
		padding-top:50px;
	}
}


/*EDITOR*/

.marker {
    background-color: Yellow;
}