.py-5 {
    padding: 15px 0;
}

/* attributes */
button.ui.red.right.labeled.icon.button {
    right: 22px;
    position: absolute;
    padding: 9px!important;
    padding-right: 30px!important;
}

.noborder {
    padding: 0!important;
    border: 0px!important;
}

.title-header{
    border: none;
    margin: calc(2rem - .14285714em) 0 1rem;
    padding: 0 0;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.28571429em;
    text-transform: none;
    color: rgba(0,0,0,.87);
}

.subtitle-header{
    display: block;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.2em;
    color: rgba(0,0,0,.6);
}


.button-delete {
    height: 30px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center!important;
    margin: 0!important;
    text-align: center!important;

}

table.ui.celled.compact.small.table.fixed.order-summary-table {
    font-size: 14px;
}

label.strong.h4.required {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin: 15px 0;
    display: block;
}

div#other-addresses-title {
    margin-top: 0;
}

#other-addresses-title address {
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
    border: 1px solid rgba(34, 36, 38, 0.1);
    padding: 1.8em;
    width: 100%;
}

#other-addresses-title h4.header-other-addresses, #personnal-info h4.header-other-addresses, #professionnal-info h4.header-other-addresses  {
    padding: 10px;
    margin-bottom: 15px;
    text-transform: none;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.03);
    border: 1px solid rgba(34, 36, 38, 0.1);
    border-bottom: 1px solid #eaeaea;
    font-size: inherit;
    background-color: #f9fAfb;
}

#personnal-info h4.header-other-addresses, #professionnal-info h4.header-other-addresses{
    margin-bottom: 0px!important;
    border-bottom: 0px!important;
    margin-top: 15px!important;
    padding: 20px;
}

.block-mt-5{
    margin-top: 15px!important;
}

#personnal-info .ui.segment, #professionnal-info .ui.segment {
    margin-top: 0px!important;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 0px;
    margin-bottom: 15px;
}

.customer-list{
    padding-left: 0px;
    list-style: none;
    padding: 0px;
    margin: 0;
}
.customer-list li{
    border-bottom: 1px solid rgba(34,36,38,.1);
    padding: 10px 0px;
    padding-left: 15px;
}

.customer-list li:first-child{
    padding-top: 0px;
}

ul.customer-list li strong {
    width: 50%!important;
    display: inline-block;
}

ul.customer-list li:nth-child(even) {
    background: #f9fafb;
}

.association-types-grid .title {
    padding: 15px 0;
}

a.dropdown-toggle.ui.button.primary.text-left {
    display: flex;
    align-items: center;
}

ul.dropdown-menu.dropdown-import.show {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    transform: inherit!important;
}

.dropdown-lang {
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    padding: .62em 1em;
    color: rgba(0,0,0,.87);
    -webkit-transition: color .1s ease,border-color .1s ease;
}

.row-import{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui.styled.fluid.accordion.import-xml-trainings .title {
    padding-left: 10px;
}
