#modalBackdrop.backdrop-du-skriver {
    position: fixed !important;
}

#modalContent.modal-du-skriver {

    .ctools-modal-dialog {
        width: auto !important;

        .modal-content {
            .modal-body {
                padding: 20px;
            }

            .modal-header {
                padding: 0;
                border: none;
                position: absolute;
                width: 38px;
                height: 36px;
                background-color: #2faae1;
                z-index: 1;
                top: 20px;
                right: 20px;

                .close {
                    position: absolute;
                    opacity: 1;
                    color: white;
                    top: -3px;
                    left: 9px;
                    font-size: 40px;
                    outline: none;
                }

                .modal-title {
                    font-size: 0;
                }
            }

            #modal-content {
                width: 800px !important;
                height: auto !important;
                max-height: none !important;
                min-height: 150px;

                .progress {
                    margin-top: 25px;
                }

                #mkbh-general-skriver-form {
                    font-family: 'Montserrat';

                    .skriver-modal-wrap {
                        display: flex;
                        display: -webkit-flex;
                        background-color: #cfe1f5;

                        a {
                            color: #2faae1;
                        }

                        & > div {
                            padding: 0 5px 0 15px;
                        }

                        .left-column {
                            flex: 7%;
                            -webkit-flex: 7%;
                            background-color: #2faae1;
                            color: white;

                            .pencil-icon {
                                width: 68px;
                                height: 68px;
                                position: relative;

                                &:before {
                                    font-family: 'FontAwesome';
                                    position: absolute;
                                    display: block;
                                    content: '\f040';
                                    top: -8px;
                                    left: 0;
                                    font-size: 78px;
                                }
                            }

                            .modal-title {
                                font-size: 26px;
                                font-weight: bold;
                                margin: 15px 0 20px 0;
                                text-transform: uppercase;
                                line-height: 27px;
                                padding: 9px 0 0;
                            }
                        }

                        .middle-column {
                            flex: 24%;
                            -webkit-flex: 24%;
                            font-size: 17px;
                            padding: 32px 15px 30px 20px;
                            border-right: 1px solid #2faae1;

                            p:nth-child(5) {
                                margin: 0;

                                & + a {
                                    margin: 0px 0 10px;
                                    display: inline-block;
                                }
                            }

                            .column-title {
                                font-size: 26px;
                                font-weight: bold;
                                line-height: 27px;
                                color: #3c3c3b;
                                margin-bottom: 10px;
                            }

                            .column-body {
                                line-height: 22px;
                                margin-bottom: 22px;
                            }

                            .small-text {
                                font-size: 12px;

                                p {
                                    margin-top: 0;
                                    margin-bottom: 7px;
                                }
                            }
                        }

                        .right-column {
                            flex: 10%;
                            -webkit-flex: 10%;
                            font-size: 13px;
                            padding: 32px 15px 15px 18px;

                            .column-title {
                                font-size: 22px;
                                font-weight: bold;
                                color: #3c3c3b;
                                margin-bottom: -5px;

                                &.offset-top {
                                    margin-top: 26px;
                                }
                            }

                            .column-body {
                                line-height: 16px;
                                margin-bottom: 17px;
                            }

                            p:nth-child(6) {
                                margin: 0;
                            }
                        }
                    }
                }
            }
        }
    }
}
