@charset "utf-8";

@import url("bootstrap.css");
@import url("font-awesome.css");
@import url("v13-common-style-default.css");
@import url("v13-common-style-webtop.css");

/*Daekyo*/

 /** =================================== 
 1.default-change (light-theme)
===================================*/

/* all bg*/
body,
body.webtop {
	background-color: #525252;
    background: url(/public/share/images/main.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* all logo*/

#credentials_table_header::before,
#interaction_table_header::before,
.main_table table:before,
div#webtop_favorites_outer_container:before,
div#webtop_favorites_outer_container2:before{
    content: url(/public/share/logo/logo.png);
}

/* login-btn-color*/
table#main_table table#credentials_table input.credentials_input_submit, 
input.credentials_input_submit_disabled,
table#main_table table#credentials_table button,
.download_btn {
	color: #ffffff;
	background-color: #f58220;
	border-color: #e67a1d;
}

/* download-btn-color*/
table#main_table table#credentials_table button,
.download_btn {
	color: #ffffff;    
	background-color: #3f51b5;
	border-color: #33439a;
}
/* Download 2x1*/
table#main_table table#credintials_table_unified_cell,
.download_btn {width: 49%!important;display: inline-block !important;margin-top: 0px;}
.download_btn + .download_btn {margin-left: 3px;}

/* color with opacity*/
table#main_table table#credentials_table, 
table#main_table table#interaction_table, 
.main_table {
	background-color: rgba(255, 255, 255, 0.88);
}

/*  webtop-width*/
@media (min-width: 1024px) {
div#webtop_favorites_outer_container,
div#webtop_favorites_outer_container2{
    width: 50%;
    }
}
/** Mobile
===================================*/
@media (min-width: 350px) {
    table#main_table table#credentials_table,
    table#main_table table#interaction_table,
    .main_table,
    div#webtop_favorites_outer_container,
    div#webtop_favorites_outer_container2 {
		border-radius:0px;
	}
}

@media (min-width: 768px) {
    table#main_table table#credentials_table,
    table#main_table table#interaction_table,
    .main_table,
    div#webtop_favorites_outer_container,
    div#webtop_favorites_outer_container2     {
		border-radius:0px;
	}
}

@media (min-width: 1024px) {
    table#main_table table#credentials_table,
    table#main_table table#interaction_table,
    .main_table,
    div#webtop_favorites_outer_container,
    div#webtop_favorites_outer_container2 {
		border-radius:7px; 
    }    
} 
 /** =================================== 
 3-2.contents-add, align-Center
===================================*/
table#main_table table#credentials_table {
    margin-left: calc((100% - 0px)/2);
    border-radius: 0px;
    box-shadow: 0px 10px 13px -12px #777777;
}

.info {
	text-align: left;
	padding: 25px 10px 20px;
	font-size: 15px!important;
	position: absolute;
	width: 450px;
	margin-top: 17vh;
	background: rgba(255, 255, 255, 0.88);
	border-right: 1px dashed #999;
	height:520px;
	overflow-y: auto;
	margin-left: calc(((100% - 500px)/2) - 250px);
	box-shadow: 0px 10px 13px -12px #777777;
}

.btn3 { margin-top: 33px; text-align: center;}

.btn3 .download_btn {
  width:auto;
  font-size: 14px;
  margin-top: 0px;
  height: 30px;
  line-height: 14px;
  display: inline-block;
  margin-left: 10px;
  width: 46%;
}

.btn3 .download_btn + .download_btn {margin-left: 5px;}

/** Mobile
===================================*/
@media (min-width: 350px) {
    table#main_table table#credentials_table,
    table#main_table table#interaction_table,
    .main_table {
	width: 100%;
	margin-top: 0vh;
	margin-left: 0px;
	box-shadow: none;
	}
	.info {display:none;}
}

@media (min-width: 768px) {
    table#main_table table#credentials_table,
    table#main_table table#interaction_table,
    .main_table {
	width: 100%;
	margin-top: 0vh;
	margin-left: 0px;
	box-shadow: none;
	}
	.info {	display:none;}
}

@media (min-width: 1024px) {
    table#main_table table#credentials_table,
    table#main_table table#interaction_table,
    .main_table {
        width: 450px;
        margin-top: 17vh;
        margin-left: calc((100% - 0px)/2);
	max-height: 535px;
    }    
	.info {
		display:block;
		margin-left: calc(((100% - 400px)/2) - 250px);
	}
} 

/* QRCode page - iRules */
.qrcode_page {
    text-align: center;
    width: 500px;
    display: block;
    margin: 17vh auto 0;
    height: auto;
}

.qrcode_page div:first-child {
    background: #000000cc;
    padding: 75px 50px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,.05);
    box-shadow: 1px 2px 8px #777777;
}

.qrcode_page a {
    padding: 10px 16px;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    background-color: #f58220;
    border-color: #e67a1d;
    font-size: 23px;
    line-height: 42px;
    border-radius: 6px;
    height: 61px;
    text-decoration: none;
    margin-bottom: 10px;
}

.qrcode_page strong {
    font-size: 22px;
    color: #FFEB3B;
}

.qrcode_page span {
    display: block;
    padding-top: 20px;
    text-align: left;
}

.qrcode_page img {
    padding: 7px;
    background: #ffffff;
    margin: 0 auto 5px;
}

/** Mobile
===================================*/
@media (min-width: 350px) {
    .qrcode_page {
        width: 100%;
        margin-top: 5vh;
    }
    .qrcode_page div:first-child{
        box-shadow:none;
        border-radius: 0px;
	}
}

@media (min-width: 768px) {
    .qrcode_page {
	width: 95%;
    margin-top: 10vh;
    }
    .qrcode_page div:first-child{    
    box-shadow:none;
    border-radius: 7px;
	}
}

@media (min-width: 1024px) {
    .qrcode_page {
        width: 500px;
        margin-top: 17vh;
    }
    .qrcode_page div:first-child{        
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  
        border-radius: 7px;
    }    
}