/* Font Face */

@font-face{
	font-family:"GoodSans-Regular";
	src:url("fonts/goodsans-regular.woff2") format("woff2");
	font-style:normal;
	font-weight:normal;
	font-display:swap
}

@font-face{
	font-family:"GoodSans-Medium";
	src:url("fonts/goodsans-medium.woff2") format("woff2");
	font-style:normal;
	font-weight:normal;
	font-display:swap
}

@font-face{
	font-family:"GoodSans-RegularItalic";
	src:url("fonts/goodsans-regularitalic.woff2") format("woff2");
	font-style:normal;
	font-weight:normal;
	font-display:swap
}

@font-face{
	font-family:"GoodSans-Bold";
	src:url("fonts/goodsans-bold.woff2") format("woff2");
	font-style:normal;
	font-weight:normal;
	font-display:swap
}

@font-face{
	font-family:"Rosart-Regular";
	src:url("fonts/rosart-regular.woff") format("woff");
	font-style:normal;
	font-weight:normal;
	font-display:swap
}

@font-face{
	font-family:"Rosart-Bold";
	src:url("fonts/rosart-bold.woff") format("woff");
	font-style:normal;
	font-weight:normal;
	font-display:swap
}

/* =Link
-------------------------------------------------------------- */

#main a:link, #main a:visited {
	text-decoration:none;
	color:#fff;
}

#main a:hover {
	text-decoration:underline;
}

a {
	color: #01b1ec;
}

/* =Basic
-------------------------------------------------------------- */

body {
	position: relative;
	min-height: 100%;
	background-color:#000;
	font-family: 'GoodSans-Regular';
    font-size: 15px;
    color: #fff;
}

.navbar {
	background-color: #000;
	margin:0;
	padding: 0;
	border:0;
}

.navbar .container-fluid {
	margin:0;
	padding:0;
}

#logo {
    float: left;
    display: block;
    margin: 18px 40px;
}

#logo img {
    max-height: 150px;
    width: auto;
}

#logo img.logo-main {
    height: 100%;
}

.navbar .navbar-nav {
    float: right;
    text-align: right;
    margin: 0;
	padding: 28px 40px 28px 0;
}

.navbar .navbar-nav li {
	margin: 0 15px;
}

.navbar .navbar-nav li a {
	margin: 0;
	padding: 0;
	color: #aeaead;
}

.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:active {
	color: #aeaead;
	text-decoration: none;
}

.navbar .navbar-nav li a::before {
	transform: scaleX(0);
	transform-origin: right;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #01b1ec;
	transition: transform 400ms ease-out;
}

.navbar .navbar-nav li a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.navbar-default .navbar-toggle {
	border:0;
	margin:14px 29px 0 0;
	border-radius: 50px;
	height:36px;
	width:36px;
	background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#000;
}

.navbar-toggle .icon-bar {
	width:16px;
}

@media (max-width: 767px) {
	#logo {
		text-align: center;
		width: 120px;
		height: 36px;
		margin: 13px 15px 13px 30px;
	}
	.navbar .navbar-nav {
		float: none;
		text-align: left;
		margin: 0 0 10px;
		padding-top: 15px;
		border-top: 0 !important;
	}
	.navbar .navbar-nav > li > a:after, .navbar .navbar-nav > li > a:hover:after {
		height: 0 !important;
	}
}

.admin ul {
	padding:0;
}

#header-inner {
	width:993px;
	margin:0 auto;
		padding-top:20px;
}

body h1, body .h1{
	font-family:'Rosart-Bold';
	font-size:44px;
	line-height:113px;
	margin:0
}

body p:not(.help-block), body .p:not(.help-block){
	font-family:'GoodSans-Regular';
	font-size:18px;
	line-height:160%;
	margin:0
}

body h2, body .h2 {
	font-family: 'Rosart-Bold';
	font-size: 36px;
	line-height: 120%
}

body h3, body .h3 {
	font-family: 'Rosart-Bold';
	font-size: 30px;
	line-height: 120%
}

#main {
	width:993px;
	margin:0 auto;
	padding-bottom:70px;
	overflow:hidden;
}

.intro  {
	text-align: center;
}

.newsletter-wap {
	background: #01b1ec;
	padding: 50px 0;
	margin-top:100px;
}

.newsletter-wap .newsLetter {
	width: 465px;
	margin: auto;
	font-family: 'GoodSans-Regular';
	font-size: 24px;
	line-height: 30px;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	background: url(../images/icons/newsletter.svg) no-repeat left center;
	padding-left: 30px;
	position: relative;
}

.newsletter-wap .newsLetter:after {
	content: "";
	display: block;
	height: 10px;
	width: 16px;
	background: url(../images/icons/newsletter-arrow.svg) no-repeat left center;
	position: absolute;
	right: 0;
	top: 10px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.newsletter-wap .newsLetter:hover:after {
	right: -3px;
}

.newsletter-wap iframe {
	border: none;
	height: 75vh;
	width: 100%;
}

.modal-nieuwsbrief:not(.modal-xl) {
	width:600px !important;
}

.modal-dialog .modal-content {
	color: #000;
	border-color: #fff;
}

.modal-dialog .modal-body {
	padding: 15px;
}

.modal-dialog .model-close, .modal-header .close {
	width: 36px;
	height: 36px;
	background: url(../images/icons/close-b.svg) no-repeat center center #fff;
	cursor: pointer;
	border-radius: 18px;
	position: absolute;
	right: -18px;
	top: -18px;
	border: 1px solid #000;
}

.modal-header .close {
	opacity: 1;
}

.modal-header .close span {
	display: none;
}

.hvr-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
}

footer {
	padding: 80px 0 40px;
	position: relative;
	max-height: 400px;
	overflow: hidden;
	background: #000;
}

footer .content-wap {
	position: relative;
	z-index: 2;
}

footer .logo-wap {
	width: 205px;
	height: 60px;
	margin: 0 auto 40px;
}

footer .address {
	margin-bottom: 40px;
	text-align: center;
}

footer .social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 25px;
}

footer .social-media li {
	display: inline;
	margin: 0 8px;
}

footer .social-media li a {
	display: inline;
}

footer .address a {
	position: relative;
	text-decoration: none;
	outline: none;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
}

footer .address a:hover {
	text-decoration: none;
}

footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

footer nav ul li {
	margin: 0 8px;
	display: inline;
	font-family: 'GoodSans-Regular';
	font-size: 15px;
	line-height: 150%;
}

footer nav ul li a {
	color: #6a6a69;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	cursor: pointer;
}

footer nav ul li a:hover {
	text-decoration: none;
	color: #6a6a69;
}

footer nav ul li a::before {
	transform: scaleX(0);
	transform-origin: right;
}

footer nav ul li a::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #01b1ec;
	transition: transform 400ms ease-out;
}

footer nav ul li a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

footer .circle-f {
	width: 286px;
	height: 227px;
	background: url(../images/icons/footer-circle.svg) no-repeat center center;
	position: absolute;
	top: "auto";
	right: "auto";
	bottom: 0;
	left: 0;
	z-index: -1;
	z-index: 1;
}

footer .squre-f {
	width: 500px;
	height: 322px;
	background: url(../images/icons/footer-squre.svg) no-repeat center center;
	position: absolute;
	top: "auto";
	right: 0;
	bottom: 0;
	left: "auto";
	z-index: -1;
	z-index: 1;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.table-striped > tbody > tr {
	background-color: #000 !important;
}

.form-control {
	background: #343434 !important;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	font-family: 'GoodSans-Regular' !important;
}

.select2-container--krajee-bs3 .select2-selection { background-color: #343434; color:#fff; border: 1px solid #343434; }
.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field {
	background: #343434;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	font-family: 'GoodSans-Regular' !important;
}
.select2-container--krajee-bs3 .select2-results__option[aria-selected] { background-color: #343434; color:#fff; }
.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
	background-color: #337ab7;
	color: #fff;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
	color: #fff;
}

.add-another-dots {
	display: none;
}

.tox-tinymce {
	border: 1px solid #343434 !important;
	border-radius: 4px !important;
}

.tox .tox-statusbar {
	border-top: 1px solid #343434 !important;
	background-color: #343434 !important;
}

.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount {
	color: #fff !important;
}

.tox .tox-edit-area__iframe {
	background-color: #343434 !important;
}

.container-fluid.admin {
	color: #000;
}

.container-fluid.admin .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9 !important;
}

.container-fluid.admin .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #fff !important;
}

.fielddelete {
	top: 6px;
	right: -23px;
}

.delete-field {
	background: none;
	font-family: 'Glyphicons Halflings';
}

.delete-field:before {
	content: "\e020";
}

.chosen-container-single .chosen-single {
	background-color: #343434;
	color: #fff;
	border:0;
}

.chosen-container-single a.chosen-single {
	color: #fff !important;
}

.chosen-container .chosen-results li.active-result {
	color: #fff;
}

.chosen-container .chosen-drop {
	background-color: #343434;
}

body.modal-popup .container-fluid {
	background-color: #000 !important;
}

.datepicker-days {
	color: #000;
}

/*
Summary
*/
.webform #webform-summary-item {
	margin-bottom:10px;
}
.webform #webform-summary-item:after {
	content: "";
	clear: both;
	display: table;
}

.webform #webform-summary-item h3 {
	width:350px;
	float:left;
	padding-right:10px;
	font-size:14px;
	margin:0;
	font-family: 'GoodSans-Regular';
	line-height:1.5;
}
.webform #webform-summary-item div.summary-value {
	float:left;
	line-height: 30px;
	width: calc(100% - 350px);
}
.webform #webform-summary-item div.summary-value::first-line {
	float:left;
	line-height:1;
}

.webform #webform-summary-item a {
	text-decoration:underline;
	color:#5e5e5e;
}

.webform #webform-summary-item table {
	width:100%;
	table-layout: fixed;
}

.webform #webform-summary-tab table td.total-table-item {
	width:350px;
	padding:5px 10px 5px 0;
	font-size:14px;
	font-family: 'GoodSans-Regular';
}

.webform #webform-summary-tab table td.total-table-item-total {
	width:auto;
}

.webform #webform-summary-tab {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.webform #webform-summary-tab:last-child {
	border-bottom:0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.webform #webform-summary-tab #webform-summary-tab {
	margin-left:0px;
}

.webform #webform-summary-tab h2 {
	color:#fff;
	font-size:25px !important;
	padding:5px 0px;
	margin:0 0 10px 0 !important;
}

.webform #webform-summary-tab #webform-summary-tab h2 {
	font-size:20px !important;
}

.home-intro ul {
	margin-top: 5px;
}

.text h1 {
	font-family: 'Rosart-Bold';
	font-size: 60px;
	line-height: 66px;
	margin: 0;
	line-height: 110%;
}

.text h2 {
	font-family: 'Rosart-Bold';
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.text h3 {
	font-family: 'Rosart-Bold';
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}

.text ul li {
	font-family: 'GoodSans-Regular';
	font-size: 15px;
	line-height: 150%;
	margin-bottom:5px;
}

.home-intro,
.home-intro ul li,
.home-voorwaarden-uitleg {
	font-family: 'GoodSans-Regular';
	font-size: 18px;
	line-height: 160%;
}

.home-voorwaarden-uitleg {
	border:solid 1px #ffffff;
	padding: 10px;
	font-size: 15px;
	margin:20px;
}

.checkbox label {
	position: relative;
	padding-left: 30px;
}

.checkbox label .caret {
	border-bottom-color: #01b1ec;
	border-top-color: #01b1ec;
}

.checkbox label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #000000;
	border: 1px solid #ffffff;
	border-radius: 0px;
}
.checkbox label:hover input ~ .control_indicator,
.checkbox label input:focus ~ .control_indicator {
	background: #000000;
}

.checkbox label input:checked ~ .control_indicator {
	background: #000000;
}


.checkbox label input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.checkbox label input:checked ~ .control_indicator:after {
	display: block;
}
.checkbox label .control_indicator:after {
	left: 7px;
	top: 3px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.checkbox label input:disabled ~ .control_indicator:after {
	border-color: #7b7b7b;
}

.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.radio label {
	position: relative;
	padding-left: 30px;
}
.radio .control_indicator {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #000;
	border: 1px solid #fff;
}

.radio input:checked ~ .control_indicator {
	background: #000;
}

.radio input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.radio .control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.radio input:checked ~ .control_indicator:after {
	display: block;
}
.radio .control_indicator {
	border-radius: 50%;
}

.radio .control_indicator:after {
	left: 6px;
	top: 6px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
	transition: background 250ms;
}
.radio input:disabled ~ .control_indicator:after {
	background: #7b7b7b;
}


.create-subform-5EC8E5BA-287A-653A-E189-3CE40AF2350A button {
	cursor: pointer;
	background: #fff !important;
	height: 45px;
	padding: 15px 30px;
	color: #000 !important;
	font-size: 10px;
	letter-spacing: 1.25px;
	border: none;
	text-transform: uppercase;
	border-radius: 2px;
}

.create-subform-5EC8E5BA-287A-653A-E189-3CE40AF2350A button:hover,
.create-subform-5EC8E5BA-287A-653A-E189-3CE40AF2350A button:focus,
.create-subform-5EC8E5BA-287A-653A-E189-3CE40AF2350A button:active {
	color: #000;
	background: #fff;
}

.create-subform-5EC8E5BA-287A-653A-E189-3CE40AF2350A button .glyphicon {
	display: none;
}

small.optional {
	font-size: 10px;
	display: none;
}

small.required {
	font-size: 10px;
	display: inline-block;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #fff;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #DF2800;
}

.datepicker-inline {
	background: #fff;
}

.form-horizontal .control-label{
	text-align:left;
}

.help-block-error {
	color: #DF2800 !important;
}

.text a {
	cursor: pointer;
}

.webformItemGroup-87, #webform-summary-item.webformItem-87 .total-table-item:not(.result):not(.total-table-item-total) {
	font-size: 17px !important;
}

.webformItemGroup-117 #formItem label, #webform-summary-item.webformItem-117 .total-table-item:not(.result):not(.total-table-item-total) {
	font-size: 21px !important;
	line-height: 1.2 !important;
}

.webformItemGroup-87 strong {
	font-size:15px;
}

.webformItemGroup-117 strong {
	font-size:15px;
}

/* =Gridview, override yii layout
-------------------------------------------------------------- */
.grid-view table.items th {
	background: #5e5e5e !important;
	color:#fff !important;
}

.grid-view table.items th a {
	color:#fff !important;
	font-weight:normal !important;
	
}

.grid-view .filters input, .grid-view .filters select {
	width:100% !important;
	padding:0 !important;
}

.grid-view table.items th, .grid-view table.items td {
	font-size:12px !important;
}

.grid-view table.items tbody tr:hover {
	background: #ff5f02 !important;
	color:#fff;
}

.grid-view .summary {
	display:none !important;
}

.grid-view {
	padding:0 !important;
}

.grid-view table.items th {
	text-align:left !important;
}

.grid-view-loading {
	background-position:center 5px !important;
}

.grid-view .pager {
	margin: 6px 6px 6px 0 !important;
	text-align: right !important;
}


/* =Tabs
-------------------------------------------------------------- */
/*
Tabs
*/

#tabs.ui-widget-content {
	border: none;
	background: none;
	color: inherit;
	font-family:inherit;
	font-size:inherit;
	border-radius:0;
	padding:0;
}

#tabs .ui-tabs-nav {
	padding:0;
	margin:0 0 10px;
	border-radius:0;
	border:0;
	background:none;
	color:inherit;
	font-weight:normal;
	border-bottom:0;
}

#tabs .ui-tabs-nav li {
	list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

#tabs .ui-tabs-nav li.ui-tabs-active {
	margin: 0 10px 0 0;
	padding: 0;
}

#tabs .ui-state-default {
	border: none;
    background: none;
    font-weight: normal;
    color: inherit;
	border-radius:0;
}

#tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
    padding: 0;
    text-decoration: none;
	margin-right: 1px;
	margin-bottom:0px;
    line-height: 30px;
	height:30px;
    border: 0;
    border-radius: 0;
	position: relative;
    display: block;
    padding: 0px 10px;
	background:#5e5e5e;
	color:#fff;
}

#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited {
	color: #000;
	background-color: #fff;
	border-bottom: 2px solid #01b1ec;
    cursor: default;
}

#tabs .ui-tabs-panel {
	display: block;
    border-width: 0;
    padding: 0;
    background: none;
	border-radius:0;
	border: 0;
}

#tabs .ui-widget-content {
	color:inherit;
	border-radius:0;
	padding:10px;
}

#tabs .ui-widget-content a {
	color:#337ab7;
}

#tabs .ui-widget-content a.add-another {
	background: #01b1ec;
	height: 45px;
	padding: 15px 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.25px;
	border: none;
	border-radius: 2px;
}

#tabs .ui-widget-content a.add-another:hover {
	text-decoration: none;
}

#tabs .ui-widget-content a:hover {
	text-decoration: none;
}

.add-another-box {
	margin-top: 17px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color:#fff !important;
}

#tabs .ui-widget-content a.btn {
	color:#fff;
}

.nav-tabs li a {
	background: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.nav-tabs li.active a {
	background-color: #31b0d5 !important;
    border-color: #269abc !important;
	color:#fff;
}

.nav-tabs li.active a:hover {
	color:#000;
}

ul#tabs-menu li.ui-tabs-active a, ul#tabs-menu li a:hover {
	background-color:#fff !important;
	color:#000 !important;
	border-bottom: 2px solid #01b1ec !important;
}

ul#tabs-menu li.ui-state-disabled a {
	color:#999;
}



/* =Webforms
-------------------------------------------------------------- */

.webform input.save {
	display: block;
	float: left;
	cursor: pointer;

	background: #000;
	height: 45px;
	padding: 15px 30px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1.25px;
	border: none;
	border-radius: 2px;
	border: 1px solid #fff;

	margin-top:20px;
}

.btn-cancel {
	background: #000;
	font-size: 10px;
	letter-spacing: 1.25px;
	border: none;
	border-radius: 2px;
	color: #fff;
	border: 1px solid #fff;
}

.btn-cancel:hover {
	color: #fff;
}

.webform input.prev {
	display: block;
	float: left;
	cursor: pointer;

	background: #000;
	height: 45px;
	padding: 15px 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.25px;
	border: none;
	border-radius: 2px;
	border: 1px solid #fff;
	margin-right:20px;
	margin-top:20px;
}

.webform input.next {
	float: right;
	cursor: pointer;
	background: #01b1ec;
	height: 45px;
	padding: 15px 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1.25px;
	border: none;
	border-radius: 2px;

	margin-top:20px;
}

.btn {
	height: 45px;
	padding: 15px 30px;
	font-size: 12px !important;
	letter-spacing: 1.25px;
	border: none;
	border-radius: 2px;
}

.btn.btn-success, .btn.btn-success:active:hover, .btn.btn-success:active:focus {
	background: #01b1ec;
	color: #fff;
}

#formItem .glyphicon-pencil::before {
	content: "\e235";
}

input[type=submit]:disabled, input[type=button]:disabled {
	background:#999 !important;
	color:#666 !important;
	padding:0px 12px !important;
	cursor:default;
}

input[readonly] {
	color:#666 !important;
}

.checkbox-child {
	margin-left: 30px;
}

.form-group .control-label img {
	margin-top:-3px;
}

.form-group .row.location {
	margin-bottom: 15px;
}

.wrapper.quiz, .wrapper.exit {
	margin-top:50px;
}

.wrapper.exit .exit {
	margin-bottom: 30px;
}

.wrapper.quiz .help-block {
	color:#df2800;
}


.btn.btn-success.prev {
	background: #000 !important;
	color:#fff !important;
	border: 1px solid #fff;
}

.btn.btn-success.next {
	float:right;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border:0;
}

.table-bordered {
	border: 0;
}

thead {
	background: #01b1ec;
	color: #fff;
}

tbody tr {
	border-bottom: 1px solid #999999;
}

tbody tr:last-child {
	border-bottom: 0;
}

tr.subform-total-2F135A64-0319-4D3F-A178-4AC7D7E4669F,
tr.subform-total-CF57BB93-C078-4CC1-BC3D-2DD7B112BF10{
	border-top:3px solid #ffffff;
	color: #666 !important;
}

tr.subform-total-C31A8F61-03E1-4D6C-92D3-179857E15833 td,
tr.subform-total-7F18E816-FEC5-4E60-838D-DC7452E0AC45 td{
	font-style: italic;
	color: #666 !important;
}

tr.subform-total-2F135A64-0319-4D3F-A178-4AC7D7E4669F td,
tr.subform-total-CF57BB93-C078-4CC1-BC3D-2DD7B112BF10 td{
	font-weight: bold;
	color: #666 !important;
}



/*
Date Picker
*/
/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	background:#fff;
	height: auto;
	margin: 5px auto 0;
	font: 12px Arial;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	/*background: url('../images/dark_leather.png') repeat 0 0 #000;*/
	background:#ff5f02;
	color: #fff;
	line-height: 30px;
	
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	text-align:center;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td.ui-datepicker-week-col {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
}

.ui-datepicker td.ui-datepicker-week-col {
	color:#fff;
}

.ui-datepicker-calendar tbody .ui-datepicker-week-col {
	background: #5e5e5e;
	color:#fff;
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #009b3a;
	color:#fff;
}
.ui-datepicker-calendar .ui-state-active {
	background: #009b3a;
	
	color: #e0e0e0;
	
	position: relative;
	
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 30px;
	margin-bottom: 0;
}

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default;
border: 1px solid #333;
background: #5e5e5e;
font-weight: normal;
color: #555555; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; border: 1px solid #aaaaaa; background: #fffff}
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.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; }

/* css for timepicker */
.ui-timepicker-div { margin-top:10px; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui_tpicker_time { margin: 0 10px 10px 45% !important; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.ui-datepicker-buttonpane { margin:4px 0px 5px 5px; }