#sms_texts_select_lang{
	margin-bottom: 30px;
}


.label_text{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 20px;
}

.label_text_mini{
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.send-sms-button{
	margin-top: 5px !important;
}

.help-title {
	font-weight: bold;
	font-size: 16px;
}

.egoi-remove-button {
	background: #ba0000 !important;
	border-color: #BA0000 #c40000 #b80000 !important;
	box-shadow: 0 1px 0 #a80000 !important;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0 -1px 1px #c60000, 1px 0 1px #c40000, 0 1px 1px #b80000, -1px 0 1px #b80000 !important;
}

a.egoi_tooltip{
	display:inline-block;
	padding: 0px 6px;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	color:#FFFFFF;
	background-color:#4eb5f1;
	text-align:center;
	transition: all 0.2s;
}
a.egoi_tooltip:hover{
	background-color:#4095c6;
}
@media all and (max-width:30em){
	 a.button3{
		display:block;
		margin:0.2em auto;
	}
}

.qtip {
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	font-style: normal;
	transition:all .25s ease-in-out
}
/*the tip*/
.qtip:before {
	content: attr(data-tip);
	font-size: 14px;
	position: absolute;
	background: rgba(10, 20, 30, 0.85);
	color: #fff;
	line-height: 1.2em;
	padding: 0.5em;
	font-style: normal;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	min-width: 120px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: sans-serif;
	letter-spacing: 0;
	font-weight: 600
}
.qtip:after {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}
.qtip:hover:before,
.qtip:hover:after {
	visibility: visible;
	opacity: 1
}
/*top*/
.qtip.tip-top:before {
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 8px));
	box-sizing: border-box;
	border-radius: 3px;
}
.qtip.tip-top:after {
	border-width: 8px 8px 0 8px;
	border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
	top: -8px;
	left: 50%;
	transform: translate(-50%, 0);
}
/*right*/
.qtip.tip-right:before {
	right: 0;
	top: 50%;
	transform: translate(calc(100% + 8px), -50%);
	box-sizing: border-box;
	border-radius: 3px;
}
.qtip.tip-right:after {
	border-width: 8px 8px 8px 0;
	border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
	right: -8px;
	top: 50%;
	transform: translate(0, -50%);
}
