﻿/* Override CSS Librerie */

/* Bootstrap */
.col-form-label {
    padding-top: calc(0.575rem + 1px);
    font-size: 13px;
}


.form-control:focus {
    border-color: #3eabfc;
    box-shadow: 0 0 0 0.2rem #3eabfc;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

    .form-group label,
    .form-group span {

        font-weight: bold;
    }


    .form-group table tr td label {
        padding-left: 5px;
        color: #6c6c6c;
    }
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    apperance: none!important; /* Remove default arrow */
    background-image: url(media/Icone/ArrowDDL.svg); /* Add custom arrow */
}
    select::-ms-expand {
        display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
    }
.jumbotron {
    padding: 20px;
    margin-bottom: 0;
    background-color: #F8F8F8;
    border-radius: 0;
}
.form-control {
    background-color: transparent; 
    padding: 20px 10px 10px 10px;
    border-radius: 0;
}

.form-group span:first-of-type {
    text-transform: none;
    font-weight: 300;
    position: absolute;
    left: 8px;
    top: 2px;
    font-size: 12px;
    color: #6c6c6c;
}


.form-check-input {
    border: none
}

.list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #efefef !important;
}

.text-primary {
    color: #36A9FF !important;
}

.btn-primary {
    background-color: #36A9FF !important;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 30px;
}

.btn-secondary {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    padding: 10px 30px;
}

.btn-White {
    background-color: transparent !important;
    border: 3px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
}

    .btn-White:hover {
        color: #fff;
    }


textarea.form-control{
    padding-top:30px!important;
    background-color:#fff;
}
/* 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;
    }


.modal-title {
    font-weight: bold;
    font-size: 30px;
    color: #1B5EA3; 
    font-family: 'Yanone Kaffeesatz', sans-serif
}

/* ************************* */
.fa-1_5x {
    font-size: 1.25em;
}

a.text-success:hover,
a.text-success:focus {
    text-decoration: none;
}

.container-90 {
    width: 90%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}



@media (max-width:768px) {
    .container-90 {
        max-width: 748px !important;
        padding: 0;
    }
}

@media (max-width:576px) {
    .container-sm, .container {
        max-width: 556px;
        padding: 0;
    }
}
