#server-list ul li {

    width: 100%;
    background-color: #150c07;
    height: 37px;
    border-top: 1px #281710 solid;
    list-style: none;

}

#server-list ul li .server-status {
    width: 40px;
    height: 100%;
    float: right;
}

.server-status .status-beta {

    width: 15px;
    height: 15px;
    background-color: pink;
    display: block;
    margin: auto;
    margin-top: 11px;
    border-radius: 50%;
    border: 1px solid #34740e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}

#server-list ul li .server-name {

    color: #bd962d;
    float: right;
    font-size: 23px;
    line-height: 37px;
    width: 180px;
    text-align: right;
    padding-right: 20px;

}

#server-list ul li .server-state {


    float: right;
    font-size: 23px;
    line-height: 37px;
    text-align: right;
    padding-right: 20px;
    color: white;
    text-shadow: 2px 2px 4px #000000;

}

.more-servers {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 7px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.4);
    color: white;
    background-color: #a67939;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a67939), to(#845108));
    background-image: -webkit-linear-gradient(top, #a67939, #845108);
    background-image: -moz-linear-gradient(top, #a67939, #845108);
    background-image: -ms-linear-gradient(top, #a67939, #845108);
    background-image: -o-linear-gradient(top, #a67939, #845108);
    background-image: linear-gradient(to bottom, #a67939, #845108);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a67939, endColorstr=#845108);
    margin: auto;
    display: block;
    width: 45%;
    text-align: center;
    margin-top: 5px;
}

#forum-list {
    margin-top: 15px;
}

#forum-list .header {
    text-align: center;
    background-image: url("/Res/sitenav-bar-bg.jpg");
    padding: 7px 0px;
    font-size: 18px;
}

#forum-list .header span {

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.4);
    color: white;
    background-color: #a67939;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a67939), to(#845108));
    background-image: -webkit-linear-gradient(top, #a67939, #845108);
    background-image: -moz-linear-gradient(top, #a67939, #845108);
    background-image: -ms-linear-gradient(top, #a67939, #845108);
    background-image: -o-linear-gradient(top, #a67939, #845108);
    background-image: linear-gradient(to bottom, #a67939, #845108);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a67939, endColorstr=#845108);
    margin-right: 15px;

    width: 20px;
    text-align: center;


}

#forum-list ul {



    -webkit-transition: height 0.5s;
    /* Safari */
    transition: height 0.5s;
    height: 0px;
    overflow: hidden;

}

#stand_news {

    width: 775px;
    padding: 20px 40px;
    margin-top: 10px;
    color: #666;
    height: 388px;
    background-image: url("/Res/skins/desc-rect.png");
    background-size: 100% 100%;

}

.listtab {
    margin-bottom: 10px;
}

.listtab li {
    position: relative;
    float: left;
    width: 16.6%;
    height: 50px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    border-bottom: 5px solid #fff;
    cursor: pointer;
    list-style: none;
}

.listtab a {
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
}

.listcont li {
    line-height: 40px;
    list-style: none;
}

.a-title .icon {
    width: 27px;
    height: 28px;
    margin-right: 3px;
    background: url("/Res/newstype.png") no-repeat -27px -142px;
    background-position-x: -27px;
    background-position-y: -142px;
}

.a-title span,
.a-title a,
.allmore a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-decoration: none;
}

.newslink {
    width: 458px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #b2b2b2;

}

.openClose {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

a.readmore {
    width: 130px;
    height: 28px;
    margin-left: 10px;
    line-height: 28px;
    border: 1px solid #ccac59;
    background: #58402f;
    color: #deba5e;
    text-align: center;
    border-radius: 5px;
}

.description {
    width: 580px;
    font-size: 13px;
    margin-left: 150px;
    padding-bottom: 3px;
    line-height: 18px;
    border-bottom: 1px dashed #b2b2b2;
}

.article-list {
    color: #666;
    text-decoration: none;
}

.listtab li:hover {
    border-bottom: 5px solid red;
}



#footer {
    height: 50px;
    width: 100%;
    background-image: url("/Res/sitenav-bar-bg.jpg");
    bottom: 0px;
}



.mfp-content {
    position: relative;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    margin-top: 150px;
    height: 438px;
}

#signup_button_box {
    background: url("/Res/test/sprite.png") no-repeat right -400px;
    background: url("/Res/signup_mid.jpg") repeat-y;
    background-size: auto auto;
    background-size: 100%;
    padding: 0px;
    width: 420px;
    margin: 20px auto;
    position: relative;
}

#signup_header {
    background: url("/Res/signup_header.png") no-repeat;
    background-size: auto auto;
    background-size: 100%;
    width: 100%;
    height: 135px;
    float: right;
    margin-top: -20px;
}

#signup_header #log-with {

    margin-top: 85px;

}

#signup_btm {
    background: url("/Res/signup_btm.png") no-repeat bottom;
    background-size: auto auto;
    background-size: 100%;
    padding: 0px;
    padding-bottom: 0px;
    padding-bottom: 70px;
    width: 100%;
    position: relative;
    overflow: auto;
    height: 330px;
}

body button.mfp-close {
    background: url("/Res/btns/close_b.png") no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    opacity: 1;
    text-indent: -9999px;
    top: 0px;
    right: 10px;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#signup_dialog .field {

    font-weight: bold;
    text-align: right;
    color: #79582E;
    width: 23%;
    display: inline-block;
    padding-right: 2%;

}

#signup_dialog input.input-medium,
#signup_dialog input.input-small {

    direction: ltr;
    height: 18px;
    margin: auto;

    display: block;

}

input.input-medium,
select.input-medium {

    width: 65%;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cdae79;
    background: #7c4b25;

}

select.input-medium,
input.input-medium,
input.input-small,
input.input-xxsmall {

    padding: 5px 2%;
    font-size: 14px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.66);

}

.rtl #signup_dialog .field {

    text-align: left;
    padding-left: 2%;
    padding-right: 0;

}

#over_lay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10;
    top: 0px;
    display: none;
}

.control-group {
    margin-top: 15px;
}

.input-medium {
    text-align: right;
}



#login-form a {

    color: blanchedalmond;
    cursor: pointer;

}

#login-form a:hover {

    text-decoration: underline
}


#login-form h6 {

    direction: rtl;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;

}

#login-form h6:first-child {

    margin-top: 30px;

}

#login-form #logout {

    margin-top: 30px;

}





















/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 36px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    float: left;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('/Res/icon/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
    width: 127px;
    float: right;
    text-align: center;
}

.abcRioButtonBlue {
    background-color: #DD4B39 !important;
    width: 140px !important;
    margin-top: 3px;
    border-radius: 3px !important;
}

.abcRioButtonBlue .abcRioButtonIcon {

    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 50% !important;

}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('/Res/icon/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

.sticky {

    position: fixed;
    left: 10%;
    margin-top: 0px !important;
    z-index: 100;
    top: 0px;

}

.sticky+#content {

    padding-top: 80px;

}

#join-submit button {
    background: url("/Res/btn1.png");
    border: none;
    line-height: 47px;
    color: white;
    margin: auto;
    margin-top: auto;
    display: block;
    width: 189px;
    margin-top: 10px;
    cursor: pointer;
}

select.input-medium,
input.input-medium,
input.input-small,
input.input-xxsmall {
    padding: 5px 2%;
    font-size: 14px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.66);
}

input.input-medium,
select.input-medium {

    width: 65%;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cdae79;
    background: #7c4b25;

}

.control-group {
    margin-top: 15px;
}

#signup_dialog input.input-medium,
#signup_dialog input.input-small {
    direction: ltr;
    height: 18px;
    margin: auto;
    display: block;
}

#signup_dialog input.input-medium,
#signup_dialog input.input-small {
    direction: ltr;
    height: 35px;
    margin: auto;
    display: block;
}

#list-of-servers {
    overflow: auto;
}

#list-of-servers .head-title {
    font-size: 22px;
    text-shadow: rgb(136, 112, 72) 1px 0px 0px, rgb(136, 112, 72) 0.533333px 0.833333px 0px, rgb(136, 112, 72) -0.416667px 0.916667px 0px, rgb(136, 112, 72) -0.983333px 0.133333px 0px, rgb(136, 112, 72) -0.65px -0.75px 0px, rgb(136, 112, 72) 0.283333px -0.966667px 0px, rgb(136, 112, 72) 0.966667px -0.283333px 0px;
    color: #f79c21;
    text-align: center;
    margin-top: 39px;

}

#list-of-servers ul li {
    width: 95%;
    margin: auto;
    line-height: 38px;
    margin-top: 2px;
    background-image: url("/Res/sitenav-bar-bg.jpg");
    text-align: center;
    font-size: 18px;
    text-shadow: rgb(136, 112, 72) 1px 0px 0px, rgb(136, 112, 72) 0.533333px 0.833333px 0px, rgb(136, 112, 72) -0.416667px 0.916667px 0px, rgb(136, 112, 72) -0.983333px 0.133333px 0px, rgb(136, 112, 72) -0.65px -0.75px 0px, rgb(136, 112, 72) 0.283333px -0.966667px 0px, rgb(136, 112, 72) 0.966667px -0.283333px 0px;

    direction: rtl;
}

#list-of-servers ul li span {
    display: inline-block;
}

#list-of-servers ul li span:first-child {
    width: 5%;
    position: relative
}

#list-of-servers ul li span:first-child label {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
    margin-top: -12px;
    position: absolute
}

#list-of-servers ul li span a {
    color: blanchedalmond !important;
}