body {
    background-color: #EDF0F5 !important;
    font-family: Helvetica Neue !important;
}

div.dataTables_length {
    margin-bottom: .5rem;
}

/* Styles for lists */
ul.numbered-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    
}

ul.numbered-list li {
position: relative;   
padding: 5px 0 5px 30px;

}

ul.numbered-list li:before {
content: counter(li);
counter-increment: li;
height: 20px;
width: 20px;
border: 1px solid #045282;
border-radius: 50%;
background-color: #045282;
color: white;
text-align: center;
position: absolute;      
left: 0;
top: 4px;
}


#login-container{
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

#main-logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#notification-success {
    transition: opacity 2s;
}

#users-table {
    margin: .5rem 0;
}

span.bg-success {
    background-color: rgba(25, 135, 84, .8) !important;
}

span.bg-danger {
    background-color: rgba(220, 53, 70, .8) !important;
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    z-index: 1000;
    position: fixed;
    width: 100%;
    background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62CB31 45%, #62CB31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62CB31 45%, #62CB31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62CB31 45%, #62CB31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62CB31 45%, #62CB31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
}

.thead-partners__table {
    background-color: #a2a2a2;
    color: white;
    text-align: center;
}

table.dataTable.no-footer {
    border: none;
}

.content-section, .edition-section {
    background-color: white;
    /* border-radius: 10px; */
}

.dataTables_filter input {
    width: 18.5rem;
    height: 30px;
    font-size: 14px;
}

/* Desktop on hover effect */
.dropdown:hover>.dropdown-menu{
    display: block;
}

.edition-link {
    color: #074C83;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
}

.red{
    background-color: #F80100;
    font-size: 1rem;
    border-radius: 5px;
    font-weight: bold;
}

.table-title-red{
    background-color: #f80100;
    color: white;
}

.border-impulsora-primary {
    border: 1px solid #ff7a00;
}

.bg-impulsora-primary {
    background-color: #ff7a00;
}

.bg-impulsora-secondary {
    background-color: #ff3d00;
}

.bg-impulsora-tertiary {
    background-color: #01202B;
}

.text-impulsora-primary {
    color: #ff7a00 !important;
}

.text-impulsora-secondary {
    color: #ff3d00 !important;
}

.text-impulsora-tertiary {
    color: #01212B;
}

.autocomplete-results {
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.border-visible {
    border: 20px solid #ccc;
}

.autocomplete-results li {
    padding: 10px;
    cursor: pointer;
    color: #333;
}

.autocomplete-results li:hover {
    background-color: #f0f0f0;
}

.title-section {
    margin: 0;
    padding: .3rem;
    font-size: 1.7rem;
    font-weight: bold;
    color: #074C83;
    background-color: white;
}

select[name="users-table_length"] {
    width: 5rem;
    margin: 0 1rem;
    display: inline;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (max-width:768px) {
    table > *{
        font-size: 0.5rem;
    }
    .table-title-red{
        font-size: 0.5rem;
    }
    .red{
        background-color: #F80100;
        font-size: 0.7rem;
        border-radius: 5px;
    }
}