#ekm_forms .ekm_form_inner {
    padding-left: 12em;
}

#ekm_forms .entry_row:not(:last-child) {
    margin-bottom: 4.5em;
}
#ekm_forms .entry_row:not(:first-child) {
    margin-bottom: 2.5em;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
#ekm_forms button{
    width: auto;
}
#ekm_forms_top {
    position: relative;
}
.ekm-forms-close {
    position: absolute;
    display: none;
    top: 1.25em;
    right: 0;
    z-index: 1;
}
#ekm_forms_top.is-open .ekm-forms-close {
    display: block;
}
#ekm_forms-marker{
    padding: 0 0 1em 0;
}
#ekm_forms-marker > .mark{
    background: url(../img/arrow_grey_up.svg) no-repeat center top;
    height: 25px;
    display: block;
    margin-top: -21px;
    position: absolute;
}
#ekm_forms-ask .step, #ekm_forms-confirmation .step, #ekm_forms-submitted .step{
    position: absolute;
    left: 0.125em;
    top: .875em;
    font-size: 10em;
}
#ekm_forms-ask .col_3_of_4 {
    width: 75%;
}
#ekm_forms-ask .col_1_of_4 {
    width: 25%;
}
#ekm_forms input{
    background-color: #fff;
}
div.inactive{
    opacity: 0.6;
}
button[type="button"].primary{
    background-color: rgb(128,128,128);
}


@media only screen and (max-width: 960px) {
    #ekm_forms .entry_row:not(:last-child) {
        margin-bottom: 2.5em;
    }
    #ekm_forms .entry_row:not(:first-child) {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
    #ekm_forms .entry_row .entry_col:nth-child(1),
    #ekm_forms .entry_row .entry_col:nth-child(2) {
        margin-bottom: 2.5em;
    }
    #ekm_forms-marker .col_1_of_4 {
        width: 50%;
        position: relative;
    }
    #ekm_forms-marker > .mark {
        top: -1em;
    }
    #ekm_forms-ask .col_2_of_3 {
        width: 100%;
    }
    #ekm_forms-ask .step_3_objectnumber {
        width: 50%;
    }
    #ekm_forms-ask .form_container:nth-child(3) {
        margin-top: 1em;
        padding-top: 1em;
        padding-bottom: 1em;
        border-top: 2px solid rgb(128, 128, 128);
    }
    #ekm_forms-ask .container_type {
        width: 100%;
    }
    #ekm_forms-ask .container_volume,
    #ekm_forms-ask .container_number {
        width: 30%;
    }
    #ekm_forms-ask .container_id,
    #ekm_forms-ask .container_date {
        width: 70%;
    }
    #ekm_forms-ask .container_remove_button {
        padding-top: 0;
    }
}
@media only screen and (max-width: 640px) {
    #ekm_forms .ekm_form_inner {
        padding-top: 2.5em;
        padding-left: 1.75em;
    }
    #ekm_forms-ask .step {
        position: relative;
        display: block;
        font-size: 5em;
        left: 0;
        top: 0;
        padding-bottom: .5em;
    }
}
@media only screen and (max-width: 480px) {
    #ekm_forms-marker {
        display: none;
    }
}
@media only screen and (max-width: 360px) {
    #ekm_forms-marker {
        display: none;
    }
    #ekm_forms .ekm_form_inner .row .col {
        margin-bottom: 0;
    }
    #ekm_forms-ask .col_3_of_4,
    #ekm_forms-ask .col_1_of_4 {
        width: 100%;
    }
    #ekm_forms-ask .step_3_objectnumber,
    #ekm_forms-ask .container_type,
    #ekm_forms-ask .container_volume,
    #ekm_forms-ask .container_number,
    #ekm_forms-ask .container_id,
    #ekm_forms-ask .container_date {
        width: 100%;
    }
}

.bulktrash_content{
    border: 3px solid rgb(255, 213, 0);
    padding: 10px;
    margin: 0 0 10px 0;
}

.bulktrash_content p:last-child{
    padding: 0;
    margin: 0;
}
