/* @override 
	http://siptv.eu/converter/css/converter.css */

body {
	background: #333;
	-ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

html {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

h3,h2 {
	color: #c42557;
	margin-top: 0;
	margin-bottom: 12px;
}

a {
	color: #372b9c;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #372b9c;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 840px;
	margin: 10px auto;
	background: #fff;
	padding: 10px 25px 25px 25px;
	border-radius: 8px;
	
}

form {
	margin-bottom: 24px;
}

.cell_odd {
/*	background: #ddd;*/
}

.cell_even {
/*	background: #eee;*/
}

#loading {
	text-align: center;
	padding: 6px 0;
	display: none;
}

#result {
/*	border-top: 1px dashed #ccc;*/
/*	margin-top: 30px;*/
	padding-top: 18px;
	
	display: none;
}

#resultContainer {
/*
	border: 1px solid #666;
	border-radius: 4px;
*/
/* 	max-height: 400px; */
	overflow: scroll;
/* 	white-space:nowrap; */

}

#resultContent {
/* 	padding: 15px; */
	font-size: 16px;

}

th {
	background: #ddd;

}

td.code {
	
	text-align: center;
	
}

.green {
	
	background: #e4f3bf;
}

.yellow {
	
	background: #ffe08c;
	
}

.red {
	
	background: #ff8d8d;
}

.cyan {
	
	background: #64c4f7;
}

td.name, td.groupName {
	
	text-align: center;
	
}

td.name {

	word-break: break-word;
}

td.groupName {
	
	background: #a05540;
	color: white;
	
}


td.url {
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.yt_url {
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.vk_url {
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


form#mac_form {

}

label#file_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 10px;
}

label#url_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 10px;
}

label#yt_url_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 10px;
}

label#vk_url_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 10px;
}

label#e2_file_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 8px;
}

label#e2_ip_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 8px;
}

label#e2_port_label {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 0 0;
	margin-right: 8px;
}

input#url {
	width: 319px;
	padding: 0px 0 0 10px;
	font-size: 13px;
}


input#yt_url {
	width: 450px;
	padding: 0px 0 0 10px;
	font-size: 13px;
}

input#vk_url {
	width: 450px;
	padding: 0px 0 0 10px;
	font-size: 13px;
}

input#file {
	width: 360px;
	padding: 7px 0 0 10px;
	font-size: 14px;
	/* line-height: 36px; */
}

input#e2_file {
	width: 190px;
	padding: 7px 0 0 10px;
	font-size: 14px;
	/* line-height: 36px; */
}

input#e2_ip {
	width: 140px;
	padding: 0px 0 0 8px;
	font-size: 14px;

}

input#e2_port {
	width: 62px;
	padding: 0px 0 0 6px;
	font-size: 13px;

}

input#submit, input.epg_submit, input.epg_submit_prefix {
	padding: 5px 10px;
	color: white;
	border: 1px solid #333333;
	border-radius: 6px;
	font-size: 16px;
	background-color: #a00c41;
}

#submit:hover, .epg_submit:hover, .epg_submit_prefix:hover {
	cursor: hand;
}

#txt_gen {
	
	height: 55px;
	font-size: 16px;
}


#table_submit, #list_submit, #txt_submit, #m3ulist_submit, #m3ufile_submit {
	display: inline-block;
	padding: 8px 10px;
	width: 70px;
	color: white;
	border: 1px solid #333333;
	border-radius: 6px;
	text-align: center;
	background-color: #a00c41;
	cursor: default;
}

#table_submit:hover, #list_submit:hover, #txt_submit:hover, #m3ulist_submit:hover, #m3ufile_submit:hover {
	cursor: hand;
}



#legends {
	float: right;
	border: 1px solid #333333;

}

.legend {
	float: left;
	padding: 8px 5px;
	width: 100px;
	
	text-align: center;
}


#result_list {
/*
	padding: 15px;
	border: 1px solid #666;
	border-radius: 4px;
*/
	display: none;
}

#txt_list {
	
}

#ta_list, #ta_list_m3u {
	width: 100%;
	height: 100%;
	font-size: 12px;
}

select.sel_countries {
	font-size: 14px;
	margin: 0 12px 0 4px;
}

select.yt_results {
	font-size: 14px;
	margin: 0 12px 0 4px;
}

select.vk_results {
	font-size: 14px;
	margin: 0 12px 0 4px;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*
#rc-imageselect, .g-recaptcha {

	-webkit-transform: scale(0.77);
	 -moz-transform: scale(0.77);
	  -ms-transform: scale(0.77);
	   -o-transform: scale(0.77);
	      transform: scale(0.77);
	-webkit-transform-origin: 0 0;
	  -moz-transform-origin: 0 0;
	   -ms-transform-origin: 0 0;
	    -o-transform-origin: 0 0;
	       transform-origin: 0 0;
}
*/


#captchaBox {
	margin: 40px auto 0px auto;
	text-align: center;
}

#captchaBox div {
	display: inline-block;
}

