﻿ 	
 	 	 

  table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
  table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
  table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}


    #help{

    display:none;
    
   
 
}

    
    .itemhide{

    display:none;
    
   
 
}

  table {
	font-family:Arial, Helvetica, sans-serif;
	color:blue;
	font-size:13px;
    font-weight:bold;
	
	background:white;
    opacity:0.7;
	margin:5px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
  table th {
	padding:5px 5px 5px 5px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
    color:#0a177e;
    text-align:center;

	/*background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
}
  table th:first-child {
	text-align: left;
	/*padding-left:20px;*/
}
  table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
  table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
 table tr {
	text-align: justify;
	padding-left:20px;
}
  table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
  table td {
	padding:6px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
    color:blue;
     font-size:15px;
     font-family:Verdana,Arial;
    font-weight:300;
  /* background: #d8eff7;
	background: -webkit-gradient(linear, left top, left bottom, from(#d8eff7), to(#fafafa));
	background: -moz-linear-gradient(top,  #d8eff7,  #fafafa); */ 
}



  table tr:nth-child(odd) td {
	
    background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6); 
     

}
  table tr:last-child td {
	border-bottom:0;
}
  table tr:last-child td input:not([type]), input[type="text"],select{
	 float:left !important;
     margin-right:15px !important;
    
}

  table tr:last-child td input[type=image]{
	
    float:right;

    
}
     
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
	 table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
 table tr:hover td {
	background: #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#36f7d4));*/
    background-color:#ecf2c8
	/*background: -moz-linear-gradient(top,  #fff,  #36f7d4);*/	
}

 table tr trang
{
    background-color:white !important;

}
  
      input[type=text] {
    background-color:white;
    background-repeat: no-repeat;
     border: 1px solid #3AC0F2;
     border-radius: 4px;
     height:25px;
     text-align:center;
     color:blue;

}
input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
        color: #a9a2a2;
    }
    input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #a9a2a2;
    }
    input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #a9a2a2;
    }
    input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #a9a2a2;
    }
    
     select {
    background-color: white;
 
    background-repeat: no-repeat;
     border: 1px solid #3AC0F2;
     border-radius: 4px;
     height:28px;
     text-align:center;
     color:blue;


}


     input[type=search] {
    width: 100px;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 4px;
    font-size: 12px;
    background-color: #780808;
    background-image: url('image/search-24.png');
    background-position: 0px 0px; 
    background-repeat: no-repeat;
    padding: 5px 3px 5px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color:white;
}

      input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
        color:    white;
    }
    input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:   white;
    }
    input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    white;
    }
    input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    white;
    }