.godkend-skema-popup, .afvis-skema-popup {
    background-color: #ffffff;
    position: absolute;
    min-height: 200px;
    top: 50%;
    z-index: 99;
    left: 29%;
    margin-bottom: 100px;
    padding: 20px;
}
.godkend-skema-popup{
    width: 30%;
}
.afvis-skema-popup{
    width:35%;
}

.godkend-skema-popup .godkend-skema-close, .afvis-skema-popup .afvis-skema-close{
    background: url(/images/icon_close_circular_stroke.svg) no-repeat;
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: -30px;
    cursor: pointer;
}
.godkend-skema-popup .title, .godkend-skema-popup .godkend-msg, .afvis-skema-popup .title,  .afvis-skema-popup .afvis-skema-msg{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.godkend-skema-popup .title, .afvis-skema-popup .title{
    font-size: 20px;
    margin-top: 10px;
}
.godkend-skema-popup .godkend-msg, .afvis-skema-popup .afvis-skema-msg{
    font-size: 17px;
    margin-top: 20px;
}
.godkend-skema-popup .template-name, .afvis-skema-popup .template-name{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color:#544bd6;
    margin-top:10px;
}
.godkend-skema-popup .annuler-btn, .afvis-skema-popup .annuler-btn{
    height: 39px;
    border-radius: 19.5px;
    border: solid 1px #ebeafa;
    text-align: center;
    font-family: "Roboto";
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #4b57d6;
    padding: 13px 23px 14px 23px;
    cursor: pointer;
    float:left;
}
.godkend-skema-popup .form-share-confirm, .afvis-skema-popup .form-share-reject{
    float: right;
    border-radius: 19.5px;
    border: solid 1px #ebeafa;
    padding: 13px 23px 14px 23px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: 0.66px;
    color: #ffffff;
    background-color: #544bd6;
    cursor: pointer;
}
.godkend-skema-popup .btn-div, .afvis-skema-popup .btn-div{
    margin-top:40px;
}
.godkend-skema-popup .title, .afvis-skema-popup .title{
    font-weight:500;
}
.godkend-load-icon, .afvis-load-icon{
    height:24px;
    width:24px;
    margin-top:7px;
    float: right;
    margin-right: 10px;
}

.history-workflow{
    margin-left: calc(50% - 397px);
    width: 794px!important;
    box-shadow: none!important;
    margin-top: -27px !important;
}
.history-workflow p, .history-workflow span{
    font-size: 12px!important;
    padding-top: 10px!important;
}
.history-workflow span{
    padding-right: 15px!important;
}
.history-workflow .history-heading{
    color: #000 !important;
    font-size: 14px !important;
}
.afventer a{
    padding-left: 10px !important;
    text-decoration: underline;
    color: #4b57d6 !important;
} 
.afventer span{
    padding-right: 23px !important;
} 
.history-shared .date{
    padding-right: 8px!important;
}
.history-shared span{
    padding-right:0px !important ;
}
.parent-rejected{
    color: red !important;
}
.sharedApproved, .sharedReject{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebeafa;
    padding-top: 19px;
    padding-bottom: 23px;
    font-size:12px;
    padding-left:9px;
    padding-right:27px;
    margin-bottom:10px;
}
.sharedApproved .date, .sharedReject .date{
    font-weight:bold;
}
.sharedApproved{background-color:#DDEBD4;border-left:7px solid #559926;}
.sharedReject{background-color: #EBD6D4;border-left:7px solid #993226;}