/*! formstone v0.8.35 [dropdown.css] 2015-12-28 | MIT License | formstone.it */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  max-width: 100%;
  /*
	@media screen and (min-width: 740px) {
	max-width: 30%;
	}
  */
}
.fs-dropdown:focus {
  box-shadow: none;
  outline: none;
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
  box-sizing: border-box;
  -webkit-transition: none;
          transition: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .fs-dropdown-element {
  left: -999999px;
}
.fs-dropdown button.fs-dropdown-selected {
  width: 100%;
  position: relative;
 /* background: #ffffff; 
  font-size: 14px;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
 */
  border-radius: 5px;
  color: #222222;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 40px 0 15px;
  text-align: left;
  text-overflow: clip;
  z-index: 2;
}

 .fs-dropdown-selected:after {
  position: absolute;
  content: '';
  display: block;
} 

.no-touchevents .fs-dropdown-selected:hover {
  color: #222222;
}
.no-touchevents .fs-dropdown-disabled .fs-dropdown-selected:hover {
  color: #cccccc;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 2px;;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #52B5C6;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
}
#volumeselect .fs-dropdown-options {z-index: 49;}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.no-opacity .fs-dropdown-options {
  width: auto;
}
.fs-dropdown-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.fs-dropdown-item {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  background: #eeeeee;
}
.fs-dropdown-item_disabled {
  color: #999999;
  cursor: default;
}
.fs-dropdown-item:first-child {
  border-radius: 0;
}
.fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.no-touchevents .fs-dropdown-item:hover,
.no-touchevents .fs-dropdown-item_selected:hover {
  color: #222222;
  background-color: #dddddd;
  border-color: #cccccc;
}
.fs-dropdown-item_disabled,
.no-touchevents .fs-dropdown-item_disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #cccccc;
}
.fs-dropdown-open {
  z-index: 309;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
  border-radius: 0 0 5px 5px;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 51;
  border-radius: 5px 5px 0 0;
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  /* background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 309;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
  border-radius: 5px;
  border-width: 1px;
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}

.fs-dropdown.dropsort.msea.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: auto;
  border-width: 1px 1px 0;
}

.fs-dropdown-bottom .fs-dropdown-item:last-child {
  border: none;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 0 0 5px 5px;
}
.fs-dropdown.dropsort.msea.sres.fs-dropdown-bottom .fs-dropdown-options {
 width: 100px;
}

.fs-dropdown.dropsort.msea.sbres.fs-dropdown-bottom .fs-dropdown-options {
 width: 115px; margin-top:5px;
}
.fs-dropdown.dropsort.msea.spres.fs-dropdown-bottom .fs-dropdown-options {
 width: 70px;
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
  border-radius: 5px 5px 0 0;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 5px;
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options {
  border-radius: 5px;
}
.fs-dropdown-multiple {
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: block;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-options {
  background: #ffffff;
  border-color: #cccccc;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touchevents .fs-dropdown-disabled .fs-dropdown-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touchevents .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
  background: #fafafa;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
  border-radius: 0 5px 5px 0;
}

/*********publication dropsort****************/
.fs-dropdown.dropsort {
  position: relative;
  display: block;
  margin: 0;
  width:194px;
}

.fs-dropdown.dropsort.msea {
 /* float:right; */
}

.fs-dropdown.dropsort.syear{
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0;
  width:194px;
}
.fs-dropdown.dropsort.volume{

}
.fs-dropdown.dropsort.issue{
margin-bottom:10px;
}

.fs-dropdown.dropsort.fs-scrollbar-content{
  width:194px;
}
.fs-dropdown.dropsort.msea.sres {
 float:right;
 margin-bottom:10px; 
 width: 100px;
}
.fs-dropdown.dropsort.msea.spres {
 position: absolute;
 margin: 0 auto 0 auto;
 left:0;
 right:130px;
 width: 70px;
}
.fs-dropdown.dropsort.msea.sbres {
 display: inline-block;
 margin: 0 auto 0 auto;
 left:0;
 right:130px;
 width: 115px;
}

.fs-dropdown.dropsort button.fs-dropdown-selected {
    background-color: #52B5C6;
	background-image: url("../../grafics/arrow_down_pubselect.png");
    background-position: 100% center;
    background-repeat: no-repeat;
   /* border-color: #931D35; */
    color: #fff;
    font-family: inherit;
	font-size: 1em;
	width:194px;
	height: 45px;
	margin-top: 10px;
	border:none;
}

.fs-dropdown.dropsort.msea button.fs-dropdown-selected{
 margin-top: 0px;
}

.fs-dropdown.dropsort.volume button.fs-dropdown-selected {
	background-image: url("../../grafics/arrow_down_whiteinblue.png");
}
.fs-dropdown.dropsort.issue button.fs-dropdown-selected {
	background-image: url("../../grafics/arrow_down_whiteinblue.png");
}

.fs-dropdown.dropsort .fs-dropdown-options{
  width: 194px;
  border:none;
  left: 0;
  border-radius: 0 0 5px 5px;
  max-height: 199px;
}
.fs-dropdown.dropsort.syear button.fs-dropdown-selected { 
	background-color:#931D35;
}
.fs-dropdown.dropsort.volume button.fs-dropdown-selected { 
	background-color:#85BFE4;
}
.fs-dropdown.dropsort.issue button.fs-dropdown-selected { 
	background-color:#85BFE4;
}
.fs-dropdown.dropsort.msea button.fs-dropdown-selected { 
	background-color:#52b5c6;
}

.fs-dropdown.dropsort.msea.sres button.fs-dropdown-selected { 
	width:100px;
}
.fs-dropdown.dropsort.msea.spres button.fs-dropdown-selected {
    background-color: #52b5c6;
	background-image: url("../../grafics/arrow_down_singlepselect.png");
    background-position: 100% center;
    background-repeat: no-repeat;
   /* border-color: #931D35; */
    color: #fff;
    font-family: inherit;
	font-size: 1em;
	width: 70px;
	height: 25px;
	margin-top: 0px;
	border:none;
}
.fs-dropdown.dropsort.msea.sbres button.fs-dropdown-selected {
    background-color: #888;
	background-image: url("../../grafics/arrow_down_min_white.png");
    background-position: 100% center;
    background-repeat: no-repeat;
   /* border-color: #931D35; */
    color: #fff;
    font-family: inherit;
	font-size: 1em;
	width: 115px;
	height: 25px;
	margin-bottom: -5px;
	border:none;
}

.fs-dropdown.dropsort.syear .fs-dropdown-options{
 height:auto; 
}
.fs-dropdown.dropsort .fs-dropdown-item {
  background: #52B5C6; 
  color: white;
}
.fs-dropdown.dropsort.volume .fs-dropdown-item {
  background: #85BFE4; 
  color: white;
}
.fs-dropdown.dropsort.issue .fs-dropdown-item {
  background: #85BFE4; 
  color: white;
}
.fs-dropdown.dropsort.msea.sbres .fs-dropdown-item {
  background: #888; 
  color: white;
}
.fs-dropdown.dropsort.msea.sbres .fs-dropdown-item:hover {
  background: #ddd; 
  color: black;
}


.fs-dropdown.dropsort.msea.sbres .fs-dropdown-item_selected {
  background-color: #777;
}
.fs-dropdown.dropsort .fs-dropdown-item_selected {
  background-color: #3EA4B6;
}
.fs-dropdown.dropsort.volume .fs-dropdown-item_selected {
  background-color: #4FA2D8;
}
.fs-dropdown.dropsort.issue .fs-dropdown-item_selected {
  background-color: #4FA2D8;
}

.fs-dropdown.dropsort .fs-dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 0 5px;
}

.fs-dropdown.dropsort .fs-dropdown-item:hover {
  background-color: #dddddd;
  color: black;
}

.fs-dropdown.dropsort.fs-dropdown-open button.fs-dropdown-selected{
border-radius: 5px 5px 0 0;
}
.fs-dropdown.dropsort.fs-dropdown-open .fs-dropdown-options {
  background: #52B5C6; 
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}
.fs-dropdown.dropsort.syear .fs-dropdown-options.fs-scrollbar {
position:relative;
}
.fs-dropdown.dropsort.msea.sbres .fs-dropdown-item {
  background: #888; 
  color: white;
}
.fs-dropdown.dropsort.msea.sbres .fs-dropdown-item:hover {
  background: #ddd; 
  color: black;
}


.fs-dropdown.dropsort.msea.sbres .fs-dropdown-item_selected {
  background-color: #777;
}
