.require-ele{color:red;}
.not-blank{
	border-color: red !important;
}
.proxy-form label {
    cursor: pointer;
    width: 15%;
    display: inline-block;
    font-weight: bold;
}
.proxy-form form{
	width: 80%;
}
.proxy-form input[type="text"]{
	width: 80%;
}
.proxy-form input[type="submit"]{
	width: initial;
    background: #1469d2;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
}

.list_server{margin-right: 20px;}
.list_server table{
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
}
.list_server table tr:hover{
    background: #f5f0f0cc;
}
.list_server table td{
    padding: 6px 10px;
    border-bottom: 1px solid #cccc;
}
.list_server table th {
    border-bottom: 1px solid #cccc;
    padding: 10px;
    text-align: left;
}
.action img{width: 17px;}
.glype-row{color:green;font-weight: 500;}
.marginbot15{
	margin-bottom: 15px;
}

.popubar-site li{
		list-style-type: none;
		display: inline-block;
	}
	.facebook, .google, .youtube, .twitter, .reddit, .vk, .wikipedia, .gag, .imgur, .yahoo {
		display: block;
		padding: 10px 20px;
		color: #fff;
	}
	.facebook{
		background: #4a6195;
	}
	.google{
		background: #d33d21;
	}
	.youtube{
		background: #d33d21;
	}
	.twitter{
		background: #4cc5f2;
	}
	.reddit{
		background: #ce5054;
	}
	.vk{
		background: #507299;
	}
    .wikipedia{
		background: #6E6E6E;
	}
	.gag{
		background: #000000;
	}
	.imgur{
		background: #01DF01;
	}
	.yahoo{
		background: #7401DF;
	}
	.hiddensite {
		display: none;
	}
/*Thinh fix giao dien tu proxysite*/
.url-form {
    background: rgba(255,255,255,.2);
}
.url-form {
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 20px;
}
fieldset, .url-form {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
form, .url-form .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
fieldset, form, img {
    border-style: none;
}
.server-list {
    position: relative;
    float: left;
    width: 17%;
}
.server-list:after {
    float: left;
    content: '>';
    font-size: 20px;
    color: #2dc2a9;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
*, :after, :before {
    box-sizing: inherit;
}
.url-form .row {
    padding: 0 0 0 4px;
}
form, .url-form .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.url-form .row {
    overflow: hidden;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.url-form .server-option {
    float: left;
    width: 100%;
    height: 45px;
    text-align: left;
    border-radius: 4px;
    padding-left: 5px;
    outline: 0;
    color: #fff;
    border: solid 1px #2dc2a9;
    background-color: #373941;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.url-form input[type=text] {
    height: 45px;
    width: 100%;
    padding: 10px 87px 10px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border: solid 1px #2dc2a9;
    background-color: #373941;
    border-radius: 4px;
    outline: 0;
    display: inline-block;
}
input, select, textarea {
    font: 100% Raleway,Arial,Helvetica,sans-serif;
    color: #444;
    vertical-align: middle;
}
.url-form .server-option option {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    color: #fff;
    border: solid 1px #2dc2a9;
    background-color: #373941;
    font-size: 18px;
    line-height: 26px;
    padding: 13px 35px 13px 14px;
}
form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 45px;
    outline: 0;
    background: #fa8c35;
    /*padding: 12px 12px 8px;*/
    color: #fff;
    font-size: 20px;
    min-width: 80px;
    line-height: 36px;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
#url-form-wrap {
    margin-bottom: 10px;
}
.visual .wrap {
    display: table;
    width: 100%;
}
.url-form {
    padding: 0;
    background: 0;
}
.server-list {
    width: 100%;
}
.url-form .server-option {
    height: 40px;
    min-width: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.url-form .row {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
}
.url-form input[type=text] {
    height: 40px;
}
form button[type=submit] {
    height: 40px;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 12px;
}
.server-list:after {
    top: 4px;
}
}