
/**/
html *{
    font-family: 'Lato', sans-serif;
    font-size:large;
}
#footer-setec{
    padding: 15px 0;
    background: #42484D;
    color: #BBB;
    font-size: 14px;
}
#footer-setec hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer-setec a {
    color:#BBB;
}

.form-control:focus {
    border-bottom: 2px solid #6d6d6d;
    box-shadow: none;
  }
  
.login-form{
    border: blue;    
}
.setec-header{
    border-bottom : 1px solid black;
}

.setec-input-form{
    border : none;
    border-bottom : 1px solid black;
    border-radius: 0;
    background-color: white ;
}

.setec-btn-primary{
    background: black;
    color: white;
    border: 1px solid black;
    border-radius: 0
}

.setec-btn-primary:hover{
    background: #6d6d6d;
    color: white;
    border: 1px solid black;
}

.setec-btn-primary:focus {
    background: #6d6d6d;
    color: white;
    border: 1px solid black;
}


.setec-btn-secondary{
    background: whitesmoke;
    color: black;
    border: 1px solid black;
    border-radius: 0;
}

.setec-btn-secondary:hover{
    background: black;
    color: white;
    border: 1px solid black;
}

.setec-card{
    border : none;
    border : 1px solid rgba(0, 0, 0, 0.175) ;
    border-radius: 0;
}

@media (min-width:992px){
    .form-login-separator{
        border-left: 1px solid rgba(0, 0, 0, 0.175);
    }
}

.setec-active{
    border-bottom: 1px solid black !important;
}

.setec-item {
    padding-left: 5px;
    padding-top: 15px;
    border-bottom: 0;
}
.setec-item:hover {
    border: 0;
    border-radius:  0;
    background: #6d6d6d;
    color: white;
}

.setec-link{
    color: black;
}
.setec-link:hover{
    color: #6d6d6d;
}
.setec-breadcrumb-item-disable{
    font-weight: bold;
}
.setec-stepper-icon{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
    border: 1px solid black;
    background-color: white;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    padding:0;
}

.setec-stepper-icon-active{
    background-color: #6d6d6d;
    color: white;
}
.setec-stepper-icon-done{
    background-color: black;
    color: white;
}

.setec-stepper-divider{
    border: 1px solid black;
    height:1px;
    margin-top: 19px;
    min-width: 36px;
}

.accordion-item{
    margin-bottom: 50px;
    border-radius: 0 !important;
    box-shadow: none;
}
.accordion-button:hover {
    border-radius: 0 !important;
    color: white;
    background-color: #6d6d6d;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    border-radius: 0 !important;
    background-color: black;
    color: white;
    box-shadow: none;
}
.accordion-button.collapsed:hover::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

#setec-icon-search {
    border: 0;
    background-color: white;
    border-radius: 0;
    border-bottom: 1px solid black;
}

#setec-input-search:focus + #setec-icon-search{
    border-bottom: 2px solid #6d6d6d;
}

.setec-modal-content{
    border-radius: 0;
}

.card>.list-group {
    border-top: none;
}
.setec-form-step {
    flex-grow: 1;
}

.form-setec-configurator-item{
 display: block;
} 

.setec-text-small{
    font-size: 12px;
}

#btnResetForm{
    height: 40px;
}

.small, small {
    font-size: .875em !important;
}

.setec-addon{
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 0;
    font-size: large;
}

.setec-localization {
    cursor: pointer;
}

.bi-info-circle {
    margin-top: 2px;
    cursor: pointer;
}

