.table {
    margin-top: 2rem;
}

.table thead tr,
.table tbody tr {
    display: flex;
}

.table thead tr th:nth-child(2), .table tbody tr td:nth-child(2) {
    flex: 0 0 34%;
    text-align: left;
}

.table tbody tr td:nth-child(1), .table tr th:nth-child(1) {
    display: none;
}

.table tbody tr td,
.table thead tr th {
    flex: 1 0 11%;
    text-align: center;
    align-items: center;
}

.table tr th, .table tr th a, .table tbody tr td a {
    color: var(--color-principal);
}

#instalacindeportivaList tbody .row0 {
    padding-left: 0px;
}

.limit {
    display: flex;
    width: 40%;
    justify-content: right;
    line-height: 2.8rem;
}

#limit_chzn {
    width: 40% !important;
}

/***********end table*****************/

/************** BUSCADORES  *****************************/
.js-stools-container-bar {
    width: 100% !important;
    display: flex !important;
}

.hidden-phone {
    margin-left: auto !important;
    position: relative;
    margin-right: 0.2rem;
    width: 14.2rem;
}

.hidden-phone .hasTooltip {
    width: 100%;
}

.js-stools-container-bar .input-append {
    flex: 0 0 44%;
    display: flex !important;
    align-items: center !important;
}

.js-stools-search-string {
    flex-grow: 1;
    height: 100%;
}

.btn-wrapper {
    display: flex !important;
    align-items: center !important;
}

.input-append .btn {
    display: flex;
    align-items: center;
    align-self: center;
    height: 100%;
    border-radius: 0;
    background: none;
    padding: 0 .5rem;
    line-height: normal;
    display: flex;
}

.input-append .btn .fa {
    color: var(--color-principal) !important;
    align-self: center;
}

.js-stools-container-filters {
    right: 0;
    top: 100%;
    background: white !important;
    padding: .5rem;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    position: absolute;
}

.js-stools-container-filters .input-append input {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--color-principal);
    color: var(--color-principal);
    opacity: 1;
    flex: 0 0 88%;
    padding-right: 32px;

}

.js-stools-container-filters .input-append {
    position: relative;
}

.js-stools-container-filters .inputbox {
    padding-right: 10px;
    text-overflow: ellipsis;
}

.input-append .btn {
    position: absolute;
    right: 0px;
    background: none

}

.hasTooltip {
    position: relative !important;
    background: var(--color-principal) !important;
    color: white !important;
    border-radius: 0;
}

.hasTooltip:hover {
    position: relative !important;
    background: white !important;
    color: var(--color-principal) !important;
    outline: 1px solid var(--color-principal);
    transition: all ease-in-out .2s;
}

.hasTooltip .fa-search {
    color: white !important;
}

.input-append .btn:hover .fa-search {
    color: var(--color-principal) !important;
}

.input-append .btn .fa-search {
    color: white !important;
}

.textContainer {
    width: 100%;
    margin: auto;
}

.textContainer li {
    padding-left: 2rem;
}

.controls .chzn-container {
    width: 100% !important;
    margin: .2rem auto;
}

.btn .caret {
    float: right;
    margin-top: .5rem;
}

#hidden-form {
    width: 100%;
}

.element-invisible {
    display: none;
}

.chzn-container .chzn-drop {
    display: none;
    position: inherit;
}

.chzn-with-drop .chzn-drop {
    display: block;
    position: inherit;
}

tfoot .chzn-with-drop .chzn-drop {
    position: absolute;
}

#bancoList h2, #bancoList a {
    color: var(--color-principal);
    font-weight: bold;
}

#filter_tipo_contrato_chzn li.search-field input.default {
    width: 100% !important;
}

/************** FIN BUSCADORES BANCOS *****************************/

/*************** DETALLES *****************************/

.descripcion {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    padding-right: 5%;
    padding-left: 10%;
    padding-top: 2%;
}

.descripcion-item {
    flex: 0 0 50%;
    display: flex;
    flex-grow: 0;
    flex-wrap: nowrap;
}

.descripcion-item p:first-child {
    flex: 0 0 30%;
    color: var(--color-principal);
    font-weight: bold;
}

/*************** FIN DETALLES *************************/