@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 10px 40px 10px;
    width:320px;
    line-height: 20px;

    /* border  */
    border-color:#6CF;
    border-style:solid;
    
    /* gradient */
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(209,210,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(209,210,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(209,210,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(209,210,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(209,210,211,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(209,210,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d1d2d3',GradientType=0 ); /* IE6-9 */
   
    /*  radius*/
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    
    /* 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;}


h1{ text-align: center; padding: 5px 0 12px 0; font-size: 18px;}
label { text-align: right; width: 120px; display: inline-block; padding: 4px;}
input[type=text],input[type=password] {
    background:#ffffff;
    border:1px solid #d4d4d4;
    height:18px;
    padding:2px 5px;
    color:#474646;
    font-size: 12px;
}

input[type=text]:focus,input[type=password]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 2px 0 dodgerBlue;
}

.txt_center {text-align: center;}
.btn {
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    padding: 5px 18px;
    text-transform: uppercase; 
    cursor:pointer; 
    border:none;
}

.btn-login {  background: #445271; border-color: #2b2319; margin-top: 20px; }
.btn-login:hover {  background: #334556; border-color: #2b2319; }

.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;}
