body {
	font-family: 'Lato', sans-serif;
	background: #134E5E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*color: white;*/
	/*overflow-x: hidden;*/
	width: 100%;
}

p {
	display: inline;
}

h2 {
	margin-top: 0;
}
/*Classes*/

.javascriptdisabled {
	display: none;
}

.animate> * {
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}

.mobile {
	display: none;
}

.desktop {
	display: inline-block;
}

.evalnav {
	background-color: rgba(0,0,0,0.7);
	color: rgb(255,255,255);
}

.container {
	margin-top: 30px;
	padding: 30px;
	background-color: rgba(250,250,250,0.9);
	border-radius: 10px;
	box-shadow: 5px 10px 18px rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.9);
}

.mininav {
	background-color: rgba(0,0,0,0.7);
	color: rgb(255,255,255);
	margin-top: -20px;
	padding: 5px;
}

.mininav div {
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.evalnav a {
	color: rgb(255,255,255);
}

.evalnav img {
	margin-top: -5px;
}

.btncontainer {
	width: 100%;
	margin: 0 auto;
}

.btnclass {
	width: 200px;
	height: 50px;
	white-space: normal;
}

.btnform {
	width: 100%;
}

.form-div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.timepicker {
	z-index: 2;
}
.col-centered{
   /* float: none;
    margin: 0 auto;
    text-align: center;*/
}

.formcontainer {
	margin: 0 auto;
	width: 60%;
}
.progressbar {
	background: #3d3c3c;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #71B280, #134E5E);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*IDs*/

#flash {
	position:fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #134E5E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	z-index: 100;
}
#title {
	padding-top: 15px;
	text-align: center;
}

#langbutton {
	background: none;
	border: none;
	/*margin: 5px;*/
	margin-top: 8px;
	float: right;
}

#langbutton:hover {
	background: rgba(255,255,255,0.1);
}

#header_caribewave_subtext {
	opacity: 0.8;
}

#tooltip_helper_bulletin {
	display: inline-block;
}

#msgtype_bubble {
	position: absolute;
	top: 115px;
	left: 50%;
	background-color: #71B280;
	width: 35px;
	height: 35px;

	padding: 2px;
	z-index: 3;
	border: 3px solid white;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);

}

.bubble_Warning, .bubble_Aviso {
	background-color: #e53737 !important;
}

.bubble_Advisory, .bubble_Advertencia {
	background-color: #ea9b46 !important;
}

.bubble_---, .bubble_Cancellation, .bubble_Cancelacion {
	background-color: #e8efee !important;
}

#main_container {
	/*border: 2px solid transparent;*/
	margin-bottom: 25px;
}

#footer {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: white;
}

#footer img {
	margin: 0 5px;
}
#footer div {
	padding: 5px;
	margin-left: 30px;
}
/*Overwrite Vendor Classes*/
/*Bootstrap*/
.navbar-light .navbar-brand {
	color: white;
}

.navbar-brand>img {
	display: inline-block;
}

.dbbtn {
		margin: 25px 0px;
		text-align: center;
	}

/*IntroJS*/
.introjs-helperNumberLayer {
	color: transparent !important;
	text-shadow: none !important;

	background: #71B280 !important;  /* fallback for old browsers */

}

.introjs-helperLayer {
	background: rgba(255,255,255,0.7) !important;
}
/*Media Queries*/

@media screen and (max-width: 425px) {
	.mobile {
		display: inline-block;
	}
	.desktop {
		display: none;
	}

	.col-centered {
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}

	.lang-dropdown {
		width: 150px;
		top: 50px;
		left: 60%;
		right: 0;
	}
	.dbbtn {
		margin: 25px 0px;
		text-align: center;
	}

	.btnform {
		width: auto;
	}
	.formcontainer {
		width: 100%;
	}

	#msgtype_bubble {
	top: 140px;
	left: 45%;
}
	#main_container {
		margin-left: -9px;
		width: 105%;
	}
	#footer {
	display: none;
	}

}

@media screen and (min-width: 426px) and (max-width: 1024px) {
	.mobile {
		display: inline-block;
	}
	.desktop {
		display: none;
	}
	
	.col-centered {
/*	    float: none;
	    margin: 0 auto;*/
	    text-align: center;
	}

	.dbbtn {
		margin: 15px 0px;
		text-align: center;
	}

	#msgtype_bubble {
	top: 140px;
}
}