.bolder {
    font-weight: 600;
}

#container2 {
    background-color: #333;
    height: 65px;
    padding-right: 0;
    padding-left: 0;
}

#container3 {
    background-color: #ffffff;
    min-height: 170px;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #ddd;
}

#container4 {
    background-color: #ffffff;
    min-height: 150px;
    padding-right: 0;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
}

#containermodal {
    background-color: #ffffff;
    min-height: 80px;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #ddd;
}

.container_modal {
    background-color: #ffffff;
    min-height: 135px;
    padding-right: 0;
    padding-left: 0;
    border-radius:4px;
}

h3.white {
    color: #ffffff;
}

#nav-steps {
    display: inline;
    counter-reset: step;
    padding: 0;
}

#nav-steps li.number-step {
    list-style: none;
    display: block;
    float: left;
    line-height: 22px;
    padding: 0 5px;
}

#nav-steps li:before {
    counter-increment: step;
    content: counter(step);
    padding: 5px 9px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: #999;
    font-weight: 600;
    font-size: 11px;
}

#nav-steps li.current:before {
    counter-increment: step;
    content: counter(step);
    padding: 5px 9px;
    background: #DA291C;
    border-radius: 58%;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}

#nav-steps li.overtaked:before {
    counter-increment: step;
    content: counter(step);
    padding: 5px 9px;
    background: rgba(255, 255, 255, .8);
    border-radius: 58%;
    color: #888;
    font-weight: 600;
    font-size: 11px;
}

#nav-steps li.number-step a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 5px 0 10px;
}

#nav-steps li.current a, #nav-steps li.overtaked a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px 0 10px;
}

.button-step {
    margin-top: -6px;
}

.button-step .btn {
    padding: 8px 24px;
    font-weight: 600;
}

.styling-guide.description-row {
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.padding-fix1 {
    padding-left: 11em;
}

.styling-guide.description-row h1, .styling-guide.description-row h2 {
    display: block;
    text-align: justify;
}

.grey {
    color: #777;
}

.selectInfo {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-flow: column;
    -webkit-flex-flow: column;
    align-items: flex-end;
    -webkit-align-item: flex-end;
    height: 180px;
}

/*input, select {
    border-bottom: 2px solid #999999 !important;
}*/

.radio.selected, .radio-inline.selected{
    background: #DA291C!important;
    color: #FFF!important;
}

.select-small {
    height: 40px;
    background-color: #f7f7f7 !important;
    border: none !important;
    padding: 0 20px;
    width: 250px;
    font-weight: 600;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../images/icons/red/dropdown.svg) no-repeat 95% center;
}

.select-big {
    background-color: #ffffff !important;
    border: 1px solid #ddd;
    border-bottom: 1px solid #888;
    padding: 0 20px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../images/icons/dark/dropdown.svg) no-repeat 90% center;
}

.select-calendar {
    background-color: #ffffff !important;
    border: 1px solid #ddd;
    border-bottom: 2px solid #888;
    padding: 0 20px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icons/dark/calendar.svg) no-repeat 90% center;
}

.select-checkbox {
    background: url(../images/forms/check-on.svg) no-repeat left;

}

.select-small:hover {
    background-color: #eee !important;
    cursor: pointer;
}

.docicon {

}

hr.steps-separator {
    border: none;
    font-size:0px;
    margin:0px;
}

.box-step-question {
    border: 1px solid #ddd;
    margin: 0px 0px 10px;
    display: flex;
    -webkit-display: flex;
    border-radius: 2px;
    border-bottom: 1px solid #999999;
    background-color: #f5f5f5;
}

.box-step-question .question {
    font-size: 15px;
    margin: 15px 0;
    text-align: left;
}

.box-step-question .col-md-4 {
    padding: 0;
    display: flex;
    -webkit-display: flex;
}

.question-button-group {
    border-left: 1px solid #ddd;
    background-color: #fafafa;
    padding: 15px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.box-block {
    display: block !important;
}

.box-block .question-button-group {
    padding: 30px 15px;
    border-top: 1px solid #ddd;
    border-left: none;
}

/******  Steps section components */

.noPad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noPadLeft {
    padding-left: 0 !important;
}

.deletePad {
    padding: 0 !important;
}

.quit-display h1, .quit-display h2 {
    display: block !important;
}

.form-subtitle {
    color: #777777;
    font-size: 16px;
}

.link-container {
    margin-right: 35px;
    margin-top: 80px;
}

.body-text.bold {
    font-family: "HelveticaNeueLTStd-Bd", "Helvetica Neue", Arial, sans-serif;
    color: #333333;
}

a.link-nounderline {
    text-decoration: none;
}

a.success {
    color: #1FBF6F;
}

.mrg-lft-10 {
    margin-left: 10px;
}

.mtop20 {
    margin-top: 20px;
}

.inline-spacer {
    margin-left: 25px;
}

.inline-spacer.smaller {
    margin-left: 5px;
}

.panel-covers {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 1px !important;
}

.panel-covers a {
    text-decoration: none !important;
}

.panel-covers .panel-covers-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
}

.panel-covers .panel-covers-body {
    background-color: #fcfcfc;
    padding: 25px 0 35px;
}

.buttonRotate {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.remove-position {
    margin: 8px;
}

.fix-button-position {
    margin-top: -14px;
    margin-left: -14px;
}

.fix-button-position2 {
    margin-left: 17px;
}

#selected-cover1 .btn.circle.tick.success, #selected-cover2 .btn.circle.tick.success {
    position: absolute;
    top: -50px;
    right: 10px;
}

.footer-action-add {
    border-top: 1px solid #DA291C;;
    background-color: #fcfcfc;
    margin: 35px 0 25px;
}

.panel-covers .footer-action-add .btn.circle {
    background-image: url(../images/buttons/circles/add-button-dark.svg);
}

.right-spacer {
    margin-right: 20px;
}

#prima-apply-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 502;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 5px #ccc, 0px -4px 8px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

.btn img {
    height: auto;
}

.doc-list {
    padding: 35px 0 20px;
    border-bottom: 1px solid #ccc;
}

.edit-wrapper {
    min-height: 130px;
}

.container-pseudomodal {
    position: absolute;
    width: 73%;
    margin: 0 auto 0 13.5%;
    z-index: 3;
    background-color: #fff;
    top: 165px;
    padding-bottom: 70px;
}

.container.content.container-pseudomodal {
    top: 100px;
    padding: 0;
    z-index: 1001;
}

.navbar-pseudomodal {
    min-height: 165px;
}

.footer.footer-pseudomodal {
    position: absolute !important;
}

.edit-data-form {
    background-color: #fff !important;
}

.noBorder {
    border: none !important;
}

.box-radios {
    margin-right: -19px;
}

.box-radios .radios-wrap {
    border-left: 1px solid #ddd;
    padding: 29px !important;
}

.radio-wrap.radio-wrapper-inline {
    display: flex;
    display: -webkit-flex;
}

.bigfont {
    font-size: 70px;
    text-decoration: none !important;
}

.padding47 {
    padding: 47px !important;
    min-width: 260px !important;
    max-height: 260px !important;
}

.icon-split {
    /*background: url("../images/icons/red/download.svg") no-repeat center transparent;*/
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.icon-split2 {
    /*background: url("../images/icons/red/download.svg") no-repeat center transparent;*/
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    display: inline-block;
}

.icon-split3 {
    /*background: url("../images/icons/red/download.svg") no-repeat center transparent;*/
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    display: inline-block;
}

form:not(.form-signin) fieldset .form-group .multi-wrap .checkbox-wrap.multi {
    border-radius: 2px;
    margin: 2px;
}

.flexStart {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
}

.noBackg {
    background: none !important;
}

.noBackg .multi {
    padding: 7px 15px !important;
}

.download-icon {
    padding-left: 10px;
    height: 32px;
}

/*** modals ***/

.bg-white{
    background: white !important;
}


.searchActivityModal{
    background: white;
    padding-bottom: 0;
    width: auto;
    min-width:200px;
}







/******** LOADER *****/

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-dual-ring {
    position: relative;
}

.lds-dual-ring div {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -40px;
    left: 135px;
    border-radius: 50%;
    border: 5px solid #000;
    border-color: #cccccc transparent #cccccc transparent;
    -webkit-animation: lds-dual-ring 1.3s linear infinite;
    animation: lds-dual-ring 1.3s linear infinite;
}

/***FIXED ****/

#prima-apply-wrapper:before {
    box-shadow: none;
}

.form-group.checkbox-default .row label {
    text-align: left;
    padding: 11px 0 8px;
    padding-left: 35px;
}

.form-group {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
}

.noBackgr {
    background: none !important;
}

#loginForm .form-control {
    margin-bottom: 15px !important;
}

.form-error {
    display: none;
}

.form-error p {
    color: #DA291C !important;
    font-size: 14px;
}
.riskdata-td td{
    vertical-align: top;
    padding-bottom:8px;
}
.riskdata-td >div{
    vertical-align: top;
    padding-bottom: 8px;
}
.riskdata-td td.content{
    padding-left:10px;
}
.riskdata-td >div .content{
    padding-left: 10px;
}
.riskdata-td td.title{
    white-space: nowrap;
}
.riskdata-td >div .title{
    white-space: nowrap;
}

/**** FIXED ***/

/******  media queries **/

@media screen and (max-width: 1366px) {
    .number-step img {
        display: none;
    }

    .panel-left {
        padding-right: 15px;
        border-right: 0;
    }

    .panel-right {
        padding-left: 15px;
    }

    form:not(.form-signin) fieldset .form-group .radios-wrap {
        margin-right: -6px;
    }

    .padding-fix1 {
        padding-left: 20em;
    }
}

@media screen and (max-width: 1024px) {

    .padding-fix1 {
        padding-left: 15em;
    }
}

@media screen and (min-width: 768px) {
    form:not(.form-signin) fieldset .form-group .multi-wrap {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .policy-confirmation {
        margin: 20px 0 -15px !important;
    }

}


@media screen and (max-width: 768px) {

    .padding-fix1 {
        padding-left: 1em;
    }
    #bankInfo .noPad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .multi-wrap .inline-spacer {
        margin-left: 0;
    }

}

@media screen and (max-width: 767px) {
    .box-step-question {
        display: block;
    }

    form:not(.form-signin) fieldset .form-group .radios-wrap {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        float: right;
    }

    #container3 h2.success {
        margin-left: 20px;
    }
    /*new styles mobile*/
    form:not(.form-signin) fieldset .form-group .radios-wrap {
        margin-right: 0px;
        margin-left: 0px;
    }
    form:not(.form-signin).form-horizontal .form-group.two-options{
        margin-right: 0px;
        margin-left: 0px;
    }
    form:not(.form-signin).form-horizontal .form-group.two-options .row.box-step-question{
        padding-top:0px;
    }
    form:not(.form-signin).form-horizontal .form-group.two-options .row.box-step-question .textquestioncont div {
        margin: 10px 0px 10px;
    }

    .multi-wrap .inline-spacer {
        margin-left: 0;
    }
    .navbar-inverse .navbar-header .navbar-brand{
        margin:0px;
    }
    .navbar-inverse .navbar-toggle {
        padding: 10px;
        margin: 0px 15px 0px 0px;
    }
    .dashboard-add-fixed-column {
        padding: 5px 20px 0 20px;
    }
    .tab-content {
        margin: 0px;
    }
    .nav-tabs{
        padding:10px 2px;
    }
    .nav-tabs > li {
        margin: 0 5px;
    }
    .nav-tabs > li > a {
        padding: 10px 0 5px;
    }
    .table.summary {
        margin-top: 20px;
    }
    h2.header {
        padding: 20px 5px 20px 23px;
        font-size: 20px;
    }
    .titletable{
        width:57%;
        float:left;
        padding:0px;
    }
    .fieldsearch{
        width:43%;
        float:left;
        padding:0px;
    }
    .search-wrapper .dashboard-all-projects {
        min-width: auto;
    }
    form:not(.form-signin).form-search{
        padding:0px 15px 0px 3px;
    }
    .search-wrapper .dashboard-all-projects input {
        width: 100px;
        height: 58px;
        padding-top: 4px;
    }
    .search-wrapper {
        display: flex;
        align-items: center;
        height: 62px;
        min-height: initial;
    }
    .btn.search {
        padding: 12px 12px;
    }

    div.dataTables_wrapper div.dataTables_filter input{
        height: 62px;
        width: 140px;
    }
    /*end new styles mobile*/
}

@media screen and (max-width: 575px) {
    .btn.white-arrow {
        padding: 12px 40px 12px 10px;
    }

    .riskdata-td {
        width: 90%
    }

    .list-inline.panel-margin {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .container-pseudomodal {
        position: absolute;
        width: 93%;
        margin: 0 auto 0 3.5%;
        top: 165px;
    }


}

#container4.risk-data {
    padding:20px;
}
.link-container.ln_edit_risk_data{
    min-width: 100px;
    margin:80px 20px 0px 0px;
}
/*new styles mobile*/


@media screen and (max-width: 767px) {
    .styling-guide.description-row {
        padding-bottom: 0px;
    }
}
/*end new styles mobile*/

/* customer-info */


#suggestActivityBoxParent {
    text-align: center;
   /* background-color: #eeeeee;*/
    padding-top: 5px;
    padding-bottom: 5px;
    color: #DA291C;
    width: auto;
    min-width:200px;
    overflow-y: auto;
    max-height: 300px;

}
#suggestActivityBoxElement {
   /* border-radius:4px;
    border: 1px solid #eeeeee;*/
   /* font-size: 12px !important;*/
    text-align: left;
    align-items: center;
    justify-content: center;
   /* white-space: nowrap;*/
   /* padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-left: 5px !Important;
    margin-right: 5px !Important;
    padding-right: 15px !important;*/
    color: #0a0a0a;  !important;
}
#suggestBoxElement {
    border: 1px solid #DA291C;
    visibility:hidden;
    font-size: 12px;
    text-align: left;
   /* white-space: nowrap;*/
    padding-right: 15px !important;
}
.suggestionsActivitiesSector {
    color: #DA291C !Important;
}
.suggestions {
    font-size: 12px;
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;

}
.suggestionMouseOver {
    background: #DA291C;
    color: white;
    cursor: pointer;
}
.suggestionsActivities {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.suggestionsActivitiesMouseOver {
    background: #DA291C!important;
    color: #FFF!important;
    cursor: pointer;
}
.suggestionsActivitiesClose {
    cursor: pointer;
    font-size: 12px !important;
}
.suggestionsActivitiesCloseDiv {
   /* margin-top: 5px !Important;
    margin-bottom: 5px !Important;*/
    align-items: right!Important;
    justify-content: center!Important;
    text-align: right!Important;
    float: right;
}
.nexus {
    position: absolute;
    width: 100%;
    top: 10vh;
    right: 0;
    margin-left: 2em;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
}
/* end customer-info */
@media screen and  (min-width: 1371px) {
    .nexus {
        position: absolute;
        top: 10vh;

    }
}
@media screen and  (min-width: 1440px) {
    .nexus {
        position: absolute;
        top: 10vh;

    }
}

@media screen and (max-width: 1366px) {
    .nexus {
        position: absolute;
        top: 14vh;

    }
}
@media screen and (max-width: 1280px) {

    .nexus {
        position: absolute;
        top: 14vh;

    }
}
@media screen and (max-width: 1024px) {

    .nexus {
        position:relative;
        top: 0vh;

    }
}
@media screen and (max-width: 767px) {
    .nexus {
        position:relative;
        top: 0vh;
    }
}
@media screen and (max-width: 768px) {
    .nexus {
        position:relative;
        top: 0vh;
    }
}

@media screen and (max-width: 575px) {
    .nexus {
        position:relative;
        top: 0vh;
    }
}

@media screen and (max-width: 480px) {
    .nexus {
        position:relative;
        top: 0vh;

    }
}
.panel-no-margin {
    margin: 30px 0;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
form:not(.form-signin) {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color:#a41f15;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#a41f15;}


#questiontext_hasDigitalSignature  {
    padding: 11px 15px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

#questiontext_hasDigitalSignature_text  {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

/*
#questiontext_hasDigitalSignature:before {
    font-family: "Font Awesome\ 6 Free";
    content: "\f071";
    font-weight: 700;
    font-size: 37px;
}
*/
