body{
    /*font-family: 'Source Sans Pro', sans-serif;*/

}
p {
    font-size: 21px;
    font-weight: 300;
}

.costomer-logo {
    width: auto;
    background-image: url("../images/logo-kleur.svg");
    background-repeat: no-repeat;
    background-position: left;
    /* Gecentreerd: background-position: 50% 50%;*/
    background-size: contain;

    /*== Always scale image to height ==*/
    height: 80px;

}


.procescol {
    background-color: #E2EDF7;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .procescol {
        background-color: white;
    }
}


h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
.mailsigner-blue, a{
    color:#1E6FB6;
}

h2{
    font-size: 42px;
}

h3{
    font-size: 32px;
}

.link-btn-height{
    line-height: 34px;
    text-decoration: underline;
}

.parent{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.full-size{
    min-height: 100vh;
    height: 100%;
}



.div-parent{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.ie11-cor{
    padding-left:15px;
}

.correct-div-parent{
    padding-left: 15px;
    padding-right: 15px;
}


.detail-bg{
    background-image: none;
    min-height: 0;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
}

.filter-detail {
    background: rgba(255, 255, 255, 0.85);
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    min-height: 380px;

}

.div-v-center{
    min-height:80%;
    min-width:80%;
    background-color: white;
    margin:auto;
    box-shadow: 0 0 3px 3px #E0E0E0;
}


.step-list {
    counter-reset: step-counter;
}
.step-list a {
    text-decoration: none;
    color: black;
    font-weight:500;
}
.step-list dt {
    font-size: 18px;
    font-weight: 300;

    position: relative;
    margin-top: 15px;
}
.step-active, .step-active a{
    /*color: #1E6FB6;*/
    font-weight: 600!important;
}
.step-active-sublevel, .step-active-sublevel a{
    /*color: #1E6FB6;*/
    font-weight:600;
}


.step-list dt:before {
    content: counter(step-counter);
    counter-increment: step-counter;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 0;
    background-color: #1E6FB6;
    color: white;
    display: inline-block;
    margin-right: 15px;

    position: absolute;
    left: 0;
    top: 0;
}

.step-list dd.step-active:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 16px;
    /*color: #1E6FB6;*/
    display: inline-block;
    margin-right: 10px;
}


.step-list dd.step-active{
    /*color:#1E6FB6;*/
    font-weight: 600;
}

.step-list dd {
    margin: 4px 0 0 0;
}

.step-list dt, .step-list dd {
    padding-left: 50px;
}



/*Small divices*/
.detail-inner-wrapper{
    padding-bottom: 30px;
    margin: 0;
    padding-top:30px;
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .detail-bg {
        background-image: url("../images/achtergrondafbeelding@2x.png");
        min-height: 100vh;
    }
    .detail-inner-wrapper{
        margin: 30px;
        padding-bottom: 30px;
    }
    .steps-inner-wrapper{
        margin-top:60px
    }

    .detail-inner-wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 30px;
    }
    .div-parent {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .correct-div-parent{
        padding-left: 30px;
        padding-right: 30px;
    }
}

.detail-inner-content{
    padding-left: 30px;
}

.detail-accent-color {
    color:#1E6FB6;
}


.btn-icon{
    padding-left: 42px;
    padding-right: 22px;
}

.step-btn {
    color: #fff;
    background-color: #1E6FB6;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 20px 3px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.detail-italic{
    font-style: italic;
}



.nextprev{
    width:100%;
}

.prev-btn{
    padding-left: 22px;
    padding-right: 42px;
}
.next-btn{
    padding-left: 42px;
    padding-right: 22px;
}

.btn-link {
    color: #1E6FB6;
}

.scroll-list{
    overflow: auto;
    max-height: 400px;
    padding-right: 15px;

}

.bottom-shadow{
    box-shadow:
        -6px 0 white,         /*Left masking shadow*/
        6px 0 white,          /*Right masking shadow*/
        0 7px 4px -3px #E0E0E0; /*The real (slim) shadow*/
    height: 12px;
    margin-top: -11px;
    margin-right: 30px;
}

.list-group-item{
    border-radius: 4px;
}

.signature-list a{
    margin-bottom: 10px;
    border-color: #1E6FB6;
}


.list-group-item.active {
    color: #fff;
    background-color: #1E6FB6;
    border-color: #1E6FB6;
}

.list-group-item.active .div-small {
    color: #fff;
}

.list-group-item.active h5, .list-group-item.active small.text-muted {
    color: #fff!important;
}

.form-group {
    margin-bottom: 8px;
}

.checkbox-afterlabel{
    color: #495057;
    font-weight: 400;
}
.checkbox-correction {
    margin-top: 6px;
}
.data-edit-form label{
    color: black;
}

.nav-tabs a:hover {
    font-weight: 600;
}

.signature-result {
    box-shadow: 0 0 3px 3px #E0E0E0;
}

.signature-result-scale{
    transform: scale(0.7); /* Equal to scaleX(0.7) scaleY(0.7) */
}

span.inputSeparator {
    float: left;
    padding-top: 20px;
}



.very-specific-design {
    width: 600px;
    height: 400px;
    padding: 50px;
    text-align: center;
    background: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.scaleable-wrapper {
    padding: 20px;
    resize: both;
    position: relative;
    background: #666;
    height: 400px;
}

.ui-resizable-se {
    width: 10px;
    height: 10px;
    background: orange;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bigred {
    color: red;
    font-size: 5rem;
}

.btn-link {
    color: #1E6FB6;
}
.btn-link:hover {
    color: #0056b3;
}

.div-disabled {
    padding: 12px;
    background-color: #e9ecef;
    opacity: 1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.div-disabled p{
    font-size: 16px;
}
.div-small{
    font-size: 80%;
    font-weight: 400;
}






/*  tags                               */
/*  =================================  */
#tags{
    /*border:1px solid #ccc;*/
    /*padding:5px;*/
    opacity: 1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#tags > span{
    display:block;
    /*float:left;*/
    rgba(30, 111, 182, 0.75);
    background:#f8f9fa;
    padding:5px;
    padding-right:25px;
    margin:4px;
}
#tags > span:hover{
    opacity:0.7;
}

#tags > span:focus{
    border: darkslateblue;
}

#tags > span:after{
    position: absolute;
    cursor: pointer;
    content: "x";
    background: #1E6FB6;
    color: #fff;
    padding: 0 6px 2px 6px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: bolder;
    border-radius: .25rem;
    /*top: 6px;*/
    line-height: 16px;
}
#tags > input{
    border:0;
    margin:4px;
    padding:7px;
    width:auto;
}

input:focus {
    outline: none ;
}

.focusTag {
    border: solid 2px cornflowerblue;
}
.emailtag {
    /*margin: auto;*/
    /*width: 60%;*/
}


/*  ===========================  */
.very-specific-design {
    width: 600px;
    height: 400px;
    padding: 50px;
    text-align: center;
    background: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.scaleable-wrapper {
    padding: 20px;
    resize: both;
    position: relative;
    background: #666;
    height: 400px;
}

.ui-resizable-se {
    width: 10px;
    height: 10px;
    background: orange;
    position: absolute;
    bottom: 0;
    right: 0;
}

.paste-code-label{
    position: relative;
    bottom: 6px;
}

.btn-outline-none{
    border: none;
}

.shadow {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.shadow:hover {
     box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.shadow-nohover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.box {
    background: white;
    border-radius: 5px;
}

.text-align-button{
    position: relative;
    top: 6px;
}