ul.macforms_form_breadcrumbs li{
    list-style: none;
    color: #495660;
    font-weight: normal;
    font-size:14px;
}

.macforms_color_grey{
    color: #495660;
}

ul.macforms_form_breadcrumbs span[class^="material-icons"]{
    position: relative;
    top:7px;
    margin-right: 10px;
}


.clif-heading{
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #495660;
}

.clif-hr{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #E1E7EF;
    margin-bottom: 20px;
    margin-top: 20px;
}

.clif-spacer{
    display: block;
    height: 32px;
}

.clif-half{
    width: calc(50% - 20px); 
    display: inline-block;
/*    margin-right: 10px;*/
}
.macforms_question_block{
    padding-bottom: 16px;
    padding-top: 16px;
    flex-basis: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.macforms_question_block.clif-half{
    width: auto;
    display: block;
    margin-right: 0;
    flex-basis: 49%;
}

.multiple_instance_wrapper{
    margin-bottom: 20px;
    position: relative;
    border-bottom:1px solid #E1E7EF;
    padding-bottom: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.multiple-instance-delete{
    position: absolute;
    top: -4px;
    right: 0;
    background: none;
    color: black;
    font-size: 10px;
    line-height: 1;
    color: #3b3b3b;
    display: flex;
    align-items: center;
    border: 1px solid #E1E7EF;
    border-radius: 4px;
    margin: 0;
    color: #DC2626;
}
.multiple-instance-delete:hover{
    /*background: grey;*/
    /*color: #5c5c5c;*/
    background: #f7f7f7;
}
.multiple_instance_title{
    border-bottom: 1px solid #E1E7EF;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    flex-basis: 100%;
}

.multiple-instance-delete .material-icons-round{
    font-size: 18px;
}

.macforms_first_page_title{
    font-size: 28px; 
    font-weight: bold; 
    padding-top: 10px;
    padding-bottom: 20px; 
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E7EF;
}


.macforms_helper_text{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;

}

.bbtn.clif-theme-back-btn{
    border: 1px solid #E5E7EB;
}

.box-warning {
    color: #F79A46;
    background-color: #FFF5ED;
}