.product-item-photo, .product-image-wrapper {
    margin-right: 5px;
    border-radius: 6px;
}

.display-inline-block {
    display: inline-block;
}

.select2-selection__choice {
    font-size: 16px !important;
    font-weight: bold;
    margin: 3px 2px !important;
}

.select2-selection__choice:hover {
    background-color: #23a79b;
}

form.form-edit-account,
form.edit-data,
#product_addtocart_form,
#maincontent > div.columns > div > div.table-wrapper.orders-history,
#maincontent > div.columns > div > div.order-details-items.ordered > div.table-wrapper.order-items,
.order-products-toolbar, .block-content, #maincontent > div.columns > div > div.product.media,
#maincontent > div.columns > div > div.product-info-main > div.product.attribute.overview,
#maincontent > div.columns > div > div.admin__data-grid-outer-wrap > div.admin__data-grid-wrap > table,
#maincontent > div.columns > div.column.main > div.products.wrapper.grid.products-grid > ol > li,
#maincontent > div.columns > div.column.main > div.products.wrapper.list.products-list > ol > li {
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    border-radius: 4px;
}

#maincontent > div.columns > div > div.product-info-main > div.product.attribute.overview,
#maincontent > div.columns > div.column.main > div.products.wrapper.grid.products-grid > ol > li,
#maincontent > div.columns > div.column.main > div.products.wrapper.list.products-list > ol > li {
    padding: 16px 20px;
}

.block-customer-login {
    width: 100% !important;

}

#maincontent > div.columns > div > div.product-info-main > div.product-info-price > div.price-box.price-final_price,
#maincontent > div.columns > div > div.product-info-main > div.product-info-price > div.product-info-stock-sku {
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 10px;
}

#minicart-content-wrapper > div.block-content {
    box-shadow: none;
}

#maincontent > div.columns > div > div.product.media {
    margin-top: 0px;
    padding: 10px 12px;
}

.pdf_wrapper {
    margin: 5px;
    padding: 10px;
}

#pdf-contents {
    height: auto;
}

#item_edit {
    display: none;
}

#pdf-canvas, .pdf_canvas {
    box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 8px;
    border-radius: 4px;
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
}

.doc_control {
    float: right;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    border-radius: 4px;
    background: #999999;
    padding: 8px;
    color: #ffffff;
    margin: 5px;
}

.doc_control ul li {
    list-style-type: none;
}

.doc_control ul li:hover {
    color: #0a0a0a;
}

.map_beans {
    display: none;
}

.zip_file_content li {
    list-style-type: none;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #efefef;
    margin: 2px;
}

.zip_file_content li:hover {
    background: #cccccc;
}

.magic_beans ul {
    margin-bottom: 4px;
}

.magic_beans li {
    list-style-type: none;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    background: palegreen;
    margin: 2px;
    cursor: pointer;
}

.magic_beans li:hover {
    background: #0bc7ff;
}

.magic_bean_map {
    font-weight: bold;
}

.field_mapped_cols {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 4px 8px;
}

.print_review {
    display: none;
    background: #ff8800;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.packing, .letter, .date_poss {
    background: #E6DF2A;
    color: #333333;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 4px;

}

.bean_error {
    background: red;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    display: none;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.pack_summary {

}

.map_slug {
    display: none;
    background: #efefef;
    padding: 4px 8px;
    border-radius: 4px;
}

.est_price {
    width: 456px;
}

.edit_document {
    display: none;
}

.magic_address {
    background: #00BF96;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    display: none;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.zip_file_view {
    cursor: pointer;
}

.process_activity {
    float: right;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
    display: none;
}

.toggle_beans {
    display: none;
    float: right;
    margin-top: -30px;
    opacity: 0.6;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal-popup .modal-inner-wrap {
    width: 95%;
}

.address_view {
    padding: 20px 30px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
}

.address_slug, .pack_summary {
    float: left;
    width: 300px;
    margin: 8px;
    background: #97f3f6;
    border-radius: 3px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
}

.address_buttons {
    clear: both;
    padding-top: 20px;
    margin: 8px;
}

.address_template {
    float: right;
}

#address_list_table {
    font-size: 10px;
}

#pdf-main-container {
    height: auto;
    overflow: auto;
    border-radius: 4px;
    padding: 8px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
}

.canvas_slug {
    min-height: 400px;
    height: auto;
    overflow: auto;
}

.document_sumary, .document_finish, #asset_slugs {
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    border-radius: 4px;
    background: #ffffff;
    padding: 8px 16px;
    margin: 5px;
    overflow-x: hidden;
}

#doc-info, #page-count-container {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 12px;
    background: #9f9a91;
    border-radius: 3px;
    display: none;
}

.row_selected {
    background: #0bc7ff;
    font-weight: bold;
}
.add_asset{float: right}

.sub_file {
    font-size: 10px;
    cursor: pointer;
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 4px;
    list-style: none;
}

.sub_file:hover {
    background: #e2e2e2;
}
.file_slugs{font-size: 16px;width:250px;float: left;margin:2px;}

.progress_loader {
    float: right;
    position: relative;
    height: 10px;
    width: 80px;
    border: 10px solid #f4a261;
    border-radius: 15px;
}

.progress_loader .loader_color {
    position: absolute;
    background-color: #f4a261;
    width: 0px;
    height: 10px;
    border-radius: 15px;
    animation: progres 4s infinite linear;
}

@keyframes progress_loader {
    0% {
        width: 0%;
    }
    25% {
        width: 50%;
    }
    50% {
        width: 75%;
    }
    75% {
        width: 85%;
    }
    100% {
        width: 100%;
    }
}

.document_finish {
    float: right;
    width: 300px;
    height: auto;
}

.file_view span, .magic_address span {
    text-overflow: ellipsis;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    margin-left: 10px;
}

.opt_param {
    min-height: 30px;
    overflow: auto
}

.opt_param input, .opt_param select {
    font-size: 10px;
    height: 22px;
    padding: 4px;
    margin: 4px 0px;
    border-radius: 4px;
}

.opt_toggle {
    color: white;
    font-size: 10px;
    padding: 4px 8px;
    cursor: pointer;
    background: #151f17;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 3px;
    margin-right: 4px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.sub_opt {
    font-size: 11px;
    margin: 0px 4px;
    line-height: 18px;
    float: right;
}

.opt_interleave {
    float: right;
}

.select_mix_colour {
    color: white;
    font-size: 10px;
    padding: 4px 8px;
    cursor: pointer;
    background: #666666;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 1px 1px;
    margin-right: 4px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.opt_selected {
    font-weight: bold;
}

#documents-info {
    width: 250px;
    float: left;
}

.document_highlight {
    background: rgba(11, 199, 255, 0.25);
}

.document_sumary i {
    font-size: 1.2em;
    cursor: pointer;
}

.minicart-items .product-item-details {
    padding-left: 0px !important;
}

.product .options .list dt {
}

.product .options .list dd {
}

@media only screen and (max-width: 600px) {
    #pdf-canvas {
        box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
        border-radius: 4px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 80%;
    }
}

#pdf-canvas-snip, .thumbnail_hide {
    display: none;
}

div.page-wrapper > div.sections.nav-sections {
    box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;
}

.order-products-toolbar, form, .block-content {
    padding: 10px 12px;
}

.col .name, .col .price, .col.sku, .col .subtotal {
    font-size: 14px !important;

}

.actions-toolbar .primary {
    float: right;
}

.order-details-items {
    border: none;
    padding: 0px;
}

.order-links {
    display: none
}

#co-payment-form > fieldset > div.payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}

#co-payment-form > fieldset > div.step-title.newsletter-title {
    display: none;

}

#co-payment-form > fieldset > div.newsletter-subscribe {
    display: none;
}

#product_addtocart_form > div.product-options-bottom > div > div > div.field.qty {
    display: none;
}

.colour_paper_ranges {
    float: left;
    width: 120px !important;
}

.bod, .subbod, .extra_bod {
    float: left;
    font-size: 12px;
    padding: 4px 8px;
    width: 24%;
    margin: 1px;
    border: 1px solid #e2e2e2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 1px #2196F3;
}

.custom_list_holder, .extra_list_holder, .add_extra_address {
    clear: both;
    width: 100%;
    height: auto;
    overflow: auto;
}

.info_block {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 0px !important;
    padding: 10px 30px;
    font-size: 12px;
    background: #efefef;
}

.pblock {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 2px !important;
    padding: 10px;
    height: auto;
    overflow: visible;
    font-size: 12px;

}
.pblock button {
    margin-right: 8px;
}
.pblock label{font-weight: bold}

.zip_file_content {
    height: 200px;
    overflow-y: scroll;
}

.zip_address {
    float: right;
    color: #4db53c;
    display: none;
}
#bind_sels{display: none;}
.req_app {
    display: none
}

.pblock button {
    float: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
    margin: 5px;
}

.document_finish .switch {
    float: right;
    margin: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #428275;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.event_slug {
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    background-color: rgba(150, 243, 57, 0.53);
    box-shadow: 0 0 1px #2196F3;
    margin: 4px;

}

.event_slug_column_left {
    width: 49%;
    float: left;
}

.event_slug_column_right {
    width: 49%;
    float: right;
}

.event_slug_block {
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    background-color: rgba(150, 243, 57, 0.53);
    box-shadow: 0 0 1px #2196F3;
    margin: 4px;
    width: 100%;

    min-height: 65px;
    overflow: auto;
}

.select2 {
    width: 50%;
}

.course_delegate, .course_file {
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 16px;
    font-width: bold;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 1px #2196F3;
    margin: 4px;
    height: auto;
}

.check_all {
    float: right;
}

#delegate_list {
    max-height: 360px;
    overflow-y: scroll;
}

.file_trash, .delegate_trash {
    float: right;
    opacity: 0.5;

}

.file_trash:hover, .delegate_trash:hover {
    opacity: 0.6
}

.delegate_switch, .file_switch {
    float: right;
    margin: 0px;
}

#course_files {
    margin: 6px 0px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* bootstrap items */
.widget-container {
    box-sizing: border-box;
    width: 100%;
    clear: both;

    overflow: auto;

}

.widget-container a:hover {
    text-decoration: none;

}

.widget_block {
    box-sizing: border-box;
    min-width: 22%;
    height: 80px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.40) 0px 3px 8px;
    border-radius: 4px;
    background: #357d7f;
    display: inline;
    float: left;
    align-items: center;
}

.widget_block i {
    float: left
}

@media only screen and (max-width: 600px) {
    .widget_block {
        width: 98%;
        text-overflow: ellipsis;
    }
}

@media only screen and (min-width: 600px) {
    .widget_block {
        width: 32%;
        text-overflow: ellipsis;
    }
}

@media only screen and (min-width: 992px) {
    .widget_block {
        width: 22%;
    }
}

.widget_block:hover {
    background: #45aeb3;
    box-shadow: rgba(0, 0, 0, 0.80) 0px 3px 8px;
}

.widget_card {
    display: table-cell;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;

    font-weight: 400;
    line-height: 1.5;
    text-align: center !important;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    padding-top: 10px;
    color: #fff !important;

}

.card-body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 40px;
    text-align: center !important;
    word-wrap: break-word;
    color: #fff !important;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 1px;

    padding: 1.25rem;
}

.card-title {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center !important;
    word-wrap: break-word;
    color: #fff !important;
    box-sizing: border-box;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: .75rem;

}

.card-back, .card-front {
    float: right;
}

#card-nav {
    float: right;
}

#download_card {
    display: none;
}

/* hide prices */

.price-container,
.col.price,
.col.subtotal,
.col.total,
.block.shipping,
.cart-totals,
.price-excluding-tax,
.totals.sub,
.grand.totals,
.subtotal,
.totals-tax,
.grand_total,
.box.box-order-billing-method,
.payment-group div.step-title {
    /* display: none;*/
}

.pdf_price_slug {
    /* box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;*/
    clear: both;
    border-radius: 4px;
    padding: 12px 8px;

    margin-left: auto;
    margin-right: auto;
    display: none;
    width: auto;
}

.tab-head {
    float: left;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
}

.single-card, .multiple-card {
    clear: both;
}

.multiple-card {
    display: none;
}

.card_item {
    cursor: pointer;
}

.csv-template {
    display: none
}


.product-info-main .product-info-price {
    border: none !important;
}

.pdf_canvas_slug {
    border: none !important;
}

.price-box .price-final_price {
    /*  display: none; */
}

.cart-container .cart-summary #block-shipping {
    display: none;
}

.price-wrapper {
    /* display: none; */
}

.batch_appr {
    float: left;
}

.key_slug {
    float: left;
    margin-right: 10px;
}

.pdf_view {
    cursor: pointer;
}

.pdf_view i {
    font-size: 1.2em;
}

.pdf_view:hover {
    text-decoration: underline;
}

.key_slug i {
    font-size: 1.2em;
    cursor: pointer;
}

.batch_sumary td, .batch_sumary th {
    padding: 0px !important;
}

.NoStatus {
    color: #6d6d6d;
}

.NoPrimary {
    color: #ba0000;
}

.PrimaryError {
    color: #d67c1c;
}

.ExitOnly {
    color: #9fcbff;
}

.ExitError {
    color: #e88deb;
}

.Completed {
    color: #286809;
}

.Pulled {
    color: #FFC082;
}

.prog_badge {
    height: auto;
    width: auto;
    float: left;
    line-height: 36px;
    padding: 5px 12px;
    border-radius: 5px;
    margin: 8px;
    font-size: 11px;
    background: #AAC2E3FF;
    cursor: pointer;
}
.batch_info_slug{
    float: right;
    font-size: 16px;
    line-height: 30px;
}

.doc_badge {
    background: #8fdf82;
    font-size: 11px;
    line-height: 16px;
    width: 300px;
    padding: 4px 8px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc_badge_red {
    background: red;
    font-size: 11px;
    color: white;
    font-weight: bold;
    line-height: 16px;
    width: 300px;
    padding: 4px 8px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 3px 8px;
    margin-bottom: 8px;
}

/* default dms */
.batch_nav, .batch_opt, .batch_client {

}

.batch_data_table {
    display: block
}

.batch_bulk_result {
    background-color: lavender;
}

.batch_sec_result {

    background-color: #f3cabe;
}

.data-row {
    cursor: pointer;
}

#batch_report_list_table td, #batch_report_list_table th {
    font-size: 11px;
}

#batch_report_list_table {
    width: 100%;
}

.tool_block {
    float: left;
    background: #eceae6;
    margin: 2px;
    padding: 8px;
    border-radius: 4px;
    height: 46px;
}

.batch_grid {
    float: left;
}

.batch_nav, .pdf_nav, .pdf_status, .batch_opt, .batch_sec, .batch_tools, .pdf_wrapper, .pdf_canvas, .batch_appr {
    display: none;
}

.margin-right-30 {
    margin-right: 30px;
}

