.hide {
	display: none;
}
.padbottom5 {
	padding-bottom: 5px;
}
#vhs_report_form {
	background-color: #fff;
	padding: 10px;
	width: 500px;
	z-index: 30;
}
#vhs_report_form label {
	display: block;
	float: left;
	width: 100px;
}
#vhs_report_buttons {
	text-align: center;
}
.loading {
	background: url("/images/analyze_preloader.gif?ver=20170317") no-repeat 50% 50%;
	height: 25px;
}
.title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

/*********************************
**								**
	 LANGUAGE DROPDOWN
**								**
*********************************/

.navbar_language_dropdown_main {
	width: 29px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 6px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #c7c7c7;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	background-color: #f6f6f6;
}
.navbar_language_dropdown_wrapper {
	position: absolute;
	z-index: 999;
	right: 29px;
	height: 46px;
	visibility: hidden;
}

.navbar_language_dropdown_options::before {
	position: absolute;
	top: -9px;
	left: 1px;
	width: 13px;
	content: "";
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f6f6f6;
	border-left: 10px solid transparent;
}

.navbar_language_dropdown_options {
	position: absolute;
	display: none;
	width: 36px;
	margin-top: 14px;
	padding: 4px;
	text-align: center;
	border: 1px solid #c7c7c7;
	border-top: 0;
	border-radius: 4px;
	background-color: #f6f6f6;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.navbar_language_dropdown_options > a > i {
	margin-bottom: 11px;
	border: 1px solid #000000;
}

.navbar_language_dropdown_options > a:last-child > i {
	margin-bottom: 4px;
}

.navbar_language_dropdown_options > a:first-child > i {
	margin-top: 4px;
}

.navbar_language_dropdown_show {
	display: inline-block;
}

.navbar_language_dropdown_main > i {
	border: 1px solid #000000;
}

.icon {
    font-family: "PornototaleIcons Regular";
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}