﻿/* DEFAULTS
----------------------------------------------------------*/

.body {
    /*background: #97D9E1;*/
    background-image: url(../Img/bg0k16.jpg);
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
   width: 100%;
    background-repeat: repeat;
    background-size: 100% auto;
    height: 100%;
    position: absolute;
}

.wrapper {
    background: #50a3a2;
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
    position: absolute;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
    

    a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #00ff90;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: White;*/
    background-image: url(../Img/bg0k17.jpg);
    width: 100%;   
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% auto;
}

.img1 {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
height:50px;
    width: 90px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}
.img2 {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    height: 12px;
    width: 15px;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

    div.menu ul li a, div.menu ul li a:visited {
        background-color: #465c71;
        border: 1px #4e667d solid;
        color: #dde4ec;
        /* display: block;*/
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        /*white-space: nowrap;*/
    }

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
    text-align:center;
}

legend 
{
    font-weight:bold;
    padding: 2px 2px 2px 2px;
    color:Black;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

input:focus
{
    font-weight:bold;
    }

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: center;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}


.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.Grid
{
    
}

#GridView1 th
{
  border-width:1px;
  border-style:solid;
  border-color:Black; 
}
#GridView1 td
{
  border-width:1px;
 border-style:dotted;
  border-color:Black; 
}

#GridView2 th
{
  border-width:1px;
  border-style:solid;
  border-color:Black; 
  color:White;
  background-color:#507CD1;
}
#GridView2 td
{
  border-width:1px;
   border-style:dotted;
  border-color:Black; 
}
#GridView3 td
{
  border-width:1px;
   border-style:dotted;
  border-color:Black; 
}
#GridView4 td
{
  border-width:1px;
   border-style:dotted;
  border-color:Black; 
}

#ShowGrid td
{
  border-width:1px;
  border-style:dotted;
  border-color:Black; 
}
#ShowGrid th
{
  border-width:1px;
  border-style:dotted;
  border-color:Black; 
  color:White;
  background-color:#507CD1;
  font-weight:bold;
}


#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.3;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  vertical-align:middle;
  color:Blue;  
}
#Help {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;  
  background-color: #fff;
  z-index: 99;       
  color:Black;
  font-size:larger;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
#divSodoNhaSu input
{
    text-align:left;
    width:175px;    
    height:30px;
    cursor:pointer;
 }
#divSodoNhaSu input:hover
{
    text-decoration:underline;
    }
#divSoDoLuong input
{
    text-align:left;
    width:150px;    
    height:30px;
    cursor:pointer;
}
#divSoDoLuong input:hover
{
    text-decoration:underline;
}

#ShowGrid input:focus
{
    font-weight:normal;
}

.MenuButton
{
    background-image: url('../Imgs/Untitled7.png'); 
    margin-top: 2px;
    color: WindowText;
    width: 190px;
    height: 30px;
    text-align: left;
    margin-left: 0;   
}
.MenuButtonDisable
{    
    margin-top: 2px; 
    width: 190px;
    height: 30px;
    text-align: left;
    margin-left: 0  
   
}
#B input:hover
{
    cursor:pointer;
    text-decoration:underline;
    }
.MenuButtonReport
{
    background-image: url('../Imgs/Untitled5.png');
    margin-top: 2px;
    color: #000066;
    width: 190px;
    height: 30px;
    text-align: left;
}
.MenuButtondefault
{
    margin-top: 10px;
    color: #000066;
    background-image: url('../Imgs/Untitled7.png');
    font-size: x-large;
    width: 300px;
    height:50px;
    text-align: left;
}
.MenuLink
{
    font-family: 'Times New Roman', Times, serif;
   font-size: large
}

#HelpMenu
{
    font-family:Times New Roman;      
    color:Blue;     
}

#HelpMenu div:Hover
{
    text-decoration:underline;
    font-style:italic;
    cursor:pointer;
}

.HelpMenuTop
{
    font-size:larger;
    font-weight:bold;
    padding-left:4px;
}
.HelpMenuSubItem01
        {
            padding-left:20px
        }
.HelpMenuSubItem02
{
    padding-left:40px
}
.TopItem
{
    padding-left:4px;
}
.SubItem1
{
    padding-left:20px;
    }

.SubItem2
{
    padding-left:40px;
    }
.ItemTile
{
    font-weight:bold;    
    }


.button1.green {
    color: #ffffff;
    background-color: #6ccb63;
    border-color: #5db056;
}
.button1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #f1f1f1;
    border-color: #cccccc;
    transition: background-color 0.5s;
}
table.testgrid {
    border-collapse: collapse;
    border: 1px solid #CCB;
    padding: 10px 30px 10px 15px;
    width: 80%;
}


    .td1.Ma_NV {
    text-align:center;
    width: 120px;
    background:#C1DAD7;
    
    
    }
  
    .td1.Ten_NV {
    text-align: left;
    width: 200px;
   
    }
     .td1.CMND {
    text-align: left;
    width: 100px;
    }
      .td1.SoBH {
    text-align: left;
    width: 150px;
    }
#showaddformbutton {
     color: #ffffff;
    background-color: #507CD1;
    border-color: #C1DAD7;
}
td1, th1 {
    display: table-cell;
    vertical-align: inherit;
}
th1 {
    font-weight: bold;
    text-align: -internal-center;
}
th1 {
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 20px 10px 15px;
}
td1 {
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 20px 10px 15px;
}