#map {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
}

#floating-panel {
    height: auto;
    width: 300px;
    position: absolute;
    top: 9px;
    right: 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 2px 1px grey;
    z-index: 10;
}

#floating-panel-Header {
    top: -16px;
    height: 51px;
    background-color: #009d56;
    text-align: center;
    color: #FFF;
    padding-top: 12px;
    border-radius: 0px;
    cursor: default;

    /*  font-size: 150%;*/
}

#calc-title {
    padding-right: 4px;
    padding-top: 4px;
}

#container-fluid {
    position: absolute;
    text-align: left;
}

/*#FDOTHeader{
  padding-left: : 4px;

}*/

.floating-panel-buttons-container .dropdown-toggle {
    background: transparent;
    border: 1px solid #dddddd;
}

.label {
    display: inline-block;

}

.axlepayment {
    background-color: white;
    color: black;
    position: relative;
    text-align: left;
    font-size: 15px;
}

.spanpadding {
    padding-left: 5px;
}

.spanheader {
    font-size: 15px;
    font-weight: bolder;
    font-family: sans-serif;
    padding-left: 16px;
    padding-right: 18px;
}

.spanheader-trips {
    font-size: 15px;
    font-weight: bolder;
    font-family: sans-serif;
    padding-left: 0px;
    padding: 3px;
    text-align: left;
    padding-bottom: 8px;
    padding-top: 8px;
}

/* Optional: Makes the sample page fill the window. */

.curtain-menu-shadow {
    padding-left: 0px;
    padding-top: 0px;
    box-shadow: 2px 2px 1px grey;
    cursor: pointer;
}

.dropdown-menu-axle {
    width: 40px;
    text-overflow: ellipsis;
    height: auto;
}

.bottom {
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}

.sidebar:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-left: 5px;
    /*  text-align:justify;
      position: relative;*/
}

.bottom-between-dropdowns {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

option:hover {
    cursor: pointer !important;
}

.button-trips-dropdown {
    width: 270px;
    height: 25px;
    border: none;
    padding-right: 0px;
    cursor: pointer;
}

.button-dropdown-menu-trips {
    width: 270px;
    height: 100px;
    cursor: pointer;
}

.span-content-text {
    text-align: left;
}

.span-content-caret {
    text-align: right;
}

.submit-button {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer !important;
}

.row:not(:last-child) {
    border-bottom: 0px solid #ccc;
}

.col-xs-5:not(:last-child) {
    border-right: 0px solid #ccc;
}

.printer-span-padding {
    padding-left: 17px;
}

/*Pop Over route details*/
.popover ul li {
    font-size: 12px;
    color: #003366;
}

#lblTripCost {
    text-align: center;
    color: black;
    font-size: 20px;
    padding-top: 5px
}

#lblTollValue {
    text-align: center;
    color: green;
    font-size: 25px;
}
@media screen and (max-width: 320px){
    .mobileSpanPay{
        padding-right: 42px !important;
        padding-left: 9px;
        float: left;
    }
    .mobileSpanAxle{
        padding-left:0px !important;
        padding-right: 66px;
    }

}
