body
{
    margin: 0;
    padding: 0;
    font-family: Netflix;
    font-size: 13pt;
}

@font-face {
    font-family: Netflix;
    src: url('../../fonts/Vancouver-Gothic.woff2') format('woff2'),
        url('../../fonts/Vancouver-Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.centerUpload
{
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 320px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img
{
    height: 35px;
    width: 35px;
}


.modalBackground {

background-color:Gray;

opacity:0.9;

filter:alpha(opacity=90);

-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

-moz-opacity:0.9;

-khtml-opacity: 0.9;

 

} 



.modalPopup

{

      background-color:#ffffdd;

      border-width:3px;

      border-style:solid;

      border-color:Gray;

      padding:5px;

      width: 350px;

      height:300px;

}

.modal-info
{
     position: fixed;
   z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: grey;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center-info
{
    z-index: 1000;
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    max-width: 750px;
    background-color: whitesmoke;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-size: 13pt;
}

.searchPanel {
        width: 100%;
    max-width: 750px;
    background-color: White;
    border-radius: 10px;
}

.header-box {
  border-radius: 10px;
  color: #e50914;
  text-align: left;
  font-size: 13pt;
  font-weight: bold;
  background-color: Whitesmoke; }

.sections-box {
  border-radius: 5px;
  color: #ffffff;
  text-align: left;
  font-size: 14pt;
  font-weight: normal;
  background-color: #e50914; }

.options-info-box {
  font-size: 13pt;
  font-weight: normal;
}

.options-box {
    width: 100%;
    margin-bottom:10px;
    padding: 25px;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #1e95fd; 
    background-color: #a6ceff; 
    text-align: left;
    font-size: 13pt;
}

.options-box-grey {
  display: inline-block;
  width: 44%;
  border-radius: 10px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  font-size: 13pt;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3; 
  background-color: #d8d8d8; 

}

.options-box-selected {
  display: inline-block;
  width: 44%;
  border-radius: 10px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  font-size: 13pt;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: green; 
  background-color: lightgreen; 
}

.bit-100  .myinfoBoxBottom-red {
    width: 94%;
    background-color: #eeccd2;
    border-color: #AC021F;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
}

.rounded_corners {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
 }

.rounded_corners table table td {
    border-style: none;
}

.myButton {
    font-family: Netflix, Arial, Helvetica;
	font-weight: normal;
	font-size: 14pt;
	line-height: 1.4;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	margin: 0 10px 10px 0;
	padding: 6px 15px !important;
	border: none;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #b6b9c0;
	color: #000000;

}

.myButton2 {
    font-family: Netflix, Arial, Helvetica;
	padding: 10px 15px !important;
  border-radius: 5px;
  color: #ffffff;
 	cursor: pointer;
 text-align: center;
  font-size: 14pt;
  font-weight: normal;
  background-color: #e50914; }

.myButtonDisabled {
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
  font-family: Netflix, Arial, Helvetica;
  padding: 10px 15px !important;
  border-radius: 5px;
  color: #000000;
  text-align: center;
  font-size: 14pt;
  font-weight: normal;
  background-color: lightgray;
	color: GrayText;
}

.myAdminButton {
    font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	margin: 0 10px 10px 0;
	padding: 6px 15px !important;
	border: none;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #b6b9c0;
	color: #000000;

}

.smallButton {
    font-family: Netflix, Arial, Helvetica;
  font-weight: normal;
  background-color: #e50914; 
	font-size: 9px;
	line-height: 1;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	margin: 0 10px 10px 0;
	padding: 6px 10px !important;
	border: none;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #b6b9c0;
	color: #000000;

}

.myInput {
  float: left;
  margin: 2px 0px 2px 0px;
  width: 90%;
  height: 20px;
  font-family: Netflix, Arial, Helvetica, sans-serif; 
  font-size: 13pt; 
  color: #000000;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  padding: 5px;
  background-color: whitesmoke;
 }

.myInput-white {
  float: left;
  margin: 2px 0px 2px 0px;
  width: 90%;
  height: 20px;
  font-family: Netflix, Arial, Helvetica;
  font-size: 13pt; 
  color: #000000;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  padding: 5px;
  background-color: white;
 }

.myDropDown {
  float: left;
  margin: 2px 0px 2px 0px;
  width: 93%;
  height: 32px;
  font-family: Netflix, Arial, Helvetica, sans-serif; 
  font-size: 13pt; 
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  padding: 5px;
  background-color: whitesmoke;
 }


.myframe {

		width: 900px;

		height: auto;

        padding: 0;

        margin: 0;

        position: absolute;

        box-shadow: 0 0 50px grey;

        -moz-box-shadow: 0 0 50px grey;

        -webkit-box-shadow: 0 0 50px grey;

}



.bigframe {

		width: auto;

		height: auto;

        padding: 0;

        margin: 0;

        position: absolute;

        box-shadow: 0 0 50px grey;

        -moz-box-shadow: 0 0 50px grey;

        -webkit-box-shadow: 0 0 50px grey;

}



.smallframe {

		width: 200px;

		height: auto;

        padding: 0;

        margin: 0;

        position: absolute;

        box-shadow: 0 0 25px #333333;

        -moz-box-shadow: 0 0 25px #333333;

        -webkit-box-shadow: 0 0 25px #333333;

}

.myCovidBox-red {
    width: 94%;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #e50914; 
    background-color: #eeccd2; 
    text-align: center;
}

.myCovidBox-left-red {
    width: 94%;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #e50914; 
    background-color: #000000; 
    text-align: left;
    color: #ffffff;
}


  /* File Upload Design  */ 
  .file-upload
   {
      display : inline-block;
   overflow: hidden;  
   position: relative;  
   text-align: center;
   vertical-align: middle;
 /* Cosmetics */
   color: #fff; 
 /* browser can do it */
   border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
   
	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	margin: 0 10px 10px 0;

    }
    /* The button size */ 
  .file-upload { height: 2.1em; }
  .file-upload,.file-upload span { width: 8em; } 
   
  .file-upload input
   {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
	font-weight: 700;
  font-size: 13pt;
 /* Loses tab index in webkit if width is set to 0 */
  opacity: 0;
  filter: alpha(opacity=0);
  }

  .file-upload strong {text-align:center;vertical-align:middle; } 
 
  .file-upload span
   {
  position: absolute;
  top: 0; left: 0;
   display: inline-block;
 /*Adjust button text vertical alignment */
  padding-top: .35em;
}




/*	FRAMEWORK

	========================

*/

.bit-5 { width: 5%; float: left }

.bit-10 { width: 10%; float: left }

.bit-15 { width: 15%; float: left }

.bit-20 { width: 20%; float: left }

.bit-25 { width: 25%; float: left }

.bit-30 { width: 30%; float: left }

.bit-35 { width: 35%; float: left }

.bit-40 { width: 40%; float: left }

.bit-50 { width: 50%; float: left }

.bit-60 { width: 60%; float: left }

.bit-70 { width: 70%; float: left }

.bit-80 { width: 80%; float: left }

.bit-90 { width: 90%; float: left }

.bit-95 { width: 95%; float: left }

.bit-100 { width: 100%; float: left }





@media (max-width: 780px) {

	.bit-5 {width: 100%; }

	.bit-10 {width: 100%; }

	.bit-15 {width: 100%; }

	.bit-20 {width: 100%; }

	.bit-25 {width: 100%; }

	.bit-30 {width: 100%; }

	.bit-35 {width: 100%; }

	.bit-40 { width: 100%; }

	.bit-50 { width: 100%; }

	.bit-60 {width: 100%; }

	.bit-70 { width: 100%; }

	.bit-80 {width: 100%; }

	.bit-90 {width: 100%; }

	.bit-95 {width: 100%; }

	.bit-100 {width: 100%; }



	.bit-40.right input {

		float: left !important;

		margin-top: 10px !important;

	}

}

.bit-40.left input {

	float: left;

}

.bit-40.right input {

	float: right;

}

.form.break {

	border: 1px solid #808080;
	background-color: #ffffff;
	border-radius: 3px;


	margin-bottom: 10px;
	
        box-shadow: 0 0 30px grey;

        -moz-box-shadow: 0 0 30px grey;

        -webkit-box-shadow: 0 0 30px grey;


}


.form.break-black {

	background-color: #000000;


	margin-bottom: 10px;

}

.form_container {

	width: 100%;

 	max-width: 760px;

	margin: auto;

	font-size: 13px;	

}

.form_container a {

	font-weight: bold;

	text-decoration: underline;

	color: #000fff;

}

.form_container .clearfix {

  float: none;

  clear: both;

}



.form_container h1 {

	font-size: 24px;

	text-align: center;

	color: #FFF;


}

.form_container h4 {

	font-size: 14px;

	margin: 5px 0px;

}

.form_container h3 {

	background-color: #00614d;

	text-align: center;

	color: #FFF;

	font-size: 14px;

	padding: 10px 0px;

	margin: 20px 0px;

}

.form_container  * {

	margin: 0;

	padding: 0;

	font-family: Netflix, arial;

}

.form_container  ol {

	margin: 15px 0px;

	padding-left: 18px;

}

.form_container  ol li {

	font-weight: normal;

	margin: 10px 0px;

	line-height: 18px;

}





/* 

Max width before this PARTICULAR table gets nasty

This query will take effect for any screen smaller than 760px

and also iPads specifically.

*/


/* FORMS */


.form_container  label {

	font-weight: bold;

	margin-bottom: 5px;
    font-size: 13pt;

}

.form_container  label-white {

	font-weight: normal;

	margin-bottom: 5px;

    color: #ffffff;
    font-size: 13pt;
}

.form_container .input  input {

	width: 40%;

	-webkit-appearance: none;

 	border: 2px solid #e50914 !important;

	border: 0 none;

	-moz-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	font-size: 13pt;
  height: 20px;

	padding: 5px;
  background-color: #ffffff;
}

.form_container  .input .bit-50 input {

	width: 94%;

}

.form_container  .input .bit-100 input {

	width: 94%;

}

.inputMulti {

	width: 98%;
	height: 60px;
      float: left;
  margin: 2px 0px 2px 0px;
  font-family: Netflix, Arial, Helvetica, sans-serif; 
  font-size: 13pt; 
  color: #000000;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  padding: 5px;
  background-color: whitesmoke;
  resize:none;
}

.form_container .input {

	margin-bottom: 10px;

	clear: both;

}

.form_container .input.fix {

	margin-top: 10px;

}

.form_container .fm-select {

	background: #000;

	position: relative;

	width: 40%;

  height: 32px;
	margin-bottom: 10px;
	font-size: 13pt;
 }

 .form_container .bit-50 .fm-select {width: 99%}

.form_container .fm-select select {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

	border: 2px solid #e50914;

	box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);

	height: 32px;

	margin: 0;

    padding-top: 0px;
    padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 3px;

	position: relative;

	z-index: 1;


	width: 97%;
	font-size: 13pt;
      background-color: #ffffff;
    border-radius: 3px;

}

.form_container .fm-select-black {

	background: #000000;

	position: relative;

	width: 40%;

  height: 30px;
	margin-bottom: 10px;
	font-size: 13pt;

 }

 .form_container .bit-50 .fm-select-black {width: 99%}

.form_container .fm-select-black select {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

	border: 1px solid #e9e9e9;

	box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);

	height: 30px;

	margin: 0;

    padding-top: 5px;
    padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 3px;

	position: relative;

	z-index: 1;


	width: 97%;
	font-size: 13pt;
      background-color: Whitesmoke;

}

.form_container .fm-select span {

	background: none repeat scroll 0 0 #fff;

	border-left: 1px solid #b5b5b5;

	height: 30px;

	margin-right: 1px;

	padding: 5px 9px 6px 12px;

	pointer-events: none;

	position: absolute;

	right: 0;

	top: 0px;

	z-index: 1;

	border-top: 1px solid #ebebeb;
	font-size: 13pt;

}

.form_container .fm-select span img {

  display: block;

  margin-top: 6px

}

.form_container .fm-radio {

	margin-bottom: 10px;

}

.form_container .fm-radio input[type=text] {

	-webkit-appearance: none;

	border: 2px solid #e50914 !important;

	border: 0 none;

	-moz-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;

	font-size: 13pt;

	padding: 10px;

	margin-top: 5px;

}


.form_container .fm-radio span {

	font-weight: bold;

	font-size: 13px;

	display: block;

	margin-bottom: 10px;

}

.form_container .fm-radio input,

.form_container .fm-radio label {

	float: left;

	margin-right: 10px;

}

.form_container .date {

	

}

.form_container .date .fm-select {

	width: 30%;

	float: left;

	margin-right: 10px;

}

.form_container .clearfix:after {

  content: "";

  display: table;

  clear: both;

}

.form_container h6 {

	font-size: 18pt;
	color: #ffffff;
    text-align: center;

}

.form_container p {

	margin-bottom: 3px;

}

.form_container p.logos img {

	width: 18%;

	margin-right: 10px;

}

.form_container p.headerImage img {

	width: 100%;
 	max-width: 760px;

}

.form_container div.headerImage img {

	width: 100%;
 	max-width: 760px;
    border-radius: 2px 2px 0px 0px;

}

.form_container div.footerImage img {

	width: 100%;
 	max-width: 760px;
    border-radius: 0px 0px 2px 2px;

}

.hotels a {

	display: block;

	margin-bottom: 10px;

	color: #333;

	font-weight: bold;

}

.hotels a img {

  width: 15px;

  height: 15px;

  margin-left: 10px;

 }



.margin-bottom {

 	margin-bottom: 10px;

 }

.margin-top {

 	margin-top: 10px;

 }

 .red {

 	color: red;

 }



/* class for radio buttons*/
.form_container table.radio-buttons tr,
.form_container table.radio-buttons tr,
.form_container table.radio-buttons tr {
	background-color: #fff !important;
}
.form_container table.radio-buttons tr td,
.form_container table.radio-buttons tr td,
.form_container table.radio-buttons tr td {
	border: 0px !important;
}

.form_container table.radio-buttons tr td input,
.form_container table.radio-buttons tr td input,
.form_container table.radio-buttons tr td input {
	-webkit-appearance: radio !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: initial !important;
	margin-right: 10px !important;
    margin-bottom : 0px !important;
    vertical-align: middle;

}

.form_container table.radio-buttons-black tr,
.form_container table.radio-buttons-black tr,
.form_container table.radio-buttons-black tr {
	background-color: #000 !important;
    color: white;
}
.form_container table.radio-buttons-black tr td,
.form_container table.radio-buttons-black tr td,
.form_container table.radio-buttons-black tr td {
	border: 0px !important;
}

.form_container table.radio-buttons-black tr td input,
.form_container table.radio-buttons-black tr td input,
.form_container table.radio-buttons-black tr td input {
	-webkit-appearance: radio !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: initial !important;
	margin-right: 10px !important;
    margin-bottom : 0px !important;
    vertical-align: middle;

}


/* Checkbox fix*/
.form_container  input[type=checkbox]{
	-webkit-appearance: checkbox !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: initial !important;
	margin-right: 10px !important;
    font-size: 16pt;
    font-weight: 100;
}

.gridview {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden !important;  
  overflow-x: hidden !important;  
  overflow-y: hidden !important;  
  border: solid;
  border-width: 1px;
  border-color: #666666;
}

.form_container_Arrival {

	width: 1000px;

	margin: auto;

	font-size: 13px;	

    background-color: lightgray;

    opacity: 0.95;
    border-radius: 5px;
}