
html {
	background-color: rgb(64,64,64);
	font-weight: 300 !important;
}

body {
  margin:0 auto; padding:0;
  width:90%;
  font-weight: 300 !important;
}

.intro-wrapper{
    width:100%;
	  position: relative;
        padding-bottom:20px;
	      padding-left: 20px;padding-right:20px;
	      color: white;
	      padding-top: 5px;

	      background-color: #007DBB;
  }
  .intro{
	  font: 13px;
      position: relative;
  }

.close {
 cursor: pointer;
 font-size: 11px;
 background:white;
 color:#404040;
 padding:2px 5px;
}

#edit-box .box {
  box-shadow:0px 0px 0px 0px;
  background:white;
  margin:0;
  padding:10px 0px;
  border-radius:0px;
}

.progress {
  position: relative;
  width:108%;left:-55px;
}/*custom font*/

.box table td {

}

.translate {
	 right: 10px;
	 position: absolute;
	 top: 25px;
}

body {background:white;}

.box {border:0px; box-shadow:none;font-size:12px;}

/*buttons*/
.action-button {
	width: 100px;
	background: #499fd9;
  font-size:12px;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	padding: 10px 30px;
	margin: 10px 5px;
	text-transform:uppercase;
	transition: all .4s;
}
.action-button:hover, .msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px rgb(255,99,71);
	background-color: rgb(255,99,71);
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
.progressbar {
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	width: 100%;
	margin: 0 auto 30px;
  background:rgb(64,64,64);

}
.progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size:11px;
  padding:10px 0px;
	width: 33.33%;
	float: left;
	position: relative;
  text-align: center;
}
.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	color: #333;
	background: white;
	border-radius: 50%;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
.progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
.progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar li.active:before,  .progressbar li.active:after{
	background: rgb(64,64,64);
	color: white;
}
.progressbar li.active {
  background: #499fd9;
}

.vtcha{
	max-width: 100%;
}
.vtcha .item-box,.vtcha .target-box{
	width: 170px;
	margin: 10px auto 0;
}

#edit-box .box h2 {background:none;font-size:15px}

#edit-box table td {
	background-color:#fbfafa;
	border-bottom:1px solid #404040;
	padding-left:10px;
}

.submit-button-next {
	text-transform:uppercase;
	border:0px;
	font-size:14px;
	margin-top:5px;
	padding: 15px 0px;
}

.submit-button-next:hover {border:0px;}

.submit-button-next, h2, #wrapper-booking #edit-box table td, #wrapper-booking .input-text, #wrapper-booking .box, #wrapper-booking .edit-button {
	font-size:15px !important;
}

.input-text:disabled {background:#f1f1f1}


/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 80%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

    */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#fbfbfb 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}
/* Hover style */
.select-css:hover {
    border-color: #888;
}
/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}

.warning {border:2px solid red;}

.no-style {border:0px !important;}
.no-style td {border:0px solid black !important;}


.circle {
	font-size:80pt;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 640px) {
	html {width: 100%;}
	body, #body {
	  margin:0 auto; padding:0;
	  width:100% !important;
	}

	.footer-links {
		width:100%;
	}
	.footer-links a {
		float:left;
	}

	#body {
		width:90% !important;
	}

	#wrapper-booking,#edit-box {width:100%}
	.translate {position:absolute;top:65px;left:5px;}
	.progress {width:115%; font-size:11px;overflow-x: hidden;}

	.progressbar li {margin-left:10px;}
	.input-text {width:80% !important;}

	.circle {
		display:none;
	}

	.action-button {
		font-size:11px;
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		select:focus,
		textarea:focus,
		input:focus {
		  font-size: 16px;
		  background: #eee;
		}
	  }

	  @media screen and (-webkit-min-device-pixel-ratio:0) { 
		select,
		textarea,
		input {
		  font-size: 16px;
		}
	  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 640px) {
	body {
	  margin:0 auto; padding:0;
	  width:80%;
	}
}
