@charset "utf-8";
/* CSS Document */
.headbox {
    background: none repeat scroll 0 0 #c4d9e9;
    font-weight: bold;
    height: 24px;
    padding: 9px 0 0 10px;
    text-transform: uppercase;
     margin-bottom: 0px !important;
}

.aui-field-label {
    color: black;
    display: none;
    font-weight: normal;
}
.aui-field-choice .aui-field-label {
    color: black !important;
    font-weight: normal !important;
}

.td_label {
    width: 21% !important;
}

.content-div1 {
    background: url("../images/bg-head-bd-right.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    height: 70px;
}

.content-div2
{
	padding:2% 2% 1%;
}
.box-div2-left
{
	width:60%;
}
.box-div2-left h2 {
    color: #0375c0;
    font-size: 13px;
    margin-top: 0;
}
.framebox
{
	border:1px solid #e4e4e4;
	border-top:none;
}
/*-----------------------------------------begin tabs news--------------------------------------------*/
.tabs
{
	border-bottom:1px solid #a6d0e7;
	height:25px;
}
ul.tabs li
{
	background:#c4d9e9;
	border-right:none;
	float:left; 
	height:23px; line-height:23px;
	padding:0 11px 0 14px;
	margin-top:2px;
	margin-left:1px;
}
ul.tabs li a
{
	color:#024e7f;
    font-weight: bold;
}
ul.tabs li:first-child{ margin-left:10px;}
ul.tabs li:hover a
{
	color:#fff; font-weight:bold;
}
ul.tabs li:hover 
{
	background:#0577c2 !important;
	padding:0 11px 0 14px;
}
.current a
{
	color:#fff !important; font-weight:bold;
}
.current
{
	background:#0577c2 !important;
}
.tabscontent
{
	background:#f7f9fa;
	/*border:1px solid #b1dbec; border-top:none;*/
}
.box-new2 {
    padding: 5px 10px 10px;
}
/*--------------------------------------------------------end tabs news------------------------------------------*/
.tablelist td
{
	padding:5px;
}
.tablelist {
    padding: 2% 3% 2% 0;
}
.td_label
{
	text-align:right;
	width:15%;
}

.tablelist input {
    border: 1px solid #e0e6ec;
    height: 25px;
    padding-left: 5px;
    width: 100%;
}
.tablelist td span
{
	color:#F00;
}
.btn-style
{
	background:#0577c2;
	border:none !important;
    border-radius: 5px;
    color: #fff;
    padding: 3px;
}

.btn-style:hover{
	background-color:#015f9c;
	cursor:pointer;
}

.table-content tr:first-child:hover{
	background-color: #c4d9e9 !important;	
}

.download-btn {
    cursor: pointer;
    width: 20px;
}

.tablelist select {
    border: medium none; /*-----phuongntt19 sửa-----*/
    height: 30px;
    width: 108%;	/*-----phuongntt19 sửa-----*/
	background:none;
	
}
.table-content tr:first-child {
    background: none repeat scroll 0 0 #c4d9e9 !important;
    color: #0663a9;
    font-weight: bold;
    text-align: center;
}

.table-content tr:nth-child(2n) {
    background-color: #fff;
}
.table-content tr:hover{
	background-color:#FFF7E8 !important;	
}

/*----------------*/

.box-hits {
    background-color: #fff;
    border: 1px solid #98bad3;
    padding: 0 10px;
}

.hits {
    background-color: #c4d9e9;
    padding: 5px;
}

.box-hits span {
    color: #f26522;
    font-size: 13px;
    font-weight: bold;
}
.calendar-box {
    background: url("../images/calendar.png") no-repeat scroll right center / auto 100% #fff;
}

.table-content td {
    border: 1px solid #1379c6;
    padding-left: 10px;
}
.table-content {
    border: 1px solid;
    border-collapse: collapse;
    line-height: 3;
    width: 100%;
}

.table-content tr:nth-child(2n+1) {
    background-color: #fbfdff;
}

#w-boxtabs {
    background: none repeat scroll 0 0 #f7f9fa;
    padding: 10px 10px 5px;
}
.titlebox {
    background: none repeat scroll 0 0 #f1f6fa;
    height: auto !important;
    padding: 8px;
    text-align: center;
    text-transform: none !important;
}

.motang {
    margin-top: 3px;
}

.boxRegForm {
    border: 1px solid #98bad3;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 15px;
    text-align: left;
}



/*---------------------------captcha-----------------------------------------*/
.taglib-captcha .captcha {
    float: right;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea, .textarea, button{
	background-image: none !important;
}

input[type="reset"] {
color:#fff !important;
background:#8b8b8b !important;
display:inline-block !important;
padding:7px 20px !important;
text-shadow: none !important;
}

input[type="reset"]:hover {
	color:#fff !important;
	background:#7e7e7e !important;
}

input[type="button"], input[type="submit"] {
color:#fff !important;
background:#00963f !important;
display:inline-block !important;
padding:7px 20px !important;
text-shadow: none !important;
}

input[type="button"]:hover, input[type="submit"]:hover {
	color:#fff !important;
	background:#0ba44b !important;
	text-shadow: none !important;
}

.taglib-captcha {
    float: left;
    margin: 0 !important;
    width: 166px;
}

.taglib-captcha .captcha {
    border: medium none !important;
    display: inline;
    float: left;
    height: 35px;
    margin-bottom: 11px;
    margin-left: 93px;
}

.taglib-captcha .aui-field.aui-field-text {
    display: inline;
    float: left;
    margin-top: -55px;
    text-align: left;
    width: 46%;
}

.captcha-reload > img {
    margin-left: -40px;
}

.aui-form-validator-error-container .aui-field-element {
    display: block !important;
}

.tabscontent {
    background: none repeat scroll 0 0 #f7f9fa !important;
    border: medium none !important;
}
.lienhe select{
	-moz-border-bottom-colors: none !important;
    -moz-border-top-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    background: none no-repeat scroll 0 0 white !important;
    border-color: #bfbfbf #dedede #dedede #bfbfbf !important;
    border-style: solid !important;
    border-width: 1px !important;
}