﻿#wizard {
    // width: 630px;
}

.section {
    width: 100vw;
    height: 100vh;
    background-image: url('Images/Carshipex Background.png');
}

.wizard .steps.clearfix {
    display: none;
}

.wizard > .content {
    min-height: 50px;
}

#firstStepContainer, #secondStepContainer {
    border: none;
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
  //  min-height: 350px;
}
/*Add Vehicle Container*/
.panelAddVehicleContainer {
    padding-bottom: 5px;
}


.rightSideButton {
    margin-left: auto !important;
    margin-right: 20px !important;
}

@media (min-width:550px) {
    #wizard {
        width: 630px;
    }

    .AddVehicleButton {
        top: -24px;
        position: relative;
    }

    #firstStepContainer, #secondStepContainer {
        border: 1px solid lightgray;
    }
}


@media screen and (max-width: 550px) {

    .rbAdaptiveRoot td {
        display: block;
        text-align: center;
    }

    .rbAdaptive td {
        display: table-cell;
    }

    .adaptiveTable td {
        display: block;
        text-align: center;
    }

    .adaptiveMultiColList table td {
        display: block;
    }

    .adaptiveMultiColList .dxeTAR td {
        display: table-cell;
    }

    .themedButton {
        width: 100% !important;
    }

    .secondStepButtonContainer {
        width: 100% !important;
        padding-right: 96px;
    }

    .fwButtonSmall {
        display: table !important;
    }


    .largeText {
        display: none;
    }

    .AddVehicleButton {
        padding-top: 10px !important;
    }
}



.enableWrapping {
    white-space: normal;
}


.rblModificationsCaption {
    min-width: 200px;
}

.rbAdaptive.dxeFocused_Moderno {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.themedButton {
    height: 48px !important;
    padding-top: 12px !important;
    background: url('Images/menu_li.png') repeat-x left top #d91820;
    outline: none !important;
    position: relative;
    left: 48px;
    margin-right: 48px;
    border: none;
    padding-bottom: 5px;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

    .themedButton.swal2-styled {
        border-radius: 0px;
    }

    .themedButton.confirmButton {
        left: -25px;
        position: relative;
    }

    .themedButton.cancelButton {
        left: 25px;
        position: relative;
    }

    .themedButton:hover {
        background: url('Images/menu_li_hover.png') repeat-x left top #d91820;
    }

    .themedButton:before {
        content: '';
        position: absolute;
        top: 0;
        left: -48px;
        width: 48px;
        height: 48px;
        background: url('Images/menu_li_before.png') no-repeat left top;
        display: block;
    }

    .themedButton:after {
        content: '';
        position: absolute;
        top: 0;
        right: -48px !important;
        // right: 48px;
        width: 48px;
        height: 48px;
        background: url('Images/menu_li_after.png') no-repeat left top;
        display: block;
    }

    .themedButton:hover:before {
        background-image: url('Images/menu_li_before_hover.png');
    }

    .themedButton:hover:after {
        background-image: url('Images/menu_li_after_hover.png');
    }

    .themedButton span.dx-vam {
        position: relative;
        top: -3px;
    }

.goBackButton {
    left: 20px;
}

section.body.current {
    height: 360px;
}

.clbFirstStep {
    //min-height: 300px;
}

.pickupDateCalendarFooter {
    width: 100%;
    background: #fafafa;
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px 0 0 0;
    padding: 10px 0;
    text-align: center;
}

    .pickupDateCalendarFooter td.paddingCell {
        width: 50px;
    }

    .pickupDateCalendarFooter td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.customHint .dxh-title {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.customHint .dxh-content {
    display: none !important;
}
