@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'RGTitleRegular';
    src: url('../fonts/rg_title_reg.eot');
    src: url('../fonts/rg_title_reg.eot') format('embedded-opentype'),
         url('../fonts/rg_title_reg.woff') format('woff'),
         url('../fonts/rg_title_reg.ttf') format('truetype'),
         url('../fonts/rg_title_reg.svg#RGTitleRegular') format('svg');
}


@font-face {
    font-family: 'RGTitleLight';
    src: url('../fonts/rg_title_light.eot');
    src: url('../fonts/rg_title_light.eot') format('embedded-opentype'),
         url('../fonts/rg_title_light.woff') format('woff'),
         url('../fonts/rg_title_light.ttf') format('truetype'),
         url('../fonts/rg_title_light.svg#RGTitleLight') format('svg');
}

@font-face {
    font-family: 'RGTitleBold';
    src: url('../fonts/rg_title_bold.eot');
    src: url('../fonts/rg_title_bold.eot') format('embedded-opentype'),
         url('../fonts/rg_title_bold.woff') format('woff'),
         url('../fonts/rg_title_bold.ttf') format('truetype'),
         url('../fonts/rg_title_bold.svg#RGTitleBold') format('svg');
}

@font-face {
    font-family: 'RGTextRegular';
    src: url('../fonts/rg_text_regular.eot');
    src: url('../fonts/rg_text_regular.eot') format('embedded-opentype'),
         url('../fonts/rg_text_regular.woff') format('woff'),
         url('../fonts/rg_text_regular.ttf') format('truetype'),
         url('../fonts/rg_text_regular.svg#RGTextRegular') format('svg');
}


@font-face {
    font-family: 'RGTextLight';
    src: url('../fonts/rg_text_light.eot');
    src: url('../fonts/rg_text_light.eot') format('embedded-opentype'),
         url('../fonts/rg_text_light.woff') format('woff'),
         url('../fonts/rg_text_light.ttf') format('truetype'),
         url('../fonts/rg_text_light.svg#RGTextLight') format('svg');
}

@font-face {
    font-family: 'RGTextItalic';
    src: url('../fonts/rg_text_italic.eot');
    src: url('../fonts/rg_text_italic.eot') format('embedded-opentype'),
         url('../fonts/rg_text_italic.woff') format('woff'),
         url('../fonts/rg_text_italic.ttf') format('truetype'),
         url('../fonts/rg_text_italic.svg#RGTextItalic') format('svg');
}

@font-face {
    font-family: 'RGTextBold';
    src: url('../fonts/rg_text_bold.eot');
    src: url('../fonts/rg_text_bold.eot') format('embedded-opentype'),
         url('../fonts/rg_text_bold.woff') format('woff'),
         url('../fonts/rg_text_bold.ttf') format('truetype'),
         url('../fonts/rg_text_bold.svg#RGTextBold') format('svg');
}



html, body, div, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet 
{
    margin: 0;
    padding: 0;
	border:0  none;
	line-height:17px;
}

body
{
    color: #666666;
    font-family:'RGTextRegular', 'RGTitleRegular', Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

a, a:link, a:visited, a:active
{
	text-decoration:none;
	color:#E76321;
}


a:hover
{
	text-decoration:none;
	color:#005335 ;
}


/*img
{
	height:auto;
	max-width:100%;	
}*/

input, select, textarea, button
{
	border:0 none;
	color:#E76321;
	background-color:#FFF;
    font-family:Verdana, Geneva, Arial, sans-serif;
	
}

input
{
    /* border:solid 1px #666; */
    border: none;
    padding: 8px 15px;
}

input[type='submit'],
input[type='button'],
input[type='image'],
button,
.likebutton
{
	background-color:#E76321;	
    color:#FFF;
    padding: 10px 20px;
    border: none;

	
}
/* Cursor effect */
input[type='submit'],input[type='image'],[onclick]
{
	cursor:pointer;
}
.bg_gray
{
	background-color:#BBB;
}

.border-round
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.Buttons
{
	display:block;
	position:relative;
	clear:both;
	overflow:hidden;
}

.Buttons	button
{
	padding:10px 20px;
}

.Note
{
	font-size:80%;
}

.Navigate
{
    text-align:left;
    margin: 20px 0;
	font-size: 18px;
}

.Navigate a:hover{
	color: #005335;
}

.row_0
{
	background-color:#FFF;
}

.row_1
{
	background-color:#EEE;
}

.row_2
{
	background-color:#DDD;
}

.Highlight
{
    /*background: #E76321;*/
}
.Highlight a
{
   /* background: #FF7733 !important;*/
   color: #E76321 !important;
}

.HighlightCompleted
{
    /*background: #E76321;*/
}
.HighlightCompleted a
{
   /* background: #FF7733 !important;*/
   color: #0E0 !important;
}

.Paddingtop
{
	margin-top:10px;
}

/*LAYOUT*/
/* .MainLayout
{
	width:100%;
	text-align:center;
} */

.MainBottom
{
	display:block;
	min-height:20px;
	content:'';
}


/* .TextTop
{
	font:bold 300% Arial, Helvetica, sans-serif;
	line-height:60px;
	float:left;
	line-height:80px;
	vertical-align:middle;
}
 */
.TextGray
{
	color:#808080;
}


.TextLightGray
{
	color:#9C9C9C;
}


.TextOrange
{
	color:#E76321;
}

.Logo
{
	float:right;
}


.WelcomeTop
{
	font:bold 200% Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	padding-top:10px;
	/*line-height:60px;*/
}

.WelcomeTopSub
{
	font:15px Arial, Helvetica, sans-serif;
	line-height:20px;
	margin-bottom:5px;
	text-align:left;
}

.WelcomeTopSubNote
{
	font:15px Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
}

/** LOGIN **/
.LoginPanel
{
	background-color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: solid 1px #e76321;
}
.LoginPanel input[type='text'],
.LoginPanel input[type='password']
{
	background-color:#FFF;
}

div.ui-datepicker{
 /*font-size:14px;*/
}



.clearfix:after {
 /*  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; */
  content: "";
  clear: both;
  display: table;
}
.clearfix { 
    /* overflow: auto; */
    display: block; 
    width: 100%;
}



.left{
	float: left;


}

.right{
	float: right;
}

.icon{
	font-size: 22px;
	margin-right: 10px;
}

.text-left{
	text-align: left;
}

.title-right{
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}

#ReservationInfo{text-align: left; padding-left: 30%; margin-top: 10px;}

#ReservationInfo  ul{
	list-style-type: none;
}

#ReservationInfo > ul > li{
	color: #333;
	font-weight: bold;
}
#ReservationInfo  ul > li > ul{
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}

#ReservationInfo  ul > li > ul > li{
	position: relative;
}
#ReservationInfo .icon-pdf{
	position: absolute;
	left: -20px;
	top: 0;
}

#ReservationInfo .icon-pdf img{
	width: 17px;
}

.TextInfo{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.TextClick{
	font-size: 12px;
	line-height: 18px;
}



.red{
	color:red;
}

.TextCenter{
	text-align: center;
}


.btn-icon a{
    font-size: 1.2rem;
    margin: 0;   
}

.btn-icon a svg,
.btn-icon a i{
    width: 20px !important;
    height: 20px;
}

.valided{
    color: green;
}

.active-email-checked{
    /* color: #7030A0; */
    color: #E76321;
}

.btn-icon a i.fa-paper-plane{
	color: #E76321;
}