@import "../../variables";

.Field-column-group {
    display: flex;
    justify-content: flex-start;
}

.Field-column-four {
    padding-right: $offset_main * 6;
    width: 25%;
    .Checkbox {
        margin-bottom: $offset_main;
    }
}

.BookpubReports-input {
    margin-bottom: $offset_main;
    max-width: $offset_main * 30;
}

.BookpubReports-label-display {
    background: $mouse;
    display: inline-block;
    margin-top: $offset_main;
    padding-right: $offset_main / 2;
}

.BookpubReports-template {
    display: none;
}

.BookpubReports-label {
    background-color: $rhino;
    border: 1px solid $mouse;
    color: $white;
    cursor: move;
    float: left;
    font-size: $font_size_small;
    line-height: $offset_main * 3 - 2px;
    margin: $offset_main / 2 0 $offset_main / 2 $offset_main / 2;
    overflow: hidden;
    padding: 0 $offset_main / 2;
    white-space: nowrap;
}

.BookpubReports-sample-wrapper {
    border: $border_control_input;
    border-radius: $border_radius_main;
    display: none;
    height: $offset_main * 10;
    margin-bottom: $offset_main;
    overflow: auto;
    padding: 0 $offset_main;
}

.BookpubReports-update {
    margin-bottom: $offset_main;
}

.BookpubReports-flag {
    overflow: hidden;
}
