/* Copyright (C) 2019 West Tech Solutions B.V. (CombiTrip) - All Rights Reserved
 * All rights reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other
 * electronic or mechanical methods, without the prior written permission of West Tech Solutions B.V., except in the case of brief quotations embodied in critical reviews and
 * certain other noncommercial uses permitted by copyright law. For permission requests, write to West Tech Solutions B.V., addressed “Attention: Permissions Coordinator,” at info@combitrip.com.
 */

.styled-input, .styled-select {
    margin-left: 0;
    position: relative;
}

.styled-input > input, .styled-input input {
    background-image: none !important;
    background-color: #FFF !important;
    border-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 0 !important;
    padding: 0 15px !important;
    width: 100% !important;
    height: 36px;
    border: 0;
}

.styled-select > select {
    background-image: none !important;
    background-color: #FFF !important;
    border-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 0 !important;
    padding: 0 15px !important;
    width: 100% !important;
    height: 36px;
    border: 0;
}

.styled-input > .styled-input-popup {
    top: 100% !important;
    left: 0 !important;
}

.styled-input.styled-input-with-addon > input {
    padding-right: 45px !important;
}

.styled-select > select {
    padding-right: 45px !important;
    height: 36px;
}

.styled-input.styled-input-with-addon > .styled-input-addon,
.styled-select > .styled-select-addon {
    z-index: 30;
    background: #85a9dd;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 45px;
    text-align: center;
    -webkit-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.styled-input.styled-input-with-addon > .styled-input-addon > img {
    width: 16px;
    margin: 10px 0 0 -4px;
}

.styled-select > .styled-select-addon > img {
    width: 12px;
    margin: 12px 0 0 -4px;
}

.search-widget-field-group {
    margin-bottom: 10px;
}

.lobibox, .lobibox-notify {
    font-family: 'Raleway', Arial, sans-serif;
}

.lobibox-notify .lobibox-notify-title,
.lobibox-notify.notify-mini .lobibox-notify-title {
    font-size: 16px;
}

.lobibox-notify .lobibox-notify-msg,
.lobibox-notify.notify-mini .lobibox-notify-msg {
    font-size: 13px;
}

.text-danger {
    color: #d9534f;
}