@charset "UTF-8";
/* CSS Document */

.filtro {
    margin-bottom:2px;
}


.tablaCandidatos {
    width: 100%;
    margin: 0;
    padding: 5px;
    background-color:#fff;
    text-align: center;
    font-size: 13px;
}

.tablaRow {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color:#e3e3e3;
    table-layout: fixed;
    min-height: 50px;
    max-height: 50px;
    background-color:#fff
}

.tablaRow:hover {
    background-color:#eefbff;
}

.tablaC1{
    width: 3.62%;
}

.tablaC2 {
    width: 4.4%;
}

.tablaC3 {
    width: 6.75%;
}

.tablaC4 {
    width: 24.85%;
}

.tablaC5 {
    width: 10.36%;
}

.tablaCeldas {
    border-right-style:dotted;
    border-left-style: inset;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #e3e3e3;
    padding: 5px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablaFoto {
    width: 30px;
    border-style: solid;
    border-width: 1px;
}
.tablaFoto,.tablaFoto img{
    border-color: #666;
    -webkit-border-radius: 50%; /* Saf3+, Chrome */
	border-radius: 50%; /* Opera 10.5, IE 9 */
	/*-moz-border-radius: 30px;  Disabled for FF1+ */
}

.tablaDivi {
    width:100%;
    height: 5px;
}

.buscador {
    width: 100%;
}

.buscadorArea {
    width: 100%;
    border: none;
    display: inline;
}


.busca {
    width: 30%;
    float: left;
    vertical-align: top;
    background-color:#ff6d00;
    display:inline-block;
    border: 0 solid;
    border-bottom: 4px solid #cc5700;
    cursor:pointer;
    color:#ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 10px;
    height: 36px;
    text-decoration:none;
    border-radius: 0;
}
.btnConfig {
  background-color:#ff6d00;
  border-bottom: 4px solid #cc5700;
  color:#ffffff;
}
.btnConfig:hover {
    background-color: #cc5700;
    color: #ffffff;
}

.busca:hover {
    background-color: #e66300;
    border-bottom: 0 solid #cc5700;
}

.buscaAvanzada {
    float: left;
    width: 7%;
    position: relative;
    vertical-align: top;
    background-color:#fff;
    outline: none;
    display:inline-block;
    cursor:pointer;
    text-align: center;
    padding-top: 7px;
    height: 36px;
    color:#999;
    text-decoration:none;
}

.buscaAvanzada:hover {
    color:#666;
}

.menu-busqueda-avanzada {
    width: 70%;
}

.menu-busqueda-avanzada li {
    cursor: pointer;
}

.campo {
    float: left;
    width:63%;
    padding: 6px;
    height: 36px;
    border:none;
    border-width: 4px;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    text-align: left;
    font-size: 13px;
    font-style: italic;
    color: #666;
    cursor: text;
}

.nuevos-iconos{
  font-size: 25px!important;
  color: #fff;
  line-height: 1.6 !important;
}
.derecha{
  float: right;
}

.herramientas .iconos, .herramientasPerfil .iconos {
    font-size: 28px;
    line-height: 70%;
    position: absolute;
    left: 16px;
}

.herramientas .boton, .herramientasPerfil .boton {
    width: 100%;
    vertical-align: top;
    display:inline-block;
    cursor:pointer;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding-top: 7px;
    height: 36px;
    text-decoration:none;
}

.botoHitch {
    background-color:#ff6d00;
    border: 0 solid;
    border-bottom: 4px solid #cc5700;
    color: #fff;
}

.botoHitch:hover {
    background-color: #e66300;
    border-bottom: 0 solid #cc5700;
}

.azul1 {
    background-color:#edf9fe;
    border: 0 solid;
    border-bottom: 4px solid #cad4d8;
}

.azul1:hover {
    background-color: #e9f5fa;
    border-bottom: 0 solid #cad4d8;
}

.azul2 {
    background-color:#e1f5fe;
    border: 0 solid;
    border-bottom: 4px solid #beced5;
    color: #666;
}

.azul2:hover {
    background-color: #d9eef8;
    border-bottom: 0 solid #beced5;
}

.azul3 {
    background-color:#d1effd;
    border: 0 solid;
    border-bottom: 4px solid #a7bfca;
    outline: none;
    padding-bottom: 10px;
}

.azul3:hover,
.azul3:focus {
    background-color: #c9e6f3;
    border-bottom: 0 solid #a7bfca;
}

.tablaTitles {
    width: 100%;
    border-color:#e3e3e3;
    table-layout: fixed;
    min-height: 15px;
    margin-top: 5px;
    background-color:#e3e3e3;
    font-size: 11px;
    font-style: italic;
    padding: 2px;
    color:#999;
}

.tablaTitlesC {
    padding: 2px;
    width: 225px;
    text-align: center;

}

.tablaTitlesB {
    padding: 2px;
    width: 100px;
    text-align: center;

}

.tablaTitlesD {
    padding: 2px;
    width: 50px;
    text-align: center;
}

.tablaRating {
    width: 8.5%;
}

#magic {
    display: none;
}

.herramientas {
    background-color:#f2f2f2;
    padding-bottom: 6px;
    width: 980px;
}

.herramientas.stuck {
    position:fixed;
    -webkit-transform: translateZ(0); /*Esto es para evitar que se quede pegado en Chrome por estar Fixed*/
    top: 183px;
    z-index: 9;

}

.tablaC1 input {
    cursor: pointer;
}

.rating-xs {
    font-size: 13px;
}

.rating-container .rating-stars {
    color: #ff9100;
}

.tablaCandidatosH {
    width: 100%;
    margin: 0;
    padding: 5px;
    background-color:#f7f7f7;
    text-align: center;
    font-size: 13px;
}

.tablaC6H {
    width: 20%
}

.tablaC7H {
    width: 15%
}

.tituloHeaderAdmins {
  width: 100%;
  height: 4em;
  color: white;
  background-color: #ff6d00;
  text-align: center;
}
.tituloHeaderMembers {
  width: 100%;
  height: 4em;
  color: white;
  background-color: #FF9100;
  text-align: center;
}

.stylish-input-group{
  width: 90%;
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
  background: white !important;
  padding-left: .5em;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.imaginary_container{
  float: left;
  width: 33.33%;
}
.imaginary_container_xl{
  float: left;
  width: 66.66%;
}
