﻿/* Modal*/
.cabeceraModal {
    background-color: #ef7d00 !important;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0 !important;
    border-bottom: 2px solid #dee2e6;
    border-right: 2px solid #ef7d00;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 40px;
}

    .cabeceraModal h3, .cabeceraModal h4, .cabeceraModal h5, .cabeceraModal h6 {
        /*color: #D9D9D9;*/
        color: #EEE;
        font-size:28px;
    }

.tituloModal {
    /*padding-left: 10px;*/
}

.pieModal {
    background-color: #D9D9D9 !important;
}

.botonsuceso {
    border-radius: 3px;
    background: #228bb6;
    border: 1px solid #169F85;
    color: #fff;
}
    .botonsuceso:hover {
        background: #134E66;
        color: #fff;
    }

.btn:hover{
    cursor:pointer;
}