.tooltip-link {
	position: relative;
	display: inline-block !important;
	height: 38px;
}

.tooltip-link .tooltiptext {
	visibility: hidden;
	position: absolute;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border-radius: 6px;
	z-index: 1;
	width: 250px;
	bottom: 100%;
	left: 50%;
	margin-left: -230px;
	margin-bottom: 5px;
}

.tooltip-link:hover .tooltiptext {
	visibility: visible !important;
}

.tooltip-link .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%; /* At the bottom of the tooltip */
	left: 92%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.form-material-lite {
	background-image: linear-gradient(#fb9678, #fb9678), linear-gradient(#e9ecef, #e9ecef) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: none !important;
	background-color: transparent !important;
	background-position: center bottom, center calc(100% - 1px) !important;
	background-repeat: no-repeat !important;
	background-size: 0 2px, 100% 1px !important;
	padding: 0 !important;
	transition: background 0s ease-out 0s !important;
}

.form-material-lite:focus {
	background-size: 100% 2px, 100% 1px !important;
	outline: 0 !important;
	transition-duration: .3s !important;
}

.nicehide {
    resize: none;
    display: block !important;
    width: 0;
    height: 0;
    margin: 0 0 0 -15px;
    float: left;
    border: none;
}

.form-group.error .wysihtml5-sandbox {
	border: 1px solid #e46a76 !important;
	border-radius: 4px !important;
}
