@import url('normalize.css');

/* 
	Tequila 2014 
	CSS
*/

body{
	background-color: #f6f6f6;
	font-family: 'Roboto', sans-serif;
}

.header{
	width:100%;
	height:55px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #363f44;
	z-index: 9;
}
.sub-header{
	width:100%;
	height:55px;
	position: fixed;
	top: 55px;
	left: 61px;
	background-color: #fdfdfd;
	border-bottom: 1px solid #e2e2e2;
	z-index: 7;
}
.sub-header h2 {
	line-height: 55px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #B3B3B3;
	margin: 0 0 0 130px;
	padding: 0;
	font-weight: 300;
}
.sub-header img {
	top: 50%;
	margin-top: -7px;
	position: absolute;
	margin-left: 8px;
}
.sub-header img:hover {
	opacity: 0.8;
}
.signup-button{
	height: 45px;
	padding-left:30px;
	background: url('../img/icons/signup.png') no-repeat 0 2px;
	display: inline;
}
.login-button{
	height: 45px;
	width: 110px;
	padding-left:30px;
	background: url('../img/icons/login.png') no-repeat 0 2px;
	display: inline;
}
.upload-button{
	height: 45px;
	padding-left:30px;
	background: url('../img/icons/upload.png') no-repeat 0 2px;
	display: inline;
}
.new-button{
	height: 45px;
	padding-left:30px;
	background: url('../img/icons/plus.png') no-repeat 0 2px;
	display: inline;
}
.move-button{
	height: 45px;
	padding-left:30px;
	background: url('../img/icons/move.png') no-repeat 0 2px;
	display: inline;
}
.remove-button{
	height: 45px;
	padding-left:30px;
	background: url('../img/icons/delete.png') no-repeat 0 2px;
	display: inline;
}
.mobile-no{
	display: none;
}
.search-header{
	width: 115px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 190px;
	border-radius: 2px;
	padding: 5px 5px 5px 30px;
	border: 0;
	background: url('../img/icons/magnifier.png') 7px no-repeat #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #999;
	font-size: 13px;
}
.search-header:focus {
	outline:none;
	width: 150px;
}
.tribal-wrap{
	width:60px;
	height:55px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #785327;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.tribal-wrap:hover {
	background-color: #684822;
	cursor: pointer;
	opacity: 0.9;
}
.logo-wrap{
	width:125px;
	height:55px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.logo-wrap:hover {
	cursor: pointer;
	opacity: 0.8;
}
.margin{
	position: absolute;
	top: 0px;
	left: 60px;
}
.not-margin{
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 9999;
}
.black-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333; 
}
.showimg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.file-title{
	position: absolute;
	top: 0;
	line-height: 55px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.file-functions{
	position: absolute;
	right: 0;
	top: 0;
	height: 55px;
}
.file-functions img {
	position: absolute;
	right: 15px;
	top: 18px;
}
.file-functions button {
	position: absolute;
	top: 9px;
	background: #785327;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	border: none;
	padding: 9px 16px 9px 16px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.file-functions button:hover {
	background: #684822;
}
.file-functions button:active {
	background: #684822;
	outline: none;
}
.pos-ff-1 {
	right: 167px;
}
.pos-ff-2 {
	right: 60px;
}
@media screen and (min-height: 550px) {
	.uploader-div{
		height: 225px;
		width: 100%;
		position: absolute;
		top: 55px;
		left: 0;
		color: #8B8B8B;
		border-bottom: 1px solid #e2e2e2;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
}
@media screen and (max-height: 550px) {
	.uploader-div{
		height: 85px;
		width: 100%;
		position: absolute;
		top: 55px;
		left: 0;
		color: #8B8B8B;
		border-bottom: 1px solid #e2e2e2;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
}
.uploader-div img {
	left: 50%;
	position: absolute;
	margin-left: -25px;
}
.uploader-div h2 {
	font-family: 'Roboto', sans-serif;
	color: #8B8B8B;
	font-size: 15px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 60px;
}
.uploader-div button {
	position: absolute;
	left: 50%;
	margin-left: -58px;
	margin-top: 10px;
	background: #785327;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	border: none;
	padding: 12px 16px 12px 16px;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.uploader-div button:hover {
	background: #684822;
}
.uploader-div button:active {
	background: #684822;
	outline: none;
}
@media screen and (min-height: 550px) {
	.manage-fti {
		width: 100%;
		height: 55px;
		position: absolute;
		top: 281px;
		left: 0;
		background-color: #fff;
		border-bottom: 1px solid #e2e2e2;
	}
}
@media screen and (max-height: 550px) {
	.manage-fti {
		width: 100%;
		height: 55px;
		position: absolute;
		top: 141px;
		left: 0;
		background-color: #fff;
		border-bottom: 1px solid #e2e2e2;
	}
}
@media screen and (min-height: 550px) {
	.tile-info {
		width: 100%;
		position: absolute;
		margin-top: 337px;
		padding-top: 12px;
		left: 0;
	}
}
@media screen and (max-height: 550px) {
	.tile-info {
		width: 100%;
		position: absolute;
		margin-top: 197px;
		padding-top: 12px;
		left: 0;
	}
}
.tile-info h2 {
	font-family: 'Roboto', sans-serif;
	color: #566066;
	font-size: 17px;
	margin-left: 22px;
	font-weight: 400;
}
.tile-info h3 {
	font-family: 'Roboto', sans-serif;
	color: #999;
	font-size: 13px;
	margin-left: 22px;
	font-weight: normal;
	padding-left: 22px;
}
.fl-info-dl {
	padding-left: 0 !important;
}
.tile-info a {
	color: #777;
	font-size: 13px;
}
.fl-info-file {
	background: url('../img/icons/fl-info-file.png') left no-repeat;	
}
.fl-info-stats {
	background: url('../img/icons/fl-info-stats.png') left no-repeat;	
}
.fl-info-date {
	background: url('../img/icons/fl-info-date.png') left no-repeat;	
}
.fl-info-views {
	background: url('../img/icons/fl-info-views.png') left no-repeat;	
}
.username-wrap{
	padding-left: 20px;
	padding-right: 20px;
	height:55px;
	line-height: 55px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	background-color: #785327;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.username-wrap:hover {
	background-color: #684822;
	cursor: pointer;
	opacity: 0.9;
}
.username-wrap:active {
	background-color: #1a3f5d;
}
.username-wrap a {
	color: #fff;
}
.menu-links {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	background-color: #fff;
}
.menu-links ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
.menu-links li a {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #8B8B8B;
	line-height: 30px;
	margin-left: 10px;
}
.tribal-img{
	width: 100%;
	height: 100%;
	background: url('../img/tribal.png') no-repeat center;
}
.tribal-img-back{
	width: 100%;
	height: 100%;
	background: url('../img/tribal-back.png') no-repeat center;
}
.logo-img{
	width: 100%;
	height: 100%;
	background: url('../img/logo.png') no-repeat center;
}
.sysstats-wrapper{
	width: 225px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #efefef;
	border: 1px solid #e2e2e2;
	z-index: 8;
}
.sysstats-wrapper h1 {
	font-family: 'Cabin Condensed', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #444;
	font-weight: 400; 
	margin-top: 30px;
	text-transform: uppercase;
}
.sysstats-wrapper h3 {
	width: 123px;
	height: 45px;
	left: 10px;
	position: absolute;
	border: 1px solid #DADADA;
	border-radius:2px;
	line-height: 45px;
	outline:none;
	font-size:15px;
	font-weight: 400; 
	line-height:45px;
	padding-left: 50px;
	padding-right: 10px;
	color: #8B8B8B;
	background: url('../img/icons/user.png') no-repeat 15px 12px #FFF;
}
.sysstats-wrapper h4 {
	width: 123px;
	height: 45px;
	left: 10px;
	position: absolute;
	border: 1px solid #DADADA;
	border-radius:2px;
	line-height: 45px;
	outline:none;
	font-size:15px;
	font-weight: 400; 
	line-height:45px;
	padding-left: 50px;
	padding-right: 10px;
	color: #8B8B8B;
	background: url('../img/icons/system.png') no-repeat 15px 12px #FFF;
}
.sysstats-wrapper h2 {
	font-family: 'Cabin Condensed', sans-serif;
	text-align: center;
	font-size: 15px;
	color: #777;
	font-weight: 400; 
	margin-top: 30px;
	text-transform: uppercase;
}
.sysstats-scroller {
	width: 225px;
}
.centrino {
	position: absolute;
	top: 55px;
	left: 0;
	width: 225px;
}
.intro-pu-wrapper{
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -150px;
	background-color: #efefef;;
	border: 1px solid #e2e2e2;
}
.intro-pu-wrapper h1 {
	font-family: 'Cabin Condensed', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #444;
	font-weight: 400; 
	margin-top: 30px;
	text-transform: uppercase;
}
.intro-pu-wrapper h4 {
	padding: 20px;
	text-align: center;
	color: #ea1515;
	font-weight: 100;
	font-size: 15px;
}
.intro-pu-wrapper h3 {
	padding: 20px;
	text-align: center;
	font-weight: 100;
	font-size: 15px;
}
#form-intro-pu input {
	width: 200px;
	height: 45px;
	left:20px;
	position: absolute;
	border: 1px solid #DADADA;
	border-radius:2px;
	line-height: 45px;
	outline:none;
	font-size:15px;
	line-height:15px;
	padding-left: 50px;
	padding-right: 10px;
	color: #8B8B8B;
}
#form-intro-pu input:hover {
	outline:none;
}
.login-user-logo {
	background: url('../img/icons/user.png') no-repeat 15px 12px #FFF;
}
.login-mail-logo {
	background: url('../img/icons/email.png') no-repeat 15px 12px #FFF;
}
.login-password-logo {
	background: url('../img/icons/password.png') no-repeat 15px 12px #FFF;
}
.login-password-logo-wt {
	background: url('../img/icons/password-wt.png') no-repeat 15px 12px #FFF;
}
.login-password-logo-wt:focus {
	background: url('../img/icons/password.png') no-repeat 15px 12px #FFF;
}
.login-password-logo-wt-cp {
	background: url('../img/icons/password-wt-cp.png') no-repeat 15px 12px #FFF;
}
.login-password-logo-wt-cp:focus {
	background: url('../img/icons/password.png') no-repeat 15px 12px #FFF;
}
.login-password-logo-wt-np {
	background: url('../img/icons/password-wt-np.png') no-repeat 15px 12px #FFF;
}
.login-password-logo-wt-np:focus {
	background: url('../img/icons/password.png') no-repeat 15px 12px #FFF;
}
#form-intro-pu button {
	width: 262px;
	height: 55px;
	left:20px;
	position: absolute;
	border: 0px;
	border-radius:2px;
	background-color: #785327;
	line-height: 55px;
	color: #FFF;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-transform: uppercase;
}
#form-intro-pu button:hover {
	background-color: #684822;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.intro-pu-options{
	text-align: center;
	margin-bottom: 90px;
}
input[type=checkbox].login-checkbox {
	display:none;
}
input[type=checkbox].login-checkbox + label.login-label {
	padding-left:30px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].login-checkbox:checked + label.login-label {
	background-position: 0 -20px;
}
.login-label{ 
	background-image:url('../img/login-checkbox.png');
}
.footer-intro-pu{
	width:100%;
	height:60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #ffffff;
	color: #8B8B8B;
	text-align: center;
	line-height: 60px;
}
.footer-intro-pu a {
	color: #684822;
	text-decoration: none;
}
.footer-intro-pu a:hover {
	color: #413a33;
}
#nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 0px;
}
#colrs {
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 0px;
}
.nav-ps {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 500;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 55px;
	line-height: 55px;
	color: #3A3A3A;
	background-color: #785327;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.nav-ps:hover {
	background-color: #684822;
}
.nav-ps2 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 500;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 55px;
	line-height: 55px;
	color: #3A3A3A;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	cursor: pointer;
}
.nav-ps2:hover {
	background-color: #4a5256;
}
.nav-ps2 img {
	margin-top: 2px;
}
.usnm-nav {
	padding-right: 20px;
	padding-left: 32px;
	background: url('../img/icons/button-usnm.png') right no-repeat;
}
.usnm-nav img {
	left: 15px;
	position: absolute;
	top: 15px;
}
#nav li {
	z-index: 500; 
	margin: 0; 
	padding: 0;
	width: 120px;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	height:55px;
	line-height: 55px;
	font-family: 'Roboto', sans-serif;
}
#colrs li {
	z-index: 500; 
	margin: 0; 
	padding: 0;
	border: 0;
	height:55px;
	line-height: 55px;
	font-family: 'Roboto', sans-serif;
	margin-right: 160px;
}
.menu-hjk {
	z-index: 500; 
	margin: 0; 
	padding: 0;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	height:55px;
	line-height: 55px;
	color: #B3B3B3;
	background-color: #fff;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.menu-hjk:hover {
	background: #eee;
	cursor: pointer;
}
.menu-hjk:active {
	background-color: #1a3f5d;
}
.menu-hjk:last-child {
	margin-top: 1px!important;
}
.menu-hjk2 {
	z-index: 500; 
	margin: 0; 
	padding: 0;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	height:55px;
	line-height: 55px;
	color: #B3B3B3;
	background-color: #fff;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.menu-hjk2:hover {
	background: #eee;
	cursor: pointer;
}
.menu-hjk2:active {
	background-color: #1a3f5d;
}
.menu-hjk2 {
	margin-top: 1px!important;
}
.bg-menu-settings {
	background: url('../img/icons/menu-settings.png') left no-repeat;
}
.bg-menu-logout {
	background: url('../img/icons/menu-logout.png') left no-repeat;
}
#nav li a {
	display:block; 
	text-decoration:none; 
	padding-left: 33px;
	color: #eee;
}
#colrs li a {
	display:block; 
	text-decoration:none; 
	padding-left: 33px;
	color: #eee;
}
#nav a.selected {
	color: #eee;
}
#colrs a.selected {
	color: #eee;
}
#nav ul {
	position:absolute; 
	display:none;
	right: 0;
	height: 45px;
	padding:0; 
	margin: 0;
	list-style:none;
	width: 226px;
}
#colrs ul {
	position:absolute; 
	display:none;
	right: 0;
	top: 54px;
	height: 45px;
	padding:0; 
	margin: 0;
	list-style:none;
	width: 150px;
}
#nav ul li {
	float:left; 
	padding:0; 
	margin: 0;
	width: 50%
}
#colrs ul li {
	float:left; 
	padding:0; 
	margin: 0;
}
#nav ul a {
	display: block;  
	height: auto;
	color: #B3B3B3;
	width: 78px;
	float: left;
	margin-bottom: 1px;
	font-weight: 300;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#colrs ul a {
	display: block;  
	height: auto;
	color: #B3B3B3;
	width: 150px;
	float: left;
	margin-bottom: 1px;
	font-weight: normal;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#nav ul a:hover {
	background-color: #f6f6f6;
}
#colrs ul a:hover {
	background-color: #f6f6f6;
}
.col-img-s {
	margin-top: 17px!important;
	margin-right: 32px;
	float: right;
}
.sidebar-mdm {
	width: 225px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #efefef;
	border-left: 1px solid #e2e2e2;
	z-index: 8;
}
.sidebar-rp {
	width: 60px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #efefef;
	border-right: 1px solid #e2e2e2;
	z-index: 8;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.sidebar-rp-2 {
	width: 147px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #efefef;
	border-right: 1px solid #e2e2e2;
	z-index: 8;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.sidebar-rp-stats {
	width: 145px;
	height: 145px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sidebar-rp-arrows {
	width: 60px;
	margin-left: -30px;
	height: 35px;
	position: absolute;
	bottom: 70px;
	left: 50%;
}
.arrow-sx {
	width: 30px;
	height: 30px;
	background: url('../img/icons/arrow-sx.png') center no-repeat;
	float: left;
}
.arrow-dx {
	width: 30px;
	height: 30px;
	background: url('../img/icons/arrow-dx.png') center no-repeat;
	float: right;
}
.arrow-left {
	width: 55px;
	height: 55px;
	background: url('../img/icons/arrow-sx.png') center no-repeat;
	float: left;
	border-right: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.arrow-right {
	width: 55px;
	height: 55px;
	background: url('../img/icons/arrow-dx.png') center no-repeat;
	float: left;
	border-right: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.arrow-left:hover {
	background: url('../img/icons/arrow-sx.png') center no-repeat #f6f6f6;
}
.arrow-right:hover {
	background: url('../img/icons/arrow-dx.png') center no-repeat #f6f6f6;
}
.admin-menu {
	height: 55px;
	width: 80px;
	text-align: center;
	float: right;
	border-left: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	margin-top: -55px;
	margin-right: 287px;
	line-height: 55px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #B3B3B3;
	font-weight: 300;
}
.admin-menu:hover {
	background: #f6f6f6;
}
.move-button-ll {
	width: 55px;
	height: 55px;
	background: url('../img/icons/move-ll.png') center no-repeat;
	float: left;
	border-right: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.move-button-ll:hover {
	background: url('../img/icons/move-ll.png') center no-repeat #f6f6f6;
}
.folder-button-ll {
	width: 55px;
	height: 55px;
	background: url('../img/icons/folder-ll.png') center no-repeat;
	float: left;
	border-right: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.folder-button-ll:hover {
	background: url('../img/icons/folder-ll.png') center no-repeat #f6f6f6;
}
.copy-button-ll {
	width: 55px;
	height: 55px;
	background: url('../img/icons/copy-ll.png') center no-repeat;
	float: left;
	border-right: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.copy-button-ll:hover {
	background: url('../img/icons/copy-ll.png') center no-repeat #f6f6f6;
}
.remove-button-ll {
	width: 55px;
	height: 55px;
	background: url('../img/icons/remove-ll.png') center no-repeat;
	float: left;
	border-right: 1px solid #e2e2e2;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.remove-button-ll:hover {
	background: url('../img/icons/remove-ll.png') center no-repeat #f6f6f6;
}

/**
 * Grid container
 */
#tiles {
	list-style-type: none;
	position: relative; /** Needed to ensure items are laid out relative to this container **/
	margin: 0;
}

/**
 * Grid items
 */
#tiles li {
	width: 156px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 12px;
	border: 1px solid #e2e2e2;
	display: none; /** Hide items initially to avoid a flicker effect **/
	  cursor: pointer;
	  -webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		   -o-transition: all 0.3s ease-out;
			  transition: all 0.3s ease-out;
}
#tiles li:hover {
	border: 1px solid #bbb;
	-webkit-box-shadow:0 1px 1px rgba(127,138,143,.19);
	-moz-box-shadow:0 1px 1px rgba(127,138,143,.19);
	box-shadow:0 1px 1px rgba(127,138,143,.19);
}
#tiles li a {
	text-decoration: none;
}

#tiles li.inactive {
	opacity: 0;
}

#tiles li img {
	display: block;
}


/**
 * Grid item text
 */
#tiles li p {
	color: #566066;
	font-size: 12px;
	margin: 8px 3px 0 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
#tiles li h2 {
	color: #B3B3B3;
	font-size: 11px;
	margin: 2px 3px 28px 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

#tiles li h3 {
	color: #999;
	background-color: #efefef;
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	width: 168px;
	font-size: 12px;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	padding-left: 12px;
}

/**
 * Some extra styles to randomize heights of grid items.
 */
#tiles ali:nth-child(3n) {
	height: 175px;
}

#tiles ali:nth-child(4n-3) {
	padding-bottom: 30px;
}

#tiles ali:nth-child(5n) {
	height: 250px;
}
#main {
	padding: 20px 25px 40px 25px;
	margin-top: 130px;
	margin-left: 70px;
	margin-right: 265px;
}
.upl-progress { 
	position: absolute;
	left: 20px;
	top: 70px;
	width: 260px;
	height: 47px;
	border: 1px solid #DADADA;
	color: #8B8B8B;
	background-color: #FFF;
	border-radius: 2px;
}
.upl-bar { 
	background-color: #d8e7f5; 
	width:0%; 
	height: 47px; 
}
.upl-percent { 
	position:absolute; 
	display:inline-block; 
	line-height: 47px;
	top: 0;
	left:48%; 
}
.lissie-input { 
    overflow: hidden;
	height: 47px;
	margin-top: 10px;
	width: 200px;
	border: 1px solid #DADADA;
	position: absolute;
	left: 20px;
	color: #8B8B8B;
	line-height: 47px;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 10px;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	background: url('../img/icons/file.png') no-repeat 15px 12px #FFF;
}
.lissie-input-thn { 
    overflow: hidden;
	height: 47px;
	margin-top: 10px;
	width: 200px;
	border: 1px solid #DADADA;
	position: absolute;
	left: 20px;
	color: #8B8B8B;
	line-height: 47px;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 10px;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	background: url('../img/icons/check.png') no-repeat 15px 12px #FFF;
	-webkit-transition: all 2000ms ease-in;
	-moz-transition: all 2000ms ease-in;
	-ms-transition: all 2000ms ease-in;
	-o-transition: all 2000ms ease-in;
	transition: all 2000ms ease-in;
}
.lissie-input a { 
    text-decoration: none;
	color: #8B8B8B;
}
.lissie-input-thn a { 
    text-decoration: none;
	color: #8B8B8B;
}
.fileInput {
    cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    /*This makes the button huge so that it can be clicked on*/
    font-size:50px;
	cursor: pointer;
}
.hidden {
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.wrapper-gn-f {
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	padding: 20px;
	position: absolute;
	top: 150px;
	left: 110px;
	right: 270px;
	border-radius: 2px;
}
.file h3 {
	font-size: 11px;
	color: #999;
	padding: 0;
	margin: 0;
}
.file h4 {
	font-size: 27px;
	color: #999;
	padding: 0;
	margin: 0;
}
.file img {
	width: 496px; 
	margin-top: 10px;
	border: 2px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.file img:hover {
	opacity: 0.8;
	border: 2px solid #4690D1;
	cursor: pointer;
}
.file table {
	width: 466px;
	background: #EEE;
	padding: 10px 10px 60px 10px;
	margin-top: 10px;
	margin-bottom: 17px;
	border: 2px solid #ddd;
	color: #111;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.file table:hover {
	border: 2px solid #4690D1;
}
.file tr td {
	color: #666;
	border: 1px solid #ccc;
}
.admin-wrap h4 {
	font-size: 20px;
	color: #999;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.admin-wrap table {
	width: 100%;
	background: #EEE;
	padding: 10px 10px 40px 10px;
	margin-top: 10px;
	margin-bottom: 17px;
	border: 2px solid #ddd;
	color: #666;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.admin-wrap p {
	font-size:15px;
	font-weight: 400; 
	color: #8B8B8B;
	font-family: 'Roboto', sans-serif;
}
.admin-wrap a {
	font-size:15px;
	font-weight: 400; 
	color: #888;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
}
.admin-wrap .cont-i {
	font-size: 12px;
	color: #bbb;
	background-color: #eee;
	border: 1px solid #e2e2e2;
	width: 80%;
	margin-left: 10%;
	font-family: 'Roboto', sans-serif;
	border-radius: 2px;
	padding: 10px;
}
.admin-wrap tr td {
	color: #666;
	border: 1px solid #ccc;
}
.install-ulli {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	width: 100%;
	left: 0;  
}
.install-ulli li {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 55px;
	padding-left: 25px;
}
.install-ulli li:hover {
	background-color: #e3e3e3;
}
.install-ulli a {
	color: #8B8B8B;
	text-decoration: none;
}
#content_scroll {
	margin-top: 20px;
	height: 200px;
}
.ulli-admin {
	font-size: 15px;
	font-weight: 400;
	color: #8B8B8B;
	font-family: 'Roboto', sans-serif;
}
.input-admin {
	height: 35px;
	width: 275px;
	color: #999;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	font-size: 13px;
	padding: 3px 12px 3px 12px;
	float: left;
}
.button-admin {
	width: 182px;
	height: 43px;
	margin-left: 10px;
	border: 0px;
	border-radius: 2px;
	background-color: #785327;
	line-height: 35px;
	color: #FFF;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-transform: uppercase;
	float: left;
}
.button-admin:hover {
	background-color: #684822;
}
.fl-info {
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	width: 260px;
	margin-top: 10px;
	padding: 20px;
	float: left;
}
.fl-info h2 {
	font-size: 13px;
	color: #777;
	padding: 0;
	margin: 0;
}
.default-img-f {
	width: 276px;
	height: 100px;
	background: url("../img/oth-f-bg.png") center no-repeat #EEE;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -208px;
	border: 2px solid #ddd;
	padding-top: 30px;
	padding-left: 140px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #8B8B8B;
	font-family: 'Roboto', sans-serif;
}
.default-img-f:hover {
	opacity: 0.8;
	border: 2px solid #4690D1;
	cursor: pointer;
}
.wrapper-mp3-f {
	width: 496px;
	height: 85px;
	background: #EEE;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -248px;
	border: 2px solid #ddd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.wrapper-mp3-f:hover {
	border: 2px solid #4690D1;
	cursor: pointer;
}
.wrapper-txt-f {
	width: 476px;
	height: 90px;
	background: url('../img/logo-bg.png') no-repeat right bottom #EEE;
	padding: 10px 10px 40px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -238px;
	margin-top: -60px;
	font-family: 'Roboto', sans-serif;
	border: 2px solid #ddd;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.wrapper-txt-f:hover {
	opacity: 0.8;
	border: 2px solid #4690D1;
	cursor: pointer;
}
.videoplayer_wrapper {
	width: 496px;
	height: 250px;
	background-color: #EEE;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -248px;
	margin-top: -130px;
	border: 2px solid #ddd;
	color: #111;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.videoplayer_wrapper:hover {
	border: 2px solid #4690D1;
	cursor: pointer;
}
.fl-button button {
	float: right;
}
.fl-button button {
	width: 182px;
	height: 46px;
	margin-left: 10px;
	margin-top: 10px;
	border: 0px;
	border-radius:2px;
	background-color: #785327;
	line-height: 35px;
	color: #FFF;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	text-transform: uppercase;
}
.fl-button button:hover {
	background-color: #684822;
}
#share-wrapper {
	height: 36px;
	width: 496px;
	margin-top: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
#share-wrapper input {
	height: 30px;
	width: 379px;
	color: #999;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	font-size: 13px;
	padding: 3px 12px 3px 12px;
	float: left;
}
.social-share {
	float: right;
	width: 147px;
	height: 38px;
	margin-top: 17px;
	margin-right: 18px;
}
.settings-ico-38 {
	height: 38px;
	width: 38px;
	background: url('../img/icons/share-settings.png') no-repeat center;
	float: right;
	margin-right: 10px;
}
.settings-ico-38:hover {
	opacity: 0.8;
}
.facebook-ico-38 {
	height: 38px;
	width: 38px;
	background: url('../img/social/FB-f-Logo__blue_38.png');
	float: right;
	margin-left: 5px;
}
.facebook-ico-38:hover {
	opacity: 0.8;
}
.twitter-ico-38 {
	height: 38px;
	width: 38px;
	background: url('../img/social/TT-t-Logo__blue_38.png');
	float: right;
	margin-left: 5px;
}
.twitter-ico-38:hover {
	opacity: 0.8;
}
.sidebar-rp-stats {
	width: 100%;
	height: 45px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
	line-height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar-rp-stats h2 {
	font-size: 17px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	color: #8B8B8B;
}
.sidebar-rp-stats h3 {
	font-size: 13px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	color: #8B8B8B;
}
.rp-stats-progressbar-wr {
	width: 100%;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #e2e2e2;
}
.rp-stats-progressbar-pb {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #4690D1;
}
.sidebar-rp-filters {
	height: 300px;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
}
.sidebar-rp-filters a {
	text-decoration: none;
}
.sidebar-rp-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-rp-filters ul li {
	height: 55px;
	width: 10px;
	border-bottom: 1px solid #e2e2e2;
	color: #8B8B8B;
	line-height: 55px;
	padding-left: 50px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.sidebar-rp-filters ul li:hover {
	background-color: #e3e3e3;
	cursor: pointer;
}
.sidebar-rp p {
	margin: 0;
	display: none;
}
.sidebar-rp-filters-2 {
	height: 300px;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
}
.sidebar-rp-filters-2 a {
	text-decoration: none;
}
.sidebar-rp-filters-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-rp-filters-2 ul li {
	height: 55px;
	width: 97px;
	border-bottom: 1px solid #e2e2e2;
	color: #8B8B8B;
	line-height: 55px;
	padding-left: 50px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.sidebar-rp-filters-2 ul li:hover {
	background-color: #e3e3e3;
	cursor: pointer;
}
.sidebar-rp-2 p {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.sidebar {
	position:absolute;
	margin-top: 17px;
	margin-left: -30px;
	width: 20px;
	height: 20px;
}
.ico-picture {
	background: url('../img/icons/picture.png') no-repeat center;
}
.ico-sound {
	background: url('../img/icons/audio.png') no-repeat center;
}
.ico-video {
	background: url('../img/icons/video.png') no-repeat center;
}
.ico-text {
	background: url('../img/icons/text.png') no-repeat center;
}
.ico-other {
	background: url('../img/icons/other.png') no-repeat center;
}
.ico-folder {
	background: url('../img/icons/folder.png') no-repeat center;
}
.ico-login {
	background: url('../img/icons/login.png') no-repeat center;
}
.ico-register {
	background: url('../img/icons/register.png') no-repeat center;
}
.ico-about {
	background: url('../img/icons/about.png') no-repeat center;
}
#tile-select {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 3px;
	right: 5px;
}
input[type=checkbox].tile-checkbox {
	display:none;
}
input[type=checkbox].tile-checkbox + label.tile-label {
	padding-left:30px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].tile-checkbox:checked + label.tile-label {
	background-position: 0 -20px;
}
.tile-label{ 
	background-image:url('../img/login-checkbox.png');
}
.fl-au-player {
	position: absolute;
	top: 20px;
	left: 20px;
}
.menu-pop-up {
	width: 100%;
	top: 45px;
	position: fixed;
	left: 150px;
	height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	z-index: 999;
}
.menu-pop-up input{
	width: 180px;
	margin: 15px 0px 15px 45px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #444444;
	padding: 6px 25px 6px 10px;
	color: #999;
	font-size: 13px;
	background-color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-pop-up input:focus {
	outline:none;
	background-color: #f2f2f2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #444;
}
.menu-pop-up button {
	padding: 5px 8px 6px 8px;
	margin-top: 1px;
	margin-left: -5px;
	background-color: #444;
	color: #fff;
	border: 0;
	font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, 0.3);
	z-index: 9999;
}
.menu-pop-up button:hover {
	opacity: 0.8;
}
.changename-input {
	margin-top: 9px;
	margin-bottom: 29px;
	height: 28px;
	width: 142px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #566066;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999999;
}
.pop-up {
	background-color: #f2f2f2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nor {
	width: 360px;
	height: 120px;
	margin-top: -75px;
	margin-left: -200px;
}
.mid {
	width: 360px;
	height: 240px;
	margin-top: -120px;
	margin-left: -200px;
}
.big {
	width: 360px;
	height: 300px;
	margin-top: -150px;
	margin-left: -200px;
}
.pop-up h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #8B8B8B;
	margin: 0;
	padding: 10px 10px 10px 22px;
	font-weight: normal;
	width: 328px;
	background: #fff;
	border-bottom: 1px solid #e2e2e2; 
}
.pop-up p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #444;
	padding: 10px 10px 10px 22px;
}
.pop-up input {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #eaeaea;
	color: #777;
	box-shadow: none;
	line-height: 22px;
	border-radius: 2px;
	font-size: 14px;
	height: 18px;
	width: 210px;
	padding: 10px;
	position: absolute;
	top: 60px;
	left: 20px;
}
.pop-up input.file {
	position: absolute;
	top: 62px;
	left: 20px;
}
.pop-up button {
	background: #785327;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	border: none;
	padding: 11px 16px 10px 16px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.pop-up button:hover {
	background: #684822;
}
.btop {
	position: absolute;
	top: 60px;
	left: 260px;
}
.binto {
	position: fixed;
	bottom: 18px;
	left: 260px;
}
.bbottom {
	position: absolute;
	bottom: 18px;
	left: 260px;
}
.pop-up img {
	position: absolute;
	top: 15px;
	right: 21px;
}
.list_1 {
	position: absolute;
	top: 54px;
	left: 15px;
	width: 230px;
	height: 175px;
}
.list_2 {
	position: absolute;
	top: 54px;
	left: 15px;
	width: 230px;
	height: 175px;
}
input[type=radio].list-dir-checkbox {
	display:none;
}
input[type=radio].list-dir-checkbox + label.list-dir-label {
	padding-left:30px;
	width: 200px;
	height: 35px; 
	display:inline-block;
	line-height: 35px;
	background-repeat:no-repeat;
	vertical-align:middle;
	border-bottom: 1px solid #e2e2e2;
	cursor:pointer;
	color: #566066;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
input[type=radio].list-dir-checkbox:checked + label.list-dir-label {
	background-color: #ddd;
}
.list-dir-label{ 
	background: url('../img/icons/folder-pu.png') left;
}
.list-dir-label:hover { 
	background-color: #e2e2e2;
}
.help-div {
	width: 100%;
	height: 236px;
	margin-top: 10px;	
}
.help-div img {
	width: 250px;
	height: 150px;
	position: relative;
	top: 0;
	left: 22px;
	border: 1px solid #785327;
}
.help-div p {
	padding-top: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #666;
}
.help-div h2 {
	background: none;
	margin-top: 0;
	color: #333;
}
.help-c {
	margin-top: 0;
}
.no-files {
	color: #bbb;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	text-align: center;
	font-weight: 300;
}
.message {
	height: 55px;
	position: absolute;
	top: 0;
	left: 185px;
	color: #fff;
	line-height: 55px;
	padding-left: 20px;
	padding-right: 75px;
	font-size: 14px;
	z-index: 99;
}
.m-error {
	background-color: #d21010;
}
.m-success {
	background-color: #127c00;
}
.m-close {
	width: 55px;
	height: 55px;
	background: url('../img/icons/close-file.png') center no-repeat #930b0b;
	position: absolute;
	right: 0;
	top: 0;
}
.m-close:hover {
	background-color: #690808;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.m-close-s {
	width: 55px;
	height: 55px;
	background: url('../img/icons/close-file.png') center no-repeat #0c5600;
	position: absolute;
	right: 0;
	top: 0;
}
.m-close-s:hover {
	background-color: #093e00;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}