/* COMMON  --------------------------------------------------*/

.desc-text {
	font-family: Verdana,Arial,sans-serif;
}

.block-ui-text {
	font-size: 14px;
	margin: 10px;
}

.find_id {
	margin-top:5px;
	color: #08f;
	cursor:pointer;
}

.find_id span {
	text-decoration: underline;
}

.input-text-id {
	background-color: transparent !important;
	border-image-width: 3px 3px 3px 18px !important;
	border-image: url(images/login_id.png) 3 3 3 18 fill stretch;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.input-text-pw {
	background-color: transparent !important;
	border-image-width: 3px 3px 3px 18px !important;
	border-image: url(images/login_pw.png) 3 3 3 18 fill stretch;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* HEADER  --------------------------------------------------*/

.hdrWrap{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
    color: #fff;
}
.hdrWrap header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.hdrWrap .main_menu{
    width: 40%;
}
.hdrWrap .main_menu ul{
    display: flex;
    justify-content: space-between; /* space-evenly */
    padding-left: 0;
}
.hdrWrap .main_menu ul li{
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hdrWrap .main_menu ul li a{
    color: #fff;
    text-decoration: none;
}
.hdrWrap .logo{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 70px;
    height: 66px;
}
.hdrWrap .right_menu{
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: end;
}
.hdrWrap .right_menu .login_btn {
	position: relative;
    background: #59309d; /*linear-gradient(270deg, #017465 0%, #65176F 100%)*/
    border: 0;
	border-radius: 2.75rem;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-style: var(--lang-font-style);
    font-family: 'Quantico';
    text-decoration: none;
}

.hdrWrap .right_menu .login_btn:after {
    position: absolute;
    top: -0.0625rem;
    bottom: -0.0625rem;
    left: -0.0625rem;
    right: -0.0625rem;
    background: #8247e5;/*linear-gradient(90deg, #cc2bdc 0%, #00e9c9 100%)*/
    content: "";
    z-index: -1;
	border-radius: 2.75rem;
}

.hdrWrap .right_menu .login_btn2 {
	position: relative;
    border: 1px solid #FFF;
	border-radius: 5px;
	padding: 5px 15px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 9pt;
    font-style: var(--lang-font-style);
    font-family: 'Quantico';
    text-decoration: none;
}

.nick_name {
	font-style: normal;
}

.login_btn_splitter {
	font-style: normal;
	padding-left: 25px;
	padding-right: 25px;
}

.select_lang_dropdown > a {
	display: inline-block;
    font-size: 18px;
    font-style: italic;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	color: #fff;
    text-decoration: none;
	text-align: center;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	-ms-transition: all 100ms;
	transition: all 100ms;
    display: flex;
    align-items: center;
}
.select_lang_dropdown > a img{
    margin-right: 7px;
    margin-top: 4px;
}
.select_lang_dropdown > ul.select_lang_dropdown-content {
	display: none;
	position: absolute;
	right: 15px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding: 10px 15px 6px 15px;
	z-index: 1;
}
.select_lang_dropdown > ul.select_lang_dropdown-content > li > a {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 14px;
    font-weight: 500;
	text-align: left;
	line-height: 1;
	padding: 5px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.select_lang_dropdown > ul.select_lang_dropdown-content > li > a img {
    margin-right: 7px;
}
.select_lang_dropdown:hover ul.select_lang_dropdown-content, .select_lang_dropdown:active ul.select_lang_dropdown-content, .select_lang_dropdown:focus ul.select_lang_dropdown-content {
	display: block;
}
.select_lang_dropdown:hover > ul.select_lang_dropdown-content > li a:hover, .select_lang_dropdown:hover > ul.select_lang_dropdown-content > li a.active {
	color: #051d39;
}


@media(max-width:1430px){
    .hdrWrap header{
        width: calc(100% - 30px);
    }
}
@media(max-width:992px){
    .hdrWrap{
        display: none;
    }
}


/* MOBILE HEADER  --------------------------------------------------*/

.m_hdrWrap{
    display: none;
    position: relative;
}
@media(max-width:992px){
    .m_hdrWrap{
        display: block;
    }
}

.m_hdrWrap DIV.menu_bg
{
	background: rgba(0,0,0,0.5);
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 3;
}

.m_hdrWrap header {
    background-color: #051d39;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
}
.m_hdrWrap header .menu_btn{
    color: #fff;
    height: 32px;
}
.m_hdrWrap header .menu_btn span {
    font-size: 36px;
}
.m_hdrWrap header .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 36px;
    height: 32px;
}
.m_hdrWrap nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 350px;
    background-color: #fff;
    z-index: 3;
    margin-left: -100%;
    transition: all 0.3s ease-in-out;
    padding: 20px;
}
.m_hdrWrap nav .member-button {
    color: #fff;
    background: #051d39;
    width: 90%;
    padding: 8px 0;
	text-align: center;
	margin: 40px 0;
    font-size: 18px;
	cursor:pointer;
}
.m_hdrWrap nav .signin-button {
    color: #fff;
    background: #051d39;
    width: 180px;
    padding: 8px 0;
    text-align: center;
    margin: 40px 0;
	font-size: 16px;
	cursor:pointer;
}

.m_hdrWrap nav .m_main_menu ul li {
    font-size: 18px;
    color: #000;
    padding: 10px;
}
.m_hdrWrap nav .m_main_menu ul li a {
    color: #000;
    text-decoration: none;
}
.m_hdrWrap nav .close_btn{
    position: absolute;
    top: 20px;
    right: 20px;
}
.m_hdrWrap .select_lang_dropdown > a img {
    width: 25px;
    height: 25px;
}
.m_hdrWrap .select_lang_dropdown > a {
    font-size: 14px;
}
.m_hdrWrap .select_lang_dropdown > ul.select_lang_dropdown-content > li > a{
    padding: 6px 15px;
}
.m_hdrWrap .select_lang_dropdown > ul.select_lang_dropdown-content > li > a img{
    width: 25px;
    height: 25px;
}
.m_hdrWrap .select_lang_dropdown > ul.select_lang_dropdown-content{
    padding: 0;
}
.m_hdrWrap .login_alter {
	margin-top: -30px;
	margin-bottom: 10px;
	font-size: 16px;	
	text-shadow: none;
	color: #222;
	width:100%;
	cursor:pointer;
}

.m_hdrWrap .login_alter span {
	text-decoration: underline;
}

/* FOOTER --------------------------------------------------*/

.ftrWrap{
    color: #fff;
    padding-top: 80px;
    padding-bottom: 91px;
}
.ftrWrap .ftr_logo{
    margin-bottom: 25px;
}
.ftrWrap .ftr_icon{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.ftrWrap .ftr_icon a{
    margin-right: 18px;
}
.ftrWrap .ftr_icon a:last-child{
    margin-right: 0;
}
.ftrWrap p{
    font-size: 18px;
    margin-bottom: 15px;
}
.ftrWrap a{
     color:#cccccc;
}
@media(max-width:992px){
    .ftrWrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ftrWrap .ftr_logo {
        margin-bottom: 15px;
    }
    .ftrWrap .ftr_icon a {
        margin-right: 8px;
    }
    .ftrWrap .ftr_icon{
        margin-bottom: 10px;
    }
    .ftrWrap p {
        font-size: 12px;
        margin-bottom: 5px;
    }
}


/* TOOLTIP  --------------------------------------------------*/

.tooltip_wrap {
	display: none;
	z-index: 9999999;
	border: none !important;
	background: none !important;
	padding: 0px !important;
}

.tooltip_input{
	background-color: #000;
	border: 1px solid #0C0;
	padding: 10px 15px;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #0C0;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}

.tooltip_right {
	background-color: #000;
	border: 1px solid #fff;
	padding: 10px 15px;
	width: 200px;
	text-align: left;
	font-size: 12px;
	color: #fff;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}

.tooltip_normal {
	border-image-width: 20px 20px 30px 20px !important;
	border-image: url(images/black_arrow.png) 20 20 30 20 fill stretch;
	padding: 25px 30px 40px 30px;		
	min-height: 50px;
	min-width: 120px;
	max-width: 300px;
	font-size: 12px;
	color: #eee;
}

.tooltip_bottom {
	border-image-width: 30px 20px 20px 20px !important;
	border-image: url(images/black_arrow_bottom.png) 30 20 20 20 fill stretch;
	padding: 40px 30px 25px 30px;		
	min-height: 50px;
	min-width: 120px;
	max-width: 300px;
	font-size: 12px;
	color: #eee;
}


/* CONNECT TO GAME SERVER  --------------------------------------------------*/

#section_connect_gameserver {
	position: relative;
}

#section_connect_gameserver .container {
	position: relative;
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
	width:100%;
	height:100%;
}

#section_connect_gameserver #TITLE {
	text-shadow: #0FF 3px 3px 5px;
	font-size: 7vw;
	text-align: left;
	padding: 50px;
	color: white;
}

#section_connect_gameserver #MSG {
	color: #33CC00;
	font-size: 9pt;
	font-family: verdana,tahoma;
	font-weight: bold;
	border: 1px solid #33CC00;
	padding: 10px;
	position:absolute;
	width: 200px;	
	left: 50%;
	margin-left: -120px;
}

#section_connect_gameserver #TIPS {
	color: #eeeeee;
	font-size: 12pt;
	font-family: verdana,tahoma;
	font-weight: bold;
	border: 2px solid #777777;
	padding: 15px;
}

#section_connect_gameserver #COMPANY {
	font-size: 12pt;
	font-family: verdana,tahoma;		
	text-align: left;
	padding: 50px;
	color: white;
}



/* SERVER SELECT  --------------------------------------------------*/

div.slist {
	margin-bottom: 2px;
	padding:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
}
div.slist.slist_gray { background-color:#acacac;}
div.slist.slist_gray:hover { background-color:#9c9c9c;}
div.slist.slist_red { background-color:#ac9c9c;}
div.slist.slist_red:hover { background-color:#9c8c8c;}
div.slist.slist_green { background-color:#9cac9c;}
div.slist.slist_green:hover { background-color:#8c9c8c;}
div.slist.slist_blue { background-color:#29597e;}
div.slist.slist_blue:hover { background-color:#3f759f;}
div.slist.slist_yellow { background-color:#acac9c;}
div.slist.slist_yellow:hover { background-color:#9c9c8c;}
div.slist.slist_purple { background-color:#ac9cac;}
div.slist.slist_purple:hover { background-color:#9c8c9c;}
div.slist.slist_cyan { background-color:#9cacac;}
div.slist.slist_cyan:hover { background-color:#8c9c9c;}
div.sinfo { font-size:9pt; font-weight:normal; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.serverlist { display: block; color:#cccccc; cursor: pointer; line-height: 20px; font-size:12pt; font-weight:bold; }
.serverlist:hover { color:#ffffff }
.serverlist_span { float:right; font-size:9pt; }
.label_check input,
.label_radio input  { margin-right: 5px; }

.label_check span.label_icon,
.label_radio span.label_icon { display:inline-block; width:21px; height:21px; vertical-align:middle; margin-right:5px; }
.label_radio span.label_icon { background: url(images/radio-off.png) top left no-repeat; }
.label_check span.label_icon { background: url(images/check-off.png) top left no-repeat; }
.c_on span.label_icon { background: url(images/check-on.png) top left no-repeat !important; }
.r_on span.label_icon { background: url(images/radio-on.png) top left no-repeat !important; }
.label_check input,
.label_radio input  { position: absolute; left: -9999px; }

DIV#selectgalaxywindow{ 
	position:relative; 
	width:100%; 
	height:100%; 
	border-image-width: 15px 12px 18px 12px!important; /* top-right-bottom-left */
	border-image: url(images/window_container2.png?v=1) 15 12 18 12 fill stretch;
	border-image-outset: 15px 12px 18px 12px;
}

DIV#selectgalaxywindow_inner{ 
	width:100%; 
	height:100%; 
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

DIV#selectgalaxy_list{
	flex: 1 1 auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 95%;
	text-align:left; 
	border-image-width: 5px 5px 5px 5px!important; /* top-right-bottom-left */
	border-image: url(images/window_content.png?v=1) 5 5 5 5 fill stretch;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box;	
}

DIV#selectgalaxy_list.scrollbar{
	scrollbar-color: #26a #036;
}
DIV#selectgalaxy_list.scrollbar::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
DIV#selectgalaxy_list.scrollbar::-webkit-scrollbar-thumb { /* Foreground */
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	background: #26a;
	background-clip: padding-box;
	border: solid 2px transparent;
}
DIV#selectgalaxy_list.scrollbar::-webkit-scrollbar-track { /* Background */
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	background: #036;
	background-clip: padding-box;
	border: solid 2px transparent;
}

DIV#selectgalaxy_icon {
	position: absolute;
	left: -10px;
	top: -5px;
	width: 120px;
	height: 84px;
	background: url(images/galaxy.png?v=6);
	opacity: 0.3;
	z-index: 1;
}

DIV#selectgalaxy_title { 
	font-size: 16pt;
	color: #FFF;
	margin: 20px 10px 15px 10px;
	text-shadow: 1px 1px 5px rgb(0 192 192); 
	z-index: 2;
}

DIV#selectgalaxy_button{ 
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}

DIV#selectgalaxy_button label { margin: 5px auto 5px auto; }
DIV#selectgalaxy_button label .label_icon { margin-left: 10px; }
DIV#selectgalaxy_button label #newwindow_connect_text {
	color: #ccc;
	text-shadow: none;
	margin-right: 10px; 
}

DIV#severlistback{border-radius: 10px; height:75%;margin:0px 2%;background-color: #707070; padding: 1%;}
DIV#severlistback::-webkit-scrollbar{ display:none; }

#fo_connect_gameserver { width:100%; height:100%; }
#connect_gameserver {
	font-size:16pt;
	font-weight:bold;
	margin: 5px auto 5px auto;
}
#connect_gameserver.cx2button:disabled {
	border: 1px solid #000;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    background: url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x;
}

@media(max-width:600px){
	#connect_gameserver {
		font-size:12pt;
	}
}
