﻿@media (min-width: 992px){
  .header-body {
    width: 970px;
  }
  .header-body .inner.inside-c-tb{
    width : auto;
  }
  .col-md-9 .inner{
    width : auto;
  }
}
@media (min-width: 768px){
  .header-body {
    width: 750px;
  }
  .header-body .inner.inside-c-tb{
    width : auto;
  }
  .col-md-9 .inner{
    width : auto;
  }
}
@media (min-width: 1200px){
  .header-body {
    width: 1170px;
  }
  .header-body .inner.inside-c-tb{
    width : auto;
  }
  .col-md-9 .inner{
    width : auto;
  }
}
.gzh{
	border: currentColor; 
	border-image: none; 
	color: rgb(211, 209, 209);
	margin: 0 auto;
	display: inline-flex;
}
.wxgzh{
	padding: 0px 15px; 
	text-align: center; 
	float: left;
}
.wxgzhcenter{
	margin: 0 auto;
}

.header-body{
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height:130px;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-x;
    background-image: url(../image/libraryheaderbg.png);
}

.header-container.inner{
    float: left;
    width: 50%;

}
@media (max-width: 768px){
	.header-container.inner{
    width: 100%;
  }
}
.header-body .header-container.main-menu-nav-primary{
	padding-top: 40px;
	width:40%;
	float:left;
}

.header-body .header-container.inner,
.header-body .header-row{
    height: 130px;
}

#searchBox_div ul{
	list-style: none;
	width: 100%;
}
#searchBox_div ul li{
    float: left;
    padding: 10px;
}

#searchBox_div{
	min-height: 200px;
	margin-top: 150px;
    background: rgba(0,0,0,0.6);
}

#searchBox_div input[type="text"],
#searchBox_div input[type="password"]{
	background-color: white;
}
.searchButton{
    padding: 11px 20px;
    background-color: #d18f64;
    border: none;
    color: white;
    border-radius: 3px;
    margin:0 5px;
    display: inline-block;
}
.searchTextBox{
    height: 30px;
    border: none;
    background-color: white;
}

div#searchBoxTitle ul {
    overflow: hidden;
    background:rgba(189,89,92,0.8);
    color: #FFF;
}

#searchBox_div ul li.searchBoxMenu_current{
    background:rgba(255,255,255,0.1);
}

#searchBox_div ul li {
    float: left;
    padding: 10px 30px;
    margin: 0;
}

#searchBoxContent{
	color: white;
}
#searchBoxContent #label{
	margin-left:2px;
	margin-right:10px;
}
#searchBoxContent label{
	font-weight: normal;
	font-size: 14px;
	margin-left:2px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.region-bottom-first{
	margin-top: 20px;
}

.views-exposed-form{
    display: block;
    width: 100%;
    min-height: 50px;
}

.views-exposed-form .list-3{
	clear:both;
	margin-top: 10px;
}
#views-exposed-form-eresource-page-1.views-exposed-form label{
	display:block;
}
.views-exposed-form .form-select.bef-links div{
	float: left;
	text-transform:uppercase;
	padding: 10px;
}

.taxonomy_term--type-eresource .table-wrapper,
.taxonomy_term--type-eresource .row .table-wrapper,
.views-exposed-form .form-item{
	border: none;
	margin-top: 0px;
	clear:both;
}
.taxonomy_term--type-eresource .inside-min-tb.outside-min-tb{
    margin: 0;
    padding-top: 0px;
}
.page-node-type-eresource .views-field .views-label{
    font-weight: bold;
    margin-right: 20px;
    width: 150px;
    font-size: 16px;
    float:left;
    text-align:right;
}
.page-node-type-eresource .eresource-content .field-content{
	padding-left: 180px;
}
.page-node-type-eresource .views-element-container .eresource-bq p{
    font-size: 14px;
    color: #666;
}
.eresource-bq {
    padding: 20px 40px;
    margin-bottom: 20px;
    background: #FAF8F5;
    border-radius: 5px;
    border: 1px dotted #CCC;
}
.page-node-type-eresource .views-element-container.block{
	margin-bottom:0px;
}
.page-node-type-eresource .views-field,
.page-node-type-eresource .views-element-container p{
    font-size: 16px;
    line-height: 180%;
}
.page-node-type-eresource .views-field{
	margin: 7px 0;
	clear: both;
}
.align-center{
    text-align: center;
}
.select-control{
    padding: 6px 12px 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 768px){
.form-inline .form-margin {
    margin-top:10px;
}
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

p.formtips{
    color:#FFF;
    font-size:14px;
    margin-top:20px;
}

.formlinks{
    margin-left:10px;
}

.formlinks a{
    border-bottom: 1px dotted #C1E2BA;
    font-size: 1em;
    color: #C1E2BA;
    text-decoration:none;
	margin-right: 6px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.col-md-4 h3.outside{
    font-size: 14px;
    margin: 0;
}
.searchButton{
	cursor: pointer;
}
.page-node-type-eresource .views-field {
    margin: 7px 0;
    clear: both;
    padding: 10px 0;
}
.page-node-type-eresource .views-field:nth-of-type(odd){
    background: #F9F9F9;
}
.form-item.form-type-select {
    overflow: hidden;
}
#footer .footer-bg-primary ul li{
	float:left;
	margin-right:10px;
	margin-bottom: 0px;
}
#footer .footer-bg-primary a:hover{
	color: #eee;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: left;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.views-exposed-form .form-item-title{
	float: left;
    margin-right: 14px;
}
#views-exposed-form-eresource-page-1.views-exposed-form .form-item-title label,
.views-exposed-form .form-item-title label{
    float: left;
    margin-right: 20px;
    padding-top: 7px;
    display:block;
}
@media (max-width: 768px){
	.form-inline .form-control {
		width: 86% !important;
	}
	#searchBox_div{
		margin-top:80px;
	}
  	.searchButton{
		margin-top: 12px;
	}
	.searchBoxTabContent #myLibraryLoginForm .form-group label{
    min-width: 75px;
    text-align: left;
    padding: 7px;
  }
  .searchBoxTabContent .form-inline .form-group .searchButton{
    margin: 7px;
  }
  .searchBoxTabContent .form-inline .form-group .select-control{
   margin-bottom: 7px;
  }
	.gzh{
	margin:inherit !important;
	text-align: left;
	display: inline-block;
}
	.wxgzh{
	padding: 0px 10px; 
	text-align: center; 
	margin: 10px 0 20px 0;
  }
	.wxgzhcenter{
	margin:inherit;
	text-align: left; 
}
}