/**
*	TEMPLATE Administrator
*
*	@copyright       Copyright 2017, Quattronet GmbH, Carsten Hetzer
*	@lastmodified    $Date: 2017-04-07 $
*
*	Based on
*	Bootstrap 3
*/

/**
*   Import Fonts =========================================================================
*/

	@import url(font-awesome.min.css);

/**
*   Site Styles =========================================================================
*/

a:focus {
	outline: none;
}
body {
	/*min-height: 2000px;*/
	background-color: #f7f7f7;
}
#main {
	margin-top: 20px;
	/*background: #f7f7f7 linear-gradient(#f7f7f7, #eee) repeat scroll 0 0;*/
	padding-bottom: 150px;
}
.banner {
	width: 100%;
	background-color: #ffc598;
	/*height: 8em;
	line-height: 8em;*/
	min-height: 8em;
	background-image: url(../images/logo-partnernet.png);
	background-size: 7em;
	background-repeat: no-repeat;
	background-position: center center;
	border-color: #930;
	border-style: solid;
	border-width: 1px 0;

	margin: 0.25em 0;
	padding: 20px 0 20px 0;
}
.navigation {
	background: #ff6600 linear-gradient(#ff7100, #e25a00) repeat scroll 0 0;
	border: 1px solid #993300;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 #c41;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	border-color: #930;
	border-style: solid;
	border-width: 1px 0;

	padding: 20px 0 20px 0;
}
/*.navigation .row > div {
	height: 4em;
	line-height: 4em;
}*/
.navigation h1 {
	font-size: 2em;
	margin:0;
	padding:0;
}
footer {
	color: #fff;
	width: 100%;
	overflow: hidden;
	background: #66bb00 linear-gradient(#70cd00, #5ba800) repeat scroll 0 0;
	position:fixed;
	left: 0;
	right: 0;
	bottom: 0;
	/*min-height: 8em;*/
	padding: 10px 0 10px 0;
	border-top: 1px solid #5ba800;
}
footer .row {
	/*margin-top: 0.25em;
	margin-bottom: 0.25em;*/
}
#spider {
	display: none;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	font-size: 72px;
}
#spider span {
	left: 50%;
	top: 50%;
	position: fixed;
	transform:translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50%;
	padding: 30px;
	margin-left: -66px;
}
#spider .glyphicon {
	/*background: none;*/
	color: #ff7100;
	animation: 2s linear 0s normal none infinite running rotation;
}

/**
*   Typography =========================================================================
*/

#main h1 {
	margin-bottom: 30px
}
footer h3 {
	margin-top: 0;
}
hr.divider {
	margin-top: 5px;
	margin-bottom: 5px;
}

/**
*   Helpers =========================================================================
*/

.nomargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.margin-bottom.none {
	margin-bottom: 0px;
}
.margin-top.none {
	margin-top: 0px;
}
.margin-bottom,
.margin-bottom.one {
	margin-bottom: 10px;
}
.margin-bottom.two {
	margin-bottom: 20px;
}
.margin-bottom.three {
	margin-bottom: 30px;
}
.margin-bottom.four {
	margin-bottom: 40px;
}
.margin-bottom.five {
	margin-bottom: 50px;
}
.margin-top,
.margin-top.one {
	margin-top: 10px;
}
.margin-top.two {
	margin-top: 20px;
}
.margin-top.three {
	margin-top: 30px;
}
.margin-top.four {
	margin-top: 40px;
}
.margin-top.five {
	margin-top: 50px;
}

/**
*   Buttons =========================================================================
*/

/*https://stackoverflow.com/questions/5138719/change-default-text-in-input-type-file*/
/*.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: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}*/
#adminModal .btn {
	text-align: left;
}
footer .btn-success {
	background: #66bb00 linear-gradient(#70cd00, #5ba800) repeat scroll 0 0;
}
.btn-custom {
	color: #fff;
	background-color: #ff7100;
	border-color: #e25a00;
	border-color: #930;
}
.btn-custom:focus,
.btn-custom:active {
	color: #fff;
	background-color: #e25a00;
	border-color: #930;
}
.btn-custom:hover {
	color: #fff;
	background-color: #e25a00;
	border-color: #930;
}
.btn-custom-secondary {
	color: #fff;
	background-color: #6b0;
	border-color: #5a3;
	border-color: #372;
}
.btn-custom-secondary:focus,
.btn-custom-secondary:active {
	color: #fff;
	background-color: #5a3;
	border-color: #372;
}
.btn-custom-secondary:hover {
	color: #fff;
	background-color: #5a3;
	border-color: #372;
}
.btn-labeled {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}
.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0,0,0,0.1);
}
.btn-language {
	margin-right: -5px;
}
.btn-flag {
	position: relative;
	/*left: -12px;*/
	display: inline-block;
	/*padding: 6px 12px;*/
	padding: 0;
	background-color: transparent;
	border-color: transparent;
	border-radius: 3px !important;
}
.btn-flag:focus,
.btn-flag:hover {
	background-color: #fff;
	border-color: transparent;
}
img.language {
	width: auto;
	padding: 0 5px 0 5px;
}
.btn-flag img {
	height: 24px;
	margin-right: 10px;
}
.btn-language .btn-flag img {
	margin-right: 0;
	height: 32px;
}
.btn-category {
	text-align: left;
}
.btn-category .country,
.country {
	color: rgba(0,0,0,0.5);
	font-size: 80%;
	position: absolute;
	margin: 10px 10px 0 0;
	right: 0;
	top: 0;
}
.role-user .btn-category .btn-flag {
	display: none !important;
}
.btn-primary small {
	color: rgba(0,0,0,0.5);
	font-size: 80%;
}
.btn-category .btn-flag img {
	/*height: 16px;*/
}
.btn-category .badge {
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 10px 0 0;
}
#filterStatsFile .btn-info,
#filterStatsUser .btn-info {
	margin: 0 2px 2px 0;
}
.icon64 img {
	height: 64px;
}
.icon32 img {
	height: 32px;
}
.icon24 img {
	height: 24px;
}


/**
*   Lists =========================================================================
*/

#collapseCategory ul {
	list-style: none;
	padding-left: 0;
}
#collapseCategory ul ul {
	padding-left: 40px;
}
#collapseCategory a,
#collapseGroup a,
#collapseFile a,
#collapseUser a {
	display: block;
	margin-bottom: 4px;
}
.highlighting {
	padding-top: 1em;
	padding-bottom: 1em;
}
.highlighting:hover {
	background-color: #fff;
}
.highlighting.row {
	border-bottom: 1px solid #ddd;
}
.highlighting.row:first-child {
	border-top: 1px solid #ddd;
}
.list {}
.list .btn {
	position: relative;
}
.list .btn-flag:hover {
	background-color: transparent;
}
input.shorthand {
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: contain;
}
/**
*   Lines Filter Contents =========================================================================
*/


#fileinfos {
	display: none;
}
#filterStatsFile .row,
#filterStatsUser .row {
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}
#filterStatsFile .row.heading,
#filterStatsUser .row.heading {
	border-bottom: 3px solid #ddd;
	margin-top: 15px;
	background-color: #f7f7f7;
}
#filterStatsFile .row:hover,
#filterStatsUser .row:hover,
#filterSearch .row:hover,
#listFile .row:hover {
	background-color: #f7f7f7;
}
#filterSearch .row,
#listFile .row {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

/**
*   Tabs =========================================================================
*/

.panel.with-nav-tabs .panel-heading{
	padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

/* Panel Default */

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #555;
}

/* Panel Primary */

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
	background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
	background-color: #4a9fe9;
}

/**
*   Breadcrumbs =========================================================================
*/

.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.breadcrumb-first {
	padding: 6px 12px 6px 10px !important;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
.inline-block {
	display: inline-block;
}

/**
*   Keyframes =========================================================================
*/

@-webkit-keyframes rotation
{
	0%{-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}100%
	{
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes rotation
{
	0%{-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}100%
	{
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}

/**
*   Media Queries =========================================================================
*/

@media (max-width: 768px) {

	#main {
		padding-bottom: 150px;
	}
	.banner {
		background-position: right center;
	}
	.banner .text-right {
		text-align: left;
		margin: 10px 0 0 -5px;
	}
	.navigation h1 {
		margin-top: 50px !important;
	}
	body.login .navigation h1 {
		margin-top: 0px !important;
	}
	.list .visible-xs {
		display: inline-block !important;
	}

}
