
/* para datatable*/
.estiloSelectDestacado {
     Xbackground: #ffbf3f;
     background: #f6f699;
}
.estiloSelect {
    background: white;
}
.BotonTituloInfoPieBuscarSelect{
	max-width:100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width:70px;
}

.inputSelectMinimo{
	max-width:100px;
}
.inputSelectMedio{
	max-width:150px;
}
.inputSelectMaximo{
	max-width:200px;
}
.border-3{
	border: 3px solid #007bff!important;
    border-top-color: #007bff!important;
    border-top-style: solid !important;
    border-top-width: 3px !important;
    border-right-color: #007bff!important;
    border-right-style: solid !important;
    border-right-width: 3px !important;
    border-bottom-color: #007bff!important;
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-left-color: #007bff!important;
    border-left-style: solid !important;
    border-left-width: 3px !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
    border-radius: .45rem!important;
    padding: .25rem!important;
}
.Cerrarventana{
	margin-left:10px;
	margin-right:10px;
}

.popup-contenedor-grande {
   position: relative;
   margin:2% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:70%;
}

.linkDisabled {
	pointer-events:none;
	opacity:0.6;        
}

.highlight {
    background-color: #FFFF88;
}

.tooltip-inner {
     text-align: left!important;
	 max-width: 500px;
}