.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777777;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: 2px;
    padding-left: 10px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.door-to-door-flyer-main-map {
    line-height: 0;
    transform: scale(1);
}

@media only screen and (max-width: 992px) {
    .door-to-door-flyer-main-map svg {
        margin-left: 0;
    }

    @-moz-document url-prefix() {
        .door-to-door-flyer-main-map svg {
            margin-left: 0;
        !important;
        }
    }
}

#door-to-door-flyer-main-map-svg a g polygon {
    opacity: .01;
    transition: all .4s ease-in-out;
}

#door-to-door-flyer-main-map-svg a:hover g polygon,
#door-to-door-flyer-main-map-svg a.selected g polygon {
    fill: #3585b3;
    opacity: .6;
    transition: all .4s ease-in-out;
}

#door-to-door-flyer-main-map-svg a g path {
    opacity: .01;
    transition: all .4s ease-in-out;
}

#door-to-door-flyer-main-map-svg a:hover g path,
#door-to-door-flyer-main-map-svg a.selected g path {
    fill: #3585b3;
    opacity: .6;
    transition: all .4s ease-in-out;
}

.image-map-pro-shortcode .imp-ui-scroll-message-wrap-inner {
    justify-content: start !important;
    align-items: end !important;
    padding-bottom: 15px;
}

.door-to-door-flyer-breadcrumb {
    margin-bottom: 12px !important;
}

.door-to-door-flyer-breadcrumb .back {
    color: red;
}

.door-to-door-flyer-breadcrumb .back::before {
    content: '\21A9';
    margin-left: 5px;
}

.image-map-pro-shortcode .imp-shape-poly {
    fill: transparent !important;
    opacity: 0 !important;
}

.image-map-pro-shortcode .imp-shape-poly.imp-shape-highlighted {
    fill: #000 !important;
    opacity: .25 !important;
}

.image-map-pro-shortcode .imp-shape-poly.door-to-door-flyer-subsection-loading {
    fill: #149713 !important;
    opacity: .4 !important;
}

.image-map-pro-shortcode .imp-shape-poly.door-to-door-flyer-subsection-selected {
    fill: #149713 !important;
    opacity: .5 !important;
}

.image-map-pro-shortcode.ajax-loading {
    position: relative;
}

.image-map-pro-shortcode.ajax-loading::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    opacity: .75;
    z-index: 100;
}

.image-map-pro-shortcode.ajax-loading::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 15px solid #23aae4;
    border-bottom-color: #e1e1e1;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: loading-rotation 1s linear infinite;
    z-index: 101;
}

@keyframes loading-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.door-to-door-flyer-order-popup-button {
    background-color: #23aae4;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 200px;
    z-index: 100001;
}

.door-to-door-flyer-order-popup-notices {
    position: fixed;
    z-index: 100001;
    bottom: 80px;
    right: 20px;
    max-width: 50%;
}

.door-to-door-flyer-order-popup {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 3px solid #e6e6e6;
    background: #fff;
    z-index: 100001;
}

.door-to-door-flyer-order-popup.opened {
    display: block;
    min-width: 400px;
    max-width: 480px;
    max-height: calc(100vh - 60px);
}

.door-to-door-flyer-order-popup .door-to-door-flyer-order-popup-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #23aae4;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -10px;
    text-decoration: none;
}

.door-to-door-flyer-order-popup .door-to-door-flyer-order-popup-close:hover,
.door-to-door-flyer-order-popup .door-to-door-flyer-order-popup-close:focus {
    background: #3585b3;
}

.door-to-door-flyer-order-popup .door-to-door-flyer-order-popup-content {
    height: 100%;
    max-height: calc(100vh - 80px); /* 60px and padding size */
    overflow-y: auto;
    padding: 10px;
}

.door-to-door-flyer-order-popup .door-to-door-flyer-order-popup-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}

.door-to-door-flyer-order-popup .door-to-door-flyer-order-popup-description {
    margin-bottom: 10px;
}

.door-to-door-flyer-order-items {
    position: relative;
}


.door-to-door-flyer-order-items.ajax-loading {
    position: relative;
}

.door-to-door-flyer-order-items.ajax-loading::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: white;
    opacity: .75;
    z-index: 100;
}

.door-to-door-flyer-order-items.ajax-loading::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 10px solid #23aae4;
    border-bottom-color: #e1e1e1;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: loading-rotation 1s linear infinite;
    z-index: 101;
}

.door-to-door-flyer-order-items .door-to-door-flyer-order-item {
    position: relative;
    border: 1px solid #dce9f2;
    padding: 10px;
    box-sizing: border-box;
    background: #e1f6ff;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #313131;
    font-size: 16px;
}

.door-to-door-flyer-order-items .door-to-door-flyer-order-item .door-to-door-flyer-order-item-remove {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

.door-to-door-flyer-order-items .door-to-door-flyer-order-item .door-to-door-flyer-order-item-remove:hover,
.door-to-door-flyer-order-items .door-to-door-flyer-order-item .door-to-door-flyer-order-item-remove:focus {
    opacity: 0.5;
    text-decoration: none;
}

.door-to-door-flyer-order-form fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.door-to-door-flyer-order-form legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.door-to-door-flyer-order-form input[type="text"],
.door-to-door-flyer-order-form input[type="email"],
.door-to-door-flyer-order-form input[type="tel"],
.door-to-door-flyer-order-form input[type="number"] {
    display: inline-block;
    padding: 10px 8px;
    width: 100%;
    margin-bottom: 6px;
    box-shadow: 0 0 0 transparent;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.door-to-door-flyer-order-form select {
    display: inline-block;
    padding: 10px 8px;
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    box-shadow: 0 0 0 transparent;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.door-to-door-flyer-order-form div.field-group {
    margin-bottom: 12px;
}

.door-to-door-flyer-order-form div.field-group label {
    display: block;
}

.door-to-door-flyer-order-form legend.legend-hidden {
    display: none !important;
}

.door-to-door-flyer-order-form div.field-group.field-group-hidden {
    display: none !important;
}

.door-to-door-flyer-order-form .field-hidden {
    display: none !important;
}

.door-to-door-flyer-order-form .door-to-door-flyer-print-field,
.door-to-door-flyer-order-form .door-to-door-flyer-product-field,
.door-to-door-flyer-order-form .door-to-door-flyer-print-quantity-field,
.door-to-door-flyer-order-form .door-to-door-flyer-print-graphics-design-field {
    border: 1px solid #fff1be;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff7d9;
}

.door-to-door-flyer-order-form .door-to-door-flyer-print-size-flyers-field,
.door-to-door-flyer-order-form .door-to-door-flyer-print-size-postcards-field,
.door-to-door-flyer-order-form .door-to-door-flyer-print-size-door_hangers-field,
.door-to-door-flyer-order-form .door-to-door-flyer-print-size-brochures-field {
    border: 1px solid #dce9f2;
    padding: 10px;
    box-sizing: border-box;
    background: #e1f6ff;
    border-radius: 10px;
}

.door-to-door-flyer-order-form .stepDetails .btn.next,
.door-to-door-flyer-order-form .stepDetails .btn.prev {
    margin: 10px 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background-color: #3585b3;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.door-to-door-flyer-order-form #door-to-door-flyer-order-submit {
    margin: 10px 0;
    padding: 10px 20px;
    width: auto;
    height: auto;
    background-color: #3585b3;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    float: right;
}

.door-to-door-flyer-order-form .clearfix {
    clear: both;
}

/**
 * Door to Door Flyer
 * select2
 */
.select2-container--default,
.select2-container--door_to_door_flyer {
    z-index: 1000001;
}

.select2-container--door_to_door_flyer .select2-selection--single {
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 6px;
    height: 40px;
}

.select2-container--door_to_door_flyer .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

.select2-container--door_to_door_flyer .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--door_to_door_flyer .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--door_to_door_flyer .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--door_to_door_flyer .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--door_to_door_flyer.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--door_to_door_flyer.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--door_to_door_flyer.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--door_to_door_flyer .select2-selection--multiple {
    cursor: text;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin-bottom: 0;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 5px;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
    border-right: 1px solid silver;
    padding-right: 5px;
}

.select2-container--door_to_door_flyer .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--door_to_door_flyer[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--door_to_door_flyer.select2-container--focus .select2-selection--multiple {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: 2px solid transparent;
}

.select2-container--door_to_door_flyer.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--door_to_door_flyer.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--door_to_door_flyer.select2-container--open.select2-container--above .select2-selection--single, .select2-container--door_to_door_flyer.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--door_to_door_flyer.select2-container--open.select2-container--below .select2-selection--single, .select2-container--door_to_door_flyer.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--door_to_door_flyer .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--door_to_door_flyer .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    min-height: auto;
    margin: 0;
}

.select2-container--door_to_door_flyer .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--door_to_door_flyer .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--door_to_door_flyer .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--door_to_door_flyer .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--door_to_door_flyer .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--door_to_door_flyer .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1f1;
    color: #404040;
}

.select2-container--door_to_door_flyer .select2-results__option--highlighted[aria-selected=true]:hover {
    text-decoration: line-through;
}

.select2-container--door_to_door_flyer .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--door_to_door_flyer .select2-dropdown {
    border-color: #ddd;
}

.select2-container--door_to_door_flyer .select2-results ul.select2-results__options li.select2-results__option {
    margin-bottom: 0;
}

.select2-container--default #select2-door-to-door-flyer-product-results .select2-results__option .img-product,
.select2-container--door_to_door_flyer #select2-door-to-door-flyer-product-results .select2-results__option .img-product,
.select2-container--door_to_door_flyer #select2-door-to-door-flyer-print-size-brochures-results .select2-results__option .img-size-brochures {
    max-height: 48px;
}