/*
 * Schindhelm - Client management
 * @author Jiří Hýbek <jiri.hybek@cryonix.cz> / Cryonix Innovations <www.cryonix.cz>
 */

* {
 	margin: 0px;
 	padding: 0px;
 }

body {
	background: #ffffff;
	color: #000000;
	font-family: "Segoe UI", Arial, sans-serif, Helvetica;
	font-size: 12px;
	line-height: 1.0;
}

.clear {
	clear: both;
}

header, #page {
	width: 1000px;
	margin: auto;
}

header {
	width: 960px;
	margin-bottom: 80px;
}

nav .primary,
.left,
.folders {
	display: none;
}

#top-bar {
	padding-top: 20px;
	font-size: 16px;
}

#top-bar .release {
	font-size: 40px;
	margin-bottom: 10px;
}

#top-bar .account ul.links {
	display: none;
}

/* LOGO */
#logo img {
	width: 100%;
}
#logo {
	width: 140px;
	float: left;
	margin-right: 80px;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	padding-top: 20px;
}

#breadcrumbs ul {
	list-style: none;
}

#breadcrumbs ul li {
	float: left;
	height: 24px;
	line-height: 26px;
	margin-right: 14px;
	color: #000000;
	font-size: 15px;
	padding-left: 17px;
	background: url('images/breadcrumbs-arrow.gif') no-repeat;
	background-position: 0px 8px;
}

#breadcrumbs ul li a {
	text-decoration: none;
	color: #000000;
}

#breadcrumbs ul li span {
	color: #666666;
}

#breadcrumbs ul li.home {
	padding-left: 0px;
	background: none;
}

#breadcrumbs ul li.home a {
	display: block;
	width: 24px;
	height: 24px;
	background: url("images/breadcrumbs-home.gif") no-repeat top left;
	text-decoration: none;
}

/*
 * UI: LIST
 */
.ui-list {
	width: 100%;
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0
}

/* HEADER */
.ui-list thead tr th {
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}

.ui-list thead tr > th:nth-child(1) {
	border-left: 0px none;
}

.ui-list thead tr th.align-left { text-align: left; }
.ui-list thead tr th.align-center { text-align: center; }
.ui-list thead tr th.align-right { text-align: right; }

.ui-list thead tr th a {
	display: block;
	padding: 10px 10px 6px 10px;
	color: #666666;
	text-decoration: none;
}


/* BODY */
.ui-list tbody tr td {
	padding: 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: transparent;
	vertical-align: top;
	page-break-before: avoid;
	page-break-inside: avoid;
	page-break-after: always;
}

.ui-list tbody tr > td:nth-child(1){
	border-left: 0px none;
}

.ui-list tbody tr td.align-left { text-align: left; }
.ui-list tbody tr td.align-center { text-align: center; }
.ui-list tbody tr td.align-right { text-align: right; }

.ui-list tbody tr td.counter { vertical-align: middle; }

.ui-list tbody tr td img.thumbnail {
	float: left;
	margin-right: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* ACTIONS */
.ui-list tbody tr td ul.actions {
	display: none;
}

/* ROWS */
.ui-list tbody tr td p {
	font-size: 13px;
	line-height: 15px;
}
.ui-list tbody tr td .row-title {
	font-size: 19px;
	color: #000000;
	margin-bottom: 5px;
	line-height: 19px;
	padding-top: 6px;
}

.ui-list tbody tr td .row-title a {
	color: #000000;
	text-decoration: none;
}

.ui-list tbody tr td .row-title a:hover {
	text-decoration: underline;
}

.ui-list tbody tr td .row-description {
	color: #666666;
}
.ui-list tbody tr td .row-description a {
	color: #666666;
	text-decoration: none;
}

.ui-list tbody tr td .currency {
	font-size: 12px;
}

/* FOOTER */
.ui-list tfoot tr td {
	height: 32px;
	border-top: 2px solid #000000;
	vertical-align: top;
}

/* PAGINATION */
.ui-list tfoot tr td ul.pagination {
	float: left;
	list-style: none;
	padding: 0px 8px;
}

.ui-list tfoot tr td ul li {
	float: left;
	padding-top: 4px;
}

.ui-list tfoot tr td ul li.prev, .ui-list tfoot tr td ul li.next {
	display: none;
}

.ui-list tfoot tr td ul li input {
	padding: 2px 6px;
	border: 2px solid #666666;
	width: 25px;
	border-style: none none solid none;
	text-align: center;
	background: transparent;
	font-size: 15px;
	color: #000000;
	line-height: 1.0;
}

.ui-list tfoot tr td ul li.text, .ui-list tfoot tr td ul li.total, .ui-list tfoot tr td ul li.pages {
	font-size: 11px;
	color: #000000;
	line-height: 11px;
	padding: 11px 10px 8px 10px;
}

.ui-list tfoot tr td ul li.pages {
	font-size: 15px;
	line-height: 15px;
	padding: 7px 2px 8px 2px;
	color: #000000;
	margin-right: 10px;
	width: 23px;
	text-align: center;
}

/* OPTIONS */
.ui-list tfoot tr td ul.options {
	float: right;
	list-style: none;
}

.ui-list tfoot tr td ul li.total {
	border-left: 1px solid #000000;
}

/*
 * UI: FORM
 */
#ui-form {
	padding: 3px 10px;
}

#ui-form .form-group h2 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #000000;
	padding: 10px;
	background: #dddddd;
	border-radius: 4px;
}

#ui-form .form-group .form-fields {
	padding: 0px 10px 10px 10px;
}

#ui-form p {
	margin-bottom: 16px;
}

#ui-form label.title {
	display: inline-block;
	width: 150px;
	line-height: 31px;
}

#ui-form label.description {
	display: inline-block;
	margin-left: 6px;
}

#ui-form p.required label .asterisk {
	color: #ff0000;
}

#ui-form input[type=text],
#ui-form input[type=password],
#ui-form input[type=number],
#ui-form input[type=email],
#ui-form select,
#ui-form textarea {
	background: #f0f0f0;
	padding: 8px;
	border: 1px solid #666666;
	border-radius: 3px;
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif, Helvetica;
	color: #000000;
}

#ui-form textarea {
	vertical-align: top;
}

#ui-form input[type=checkbox] {
	vertical-align: -2px;
}

#ui-form .help {
	display: inline-block;
	width: 22px;
	height: 16px;
	cursor: pointer;
	background: url('images/icon-help.gif') no-repeat left;
	position: relative;
	vertical-align: -3px;
	margin-left: 10px;
}

#ui-form .help .hint {
	display: none;
}

#ui-form .frame {
	padding: 16px;
	height: 140px;
	overflow-y: scroll;
	background: #eeeeee;
	border: 1px dashed #666666;
}

#ui-form .frame h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 16px;
}

#ui-form .frame h4 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-top: 10px;
}

#ui-form .frame p {
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 16px;
}

#ui-form p.submit {
	border-top: 1px solid #33463d;
	padding: 10px;
}

#ui-form input[type=submit],
#ui-form input[type=button],
#ui-form input[type=reset] {
	padding: 10px 20px;
	border-radius: 4px;
	background: #666666;
	border: 0px none;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
}

#ui-form input[type=submit] {
	background: #333333;
}

#ui-form p.hidden {
	display: none;
}

#ui-form .separator {
	border-bottom: 2px solid #666666;
	margin-bottom: 16px;
}

/*
 * MESSAGES
 */

#ui-list p.message,
#ui-form p.message {
	padding: 16px;
	margin: -10px -10px 20px -10px;
	background: #dddddd;
	font-size: 14px;
	border-radius: 4px;
}

/* 
 * FOOTER
 */
footer {
	text-align: center;
	color: #666666;
	padding: 40px;
}

footer p {
	margin-bottom: 20px;
}