/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS INDEX:
            1. Maps
            2. Shipping Address
            3. Destination Address
==============================================================*/
.map iframe {
    height: 460px;
    width: 100%;
    border: 0;
    display: block;
}

.contact_map {
    height: 400px;
}

.contact_map2 {
    height: 100%;
}

.shipping_map {
    height: 400px;
}

.map1 {
    height: 460px;
}

#distance_map {
    height: 500px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 100%;
}

    #origin-input:focus,
    #destination-input:focus {
        border-color: #4d90fe;
    }

#mode-selector {
    color: #fff;
    background-color: #4d90fe;
    margin-left: 12px;
    padding: 5px 11px 0px 11px;
}

    #mode-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }
