.kt_black_bg
{
	/*background: url(../images/kt_black_bg.png) top left repeat;*/
	background: #111111;
	padding: 15px;
	color: #acff1c;
	width: 80%;
	border: solid #fff 8px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	margin: 15px 0;
}


.kt_black_bg h2,
form#kt-form h2
{
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.kt_black_bg em,
form#kt-form em
{
	color: #fff;
}

hr.clear
{
	visibility: hidden;
	clear: both;
}

table.wp-list-table thead th#image
{
	width: 110px;
}

table.wp-list-table tbody tr td.column-image a img
{
	width: 100px !important;
	height: 100px !important;
}

p.kt-error
{
	padding: 10px 5px;
	background: #FF3333;
	color: #fff;
	display: inline-block;
}

p.kt-no-error
{
	padding: 0 5px;
	background: #B4FF69;
	color: #000;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0;
}

form.kt-form-option table tr td:first-child
{
	font-weight: bold;
	padding: 7px 20px 7px 0;
}

form.kt-form-option table tr td span.erorr-s
{
	background: #FF0D0D;
	display: inline-block;
	padding: 4px 6px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}

form.kt-form-option h3,
form.kt-form-option h2
{
	margin: 20px 0 10px 0;
}

table.kt-form-table
{
	width: 100%
}

table.kt-form-table tr td:first-child
{
	padding: 8px 25px 8px 0;
	font-weight: bold;
	width: 20%;
}

table.kt-form-table tr td input,
table.kt-form-table tr td textarea
{
	width: 98%;
}

table.kt-form-table tr td textarea
{
	height: 150px;
}

span.erorr-s
{
	background: #B10C0A;
	color: #fff;
	font-size: 11px;
	letter-spacing: -1px;
	padding: 2px 4px;
	border-radius: 2px;
	line-height: normal;
	display: inline-block;
}

table.wp-list-table tbody tr.status-pending
{
	background: #FFBFBF;
}

table.wp-list-table tbody tr.status-publish
{
	background: #DAFF75;
}

table.kt-rez-table thead tr th#title
{
	padding-left: 10px;
}

div#kt-admin-page,
table.kt-rez-table
{
	width: 95%;
}

form#stav-rezervace
{
	margin: 20px 0 20px 0;
}

label.switch-toggle
{
	background: url('../images/switch.png') no-repeat;
	display: inline-block !important;
	height: 35px;
	width: 86px;
	padding-left: 26px;
	cursor: pointer;
	display: none;
}

label.switch-toggle.on
{
	background-position: 0px 0px;
}

label.switch-toggle.off
{
	background-position: 0px -35px;
}

label.switch-toggle.hidden
{
	display: none;
}

div.img-load-box span.span-url
{
	display:inline-block;
	color: #fff;
	margin-right: 5px;
}

div.img-load-box span.full
{
	margin-right: 15px;
}

.kt-button,
form#kt-form input[type="submit"]
{
	display: inline-block;
	background: #d0ff7a; /* Old browsers */
	background: -moz-linear-gradient(top, #d0ff7a 1%, #d2e638 50%, #c3d825 51%, #acff1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d0ff7a), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#acff1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0ff7a 1%,#d2e638 50%,#c3d825 51%,#acff1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0ff7a 1%,#d2e638 50%,#c3d825 51%,#acff1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0ff7a 1%,#d2e638 50%,#c3d825 51%,#acff1c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d0ff7a 1%,#d2e638 50%,#c3d825 51%,#acff1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ff7a', endColorstr='#acff1c',GradientType=0 ); /* IE6-9 */
	padding: 5px 8px;
	color: #000;
	cursor: pointer;
	border: 0;
}

.kt-button:hover
{
	background: #5c5c5c;
	color: #fff;
}

.kt-loading-gif
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/loading.gif') top left no-repeat;
}

div#login h1 a
{
	background: url('../images/kt-logo.png') center top no-repeat;
	background-size: 200px 55px;
}

/**** FORM BASIC STYLES ****/

form#kt-form input[type="number"],
form#kt-form input[type="text"],
form#kt-form input[type="email"],
form#kt-form select,
form#kt-form checkobx,
form#kt-form textarea
{
	float: left;
	width: 90%;
}

form#kt-form .required,
table.kt-form-table .required
{
	border: solid #000 1px;
}

div.validator
{
	float: left;
	height: 0;
	position: relative;
}

span.erorr-s
{
	position: absolute;
	background: red;
	padding: 2px 8px;
	display: block;
	left: 10px;
	white-space: nowrap;
	hiehgt: 20px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	font-family: verdana;
	letter-spacing: -1px;
	font-size: 11px;
	background: #c92a2a; /* Old browsers */
	background: -moz-linear-gradient(top, #c92a2a 0%, #ff5151 49%, #f6290c 51%, #f02f17 71%, #ad0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c92a2a), color-stop(49%,#ff5151), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#ad0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c92a2a 0%,#ff5151 49%,#f6290c 51%,#f02f17 71%,#ad0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c92a2a 0%,#ff5151 49%,#f6290c 51%,#f02f17 71%,#ad0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c92a2a 0%,#ff5151 49%,#f6290c 51%,#f02f17 71%,#ad0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c92a2a 0%,#ff5151 49%,#f6290c 51%,#f02f17 71%,#ad0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92a2a', endColorstr='#ad0000',GradientType=0 ); /* IE6-9 */

}

.ui-tooltip
{
	color: #acff1c !important;
	background: #111111 !important;
	box-shadow: none !important;
	border: solid #fff 1px !important;
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	text-align: left;
}