/* Various */
.login img {
    position: relative;
    bottom: 6px;
    margin-right: 6px;
}

.navbar-brand img {
    position: relative;
    bottom: 5px;
}

.panel-heading.dark-overlay {
    background-color: #ea2b2b;
    border-color: #ea2b2b;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 3px 3px 0 0;
}

.panel.panel-default {
    margin-top: 20px;
}

.pull-right .dropdown-menu a {
    color: #777;
    transition: all .3s ease;
}

.pull-right .dropdown-menu a:hover {
    background-color: #2f2f2f;
    color: #fff;
    padding-left: 25px;
}

.pull-right .dropdown-menu {
    min-width: 170px;
    right: -5px;
}

.pull-right .dropdown-menu a {
    color: #777;
}

ul.dropdown-menu {
    background-color: #2f2f2f;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
}

.panel-widget .fa {
    color: #777;
}

.panel-default .panel-heading {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 47px;
}

.panel-body {
    background-color: #f9f9f9;
}

.table {
    background-color: #f9f9f9;
}

button span {
    width: 0px;
    overflow: hidden;
    display: block;
    float: right;
    transition: all .3s ease;
}

button:hover span {
    width: 22px;
}


body {
    background: #f2f2f2;
	color: #444444;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
    max-width: 100vw;
}

a.dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: all .3s ease;
}

a.dropdown-toggle {
    margin-right: 20px; 
}

/* Navbar */
a.navbar-brand {
    text-align: center;
}

#user-item p {
    font-size: 16px;
}

#user-item .icon p {
	visibility: hidden;
	width: 25px;
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	color: #fff;
	float: left;
	margin: 0;
}


#user-item .icon p::first-letter {
    visibility: visible;
    float: left;
    margin: 0;
    width: 10px;
    word-wrap: break-word;
}

#user-item {
    margin-bottom: 40px;
    text-align: center;
}

#user-item .icon {
    height: 80px;
    width: 80px;
    margin: 40px auto 20px;
    background-color: #ea2b2b;
    border-radius: 80px;
    text-align: center;
}

#user-item .icon p:first-child {
    margin: 0 0 0 15px;
}

.navbar-brand:hover {
    background-color: #444444 !important;
}

h1.page-header {
    margin: 0;
    position: fixed;
	top: 0;
    z-index: 9999;
    color: white;
    line-height: 50px;
    font-size: 16px;
    float: left;
    word-wrap: break-word;
    padding-bottom: 0;
}

.navbar-header .navbar-brand span {
    color: #fff;
    letter-spacing: 5px;
}

.navbar-brand {
    background-color: #444444;
    width: 230px;
    overflow: hidden;
}

.navbar-inverse {
    background-color: #2f2f2f;
    margin: 0;
}


/* Sidebar */
.sidebar::-webkit-scrollbar              { width: 3px; }
.sidebar::-webkit-scrollbar-thumb        { background-color: #949494; }

.parent a {
    color: #777777;
}

.fa {
    font-size: 16px !important;
    width: 22px;
}

.sidebar  a {
    color: #777;
}



.sidebar ul.nav li.parent ul li a:hover {
	color: #fff !important;
	background-color: #333333;
    padding-left: 35px;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav .active a:hover {
    color: #fff !important;
	background-color: #333333;
    padding-left: 20px;
}

.sidebar ul.nav li.parent ul li a,
.sidebar ul.nav a,
.sidebar ul.nav .active a {
	transition: all .3s ease;
    background-color: #333333;
}

.sidebar ul.nav ul.children li a {
	background: #333333;
	color: #777 !important;
}

.sidebar ul.nav .active a::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f2f2f2;
    position: absolute;
    right: -12px;
    top: 10px;
    transform: rotate(45deg);
}

.sidebar .parent::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 15px;
    height: 6px;
    width: 6px;
    border-left: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(-45deg);
    transition: all .3s ease;
}

.sidebar .parent:hover::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.sidebar form {
    display: none;
}

.sidebar {
    width: 230px;
    background-color: #333333;
	box-shadow: none;
}


/* Page Content */
.panel-widget div {
    text-align: center;
}

.row.no-padding {
    width: 100%;
    margin: 0;
}

.panel-widget {
    height: 160px;
    border-radius: 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 0px;
}

/**/
@media screen and (min-width: 780px) {

.col-lg-12 {
    width: 100%;
    padding: 0 20px;
}
.col-sm-offset-3 {
    margin-left: 0;
}

.col-lg-10 {
    width: calc(100% - 230px);
}

.col-lg-3 {
    width: 33.33%;
    padding: 0;
}

.col-lg-offset-2 {
    margin-left: 230px;
    padding: 0 20px;
}
}
/**/

.widget-right .large {
    color: #e42020;
    font-size: 60px;
    line-height: initial;
}

.large {
    color: #ea2b2b;
    font-size: 48px;
    height: 54px;
    margin: 0;
    padding: 0;
}

.panel-widget .divider {
    content: "";
    display: block;
    position: relative;
    height: 100px;
    width: 1px;
    background-color: #f2f2f2;
    position: absolute;
    top: 30px;
    right: 0;
}

.text-muted {
    text-transform: uppercase;
}

.main {
    position: relative;
	margin-bottom: 20px;
}

.page-header::before {
    content: "Controlpanel / ";
}

/* Login */
.form-control:focus {
	border: 1px solid #ffffff;
	outline: 0;
	box-shadow: none;
}

button:focus {
    border: 1px solid #e42020;
    outline: 0;
    box-shadow: none;
}

.login .error {
    color: #e42020;
    font-weight: 500;
}

.panel-body.panel-login {
    background-color: transparent;
}

.login .panel-default .panel-heading {
	background: transparent;
	color: #777;
}

button {
    background-color: #ea2b2b !important;
    border: 1px solid #ea2b2b !important;
}

button:hover {
    opacity: 1;
    background-color: #ef3636 !important;
    border: 1px solid #ef3636 !important;
}

.login .panel {

    background-color: transparent;
}

.row.login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/img/bg-login.jpg);
    background-size: cover;
    margin-right: 0;
    margin-left: 0;
    padding-top: calc(50vh - 140px);
}

.background-image
{
    
}

.row.login .panel-heading span {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
}

.row.login::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
}


@media screen and (max-width: 780px) {
.sidebar {
    width: 100%;
}

h1.page-header {
	display: none;
}

#user-item {
	display: none;
}

.col-lg-12 {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
}

.navbar-toggle {
    width: 44px;
    height: 34px;
}

.col-lg-10 {
    width: calc(100% - 230px);
}

.col-lg-3 {
    width: 33.33%;
    padding: 0;
}

.col-lg-offset-2 {
    width: 100%;
    padding: 0 20px;
}

/* Nav */
.navbar-toggle span:nth-child(3) {
    transform: translateX(100px)
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: 6px;
    left: 0px;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(45deg);
    position: relative;
    top: -6px;
    left: 1px;
}

.navbar-toggle.collapsed span:nth-child(2) {
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 0px;
}
.navbar-toggle.collapsed span:nth-child(3) {
    transform: translateX(0px)
}
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 0px;
}

.sidebar ul.nav .active a::after{
    display: none;
}

.collapse {
    position: fixed;
}

.col-lg-2.collapse.in {
    position: fixed;
    top: 50px;
    z-index: 9999;
	height: auto;
	animation-name: menuslide;
    animation-duration: .6s;
	overflow: hidden;
}
@keyframes menuslide {
    from {height: 0px;}
    to {height: 200px;}
}	
	
/**/

}

/* Mobile */
@media screen and (max-width: 780px) {
	.col-lg-3 {
		width: 100%;
		padding: 0;
	}
	
	.navbar-inverse {
		background-color: #444444;
	}
	
	.panel-widget .divider {
		display: none;
	}
	
	a.navbar-brand {
		text-align: left;
	}
	
	.user-menu {
		width: 100%;
		background-color: #2f2f2f;
		margin: 0;
		padding: 5px 15px;
		float: left;
		display: grid;
	}
	
	.pull-right .dropdown-menu {
		width: 100vw;
		left: -15px;
	}

	a.dropdown-toggle {
		width: 100% !important;
		float: left;
		margin: 0;
	}
	.children.collapse.in {
		position: initial;
	}
	.main {
		top: 30px;
	}
	
	.dropdown-menu>li>a {
		padding-left: 15px;
	}
	
	.panel-body {
		background-color: #f9f9f9;
		overflow-x: auto;
	}
}