@charset "UTF-8";
/* CSS Document */
.tabs {
	margin-bottom:0px;
}
#tab-button {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom:30px;
  text-align:center
}
#tab-button li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 20px;
}
#tab-button li:last-child {
	margin-right:0
}
#tab-button li a {
  display: block;
  padding: 20px 35px;
  border: 3px solid #DFDFDF;
  text-align: center;
  color: #999999;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#tab-button li:not(:first-child) a {

}
#tab-button li a:hover,
#tab-button .is-active a {
  border: 3px solid #122a88;
  color: #FFF;
  background-color: #122a88;
}
.tab-contents {
  padding: .5em 0 1em;
}
.tab-contents ul li {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom:15px;
	margin-bottom:15px
}
.tab-contents ul li:last-child {
	margin-bottom:0;
}
.tab-button-outer {
}
.tab-contents {
  margin-top: 0px;
}
.tab-contents .daytxt {
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
}
.tab-contents .libtxt::after {
    margin: 0 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: url(../img/pdf_icon.png);
}
.cp_ipselect {
	overflow: hidden;
	width: 150px;
	margin: 0 0 20px;
	float:right;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
@media screen and (max-width: 768px) {
	  .tab-contents .daytxt {
    float: none;
}
}
@media screen and (max-width: 640px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
	margin-bottom:3%
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }

}
@media screen and (max-width: 480px) {
  #tab-button li {
    width: 100%;
    margin-right: 0;
  }
}