/* actualizado el 26/09/2018 */

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
#buscador02 .ms-parent {
	display: block;
	position: relative;
	vertical-align: middle;
}
.ms-choice {
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #EEE;
	 text-align: left;
	white-space: nowrap;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #EEE;
}
.is-invalid .ms-choice, .is-invalid .ms-choice:hover {
	border-color: #CC0000;
	background-color: #FCF2F2;
}
#buscador02 .ms-choice {
	height: 30px;
	border: 0;
	border-right: 1px dotted #A5ACB2;
	line-height: 20px;
	border-radius: 0;
	background-color: transparent;
}
#buscador02 .form-group-select02 .ms-choice {
	width: 100px;
	border-left: 1px dotted #A5ACB2;
	border-right: 0;
}
.containerAdvanceSearch .item01 .ms-choice, .containerAdvanceSearch .item05 .ms-choice {
	width: 55px;
}
.containerAdvanceSearch .item02 .ms-choice {
	width: 180px;
}
.containerAdvanceSearch .item03 .ms-choice {
	width: 125px;
}
.ms-choice.disabled {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #F5F5F5;
	cursor: default;
}
.ms-choice > span {
	position: relative;
	top: 0;
	left: 0;
	right: 24px;
	width: auto;
	padding: 0 28px 0 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 22px;
}
#buscador02 .ms-choice > span {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 24px;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 24px;
	padding: 0 0 0 26px;
	background: transparent url(../../imagenes/Movil_600/icons_24.svg) no-repeat 0 -448px;
}
#buscador02 .ms-choice > span.ms-select-all, #buscador02 .ms-choice > span.i-facets {
	background-position: 0 -448px;
}
#buscador02 .ms-choice > span.i-author  {
	background-position: -28px -448px;
}
#buscador02 .ms-choice > span.i-title {
	background-position: -56px -448px;
}
#buscador02 .ms-choice > span.i-publisher {
	background-position: 0 -476px;
}
#buscador02 .ms-choice > span.i-subject {
	background-position: -28px -476px;
}
#buscador02 .ms-choice > span.i-isbn {
	background-position: -56px -476px;
}
#buscador02 .ms-choice > span.i-date {
	background-position: 0 -504px;
}
#buscador02 .ms-choice > span.i-audience {
	background-position: -28px -504px;
}
#buscador02 .ms-choice > span.i-level {
	background-position: -56px -504px;
}
#buscador02 .ms-choice > span.i-language {
	background-position: 0 -532px;
}
#buscador02 .form-group-select02 .ms-choice > span {
	top: 0;
	left: 9px;
	width: 70px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	background: transparent;
}
.containerAdvanceSearch .item01 .ms-choice > span {
	width: 25px;
}
.containerAdvanceSearch .item02 .ms-choice > span {
	width: 150px;
}
.containerAdvanceSearch .item03 .ms-choice > span {
	width: 95px;
}
.containerAdvanceSearch .item05 .ms-choice > span {
	width: 30px;
}
.ms-choice > span.placeholder {
	padding-right: 32px;
	color: #727171;
}
.ms-choice.disabled > span.placeholder, .disabled .ms-choice > span.placeholder {
	color: #CCC;
}

.ms-choice > div {
	position: absolute;
	top: 5px;
	right: 2px;
	width: 24px;
	height: 24px;
	margin: 0;
	background: transparent;
	transition: all 0.3s linear;
}
.ms-choice > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../../imagenes/Movil_600/icons_24.png) no-repeat 0 -392px;
	background: none, transparent url("../../imagenes/Movil_600/icons_24.svg") no-repeat 0 -392px;
}
#buscador02 .ms-choice > div {
	top: 6px;
	right: 0;
}
#buscador02 .ms-choice > div:after {
	background: url(../../imagenes/Movil_600/icons_24.png) no-repeat 0 -392px;
	background: none, transparent url("../../imagenes/Movil_600/icons_24.svg") no-repeat 0 -392px;
}
.ms-choice.disabled > div:after, .disabled .ms-choice > div:after, #buscador02 .ms-choice.disabled > div:after {
	opacity: 0.5;
}
.ms-choice > div.open {
	transform: rotate(180deg);
}
.ms-drop {
	display: none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
	background: #fff;
	border-top: 1px solid transparent;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#buscador02 .ms-drop {
	margin: 5px 0 0 0;
	width: 100%;
	border: 1px solid #727171;
	line-height: 18px;
}
.login .ms-drop.bottom {
	max-width: 280px;
}
#buscador02 .form-group-select02 .ms-drop {
	margin: 5px 0 0 0px;
}

.ms-drop.bottom {
	top: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1)
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1)
	box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.ms-drop.top {
	bottom: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1)
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1)
	box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.ms-search {
	display: inline-block;
	padding: 8px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}
.ms-search:before {
	content: '';
	position: absolute;
	top: calc(50% - 12px);
	right: 12px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../../imagenes/Movil_600/icons_24.svg) no-repeat 0 -56px;
}

.ms-search input {
	width: 100%;
	padding-right: 32px;
	outline: 0;
}

.ms-search, .ms-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ms-drop ul {
	overflow: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
.ms-drop ul > li {
	list-style: none;
	display: list-item;
	background-image: none;
	position: relative;
	padding-left: 0;
}
#buscador02 .ms-drop ul > li {
	border-top: 1px solid transparent;
}
.ms-drop ul > li:before {
	content:'';
	position: absolute;
	left: 8px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 5px;
}
#buscador02 .ms-drop ul > li:before {
	background: url(../../imagenes/Movil_600/icons_24.svg) no-repeat 0 -448px;
}
#buscador02 .ms-drop ul > li.ms-select-all:before, .ms-drop ul > li.i-facets:before {
	background-position: 0 -448px;
}
#buscador02 .ms-drop ul > li.i-author:before {
	background-position: -28px -448px;
}
#buscador02 .ms-drop ul > li.i-title:before {
	background-position: -56px -448px;
}
#buscador02 .ms-drop ul > li.i-publisher:before {
	background-position: 0 -476px;
}
#buscador02 .ms-drop ul > li.i-subject:before {
	background-position: -28px -476px;
}
#buscador02 .ms-drop ul > li.i-isbn:before {
	background-position: -56px -476px;
}
#buscador02 .ms-drop ul > li.i-date:before {
	background-position: 0 -504px;
}
#buscador02 .ms-drop ul > li.i-audience:before {
	background-position: -28px -504px;
}
#buscador02 .ms-drop ul > li.i-level:before {
	background-position: -56px -504px;
}
#buscador02 .ms-drop ul > li.i-language:before {
	background-position: 0 -532px;
}
.form-group-select02 .ms-drop ul > li:before {
	background: transparent;
}
.ms-drop ul > li .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
	display: block;
	float: left;
}

.ms-drop ul > li.group {
	clear: both;
}

.ms-drop ul > li.multiple label {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ms-drop ul > li label {
	position: relative;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	padding: 6px 30px 6px 8px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #E3E3E3;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
#buscador02 .ms-drop ul > li label {
	padding: 8px 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}
#buscador02 .form-group-select02 .ms-drop ul > li label {
	padding: 6px 30px 6px 10px;	
}
#ausuario .ms-drop ul > li label {
	padding: 5px 40px 5px 8px;
}
.ms-drop ul > li.selected label:before {
	content:'';
	position: absolute;
	top: 4px;
	right: 8px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	background: url(../../imagenes/Movil_600/icons_24.png) no-repeat 0 -364px;
	background: none, transparent url(../../imagenes/Movil_600/icons_24.svg) no-repeat 0 -364px;
}

.ms-drop ul > li label.optgroup {
	font-weight: 500;
}

.ms-drop input[type="checkbox"] {
	float: right;
	vertical-align: middle;
	visibility: hidden;
}
.ms-drop input[type="radio"] {
	display: none;
}

.ms-drop .ms-no-results {
	display: none;
	padding: 5px 8px;
}
@media screen and (max-width: 780px) {
	.containerAdvanceSearch .item02 .ms-choice, .containerAdvanceSearch .item03 .ms-choice {
		width: 100px;
	}
	.containerAdvanceSearch .item02 .ms-choice > span, .containerAdvanceSearch .item03 .ms-choice > span {
		width: 70px;
	}
}