/* Aeonik Regular */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Regular.woff2') format('woff2'), url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

/* Aeonik Regular - Italic */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-RegularItalic.woff2') format('woff2'), url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-RegularItalic.woff') format('woff');
    font-style: italic;
    font-weight: 400;
}

/* Aeonik Medium */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Medium.woff2') format('woff2'), url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

/* Aeonik Medium - Italic */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-MediumItalic.woff2') format('woff2'), url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-MediumItalic.woff') format('woff');
    font-style: italic;
    font-weight: 500;
}

/* Aeonik Bold */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Bold.woff2') format('woff2'), url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

/* Aeonik Bold - Italic */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-BoldItalic.woff2') format('woff2'), url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-BoldItalic.woff') format('woff');
    font-style: italic;
    font-weight: 700;
}

body {
    font-family: "Aeonik", sans-serif;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #23410a !important;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.btn.btn-secondary,
.btn.btn-secondary:active {
    color: #23410a !important;
    border-color: #23410a !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

    .btn.btn-secondary:hover,
    .btn.btn-secondary:focus {
        background-color: rgba(0,0,0,0.10) !important;
    }

/***** HELPERS *****/

.hidden {
    display: none !important;
}

.error-message {
    color: red;
}

.d-inline-block {
    display: inline-block;
}

a.text-link, a.text-link:hover, a.text-link:focus {
    text-decoration: none !important;
    color: #484848;
}

a:focus img {
    border: none !important;
    padding: 0 !important;
}

.text-red-dark {
    color: #23410a;
}

.pr-14 {
    padding-right: 14px;
}

.form-search-width {
    width: calc(100% - 26px);
}
/***** HELPERS *****/

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: searchfield;
}

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
        cursor: pointer;
    }

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    color: #484848;
}

.print-msg {
    width: 80%;
    height: auto;
    margin: 0px auto;
    margin-top: 150px;
    font-size: 2.5em;
    text-align: center;
}

#tripPrintBody .trip-gsc-logo {
    width: 158px;
    height: 35px;
    margin-left: 30px;
}

.logo-garmin {
    width: 200px;
}

.navbar-brand {
    padding: 0;
}

.trip-header {
    -webkit-box-shadow: 0 5px 8px -6px #222;
    -moz-box-shadow: 0 5px 8px -6px #222;
    box-shadow: 0 5px 8px -6px #222;
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1011;
    top: auto;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 6px 1rem;
}

.trip-hdr-brand img {
    width: 48px;
    height: 48px;
}

.hdr-trip-icon {
    width: 19px;
    height: 19px;
}

#cpTripMsg {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}

input[type=email].form-control {
    height: 48px;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.btn-uni-ctrl {
    line-height: 1.6;
    background-color: transparent;
    font-size: .825em;
    width: 60px;
}

    .btn-uni-ctrl.dropdown-item {
        width: 100%;
        text-decoration: none !important;
    }

        .btn-uni-ctrl.dropdown-item:active {
            background-color: #FAFAFA;
            color: #232323;
        }

.btnTripLegacyEmail {
    width: auto;
}

.btn-uni-ctrl:first-child {
    margin-left: 0;
}

#btnTripLegacyEmail {
    white-space: normal;
    line-height: 1.4;
}
/*todo: figure out why tooltips do not work on page*/

/*.ui-tooltip {
	z-index: 10000;
}*/

/*.title-tooltip {
	display: block;
	background: black;
	width: 270px;
	padding: 5px;
	color: #fff;
	left: 100px !important;
	border: 2px solid #e8e8e8;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 10000;
}*/

body button, body input[type="button" i] {
    color: #484848;
}

.route-icon {
    width: 12px;
    height: 12px;
    padding-top: 4px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.trip-overlay-box {
    z-index: 1;
    background-color: #fff;
    text-align: center;
    font-size: .875em;
    border-radius: 15px;
    border: .107em solid #4C4C4C;
}

.radius-overlay {
    position: absolute;
    width: 100px;
    top: 335px;
    left: calc(100% - 130px);
}

    .radius-overlay span {
        font-weight: 600;
    }

.control-panel {
    position: absolute;
    width: 320px;
    height: 100%;
    float: left;
    margin: 80px 0 0 0;
    z-index: 1;
    background-color: #fff;
    border-right: 1px solid grey;
}

.control-window {
    width: 100%;
    height: calc(100% - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 30px;
}

#tripMap {
    position: relative;
    width: 100%;
    height: 100%;
}

#MicrosoftNav {
    padding: 90px 0 0 0;
}

    #MicrosoftNav #RadialMenu {
        padding: 40px 0 0 0;
    }

.MicrosoftMap.dirSDK .directionsPanel {
    width: 300px !important;
    margin-left: 5px;
}

#directionsItinerary {
    padding-bottom: 20px;
}

.control-groups .btn {
    background-color: #fff;
    border-radius: 0;
    border: none;
    padding: 10px;
}

    .control-groups .btn:hover, .control-groups .btn:focus, .control-groups .btn-active {
        background-color: #f0f0f0;
        outline: none;
        box-shadow: none;
    }

        .control-groups .btn:hover:after, .control-groups .btn:focus:after, .control-groups .btn-active:after {
            display: block;
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #f0f0f0 10px;
            bottom: -10px;
            content: " ";
            width: 0;
            height: 0;
            position: absolute;
            z-index: 1015;
        }

.btn-ctrl-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    border-right: 1px solid #424B54;
}

    .btn-ctrl-grp img {
        width: 30px;
        height: 30px;
    }

    .btn-ctrl-grp span {
        font-size: .70em;
        margin-top: 5px;
    }

#btnCtrlPnlMyTrips {
    position: relative;
}

    #btnCtrlPnlMyTrips .mytrip-alert {
        position: absolute;
        display: inline-block;
        height: 18px;
        width: 18px;
        line-height: 17px;
        top: -1px;
        right: 0px;
        padding: 0;
        border-radius: 50%;
        background-color: #2167ff;
        color: white;
        font-weight: 700;
    }

#txtTripName {
    line-height: 1.8;
    width: 100%;
    text-indent: 5px;
}

.btn-icon {
    width: 28px;
    height: 28px;
    border: 0;
    background-color: transparent;
    margin-right: 10px;
}

    .btn-icon:focus {
        outline: none;
    }

.select-vehicle {
    width: 28px;
    margin-right: 10px;
}

    .select-vehicle [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

        .select-vehicle [type=radio] + img {
            cursor: pointer;
        }

.btn-trip-options {
    border: 0;
    background-color: transparent;
    font-size: 1em;
    font-weight: 500;
}

.trip-planner .fas {
    font-size: 1.3em;
    margin-left: 8px;
    vertical-align: text-top;
    color: #767676;
}

.trip-planner .option-title {
    font-size: 1.4em;
    font-weight: 600;
}

.vehicle-info, .routing-prefs {
    padding: 10px 10px 10px 30px;
}

    .routing-prefs [class^=col-] {
        padding-left: 0;
    }

    .routing-prefs .units {
        min-width: 150px;
    }

    .routing-prefs input {
        margin-right: 5px;
    }

    .routing-prefs .vehopts-hide #dimenHeight {
        width: 30px;
        margin-right: 0px;
    }

    .routing-prefs .vehopts-hide p {
        font-size: .94em;
        font-style: italic;
        margin: 5px 0 0 0;
    }

.align-checkbox {
    position: relative;
    top: 2px;
    left: 10px;
}

.directionsInput > div:first-child {
    display: none;
}

.MicrosoftMap .directionsInput {
    padding: 0;
}

.directions-panel ul {
    list-style-type: none;
    padding-left: 15px;
}

.directions-panel .drag-container {
    cursor: all-scroll;
}

.directions-panel ul li input[name=dirWaypoint] {
    text-indent: 5px;
    min-width: 210px;
    margin: 3px 0;
}

.MicrosoftMap .as_container_search.as_container {
    position: absolute;
    left: 0px;
    max-width: 300px;
}

#sortWaypoints {
    margin-bottom: 0;
}

    #sortWaypoints .MicrosoftMap {
        display: block;
        width: 100%;
    }

.icon-letter {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
}

.icon-symbol {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 17px;
    border-radius: 50%;
    color: #fff;
    background-color: #23410a;
    font-weight: 700;
    padding: 1px 6px;
    margin-left: 5px;
}

.remove-waypoint {
    background: url('//images.goodsam.com/goodsam.com/trip-planner/close.svg') center no-repeat;
    background-size: 16px 16px;
    padding: 15px;
}

.btn.remove-waypoint:not(:disabled):not(.disabled).active, .btn.remove-waypoint:not(:disabled):not(.disabled):active {
    background: url('//images.goodsam.com/goodsam.com/trip-planner/close.svg') center no-repeat;
    background-size: 16px 16px;
}

#swapWaypoints {
    padding-right: 0;
}

.swap-up {
    background: url('//images.goodsam.com/goodsam.com/trip-planner/caret-up.svg') center no-repeat;
}

.swap-down {
    background: url('//images.goodsam.com/goodsam.com/trip-planner/caret-down.svg') center no-repeat;
}

.swap-up, .swap-down {
    background-size: 12px 12px;
    padding: 15px;
}

.dir-start {
    background-color: #107c10;
    -ms-high-contrast-adjust: none;
}

.dir-middle {
    background-color: #2167ff;
    -ms-high-contrast-adjust: none;
}

.dir-end {
    background-color: #e12d30;
    -ms-high-contrast-adjust: none;
}

#btnAddDest {
    background-color: transparent;
    border: none;
    font-size: inherit;
}

    #btnAddDest:hover {
        text-decoration: none;
        color: inherit;
    }

#btnResetRoute, #btnNewTrip, #btnNewTrip2 {
    padding: 0 20px 1px 20px;
    margin: 0;
    line-height: 31px;
    color: #fff !important;
    background-color: #3f3d3d;
    border-radius: 2px;
    border: 0;
    font-size: .975em;
}

#btnNewTrip2 {
    margin-right: 14px;
}

#btnGetRoute {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background-color: #23410a;
    color: #fff !important;
    padding: 0 40px 1px 40px;
    margin: 0 10px;
    border-radius: 2px;
    border: 0;
}

.lbl-route, .lbl-add-dest, .lbl-btn, input[type=submit], input[type=checkbox] {
    cursor: pointer;
}

.campgrounds span, .things-to-do span {
    font-size: 1.2em;
    font-weight: 600;
}

.col-btm-border {
    border-bottom: 1px solid #c8c8c8;
}

.my-trips > .row > [class^=col-], .campgrounds [class^=col-], .things-to-do [class^=col-] {
    padding: 0;
}

.campgrounds label, .things-to-do label {
    margin: 0 10px 0 15px;
    padding: 0 10px 0 15px;
}

.campgrounds input[type=checkbox], .things-to-do input[type=checkbox] {
    margin-right: 10px;
}

.campgrounds > .row > [class^=col-] > .row:last-child .col-btm-border, .things-to-do > .row > [class^=col-] > .row:last-child .col-btm-border:last-child {
    border-bottom: none;
}

.trip-active {
    background-color: #e0e0e0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 18px 0 rgba(0, 0, 0, 0.18);
}

    .trip-active button {
        color: #474342;
    }

.btn-trip-cat {
    background-color: transparent;
    font-size: 1em;
    white-space: normal;
    padding: 10px 12px 0 12px;
}

    .btn-trip-cat .text-date {
        font-size: .96em;
    }

.col-mytrip .icon-trash {
    cursor: pointer;
}

.poi-img {
    min-width: 40px;
}

.poi-title {
    min-width: 180px;
}

.custom-infobox {
    background-color: #fff;
    width: 310px;
    font-size: .875em;
    border-radius: 25px;
    padding: 10px 10px 0 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #d8d8d8;
    color: #484848;
}

    .custom-infobox:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #fff 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        position: absolute;
        width: 0;
        left: 47%;
    }

#closeInfoBox {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 5px 12px;
    font-size: 1.2em;
    font-weight: 700;
    z-index: 1;
}

.custom-infobox hr {
    border-top: 1px solid #c8c8c8;
    margin-left: 10px;
    margin-right: 10px;
}

.info-box-pin {
    width: 60px;
    height: 80px;
}

.info-box-details {
    padding-left: 5px;
    padding-right: 25px;
    line-height: 1.4;
}

    .info-box-details p {
        margin-bottom: 3px;
    }

.info-box-dropdown {
    width: 25px;
}

.info-box-name {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.3;
}

.info-box-amenities-row img {
    padding: 0 5px;
}

.info-box-billboard {
    margin: 0 10px;
}

.info-box-ratings-help a {
    color: inherit;
}

.info-box-ratings-help span {
    font-size: 1.08em;
    font-weight: 600;
}

.info-box-rating-box {
    padding: 0 10px;
    text-align: center;
    border: solid #c8c8c8 1px;
}

    .info-box-rating-box:nth-child(2) {
        border-left: none;
        border-right: none;
    }

.info-box-rating-title {
    margin-bottom: 0;
    font-weight: 500;
}

.info-box-rating {
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
}

.info-box-interact {
    margin-left: -10px;
    margin-right: -10px;
}

    .info-box-interact span {
        font-size: .95em;
        padding-left: 10px;
    }

.info-box-add-poi {
    border-top: solid #c8c8c8 1px;
    border-right: solid #c8c8c8 1px;
    border-bottom-left-radius: 25px;
    background-color: #e0e0e0;
}

.info-box-more-info {
    border-top: solid #c8c8c8 1px;
    border-bottom-right-radius: 25px;
    background-color: #e0e0e0;
}

a.info-box-more-info {
    margin: 0;
}

    button.info-box-add-poi:hover, a.info-box-more-info:hover {
        background-color: #fff;
    }

button.info-box-add-poi:focus {
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

.panel-minimize {
    position: absolute;
    left: 320px;
    float: left;
    margin: 95px 0 0 0;
    z-index: 1;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

    .panel-minimize button {
        background-color: #fff;
        padding: 8px 8px 8px 5px;
        height: 50px;
    }

    .panel-minimize img {
        height: 20px;
    }

.trip-email-msg {
    display: block;
    text-align: right;
}
/*******************************************************************************/

/* popup notification snackbar */

#snackbarTripMsg {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbarTripMsg.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
        animation: fadein 0.5s, fadeout 0.5s 4s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*******************************************************************************/

/*Bing Maps itinerary container styling for modal print preview*/

#tripTopPrint {
    height: 40px;
}

.print-itinerary .drTitle {
    display: none;
}

    .print-itinerary .drTitle.selected {
        display: block;
    }

        .print-itinerary .drTitle.selected > a {
            color: #474342;
        }

            .print-itinerary .drTitle.selected > a:hover {
                cursor: default;
            }

        .print-itinerary .drTitle.selected .drTitleRow {
            font-size: 1.2em;
            font-weight: 500;
        }

        .print-itinerary .drTitle.selected .drDuration {
            padding: 1px 40px 1px 10px;
        }

        .print-itinerary .drTitle.selected .drTitleRight {
            padding: 1px 10px 1px 40px;
        }

        .print-itinerary .drTitle.selected .lineOne .interpunct {
            display: none;
        }

.print-itinerary .dirInstructions {
    margin-bottom: 40px;
}

.print-itinerary .bm_dirInstructionRowGroup {
    padding: 15px 10px;
    border: 1px solid lightgray;
}

    .print-itinerary .bm_dirInstructionRowGroup:nth-child(even) {
        background-color: lightgrey;
    }

    .print-itinerary .bm_dirInstructionRowGroup:first-child {
        background-color: #107C10;
        color: #fff;
        border: 1px solid #107C10;
        font-size: 1.1em;
        font-weight: 600;
    }

    .print-itinerary .bm_dirInstructionRowGroup:last-child {
        background-color: #E12D30;
        color: #fff;
        border: 1px solid #E12D30;
        font-size: 1.1em;
        font-weight: 600;
    }

.print-itinerary .dirInstructions .dirIcon {
    min-width: 65px;
}

.print-itinerary .dirInstructions .dirInstruction p {
    line-height: 1.2;
    margin-bottom: 2px;
}
/*******************************************************************************/

@media (max-width: 992px) {
    .navbar-map {
        background-color: #fff;
        padding: 0;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("//images.goodsam.com/goodsam.com/trip-planner/hdr-menu.svg");
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .modal-backdrop {
        z-index: 1011;
    }

    #mdlUniControls .navbar-light .navbar-toggler-icon {
        background-image: url("//images.goodsam.com/goodsam.com/trip-planner/hdr-times.svg");
    }

    #mdlUniControls {
        position: fixed;
        z-index: 1012;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

        #mdlUniControls .modal-dialog {
            max-width: 100%;
            margin: 0 auto;
        }

        #mdlUniControls .modal-content {
            border: none;
            border-radius: 0;
        }

        #mdlUniControls .navbar {
            padding: 0;
        }

        #mdlUniControls .navbar-hdr {
            padding: 8px 1rem;
            height: 80px;
        }

        #mdlUniControls .navbar-nav {
            position: absolute;
            top: 80px;
            left: 0;
            background-color: #fff;
            padding: 10px 20px 10px 20px;
            width: 50%;
            border-bottom-left-radius: .3rem;
            border-bottom-right-radius: .3rem;
            box-shadow: 0 5px 8px -6px #222;
        }

        #mdlUniControls .nav-item {
            padding: 5px 0;
            white-space: nowrap;
            list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP);
        }

            #mdlUniControls .nav-item button {
                white-space: normal;
            }

    .btn-ctrl-grp {
        width: 25%;
    }

    .btn-uni-ctrl {
        width: 100%;
        text-align: left;
        font-size: .9em;
    }

    li.nav-item a span {
        color: #484848;
    }

    .btnTripLegacyEmail {
        font-size: .7em;
    }

        .btnTripLegacyEmail .text-bold {
            font-weight: 500;
        }

        .btnTripLegacyEmail .text-large {
            font-size: 1.2em;
        }

        .btnTripLegacyEmail .text-medium {
            font-size: 1.15em;
        }

    .radius-overlay {
        top: 140px;
        left: calc(100% - 115px);
    }

    .settings-overlay {
        position: absolute;
        width: 40px;
        top: 12px;
        left: 10px;
    }

    .icon-map {
        width: 35px;
        height: 35px;
    }

    .icon-settings {
        width: 30px;
        height: 30px;
    }

    .directions-panel > .col {
        padding-right: 5px;
    }

    #sortWaypoints {
        width: 95%;
    }

    .directions-panel ul li input[name=dirWaypoint] {
        min-width: 160px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .icon-letter {
        margin: 0 5px 0 0;
    }
}

@media (max-width: 767px) {
    #MicrosoftNav {
        top: -90px;
    }

    .bm_bottomLeftOverlay, .bm_bottomRightOverlay {
        position: absolute;
        left: 5px;
        bottom: -40px;
    }

    #mdlUniControls .navbar-nav {
        width: 80%;
    }

    #mdlUniControls .btnTripLegacyEmail .d-block {
        display: inline !important;
    }

    .control-panel {
        width: 100%;
    }

    #sortWaypoints {
        width: calc(100% - 10px);
    }

    .directions-panel ul {
        padding-left: 10px;
    }

    .MicrosoftMap.dirSDK .directionsPanel {
        width: 100% !important;
    }

    .info-box-pin {
        width: 50px;
        height: 65px;
    }
    /* print modal styling */
    #tripPrintBody .trip-gsc-logo {
        width: 140px;
        height: 60px;
        margin-left: 25px;
    }

    .logo-garmin {
        width: 150px;
    }

    .print-itinerary ul {
        padding: 0;
    }

    .print-itinerary .drTitle.selected .drTitleRow {
        font-size: .9em;
    }

    .print-itinerary .bm_dirInstructionRowGroup {
        padding: 15px 5px;
    }

    .print-itinerary .dirInstructions .dirIcon {
        min-width: 35px;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        margin-left: 0;
    }
}

@media (min-width: 441px) and (max-width: 767px) {
    .directions-panel ul li input[name=dirWaypoint] {
        width: 70%;
    }
}

@media (min-width: 320px) and (max-width: 440px) {
    .directions-panel ul li input[name=dirWaypoint] {
        width: 50%;
    }
}
/*******************************************************************************/

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    @page {
        size: auto;
    }

    body {
        overflow: visible !important;
    }

        body * {
            visibility: hidden;
        }

    #printSection, #printSection * {
        visibility: visible;
    }

    .print-msg-none {
        display: none !important;
    }

    .print-msg {
        display: block !important;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    .print-itinerary .bm_dirInstructionRowGroup:nth-child(even) {
        background-color: #E0E0E0;
        border: 1px solid #E0E0E0;
    }

    .print-itinerary .bm_dirInstructionRowGroup:first-child, .print-itinerary .bm_dirInstructionRowGroup:last-child {
        color: #474342;
        font-weight: 600;
        background-color: #fff;
        border: 1px solid #474342;
    }
}


.btn.btn-enews, .btn.btn-enews:hover {
    background-color: #1F1F1F !important;
}