/*
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Wed, 24 Dec 2014 06:56:00 GMT
 */
 
.imghome{
    margin-right: 10px;
}
.content-form ul{
    padding-left: 0;
}
.content-form ul li{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.content-form ul li span{
    float: right;
}

.danger,.txtrequired{ font-weight: bold; color: #f00 !important}
.info-head{
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.feedlist{
    padding-bottom:20px;
    padding-left: 0;
}
.feedlist li a i{
    margin-right: 2px;
    color: #fff;
    font-size: 1.5em;
    transition: all 0.3s ease;
    vertical-align: middle;
}
.logout_link{
    padding-bottom:0;
}

.feedlist li {
	list-style: none;
	position: relative;
	float: left;
    display: -webkit-box;
	width: 48%;
	border: 2px solid #f5f5f5;
	border-bottom: none;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0170b7 27%, #0385d8 66%) repeat local 0 42px;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 1%;
	box-shadow: 1px 1px 3px 1px rgb(165 165 165 / 75%);
	border-radius: 15px;
}
.logout_link li{
    border-top: none;
}
.feedlist li a {
    font-size: 13px;
    color: #fff;
	text-transform: uppercase;
    padding: 18px 0px;
    padding-left: 5px;
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feedlist li a:hover, .feedlist li .link_active{
    background: #ff8f05;
    color: #fff;
    border-radius: 15px;
}
.detail-img {
    padding: 10px 0;
}
.breadcrumb a {
	color: #272727;
}
.detail-img img{width: 99%}
.tabs-wrapper ul li{
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    border-right: none;
    float: left;
    width: 33%;
}

.tabs-wrapper ul li:last-child{
    border-right: 1px solid #ccc;
}
.tab-content {
    width: 99%;
    border: 1px solid #ccc;
    border-top: none;padding: 10px;
}
.tab-content .cate-box ul{
    padding-left: 0;
}
.tab-content .cate-box ul li{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.tabs-wrapper ul .active{
    background: #3f86c3 !important;
}
.tabs-wrapper ul .active a{
    color: #fff;
}
.schedule-list{
    width: 100%;
}
.schedule-list thead{
    background: #eaeef3;
}
.schedule-list thead th,
.schedule-list thead td {
    white-space: nowrap!important;
}
.schedule-list .week-head{
    background: #428bca;
    color: #fff;
}
.schedule-list tr{
    border-bottom: 1px #e4e4e4 solid;
}
.schedule-list tr td, .employ-list tr th{
    padding: 5px 5px;
}
.schedule-list tr td.dtop{
    vertical-align: top;
}
.schedule-list tr td.img{
    padding-right: 10px;
    padding-left: 10px;
}
.schedule-list .highlights{
    color: #fff;
    background: #f16236;
}
.schedule-list .highlights a{
    color: #fff;
}
.schedule-list-mobile{
    display: none;
}

.tablereview {
    width: 100%;
    border-collapse: collapse;
}

.tablereview, .tablereview th, .tablereview td {
    border: 1px solid #ccc;
    padding: 5px;
}

.item-statistic{
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #eaeaea;
    border: 1px solid #ccc;
    padding: 50px 8px;
    border-radius: 5px;
}
.item-statistic span{
    color: #CC3333;
    display: block;
    padding: 10px;
    font-size: 34px;
}
.statistic a{ color: #7b7b7b}
.statistic a:hover{
    text-decoration: none;
    color: #55cc59;
}
.statistic a:hover .item-statistic{background-color: #CC3333}
.statistic a:hover span{
    color: #55cc59;
}
.info_class{
    display: flow-root;
    padding-left: 0;
    clear: both;
    color: #949494;
    font-size: 13px;
}
.info_class li{
    float: left;
    padding-right: 10px;
}
#sitemodal .modal-content{
    width: 600px;
}
.schedule-list-tool{
    margin-bottom: 20px;
}
.schedule-list-tool select{
    width: 400px;
}
.schedule-list-tool .dropdown-menu{
    max-height: 300px;
    overflow: auto;
}
