﻿.bank-account-select-wrapper {
    position: relative;
    width: 260px;
    margin-bottom: 0;
    top: -4px;
}

.mute .bank-account-select-wrapper {
    opacity: 0.4;
}

.bank-account-select-wrapper:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/2019/images/arrow-down.svg) no-repeat center;
    top: 9px;
    right: 10px;
    position: absolute;
    display: inline-block;
    background-size: 15px;
    z-index: 0;
    pointer-events: none;
}


.bank-account-select-wrapper select {
    color: #ff8e43;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    height: 34px;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    box-shadow: none !important;
    padding-top: 3px;
}

    .bank-account-select-wrapper select:focus::-webkit-input-placeholder {
        color: #ff8e43;
        box-shadow: none !important;
    }

    .bank-account-select-wrapper select:focus:-moz-placeholder { /* Firefox 18- */
        color: #ff8e43;
        box-shadow: none !important;
    }

    .bank-account-select-wrapper select:focus::-moz-placeholder { /* Firefox 19+ */
        color: #ff8e43;
        box-shadow: none !important;
    }

    .bank-account-select-wrapper select:focus:-ms-input-placeholder {
        color: #ff8e43;
        box-shadow: none !important;
    }

#panel {
    font-size: 18px;
    width: 100%;
    padding: 20px 0;
    height: 80px;
    z-index: 9998;
    background: rgba(106,53,58,0.7);
    color: #fff;
}

.middle-wrapper {
    margin-left: 40px;
}

.label, .bank-account-select-wrapper {
    display: inline-block;
    height: 34px;
    position: relative;
}

.label {
    top: -5px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 0;
}

#btn-navigate, #btn-navigate:focus, #btn-navigate:active {
    border: 1px solid #3ed8d2;
    padding: 8px 16px;
    color: #3ed8d2;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 40px;
    background-color: transparent;
    text-decoration: none;
}

    #btn-navigate:hover {
        color: #fff;
        text-decoration: none;
        background-color: #3ed8d2;
    }

#directions-map {
    height: 600px;
    margin-top: 0;
}

@media (max-width:900px) {
    #panel {
        height: 180px;
    }

        #panel .panel-container > div {
            float: left;
            display: block;
            width: 100%;
            text-align: center;
            margin-left: 0;
        }

   #panel .panel-container .label {
        width: 68px;
        text-align: center;
    }

   #panel .panel-container #btn-navigate {
        top: 5px;
        left: 0;
        display: block;
        float: left;
        margin-left: calc((100% - 78px)/2);
    }
}
