@import url('reset.css');

body { 
    margin:0 auto;
    padding:0px;
    background: #e5e5e5;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size:13px;
    color:#333;
}

table td {
    white-space: nowrap;
}

a:link {color:#aa0000;text-decoration:none;}
a:visited {color:#aa0000;text-decoration:none;}
a:active {color:#aa0000;text-decoration:none;}
a:hover {color:#aa0000;text-decoration:underline;}

.container { 
    width: 100%; 
    margin: 0 auto;
    padding: 0px;
}

/* --------------------------------------------- header */
.header { 
    line-height: 30px;
    color:#fff; 
    background: #1C2A38;
}
.header a {
    color:#fff;
    text-decoration: none;
}
.header a:hover {
    color:#fff;
    text-decoration: none;
}
.header_text{
    padding-left: 30px;
}
.project_name {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.header > .container > .table > div {
    vertical-align: middle;
}


/* --------------------------------------------- title bar */
.title_bar { 
    height: 46px;
    color: #000;
    line-height: 46px;
    margin-bottom: 10px;
}
.title_name { 
    font-weight: bold; 
    font-size: 16px;
}
.title_process {
    color: #bd0808;
    padding-right: 10px;
    font-weight: bold;
}
.title_more {
    margin-left: 50px;
}
.title_back {
    margin-right: 100px;
}

.title_record{
    color:#0015db;
    padding-left: 40px;
}
.title_print{
    color:#cd0a0a;
    padding-left: 40px;
    cursor: pointer;
}
.title_print:hover{
    text-decoration: underline;
}

/* --------------------------------------------- menu bar */
.menu_bar{
    border-top: 3px solid #04987B;
    background: #2A3F54;
    color: #fff;
    min-height: 40px;
}

/* --------------------------------------------- menu bar */
.content_bar{
}

.login {
    margin: 180px auto 200px auto;
    padding: 30px 30px 40px 30px;
    width:400px;
    box-sizing: border-box;
    line-height: 20px;

    /* border  */
    border-color:#6CF;
    border-style:solid;
    
    background: #FFFFFF;
   
    /* shadow */
    -webkit-box-shadow: 0px 0px 5px 5px rgba(200, 197, 200, 1);
    box-shadow: 0px 0px 5px 5px rgba(200, 197, 200, 1); 
  
}


.txt_err { color: #b61919; font-size: 12px;}

.dv_logo { text-align: center; padding-bottom: 30px;}
.dv_footer { text-align: right; margin-top: 20px; color: #7e7c7c;}

h1{ text-align: center; padding: 5px 0 30px 0; font-size: 30px; line-height: 30px;}
h2{ text-align: center; padding: 5px 0 12px 0; font-size: 22px;}
label { text-align: right; width: 120px; display: inline-block; padding: 4px;}
input[type=text],input[type=password] {
    width: 340px;
    height:46px;
    box-sizing: border-box;
    padding:10px 20px;
    background:#f2f2f2;
    border:1px solid #d4d4d4;
    color:#474646;
    font-size: 16px;
    margin: 8px 0;
}

input[type=text]:focus,input[type=password]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 2px 0 dodgerBlue;
}

.txt_center {text-align: center;}
.btn {
    color: #fff;
    font-size: 16px;
    padding: 5px 18px;
    text-transform: uppercase; 
    cursor:pointer; 
    border:none;
}

.btn-login {  width: 340px; height:48px; background: #059fa6;  margin: 8px 0; }
.btn-login:hover {  background: #058288; }

.bx-respone { font-size: 12px; color: #000; text-align: center; padding: 5px 0 10px 0; display: none;}
.note-success { color: #04987B;}
.note-danger { color: #CC0000;}
