.hidden-search {
	display: none !important;
}

.closeIcon{
	border: 1px solid black;
}
.multiselect-count {
	margin-right: 6px;
    user-select: none;
    text-align: center;
    color: white;
    font-family: gobCL;
    font-style: normal;
    border-radius: 50%;
    background-color: #53D16F;
    padding: 2px 7px;
    margin-bottom: 0px;
}

.closeDropDown {   
    float: right;
    margin-right: 6px;
    margin-bottom: 0px;    
}

li[data-parent].closed{
	display:none !important;
}

li[data-parent].open:not(.hidden-search){
	display:block !important;
}

.vsb-menu{
	width: 100%;
	cursor:pointer;
	z-index:1000;
	visibility: hidden;
	position:absolute;/*Don't change*/
	border:1px solid #B2B2B2;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius:4px;
	text­align: justify;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

.vsb-js-search-zone{
	position:absolute;/*Don't change*/
	width: 85%;
	min-height:1.8em;
	padding: 2px;
	background-color: #fff;
}

.vsb-js-search-zone input{
	border: 1px solid grey;
	margin-left: 2px;
	width: 96%;
	border-radius: 4px;
	height: 25px !important;
	margin-bottom: 10px;
}

.vsb-main{
    width: 100%;
	position: relative;/*Don't change*/
	display: inline-block;
	vertical-align: middle;
	text-align:left;
}

.buttonerror{
  border: 1px solid red !important;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-radius:4px;
}


.vsb-menu li:hover {
	background: linear-gradient(#f5f5f5, #e8e8e8);
}

.vsb-menu ul{
	user-select:none;
	list-style:none;
	white-space: nowrap;
	margin:0px;
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	color: #333;
	cursor:pointer;
	overflow-y:auto;
}

li.disabled{
	cursor:not-allowed;
	opacity:0.3;
	background-color: #999;
}

li.overflow{
	cursor:not-allowed;
	opacity:0.3;
	background-color: #999;
}

li.short{
	overflow:hidden;
	text-overflow: ellipsis;
}

.vsb-main button,
select.vsb-main-fecha{
	min-width: 120px;
	width: 100%;
	text-align: left;
	z-index: 1;
	color: #333;
	background: white !important;
	line-height:20px;
	font-size:14px;
	padding:6px 12px;
	
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.vsb-main button.disabled{
	cursor:not-allowed;
	opacity:0.65;
	/* GRIS5 */

	background: #EBEBEB !important;
	border: 1px solid #CCCCCC;
}

.vsb-main .title {
	margin-right: 6px;
	user-select:none;
}

.vsb-main li:hover {
	background: linear-gradient(#f5f5f5, #e8e8e8);
}

.vsb-main ul{
	white-space: nowrap;
}

.vsb-menu li {
	font-size: 14px;
	background-color: #fff;
	min-height:1.4em;
	padding: 0.2em 2em 0.2em 1em;
}

.vsb-menu li.grouped-option b {
	display: inline-block;
	font-size: 15px;
	margin-left:10px;
	transform: translate(-18px);
}

.vsb-menu li.grouped-option.open span {
	display: inline-block;
	font-size: inherit;
	margin-top:-2px;
	height: 8px;
	width:  8px;
	transform: translate(-38px) rotate(45deg);
	border-radius:2px;
}

.vsb-menu li.grouped-option.closed span {
	display: inline-block;
	font-size: inherit;
	height: 8px;
	width:  8px;
	transform: translate(-38px) rotate(-45deg);
	border-radius:2px;
}

.vsb-menu li.grouped-option i {
	display: inline-block;
	font-size: inherit;
	float:left;
	font-weight:bold;
	margin-left:22px;
	margin-right:2px;
	height: 11px;
	width:  8px;
	border : 1px solid;
	border-radius : 3px;
	padding: 1px 3px 2px 3px;
	margin-top:0px;
}

.vsb-menu li.grouped-option.checked i::after {
	content: "";
	display: inline-block;
	font-size: inherit;
	color: #333;
	float:left;
	margin-left:0px;
	display: inline-block;
	transform: rotate(45deg);
	height: 8px;
	width:  5px;
}

.vsb-menu .multi li {
	font-size: 14px;
	background-color: #fff;
	min-height:1.4em;
	padding: 0.2em 2em 0.5em 26px;	
    white-space:normal; 
}

.vsb-menu .multi li.grouped-option {
	font-size: 14px;
	padding-left: 5px;
}


.vsb-menu .multi li.grouped-option:hover {
	font-weight: bold;
	text-decoration: underline;
	color:rgb(52, 31, 112);
}

.vsb-menu .multi li:not(.grouped-option)::before{
	content: "\f096";
    font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-size: inherit;
	float:left;
	font-weight:bold;
	margin-left:-23px;
	margin-top:0px;
	color:white;
    align-items: center;
    margin-right: 5px;
	
	/* BLANCO */	
	background: #FFFFFF;
	border: 2px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 3px;
	
	padding: 15px;
    padding-left: 1px;
    padding-top: 1px;
    padding-bottom: 16px;
    height: 8px;
    width:  5px;
	
}
.vsb-menu .multi li:not(.grouped-option).active::before{
	
	/* AZUL BNE */
	
	background: #1369B3;
	border: 2px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 3px;
	
	content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}
/*
.vsb-menu .multi li:not(.grouped-option).active::after {
    float:left;
	content: "";
	font-size: inherit;
	color: #333;
	margin-left:-16px;
	display: inline-block;
	transform: rotate(45deg);
	margin-top:3px;
	height: 8px;
	width:  5px;
	border-bottom: 2px solid #FFFFFF;
	border-right:  2px solid #FFFFFF;
    
}*/

.caret {
	content: "";
    display: inline-block;
    font-size: inherit;
    color: #333;
    margin-left: 2px;
    transform: rotate(45deg);
    height: 6px;
    width:  6px;
    border-bottom: 1.5px solid black;
    border-right:  1.5px solid black;
}


.vsb-menu li[data-parent]{
	padding-left: 50px !important;
}

.error{
	font-family: Roboto;
	font-size: 13px;
	
	/* ROJO */
	
	color: #B82D27;

}