#modal_blackout{
	position:fixed;
	z-index:15;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
}
div.modal-box{
	position:absolute;
	z-index:20;
	background-color:#1c1e20;
	width:600px;
	left:50%;
	margin-left:-310px;
	top:15px;
	
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	
	border-radius:10px;
	
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	
	border:solid 10px rgba(128,128,128,.5);
					
}
div.modal-box div.close-button{
	font-family:"skeedy-custom";
	position:absolute;
	background-color:#333;
	right:-20px;
	top:-21px;
	width:22px;
	height:22px;
	padding:2px;
	font-size:21px;
	
	border:solid 2px #FFF;
	border-radius:20px;
	
	cursor:pointer;
	
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	
	text-align:center;
	color:white;
}
div.modal-box .title{
	margin:30px;
	font-family:"ralewaymedium";
	font-size:20px;
	text-align: center;
}
div.modal-box .single{
	margin:15px auto;
	font-family:"ralewayheavy";
	font-size:20px;
	text-align: center;
	text-transform:uppercase;
	width:200px;
	color:white;
	padding:15px;
}
div.modal-box .double{
	font-family:"ralewayheavy";
	font-size:20px;
	text-align: center;
	text-transform:uppercase;
	width:180px;
	color:white;
	padding:15px;
	margin:15px 0;
}
div.modal-box .double.left{
	margin-left:20px;
}
div.modal-box .double.right{
	margin-right:20px;
}
div.modal-box textarea.error,
div.modal-box input.error{
	background-color:#7a1313;
}
div.modal-box input[type="number"],
div.modal-box input[type="text"]:not(.normal){
	border:none;
	border-bottom:1px solid #3c3e40;
}
div.modal-box td:nth-child(2) input[type="number"],
div.modal-box td:nth-child(2) input[type="text"]{
	border-left:1px solid #3c3e40;
}
div.modal-box div.header{
	text-align: center;
	background: rgb(73,75,77);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NGI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(73,75,77,1) 0%, rgba(48,48,54,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,75,77,1)), color-stop(100%,rgba(48,48,54,1)));
	background: -webkit-linear-gradient(top,  rgba(73,75,77,1) 0%,rgba(48,48,54,1) 100%);
	background: -o-linear-gradient(top,  rgba(73,75,77,1) 0%,rgba(48,48,54,1) 100%);
	background: -ms-linear-gradient(top,  rgba(73,75,77,1) 0%,rgba(48,48,54,1) 100%);
	background: linear-gradient(to bottom,  rgba(73,75,77,1) 0%,rgba(48,48,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b4d', endColorstr='#303036',GradientType=0 );
	padding:20px;
	font-size:12px;
}
div.modal-box form{
	background:#1c1e20;
	border:1px solid #1c1e20;
}
div.modal-box form table{
	table-layout: fixed;
	min-width:599px;
	border:none;
	border-spacing:0px;
}
div.modal-box form table td{
	padding:0;
}
div.modal-box form table.tabs td{
	border-right:1px solid black;
}
div.modal-box form table td:last-child{
	border-right:none;
}
div.modal-box div.header div{
	display: inline-block;
	text-align: left;
	margin-left: 8px;
}
/*
 * Skill level
 */
div.modal-box div#skill-level{
	padding:12px 18px 0 18px;
}
div.modal-box div#skill-level > label{
	padding:12px 0;
	border-bottom:1px solid #3c3e40;
	display:block;
	background-image:url("../../images/custom-ui/radio-unchecked.png"); 
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:center;
	background-position:right;
}
div.modal-box div#skill-level > label:last-child{
	border:none;
}
div.modal-box div#skill-level > label.checked {
	background-image:url("../../images/custom-ui/radio-checked.png");
}
div.modal-box div#skill-level label .icon{
	float:left;
	font-size:42px;
}
div.modal-box div#skill-level label div{
	margin-left:50px;
	margin-right:50px;
}
/*
 * Condition
 */
div.modal-box div#condition-block{
	padding:12px 18px;
	background-color: rgba(0,0,0,0.4);
}
div.modal-box div#condition-block > label{
	font-size:14px;
	font-family:"ralewayheavy";
	color:white;
	padding:12px 0;
	display:block;
	background-image:url("../../images/custom-ui/radio-unchecked.png"); 
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:center;
	background-position:right;
	width:48%;
	display:inline-block;
}
div.modal-box div#condition-block > label.checked {
	background-image:url("../../images/custom-ui/radio-checked.png");
}
/*
 * Pickers
 */
div.modal-box .state-container{
	width: 122px;
	display: inline-block;
	height:45px;
}
@-moz-document url-prefix() {
	div.modal-box .state-picker .picker{
		width: 122px;
		overflow: hidden;
	}
	.modal-box option{
		color:white !important;
	}
	.modal-box .state {
		width:113px;
	}
	.modal-box select{
		background-position: 43px center !important;
	}
	div.modal-box .day-picker{
		width:59px;
	}
	div.modal-box .day{
		background-position: 33px center !important;
	}
	div.modal-box .month-picker{
		width:92px;
	}
	div.modal-box .year-picker{
		width:80px;
	}
	div.modal-box .feet-picker{
		width:62px;
	}
	div.modal-box .feet-picker select{
		background-position: 18px center !important;
	}
	div.modal-box .inches-picker{
		width:73px;
	}
	div.modal-box .inches-picker select{
		background-position: 24px center !important;
	}
}
div.modal-box .picker{
	border-bottom:1px solid #3c3e40;
	padding:12px 0 8px;
}
.modal-box option{
	color:black;
}
div.modal-box select.month{
	margin-left:15px;
}
div.modal-box .feet-picker,
div.modal-box .inches-picker,
div.modal-box .day-picker,
div.modal-box .month-picker,
div.modal-box .year-picker{
	display:inline-block;
	overflow:hidden;
}
div.modal-box .feet-picker,
div.modal-box .inches-picker{
	position:relative;
	top:3px;
}
div.modal-box .unit{
	position:absolute;
	font-family:"ralewayheavy";
	font-size:16px;
	color:white;
	margin-top:-34px;
	margin-left:223px;
}
div.modal-box .unit-cm{
	position:absolute;
	font-family:"ralewayheavy";
	font-size:18px;
	color:white;
	margin-top:-42px;
	margin-left:450px;
}
div.modal-box .divider{
	width:100%;
	padding:5px 0;
	font-size:18px;
	font-family:"ralewayheavy";
	text-transform:uppercase;
	color:white;
	text-align:center;
	background:#353739;
}
div.shake {
	-webkit-animation-name: formshake;
	-webkit-animation-duration: 0.1s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 3;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes formshake {
	0% { -webkit-transform: translate(5px, 0px) }
	100% { -webkit-transform: translate(-5px, 0px) }
}
div.center-shake {
	-webkit-animation-name: center-formshake;
	-webkit-animation-duration: 0.1s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 3;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes center-formshake {
	0% { -webkit-transform: translate(5px, 0px) }
	100% { -webkit-transform: translate(-5px, 0px) }
}
.modal-box .state{
	margin-left:20px;
}
.picker{
	background-color: rgba(0,0,0,0.4);
}
div.list-container a{
	color:white;
}
.modal-box label.service-check{
	text-align: left;
	display: block;
	padding: 5px 5px 5px 50px;
	margin: 0 auto;
	display: block;
	background-image: url("../../images/custom-ui/checkbox-unchecked.png");
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}
.modal-box label.service-check.checked{
	background-image: url("../../images/custom-ui/checkbox-checked.png");
}
.drop-active .button{
	background:#666 !important;
}
.shop-datepicker > span,
.shop-datepicker > a{
	width:38px;
	height:38px;
}
.price-field{
	border-left:1px solid #3c3e40;
	width: 115px;
	float: right;
}
.name-field{
	width: 482px;
}
.modal-box .service-picker{
	padding:15px;
}
.modal-box .service-header{
	font-size:20px;
}
.modal-box .service-header .icon{
	margin-right:10px;
}
.modal-box .input{
	border:none;
}
select{
	-webkit-appearance:none;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	padding-right:29px;
	border:none;
	font-family:"ralewayheavy";
	font-size:16px;
	color:#a9a9a9 !important;
	z-index:100;
	background: url(../../images/select-arrow.png) no-repeat right;
}