@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	background: #dcc7de;
/*	background-image: url('imagens/flyingtickets1.png'); */
	margin: 0;
	padding: 0;
}

/* ~~ Elrement/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Rremrember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin-left: 20px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* rremoving the top margin gets around an issue where margins can escape from their containing div. The rremaining bottom margin will hold it away from any elrements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elrements within the divs, instead of the divs thremselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	line-height: 1.5rem;
}
a img { /* this selector rremoves the default blue border displayed in some browsers around an image when it is surrounded by a link */
	padding-top: 5px;
	border: none;
}

/* ~~ Styling for your site's links must rremain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	border: green 2px solid;
	background-color: green;
	
}

p.smallere { 
	font-size: 0.75rem;
}

p { 
	font-size: 1rem;
}

input {
	background-color: #e6e6e6;
	border: 1px solid black;
	border-radius: 4px;
	height: 1.5rrem;
}

select {
	background-color: #e6e6e6;
	border: 1px solid black;
	border-radius: 4px;
	height: 1.6rrem;
}

.flyt {
background-image: url('imagens/flyingtickets.png');
}

.head { 
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 2.1rem;
	text-align: left;
	background-color: #FFB871;
	padding: 1rem;
	margin-top: 5px;
}

.head_red { 
	font-size: 0.9rem;
	color: #F30;
	font-weight: bold;
	line-height: 2.2rem;
	font-size: 2rem;
	text-align: center;
}




.header {
	background: #6F7D94;
}


.flex-container {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
    background-color: #FFCE9D;
	text-align: center;
}

.flex-container_blue {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
    background-color:#adfcfa;
	text-align: center;
}

.flex-item {
	flex-grow: 1;
    height: auto;
    line-height: 1.4rem;
    margin-top: 10px;
	padding: 5px;
	text-align: left;
		}


.flex-item1 {
    background-color: #B8F3FA;
	flex-grow: 3;
    height: auto;
	text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}

.flex-item2 {
    background-color: #B8F3FA;
	flex-grow: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.flex-item3 {
    background-color: #ffceaa;
	flex-grow: 1;
    height: auto;
    margin: 10px;
    padding: 5px;
}

.flex-item3a {
    background-color: #ffceaa;
	flex-grow: 2;
    height: auto;
    margin: 10px;
    padding: 5px;
}


@media screen and (min-width: 800px) {
.hide_menu { display: none; }

.flex-item4 {

	order: 4;
    background-color: #CCC;
	font-size: small;
	flex-grow: 1;
    height: auto;
    margin: 5px;
	padding: 5px;
	padding-right: 5px;
	text-align: center;
}
}

@media screen and (max-width: 800px) {
.flex-item4 { display: none; }
.hide_menu {
    text-align: right;
	margin-left: auto;
	margin-right: 10px;

}
}

.flex-item5 {
	order: 5;
    background-color: #CCC;
	font-size: small;
	flex-grow: 1;
    height: auto;
    margin: 5px;
	padding: 5px;
	padding-right: 5px;
	text-align: center;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ The navigation list styles (can be rremoved if you choose to use a prremade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this rremoves the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~echo selected values ~~ */
.selected {
	font-size: small;
	background-color: #CF9;
}



.small {
	font-size: 0.7rem;
	display: inline-block;
	line-height: 1.1rem;
}

.img {
	padding: 5px;
	border: none;
}

.textfield {
	width: 100%;
	min-height: 200px;
    padding: 5px 8px;
    margin: 8px 0;
    box-sizing: border-box;}


/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #6F7D94;
	background-repeat: repeat-x;
	background-position: left;
}

.button {
	
	size: 18px;
	background-color: #5cea51;
	border: 1px solid black;
	border-radius: 4px;
	font-size: 16px;
}


.button_clear_quote {
	
	size: 18px;
	background-color: red;
	border: 1px solid yellow;
	border-radius: 4px;
	font-size: 16px;
}

.button_blue {
	
	size: 18px;
	background-color: blue;
	border: 1px solid yellow;
	border-radius: 4px;
	font-size: 16px;
	color: white;
}

.button_blue:hover {
	background-color:#1eae21;
	}

.button_yellow {
	
	size: 28px;
	background-color: yellow;
	border: 1px solid red;
	border-radius: 4px;
	font-size: 24px;
	display: inline;
}

.button_orange {
	
	size: 14px;
	background-color: #FF0;
	display: inline;
}


.button_red {
	
	size: 18px;
	background-color: #F30;
	border: 1px solid yellow;
	border-radius: 4px;
	font-size: 16px;
	display: inline;
	color: yellow;
	margin-left: 1rem;
}

.button_red:hover {
	
	size: 18px;
	background-color: #f4fe3a;
	border: 1px solid red;
	border-radius: 4px;
	font-size: 16px;
	display: inline;
	color: black;
	margin-left: 1rem;
}


.button_gray {
	
	size: 14px;
	background-color: #999;
	border: 1px solid blue;
	border-radius: 3px;
	font-size: 12px;
	display: inline;
}

.button_gray:hover {
	background-color: #f9f924;
	color:red;
	}

.button_green {
	background-color: #bfff8b;
	border: 2px solid blue;
	border-radius: 3px;
	height: 2rrem;
	font-size: 1.5rrem;
	}

.button_green:hover {
	background-color: #7566ff;
	color:red;
	}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an elrement right in your page. The floated elrement must precede the elrement it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an elrement left in your page. The floated elrement must precede the elrement it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or rempty div as the final elrement following the last floated div (within the #container) if the #footer is rremoved or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#order_field {
  width: 5rem;
}

.bold_right {
  text-align: right;
  font-weight: bold;
}

		/* Table Body */
table th{
margin: 0 auto;
text-align: center;
		}		
		
.data-table tbody tr:nth-child(odd) td {
	background-color: #D9FFD9;
	border-bottom: 2px solid #333;
	padding-bottom: 4px;
	white-space: nowrap;
	margin: 4px;
		}
		
.data-table tbody tr:nth-child(even) td {
	background-color: #FFF;
	border-bottom: 2px solid #333;
	padding-bottom: 4px;
	white-space: nowrap;
	margin: 4px;
		}

.data-table tbody tr:hover td {
			background-color: #ffffa2;
			border-color: #ffff0f;
		}
/*
.data-table tbody td:nth-child(6) {
			min-width: 6rem;
			text-align: right;
		}

.data-table tbody td:nth-child(7) {
			min-width: 5rem;
			text-align: right;
			background-color: white;
		}
*/
.dick {
	height:2px;
	width: 90%;
	color:white;
		}

.dick2 {
	height: 8px;
	width: 98%;
	border-style: double;
	border-width: 2px;
	color:grey;
	background-color: black;
		}
		
.left {
	margin-left: 4rem;
	text-align: left;
		}
	
.right {
	margin-left: auto;
	text-align: right;
		}
			
.center {
		display: flex;
		flex-wrap: nowrap;
		margin: auto;
		text-align: center;
		padding: 5px;
		}
	
.meio {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: inline-block;
		padding: 5px;
		}	


.red {
	color: red;
	font-weight: bolder;
		}

.field {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
		}

.invalid {
	display: flex;
	font-size: 8rem;
	line-height: 10rem;
	color: yellow;
	background-color: red;
	padding: 1rem;
		}

.used {
	height: 70%;
	font-size: 8rem;
	line-height: 10rem;
	color: yellow;
	background-color: orange;
		}
		
.good {
	display: flex;
	font-size: 8rem;
	line-height: 10rem;
	color: white;
	background-color: green;
		}

.good2 {
	display: flex;
	font-size: 8rem;
	line-height: 10rem;
	text-align: center;
	color: yellow;
	padding: 5rrem;
	background-color: blue;
		}		


.back_blue {
	background-color: #B8F3FA;
		}

.back_yellow {
	background-color: #fffab9;
		}

.bigger {
	font-size: 3rem;
	padding-top: 1rem;
		}



