
#view {
	
}

*:focus {outline:none;}
*::-moz-focus-inner {border:0;}

.table-hover td {
	transition: background-color 0.25s, color 0.5s;
	-moz-transition: background-color 0.25s, color 0.5s;
	-webkit-transition: background-color 0.25s, color 0.5s;
	-o-transition: background-color 0.25s, color 0.5s;
}

.table-hover tbody tr:hover td {
	background-color: #73bfe5;
	cursor: pointer;
}

#preview {
	background-color: #404040;
	position: fixed;
	top: 62px;
	right: 0px;
	left: 500px;
	bottom: 0px;
}

#view {
	position: relative;
	opacity: 1;
	left: 0;	
	transition: all 0.5s, opacity 1s;
	zoom: 100%;
}

#view.loading {
	opacity: 0.01;
	left: 10px;
	transition: all 0s;
	/*
	transform: scale(2,4);
	-webkit-transform: scale(0.99,0.99);
	*/
}
.file_list {
/*
	border: 1px solid #DDD;
	border-collapse: collapse;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

.file_list td.icon, .file_list th.icon {
	width: 32px;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 4px;
	min-width: 32px;
	max-width: 32px;
/*  	display: block;
  	position: relative;
  	margin: 0;
  	*/
}

.file_list td a {
	color: #333;
	text-decoration: none;
}

.file_list .selected td {
	background-color: #404040;
	color: white;
}

.file_list .actions {
	padding-left: 15px;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.file_list tr:hover .actions {
	opacity: 1;
}

.file_list .actions a {
	color: black;
	font-size: small;
	opacity: 0.5;

	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.file_list .actions a:hover {
	text-decoration: none;
	opacity: 1;
}

.file_list .selected .actions a {
	color: white;
}

.file_list .selected .actions, .file_list tr.selected:hover .actions{
	opacity: 0;
}

.file_list a {
	font-weight: bold;
}

.file_list .file, .file_list .size{
	padding: 0 8px;
}

.file_list .size {
	font-size: small;
	vertical-align: bottom;
}

.file_list .date {
	font-size: small;
}

/*
img.file_icon.folder {
	background-image: url("/lib/icons/files/ic_fso_folder.png");
}

img.file_icon {
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	display: block;
}*/

.file_list .dir_zip img {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.file_list .dir_zip:hover img {
	opacity: 1;
}

footer {
	border-top: 1px solid #eee;

	background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%);

	font-size: small;
	padding: 0 12px;
	text-shadow: 0px 1px white;

	height: 310px;
}

footer a {
	color: black;
}

footer h2 {
	font-size: small;
	margin: 0;
	padding: 0;
}

footer address {
	float: left;
}

footer #telefon {
	margin-left: 12px;
	float: left;
}

#preview_body {
	height: 100%;
}

#preview_modal {
	width: 90%;
	left: 5%;
	top: 5%;
	max-height: 80%;
	margin: 0;
}

#preview_modal.html, #preview_modal.pdf {
	height: 80%;
}

#preview_modal.img #preview_body{
	text-align: center;
	max-height: 500px;
	overflow: scroll;
}

.nav-header {
	line-height: 12px;
}

h3 {
	line-height: 26px;
}

h2 {
	line-height: 32px;
}

.labels-large label {
	height: 20px;
}

.hasinput {
	margin-bottom: 5px;
	position: relative;
}

.hasinput input[type=text] {
	position: absolute;
	margin-top: -5px;
	margin-left: 5px;
}

.hasinput select {
	position: absolute;
	margin-top: -5px;
	margin-left: 5px;	
}

.hasinput label {
	display: inline;
}

.labels-left label {
	float: left;
	width: 130px;
	padding-right: 15px;
	text-align: right;
	height: 20px;
	padding-top: 5px;	
}

.labels-left input[type=text] {
	width: 385px;
}

select.input-xxlarge {
	width: 540px;
}

.input-micro {
	width: 40px;
}

.inline-label {
	display: inline;
}

#clicked_zoom {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.15s, -webkit-transform 0.15s;
}

#clicked_zoom.zoom {
	transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	opacity: 0;
}

@media (min-width: 979px) {
	.sidebar_collapsed {
		position: fixed;
		width: 23%;
		top: 38px;
	}

}

.sidebar_collapsed .well {
	padding-top: 0;
	padding-bottom: 0;
}

.row-fluid .span12 {
	margin-left: 0;
}

.sidebar-nav {
	position: relative;
}

.sidebar-nav .nav-header {
	font-size: 13px;
}

.toggle_collapse.extended{
	position: absolute;
	right: 10px;
	top: 5px;
}

.toggle_collapse {
	font-size: 10px;
	cursor: pointer;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: rgba(0,0,0,0.02);
}

.well {
	background-color: rgba(0,0,0,0.04);
}

#notify {
	position: fixed;
	top: 45px;
	text-align: center;
	width: 100%;
}

#notify > div {
	width: 550px;
	margin: 0 auto;
	text-align: center;
	color: black;
	padding: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	bbox-shadow: 3px 10px 5px #888;

	margin-bottom: 3px;
}

#notify > div.error {
	background-color: rgba(255,0,0,0.5);
}

#notify > div.ok {
	border: 2px solid rgba(64,128,64,0.5);
	background-color: rgba(64,192,64,0.85);
}

#notify > div.notify {
	background-color: rgba(0,0,255,0.5);
}

input[required].ng-invalid, textarea[required].ng-invalid, .manual-invalid, .manual-invalid {
	background-color: #fcf3f3;
	border: 1px solid red;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input[required].ng-valid, textarea[required].ng-valid, input.manual-valid {
	/*background-color: #f2fcf2;*/
}

select[required].ng-invalid {
	border-color: #d9a3a3;
	border-color: red;
	box-shadow: 0 0 3px #d9a3a3;
}

@media (max-width: 767px) {

	select.input-xxlarge {
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}
