﻿/* Override CSS Librerie */

/* Bootstrap */
.col-form-label {
    padding-top: calc(0.575rem + 1px);
}


.form-control:focus {
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem #1e7e34;
}
.form-group {
    position:relative;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.text-primary {
    color: #325721 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #459523 !important;
}

.jumbotron {
    padding: 20px;
    margin-bottom: 0;
    background-color: #F8F8F8;
    border-radius: 0;
}

/* SweetAlert2 */
.swal2-styled.swal2-confirm {
    background-color: #1e7e34 !important;
}

.btn-light {
    background-color: #f1f1f1;
    border-color: #ebebeb;
}

    .btn-light:hover {
        background-color: #ebebeb;
        border-color: #ebebeb;
    }
/* ************************* */
.fa-1_5x {
    font-size: 1.25em;
}

.fa-1_50x {
    font-size: 1.50em;
}

a.text-success:hover,
a.text-success:focus {
    text-decoration: none;
}
