.del-skema-journal-confirm-popup {
    background-color: #ffffff;
    position: absolute;
    min-height: 286px;
    top: 50%;
    z-index: 99;
    left: 29%;
    width: 43%;
    margin-bottom: 100px;
    padding: 20px;
}

.del-skema-journal-confirm-popup .del-skema-close {
    background: url(/images/icon_close_circular_stroke.svg) no-repeat;
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: -30px;
    cursor: pointer;
}

.del-skema-journal-confirm-popup .section {
    margin-bottom: 10px;
    margin-top: 10px;
}

.del-skema-journal-confirm-popup .section .title {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.del-skema-journal-confirm-popup .section .message {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000;
}

.del-skema-journal-confirm-popup .section .content {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.del-skema-journal-confirm-popup .section .full {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.del-skema-journal-confirm-popup .section .full .citizen-option {
    margin-left: 0px !important;
}

.del-skema-journal-confirm-popup .section .full .dropdown-wrapper {
    width: 100%;
    margin: 8px;
    position: relative;
}

.dropdown-wrapper {
    float: left;
}

.del-skema-journal-confirm-popup .section .full .citizen-option .default-value {
    margin-left: 0px !important;
    width: 100% !important;
    text-transform: none !important;
}

.del-skema-journal-confirm-popup .section .full .dropdown-wrapper .default-value {
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    padding: 13px 0 14px 20px;
    width: 98%;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #3c3c3c;
    margin: 0px 9px 0 9px;
    height: 39px;
}

.del-skema-journal-confirm-popup .section .full .dropdown-wrapper .collapse-arrow {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.del-skema-journal-confirm-popup .section .content {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.del-skema-journal-confirm-popup .section .full .dropdown-wrapper ul {
    width: 100%;
    margin: 0;
    border: 1px solid #a5aee8;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    list-style: none;
    margin: 0 0 0 0px;
    padding-left: 0px;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(212, 212, 212, 0.5);
    top: 0;
}

.del-skema-journal-confirm-popup .section .full .dropdown-wrapper ul li:hover {
    background-color: rgba(75, 87, 214, 0.05);
    cursor: pointer;
    color: #544bd6;
    font-weight: 500;
  }

.del-skema-journal-confirm-popup .section .full .dropdown-wrapper ul li {
    width: 100%;
    padding: 9px 0 9px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #3c3c3c;
    cursor:pointer;
}
.del-skema-journal-confirm-popup .section {
    margin-bottom: 10px;
    margin-top: 10px;
}
.del-skema-journal-confirm-popup .section.second .participant {
    position: relative;
    margin-right: 10px;
    margin-bottom: -17px;
    display: inline-block;
    width: 100%;
}
.del-skema-journal-confirm-popup .participant .participant_name {
    line-height: 39px;
    display: inline-block;
    padding-left: 0%;
    padding-right: 16px;
    margin-bottom: 10px;
    font-size: 12px;
    width: 100%;
    color: #544bd6;
}
.del-skema-journal-confirm-popup .confirm_share_form {
    float: right;
    width: 99px;
    text-transform: uppercase;
    border-radius: 19.5px;
    color: #ffffff;
    border: solid 1px #ebeafa;
    background-color: #544bd6;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
    padding: 13px 25px 14px 25px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}
.del-skema-journal-confirm-popup .participant .participant_name img {
    width: 9px;
    cursor: pointer;
    margin-left: 10px;
  }
  .del-skema-journal-confirm-popup .view-pdf{
    text-decoration: underline;
    color:#000;
    position: absolute;
    margin-left: 45%;
    margin-top: 19px;
    cursor: pointer;
  }
  .del-skema-journal-confirm-popup .radio-btn{
    margin-top:20px!important;
    margin-left: 0px !important;
  }
  .del-skema-journal-confirm-popup .include-rapport-txt{
    position: absolute;
    margin-top: 19px;
    margin-left: 15px;
  }
  .del-skema-journal-confirm-popup .radio-btn{
    cursor:pointer;
  }
  .case-not-created-popup {
    background-color: #ffffff;
    position: absolute;
    min-height: 200px;
    top: 50%;
    z-index: 99;
    left: 29%;
    width: 30%;
    margin-bottom: 100px;
    padding: 20px;
}

.case-not-created-popup .del-skema-close {
    background: url(/images/icon_close_circular_stroke.svg) no-repeat;
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: -30px;
    cursor: pointer;
}
.case-not-created-popup .title, .case-not-created-popup .case-not-created-msg {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.case-not-created-popup p{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color:#000;
}
.fortryd{
    text-decoration: underline 2px;
    color: blue;
    padding-left: 10px;
    cursor: pointer;
}
.fortryd-recipient-confirm-journal-popup {
    background-color: #ffffff;
    position: absolute;
    min-height: 265px;
    top: 50%;
    z-index: 9999;
    left: 29%;
    width: 498px;
    margin-bottom: 100px;
    padding: 20px;
}

.fortryd-recipient-confirm-journal-popup .fortryd-close {
    background: url(/images/icon_close_circular_stroke.svg) no-repeat;
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: -30px;
    cursor: pointer;
}

.fortryd-recipient-confirm-journal-popup .section {
    margin-bottom: 10px;
    margin-top: 10px;
}

.fortryd-recipient-confirm-journal-popup .section .title {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* font-weight: 500; */
}

.fortryd-recipient-confirm-journal-popup .section .message {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-top: 20px;
    margin-bottom: 10px;
    color:#000;
}

.fortryd-recipient-confirm-journal-popup .section .content {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.6px;
}

.fortryd-recipient-confirm-journal-popup .participant .participant_name {
    line-height: 39px;
    display: inline-block;
    text-align: center;
    padding-right: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
    color: #544bd6;
}
.fortryd-recipient-confirm-journal-popup .confirm_fortryd_form {
    float: right;
    width: 99px;
    text-transform: uppercase;
    border-radius: 19.5px;
    color: #ffffff;
    border: solid 1px #ebeafa;
    background-color: #544bd6;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
    padding: 13px 25px 14px 25px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}

.fortryd-recipient-confirm-journal-popup .fortryd-cancel {
    float: left;
    width: 99px;
    text-transform: uppercase;
    border-radius: 19.5px;
    color: #544bd6;
    border: solid 1px #ebeafa;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
    padding: 13px 25px 14px 25px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}

.notat-history-workflow{
    float: right;
    width: 39.5%;
    margin-top: 26px;
    margin-bottom: 20px;
}
.notat-history-workflow p, .notat-history-workflow span{
    font-size: 12px!important;
    padding-top: 10px!important;
}
.notat-history-workflow span{
    padding-right: 15px!important;
}
.notat-history-workflow .history-heading{
    color: #000 !important;
    font-size: 14px !important;
}
.notat-history-workflow .afventer a{
    padding-left: 10px !important;
    text-decoration: underline;
    color: #4b57d6 !important;
} 
.notat-history-workflow .afventer span{
    padding-right: 23px !important;
} 
.notat-history-workflow .history-shared .date{
    padding-right: 8px!important;
}
.notat-history-workflow .history-shared span{
    padding-right:0px !important ;
}
.notat-history-workflow .parent-rejected{
    color: red !important;
}
.fortryd-recipient-confirm-journal-popup .load-icon{
    float: right;
    margin-top: 18px;
    margin-right: 5%;
}
.godkend-skema-journal-popup, .afvis-skema-journal-popup {
    background-color: #ffffff;
    position: absolute;
    min-height: 200px;
    top: 50%;
    z-index: 99;
    left: 29%;
    margin-bottom: 100px;
    padding: 20px;
}
.godkend-skema-journal-popup{
    width: 30%;
}
.afvis-skema-journal-popup{
    width:35%;
}

.godkend-skema-journal-popup .godkend-skema-close, .afvis-skema-journal-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-journal-popup .title, .godkend-skema-journal-popup .godkend-msg, .afvis-skema-journal-popup .title,  .afvis-skema-journal-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-journal-popup .title, .afvis-skema-journal-popup .title{
    font-size: 20px;
    margin-top: 10px;
}
.godkend-skema-journal-popup .godkend-msg, .afvis-skema-journal-popup .afvis-skema-msg{
    font-size: 17px;
    margin-top: 20px;
}
.godkend-skema-journal-popup .template-name, .afvis-skema-journal-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-journal-popup .annuler-btn, .afvis-skema-journal-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-journal-popup .form-share-confirm, .afvis-skema-journal-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-journal-popup .btn-div, .afvis-skema-journal-popup .btn-div{
    margin-top:40px;
}
.godkend-skema-journal-popup .title, .afvis-skema-journal-popup .title{
    font-weight:500;
}
