﻿span.required-mark {
	color: red;
	padding-left: 5px;
	padding-right: 5px;
}

.text-error {
	color: red;
	font-weight: bold;
}

table.details-table {
	width: 100%;
	margin-bottom: 30px;
}

	/*table.details-table th {
	padding: 8px;
}*/

	table.details-table td {
		padding: 8px;
		padding-bottom: 10px;
	}

#ajax-load {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	display: none;
}


.toggle {
	margin: 4px;
	background-color: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	overflow: hidden;
	float: left;
}

	.toggle label {
		float: left;
		width: 5.0em;
		height: 3.0em;
	}

		.toggle label span {
			text-align: center;
			padding: 3px 0px;
			display: block;
			cursor: pointer;
			font-size: 25px;
		}

		.toggle label input {
			display: none;
			position: absolute;
			top: 400px;
		}

	.toggle .input-checked /*, .bounds input:checked + span works for firefox and ie9 but breaks js for ie8(ONLY) */ {
		background-color: #404040;
		height: 5.0em;
		color: #F7F7F7;
	}

.iconImige {
	border: solid;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 400px;
}

.logo-parisol-main {
	width: 200px;
}

.icon-parisol-small {
	width: 60px !important;
	height: 52px !important;
	display: inline-block !important;
	background: url('images/parisol-logo.png') transparent no-repeat !important;
	background-position: center center !important;
	background-size: 60px 52px !important;
	margin-top: -3px !important;
}

	.icon-parisol-small ~ .parisol-header-title {
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
	}

.k-picker-wrap .k-icon {
	vertical-align: top !important;
	margin-top: 4px !important;
}