﻿html, body {
    width: 100%;
    height: 100%;
    font-family: number_Arial,Microsoft JhengHei,Arial,sans-serif;
}

    body.tc {
        font-family: number_Arial,Microsoft JhengHei;
    }
    body.en {
        font-family: number_Arial,Arial;
    }
    body.sc {
        font-family: number_Arial,sans-serif;
    }

.powered_by {
    text-align: center;
    position: absolute;
    z-index: 100;
    width: 100%;
}

    .powered_by div {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
    }

    .powered_by span {
        cursor: pointer;
    }

#u {
    font-family: Arial,sans-serif;
}

#p {
    font-family: Arial,sans-serif;
}

.login_logo {
    background-color:white;
    padding-top: 15px;
}

.login_menu_derc {
    height: 35px;
    background: linear-gradient(white, rgb(242,242,242));
}

.login_frame {
    width: 700px;
    height: 220px;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
    .login_frame.hasServerList {
        width: 720px;
    }

        .login_frame.hasServerList .login_title_wrapper {
            width: 450px;
        }

.login_frame_icbci {
    width: 700px;
    height: 384px;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
}


    .login_frame p {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 12px;
        bottom: 0%;
    }

    .login_frame_icbci p {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 12px;
        bottom: 0%;
    }

.user_frame_select_icbci {
    width: 700px;
    height: 384px;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

@media screen and (max-device-width: 1024px), screen and (max-device-height: 768px) {
    .login_frame p {
        font-size: 12px;
    }
}

@media screen and (max-device-width: 1024px), screen and (max-device-height: 768px) {
    .login_frame_icbci p {
        font-size: 12px;
    }
}

.login_title {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.login_title_wrapper {
    width: 600px;
}

.login_content {
    vertical-align: top;
}

    .login_content div {
        display: inline-block;
        vertical-align: top;
    }

    .login_content form table {
        font-size: 12px;
        border-spacing: 10px;
        font-weight: bold;
    }

.login_content_icbci {
    text-align: center;
    vertical-align: top;
}

    .login_content_icbci div {
        vertical-align: top;
    }

    .login_content_icbci form table {
        font-size: 12px;
        border-spacing: 10px;
        font-weight: bold;
    }

#select_id_box .tradeid {
    width:100%;
    border-bottom: 1px solid #ccc;
}

#select_id_box{
  width: 360px;
  height: 100px;
  overflow:auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
}

/*@media screen and (max-device-width: 1024px) , screen and (max-device-height: 768px) {
    .login_content form table {
        font-size: 12px;
    }
}*/

.login_frame_logo {
    display: inline-block;
    margin-left: 23%;
    padding-top: 10px;
}

.login_frame_logo_icbci {
    display: inline-block;
    width:120px;
    float:right
}

.login_button {
    /*text-align:center;*/
    padding-top: 0px;
}

    .login_button button {
        display: inline;
        border: 0px;
        font-weight: bold;
        width: 80px;
        height: 30px;
    }

        .login_button button:first-child {
            margin-right: 10px;
        }

        .login_button button:last-child {
            margin-left: 10px;
        }

.login_button {
    /*text-align:center;*/
    padding-top: 0px;
}

    .login_button button {
        display: inline;
        border: 0px;
        font-weight: bold;
        width: 80px;
        height: 30px;
    }

        .login_button button:first-child {
            margin-right: 10px;
        }

        .login_button button:last-child {
            margin-left: 10px;
        }

.login_frame_table {
    margin-left: 10%;
    padding-top: 10px;
}

.login_frame_table_icbci {
    margin-left: 170px;
    padding-top: 10px;
    text-align: center;
}

.login_frame_list_icbci {
    padding-top: 10px;
    text-align: center;
}

.login_button_icbci button {
    width:100px;
    height:30px;
}

.login_button_cash button {
    margin-left: 10px;
    display: inline;
    border: 0px;
    font-weight: bold;
    width: 80px;
    height: 30px;
}

.name_input {
    width: 320px; 
    height: 20px
}

.pw_input {  
    width: 320px; 
    height: 20px
}

.tablinks{
    line-height:25px;
}

.tradeid {
    text-align: left;
}

.remember_icbci {
    float:left;
    font-size:13px;
}

.forgetpw_icbci {
    float:right;
    margin-right:15px;
    font-size:13px;
    text-decoration: underline;
}

.login_note_icbci {
    float: left;
    clear: left;
    display: inline;
    white-space: normal;
    text-align: left !important;
    margin-left: 15px;
    font-size: 12px;
    margin-right: 10px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  width: 400px;
  height: 200px;
  position: absolute;
  top: 30%;
  left: 50%;
  border: 1px solid #888;
  transform: translate(-50%, -50%);
}

/* The Close Button */
.forget_pasword_close {
  color: #aaaaaa;
  float: right;
  margin-right:5px;
  font-size: 28px;
  font-weight: bold;
}

.forget_pasword_close:hover,
.forget_pasword_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.forget_password_submit{
    margin-top:10px;
    width:190px;
    height:30px;
    background-color:#c9252b;
    border:none;
    border-radius:2px;
    color:#fff;
}
/* disclaimer */
.login_disclaimer {
    font-size: 12px;
}

@media screen and (max-device-width: 1024px), screen and (max-device-height: 768px) {
    .login_disclaimer {
        font-size: 12px;
    }
}

/* version */
.login_version {
    text-align: right;
    font-size: 12px;
}

/* content frame (login +discalimer)*/
.login_page_content_frame {
    padding-top: 30px;
}

.login_table {
    max-width: 700px;
}

/* lodaing */
.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    width: 100%;
}

.login_page_content_frame {
    background-color:transparent;
}


.forgetpw_cash {
    margin-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid grey;
}
