.logo-img {
	max-height: 80px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.search-input {
	height: 45px;
	border-width: 1px;
	border-color: rgb(206, 212, 218);
	border-radius: 0px;
}

.search-btn {
	height: 45px;
	border-width: 1px;
	border-color: rgb(206, 212, 218);
	background-color:rgb(81, 90, 110);
	color: #fff;
	border-radius: 0px;
}

.search-btn:hover {
	background-color:rgb(70, 90, 110);
}

.search-panel {
	border-radius: 0px;
	border-color: rgb(206, 212, 218);
	margin-top: 10px;
}

.bottom-panel {
	border-radius: 0px;
	border-color: rgb(206, 212, 218);
	margin-top: 10px;
}

.detail-panel {
	border-radius: 0px;
	border-color: rgb(206, 212, 218);
	margin-top: 20px;
}

.no-radius {
	border-radius: 0px;
}

.nav-unactive {
	margin-left: 7px;
	border-color: rgb(206, 212, 218);
	color: #5cb85c;
}

.nav-active {
	margin-left: 7px;
	background-color: #5cb85c;
	border-color: rgb(206, 212, 218);
}

.sort-btn-unactive {
	background-color: #fff;
	border-color: rgb(206, 212, 218);
	border-radius: 0px;
	color: #333333;
}

.spbtn {
	border-radius: 0px;
	border-color: rgb(206, 212, 218) !important;
	margin-right: 7px;
}

.spbtna {
	border-radius: 0px;
	border-color: rgb(206, 212, 218);
	background-color: #5cb85c;
	margin-right: 7px;
}

.pbc {
	background-color: #fff !important;
	border-color: rgb(206, 212, 218) !important;
	font-size:13px;
}

input.form-control:focus {
	border-color: rgb(206, 212, 218);
	outline: none;
	box-shadow: none;
}

html {
	word-wrap: break-word;
	word-break: break-all;
}

a{
	color:#4b81ae;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

.search-option-btn {
	border: 0px !important;
	border-radius: unset !important;
	background-color: #fff !important;
	padding: unset; ! important;
	padding-bottom: 4px;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	outline: unset !important;
	outline-offset: unset !important;
}

.search-option-dropdown-menu {
	min-width: unset !important;
}

.search-option-btn-group {
	margin-right: 10px;
}

.list-title{
	color:#4b81ae !important;
	font-weight:bold;
	font-size:16px;
}

.list-file{
	font-size:14px;
}

.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    margin-left: 5px;
}

.highlight {
	color: red;
}

em {
	color: red;
	font-style:normal;
}

.info-item{
	margin-right:2px;
}

.hot-item{
	margin-right:8px;
}

.play-tag {
    background-color: #337ab7;
    color: #FFF;
    display: inline;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-right:2px;
}
.fa{
	margin-right:5px;
}

.badge-size{
	font-size:10px !important;
	font-weight:normal;
	padding: 3px 5px;
	background-color: rgb(81, 90, 110);
}