﻿/* Override CSS Librerie */

/* Bootstrap */
.col-form-label {
    padding-top: calc(0.575rem + 1px);
    font-size: 13px;
}


.form-control:focus {
    border-color: #ae996f;
    box-shadow: 0 0 0 0.2rem #ae996f;
}

.form-group {
    position: relative;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.text-primary {
    color: #805268 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #4a2336 !important;
}

.jumbotron {
    padding: 20px;
    margin-bottom: 0;
    background-color: #F8F8F8;
    border-radius: 0;
}
.badge-primary {
    color: #ae996f;
    background-color: #ede5d6;
    width:30px;
    height:30px;
    border-radius:50%;
    line-height:30px;
    padding:0;
}
.list-group-item {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #ced4da;
}

select {

    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
    /* 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;
}

a.text-success:hover,
a.text-success:focus {
    text-decoration: none;
}

.carousel-control-prev, .carousel-control-next {

    width: 5%!important;
  
}
.CheckDati  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
}