@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap');

/*
 * Page-version shipment tokens are optional.
 *
 * CQL/MOL define them in their variables.css files.
 * Other page versions do not need to define them: the fallbacks below
 * preserve the existing SPX/default shipment appearance.
 *
 * Supported tokens:
 * --shipment-primary
 * --shipment-primary-hover
 * --shipment-primary-hover-strong
 * --shipment-primary-gradient
 * --shipment-selection-background
 * --shipment-on-primary
 * --shipment-primary-shadow
 * --shipment-hover-border
 *
 * Button colors use the global --button-* theme variables directly.
 */

@media (min-width: 1200px){
    .container-wide {
        max-width: 1470px !important;
    }
}

.btn-default {
    color: var(--shipment-on-primary, #fff) !important;
    background: var(--button-default-background, #0069d9) !important;
    border-color: var(--button-default-border, #0062cc) !important;
}

.btn-default:hover,
.btn-default:focus {
    color: var(--shipment-on-primary, #fff) !important;
    background: var(--button-default-hover-background, #0062cc) !important;
    border-color: var(--button-default-hover-border, #0062cc) !important;
}

.btn-primary {
    color: var(--shipment-on-primary, #fff) !important;
    background: var(--button-primary-background, #f29d01) !important;
    border-color: var(--button-primary-border, #f29d01) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--shipment-on-primary, #fff) !important;
    background: var(--button-primary-hover-background, #f29d01) !important;
    border-color: var(--button-primary-hover-border, #f29d01) !important;
}

body#simplePage header .title
{
    font-family: Roboto;
    font-weight: 100 !important;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.radio-button, .radio-button-like
{
    width: 180px;
    display: inline-block;
    border: 3px solid white;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    margin: 5px;
    transition: all .3s ease;
}

.radio-button-compact
{
    padding: 15px;
    line-height: 12px;
}

.radio-button-compact img
{
    height: 50px;
    width: 50px;
}


.radio-button.condensed, .radio-button-like.condensed
{
    padding: 5px;
    height: 60px;
    line-height: 45px;
}

.radio-button.disabled, .radio-button-like.disabled
{
    /*color: white;*/
    border: 3px solid gray;
    cursor: not-allowed;
}

.radio-button.disabled img, .radio-button.disabled span, .radio-button-like.disabled span
{
    opacity: 0.3;
}

.radio-button.active,
.radio-button-like.active {
    border: 3px solid var(--shipment-primary, #097e35);
    transform: scale(1.03);
}


.radio-button:not(.active) img
{
    opacity: 0.5;
}

.radio-button.condensed.active {
    color: var(--shipment-on-primary, #fff);
    background: var(--shipment-selection-background, #000);
}

.radio-button.condensed.optimal.active,
.radio-button-like.condensed.pre-routing.active {
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%));
    color: var(--shipment-on-primary, #fff);
}

.radio-button.condensed.optimal.active,
.radio-button-like.condensed.non-routing.active {
    background: var(--shipment-selection-background, #000);
    color: var(--shipment-on-primary, #fff);
}

.radio-button:hover:not(.active):not(.disabled),
.radio-button-like:hover:not(.active):not(.disabled) {
    border: 3px solid var(--shipment-primary-hover, rgba(9, 126, 53, 0.5));
    transform: scale(1.03);
}

.data-type-item
{
    display: none;
}

#pan-p-wrapper
{
    position: relative;
}

#pan-p
{
    position: absolute;
    right: 30%;
    /*bottom: -250px;*/
    top: 5px;
    bottom: 5px;
    width: 100px;
    /*bottom: 5px;*/
    background-image: url('../../img/shipment/pan.png');
    background-size: cover;
    z-index: 40;
    /*transition: top 2s ease-in-out;*/
}

/*#pan-p.show*/
/*{*/
/*    top: -150px;*/
/*}*/

/*#pan-p.run*/
/*{*/
/*    transition: all 0.1s linear;*/
/*}*/

.size-inputs-wrapper input
{
    width: 60px !important;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#operators-wrapper
{
    text-align: center;
    min-height: 150px;
}

.operator-block
{
    display: inline-block;
    width: 130px;
    height: 200px;
    text-align: center;
    border: 2px solid gray;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
    transition: all .5s ease;
}


.operator-block .operator-name
{
    padding: 2px;
    background: gray;
    height: 47px;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 0.9em;
    font-weight: bold;
    position: absolute;
}

.operator-block .operator-price
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
}

.operator-block .operator-currency
{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 0.7em;
    background: darkgray;
    color: white;
    line-height: 20px;
}

.operator-block .operator-logo
{
    /*background-color: yellow;*/
    position: absolute;
    bottom: 50px;
    top: 47px;
    left: 0;
    right: 0;
    background-image: url('../../img/shipment/crown.png');
    background-size: 100% 100%;
    filter: grayscale(100%);
}

.operator-block:hover
{
    transform: scale(1.05);
}

.operator-block:hover .operator-logo
{
    filter: grayscale(0);
}

.operator-block .operator-attr
{
    background-color: #20a53f;
    position: absolute;
    bottom: 50px;
    height: 30px;
    left: 0;
    right: 0;
    line-height: 30px;
    opacity: 0.7;
    font-size: 0.7em;
    transition: all .5s ease;
}

.operator-block.selected .operator-price {
    color: var(--shipment-on-primary, #fff);
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%));
    filter: grayscale(0);
}

.operator-block .operator-details
{

}

.operator-block:not(.processing):not(.selected):not(.notAvailable):hover {
    border: 2px solid var(--shipment-hover-border, #097e35);
}

.processing {
    animation: blinker 1s linear infinite;
    cursor: progress;
}

@keyframes blinker {
    50% {
        opacity: 25%;
    }
}

.operator-block.selected {
    border: 2px solid var(--shipment-primary, #097e35);
    transform: scale(1.05);
}

.operator-block.notAvailable {
    cursor: not-allowed;
    opacity: 25%;
}

#bottom-bar-wrapper
{
    bottom: -1px;
    background-color: white;
    z-index: 300;
    position: relative;
}



@media (min-width: 600px){
    #bottom-bar-wrapper
    {
        position: sticky;
    }
}

#bottom-bar-wrapper.floating .mainCnt
{

}

#price-bar-wrapper
{
    /*bottom: -1px;*/
    background-color: white;
    z-index: 300;
    transition: all .5s ease;
    margin-bottom: 25px;
    overflow: hidden;
}

#bottom-bar-wrapper.floating .continue-button
{
    display: none;
}

#bottom-bar-wrapper .go-to-bottom-button
{
    display: none;
}


#bottom-bar-wrapper.floating .go-to-bottom-button
{
    display: block;
}

#price-bar-wrapper .mainCnt
{
    /*transition: all .5s ease;*/
}

#price-bar-wrapper .mainCntHeader
{
    /*transition: all .5s ease;*/
}

#bottom-bar-wrapper.floating #price-bar-wrapper
{
    margin-bottom: -10px !important;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .mainCnt {
    border-top: 2px solid var(--shipment-primary, #097e35) !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

#bottom-bar-wrapper.floating #operators-wrapper
{
    min-height: 50px;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .mainCntHeader
{
    display: none !important;
}

#bottom-bar-wrapper.floating #price-bar-wrapper #preRoutingOperatorLabel
{
    height: 130px;
}

#bottom-bar-wrapper.floating #price-bar-wrapper #preRoutingOperatorLabel .pre-routing-logo
{
    bottom: 80px;
    top: 0;
    left: 0;
    right: 0;
}


#bottom-bar-wrapper.floating #price-bar-wrapper #preRoutingOperatorLabel .pre-routing-name
{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 30px;
    text-align: center;
    font-weight: bold;
}



#bottom-bar-wrapper.floating #price-bar-wrapper #preRoutingDescription
{
    display: none;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .operator-block
{
    height: 90px;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .operator-block .operator-name
{

    padding: 0 !important;
    font-size: 0.7em;
    line-height: 10px;
    height: 36px;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .operator-block .operator-logo
{
    /*height: 0;*/
}

#bottom-bar-wrapper.floating #price-bar-wrapper .operator-block .operator-attr
{
    display: none !important;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .radio-button-like
{
    padding: 0;
    transition: all .5s ease;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .alert
{
    display: none;
    transition: all .5s ease;
}

#bottom-bar-wrapper.floating #price-bar-wrapper .courier-type-separator
{
    line-height: 100px !important;
    transition: all .5s ease;
}

#bottom-bar {
    position: relative;
    height: auto;
    padding: 15px 30px !important;
    z-index: 50;
    border-top: 2px solid var(--shipment-primary, #097e35);
    -webkit-box-shadow: 0 -1px 2px 0 rgba(66, 68, 90, 1);
    -moz-box-shadow: 0 -1px 2px 0 rgba(66, 68, 90, 1);
    box-shadow: 0 -1px 2px 0 rgba(66, 68, 90, 1);
}

#bottom-bar button[type=submit]
{
    font-weight: bold;
    padding: 10px 30px !important;
}

#bottom-bar button[type=submit]:hover {
    text-decoration: none;
    transform: scale(1.05);
    transition: all .5s ease;
}

#bottom-bar .notification-message
{
    display: inline-block;
    text-align: center;
}

#bottom-bar .notification-message .badge
{
    white-space: break-spaces !important;
}

#bottom-bar .price-block
{
    display: inline-block;
    vertical-align: top;
}

#bottom-bar .price-block .price-label
{
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
}

#bottom-bar .price-block .price-values-wrapper
{
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

#bottom-bar .price-block .price-value-wrapper-no-tax
{
    font-size: 0.9em;
}

#bottom-bar .price-block .price-value {
    position: relative;
    font-size: 1.3em;
    display: inline-block;
    width: 90px;
    background: white;
    color: var(--shipment-primary, #097e35);
}


#bottom-bar .price-block .price-value-no-tax
{
    font-size: 1em;
    display: inline-block;
    width: 90px;
}

#bottom-bar .price-block .price-suffix
{
    font-size: 0.8em;
}

#bottom-bar .price-block .price-no-tax
{
    display: inline-block; vertical-align: top;
}




.is-pinned {
    color: red;
}



#preRoutingOperatorLabel
{
    position: relative;
    height: 150px;
    width: 200px;
    text-align: center;
    border: 2px solid gray;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    vertical-align: top;
    transition: all .5s ease;
}



#preRoutingOperatorLabel .pre-routing-name
{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

#preRoutingOperatorLabel .pre-routing-logo
{
    background-image: url(../../img/shipment/crown.png);
    bottom: 80px;
    top: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

#preRoutingOperatorLabel .pre-routing-price-netto
{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 0.7em;
    background: darkgray;
    color: white;
    line-height: 20px;

}

#preRoutingOperatorLabel .pre-routing-price-brutto
{
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
}


#preRoutingOperatorLabel:hover:not(.disabled):not(.active) {
    border: 2px solid var(--shipment-hover-border, #097e35);
}

#preRoutingOperatorLabel.active {
    border: 2px solid var(--shipment-primary, #097e35);
    color: var(--shipment-on-primary, #fff);
    background: var(--shipment-selection-background, #000);
}

#preRoutingOperatorLabel.active .pre-routing-price-brutto {
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%));
    color: var(--shipment-on-primary, #fff);
}

#preRoutingOperatorLabel.active .pre-routing-logo
{
    background-image: url(../../img/shipment/crown_w.png);
}

#preRoutingOperatorLabel.disabled
{
    border: 3px solid gray;
    cursor: not-allowed;
    opacity: 0.3;
}



#preRoutingDescription
{
    transition: all .5s ease;
}

#preRoutingDescription.hidden
{
    display: none;
}

/*.help-block*/
/*{*/
/*    display: none !important;*/
/*}*/

#loader-main-container
{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1100;
}

.type-img
{
    width: 75px;
}



.mainCntHeader {
    color: var(--shipment-on-primary, #fff);
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%));
    font-size: 1.2em;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    border-radius: 10px 10px 0 0;
    padding: 5px 15px;
    font-weight: bold;
    font-family: Roboto;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.shipment-page .mainCnt {
    color: var(--shipment-panel-text, #000);
    background: var(--shipment-panel-background, #f5f5f5);
    padding: 30px;
    padding-bottom: 0 !important;
    border-radius: 10px;
}

.mainCnt.equal
{
    height: 100%;
}

fieldset
{
    border: 1px solid lightgray !important;
    padding: 5px !important;
    margin-bottom: 20px !important;
    border-radius: 5px;
}

fieldset legend
{
    font-size: 1em;
}

/* Courier dimensions are rendered directly inside the fieldset. Bootstrap 4
 * makes .form-control display:block, so restore the original inline L x D x W layout. */
.shipment-page fieldset > input[name$="[courier_size_l]"],
.shipment-page fieldset > input[name$="[courier_size_d]"],
.shipment-page fieldset > input[name$="[courier_size_w]"]
{
    display: inline-block;
    width: 20% !important;
    min-width: 70px;
    max-width: 140px;
    vertical-align: middle;
    margin: 0 .25rem;
}

.shipment-page fieldset > input[name$="[courier_size_w]"] + .input-group-prepend
{
    display: inline-block !important;
    vertical-align: middle;
    margin-left: .25rem;
}

.shipment-page fieldset > input[name$="[courier_size_w]"] + .input-group-prepend .input-group-text
{
    display: inline-flex;
    align-items: center;
    min-height: calc(1.5em + .75rem + 2px);
}

@media (max-width: 575.98px)
{
    .shipment-page fieldset > input[name$="[courier_size_l]"],
    .shipment-page fieldset > input[name$="[courier_size_d]"],
    .shipment-page fieldset > input[name$="[courier_size_w]"]
    {
        width: 24% !important;
        min-width: 58px;
        margin-left: .1rem;
        margin-right: .1rem;
    }
}

.fieldset-group {
    padding: 1rem !important;
}

.fieldset-group-pb-0 {
    padding: 1rem 1rem 0 !important;
}

.alert-simple {
    border-bottom: 2px solid var(--shipment-primary, #097e35) !important;
    border-radius: 5px !important;
}

.form-group .help-block:empty {
    display: none;
}

.invalid-feedback {
    display: block;
}

.bootstrap-maxlength
{
    margin-top: -50px !important;
    margin-left: -10px !important;
    font-size: 0.8em !important;
    color: gray;
    z-index: 10 !important;
}

.bootstrap-maxlength.limit-reached {
    color: var(--shipment-primary, #097e35);
}

.grayscale
{
    filter: grayscale(100%);
}

img.flip-h
{
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

#bottom-bar .price-label
{
    display: flex;
    align-self: center;
    vertical-align: middle;
    height: 100%;
    margin-right: 5px;
}

#bottom-bar .price-wrapper
{
    background: white;
    min-width: 170px;
}

#bottom-bar #price-loader
{
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    /*display: none;*/
}

#bottom-bar #price-loader > img
{
    width: 100%;
    height: 100%;
}

#bb-price-value {
    font-size: 2em;
    font-weight: bold;
    color: var(--shipment-primary, #097e35);
}

#bottom-bar .price-value-netto-wrapper
{
    font-size: 0.9em;
    margin-top: -5px;
    margin-bottom: 2px;
}

.modal.type-info
{
    z-index: 1200 !important;
}


.modal-dialog.modal-xl
{
    max-width: 95% !important;
}

.pudo-point-details
{
    transition: all .5s ease;
    display: none;
    margin: 10px auto;
}

.pudo-point-details > div
{
    background: white;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.pudo-point-details > div > div
{
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.pudo-point-details .img
{
    vertical-align: bottom;
    max-height: 50px;
}

#bottom-bar-left
{
    width: 230px;
    flex: 0 0 230px;
    -ms-flex: 0 0 230px;
}

#bottom-bar-center
{

}

#bottom-bar-operator-selection
{

}

@media (max-width: 600px){
    #bottom-bar-left
    {
        text-align: center !important;
        margin: 5px auto !important;
    }

    #bottom-bar-right
    {
        text-align: center !important;
    }

    #bottom-bar-operator-selection
    {
        text-align: center;
    }

    .alert.animated.fadeInDown
    {
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        width: auto;
        border: 1px solid var(--shipment-primary, #097e35);
    }

    body#simplePage header .img img
    {
        width: auto  !important;
    }

    body#simplePage header .title
    {
        overflow: visible !important;
        white-space: normal !important;
    }

    /* map modal */
    .appcointainer #lmap {
        width: 100% !important;
    }

    .appcointainer .filters
    {
        display: none !important;
    }

    .box-visualisation
    {
        display: none;
    }

    .courier-type-separator
    {
        line-height: normal !important;
    }

    #pan-p
    {
        display: none !important;
    }
}

.bb-price-currency
{
    font-size: 0.8em;
}

.bootstrap-dialog-header {
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%)) !important;
}

.alert .progress-bar {
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%)) !important;
}

.alert .message
{
    font-size: 1.1em;

}

.alert .progress
{
    margin-top: 0;
    height: 5px  !important;
    border-radius: 0  !important;
}


.form-label-group label.hide-label /*. hotfix for bs4-floating-labels to use with typeahead*/
{
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

.address-exchange {
    position: absolute;
    left: 50%;
    top: 100px;
    background: white;
    border: 2px solid var(--shipment-primary, #097e35);
    width: 50px;
    margin-left: -25px;
    text-align: center;
    z-index: 50;
    border-radius: 10px;
    font-size: 2em;
    color: black;
    cursor: pointer;
}

.address-exchange:hover
{
    transform: rotate( -360deg );
    transition: transform 150ms ease;
    background: black;
    color: white;
}

@media (max-width: 600px) {
    .address-exchange
    {
        position:relative;
        top: 50%;
    }
}

.modal-dialog .modal-header{
    display: none;
}

.modal-dialog .bootstrap-dialog-body
{
    color: black;
}

.modal-dialog .bootstrap-dialog-footer-buttons
{
    text-align: left;
}

.modal-dialog .btn-outline-secondary
{
    background: lightgray !important;
}

.modal-dialog .btn-warning
{
    float: right;
}

#optimal-offer
{
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    width: 150px;
    height: 65px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

#optimal-offer:not(.active):not(.disabled):hover {
    border: 2px solid var(--shipment-primary-hover-strong, rgba(9, 126, 53, 0.8));
}

#optimal-offer.active {
    background: var(--shipment-selection-background, #000);
    color: var(--shipment-on-primary, #fff);
    border: 2px solid var(--shipment-primary, #097e35);
}

#optimal-offer.disabled
{
    border: 3px solid gray;
    cursor: not-allowed;
    opacity: 0.3;
}

#custom-offer
{
    background: white;
    border-radius: 5px;
    border: 2px solid gray;
    width: 150px;
    height: 65px;
    color: black;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

#custom-offer.active {
    background: var(--shipment-selection-background, #000);
    color: var(--shipment-on-primary, #fff);
    border: 2px solid var(--shipment-primary, #097e35);
}

#custom-offer:not(.active):hover {
    border: 2px solid var(--shipment-primary-hover-strong, rgba(9, 126, 53, 0.8));
}

.has-error .invalid-feedback {
    background: red;
    color: white;
    border-radius: 0 5px 5px 5px;
    padding: 5px;
}

.shipment-page .application-main .alert.alert-warning {
    background: black !important;
    color: white !important;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 4px 4px 12px 0 var(--shipment-primary-shadow, rgb(135, 210, 107));
    -moz-box-shadow: 4px 4px 12px 0 var(--shipment-primary-shadow, rgb(135, 210, 107));
    box-shadow: 4px 4px 12px 0 var(--shipment-primary-shadow, rgb(135, 210, 107));
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: var(--shipment-primary, #097e35) !important;
}


body#simplePage section#simple
{
    padding-bottom: 50px !important;
}

fieldset.bold-content
{
    /*font-weight: bold;*/
}

fieldset.bold-content legend
{
    font-weight: normal;
    font-size: 0.8em;
}

.form-group-switch
{
    text-align: left;
}

.form-group-switch .form-group
{
    display: inline-block;
}

.form-group-switch label
{
    margin-left: 10px;
}

.form-group-switch .hint-block
{
    display: inline-block;
}

.form-group-switch .hint-block::before
{
    content: ": ";
}

.wallet-checkbox-label
{
    background: white;
}

.checkbox-label:hover,
.wallet-checkbox-label:not(.disabled):hover {
    border: 1px solid var(--shipment-primary, #097e35) !important;
    transform: scale(1.05);
    transition: all .3s ease;
}

#arrow-direction {
    position: absolute;
    left: 50%;
    bottom: 152px;
    background: white;
    width: 50px;
    margin-left: -25px;
    text-align: center;
    z-index: 50;
    border-radius: 10px;
    font-size: 2em;
    color: var(--shipment-primary, #097e35);
    cursor: help;
}

@media (max-width: 767px) {
    #arrow-direction {
        display: none;
    }
}

.cursor-help
{
    cursor: help;
}

.form-control.is-invalid
{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgb(241, 198, 198)) !important;
    /*background-color: #f36a6a !important;*/
}

.item:not(:first-child) {
    margin-top: 1rem !important;
}

.box-type .radio-button, .radio-button-like {
    width: 170px;
}

.shipment-page.shipment-hide-prices #bottom-bar-left,
.shipment-page.shipment-hide-prices .shipment-price-only,
.shipment-page.shipment-hide-prices #bottom-bar .price-label,
.shipment-page.shipment-hide-prices #bottom-bar .price-wrapper,
.shipment-page.shipment-hide-prices #bottom-bar .price-block,
.shipment-page.shipment-hide-prices .operator-block .operator-price,
.shipment-page.shipment-hide-prices .operator-block .operator-currency,
.shipment-page.shipment-hide-prices #preRoutingOperatorLabel .pre-routing-price-netto,
.shipment-page.shipment-hide-prices #preRoutingOperatorLabel .pre-routing-price-brutto {
    display: none !important;
}

/* Keep the wizard clearly below the sticky page heading. */
.shipment-page #new-form {
    padding-top: 50px;
}


/* Theme-aware legacy shipment visuals ----------------------------------------- */
.wizard li.active span.round-tab {
    background: var(--shipment-primary-gradient, linear-gradient(90deg, #87d26b 0%, #097e35 100%)) !important;
    color: var(--shipment-on-primary, #fff);
    border-color: var(--shipment-primary, #097e35) !important;
}

.box-visualisation .box__face {
    border: solid 2px var(--shipment-primary, #097e35) !important;
    box-shadow: 0 0 5px 0 var(--shipment-primary, #097e35) !important;
}
/* Bootstrap's nav-tabs border crosses the shipment wizard step circles. */
.wizard-inner .nav.nav-tabs,
.wizard-inner .nav-tabs {
    border-color: transparent !important;
    border-bottom-color: transparent !important;
}
