.btn {
    color: #fff ;
    font-size: smaller;
        padding-right: 8px;
    padding-left: 8px;
    border-radius: 8px;
}
.td {
    text-align: end;
}

.table-bordered > tbody > tr > td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
        padding-right: 5px !important;
    padding-left: 5px !important;
}

.user-footer > div > a {
  color: black !important;
}

.nav-tabs>li {
    margin-bottom: -2px;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    padding-left: 0px;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=number]:focus, textarea:focus,
select:focus, .vTextField:focus {
    border-color: #3c8dbc !important;
}

#submit-id-submit {
    padding: 7px 20px !important;
    background-color: #3c8dbc !important;

}
.btn-enviar {
    float: right;
    padding-left: 50px !important;
    margin-right: 17px !important;
}
#submit-id-submit:hover {
    background-color: #367fa9 !important;
}

.th-fieldtype-booleanfield {
    text-align: center !important;
}

.td-fieldtype-booleanfield .true i{
    color: green;
}

.td-fieldtype-booleanfield .false i{
    color: red;
}

.fa-search {
        color: mediumslateblue;

    font-size: small;
    padding-top: 3px;
    padding-bottom: 3px;
}

.textarea {
    height: 70px !important;
}

.to_right {
    float: right;
    padding: 0px 25px;
}

.btn-plus {

    font-size: medium;
    background-color: #00a65a;
    border-color: #008d4c;
}



.textinput {
    width: 100% !important;
}

.select2 {
    width: 100% !important;
}

.emailinput {
    width: 100% !important;
}

.controls {
    height: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.buttonHolder {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 10px;
    float: right;
    width: 100%;
}

.form-actions {
    position: relative;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 10px;
    float: right;
}

.table>tbody>tr>td {
    padding: 4px;
    vertical-align: middle;
}

th {
    font-weight: bolder;
}

.send_end {
    display: flex;
    justify-content: flex-end;
}

/* styles.css */
#loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.hidden {
    display: none!important;
}
.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-filter {
    width: 80%;
    padding: 1px;
    font-size: 20px;

}

.search-input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: none !important;
    border-radius: 8px !important;
}

.search-form {
    border-radius: 15px;
    border: #ECECED 2px solid;
    margin-right: 5px;
}

.input-group {
    width: 90% !important;
}

.button-container {
    display: flex;
    justify-content: flex-end; /* alineación derecha */
    gap: 10px; /* espacio entre botones */

}

.tools-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px

}

.tools {
  flex: 1 1 30%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clean_tools {
  flex: 1 1 8%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#colors_selector {
  flex: 1 1 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}