﻿.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
}

.text-orange {
    color: #f60 !important;
}

.enlacesLogin {
    color: #28a745 !important;
}

.breadcrumb {
    background-color: #fff;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
}

    .breadcrumb .breadcrumb-item a {
        color: #28a745;
    }

.page-item.active .page-link {
    border-color: #28a745;
    background-color: #28a745;
}

.container.principal {
    max-width: 1504px;
    padding: 24px 32px;
}

.container-fluid.principal {
    max-width: none;
    padding: 0 32px;
}

.titulo {
    color: #088a2c;
    border-bottom: 3px solid #088a2c;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
}

#divFooter {
    padding: 24px 0;
    background: #218838 !important;
}

    #divFooter .imgLogo {
        width: 215px;
    }

    #divFooter p {
        color: #fff !important;
    }

    #divFooter a {
        color: rgba(255,255,255, 0.8) !important;
    }

        #divFooter a:hover {
            color: rgba(255,255,255, 1) !important;
            text-decoration: none !important;
        }

    #divFooter .icon {
        font-size: 25px !important;
    }

    #divFooter .footer-titulo {
        font-weight: 600;
        margin-top: 12px;
    }

    #divFooter .select2-container {
        width: 100% !important;
    }

    #divFooter .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 1px solid #aaa !important;
    }

    #divFooter .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 14px !important;
        padding-left: 3px;
        padding-top: 3px;
    }

    #divFooter .select2-container--default .select2-search--inline .select2-search__field {
        margin-top: 0px !important;
    }

.dropdown .dropdown-menu-admin {
    height: 60vh;
    width: 250px;
    overflow-y: auto;
}

    .dropdown .dropdown-menu-admin .dropdown-item {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

#search-results {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    top: 38px;
    padding: 0;
    width: 100%;
}

    #search-results .search-partial {
        border: 1px solid #f2f2f2;
        border-top: none;
        width: 100%;
    }

        #search-results .search-partial a {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 6px 10px;
            text-decoration: none;
            background-color: #fff;
        }

            #search-results .search-partial a:hover {
                background-color: #f2f2f2;
            }


@media(max-width: 1199px) {
}

@media(max-width: 991px) {
    .container.principal,
    .container-fluid.principal {
        padding: 24px;
    }
}

@media(max-width: 767px) {
}

@media(max-width: 575px) {
}
