/*
Template Name: GodZilla
Author: Rory Kranendonk
Author URI: http://www.dreamwire.nl
Version: 1.0
*/
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro/myriadpro.eot');
    src: url('../fonts/myriadpro/myriadpro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro/myriadpro.woff') format('woff'),
         url('../fonts/myriadpro/myriadpro.ttf') format('truetype'),
         url('../fonts/myriadpro/myriadpro.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
form {
	display : block;
	margin : 0;
	padding : 0 0;
}

.row {
	display : block;
	/*border-top : 1px solid #e5e5e5;*/
	padding : 5px 20px;
	clear:both;
}

.row:first-child {
	border : none;
}

label {
	float : left;
	padding : 6px 0 0 0;
	margin : 0;
	font-size : 12px;
	color : #1c1c1c;
	cursor : text;
	width : 90px;
}

label.mini{
	width:80px !important;
}

.rowright {
	display : block;
	margin : 0 12px 0 90px;
}

/* //////////////////// VALIDATION \\\\\\\\\\\\\\\\\\\\ */

#right .box .content label.error{
	display : block;
	float : none;
	background : url(../gfx/icon-error.png) no-repeat 10px 7px #FCCAC1;
	border: 1px solid #E18B7C;
	margin : 0 0 5px;
	padding : 5px 6px 4px 6px;
	text-indent : 26px;
	color : #c33820;
	font : 12px/1.6em 'MyriadProRegular',Arial;
	width : auto;
}

#right .box .content label.error{
	margin : 5px 0 0;
	width : 100%;
}

/* //////////////////// INPUTFIELD \\\\\\\\\\\\\\\\\\\\ */

input {
	display : inline-block;
	border : 1px solid #c5c5c5;
	outline : 0;
	padding : 6px;
	margin : 0;
	font : 12px/15px 'MyriadProRegular',Arial;
	color : #1c1c1c;
	width : 100%;
	height : 12px;
}

input.mini, select.mini{
	width:100px;
}

input.frm{
	/*width:98%;*/
}

input.error,
textarea.error{
	border : 1px solid #E18B7C;
}

/* //////////////////// SELECTBOX \\\\\\\\\\\\\\\\\\\\ */

.ui-selectmenu {
	display : inline-block;
	position : relative;
	background : url(../gfx/back-select.gif) no-repeat right top transparent;
	border : 1px solid #c5c5c5;
	padding : 0 32px 0 6px;
	margin : 0 3px 0 0;
	text-decoration : none;
	overflow : hidden;
	outline : none;
	width : 148px;
	height : 27px;
}

a.ui-selectmenu {
	text-decoration : none;
}

.ui-selectmenu-menu {
	position : absolute;
	display : none;
	top : 0;
	z-index : 9999;
	background-color : #FFFFFF;
	border : 1px solid #c5c5c5;
	padding : 0;
	margin : 1px 0 0 0;
	list-style : none;
	overflow : auto;
	width : 186px;
	max-height : 175px;
}

.ui-selectmenu-open {
	display : block;
}

.ui-selectmenu-menu li {
	display : block;
	background : #FFFFFF;
	border-top : 1px solid #e5e5e5;
	outline : none;
	padding : 0;
	margin : 0;
}

.ui-selectmenu-menu li:first-child {
	border-top : none;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
	display : block;
	padding : 8px;
	outline : none;
	overflow : hidden;
	font : 12px/1.0em Arial;
	font-weight : 100;
	cursor : pointer;
	color : #807f7f;
	text-decoration : none;
}

.ui-selectmenu-status {
	padding : 0;
	font : 12px/2.3em Arial;
	color : #1c1c1c;
}

.ui-selectmenu-menu li a:hover, li.ui-selectmenu-item-selected a {
  background : #f4f4f4;
  color : #1c1c1c;
}

.multiple {
	display : block;
	border : 1px solid #c5c5c5;
	outline : 0;
	padding : 5px;
	cursor : text;
	font : 12px/2em Arial;
	color : #1c1c1c;
	width : 50%;
}

/* //////////////////// SPINNERS \\\\\\\\\\\\\\\\\\\\ */

.spin, .spin-dec, .spin-cur {
	width : 100px;
}

.ui-spinner {
	position : relative;
	display : block;
	width : 100px;
}

.ui-spinner-buttons {
	position : absolute;
	margin : -1px 0 0 0;
}

.ui-spinner-button {
	overflow : hidden;
}

.ui-spinner-buttons .ui-spinner-up {
	background : url(../gfx/back-spinners.gif) no-repeat right top transparent;
	cursor : pointer;
	overflow : hidden;
	width : 26px;
	height : 14px;
}

.ui-spinner-buttons .ui-spinner-down {
	background : url(../gfx/back-spinners.gif) no-repeat right bottom transparent;
	cursor : pointer;
	overflow : hidden;
	width : 26px;
	height : 13px;
}

/* //////////////////// TEXTAREA \\\\\\\\\\\\\\\\\\\\ */

textarea {
	display : block;
	overflow : auto;
	border : 1px solid #c5c5c5;
	outline : 0;
	padding : 6px;
	margin : 0;
	cursor : text;
	resize : none;
	font : 12px/1.42em Arial;
	color : #1c1c1c;
	width : 100%;
}

/* //////////////////// CHECKBOXES & RADIOBUTTONS \\\\\\\\\\\\\\\\\\\\ */

table input[type=checkbox],
table input[type=radio] {
	background : none;
	padding : 0;
	border : none;
	width : 13px;
	height : 13px;
}

.custom-checkbox, .custom-radio {
	display : inline-block;
	position : relative;
	margin : 7px 0 0 20px;
}

.custom-checkbox:first-child, .custom-radio:first-child {
	margin : 7px 0 0 0;
}

.custom-checkbox input, 
.custom-radio input {
	position : absolute;
	background : transparent;
	left : 0;
	top : 0;
	margin : 0;
	z-index : -1;
	width : 13px;
	height : 13px;
}

.custom-checkbox label, 
.custom-radio label {
	display : inline-block;
	padding : 0 0 0 23px;
	margin : 0;
	font-size : 12px/13px Arial;
	color : #1c1c1c;
	cursor : pointer;
	width : auto;
	height : 15px;
}

.custom-checkbox label {
	background : url(../gfx/checkbox.gif) no-repeat;
}

.custom-radio label {
	background : url(../gfx/radiobutton.gif) no-repeat;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus,
.custom-checkbox label, .custom-radio label {
	background-position : left bottom;
}

.custom-checkbox label.checked, 
.custom-radio label.checked,
.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position : left top;
}

/* //////////////////// SLIDER \\\\\\\\\\\\\\\\\\\\ */

.slider{
	display : block;
	font : 11px/1.0em Arial;
	color : #9b9b9b;
}

.slider .ui-slider-horizontal{
	position : relative;
	background : url(../gfx/slider.gif) repeat-x left top;
	border : 1px solid #d4d4d4;
	margin : 5px 0 3px;
	height : 7px;
}

.slider .ui-slider-horizontal .ui-slider-range {
	top : 0;
	height : 100%;
}

.slider .ui-slider .ui-slider-range {
	position : absolute;
	background : #FFFFFF;
	z-index : 1;
	font-size : 11px;
	display : block;
	border : 0;
	background-position : 0 0;
}

.slider .ui-slider-horizontal .ui-slider-handle {
	margin : 0 0 0 -1px;
}

.slider .ui-slider .ui-slider-handle {
	position : absolute;
	top : -4px;
	background : url(../gfx/slider-btn.gif) no-repeat;
	outline : none;
	z-index : 2;
	cursor : default;
	width : 15px;
	height : 15px;
}

.slider input {
	display : inline-block;
	border : 0;
	padding : 0;
	text-align : left;
	font : 11px/1.0em Arial;
	color : #1c1c1c;
	width : 30px;
}

.slider input.amount-second {
	display : inline-block;
}

.slider.single-vert-slide { 
	position : relative;
	display : inline-block;
	margin : 0 20px 0 0;
	width : 6px;
	height : 100px;
}

.ui-slider-vertical { 
	position : relative;
	background : url(../gfx/slider-vert.gif) repeat-y left top;
	border : 1px solid #d4d4d4;
	margin : 5px 0 3px;
	width : 6px;
	height : 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left : -4px;
	margin-bottom : -8px;
}

.slider .ui-slider-vertical .ui-slider-handle {
	top : auto;
}

.ui-slider-vertical .ui-slider-range { 
	left : 0; 
	width : 100%;
}

.ui-slider-vertical .ui-slider-range-min { 
	bottom : 0;
}

.ui-slider-vertical .ui-slider-range-max { 
	top : 0;
}

/* //////////////////// FILE INPUT STYLE \\\\\\\\\\\\\\\\\\\\ */

input.file {
	float : left;
	margin : 0 6px 0 0;
	z-index : 99;
	height : 20px !important;
}

div.btn-upload {
	display : inline-block;
	position : relative;
	top : -1px;
	background : url(../gfx/browse.gif) no-repeat right top transparent;
}

/* //////////////////// DATEPICKER \\\\\\\\\\\\\\\\\\\\ */

div.datepicker {
	width : 228px;
}

input.datepicker {
	width : 100px;
}

.ui-datepicker {
	margin : 5px 0 0;
}

.ui-datepicker-calendar {
	background : #FFFFFF;
	margin : -1px 0 0;
}

.ui-datepicker-calendar thead {
	background : url(../gfx/back-breadcrumbs.gif) repeat-x left top;
	border-top : none;
}

.ui-datepicker-calendar thead th {
	border-top : none;
}

.ui-datepicker-calendar tbody td {
	padding : 7px 0;
	text-align : center;
	width : 31px;
}

.ui-datepicker-header {
	display : block;
	background : url(../gfx/back-title.gif) repeat-x left top;
	border : 1px solid #e5e5e5;
	border-bottom : none;
	padding : 1px 0 0;
	height : 31px;
}

.ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-prev:link, .ui-datepicker-header a.ui-datepicker-prev:active, .ui-datepicker-header a.ui-datepicker-prev:visited {
	float : left;
	position : relative;
	background : url(../gfx/datepicker-arrows.gif) no-repeat left top;
	border-right : 1px solid #e5e5e5;
	text-indent: -99999px;
	cursor : pointer;
	width : 31px;
	height : 28px;
}

.ui-datepicker-header .ui-datepicker-title {
	text-align : center;
	font : 12px/30px Arial;
	font-weight : bold;
}

.ui-datepicker-header a.ui-datepicker-next, .ui-datepicker-header a.ui-datepicker-next:link, .ui-datepicker-header a.ui-datepicker-next:active, .ui-datepicker-header a.ui-datepicker-next:visited {
	float : right;
	position : relative;
	background : url(../gfx/datepicker-arrows.gif) no-repeat right top;
	border-left : 1px solid #e5e5e5;
	text-indent: -99999px;
	cursor : pointer;
	width : 31px;
	height : 28px;
}

.ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker-header .ui-datepicker-prev span {
	display : none;
}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
	opacity : 0.45;
	filter : alpha(opacity=45);
}

.ui-datepicker-current-day {
	background : #f8f8f8;
}

.ui-datepicker-today {
	background : #EFEFEF;
}

.ui-datepicker-calendar a, .ui-datepicker-calendar a:link, .ui-datepicker-calendar a:active, .ui-datepicker-calendar a:visited {
	text-decoration : none;
}