#print-panel-scale-select {
    float: initial;
    margin-left: 12px;
    display: none;
    width: 120px;
}

#previewCancelButton {
    margin-left: 10px;
    margin-right: 10px;
}

#previewPrintButton {
    margin-left: 10px;
    margin-right: 10px;
}

#printSelectorHeader {
    font-size: 18px;
    font-weight: 400;
}

.printSelectorOptionHeader {
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
    font-weight: 400;
}

.printButtonsContainer {
    position: absolute;
    bottom: 0;
    box-shadow: 0 -1px 4px #ccc;
}

.printSelectorOptionRadio {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #000000;
    background-image: url(../images/option-unselected.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
}

.printSelectorOptionRadio:last-of-type {
    border-bottom: none;
}

.printSelectorOptionRadioSelected {
    background-image: url(../images/option-selected.png)
}

.printSelectorCheckBox {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #000000;
    background-image: url(../images/check-unselected.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
}

.printSelectorCheckBox:last-of-type {
    border-bottom: none;
}

.printSelectorCheckBox span {
    font-size: 10pt;
    width: calc(100% - 40px);
    display: block;
}

.printPanelContainer > .printSelectorCheckBox,
.printPanelContainer > .printSelectorOptionRadio {
    margin-left: 20px;
    margin-right: 15px;
}

.printSelectorCheckBoxSelected {
    background-image: url(../images/check-selected.png)
}

.printSelectorOptionDisabled {
    color: #e0e0e0;
    cursor: default;
}

.printSelectorButton {
    width: 165px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    float: left;
    background-color: #f8f8f8;
    color: #00aeef;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.printSelectorButtonPreview {
    font-size: 18px;
    line-height: 65px;
    color: #00aeef;
    text-align: center;
    width: 160px;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    margin-left: 18px;
}

.printSelectorButtonAltPreview {
    color: #ffffff;
    background-color: #3596d2;
}

@media all {
    .PrintPageA4,
    .PrintPageA3 {
        border: none;
        font-size: 5mm;
        page-break-after: always;
    }

    .PrintPageA4 {
        width: 188.78mm;
        height: 267mm;
    }

    .PrintPageA3 {
        width: 275.786mm;
        height: 390mm;
    }
}

@media print {
    #Window_1 {
        display: none
    }

    body {
        overflow: visible
    }
}

@page {
    margin: 10mm 10mm 10mm 10mm
}

.routecard-direction-coords {
    color: #bcbcbc;
}

.CarouselWrapperElementA4, .CarouselWrapperElementA3 {
    position: absolute;
    border: 2px solid black;
    top: 50px;
    left: 0;
    text-align: left;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: left;
    -moz-transition-duration: 0.5s;
    -o-transition-property: left;
    -o-transition-duration: 0.5s;
    transition-property: left;
    transition-duration: 0.5s;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 3px 3px 8px #111111;
    z-index: 3000002;
}

#print-route-elevation-model {
    pointer-events: none;
}

.CarouselWrapperElementA4 {
    -webkit-transform: translate(-50%,-50%) scale(0.6) translate(50%,50%);
    -moz-transform: translate(-50%,-50%) scale(0.6) translate(50%,50%);
    -ms-transform: translate(-50%,-50%) scale(0.6) translate(50%,50%);
    -o-transform: translate(-50%,-50%) scale(0.6) translate(50%,50%);
    transform: translate(-50%,-50%) scale(0.6) translate(50%,50%);
}

.CarouselWrapperElementA3 {
    -webkit-transform: translate(-50%,-50%) scale(0.42) translate(50%,50%);
    -moz-transform: translate(-50%,-50%) scale(0.42) translate(50%,50%);
    -ms-transform: translate(-50%,-50%) scale(0.42) translate(50%,50%);
    -o-transform: translate(-50%,-50%) scale(0.42) translate(50%,50%);
    transform: translate(-50%,-50%) scale(0.42) translate(50%,50%);
}
