/* MOBIELE WEERGAVE */

@media (max-width: 992px) {
    .mp-col-md-12
    {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        padding:0px;
    }
    .mp-col-md-6
    {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        margin-bottom: 30px;
    }
    .mp-row
    {
        display: block;
    }
    .mp-widget_container-rai .mp-vertrekdata .mp-col-md-6 {
        width: calc(50% - 15px);
    }
    .mp-widget_container-rai .mp-vertrekdata .mp-col-md-12 {
        padding:0px;
        width: 100%;
    }
    .mp-widget_container-rai .mp-vertrekdata .mp-col-md-6.datepicker
    {
        padding-right: 0px;
    }
    .mp-col-md-12.mp-label_text span {
        position: absolute;
        left: 15px;
    }
    .mp-col-md-12.mp-label_text span#mp-datetime-time-icon {
        left: 102px;
    }
    .mp-col-md-12.mp-timepicker
    {
        margin-bottom: 0px;
    }
    .mp-mp-logoblock
    {
        margin-top: 0px;
    }
}

/* DESKTOP WEERGAVE */

@media (min-width: 992px) {
    .mp-col-4, .mp-col-6, .mp-col-12 {
        float: left;
    }
    .mp-col-12 {
        width: 100%;
    }
    .mp-col-6 {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .mp-col-4 {
        width: 33.33333333%;
    }
    .mp-row
    {
        display: flex;
    }
    .mp-vertrekdata .mp-col-4 
    {
        padding: 0px 15px;
    }

    .mp-vertrekdata .mp-col-4:first-of-type 
    {
        padding-left: 0px;
    }

    .mp-vertrekdata .mp-col-4:last-of-type 
    {
        padding-right: 0px;
    }
    .mp-vertrekdata .mp-col-4 {
        width: calc(33.33333333% - 20px);
    }
    .mp-mp-logoblock
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* ALGEMENE CSS */

.mp-widget_body-rai
{
    font-family: Arial, sans-serif;
    font-size: 15px;
    background: #97999b;
}
.mp-widget_container-rai
{
    position: relative;
    display: inline-block;
}
.mp-container
{
    width: 100%;
}

.mp-row
{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.mp-row:first-of-type
{
    margin-top:30px;
}

.mp-widget_body-rai input
{
    width: 100%;
    min-height: 40px;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.mp-widget_body-rai input:focus, .mp-widget_body-rai select:focus, .mp-widget_body-rai input:hover, .mp-widget_body-rai select:hover
{
    box-shadow:0px 1px 15px rgba(0,0,0,0.15);
    border:none;
    outline: none;
}

.mp-widget_body-rai input::placeholder
{
    color:#777;
}
.mp-widget_body-rai select
{
    width: 100%;
    min-height: 40px;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    background: #FFF;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding-left: 15px;
    cursor: pointer;
}
.mp-label_text 
{
    position: relative;
    line-height: 39px;
}
.mp-label_text span
{
    position: absolute;
    left: 30px;
}
.mp-label_text input
{
    padding-left: 50px;
    color:#777;
}

.mp-label_text input[name="mp-address-location-from"] {
    padding-left: 65px;
}

.mp-label_text .mp-no_timepicker span
{
    position: absolute;
    left: 30px;
}
.mp-label_text input, .mp-label_text .mp-no_timepicker 
{
    padding-left: 50px;
    color:#373939;
}

.mp-label_text input.mp-ui-timepicker-input
{
    padding-left : 55px;
}

.mp-vertrekdata .mp-col-4 
{
    padding: 0px 15px;
}

.mp-vertrekdata .mp-col-4:first-of-type 
{
    padding-left: 0px;
}

.mp-vertrekdata .mp-col-4:last-of-type 
{
    padding-right: 0px;
}
.mp-vertrekdata .mp-col-4 {
    width: calc(33.33333333% - 20px);
}

.mp-button input
{
    background: #373939;
    color: #FFF;
    transition: ease-in-out 0.1s all;
    text-align: left;
    padding-left:15px;
}

.mp-button
{
    position: relative;
    color: #FFF;
}

.mp-button input:hover
{
    background-color: #444;
    cursor: pointer;
}
.mp-event_input
{
    background-color: #eee;
    color:#777;
    min-height: 40px;
    line-height: 40px;
    display: block;
    padding-left: 100px;
}

.mp-event_input span
{
    color: #000;
    left:15px;
    line-height: 38px;
}

h3.mp-widget_title-rai {
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
    font-size: 20px;
    color: #FFF;
}

.mp-select_dropdown
{
    position: relative;
}

.mp-fa 
{
    font-family: "FontAwesome";
    right: 30px;
    position: absolute;
    top: 12px;
}

.mp-caret-down:after
{
    content: "\f0d7";
}

.mp-caret-right:after
{
    content: "\f0da";
}

.mp-no_timepicker
{
    background: #FFF;
}

.mp-logoblock
{
    text-align: center;
    padding-bottom: 30px;
}
.mp-image
{
    max-width: 75px;
}

.mp-label_text .mp-icon {
    left: 150px;
    top: 12px;
}

.mp-label_text #mp-datetime-time-icon.mp-icon {
    left: 114px;
    top: 13px;
}

@media screen and (max-width: 1137px) and (min-width: 992px) {
    .mp-label_text .mp-icon.fa-calendar
    {
        display: none;
    }
}

.ui-timepicker-list {
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.input-box {
    display: flex;
    align-items: center;
    max-width: 300px;
    background: #fff;
    padding: 0 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}

.input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: #999;
}

.input-box .postfix {
    font-weight: 300;
    font-size: 14px;
    color: #999;
}

.input-box input {
    flex-grow: 1;
    font-size: 14px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0.5rem;
}