/* common */
a:hover{
    cursor: pointer;
    text-decoration: none;
}

html {
    position: relative;
    min-height: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

body {
    margin-bottom: 80px;
}

/* for skrbt */
.site-wrapper-border {
    background-color: #00a9f6;
    height: 5px;
}

.logo-img {
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 25px;
    max-width: 50%;
}

.search-input {
    height: 45px;
    float: none !important;
}

.search-btn {
    height: 45px;
    background-color: #00a9f6;
    border-color: #00a9f6;
}

.search-btn:hover, .search-btn:active {
    height: 45px;
    background-color: #00a9f6 !important;
    border-color: #00a9f6  !important;
}

.home-hotwords {
    margin-top: 10px;
}

.home-hotword {
    background-color: #00a9f6;
    border-color: #00a9f6;
    margin-bottom: 5px;
    color:#FFF;
    padding:4px 8px;
    font-size:13px;
}

.common-navbar-header {
    line-height: 68px;
    height: 68px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #f1f1f1;
}

.search-result-toolbar {
    background: #f8f8f8;
    line-height: 34px;
    height: 36px;
    font-size: 14px;
}

.sort-type {
    color: #999;
}

.sort-type-selected {
    border-bottom: 3px solid #4285f4;
    color: #4285f4;
}

.result-stats {
    color: gray;
    font-size: small;
    padding-bottom: 15px;
}

.result-resource-title {
    font-size: 18px;
    font-weight: 400;
}

.result-resource-meta-info {
    font-size: 13px;
    color: gray;
    line-height: 28px;
}

.result-resource-meta-info-value {
    color: #006621;
    margin-right: 5px;
}

.result-resource-file {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.result-resource-file-size {
    color: #999;
}

.common-link {
    color: #12c;
}

.resource-metadata-type {
    width: 70px;
    min-width: 70px;
    text-align: right;
    color: #333;
    font-weight: bold;
    vertical-align: top;
}

.resource-metadata-data {
    color: #555;
    padding-left: 15px;
}

.resource-metadata-file-size {
    width: 70px;
    min-width: 70px;
    text-align: right;
    color: #666;
    line-height: 22px;
    font-size: 13px;
    vertical-align: top;
}

.resource-metadata-file-name {
    color: #555;
    padding-left: 15px;
}

.detail-footer {
	margin:50px 0 0;
	padding:20px 0 17px;
	line-height:30px;
	text-align:center;
	color:#737573;
	border-top:1px solid #e2e2e2;
}

.highlight {
    color: #dd4b39;
}

em {
    color: #dd4b39;
    font-style: normal;
}

.no-border-radius {
    border-radius: 0px;
}

.fa-file-film-o:before {
    content: "\f1c8";
}
.fa-file-file-o:before {
    content: "\f016";
}
.links{
	text-align: center;
	margin-top:10px;
}
.links li{
	display: inline-block;
	height:20px;
	line-height:20px;
	margin:5px;
	color: #9a9a9a;
}
.links li a{
	color: #9a9a9a;
}
.list-title{
	margin-top:0px;
	margin-bottom:0px;
}
.article-title{
	font-size:22px;
}
.index-title{
	position:absolute;
	font-size:0px
}
.result-title{
	position:absolute;
	font-size:0px
}
.bgfff{background:#fff !important;}