@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");

/* KG Inicis */

 /** =================================== 
 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*/
.brand,
#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);
    padding-top: 30px;
    padding-bottom: 10px;
}

/* 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: #00BCD4;
	border-color: #0097A7;
}

/* 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);
}
.msg-not .help-info {
  display: block;
  color: #5d5d5d;
  margin-top: -10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.msg-not .message_box {
  min-height: 200px;
}

.msg-not .message_box a {
  padding: 10px 16px;
  width: 100%;
  color: #ffffff;
  background-color: #3D1E76;
  border-color: #3cb149;
  font-size: 25px;
  border-radius: 0px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*  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
===================================*/

.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;}

/* 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-bottom: 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;
    }    
} 
/** 20210119 - partner Accept Terms of Service add
===================================*/
.warning-logon #input_1,
.warning-logon #input_3 {display: none;}
.warning-logon #label_input_1 {
  color: #ffffff;
  margin-top: -17px !important;
  margin-bottom: 1px !important;
  opacity: .9;
  font-size: 12px;
  font-weight: 400;
  background: #000000;
  padding: 10px 16px !important;
  border: 1px solid rgb(132 132 132 / 0.5);
}

.warning-logon #label_input_1 ol, 
.warning-logon #label_input_1 ul {
  padding-inline-start: 21px;
  margin-bottom: 0px;
}
.warning-logon #label_input_1 ul li {
  list-style: disc;
}

.warning-logon #label_input_1 p {margin-bottom: 5px;}
.warning-logon #label_input_2 {
  padding-left: 21px !important; 
  color: #000000; font-size: 14px; 
}
.warning-logon #input_2 {
  position:absolute; 
  margin-top: -20px
}

.warning-logon #label_input_3 {
  color: #ff3b4f;
  font-weight: 300;
  font-size: 13px;
}

/** 20210119 - partner approval-logon
===================================*/

.approval-logon div {
  color: #333333;
}

.approval-logon #input_5{
  display: inline-block;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px;
  font-size: 14px !important;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 0px;
  font-weight: 700;
  max-width: 100% !important;
}

.download_btn {width: 49%!important;display: inline-block !important;margin-top: 0px;}
.download_btn + .download_btn {margin-left: 3px;}

/*logon*/
.logon_page #label_input_1::before{
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    background-color: transparent;
    position: absolute;
    height: 50px;
    width: 51px !important;
    border-right: 1px solid #cdcdcd;
    font-size: 23px;
    padding: 12px 18px 0 18px;
    color: #333333;
    margin-left: 1px;
}
.logon_page #label_input_2::before{
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    background-color: transparent;
    position: absolute;
    height: 50px;
    width: 51px !important;
    border-right: 1px solid #cdcdcd;
    font-size: 23px;
    padding: 12px 18px 0 18px;
    color: #333333;
    margin-left: 1px;
}

table#main_table table#credentials_table input.credentials_input_password, input.credentials_input_password_disabled, input.credentials_input_text, input.credentials_input_text_disabled {
    padding: 0 10px 0 64px;
}

.logon_page #label_input_4::before{
    content: '必';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    background-color: transparent;
    position: absolute;
    height: 42px;
    width: 48px !important;
    font-size: 23px;
    padding: 6px 18px 0 18px;
    color: red;

}

/** 20210305 - select box
===================================*/
.radio-div {
    display: inline-block;
    width: 100px;
    padding: 1px 0 5px 25px;
    font-size:initial;
}

.radio-div input[type="radio"] {
    height: 15px;
    width: 20px;
    margin-right: 5px;
}

.radio-div label {
    /* margin-top: -2px !important; */
    /* line-height: 25px; */
    vertical-align: bottom;
}