body {
	margin: 0;
	padding: 0;
	font-family: 'MINI Serif', Calibri;
	font-size: 14px;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('../../fonts/MINISerif-Bold.woff2') format('woff2'), 
		url('../../fonts/MINISerif-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('../../fonts/MINISerif-Italic.woff2') format('woff2'), 
		url('../../fonts/MINISerif-Italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'MINI Serif';
	src: url('../../fonts/MINISerif-Regular.woff2') format('woff2'), 
		url('../../fonts/MINISerif-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.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;
}
.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 50px 20px 50px;
    width: 90%;
    max-width: 700px;
    background-color: whitesmoke;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-size: 10pt;
}


.header-box {
	border-radius: 10px;
	color: #ffffff;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'MINI Serif', Calibri;
	background-color: #2c81c3;
}

.sections-box {
	border-radius: 5px;
	color: #000000;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	font-family: 'MINI Serif', Calibri;
	background-color: #FBE0B5;
	width: 96%;
}

.sections-box-full {
	border-radius: 5px;
	color: #000000;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-family: 'MINI Serif', Calibri;
	background-color: #FBE0B5;
	width: 100%;
}

.options-info-box {
  font-size: 10pt;
  font-weight: normal;
}

.options-box {
	display: inline-block;
	width: 44%;
	border-radius: 10px;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #000000;
	font-family: 'MINI Serif', Calibri;
	cursor: pointer;
}

.options-box-grey {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #b3b3b3; 
  background-color: #e9e9e9; 

}

.options-box-selected {
  display: inline-block;
  width: 44%;
  border-radius: 10px;
  color: #000000;
  text-align: left;
  vertical-align: top;
  font-size: 10pt;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: green; 
  background-color: lightgreen; 
}

.myinfoBoxBottom-gray{
    width: 100%;
    background-color: #e8e5e5;
    border-color: rgba(50, 50, 50, 0.75);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
  font-family: 'MINI Serif', Calibri;
}

.myinfoBoxBottom-red {
    width: 94%;
    background-color: #fab9bd;
    border-color: #eb1c24;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
  font-family: 'MINI Serif', Calibri;
}

.bit-100  .myinfoBoxBottom-red {
    width: 94%;
    background-color: #fab9bd;
    border-color: #eb1c24;
    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: 'MINI Serif', Calibri;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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: 8px 16px !important;
	border: none;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #b6b9c0;
	color: #000000;
}

.myButton2 {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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: 10px 0px 10px 0px;
	padding: 10px 20px !important;
	border: solid;
	border-width: 0px;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #ffe419;
	border-color: #ffe419;
	color: #000000;
	font-family: 'MINI Serif', Calibri;
	width: fit-content;
}


.myLoadButton {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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: 7px 12px !important;
	border: solid;
	border-width: 0px;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #ffe419;
	border-color: #ffe419;
	color: #000000;
	font-family: 'MINI Serif', Calibri;
	width: fit-content;
	transition-duration: 0.3s;
}
	.myLoadButton:hover {
		background-color: #ffe419AA;
		border-color: #ffe419AA;
	}


.myDeleteButton {
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-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;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: red;
	border-color: red;
	width: fit-content;
	transition-duration: 0.3s;
	object-fit: cover;
}

.myBackButton {
	font-family: 'MINI Serif', Calibri;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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);
	padding: 10px 20px !important;
	margin: 10px 0px 10px 0px;
	border: none;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #fbe0b5;
	color: #000000;
	width: fit-content;
}

.myButtonDisabled {
	font-family: 'MINI Serif', Calibri;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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: 10px 0px 10px 0px;
	padding: 10px 20px !important;
	border: solid;
	border-width: 0px;
	text-align: center;
	cursor: auto;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: lightgray;
	color: GrayText;
	width: fit-content;
}


.myTabButton {
	display: inline-block;
	font-family: 'MINI Serif', Calibri;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-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);
	padding: 6px 8px !important;
	border: none;
	text-align: center;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #2c81c3;
	color: #ffffff;
}


.smallButton {
	font-family: 'MINI Serif', Calibri;
	font-weight: normal;
	background-color: #2c81c3;
	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;
	color: #ffffff;
}

.myInput {
	float: left;
	margin: 2px 0px 2px 0px;
	width: 90%;
	height: 20px;
	font-family: 'MINI Serif', Calibri;
	font-size: 9pt;
	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: 'MINI Serif', Calibri;
	font-size: 9pt;
	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: 'MINI Serif', Calibri;
	font-size: 9pt;
	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;

}

.myWrapperBox {
	width: 97%;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: #cccccc;
	background-color: transparent;
	text-align: center;
}

.myWrapperBox-left {
	width: 97%;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: #cccccc;
	background-color: transparent;
	text-align: left;
	padding: 5px;
}

.myWrapperBox-spa {
	width: 98.5%;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: lightpink;
	background-color: lightpink;
	text-align: left;
	padding: 5px;
}

.myWrapperBox-chocolate {
	width: 98.5%;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: #FBE0B5;
	background-color: #FBE0B5;
	text-align: left;
	padding: 5px;
}

.myWrapperBox-gin {
	width: 98.5%;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: lightyellow;
	background-color: lightyellow;
	text-align: left;
	padding: 5px;
}

.myWrapperBox-perfume {
	width: 98.5%;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: lightgreen;
	background-color: lightgreen;
	text-align: left;
	padding: 5px;
}

  /* File Upload Design  */ 
  .file-upload
   {
      display : inline-block;
   overflow: hidden;  
   position: relative;  
   text-align: center;
   vertical-align: middle;
 /* Cosmetics */
   border: 1px solid #00614d;
   background: #00614d;
   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: 10pt;
 /* 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-45 { width: 45%; float: left }

.bit-50 { width: 50%; float: left }

.bit-60 { width: 60%; float: left }
.bit-65 { 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: 888px) {

	.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-45 { width: 100%; }

	.bit-50 { width: 100%; }

	.bit-60 {width: 100%; }
	.bit-65 {width: 100%; }

	.bit-70 { width: 100%; }

	.bit-80 {width: 100%; }

	.bit-90 {width: 100%; }

	.bit-95 {width: 100%; }

	.bit-100 {width: 100%; }



	.bit-30.right input {

		float: left !important;

		margin-top: 10px !important;

	}
    
    
    .center-info {
    z-index: 1000;
    margin: 10px auto;
    padding: 15px;
    background-color: whitesmoke;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-size: 10pt;
    }

}

.bit-30.left input {

	float: left;

}

.bit-30.right input {

	float: right;

}

.form.break {
	background-color: white;
	margin-bottom: 10px;
	font-family: 'MINI Serif', Calibri;
}

.form_container {
	width: 100%;
	max-width: 800px;
	margin: auto;
	font-size: 14px;
	font-family: 'MINI Serif', Calibri;
}

.form_container a {

	font-weight: normal;

	text-decoration: underline;

	color: #000000;

}

	.form_container .clearfix {
		float: none;
		clear: both;
		font-family: 'MINI Serif', Calibri;
		padding-bottom:5px;
	}



	.form_container h1 {
		border-radius: 10px;
		color: #000000;
		font-size: 16pt;
		font-weight: bold;
		background-color: #fbe0b5;
		text-align: center;
		padding: 10px 10px;
		margin: 20px 0px;
	}


.form_container h2 {
		font-size: 15px;
		margin: 5px 0px;
	}

.form_container h4 {
		font-size: 17px;
		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  ol {

	margin: 15px 0px;

	padding-left: 18px;

}

.form_container  ol li {

	font-weight: normal;

	margin: 10px 0px;

	line-height: 18px;

}




/* FORMS */


.form_container  label {

	font-weight: normal;

	margin-bottom: 5px;
    font-family: 'MINI Serif', Calibri;
	vertical-align: middle;
}


	.form_container .input input {
		width: 94%;
		-webkit-appearance: none;
		border: 1px solid #ccc !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: 10pt;
		height: 24px;
		padding: 5px 8px;
		background-color: whitesmoke;
		font-family: 'MINI Serif', Calibri;
	}

.form_container .input .bit-35 input {
		width: 94%;
		font-family: 'MINI Serif', Calibri;
	}

	.form_container .input .bit-50 input {
		width: 92%;
		font-family: 'MINI Serif', Calibri;
	}

.form_container .bit-50 .inputMulti {
		width: 93%;
		height: 60px;
		-webkit-appearance: none;
		border: 1px solid #ccc !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: 10pt;
		padding: 5px;
		background-color: whitesmoke;
		font-family: 'MINI Serif', Calibri;
		resize:none;
	}

.inputMulti {
	width: 94%;
	height: 40px;
	-webkit-appearance: none;
	border: 1px solid #ccc !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: 10pt;
	padding: 5px;
	background-color: whitesmoke;
	font-family: 'MINI Serif', Calibri;
	resize: none;
}

.form_container .input {

	margin-bottom: 10px;

	clear: both;
  font-family: 'MINI Serif', Calibri;

}

.form_container .input.fix {

	margin-top: 10px;

}

.form_container .fm-select {

	background-color: white;

	position: relative;

	width: 40%;

  height: 30px;
	margin-bottom: 10px;
	font-size: 10pt;
      font-family: 'MINI Serif', Calibri;

 }

.form_container .bit-35 .fm-select {
	width: 93%;
	font-family: 'MINI Serif', Calibri;
}

.form_container .bit-50 .fm-select {
	width: 99%;
	font-family: 'MINI Serif', Calibri;
}

.form_container .bit-35 .fm-select select {

  font-family: 'MINI Serif', Calibri;
  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: 32px;

	margin: 0;

    padding-top: 5px;
    padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 3px;

	position: relative;

	z-index: 1;


	width: 97%;
	font-size: 10pt;
      background-color: whitesmoke;

}

	.form_container .bit-50 .fm-select select {
		font-family: 'MINI Serif', Calibri;
		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: 32px;
		margin: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-left: 3px;
		position: relative;
		z-index: 1;
		width: 97%;
		font-size: 10pt;
		background-color: whitesmoke;
	}

.form_container .fm-select span {
	background: none repeat scroll 0 0 whitesmoke;
	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: 10pt;
	font-family: 'MINI Serif', Calibri;
}

.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: 1px solid #ccc !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: 10pt;

	padding: 10px;

	margin-top: 5px;
  font-family: 'MINI Serif', Calibri;

}

.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;
      font-family: 'MINI Serif', Calibri;

}

.form_container .date {

	

}

.form_container .date .fm-select {

	width: 30%;

	float: left;

	margin-right: 10px;
  font-family: 'MINI Serif', Calibri;

}

.form_container .clearfix:after {

  content: "";

  display: table;

  clear: both;

}

.form_container h6 {

	font-size: 18pt;
	color: #000000;
    text-align: center;

}

.form_container p {

	margin-bottom: 10px;

}

.form_container p.logos img {

	width: 18%;

	margin-right: 10px;

}


.form_container div.headerImage img {

	width: 100%;
 	max-width: 940px;
    border-radius: 3px 3px 0px 0px;

}

.form_container div.footerImage img {

	width: 100%;
 	max-width: 940px;
    border-radius: 0px 0px 3px 3px;

}

.form_container div.bodyImage img {
	width: 100%;
	max-width: 270px;
}

.hotels a {

	display: block;

	margin-bottom: 10px;

	color: #333;

	font-weight: bold;

}

.hotels a img {

  width: 15px;

  height: 15px;

  margin-left: 10px;

 }

 .checkbox input {

 	float: left;

 	margin-right: 10px;

 }

.margin-bottom {

 	margin-bottom: 10px;

 }

.margin-top {

 	margin-top: 10px;

 }

 .red {

 	color: red;

 }



/* class for radio buttons*/
.form_container table.radio-buttons tr {
	background-color: transparent;
}
	.form_container table.radio-buttons tr td {
		background-color: transparent;
		border: 0px !important;
		vertical-align: bottom;
		font-family: 'MINI Serif', Calibri;
		font-weight: normal !important;
		font-size: 14px;
	}

		.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;
			vertical-align: middle;
			font-family: 'MINI Serif', Calibri;
			font-weight: normal !important;
		}

			.form_container table.radio-buttons tr td label .disabled {
				color: red;
			}



			/* 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-family: 'MINI Serif', Calibri;
				vertical-align: text-bottom;
			}

.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;
  font-family: 'MINI Serif', Calibri;
}

	.gridview td, .gridview th, .gridview tf {
		padding: 4px;
	}

.round-photo img {
    border-radius: 25%;
    border-style: solid;
    border-width: 2px;
    border-color: #525659;
    padding: 0px;
}

.round-photo {
    border-radius: 25%;
    border-style: solid;
    border-width: 2px;
    border-color: #525659;
    padding: 0px;
}


::file-selector-button {
  background-color: #000000;
  color: #ffffff;
  padding: 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-family: 'MINI Serif', Calibri; 
  font-size: 11px;
  border-color: #000000;
}

.Hidden{
	display:none;
}


.form_container_Arrival {
	width: 1100px;
	margin: auto;
	font-size: 13px;
	background-color: lightgray;
	opacity: 0.85;
	border-radius: 5px;
}

.infoPanel {
	overflow: auto;
	margin: 10px 10px 10px 10px;
	padding: 15px;
	border-radius: 10px;
	border: solid;
	border-width: 1px;
	border-color: gray;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	background-color: lightgray;
	opacity: 0.9;
}


.infoPanelSolid {
	overflow: auto;
	margin: 10px 10px 10px 10px;
	padding: 15px;
	border-radius: 10px;
	border: solid;
	border-width: 1px;
	border-color: gray;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	background-color: lightgray;
	opacity: 0.95;
}

