/* TOPBAR */
.layout-wrapper .topbar .logo {
	height: 40px;
	width: auto !important;
	max-width: 200px;
	background: white;
    padding: 10px 30px;
    margin: 0;    
}

.app-name {
	text-transform: uppercase;
}
/*
.bth-home {
	height: 100px;
	text-transform: uppercase;
	font-weight: bold;
}
*/
@media only screen and (max-width: 1024px) {
	.app-name {
		display: none !important;
	}
	.logo {
		max-width: 90px !important;
	}
	.layout-wrapper .topbar #user-display span {
    	display: block !important;
    	font-size: 11px !important;
    }
    .layout-wrapper .topbar .user-icon {
	    position: relative;
		left: 15px;
		bottom: 25px;
    }
	/*.layout-wrapper .topbar #user-display .user-icon {
	    width: 26px !important;
		height: 26px !important;
		font-size: 22px !important;
	}
	.layout-wrapper .topbar #user-display span {
	    display: none;
	}
	.topbar-option {
		flex-direction: column-reverse;
		position: relative;
		top: -8px;
	}
	.topbar-option > .option-icon {
		font-size: 30px !important;
	}
	.topbar-option > .user-icon {
		font-size: 30px !important;
	}*/
}

.layout-wrapper .topbar .user-icon {
	text-align: center;
	width: 32px;
	height: 32px;
	/*
	border: 2px solid white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	*/
	font-size: 30px;
}

@media only screen and (min-width: 1025px) {
	.layout-wrapper .topbar .user-icon {
		position: relative;
		top: -35px;
	}
}
/*
@media only screen and (min-width: 1024px) {
	#user-display {
		margin-top: -50px !important;
	}
}
*/
/*
#user-display {
	margin-top: 0px !important;
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    text-align: left !important;
    align-items: center;
}
*/

.user-labels {
}

.topbar-option {
	color: white;
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	position: relative;	
	cursor: pointer;
	user-select: none;
	height: 60px;
}
.topbar-option > .option-icon:not(.user-icon) {
	font-size: 40px;
	cursor: pointer;
}
.topbar-option > .option-label {
	margin-right: 5px;
	cursor: pointer;	
}

.options-box {
	display: block;
	padding: 30px 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px !important;
    border: solid 1px #9a9ea1;
    background-color: #f5f8f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #525c65;
    min-height: 190px;
}

.info-separator {
	border-top: 4px solid green;
	text-align: center;
	font-size: 20px;
	font-weight: 900;	
}

.info-separator label{
	position: relative;
	top: -15px;
	padding: 0 10px;
	background-color: #eaeff2;
}

.ui-menu.ui-menu-dynamic {
	width: max-content;
}

