@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}

body {
	color: #333333;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
body.administration {
	/*min-width: 1060px;*/
}

body * {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

ul {
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	border: 1px solid #000000;
}

p {
	padding: 0px;
}

a {
	text-decoration: none;
}

a,
a:active {
	color: #005580;
	cursor: pointer;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0;
}

a:hover,
a:focus {
	outline: 0;
	color: #0088cc;
	text-decoration: underline;
	background-color: transparent;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a strong {
	color: #4a565f;
}

.mb20{
	margin-bottom:20px;
}

.block {
	display: block;
}

.clearfix { }

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}
.full-width{
	width: 100%;
}
.fr {
	float: right;
}

.row,
.fl100 {
	float: left;
	width: 100%;
}

label {
	display: block;
	margin: 8px 0;
}

.label {
	float: left;
	padding: 8px 0;
}

.hidden {
	display: none;
}

/* timepicker add-on addition */

.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 40%; }
.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; }


/* end timepicker add-on addition */

/** LIST TABLE **/
.list-table {
	margin: 0;
	clear: both;
	width: 100%;
	border-spacing: 0;
	border-width: 1px;
	border-radius: 3px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: #f9f9f9;
}

	.list-table.fixed {
		table-layout: fixed;
	}
	
	.list-table * {
		word-wrap: break-word;
	}
	
	.list-table thead th {
		font-size: 14px;
		text-align: left;
		padding: 5px 10px;
		line-height: 1.3em;
		font-weight: normal;
		display: table-cell;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	}
	
		.list-table thead th .text {
			float: left;
			color: #454545;
			padding-right: 15px;
		}
		
		.list-table thead th .sort_by_arrows {
			float: left;
		}
		
			.list-table thead th .sort_by_arrows span {
				float: left;
				cursor: pointer;
			}
	
	.list-table td,
	.list-table th {
		overflow: hidden;
		border-style: solid;
		border-width: 1px 0;
		border-top-color: #ffffff;
		border-bottom-color: #dfdfdf;
	}
	
	.list-table thead th:first-of-type {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
	}
	
	.list-table thead th:last-of-type {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}
	
	.list-table thead th.check {
		width: 16px;
	}
	
		.list-table thead th.check .checkbox {
			margin: 1px 0 0 0;
		}
	
	.list-table thead th.type,
	.list-table thead th.category,
	.list-table thead th.language {
		width: 20%;
	}
	
	.list-table thead th.order,
	.list-table thead th.date {
		width: 10%;
	}
	
	.list-table tbody th {
		padding: 10px 6px;
		vertical-align: top;
	}
	
	.table tbody td {
		font-size: 14px;
		vertical-align: top;
	}
	
/** GENERAL STYLING **/
/*
.btn {
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px; 
	border-radius: 			4px;
	line-height: 20px;
	text-align: center;
	color: #333333;
	vertical-align: middle;
	cursor: pointer;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 	inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 		inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

	.btn.icn {
		padding-left: 25px;
		position: relative;
	}
		
		.btn .icon {
			position: absolute;
			left: 7px;
			top: 4px;
		}

.btn:hover {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: 	background-position 0.1s linear;
	-o-transition: 		background-position 0.1s linear;
	transition: 		background-position 0.1s linear;
}

	.btn.blue {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #006dcc;
		*background-color: #0044cc;
		background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
		background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
		background-image: -o-linear-gradient(top, #0088cc, #0044cc);
		background-image: linear-gradient(to bottom, #0088cc, #0044cc);
		background-repeat: repeat-x;
		border-color: #0044cc #0044cc #002a80;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

		.btn.blue:hover {
			color: #ffffff;
			background-color: #0044cc;
			*background-color: #003bb3;
			background-color: #003399 \9;
		}

	.btn.orange {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #faa732;
		*background-color: #f89406;
		background-image: -moz-linear-gradient(top, #fbb450, #f89406);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
		background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
		background-image: -o-linear-gradient(top, #fbb450, #f89406);
		background-image: linear-gradient(to bottom, #fbb450, #f89406);
		background-repeat: repeat-x;
		border-color: #f89406 #f89406 #ad6704;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

		.btn.orange:hover {
			color: #ffffff;
			background-color: #f89406;
			*background-color: #df8505;
			background-color: #c67605 \9;
		}
		
	.btn.red {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #da4f49;
		*background-color: #bd362f;
		background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
		background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
		background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
		background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
		background-repeat: repeat-x;
		border-color: #bd362f #bd362f #802420;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

		.btn.red:hover {
			color: #ffffff;
			background-color: #bd362f;
			*background-color: #a9302a;
			background-color: #942a25 \9;
		}

	.btn.green {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #5bb75b;
		*background-color: #51a351;
		background-image: -moz-linear-gradient(top, #62c462, #51a351);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
		background-image: -webkit-linear-gradient(top, #62c462, #51a351);
		background-image: -o-linear-gradient(top, #62c462, #51a351);
		background-image: linear-gradient(to bottom, #62c462, #51a351);
		background-repeat: repeat-x;
		border-color: #51a351 #51a351 #387038;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

		.btn.green:hover {
			color: #ffffff;
			background-color: #51a351;
			*background-color: #499249;
			background-color: #408140 \9;
		}
		
	.btn.lb {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #49afcd;
		*background-color: #2f96b4;
		background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
		background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
		background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
		background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
		background-repeat: repeat-x;
		border-color: #2f96b4 #2f96b4 #1f6377;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

		.btn.lb:hover {
			color: #ffffff;
			background-color: #2f96b4;
			*background-color: #2a85a0;
			background-color: #24748c \9;
		}

	.btn.black {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #363636;
		*background-color: #222222;
		background-image: -moz-linear-gradient(top, #444444, #222222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
		background-image: -webkit-linear-gradient(top, #444444, #222222);
		background-image: -o-linear-gradient(top, #444444, #222222);
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

		.btn.black:hover {
			color: #ffffff;
			background-color: #222222;
			*background-color: #151515;
			background-color: #080808 \9;
		}
*/

.shortfields {
	width: 310px;
	float: left;
}

select {
	padding: 5px;
}

input, textarea, button {
	padding: 5px 10px;
}

input, select, textarea, button {
	color: #666666;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"], 
input[type="email"], 
input[type="password"] {
	width: 388px;
}

textarea {
	max-width: 701px;
}

select {
	width: 150px;
}

fieldset {
	display: block;
}

button.add_section {
	line-height: 16px;
}
button, input, textarea {
	font: 12px Arial, sans-serif;
}

.mt { margin-top: 20px; }
.ml { margin-left: 20px; }
.mr { margin-right: 20px; }
.mb { margin-bottom: 20px; }
.mt0 { margin-top: 0px; }

.pt { padding-top: 20px; }
.pl { padding-left: 20px; }
.pr { padding-right: 20px; }
.pb { padding-bottom: 20px; }

.icon {
	background-image: url(../img/administration/icons.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 18px;
	width: 20px;
}

.icon.dark {
	background-image: url(../img/administration/icons_black.png);
}

	.icon-pages { background-position: 0 -72px; }
	.icon-profile { background-position: 0 -36px; }
	.icon-appearance { background-position: 0 -108px; }
	.icon-articles { background-position: 0 -144px; }
	.icon-shows { background-position: 0 -180px; }
	.icon-staff { background-position: 0 -214px; }
	.icon-gallery { background-position: 0 -247px; }
	.icon-newsletter { background-position: 0 -281px; }
	.icon-admin { background-position: 0 -316px; }
	.icon-home { background-position: 0 -316px; }
	.icon-admins { background-position: -36px -304px; }
	.icon-exclamation { background-position: 0 2px; }
	.icon-file-dot { background-position: 0 -353px; }
	.icon-file-minus { background-position: 0 -389px; }
	.icon-settings { background-position: 0 -425px; }
	.icon-draw { background-position: 0 -462px; }
	.icon-trash { background-position: 0 -498px; }
	
	.icon-arrow-down { background-position: -36px 4px; }
	.icon-arrow-up { background-position: -36px -25px; }
	.icon-arrow-small-up { background-position: -36px -52px; }
	.icon-arrow-small-down { background-position: -36px -76px; }
	.icon-arrow-small-left { background-position: -36px -101px; }
	.icon-menu { background-position: -36px -131px; }
	.icon-attachment { background-position: -36px -166px; }
	.icon-people { background-position: -36px -200px; }
	.icon-files { background-position: -36px -235px; }
	.icon-folder { background-position: -36px -270px; }
	.icon-users { background-position: -36px -304px; }
	.icon-list { background-position: -36px -342px; }
	.icon-logout { background-position: -36px -378px; }
	.icon-plug { background-position: -36px -378px; }
	.icon-graph { background-position: -36px -413px; }
	.icon-image { background-position: -36px -450px; }
	.icon-con { background-position: -36px -485px; }
	.icon-book { background-position: -36px -522px; }
	
	.icon-up-down { background-position: -70px 3px; }
	.icon-up-bold { background-position: -70px -27px; }
	.icon-down-bold { background-position: -70px -58px; }
	.icon-search { background-position: -70px -91px; width: 25px; height: 25px;}
	.icon-lock { background-position: -68px -134px; }
	.icon-unlock { background-position: -68px -166px; }
	.icon-plus { background-position: -68px -199px; }
	.icon-minus { background-position: -68px -230px; }
	.icon-x { background-position: -68px -262px; }
	.icon-warning { background-position: -68px -294px; }
	.icon-edit { background-position: -68px -326px; }
	.icon-zoom { background-position: -68px -357px; }
	.icon-zoom-fade { background-position: -68px -388px; }
	.icon-list-small { background-position: -68px -419px; }
	.icon-edit-small { background-position: -68px -451px; }
	.icon-undo { background-position: -68px -482px; }
	.icon-redo { background-position: -68px -514px; }
	
	.icon-upload { background-position: -116px 0px; }
	.icon-download { background-position: -116px -36px; }
	.icon-up { background-position: -116px -70px; }
	.icon-down { background-position: -116px -102px; }
	.icon-left { background-position: -152px -30px; }
	.icon-right { background-position: -152px 2px; }
	.icon-settings-small { background-position: -116px -134px; }
	.icon-key { background-position: -116px -166px; }
	.icon-left-arrow { background-position: -116px -197px; }
	.icon-right-arrow { background-position: -116px -228px; }
	.icon-double-left-arrow { background-position: -116px -259px; }
	.icon-double-right-arrow { background-position: -116px -290px; }
	.icon-up-arrow { background-position: -116px -248px; }
	.icon-down-arrow { background-position: -116px -320px; }
	.icon-ok { background-position: -116px -377px; }
	.icon-delete { background-position: -116px -408px; }
	.icon-picture-small { background-position: -116px -439px; }
	.icon-no { background-position: -116px -470px; }
	.icon-trash { background-position: -116px -502px; }
	.icon-restore { background-position: -116px -533px; }

div.error,
label.error {
	color: #ff8282;
	font-weight: normal;
}
div.success,
label.success {
	color: #5ab55a;
}

/** END GENERAL STYLING **/
/* LOGIN */

#login {
	width: 372px;
	font-size: 12px;
	margin: 7em auto;
}

	#login form {
		float: left;
		width: auto;
		padding: 16px 25px;
		border: 1px solid #c8c9cb;
		background-color: #ffffff;
		-moz-box-shadow: 	0 4px 18px #e0e0e0;
		-webkit-box-shadow: 0 4px 18px #e0e0e0;
		box-shadow: 		0 4px 18px #e0e0e0;
		-webkit-border-radius: 	7px;
		-moz-border-radius: 	7px;
		border-radius: 			7px;
	}

	#login .row div {
		float: left;
		width: 290px;
		padding: 10px 0px 0px 0px;
	}

	#login .root {
		float: left;
		width: 290px;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
	}
	
		#login .root img {
			width: 290px;
		}

	#login label {
		display: block;
		color: #383f47;
		font-size: 15px;
		margin-top: 0px;
		line-height: 22px;
	}
	
	#login fieldset {
		padding: 10px 0;
	}
	
	/*
	#login input[type="text"],
	#login input[type="password"] {
		width: 268px;
		font-size: 24px;
		padding: 2px 10px;
	}
	*/

	#login .submit {
		float: right;
		font-size: 15px;
	}

	#login .link {
		color: #000000;
	}

	#login h1 {
		float: left;
		width: 290px;
		color: #323a45;
		font-size: 16px;
		padding-bottom: 5px;
		text-shadow: 0 1px 0 #dddddd;
	}

		#login label.error {
			width: 290px !important;
		}

		#login label.error {
			text-align: right !important;
			background-color: #ffffff !important;
			color: #ff8282 !important;
			padding: 0px !important;
		}
		
		#login a.submit {
			float: left;
		}
	
	#login input[type="text"],
	#login input[type="password"] {
		width: 320px;
	}

#captcha_refresh {
	width: 15px;
	height: 15px;
	background: url(../img/admin/captcha.png);
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}

	#captcha_help {
		width: 15px;
		height: 15px;
		background: url(../scripts/securimage/images/help.png);
		display: block;
		float: left;
		margin: 2px 0 0 10px;
	}


#top_background {
	height: 98px;
	padding-top: 20px;
	background-color: #323a45;
}

	#top_background .logo {
		width: 203px;
		height: 78px;
		display: block;
		margin: auto;
		background-image: url(../img/administration/logo.png);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #ffffff;
		-webkit-border-radius: 	5px 5px 0 0;
		-moz-border-radius: 	5px 5px 0 0;
		border-radius: 			5px 5px 0 0;
	}


/* END LOGIN */

#container {
	height: auto;
	min-height: 100%;
	position: relative;
	/*min-width: 1310px;*/
}

#adminmenuback {
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 215px;
	position: absolute;
	background-color: #4a565f;
}

#sidebar {
	float: left;
	width: 215px;
	height: 100%;
	background-color: #4a565f;
}

	#sidebar #header {
		float: left;
		width: 100%;
		height: 50px;
		background-color: #323a45;
	}
		
		#sidebar #header span {
			text-transform: uppercase;
			color: #ffffff;
			font-weight: bold;
			padding: 15px 0;
			display: block;
			text-align: center;
			line-height: 20px;
		}
/** MENU **/
#mainmenu {
	width: 215px;
	overflow: hidden;
}
	
	#mainmenu,
	#mainmenu a,
	#mainmenu li,
	#mainmenu ul {
		float: left;
	}
	
	#mainmenu a {
		width: 215px;
		color: #ffffff;
		line-height: 29px;
		position: relative;
		text-decoration: none;
		padding: 15px 20px 15px 24px;
	}
		
		#mainmenu ul a {
			width: 215px;
			padding: 15px 20px 15px 35px;
		}
	
			#mainmenu .sub_submenu a{
				width: 150px;
				padding: 0 20px 0 45px;
			}
			
			#mainmenu ul a .child {
				float: left;
				width: 24px;
				font-size: 10px;
				line-height: 28px;
			}
	
	#mainmenu ul li {
		border-bottom: 1px  solid #323a45;
	}
	#mainmenu ul li:last-child {
		border-bottom: none;
	}
	
	#mainmenu a:hover {
		background-color: #323a45;
	}
	
	#mainmenu .open .head,
	#mainmenu .open .current {
		color: #ffffff;
	}
	
	#mainmenu .open .current.parent {
		text-decoration: none;
	}
	
	#mainmenu .head,
	#mainmenu .item {
		position: relative;
		border-bottom: 1px solid #323a45;
	}
	
	#mainmenu .glyphicon {
		width: 28px;
	}
	
	#mainmenu .glyphicon.glyphicon-chevron-down {
		float: right;
		width: 20px;
		line-height: 28px;
	}
	
	
	#mainmenu ul {
		display: none;
		background-color: #464D56;
		border-bottom: 1px solid #323a45;
	}
		#mainmenu ul.sub_submenu {
			background-color: #4a565f;
		}
	
		#mainmenu .open ul,
		#mainmenu .selected ul {
			display: block;
		}
		
			#mainmenu .open ul.sub_submenu,
			#mainmenu .selected ul.sub_submenu {
				display: none!important;
			}
			
			#mainmenu .open ul.sub_submenu.sub_open,
			#mainmenu .selected ul.sub_submenu.sub_open {
				display: block!important;
			}

            #mainmenu .open ul.sub_submenu.sub_open li span.icon,
            #mainmenu .selected ul.sub_submenu.sub_open li span.icon {
                top: 5px;
                left: 25px;
            }
	
	#mainmenu .selected a {
		color: #ffffff;
	}
	
	#mainmenu .selected a.current {
		position: relative;
	}
	
	#mainmenu .icon {
		top: 21px;
		left: 20px;
		position: absolute;
	}
	
	#mainmenu ul .icon {
		left: 30px;
	}
	
	#mainmenu .open ul .icon {
		background-position: -27px -101px;
	}
	
	#mainmenu .arrow {
		top: 25px;
		right: 20px;
		width: 14px;
		height: 16px;
		position: absolute;
		background-image:  url(../img/administration/icons.png);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: -35px 0;
	}
		.no_children .arrow {
			display: none;
		}
		
		.current .arrow {
			display: block;
		}
		
		#mainmenu .current .arrow {
			background-position: -29px -133px;
			top: 23px;
			right: 0px;
		}
		
		#mainmenu .current .arrow.parent {
			background-position: -35px -23px;
			top: 20px;
			right: 20px;
		}
		
	#mainmenu .has_sub_submenu .arrow {
		background: transparent url(../img/admin/ui-icons_454545_256x240.png) -32px -15px no-repeat;
	}
	
	#mainmenu .selected li a.current .icon {
		left: auto;
		right: 3px !important;
	}
	
/** END MENU **/

#workspace {
	min-height: 100%;
	margin-left: 215px;
	background-color: #ffffff;
}

	#workspace .activity {
		display: block;
		width: 100%;
		background-color: #323a45;
		height: 50px;
	}
	
		#workspace .activity .logo {
			float: left;
			margin-top: 15px;
			-webkit-border-radius: 	5px 5px 0 0;
			-moz-border-radius: 	5px 5px 0 0;
			border-radius: 			5px 5px 0 0;
			padding: 5px 5px 0 5px;
			background-color: #ffffff;
		}
			
			#workspace .activity .logo img {
				float: left;
				height: 30px;
			}
		
		#workspace .activity .message {
			float: right;
			color: #ffffff;
			font-size: 12px;
			line-height: 16px;
			text-align: right;
			height: 35px;
			margin-right: 10px;
			margin-top: 15px;
		}
		
			#workspace .activity .message span{
				position: relative;
				width: 20px;
				height: 16px;
				float: right;
				margin-left: 5px;
			}
			
				#workspace .activity .message a.profile_edit {
					color: #ffffff;
					position: absolute;
					text-decoration: none;
					top: -2px;
					left: 0;
					width: 20px;
					height: 16px;
					background-image: url(../img/administration/icons.png);
					background-repeat: no-repeat;
					background-color: transparent;
					background-position: 0 -36px; 
					text-indent: -999999px;
				}
	
	#workspace .holder {
		display: block;
		min-height: 100%;
		padding: 30px 15px 0 15px;
		background-color: #ffffff;
	}
	
#dashboard {
	/*
	float: left;
	width: 100%;
	*/
	display: block;
}

	#dashboard .table td span,
	#dashboard .table td a {
		display: block;
		padding: 0 8px;
		line-height: 36px;
	}
	
	/*
	.widget {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.widget.one_third {
		width: 32%;
		float: left;
		margin-left: 2%;
	}
		
		.widget.one_third.first {
			margin-left: 0;
		}
		
		.widget_holder{
			display: block;
			border: 1px solid #cccccc;
			-webkit-border-radius: 	5px;
			-moz-border-radius: 	5px;
			border-radius: 			5px;
			background-color: #f8f8f8;
			padding: 0;
			margin: 0;
		}
		
			.widget_holder .title {
				display: block;
				background: #d3d3d3;
				background: -moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d3d3));
				background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%);
				background: -o-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%);
				background: -ms-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%);
				background: linear-gradient(top,  #ffffff 0%,#d3d3d3 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
				padding: 10px;
				-webkit-border-radius: 	5px 5px 0 0 ;
				-moz-border-radius: 	5px 5px 0 0 ;
				border-radius: 			5px 5px 0 0 ;
				position: relative;
			}
			
				.widget_holder .arrow {
					position: absolute;
					right: 10px;
					top: 10px;
					height: 16px;
					width: 16px;
					background-image: url(../img/administration/icons_black.png);
					background-repeat: no-repeat;
					background-color: transparent;
					background-position: -35px -77px;
				}
				
				.widget_holder.closed .arrow {
					background-position: -35px -52px;
				}
				
				.widget_holder ul {
					display: block;
				}
				
					.widget_holder ul li {
						display: block;
						border-top: 1px solid #cccccc;
						padding: 10px;
					}
				
					.full .widget_holder ul li {
						padding: 0px;
						float: left;
						width: 100%;
					}
					
						.widget_holder ul li div {
							border-left: 1px solid #cccccc; 
							padding: 10px;
							float: left;
							width: 23%;
						}
						
						.widget_holder ul li div:first-child {
							border: 0px none;
						}
	*/
	
#workspace .header {
	float: left;
	width: 100%;
}
#workspace .header.min {
	height: 40px;
}

	#workspace .header h1 {
		float: left;
		height: 35px;
		display: block;
		font-size: 18px;
		line-height: 35px;
		font-weight: normal;
	}
	
		#workspace .header .actions {
			z-index: 1;
			float: left;
			width: 100%;
			height: auto;
			padding: 10px 0;
			position: relative;
		}
		
			#workspace .header .actions .fl .btn {
				float: left;
			}
		
				#workspace .header .actions .fl .btn .icon {
					top: 7px;
				}
			
			#workspace .header .actions .status {
				line-height: 30px;
				padding-left: 5px;
			}
			
				#workspace .header .actions .status a {
					padding: 0 5px;
				}
				
		#workspace .header .tab_actions {
			float: left;
			width: 100%;
			border-bottom: 1px solid #c1c1c1;
		}
			
			#workspace .header .tab_actions .switch_page {
				float: left;
				padding: 10px 22px;
				position: relative;
				border-top: 2px solid #ffffff;
				border-left: 1px solid #ffffff;
				border-right: 1px solid #ffffff;
				border-bottom: 0px;
			}
			
			#workspace .header .tab_actions .switch_page.active {
				border-top: 1px solid #c1c1c1;
				border-left: 1px solid #c1c1c1;
				border-right: 1px solid #c1c1c1;
				border-bottom: 1px solid #ffffff;
				-webkit-border-radius: 	5px 5px 0 0;
				-moz-border-radius: 	5px 5px 0 0;
				border-radius: 			5px 5px 0 0;
				bottom: -1px;
			}
			
			#workspace .header .actions .row {
				display: block;
				padding-bottom: 10px;
			}
		
		#workspace .fixed  .actions {
			top: 0px;
			right: 0px;
			z-index: 9999;
			position: fixed;
			background: #ffffff;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
			opacity: 0.95;
			border-bottom: 1px solid #a1abb4;
			padding-left: 25px;
		}
		
	
	.bulk-ops .list,
	#workspace .header .actions .list {
		height: 20px;
		float: left;
		position: relative;
		margin-right: 20px;
	}
	
	.bulk-ops .list .trigger,
	#workspace .header .actions .list .trigger {
		width: 120px;
		overflow: hidden;
	}
	
	.bulk-ops .list .trigger em,
	#workspace .header .actions .list .trigger em {
		float: left;
		overflow: hidden;
		font-style: normal;
		white-space: nowrap;
		text-align: left;
		width: 100%;
	}
	
	.bulk-ops .list .trigger strong,
	#workspace .header .actions .list .trigger strong {
		font-weight: normal;
	}
		
	.bulk-ops .list .trigger span,
	#workspace .header .actions .list .trigger span {
		top: 7px;
		right: 0px;
		left: auto;
		position: absolute;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	.bulk-ops .list a,
	#workspace .header .actions .list a {
		float: left;
	}
	
	.bulk-ops .sort a,
	#workspace .header .actions .sort a {
		width: 65px;
	}
	
	.bulk-ops .list ul li.active,
	#workspace .header .actions .list ul li.active {
		color: #ced7e0
	}
	
	.bulk-ops .levels a,
	#workspace .header .actions .levels a {
		width: 100px;
	}
	
	.bulk-ops .sort a.cancel,
	#workspace .header .actions .sort a.cancel {
		width: 120px;
	}
	
	.bulk-ops .list ul,
	#workspace .header .actions .list ul {
		top: 28px;
		left: 0px;
		float: left;
		width: 144px;
		z-index: 9999999999999;
		display: none;
		position: absolute;
		/*padding-left: 5px;*/
		background-color: #e6e6e6;
		border-right: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
	}
	
	.bulk-ops .list ul a:hover,
	#workspace .header .actions .list ul a:hover {
		background-color: #ffffff;
	}
	
	.bulk-ops .list ul li,
	#workspace .header .actions .list ul li {
		float: left;
		width: 100%;
	}
	
	.bulk-ops .list li a,
	#workspace .header .actions .list li a {
		display: block;
		padding: 4px 12px;
		width: 120px;
	}
	.bulk-ops .list li.active a,
	#workspace .header .actions .list li.active a {
		background-color: #ced7e0;
	}
		
	#workspace .actions .marked {
		float: left;
	}
		
		#workspace .actions .marked li {
			float: left;
		}
		
		#workspace .actions .marked li.devider {
			height: 22px;
			padding: 0 7px 0 0;
			border-left: 1px dotted #e6e6e6;
		}
		
		#workspace .actions .marked li.hidable {
			display: none;
		}
	
		#workspace .actions .marked a {
			float: left;
			color: #808080;
			line-height: 20px;
			position: relative;
			text-decoration: none;
			padding: 0 10px 0 25px;
			background-color: #f2f2f2;
			border: 1px solid #a1abb4;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		
			#workspace .actions .marked .search_actions .options .list li ul a {
				border: none;
				-webkit-border-radius: 0px; 
				-moz-border-radius: 0px; 
				border-radius: 0px; 	
			}
		
		#workspace .btn a {
			float: left;
			color: #808080;
			line-height: 20px;
			position: relative;
			text-decoration: none;
			padding: 0 10px 0 25px;
			border: 1px solid #a1abb4;
			background: rgb(255,255,255); /* Old browsers */
			background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* IE10+ */
			background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(234,234,234) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
	
		#workspace .actions .marked a:hover,
		#workspace .actions .btn a:hover,
		#workspace .actions .btn a.switch_page.active {
			color: #333333;
			/*border-color: #333333; */
		}
		
		.search_fields {
			float: left;
			-webkit-border-radius: 	15px;
			-moz-border-radius: 	15px;
			border-radius: 			15px;
			border: 1px solid #cccccc;
		}
			.search_fields input#search {
				width: 210px;
				-webkit-border-radius: 	15px;
				-moz-border-radius: 	15px;
				border-radius: 			15px;
				border: 0px none;
				float: left;
				line-height: 18px;
				height: 18px;
			}
			.search_fields .go_search {
				float: left;
				padding: 2px 1px 1px 0;
			}
				.search_fields .go_search span {
					display: block;
				}

#formwrapper.articles {
	padding-bottom: 50px;
}
#formwrapper {
	float: left;
	width: 100%;
}

	#formwrapper .form_actions {
		float: left;
		clear: left;
		width: 289px;
		display: block;
		margin-left: auto;
		position: relative;
		padding-top: 40px;
	}
	
		#formwrapper .form_actions .sidebar {
			float: left;
			width: 258px;
		}
		
		#formwrapper .form_actions .sidebar .row {
			float: left;
			width: 100%;
			padding-bottom: 20px;
		}
		
		#formwrapper .form_actions .sidebar .header {
			float: left;
			width: 238px;
			font-size: 14px;
			text-align: left;
			padding: 5px 10px;
			line-height: 1.3em;
			font-weight: normal;
			border: 1px solid #dfdfdf;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		
		#formwrapper .form_actions .sidebar .body {
			float: left;
			width: 238px;
			background-color: #f8f8f8;
			border: 1px solid #dfdfdf;
			border-top-color: #ffffff;
			padding: 2px 10px 12px 10px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		
			#formwrapper .form_actions .sidebar .body .act {
				display: block;
				padding-top: 8px;
			}
			
				#formwrapper .form_actions .sidebar .body .act a {
					color: #333333;
					display: block;
					line-height: 28px;
					text-align: center;
					border-top: 1px solid #dddddd;
					border-right: 1px solid #d2d2d2;
					border-left: 1px solid #d2d2d2;
					border-bottom: 1px solid #b3b3b3;
					text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
					background: #fefefe; /* Old browsers */
					background: -moz-linear-gradient(top,  #fefefe 0%, #e4e4e4 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #fefefe 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #fefefe 0%,#e4e4e4 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #fefefe 0%,#e4e4e4 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #fefefe 0%,#e4e4e4 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
				}
	
	#formwrapper .forms {
		float: left;
		width: 758px;
	}
	
		#formwrapper .forms .formfields {
			display: block;
		}
	
	/*
	#formwrapper .forms {
		float: left;
		width: 65%;
	}
	#formwrapper .form_actions {
		float: left;
		width: 20%;
		padding-right: 5%;
	}
	*/

.checkmark {
	float: left;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #888888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 2px 0px 0px 5px;
}

	.selected .checkmark {
		background: #ffffff url(../img/admin/ui-icons_888888_256x240.png) -65px -146px no-repeat;
	}
	
	a:hover.checkmark {
		border-color: #222222;
	}
	
	.selected a:hover.checkmark {
		background-image: url(../img/admin/ui-icons_222222_256x240.png);
	}
	
	/** column width **/
		.col.chk_all { width: 2%; text-align: center; }
		.col.chk { width: 2%;}
		.col.w2 { width: 2%;}
		.col.w10 { width: 10%; }
		.col.w18 { width: 18%; }
		.col.w20 { width: 20%; }
		.col.w25 { width: 25%; }
		.col.w28 { width: 28%; }
		.col.w30 { width: 30%; }
		.col.w35 { width: 35%; }
		.col.w40 { width: 40%; }
		.col.w45 { width: 45%; }
		.col.w50 { width: 50%; }
	/** end columns width **/
	
	/** columns width and padding**/
		.col.p.w10 { width: 8%; padding-left: 1%; padding-right: 1%; }
		.col.p.w18 { width: 16%; padding-left: 1%; padding-right: 1%; }
		.col.p.w20 { width: 18%; padding-left: 1%; padding-right: 1%; }
		.col.p.w25 { width: 23%; padding-left: 1%; padding-right: 1%; }
		.col.p.w28 { width: 26%; padding-left: 1%; padding-right: 1%; }
		.col.p.w30 { width: 28%; padding-left: 1%; padding-right: 1%; }
		.col.p.w35 { width: 33%; padding-left: 1%; padding-right: 1%; }
		.col.p.w40 { width: 38%; padding-left: 1%; padding-right: 1%; }
		.col.p.w45 { width: 43%; padding-left: 1%; padding-right: 1%; }
		.col.p.w50 { width: 48%; padding-left: 1%; padding-right: 1%; }
	/** end columns width and padding**/
	
		ul.listheader {
			float: left;
			width: 99%;
			border: 1px solid #cccccc;
			-webkit-border-radius: 	5px 5px 0;
			-moz-border-radius: 	5px 5px 0;
			border-radius: 			5px 5px 0;
			background-color: #f8f8f8;
			margin: 0;
			background: #d3d3d3; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* IE10+ */
			background: linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
			-webkit-border-radius: 	5px 5px 0 0 ;
			-moz-border-radius: 	5px 5px 0 0 ;
			border-radius: 			5px 5px 0 0 ;
			position: relative;
		}
		ul.formfields {
			float: left;
			width: 99%
		}
			ul.formfields p.lang > span{
				height: 26px;
				line-height: 26px;
				font-size: 12px;
			}
		
			ul#sortable li.no_elements {
				text-align: center;
				font-weight: bold;
			}
			ul.listheader li {
				float: left;
				padding: 10px 0;
			}
			
			ul#sortable li {
				float: left;
				padding: 10px 0;
				float: left;
				width: 100%;
				border-width: 1px 1px 0px 1px;
				border-style: solid;
				border-color: #cccccc;
			}
			ul#sortable li:last-child {
				border-bottom: 1px solid #cccccc;
			}
			
				ul#sortable li .col {
					float: left;
				}
				
				.list-options {
					float: left;
					width: 100%;
					padding-top: 10px;
				}
				
.w100x{
	width:100%;
}
/* Personal - Adauga categorie */
	ul.add_new_category input[type="text"]{
		width: 215px;
	}
	ul.add_new_category button{
		width: 100%;
		margin-top: 20px;
	}
	.category_tab > li{
		line-height: 18px;
	}

/* Articole */

.articles .category_actions{
	border-bottom: 1px solid #C1C1C1;
    float: left;
    width: 100%;
	margin-top: 7px;
}
	.articles .category_actions .switch_tab.active{
		border-color: #C1C1C1 #C1C1C1 #FFFFFF;
		border-radius: 5px 5px 0 0;
		border-style: solid;
		border-width: 1px;
		bottom: -1px;
		margin: 3px 10px 0 0;
		padding: 1px 3px;
	}
.articles .category_tab{
	float:left;
	width:100%;
	position: relative;
	padding-top: 8px;
}
	.articles .category_tab label.error{
		position: absolute;
		right: 0;
	}
.articles .add_pagesidebar li.row > span {
	float: left;
    font-weight: bold;
    padding: 7px 0;
    width: 100%;
}
.articles .add_pagesidebar li{
	line-height: 19px;
}
.articles .add_pagesidebar input[type="text"]{
	width: 93%;
	float: left;
}

.articles_categories .sidebar{
	float:left;
	width:16%;
	padding-right:4%;
	font-size: 14px;
}
	.articles_categories .sidebar span{
		font-weight: bold;
		padding: 8px 0;
		float:left;
		width: 100%;
		font-size: 15px;
	}
	.articles_categories .sidebar input{
		width: 92%;
	}

.articles_categories #list{
	width:80%;
	float:left;
}
.articles .qq-uploader{
	float: left;
}
.articles input[type="radio"]{
	margin-right: 10px;
}
.articles .row input[type="checkbox"]{
	float: left;
    margin-right: 12px;
    position: relative;
    top: 4px;
}
	.actions .list-options{
		text-align: right;
		width: 59%;
	}	
		.full-width .list-options{
			text-align: right;
			width: 99.3%;
		}
		.actions .adv_search{
			width: 40%;
		}
		
		.list-options .pagination li{
			display: inline;
			padding: 5px 0;
		}
			.list-options .pagination li span,
			.list-options .pagination li a{
				padding: 0 5px;
			}
			
	.articles #submit_spectacle_hall,
	.articles #submit_article_category,
	.articles_categories .sidebar input[type="submit"]{
		margin: 15px 0;
		cursor: pointer;
	}
	.articles .staff_types {
		float: left;
		width: 75%;
	}
	
/* media gallery */ 
#media_container {
	float: left;
	width: 822px;
	padding-top: 10px;
}

#media_container .m_elem {
	float: left;
	padding: 10px 11px;
	position: relative;
	margin-right: 13px;
	margin-bottom: 12px;
	background-color: #f6f6f6;
	border: 1px solid #a4a4a4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#media_container .m_elem a.image_remove_block {
	bottom: 0px;
	right: 0px;
	z-index: 1;
	width: 25px;
	height:25px;
	position: absolute;
	text-indent: -99999px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../img/admin/remove-image.png") no-repeat scroll center center #F6F6F6;
}

#media_container .m_elem a.drag_block {
	bottom: 5px;
	left: 13px;
	z-index: 1;
	width: 6px;
	height:14px;
	position: absolute;
	text-indent: -99999px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../img/admin/grippy.png") no-repeat scroll center center #F6F6F6;
}

.drag_block_reorder{
	background: url("../img/admin/big_dragger.png") no-repeat scroll center center;
	width:18px;
	height:40px;
	float:left;
	opacity:1;
}

#role_casting .drag_block_reorder{
	width:50px;
}

.drag_block_reorder:hover{
	background: url("../img/admin/big_dragger.png") no-repeat scroll center center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1!important;
}

#media_container .m_elem a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
	filter: alpha(opacity=92);
	opacity: 0.92;
}
		
/* end media gallery */ 	
	
		div.tab-content ul.gallery_tab{
			max-height: 426px;
		}
		div.tab-content ul.category_tab{
			max-height: 200px;
		}
		div.tab-content ul.category_tab,
		div.tab-content ul.gallery_tab{
			overflow: auto;
			margin: 20px 0;
		}
	
/* Spectacole */
	
.addition_table{
	margin: 10px 0;
}
	#other_casted_actor{
		width: 200px;
		float: right;
	}
	
	#role_table td{
		height: 40px;
		line-height: 40px;
	}
	
	#role_casting table tbody{
		border-bottom:1px solid #DDDDDD;
	}
	
	#role_casting table tbody tr{
		border-right:1px solid #DDDDDD;
		background:#fff;
	}
	
	#role_casting table tbody tr td{
		vertical-align:middle;
	}
	
	.addition_table table th{
		color: #4A565F;
		background-color: #dddddd;
	}
	#color_spot{
		position: absolute; 
		width: 20px; 
		height: 20px; 
	}
	#color_spot{
		right: 4px;
		top: 3px;
	}
	#new_hall {
		position: relative;
	}
	#new_hall input{
		width: 92%;
	}
/* bootstrap overwrite */
.container {
	width: 100%;
}

/* ajax upload image */
#imagecontainer .image_remove_block{
	width: 100px;
}
	.img_elem img,
	.img_elem a{
		margin: 0 auto;
		display: block;
	}
	.img_elem a{
		text-align: center;
		background-color: #cccccc;
		margin-top: 5px;
		font-size: 12px;
	}
	.img_elem input[type="text"],
	.img_elem select{
		width: 215px;
		margin-top: 15px;
	}

.side-page-list {
	overflow: auto;
	max-height: 327px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

	.side-page-list label {
		font-weight: normal;
	}
	
	.side-page-list li {
		position: relative;
		padding-right: 40px;
	}
	
	.side-page-list li.selected {
		background-color: #ffffad;
	}

		.side-page-list li .checkmark {
			top: 10px;
			right: 15px;
			position: absolute;
		}
		
/* headers */
.page-header {
	margin-top: 0px;
}

/* paddings */
.pb-10 {  padding-bottom: 10px;  }
.pb-15 {  padding-bottom: 15px;  }

.pt-10 {  padding-top: 10px;  }
.pt-15 {  padding-top: 15px;  }

/* pannels */
.panel-heading {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
}

/* forms */
.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

	.form-horizontal .form-group label.error {
		margin-bottom: 0px;
	}

/* navbar */
.navbar {
	height: 52px;
}

	.navbar .navbar-collapse {
		height: 52px !important;
	}
	
	.navbar .navbar-header {
		padding-right: 30px;
	}

.footlinks {
	margin: 20px 0;
}

/* tinymce */
.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
	background: #ffffff none !important;
}

/* sidebars */
.sidebar-panel {
	
}

	.sidebar-panel select, 
	.sidebar-panel input[type="text"], 
	.sidebar-panel input[type="email"], 
	.sidebar-panel input[type="password"] {
		width: 100%;
	}
	
	.sidebar-panel .sideblock {
		display: none;
	}
	
	.sidebar-panel .sideblock.active {
		display: block;
	}

/* lists */
.condensed-list label {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* tables */
.table thead th {
	font-weight: normal;
	vertical-align: middle !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
}

	.table thead th:first-of-type {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
	}

	.table thead th:last-of-type {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

	.table thead th .text {
		float: left;
		color: #454545;
		padding-right: 15px;
	}
	
	.table thead th .sort_by_arrows {
		float: left;
		padding-top: 3px;
	}
	
		.table thead th .sort_by_arrows span {
			float: left;
			cursor: pointer;
		}
	
	.table thead .col-1,
	.table tbody th {
		width: 45px;
		text-align: center;
	}

		.table thead .col-2 {
			width: 35%;
		}
		
		.table thead .col-3 {
			width: 15%;
		}
		.table thead .col-4 {
			width: 10%;
		}
		
		.table thead .col-6 {
			width: 125px;
		}
		
		.table thead .col-300 {
			width: 300px;
		}

	.table.noheaders thead th {
		background: none transparent;
	}
	
	.table.nopaddings td {
		padding: 0px;
	}
	
		.table tbody tr.inactive td,
		.table tbody tr.inactive th {
			background-color: #efefef;
		}
		
		.table tbody tr.selected th,
		.table tbody tr.selected td {
			background-color: #ffffad;
		}
	
		.table tbody td.center {
			text-align: center;
		}

		.table tbody td .name {
			color: #3c3c3c;
			font-weight: bold;
		}
		
			.table tbody td a:hover.name {
				color: #0088cc;
			}
		
		.table tbody td div {
			display: block;
			font-size: 12px;
			padding-top: 5px;
			font-weight: normal;
		}
	
	.table .glyphicon-check,
	.table .glyphicon-unchecked {
		color: #d6d6d6;
		font-size: 18px;
	}
	
/* thumbnails */
.thumbnail {
	float: left;
	width: 162px;
	padding: 10px;
	transition: none;
	margin-right: 10px;
}

	.thumbnail input[type="text"],
	.thumbnail select {
		width: 100%;
		margin-top: 7px;
	}
	
	.thumbnail .form-group {
		margin-top: 10px;
	}
	
/* organizare */
.featured_fields .section .row div.btn{
	padding: 0 0 15px 0;
}
.featured_fields .section .row{
	margin-left: 0!important;
}	
.featured_fields .section{
	border-top: 1px solid #CCCCCC;
	float:left;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 15px;
}
.featured_fields{
    margin-top: 10px;
    padding: 0 14px;
}
.has_pdf > p {
	font-size: 12px;
    padding: 4px 0;
    text-align: center;
}
.intr .has_pdf {
	margin-left: 135px;
}
.ass .has_pdf {
	margin-left: 145px;
}
.cv .has_pdf {
	margin-left: 260px;
}

.has_pdf {
	margin-bottom: 15px;
	float:left;
}

.has_pdf > img,
.has_pdf {
	width:100px;
}	
.interests_uploader{
	float: left;
    padding: 10px 0 0 130px;
}
.assets_uploader{
	float: left;
    padding: 10px 0 0 146px;
}

.cvs_uploader{
	float: left;
    padding: 10px 0 0 260px;
}

.spectacle_tab.recent,
.gallery_tab.recent{
	max-height:500px;
	overflow-y: scroll;
}

.spectacle_tab.recent ul li input,
.gallery_tab.recent ul li input{
	margin-right:10px;
}

.vizibil {
	float:left;
	width:100%;
}

.vizibil label{
	float:left;
	width:auto;
}

.vizibil input{
	float:right;
	width:auto;
}

.private label{
	float:left;
	width:auto;
}

.private input{
	float:left;
	margin-top:10px;
	margin-left:12px;
	width:auto;
}
#spec_hours select{
	width: 200px;
}

#spec_hours td.ebilete input{
	width: 60px;
}
#spec_hours input{
	width: auto;
}

select#newsletter_list_ids {
    height: 250px;
}
.tab_dragger {
	float: right!important;
	height: 26px;
	margin-right: 10px;
	margin-top: 7px;
}