@import url(https://fonts.googleapis.com/css?family=Exo+2&subset=latin,latin-ext,cyrillic,cyrillic-ext);

html, body {
	height: 95%;
}
body {
    color: #000000;
	font-family: 'Exo 2', sans-serif;
    margin: 0px;
    font-size: 16px;
    background: url(/resources/graphics/backgrounds/background.png);
}
input, button, textarea, select {
    border: 1px solid #bcbcbc;
    font-size: inherit;
    width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 30px;
	padding-left: 5px;
}
input[type="file"] {
	display: inline;
	padding-top: 5px;
}
textarea {
	height: 140px;
}
a {
	text-decoration: none;
	color: #333;
}
h3 {
		margin: 0px;	
	}
button {
	margin-top: 20px;
	background-color: #FFF;
	cursor: pointer;
}
ul {
	padding: 0px;
	margin: 0px;
}
div {
	margin-top: 10px;
	margin-bottom: 10px;
}    
h1 {
	margin: 0px;
	float:left;
	padding-left: 10px;
	margin-top: -10px;
}
h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 4px;
	border-bottom: 3px solid #bcbcbc;
	color: #333;
}
p {
	margin: 5px;
}
label {
	display: block;
	font-size: inherit;
	text-align: right;
}
table, tr, th, td {
	border: 1px solid #bcbcbc;
	height: 25px;
}
table {
	width: 100%;
	border-collapse: collapse;
	page-break-inside:auto;
}
tr {
	text-align: center;
	page-break-inside: avoid;
	page-break-after:auto;
	page-break-before:auto;
}
td:first-child {
	text-align: left;
	padding-left: 5px;
}
iframe {
	width: 600px;
	display: block;
	border: none;
}
#section-title {
	display: inline-block;    	
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
#section-sub-title {
	font-weight: normal;
	font-style: italic;
}

#main {
	height: 100%;
}
#login-form-box {
	background: white;
	padding: 20px;
	margin-top: 200px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #bcbcbc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#login-form-errors {
	color: rgb(218,10,10);
}
#errors {
	color: red;
}
#admin-container {
	overflow-y: auto;
	background: white;    	
	padding: 20px;
	padding-top: 10px;
	margin-left: 220px;
	margin-right: auto;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	height: 100%;
}
#admin-top-menu {
	margin:0px;
	text-align: right;
	margin-right: 15px;
}
#top-menu {
	margin:0px;
}
#log-off {
	display: inline-block;
	margin:0px;
}    
#main-menu {
	margin: 0px;
}
#admin-main-menu {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}
#title {
	display: inline;
	position: absolute;
	left: 8px;
	top: -4px;
	font-size: 22px;
	color: rgb(3, 3, 3);
}
#admin-main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#admin-main-menu ul li {
	padding-left: 10px;
	padding-bottom: 4px;
}    
#admin-main-menu ul li ul li {
	padding-bottom: 10px;
	padding-left: 10px;
}    
#admin-main-menu li ul a {
	font-size: 16px;
}    
#admin-main-menu li ul {
	padding-top: 8px;
}    
#admin-main-menu a {
	font-size: 20px;
}
#admin-sub-menu ul {
	list-style: none;
	padding-left: 10px;
} 
#admin-sub-menu {
	display: table-cell;
	width: 18%;
	border-right: 3px solid #bcbcbc;
}
#admin-sub-menu ul li {
	margin-bottom: 10px;
}
	#content {
		display: table;
		width: 100%;
		margin-top: 0px;
	}
	#actions {
	float: right;
	}
.menu-element {
	cursor: pointer;
}
.button {
	cursor: pointer;
	padding: 4px;
	border: 1px solid #bcbcbc;
	display: inline-block;
	margin-top: 5px;
	background: #fff;
}
.list-item-0 {
	background: #E3F6F7;    
}
.list-item-1 {
	background: #fff;
}
.actual-content {
	clear: both;
}
.small-text-holder {
	width: 78%;
	display: inline-block;
}
.small-title {
	display: inline-block;
	width: 55%;
	vertical-align: top;
} 
.small-image {
	display: inline-block;
	width: 140px;
	text-align: center;
}    
.small-image img {
	max-width: 140px;
	max-height: 100px;		
}
.small-button {
	float:right;
	display: inline-block;
	background: #fff;
	margin: 2px;
	padding: 0px;
	margin-right: 2px;    	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 1px solid #bcbcbc;
	cursor: pointer;
}
#item-upload-loader {
	text-align: center;
}
#item-upload-loader img {
	width: 20px;
	height: 20px;
}
.order {
		cursor: pointer;
	}
	.sort {
 	background: #E3F6F7;
	}
	#filters {
		text-align: right;
	}
	input.filter,
	select.filter {
		width: 300px;
	}
	.summary-container {
	border: 1px solid #bcbcbc;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 10px;
	background: #E3F6F7;
		font-size: 18px;
	}
.summary-container ul {
		list-style: none;
	}
	.summary-container li {
		padding-top: 10px;
	}
.summary-container ul li p {
	display: inline-block;
	width: 280px;
}
#pagination div {
	display: inline-block;
	min-width: 20px;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 2px;
	padding: 3px;
	cursor: pointer;
}
#items > div {
	background-color: #aaa;
	display: inline-block;
	height: 250px;
	width: 200px;
}
#item-upload-close {
	float: right;
}
#pagination div.active {
	font-weight: bold;
}
#item-upload-dialog-holder,
#item-meta-dialog-holder {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: fixed;
	background: rgba(0,0,0,0.8);
	display: none;
}
#item-meta-dialog {
	height: 330px;
} 	
#item-upload-dialog {
	height: 130px;
}
#item-upload-dialog,
#item-meta-dialog {
	border: 3px solid #bcbcbc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 800px;
	z-index: 2;
	position: relative;
	top: 150px;
	margin: auto;
	background: white;
	padding: 10px;
}
#item-upload-select {
	width: 740px;
}
#item-upload-process {
	margin-left: 5px;
	height: 25px;
	padding: 5px;
}
.action-label {
	float: right;
}