/* Select2 filtros */
.select2-container--bootstrap .select2-selection {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.filtroEmpExtranjeras .select2 {
    width:100% !important;
}

/* Tabs */
.panel-tabs {
    border:none;
}

.panel-default > .heading-tabs {
   background: #e6e6e6; 
   border: none;
   padding: 0 0 5px 0;
}


.panel-default > .body-tabs {
    background: #e6e6e6;
    padding-top: 0;  
}

.nav-container {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

.nav-tabs {
    border-bottom: 0px;    
}

.nav-tabs li {
    padding: 0;
    text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: white;
    cursor: default;
    background-color: #0f69b4;
    border: 1px solid transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid grey;
    background-color: #ffffff;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}

.nav-tabs>li>a:hover {
    border-color: black;
    color: black;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

/* Resultados busqueda */
.contenedor-resultados {
    margin-top:0;
}

.panel-default > .heading-resultados {
   background: transparent; 
   border: none;
}

.heading-resultados h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0f69b4;
    font-size: 17px;
    font-family: "gobCL-bold";
}

/* Tablas */
.tabla thead th {
    text-align: center;
    color: #0f69b4;
}

.tabla thead tr {
    background-color: #f5f5f5;
}

#cambioIdiomas {
    text-align: right;
    margin-top: 5px;
    margin-bottom: -13px;
}

a.noSeleccionado {
    text-decoration: underline;
}
