.user-profile {
	height: 70px;
}

.custom-titlebar {
	left: 0;
}

.custom-view-field {
	padding-top: 5px;
}

.custom-table td {
	vertical-align: middle;
}

.text-color-red {
	color: #ff0000;
}

.text-color-green {
	color: #008040;
}

.text-color-blue-bolder {
	color: #3f51b5;
	font-weight: bolder;
}

.text-vertical-period {
    transform: rotate(90deg);
}

.error-message {
	color: #dc3545;
	font-weight: bolder;
	font-size: 80%;
}

.custom-label {
	padding-left: 10px;
	padding-right: 10px;
}

.custom-checkbox-label {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 30px;
}

.custom-select-label {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.yellow-line {
	background: linear-gradient(transparent 60%, #fff001 0%);
}

.logo-text {
	font-size: 1.7em;
	font-weight: bolder;
	color: white;
}

.menu-dispatch-mergin {
	padding: 0 0 0 0;
}

@media only screen and (max-width: 540px) {
	.logo-text {
		font-size: 1.4em;
		font-weight: bolder;
		color: white;
	}

	.menu-dispatch-mergin {
		padding: 0 0.8em 0 0.8em;
	}
}
