/**
*	TEMPLATE Administrator
*
*	@copyright       Copyright 2016, Quattronet GmbH, Carsten Hetzer
*	@lastmodified    $Date: 2016-06-13 $
*
*	Based on
*	Bootstrap 3
*/

/**
*   Table of Content ====================================================================
*/

	/* Colors
	$color-blue			: #06a;
	$color-blue-dark	: #047;
	$color-blue-light	: #c7e7f7;
	*/

/**
*   Import Fonts =========================================================================
*/

	/*@import url(template.fontface.css);*/
	@import url(font-awesome.min.css);


/**
*	Global Styles =========================================================================

 ######   ##        #######  ########     ###     ######
##    ##  ##       ##     ## ##     ##   ## ##   ##    ##
##        ##       ##     ## ##     ##  ##   ##  ##
##   #### ##       ##     ## ########  ##     ##  ######
##    ##  ##       ##     ## ##     ## #########       ##
##    ##  ##       ##     ## ##     ## ##     ## ##    ##
 ######   ########  #######  ########  ##     ##  ######

*/

body {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #fff;
}
body.login {
	background-color: #4f5b69;
	background-image: url(../images/black-linen.png);
}
body.popup {
	padding-top: 0px;
	padding-bottom: 0px;
}
body.article h1 {
	margin-top: 50px;
	margin-bottom: 40px;
}
body.article .artikel .btn-success.state-info,
body.article .artikel .btn-info.state-info {
	cursor: default;
}
body.article .artikel .btn-success.state-info:hover {
	background-color: #5CB85C;
	border-color: #4CAE4C;
}
body.article .artikel .btn-info.state-info:hover {
	background-color: #5BC0DE;
	border-color: #46B8DA;
}
a:focus {
	outline: none;
}

hr.divider {
	margin-top: 10px;
	margin-bottom: 20px;
}

#wrapper {
    padding-left: 50px;
    transition: all .4s ease 0s;
    height: 100%
}
#sidebar-wrapper {
    margin-left: -250px;
    left: 0;
    width: 300px;
    background: #222;
    position: fixed;
    height: 100%;
    z-index: 900;
    transition: all .4s ease 0s;
	top: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#action {
	margin-left: 50px;
	transition: all .4s ease 0s;
}
#wrapper.active {
    padding-left: 315px;
}
#wrapper.active #sidebar-wrapper {
    left: 265px;
}
#wrapper.active #action {
	margin-left: 315px;
}

/* Alert Tag */

.alert-tag {
	padding: 5px;
    margin-bottom: 0px;
}
.alert-tag.alert-dismissable .close,
.alert-tag.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 5px;
    color: inherit;
}
.alert-default {
	color: #777;
    background-color: #f7f7f7;
    border-color: #ddd;
}

/* Badge */

.badge-info {
  background-color: #31708f;
}
.badge-success {
  background-color: #3c763d;
}
.badge-warning {
  background-color: #8a6d3b;
}
.badge-danger {
  background-color: #a94442;
}

/* Hero, Well */

.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 64px; line-height: 64px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 36px; font-size: 36px; line-height: 36px; font-style: normal; }
.hero-widget label { font-size: 14px; }
.hero-widget .options { margin-top: 10px; }
.well-info {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.well-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.well-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.well-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Panel */

.panel-form hr {
    border-top: 1px solid #bbb;
}
.editor {
	padding: 15px;
	padding-bottom: 0px;
}
.margin-bottom,
.margin-bottom.one {
	margin-bottom: 10px;
}
.panel-form,
.panel-table {
    border-color: #ddd;
	background-color: #eee;
}
.panel-form-default {
    box-shadow: none;
}
.panel-form .panel-body {
	padding-bottom: 0px;
}
.panel-form .panel-heading,
.panel-form-default .panel-heading,
.panel-table .panel-heading {
	color: #bbb;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.panel-table .panel-footer .pagination {
	margin: 0;
}
table th.action,
table td.action {
	text-align: right;
}
.panel-table th {
	background: #fff;
}
.panel-table .table > thead > tr > td,
.panel-table .table > thead > tr > th {
    border-top: 1px solid #ddd !important;
}
.panel-table .filter-table {
	padding: 15px 15px 0 15px;
}
.tab-content {
	padding-top: 15px;
}
.panel-info .table caption {
    padding-right: 5px;
    padding-left: 5px;
	border-bottom: 2px solid #ddd;
}


/**
*	Misc ================================================================================

##     ## ####  ######   ######
###   ###  ##  ##    ## ##    ##
#### ####  ##  ##       ##
## ### ##  ##   ######  ##
##     ##  ##        ## ##
##     ##  ##  ##    ## ##    ##
##     ## ####  ######   ######

*/

span.spacer {
	display: inline-block;
	width: 1.5rem;
}
#spinner {
	display: none;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}
#spinner span {
	left: 50%;
	top: 50%;
	position: fixed;
}
#spinner .fa-circle {
	color: #06a;
}

/**
*	Forms ===============================================================================

########  #######  ########  ##     ##  ######
##       ##     ## ##     ## ###   ### ##    ##
##       ##     ## ##     ## #### #### ##
######   ##     ## ########  ## ### ##  ######
##       ##     ## ##   ##   ##     ##       ##
##       ##     ## ##    ##  ##     ## ##    ##
##        #######  ##     ## ##     ##  ######

*/

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: #777;
}

.help-block {
    font-size: 80%;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 4px;
}
.form-signin .form-signin-heading {
	text-align: center;
}
.form-signin .form-signin-heading,	.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	/*margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;*/
}
.form-signin input[type="password"] {
	/*margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;*/
}
.form-signin select {}
.form-signin .input-group {
	margin-bottom: 10px;
}
.btn-primary {
	background-color: #06a;
	/*border: 0;*/
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover  {
	background-color: #047;
}
.spinner input {
	 text-align: right;
}
.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 2%;
	vertical-align: middle;
	display: table-cell;
}
.input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
	border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

/* Input File - Popover Preview Image */
.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left: 2px;
}

/* Password Popover */
.popover.primary {
    border-color:#337ab7;
}
.popover.primary>.arrow {
    border-top-color:#337ab7;
}
.popover.primary>.popover-title {
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7;
}
.popover.success {
    border-color:#d6e9c6;
}
.popover.success>.arrow {
    border-top-color:#d6e9c6;
}
.popover.success>.popover-title {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6;
}
.popover.info {
    border-color:#bce8f1;
}
.popover.info>.arrow {
    border-top-color:#bce8f1;
}
.popover.info>.popover-title {
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1;
}
.popover.warning {
    border-color:#faebcc;
}
.popover.warning>.arrow {
    border-top-color:#faebcc;
}
.popover.warning>.popover-title {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc;
}
.popover.danger {
    border-color:#ebccd1;
}
.popover.danger>.arrow {
    border-top-color:#ebccd1;
}
.popover.danger>.popover-title {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1;
}

/**
*	Navigation =========================================================================

##    ##    ###    ##     ## ########     ###    ########
###   ##   ## ##   ##     ## ##     ##   ## ##   ##     ##
####  ##  ##   ##  ##     ## ##     ##  ##   ##  ##     ##
## ## ## ##     ## ##     ## ########  ##     ## ########
##  #### #########  ##   ##  ##     ## ######### ##   ##
##   ### ##     ##   ## ##   ##     ## ##     ## ##    ##
##    ## ##     ##    ###    ########  ##     ## ##     ##

*/

#action {
	padding: 15px;
	border-bottom: 1px solid #23282e;
	/*margin-left: 25%;*/
	background-color: rgba(255, 255, 255, 0.9);
	margin-right: -2px;
}
#action .btn {
	float: right;
	margin-left: 2px;
	margin-right: 2px;
}
#menu-toggle {
	margin-top: 20px;
	float: right;
	color: #fff;
}
#menu-toggle:hover,
#menu-toggle:focus {
	text-decoration: none;
}
#menu-toggle:before {
	font-family: FontAwesome;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
#wrapper.active #menu-toggle:before {
	content: "\f100"; /* fa-angle-double-left */
}
#wrapper #menu-toggle:before {
	content: "\f101"; /* fa-angle-double-right */
}
.nav-side-menu {
	overflow: auto;
	background-color: #2e353d;
	/*position: fixed;*/
	/*top: 0px;*/
	/*width: 25%;*/
	height: 100%;
	color: #eff;
	margin-left: -15px;
}
.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 63px;
	display: block;
	text-align: center;
	font-size: 18px;
	min-height: 63px;
}
#wrapper.active .nav-side-menu .brand {
	text-indent: 0px;
}
#wrapper .nav-side-menu .brand {
	text-indent: -9999px;
}
.nav-side-menu .user,
.nav-side-menu .date {
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #23282e;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-side-menu .date {
	color: #999;
	border-bottom: none;
}
.nav-side-menu .version {
	color: #eff;
	text-align: center;
	margin-top: 30px;
	font-size: 80%;
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
}
.nav-side-menu li a {
	padding: 0px 10px 0 10px;
	display: block;
}
.nav-side-menu li a .fa {
	float: right;
	margin-top: 10px;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	/*content: "\f078"; fa-chevron-down */
	content: "\f107"; /* fa-angle-down */
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	vertical-align: middle;
	float: right;
	margin-right: -5px;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
	border-left: 3px solid #d19b3d;
	background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	background-color: #181c20;
	border: none;
	/*line-height: 28px;*/
	border-bottom: 1px solid #23282e;
	margin-left: 0px;
	padding-left: 20px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
	background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
	/*font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;*/
}
.nav-side-menu li {
	padding-left: 0px;
	border-left: 3px solid #2e353d;
	border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #e1ffff;
}
.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}
.nav-side-menu li:hover {
	border-left: 3px solid #d19b3d;
	background-color: #4f5b69;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/**
*	Media Queries =======================================================================

##     ## ######## ########  ####    ###        #######  ##     ## ######## ########  #### ########  ######
###   ### ##       ##     ##  ##    ## ##      ##     ## ##     ## ##       ##     ##  ##  ##       ##    ##
#### #### ##       ##     ##  ##   ##   ##     ##     ## ##     ## ##       ##     ##  ##  ##       ##
## ### ## ######   ##     ##  ##  ##     ##    ##     ## ##     ## ######   ########   ##  ######    ######
##     ## ##       ##     ##  ##  #########    ##  ## ## ##     ## ##       ##   ##    ##  ##             ##
##     ## ##       ##     ##  ##  ##     ##    ##    ##  ##     ## ##       ##    ##   ##  ##       ##    ##
##     ## ######## ########  #### ##     ##     ##### ##  #######  ######## ##     ## #### ########  ######

*/

@media (max-width: 767px) {

	#wrapper,
	#wrapper.active {
		padding-left: 0px;
		transition: all .4s ease 0s;
	}
	#sidebar-wrapper {
		margin-left: 0px;
		height: auto;
		width: 100%;
		top: 60px;
	}
	#wrapper.active #sidebar-wrapper {
		left: 0;
	}
	#page-content-wrapper {
		padding-top: 100px;
	}
	#action,
	#wrapper.active #action {
		margin-left: 0;
		transition: all .4s ease 0s;
	}
	.nav-side-menu {
		position: relative;
		width: 100%;
		/*margin-bottom: 10px;*/
		/*margin-top: 40px;*/
		margin-left: 0;
	}
	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #06a;
		color: #fff;
		width: 40px;
		text-align: center;
		border-radius: 4px;
	}
	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
	#action {
		padding: 15px;
		border-bottom: 1px solid #23282e;
		margin-left: 0;
		background-color: rgba(255, 255, 255, 0.9);
	}
	table#responsive-table,
	table#responsive-table thead,
	table#responsive-table tbody,
	table#responsive-table th,
	table#responsive-table td,
	table#responsive-table tr {
		display: block;
	}
	table#responsive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table#responsive-table tr {
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
	}
	table#responsive-table td {
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	table#responsive-table td.action {
		padding-left: 6px;
		padding-right: 6px;
		text-align: center;
	}
	table#responsive-table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	table#responsive-table td:before {
		content: attr(data-title);
	}

}
@media (min-width: 1199px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 767px) {

	.nav-side-menu .menu-list .menu-content {
		display: block;
	}

}
