/* Add here all your CSS customizations */
.subtitle-22 {
	color: white;
	font-size: 15px;
	line-height: 1.2em;
	margin: 7px 0 0;
	padding: 0;
}
.header .separator1 {
	background-color: #f6f6f6;
	background-image: -webkit-linear-gradient(#f6f6f6 60%, #ededed);
	background-image: linear-gradient(#f6f6f6 60%, #ededed);
	/* display: inline-block; */
	height: 100%;
	margin: 0 25px 0;
	width: 2px;
	vertical-align: middle;
}
.header .separator2{
	background-color: #f6f6f6;
background-image: -webkit-linear-gradient(#f6f6f6 60%, #ededed);
background-image: linear-gradient(#f6f6f6 60%, #ededed);
display: inline-block;
height: 100%;
margin: 0 10px 0;
width: 2px;
vertical-align: middle;
}
/* Userbox */
.userbox {
	display: inline-block;
	margin: 3px 17px 0 0;
	position: relative;
	vertical-align: middle;
}

.userbox > a {
	display: inline-block;
	text-decoration: none;
}

.userbox a:hover {
	text-decoration: none;
}

.userbox .profile-info1,
.userbox .profile-picture {
	display: inline-block;
	vertical-align: middle;
}

.userbox .profile-picture img {
	width: 35px;
	color: transparent;
}

.userbox .profile-info1 {
	margin: 0 50px 0 10px;
}

.userbox .name,
.userbox .role {
	display: block;
}

.userbox .name {
	color: #000011;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2em;
}

.userbox .role {
	color: #ACACAC;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2em;
}

.userbox .custom-caret {
	color: #000011;
	font-size: 16px;
	font-weight: bold;
}

.userbox .custom-caret:before {
	content: "\f107";
}

/* Userbox - Open */
.userbox.open > a {
	position: relative;
	z-index: 993;
}

.userbox.open > a .custom-caret:before {
	content: "\f106";
}

.userbox.open .dropdown-menu {
	border: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: -11px;
	padding: 45px 10px 0;
	top: -10px;
	width: 100%;
	z-index: 992;
}

.userbox.open .dropdown-menu li {
	margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
	border-radius: 2px;
	color: #7d7d7d;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	line-height: 1.5rem;
	padding: 5px 10px;
}

.userbox.open .dropdown-menu a:hover {
	background: #cccccc;
	color: white;
}

.userbox.open .dropdown-menu i {
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 3px;
	vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
	.userbox {
		float: left;
		margin: 16px 0 0 12px;
		position: relative;
	}

	.userbox:after {
		background: #E9E9E6;
		content: '';
		height: 63px;
		margin: 0;
		position: absolute;
		right: -21px;
		top: -18px;
		width: 1px;
	}

	.userbox .profile-picture {
		/* display: none; */
	}

	.userbox.open .dropdown-menu {
		left: -5px;
		padding: 43px 0 0 0;
	}
	.body-sign {
		display: table;
		height: 100vh;
		margin: 0 auto;
		max-width: 500px;
		padding: 0 15px;
		/* width: 100%; */
	}


	html .panel-primary-custom .panel-heading {
		background: #0088cc;
		border-color: #0088cc;
	}
}
