﻿.borde-rojo {
    border-color: #fd397a !important;
}


.table td {
    vertical-align: middle !important;
}

.brand {
    background-color: #F57C00 !important;
    color:#FFF !important;
}

.aside {
    background-color: #F57C00 !important;
}

.aside-menu .menu-nav > .menu-section .menu-text {
    color: #F57C00;
}


.menu-section {
    background-color: #4c4e6f !important;
}

.mt-4, .my-4 {
    margin-top: 0px !important;
}

.aside-menu {
    background-color: #F57C00 !important;
}

    .aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
        color: #fff !important;
    }


.botones i {
    padding-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


.danger {
    color: #F64E60 !important;
}

.primary {
    color: #3699FF !important
}

.success {
    color: #1BC5BD !important;
}

.warning {
    color: #FFA800 !important;
}

.puntero {
    cursor:pointer;
}