@charset "utf-8";
/* CSS Document */

.txtBoxAdmin {
	width: 100%;
}

.dropbox {
	width: 100%;
	vertical-align: middle;
	outline: none;
	max-width: 100%;
	padding: 7px;
	font: normal normal 1em/1.5em 'Open Sans', Arial, sans-serif;
	border: none;
	color: #666;
	background: #f0f0f0;
	-moz-transition: background 0.15s ease-out;
	-webkit-transition: background 0.15s ease-out;
	-o-transition: background 0.15s ease-out;
	-ms-transition: background 0.15s ease-out;
	transition: background 0.15s ease-out;
}

.adminForm {
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.pink {
	color:#FFae77
}

.admin-list {
	float: left;
	width: 100%;
	margin-bottom: 0;
	z-index: 1;
}

.admin-list > li {
	float: left;
	width: 100%;
	display: block;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f0f0f0;
	position: relative;
}

.admin-list > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.admin-list > li:first-child > .admin-list-up {
	margin-top: 0px;
}

.admin-list-image {
	width: 30%;
	z-index: 1;
	margin-bottom: 0;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}

.admin-list-body {
	float: left;
	width: 60%;
}

.admin-list-up {
	cursor: pointer;
	margin-top: 30px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	background: url(/img/up.png);
	height: 32px;
	width: 32px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.admin-list-up:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.admin-list-down {
	cursor: pointer;
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	background: url(/img/down.png);
	height: 32px;
	width: 32px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.admin-list-down:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.admin-list-form {
	float:left;
	width: 100%;
	position: relative;
	clear: both;
	display: none;
}

.admin-list-title {
	margin: 10px 0;
	padding-bottom: 0;
	font-size: 2.3em;
	float: left;
	color: #333;
	cursor: pointer;
}

.admin-list-title a {
	color: #333;
}

.admin-list-meta {
	float: left;
	clear: both;
	color: #999;
	cursor: pointer;
}

.admin-list-meta a {
	color: #999;	
}

.admin-list-blink {
	margin-top: 18px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: none;
}

.ajaxLoader {
	float: left;
	margin-top: 10px;
	display: none;
}

.file-wrapper {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-color:#000000;
}

.file-wrapper input {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	font-size: 100px;
}

.file-wrapper .button {
	border: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}

.file-wrapper:hover {
	background-color:#ffae77;
}

.fileupload {
	font: normal normal 1.3em/1em 'Open Sans Condensed Light', Arial, sans-serif;
	text-transform: uppercase;
}

.span7 {
	font: normal normal 1.1em/1em 'Open Sans Condensed Bold', Arial, sans-serif;
	text-transform: uppercase;
}

.delete > button {
	border: 0px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	font: normal normal 12px/12px; 'Open Sans Condensed Bold', Arial, sans-serif;
	text-transform: uppercase;
}

.cancel > button {
	border: 0px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	font: normal normal 12px/12px; 'Open Sans Condensed Bold', Arial, sans-serif;
	text-transform: uppercase;
}


.uploadLink {
	color: #000000;
	text-decoration: none;
}

.imgUploader {
	margin-top: 16px;
	width:100%;
}

.progress-bar {
	text-align: center;
	margin-top: 23px;
	margin-left: 10px;
	margin-right: 10px;
	width: 125px;
	height: 10px;
}

.bar {
	background-color:#FFae77;
	height:10px;
}