/**
 * @Project GIASU 4.x
 * @Author TUAN NGUYEN (tuan89dnu@gmail.com)
 * @Copyright (C) 2016 TUAN NGUYEN. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Sat, 11 Jun 2016 16:20:15 GMT
 */

.accom-items{
    border: 1px #c1e4a6b3 dashed;
    padding: 10px;
}
.accom-items .money{
     color: red;
	 FONT-WEIGHT: 700;
}
.accom-items .img-thumbnail{
     margin-bottom: 5px;
}
.accom-detail-pagetitle{
     border-bottom: 1px #e4e4e4 dashed;
     padding-bottom: 7px;
     margin-bottom: 10px;
     text-transform: uppercase;
     font-weight: 700;
}
.accom-detail-pagetitle *{
     text-transform: none;
     font-weight: 300;
}
.w200{
     width: 200px;
}
.text-strong{
     font-weight: bold;
}
td.required{
     position: relative;
}
td.required:before{
     font: normal normal normal 14px/1 FontAwesome!important;
     content: "\f069"!important;
     position: absolute;
     top: 12px;
     right: 12px;
     color: #F00;
}
.post-table{
     width: 100%;
}
.post-table td{
     padding: 4px;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#ece15b99
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border: 1px solid #a0b3b1;
}
.main-title{
	text-align: center;
    font-family: 'UTM Nokia', Arial, Helvetica, sans-serif;
    color: #f7fbf7;
    text-shadow: 3px 0 #444, 0 -1px #444;
    line-height: 20px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
	}
.main-title p{
    padding: 10px;
	 margin-bottom: 36px;
    background-image:url(../images/giasu.jpg);
	letter-spacing: 4px;
	background-size: 100%;
	border-radius: 5px
}
.lopmain{
	margin: 0 8px 10px 0px
}
.xemthem{
    text-align: center;
    padding: 3px 3px;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
	border: 1px solid #463939;
	border-radius:18px
}
.xemthem:hover{
	background:#ade086
}
.xemthem a:hover{
	font-weight: 600;
    transition: all 0.2s ease-in-out;
	color:#fff;
}
.macode{
	text-transform:uppercase;
	color: #ca4d12;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
    font-weight: 700;
}
.lhgiasu:hover{
	background:#0a4c49;
	color:#fff
}
.lhgiasu a:hover{
	color:#fff
}
