/**
general rules
**/
*{
	box-sizing: border-box;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	margin: 0 auto;
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.space_top{
	margin-top: 15px;
}

.table_cell{
	display: table-cell;
}

.fright{
	float: right;
}

.fleft{
	float: left;
}

.clearfix:after {
    visibility: visible;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    /*IE7*/
    *zoom:1;
    *display: block;
}

.legend{
	color: gray;
	color: graytext;
}

.center_text{
	text-align: center;
}

.failed_msg{
	color: red;
}

span.failed_msg{
	font-size: 13px;
}

.sucess_msg{
	color:green;
}

.grid_1_1{
	width: 100%;
	resize: vertical;
	margin-bottom: 5px;
}

.grid_1_2{
	width: 50%;
}

.grid_1_3{
	width: 33.33%;
}

.grid_2_3{
	width: 66.66%;
}

.grid_1_4{
	width: 25%;
}

grid_2_4{
	width: 50%;
}

grid_3_4{
	width: 75%;
}

.grid_1_7{
	width: 14.28%;
}

.grid_2_7{
	width: 28.57%;
}

.grid_3_7{
	width: 42.85%;
}

.grid_4_7{
	width: 57.14%;
}

.grid_5_7{
	width: 71.42%;
}

.grid_6_7{
	width: 85.71%;
}

.inline-block{
	display: inline-block;
	*zoom:1;
	*display:inline;
}
/**
end general rules
**/

/**
index rules
**/
.report_page_wrapper a{
	text-decoration: underline;
	cursor: pointer;
	color: black;
	font-weight: bold;
}

.report_page_wrapper h2{
	font-size: 17px;
}

#links_container td{
	padding: 5px;
}

.links_container_privacy{
	border-left: 1px solid #000;
	padding: 5px;
}

.search_status_item{
	width: 200px;
}

.report_page_wrapper tbody{
	vertical-align: top;
}

/**
end index rules
**/

/**
form rules
**/
.report_form_footer{
	text-align: center;
}

.recaptcha_msg > p{
	margin: 0px;
}

#add_one_more{
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#add_one_more.disabled{
	color: grey;
	cursor: default;
}
/**
end form rules
**/

/*********************************
**								**
	 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;
}