﻿
.color_14 {
    color: #2a2d98;
    font: normal normal normal 25px/1.4em 'Lato', sans-serif;
}

.color_15 {
    color: #2a2d98;
    font: normal normal normal 30px/1.4em 'Lato', sans-serif;
    font-weight: bold;
}

.font_7 {
    font: normal normal normal 35px/1.4em 'Lato', sans-serif;
    color: #0C3C60;
}

.font_8 {
    font: normal normal normal 25px 'Lato', sans-serif;
    color: #0C3C60;
}

.font_9 {
    font: normal normal normal 25px 'Lato', sans-serif;
    color: #fc842d;
}

.font_10 {
    font: normal normal normal 25px 'Lato', sans-serif;
    color: #3D9BE9;
}

#BtnResultados {
    color: #fc842d;
}
#PnlStrong {
    color: #3276b1;
}

th.dt-center, td.dt-center {
    text-align: center;
    vertical-align:middle !important;
}


th.dt-right, td.dt-right {
    text-align: right !important;
}

.lkChat {
    position: fixed;
    right: 20px;
    bottom: 10px;
}

.bg-color {
    background-color: #2a2d98 !important;
}


/*LOAD CSS*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #a50d0d;
        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: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
