﻿body {
}
.ST_Reg_left {
    width: 80%;
        margin: 0 auto;
}
.st_title {
    margin: 15px 0px 5px 0px;
    font-weight: bold;
}
.st_thongtin{margin: 15px 0px 5px 0px;}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn_button {    
    display: inline-block;
    margin: 15px 0px 5px 0px;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.has-error{
    color:#fff;
    background-color: #f00;
    padding: 0 7px;
    border-radius: 50%;
    font-weight: bold;
}
.btn_submit{
    display:none;
}
.lb_info{color:#f00;}
.lb_successful{color:#428bca; font-weight:bold;}

.tb_submit{
    /*width:97%;*/
    margin:0 15px;
    border: solid 1px #525252;
}
.tb_submit th {
    padding: 7px;
    color: #fff;
    background: #808285;
    border-left: solid 1px #c1c1c1;
    text-align:center;
}
.tb_submit td {
    padding: 7px;
    border: solid 1px #c1c1c1;
    font-size: 12px;
}
.tb_submit td a{color:#333;}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 2px solid #707070;
    width: 80%;
}
.modal .modal-content .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal .modal-content .text_msgbox {
    text-align: center;
    color: #555555;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}