﻿.signBox {
    padding: 25px;
    border-radius: 2em;
    box-shadow: 0 0 2px #000;
    background: #76b37b;
    color: #fff;
    transition: box-shadow .3s;
    width: calc(50% - 10px);
}

.signHeader {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.25em;
}

.signBox:hover {
    box-shadow: 0 0 6px #000;
}

.blue {
    background: #4e82b8;
}

.finderTitle {
    line-height: 1.25em;
    text-align: center;
    color: rgb(254, 201, 15);
    font-weight: bold;
}

#createAccount {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    padding: 10px 12px;
    border-radius: 1.5em;
    outline: none;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    white-space: normal;
    font-weight: bold;
    border: 2px solid #fff;
    width: 260px;
    line-height: 1.2em;
    cursor: pointer;
    margin-bottom: 10px;
}

#createAccount:not([disabled=disabled]):hover {
    background: #f47a20;
}

#createAccount[disabled=disabled] {
    opacity: .5;
    cursor: inherit;
}

#loginLink {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    background: #337639;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fcc85), to(#337639));
    background: -moz-linear-gradient(top, #7fcc85, #337639);
    padding: 0 12px;
    border-radius: 1.5em;
    margin-top: 13px;
    display: block;
    line-height: 38px;
    height: 40px;
    width: 120px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #fff;
}

#loginLink:hover {
    background: #337639;
}

.smallDescr {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    line-height: 1.25em;
}

.asterix:before {
    content: "*";
    position: absolute;
    margin-left: -12px;
}

.finderDescrBox {
    margin: 20px 0;
}

.body-mobile .finderDescrBox {
    margin: 12px 0;
}

.smallDescr.finder {
    text-align: center;
    padding-left: 0;
}

#err_Msg {
    margin-top: 10px;
    color: #ccc;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

#suggestBox {
    width: 100%;
    margin-top: 5px;
    padding-left: 10px;
    height: 34px;
    max-width: 350px;
}

.signBoxes {
    display: flex;
}

.minH {
    min-height: calc(100vh - 604px);
}

.body-mobile .minH {
    min-height: calc(100vh - 440px);
}

.body-mobile .signHeader {
    font-size: 16px;
}

.body-mobile #createAccount,
.body-mobile #loginLink {
    font-size: 15px;
}

.body-mobile .signUp #accordion {
    padding: 0;
}

.body-mobile .signBox {
    border-radius: unset;
    margin-bottom: 0;
    padding: 12px;
}

.body-mobile .panel-body {
    padding: 0;
}

.body-mobile .signBox,
.body-mobile .signBox:hover {
    box-shadow: none;
}

.body-mobile .g-recaptcha iframe {
    max-width: 234px;
}


@media screen and (max-width: 991px) {
    .signBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .signBox.mr20px {
        margin-right: 0;
    }

    .signBoxes {
        display: block;
    }
}

.ui-autocomplete {
    max-height: 95px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 95px;
}

.ui-autocomplete.ui-widget-content {
    background-color: rgb(242, 242, 242) !important;
    border-radius: 0 !important;
    border: none !important;
    font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.ui-autocomplete.ui-menu {
        padding: 0;
    }

.ui-menu .ui-menu-item a {
    padding: 4px .4em;
    border-radius: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    margin: 0;
}

.ui-autocomplete .ui-menu-item a.ui-state-focus {
    background-color: rgb(204, 204, 204) !important;
    border-radius: 0 !important;
    margin: 0;
}

