/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-jul-2021, 8:27:54
    Author     : JM
*/
#customer-form label {
    line-height: 1.2;
}
button[data-target="#modal-third-entities"]{
    display: none;
}
button.clear-button{
    font-family: "LG Smart Regular";
    font-size: 0px;
    color: #fff;
    letter-spacing: 0;
    border-radius: 4px;
    background-color: transparent;
}
#modal-third-entities .row{
    display: flex;
    align-items: center;
}
#modal-third-entities .input{
    text-align: center;
}
#modal-third-entities .label,
#modal-third-entities .label label{
    text-align: left;
    margin: 0;
}
#modal-third-entities .label label a:hover{
    color: #C80442;
}
#modal-third-entities .modal-footer{
    text-align: right;
}
#modal-third-entities .button-submit{
    padding: 20px 0;
    text-align: center;
}
