/*page styles*/

#frmb-0 {
    min-height: 300px !important;
}

#amform-form-container div.form-actions.btn-group {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

div#frmb-0-cb-wrap {
    min-height: 300px !important;
    position: relative;
    padding-bottom: 40px;
}

.amform-form {
    max-width: 700px;
    margin-bottom: 10px;
}

.amform-form-fieldset.fieldset {
    margin-bottom: 10px;
}

.amform-form input[type="number"] {
    max-width: 70px;
}

.amform-groupv2 {
    display: inline-block;
}

#loading_image_container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#form_submit_loading {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 100000;
}

.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary {
    display: none;
}

.amform-versiontwo-label {
    margin-right: 10px;
    padding-right: 20px;
    display: inline;
    word-break: break-all;
}
