.tooltip2 {outline:none; }
.tooltip2 strong {line-height:30px;}
.tooltip2:hover {text-decoration:none;} 
.tooltip2 span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:200px; line-height:16px;
    text-align: left;
}
.tooltip2:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
.tooltip2 span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

::-webkit-scrollbar{
  width: 12px;
  height: 12px;
  /*background: #dbe8ec;*/
}
::-webkit-scrollbar-button{
  width:8px;
  height: 5px;
}

::-webkit-scrollbar-track{
  /*background:#3c454e;*/
  /*background: gray transparent 0.9;*/
  border:thin solid whitesmoke;
  -webkit-box-shadow: inset 0 0 6px silver;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb{
  /*background: -webkit-linear-gradient(top, silver, whitesmoke);*/
  background: whitesmoke;
  -webkit-box-shadow:   inset 0 0 6px rgba(0,0,0,0.3);
 
  /*border:thin solid gray;*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    /*background: -webkit-linear-gradient(top, #4ca06d, #5aafb0);*/
    background: #475E77;
    -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.3),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.5);
    border: 1px solid gray;
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  /*background: rgba(77,161,112,.6);*/ background: #475E77;
}

.form-group{
    margin-bottom: 7px;
}

.form-control{
    /*)box-shadow: 1px 1px 2px silver;*/
    /*border: 1px solid black;*/ 
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;

    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
	font-weight: normal;
	color: #0070a3;
}

.ui-autocomplete {
    float: left;
    z-index: 200;
}
.ui-autocomplete li{
    list-style: none;
    background-color: white;
    border: 1px solid #b9def0;
    /*height: 40px;*/
    vertical-align: central;
    padding: 8px 8px 8px 8px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.ui-autocomplete-loading { background:url('/img/small_load.gif') no-repeat right center !important; }

.ui-helper-hidden-accessible{  display: none;  }

.getxml { background:url('/img/small_load.gif') no-repeat right 20px center; }

.warningxml { background:url('/img/warning.gif') no-repeat right 17px center; background-size: 23px 23px; }

.pre_load2{
    text-align: center; position: absolute; background-color: white; opacity: 0.8; width: 100%; height: 100%; left: 0px;  top: 0px; vertical-align: middle; display: none; z-index: 10;
}

.pre_load_intodiv
{ 
    display: none; /*background-color: black;*/ /*position:fixed; top:40%; left: 50%;*/
    width: 100%;  height: 30%; color: white; /*opacity: 0.7;*/ text-align:center;
}

.pre_load_intodiv2
{ 
    display: none; background-color: white; /*position:fixed; top:40%; left: 50%;*/ z-index: 100;
    width: 100%;  height: 100%; color: white; opacity: 0.8; text-align:center;
}
/*
.pre_load_intodiv2 {
    z-index: 100;
    background-color: white;
    top: 55px;
    position: absolute;
    width: 100%;
    color: white;
    opacity: 0.6;
    text-align: center;
    /* display: none; */
    height: 100%;
}
*/
.table-hover>tbody>tr:hover {
    background-color: rgba(102,149,196,0.3);
}

.bvbtable thead tr th{
    font-weight: normal;
}
