 /**
 * VFM - veno file manager main CSS
 *
 */
/* ------- base style  ------ */

html,body{
	min-height: 100%;
	background-image:url('../pat9.png');
	background-repeat:repeat;
}
.clear{
	clear: both;
}
.centertext{
	text-align: center;
}
.unmezzo{
	width: 49%;
}
.unterzo{
	width: 32%;
	margin: 0 0.65%;
	float:left;
}
.intero{
	float: left;
	clear: both;
	width: 100%;
}
.vfmwrapper{
	width: 90%;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}
.head{
	float: left;
	clear: both;
	width: 100%;
	margin-top:50px;
}
.description{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
.description p{
	margin-top: 10px;
}
.footer{
	width: 100%;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 30px 0;
	line-height: 40px;
}
.footer img{
	float: left;
	margin-right: 10px;
}
.footer i{
	margin-right: 10px;
}
.vfmblock{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.login{
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
.aligncenter{
	text-align: center;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.removegroup{
	margin-bottom: 5px;
}

.uploadarea{
	padding:5px 10px;
	background: #fcfcfc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(100, 100, 100, 0.5);
	box-shadow:  0px 0px 3px 0px rgba(100, 100, 100, 0.5);
}
.tableblock{
	padding: 10px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(100, 100, 100, 0.5);
	box-shadow:  0px 0px 3px 0px rgba(100, 100, 100, 0.5);
	background: #fff;
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
}
.tableblock .table{
	margin: 0;
}
.uploadarea .input-group{
	margin: 5px 0;
}
.span-6{
	width: 50%;
}
#newdir_container.span-6{
	padding-left: 5px;
}
#upload_container.span-6{
	padding-right: 5px;
}
#error{
	min-height: 36px;
	min-width: 1px;
	float: left;
	clear: both;
	margin: 10px 0;
	width: 100%;
}
.response{
	margin: 0;
	width: 100%;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	opacity: 1;
	-webkit-animation:fadein 1s;
	animation:fadein 1s;
	-webkit-animation-fill-mode: forwards;
}
.response span{
	padding-right: 4px;
	border-right: 1px solid;
	border-color: #817c7c;
}
.response span:last-child{
	border-right: none;
}
.modalhead{
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.sele{
	line-height: 28px;
}
.sendlink{
	margin-right: 10px;
}
.mailresponse{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0 10px;
}
.sendresponse{
	display: none;
}
.nope{
	background: #d9534f;
   background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}
.yep{
	background: #5cb85c;
	background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
}
.breadcrumbs{
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 0;
	float: left;
}
td.mini{
	font-size: 12px;
	padding: 10px;
}
.table td.checkb{
	padding: 8px 0;w
}
td.icon i, td.del i{
	font-size: 18px;
}
.prowrap{
	float: left;
	width: 100%;
}
.uploadarea .progress{
	margin-bottom: 0;
	height: 10px;
}
.progress-bar p{
	margin: 0 10px;
}

#frameloader{
	display: none;
}
.overlay{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #1a1a1a;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 98;
}
.modal{
	width: 98%;
	height: auto;
	max-height: 84%;
	overflow: scroll;
	position: fixed;
	top: 10%;
	left: 51%;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.4);
	padding: 10px;
	z-index: 99;
	display: none;
	bottom: auto;
}
.modal label{
	font-size: 12px;
}
.vfm-zoom{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	min-height: 80px;
	height: auto;
}
.vfm-zoom img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.vfmlink, .vfmclose{
	position: absolute;
	top: 6px;
	padding: 6px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	z-index: 9;
	font-size: 18px;
}
.vfmlink{
	left: 6px;
}
.vfmclose{
	right: 6px;
	cursor: pointer;
}
.zoomview{
	max-width: 600px;
	margin-left: -300px;
}
.changename{
	max-width: 400px;
	margin-left: -200px;
}
.panel{
	position: relative;
}
.sendfiles, .userpanel{
	max-width: 300px;
	margin-left: -150px;
}
.mailpreload{
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(images/preloader.gif) center center no-repeat #fff;
	top: 0;
	left: 0;
	display: none;
	opacity: 0.85;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 99;
}
.shownext{
	cursor: pointer;
}
.cpanelmenu{
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	left: 0;
	top: 0;
}
.langmenu{
	float: right;
	margin: 0;
	padding: 0;
}
.langmenu li{
	float: left;
	list-style: none;
}
.topbanner .navbar-collapse{
	float: right;
	margin: 0;
	padding: 0;
}

.topbanner .navbar-toggle{
	padding: 0;
	margin: 0;
	border: none;
}

.topbanner .btn{
	margin-left: 2px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: none;
}
.topbanner .btn-group{
	margin-left: 2px;
}
.topbanner .dropdown-menu {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.adminmenu{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.adminblock{
	margin-bottom: 30px;
}

.placeheader{
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:inset 0 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 0px 3px rgba(0, 0, 0, 0.2);
}
.bigd{
	text-transform: uppercase;
}
.statistics td, .statistics th{
	text-align: center;
}
.statistics td:last-child, .statistics th:last-child{
	text-align: left;
}

/* ON-OFF checkbox switch */
.onoffswitch {
	position: relative; width: 116px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #FFFFFF; border-radius: 50px;
}
.onoffswitch-inner {
	width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	float: left; width: 50%; height: 41px; padding: 0; line-height: 41px;
	font-size: 25px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 14px;
	background-color: #EEEEEE; color: #73c071;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 14px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	width: 38px; margin: 1.5px;
	background: #A1A1A1;
	border: 2px solid #FFFFFF; border-radius: 50px;
	position: absolute; top: 0; bottom: 0; right: 71px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px !important;
	background-color: #73c071;
}



/* tables */
table .header {
    cursor: pointer;
}
table {
  border-collapse:separate;
  border-spacing: 0;
}
table#sort > .sorta:after{
    content: " \f0dc";
    font-family: FontAwesome;
}
table#sort .headerSortDown > .sorta:after {
    content: " \f0dd";
    font-family: FontAwesome;
}
table#sort .headerSortUp > .sorta:after {
    content: " \f0de";
    font-family: FontAwesome;
}
#sort{
	clear: both;
}
.dataTables_wrapper{
	clear: both;
	float: left;
	width: 100%;
}
.dataTables_filter{
	float: left;
	width: 20%;
}
.dataTables_length{
	float: right;
}
.dataTables_length label, .dataTables_filter label{
	font-weight: normal;
	float: right;
	width: auto;
}
.dataTables_info{
	float: left;
	clear: both;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	opacity: 0.8;
	display:none;
}
.row.one{
	opacity: 0.8;
}
.dataTables_paginate {
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
  float: right;
}
.dataTables_paginate > a {
  display: inline;
  cursor: pointer;
}
.dataTables_paginate > a,
.dataTables_paginate > span > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
   border: 1px solid #dddddd;
  margin-left: -1px;
}
.dataTables_paginate > a:first-child{
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.dataTables_paginate > a:last-child{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.dataTables_paginate > a:hover,
.dataTables_paginate > span > a:hover,
.dataTables_paginate > a:focus,
.dataTables_paginate > span > a:focus {
  background-color: #eeeeee;
  background-color: rgba(200,200,200,0.1);
}
.dataTables_paginate > .paginate_active, .dataTables_paginate > span > .paginate_active{
  z-index: 2;
  color: #333333;
  background-color: #cdcdcd;
  background-color: rgba(200,200,200,0.1);
  cursor: default;
}

.dataTables_length select{
	display:inline;
	padding:6px 12px;
	font-size:12px;
	line-height:1.428571429;
	color:#555555;
	vertical-align:middle;
	border:1px solid #cccccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dataTables_filter input{
	display:inline;
	padding:6px 12px;
	font-size:12px;
	line-height:1.428571429;
	vertical-align:middle;
	background-image:none;
	border:1px solid #cccccc;
	-webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	width: 100%;
}
.dataTables_filter label{position:relative;display:table;border-collapse:separate;}

.usrblock .panel-heading{
	padding: 0;
}
.usrblock .panel-heading .btn{
	background: none;
	border: none;
	text-align: left;
	padding-left: 15px;
}
@-webkit-keyframes fadein{
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadein{
	from {opacity: 0;}
	to {opacity: 1;}
}
#admin-menu ul{
	float: right;
}
.navbar-inverse{
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	background: #3c3b3b;
}
.well{
	background: #fafafa;
}
@media (max-width:767px){
	body{
		font-size: 12px;
	}
	.prowrap{
		width: 100%;
		margin: 4px 0;
		padding: 0;
	}
	#newdir_container.span-6, #upload_container.span-6{
		margin: 4px 0;
		padding: 0;
		width: 100%;
	}
	.modal{
		margin-left:0;
		left: 1%;
		max-width: 767px;
	}
	.unmezzo{
		width: 100%;
	}
	.dataTables_filter{
		width: 70%;
	}
	.dataTables_length{
		width: 30%;
	}

	.topbanner .navbar-collapse, .langmenu{
		width: 100%;
	}
	.topbanner .navbar-collapse ul li{
		width: 100%;
		margin: 0;
	}
	.topbanner .navbar-collapse ul li .btn{
		display: block;
		padding: 10px 0;
		margin: 0;
		-webkit-box-shadow:inset 0 0 2px 0 rgba(0,0,0,0.3);
		box-shadow:inset 0 0 2px 0 rgba(0,0,0,0.3);
		border: none;
		background: none;
	}
	.topbanner .navbar-collapse ul li .btn:hover{
		background: rgba(0,0,0,0.1);
	}
	#admin-menu ul{
		float: none;
	}
}