
.simplemodal-data, &.simplemodal-data {

    h2 {
        font-size: @font-size--24 !important;
        margin: 0 25px 25px 0 !important;
        font-weight: @font-weight-medium !important;
        line-height: 22px !important;
        padding: 0 !important;
        border-bottom: none !important;
        color: @color-header !important;
        word-wrap: break-word;
    }

    .subTitle {
        font-size: 14px;
        margin-top: -15px !important;
        line-height: 20px;
    }
    // useful for Simple modal sub titles
    h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    h3:first-child {
        margin: -15px 0 15px 0;
        line-height: 22px;
    }

    h3.no-first-child {
        margin: 10px 0;
        line-height: inherit;
    }

    .module-title {
        font-size: 18px;
        padding-bottom: 0;
        line-height: 22px;
    }
    // legacy
    .button-container {
        margin: 20px 0px 0px 0px !important;
    }
    // legacy
    .form-actions {
        margin: 20px 0px 0px 0px !important;
    }

    .alert-error, .validationPageErrorMessage {
        margin-bottom: 25px;
    }

    .row hr.primary-divider {
        margin-top: 1px !important;
    }
}

#simplemodal-overlay, .simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container, .simplemodal-container {
    background-color: #FFFFFF;
    min-height: 100px;
    border-radius: 7px
}

.simplemodal-data {
    width: auto;
    padding: 30px;
}

.simplemodal-data .module-title {
    margin: -30px -30px 30px -30px !important;
    padding: 20px 50px 20px 30px !important;
    font-size: @font-size--18 !important;
    font-weight: @font-weight-bold !important;
    line-height: 22px;
    background-color: @theme-grey8;
    border-radius: @border-radius-default @border-radius-default 0 0;
    border-bottom: 2px solid @theme-grey10 !important;
}

.simplemodal-data p {
    line-height: 18px;
}

.simplemodal-data .button-container,
.simplemodal-data .form-actions {
    margin: 30px -30px -30px -30px !important;
    padding: 20px 30px !important;
    border-top: 1px solid @theme-grey10 !important;
    li {
        margin-left: 0;
    }
}

.simplemodal-data .module-title + .form-actions,
.simplemodal-data .module-title + .button-container {
    margin-top: -30px !important;
    border-top: none !important;
}

.simplemodal-data.evergageLaunched h1.striped {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    background: @simple-modal-evergage;
    position: relative;
    left: -15px;
    width: 580px;
    padding: 10px;
    color: #FFF;
    top: 5px;
}

.simplemodal-data.evergageLaunched div {
    margin-bottom: 20px;
}

.simplemodal-data.evergageLaunched div b {
    display: block;
}

.simplemodal-data.evergageLaunched .left {
    float: left;
}

.simplemodal-data.evergageLaunched .right {
    float: right;
}

.simplemodal-data.evergageLaunched .button-container a.regularlink {
    line-height: 27px;
    margin-right: 35px;
}

#printTasksDialog {
    width: 350px;
}
