
.content {
    text-align: justify;
}

.link {
    color: blue;
    font-weight: bold;
    font-size: 15px;
}

.calendario {
    border-radius: 20px;
    background-color: #0073aa;
    color: White;
    min-width: 200px;
}

    .calendario td {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

.calendario-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid white;
}

.modal {
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.margem-modal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sem-padding-esquerda {
    padding-left: 0px;
}

.margem-esquerda {
    margin-left: 5%;
}

.sweet-alert button.cancel {
    background-color: #f0ad4e;
    color: white;
    border-color: #f0ad4e;
}

#cpfCandidato {
    margin-bottom: 15px;
}


/* -----------------  ALERT  --------------------- */

.alert {
    position: relative;
    padding: 0;
    min-width: 250px;
}

    .alert button.close {
        margin: 0.45rem 1rem;
        opacity: 0.75;
    }

        .alert button.close:hover {
            opacity: 1;
        }

.alert-icon,
.alert-text {
    display: table-cell;
    vertical-align: middle;
}

.alert-icon {
    min-width: 40px;
    text-align: center;
    font-size: 2.2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 1rem;
}

.alert-text {
    color: #2d3a51;
    padding: 2.4rem;
    width: 100%;
}

    .alert-text > h5 {
        margin-top: 0;
        font-weight: 600;
    }

.alert .alert-link {
    font-weight: normal;
    color: #4790e6;
}

.alert ul {
    margin: 0;
}

    .alert ul li {
        margin-bottom: 0.2rem;
    }

        .alert ul li:last-child {
            margin-bottom: 0;
        }

.alert-warning {
    background-color: #fff8f5;
    border-color: #ffccb3;
}

    .alert-warning .alert-text h5 {
        color: #ff5400;
    }

    .alert-warning button.close {
        color: #ff5400;
    }

    .alert-warning .alert-icon {
        background-color: #ff5400;
    }

.alert-help {
    background-color: #fffcf5;
    border-color: #ffe4ad;
}

    .alert-help .alert-text h5 {
        color: #ffab00;
    }

    .alert-help button.close {
        color: #ffab00;
    }

    .alert-help .alert-icon {
        background-color: #ffab00;
    }

.alert-info {
    background-color: #f7fbff;
    border-color: #cee5ff;
}

    .alert-info .alert-text h5 {
        color: #3592ff;
    }

    .alert-info button.close {
        color: #3592ff;
    }

    .alert-info .alert-icon {
        background-color: #3592ff;
    }

.alert-danger {
    background-color: #fdf5f5;
    border-color: #f6d3d3;
}

    .alert-danger .alert-text h5 {
        color: #d33534;
    }

    .alert-danger button.close {
        color: #d33534;
    }

    .alert-danger .alert-icon {
        background-color: #d33534;
    }

.alert-success {
    background-color: #edf8ed;
    border-color: #b9e4b9;
}

    .alert-success .alert-text h5 {
        color: #42ae42;
    }

    .alert-success button.close {
        color: #42ae42;
    }

    .alert-success .alert-icon {
        background-color: #42ae42;
    }
