.navbar {
    padding: 0;
}
.navbar-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}
.layout-index.url-pad-add .container-fluid ,
.layout-index.url-pad-verify .container-fluid ,
.layout-home .container-fluid ,
.url-sys-auth .container-fluid {
    /*background: url("../img/backGeneral.png") no-repeat;*/
    background: #E8E5EC;
    background-size: cover;
    width: 100%;
    padding: 0;
    position: relative;
}
.field-gdpr-inline_fg {
    display: flex;
    display: -webkit-flex;
}
.field_password_change_fg .hidden-xs {
    width: 0 !important;
}
.nav-pills li a {
    padding: 10px 15px;
}
#content-step .list-group-item .float-right span,
#content-step .list-group-item .float-right{
    color: #0971B9;
    font-family: Merriweather-SemiBold !important;

}
#content-step a.list-group-item .float-right,
#content-step a.list-group-item {
    color: #D34786;
}
#content-step .list-group-item .float-right img {
    color: #2D196B;
    margin-left: 40px;
}
fieldset {
    min-width: 1px !important;
}
.card {
    background-color: transparent;
    border: none;
}
.bootbox .modal-footer .btn-secondary ,
#content-step .btn-secondary ,
.bootbox .modal-footer .btn-light ,
#content-step .btn-light {
    border-color: #0971B9;
    /*width: 202px;*/
    background-color: #fff;
    color: #0971B9;
    font-weight: normal;
    font-family: Merriweather-Regular !important
}
.offer-footer .btn-secondary ,
.offer-footer .btn-light {
    border-color: #0971B9;
    color: #0971B9;
    font-weight: normal;
    font-family: Merriweather-Regular !important
}
.bootbox .modal-dialog {
    max-width: 600px;
}

.faq-container .card-header {
    background: #fff;
    padding: 25px 25px;
    border: none;
}
.faq-container .card-title {
    margin-bottom: 0;
}
.faq-container .card-title a {
    font-weight: bold;
    color: #51575D;
    font-size: 15px;
}
.faq-container .card-body {
    background: #fff;
    padding: 0 25px 29px 25px;
    color: #51575D;
    font-size: 15px;
    font-weight: normal;
    border-top: none !important;
}

.card-header .arrow {
    float: right;
    transition: all 0.5s;
    font-size: 15px;
}
legend .arrow:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    float: right;
    transition: all 0.5s;
    font-size: 15px;
}
.card-header.active .arrow, .list-group-item[aria-expanded="true"] .example-icon > i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
legend > a[aria-expanded="true"] .arrow:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.persons-accordion  .card-header .card-title .float-right{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    /*flex-direction: row-reverse;*/
}
.persons-accordion  .card-header .card-title{
    margin-bottom: 0;
}
.persons-accordion  .card-header .person-label{
    font-size: 16px;
    color: #51575D ;
    font-weight: 600;
    margin-bottom: 0;
}
.persons-accordion  .person-remove i{
    margin-left: 30px;
    color: #D61821;
    font-weight: 100;
    font-size: 20px;
}
.persons-accordion  .card-header.active .arrow{
    color: #0971B9;
}
.persons-accordion  .card-header.active {
    background: #0971B910;
    border: 1px solid #0971B910;
    /*border: 1px solid #0971B9;*/
    /*background: #fff;*/
}
.select2-container--open {
    padding: 0;
    border-radius: 0;
    border: 1px solid #fff;
}
.persons-accordion  .card-header {
    background: #0971B910;
    border: 1px solid #0971B910;
    padding: 14px 1.25rem;
    margin-top: 30px;
}
.panel-persoaneTerti .card-body .list-group-item{
    background: #0971B910 !important;
    border-color: #fff !important;
    padding: 14px 1.25rem !important;
}
.panel-persoaneTerti .card-body{
    padding: 0;
}
.persons-number .input{
    margin-bottom: 20px;
}
.bootbox-danger .bootbox-close-button{
    color: #fff;
    opacity: 1 !important;
}
.bootbox.modal .modal-header {
    border-radius: 0;
    border: none;
}