/*
 * Globals
 */
/*@import url("../bootstrap-grid.css");*/
@import url("../icons.css");
@import url("../bootstrap-social.css");

@font-face {
    font-family: MyMyriadProRegular;
    src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: MyMyriadProSemibold;
    src: url(../fonts/MyriadPro-Semibold.otf);
}

@font-face {
    font-family: MyMyriadProBold;
    src: url(../fonts/MyriadPro-Bold.otf);
}

@font-face {
    font-family: BigJohnPRO-Regular;
    src: url(../fonts/BigJohnPRO-Regular.otf);
}

@font-face {
    font-family: BigJohnPRO-Light;
    src: url(../fonts/BigJohnPRO-Light.otf);
}

@font-face {
    font-family: BigJohnPRO-Bold;
    src: url(../fonts/BigJohnPRO-Bold.otf);
}

/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    height: 38px;
    line-height: inherit;
    padding: 0 5px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 5px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
}

select {
    padding: 15px 18px;
    cursor: pointer;
}

input {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #808080;
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #d8d8d8;
    opacity: 1;
}

input[type="submit"] {
    border: none;
    padding: 11px 18px;
    width: auto;
}

input[type="checkbox"] {
    display: inline;
    width: 18px;
    height: 18px !important;
    margin-right: 10px;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #FE7235;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FE7235;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FE7235;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #FE7235;
    opacity: 1;
}

textarea {
    height: auto;
    line-height: 27px;
    padding: 20px;
    min-height: 130px;
    transition: none !important;
    min-width: 100%;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}

label span,
legend span {
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

fieldset {
    padding: 0;
    border: none;
}

a, button {
    outline: none !important;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

.h7, h7 {
    font-size: 0.75rem;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
/*.btn-secondary,*/
/*.btn-secondary:hover,*/
/*.btn-secondary:focus {*/
/*    color: #333;*/
/*    text-shadow: none; !* Prevent inheritance from `body` *!*/
/*    background-color: #fff;*/
/*    border: .05rem solid #fff;*/
/*}*/

/*
 * Base structure
 */

html,
body {
    overflow-y: auto;
    font-family: MyMyriadProRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: block;
}

/*
 * Header
 */
#mainmenu {
    background-color: rgba(24, 83, 148, 1);
    padding-top: 2px;
    padding-bottom: 2px;
}

.masthead .content {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

#mainmenu header .logo {
    z-index: 1;
    float: left;
    shape-outside: polygon(0 100%, 37% 66%,100% 66%,100% 21.2%, 50% 0, 0 21.2%);
    clip-path: polygon(0 100%, 37% 66%,100% 66%,100% 21.2%, 50% 0, 0 21.2%);
    width: 50px;
    height: 67px;
    background-image: url("../../images/logo.png");
}

#mainmenu header .logo a {
    display: block;
}

#mainmenu header .user-menu{
    position: absolute;
    top:10px;
    right:0px;
}



.masthead-brand {
    margin-bottom: 0;
    margin-top: 0;
}

#mainmenu header .slogan {
    padding-left: 5px;
    padding-right: 0px;
    width: 175px;
    float: left;
}

#mainmenu header .slogan h3 {
    margin-top: 6px;
    margin-bottom: 0px;
    line-height: 1;
}

#mainmenu header .slogan h6 {
    margin-bottom: 0px;
    font-size: 8px;
}

#mainmenu header .header-autocomplete {
    margin-bottom: 5px;
    margin-left: -20px;
    margin-top: 10px;
}

#keyword-auto {
    height: 29px;
}

.masthead .content-mid h5 {
    margin-top: 0;
}

.masthead .logo-title {
    font-family: BigJohnPRO-Bold;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

.slide {
    border: 1px solid #B2B2B2;
    border-top: none;
}

.action-buttons {
    background-color: rgba(252, 252, 252, 1);
}

.action-buttons .row {
    margin: 0;
    padding: 5px 5px 5px 12px;
}

.action-buttons .column {
    float: left;
    width: 20%;
    height: 60px;
}

.action-buttons a {
    width: 50px;
    height: 50px;
    color: #005EC5;
    display: inline-table;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ECECEC;
    padding-top: 12px;
}

.action-buttons a:hover {
    box-shadow: 1px 1px 8px #185394
}

.action-buttons .settingtext {
    color: #4B4D4F;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.action-buttons i {
    margin: 0;
    font-size: 24px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.nav-scroller {
    position: relative;
    z-index: 2;
}

/*
 * Cover
 */
.cover {
    height: 100%;
    /*padding: 0;*/
    background-color: white;
}

/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(24, 83, 148, 1);
    padding-bottom: 1px;
}

/* Input With Icon */
.input-with-icon {
    position: relative;
    padding-right: 10px;
}

.input-with-icon i {
    position: absolute;
    top: 4px;
    left: 1%;
    padding: 0 0 0 8px;
    color: #b1abbb;
    transition: 0.2s;
    pointer-events: none;
    font-weight: bolder;
    font-size: 12px;
}

.input-with-icon input {
    padding-left: 30px !important;
    margin: 0;
    height: 29px;
    border-right: 2px solid #FF4E00;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
}

.input-with-icon input:focus {
    border-right: 2px solid #FF4E00;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.input-with-icon.location input {
    padding-left: 20px !important
}

.input-with-icon.location a i {
    position: absolute;
    right: 1px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    padding: 15px 20px 15px 15px;
    background: #fff;
    pointer-events: all
}

.input-with-icon.location a i:hover {
    color: #66676b;
}

/* MAP */
.fs-inner-container {
    z-index: 10;
    height: 100%;
}

.map-hide {
    height: 1px;
    opacity: 0;
}

.map-container {
    height: calc(100vh - 12rem);
    width: 100%;
}

.map-height-new {
    height: calc(100vh - 15rem);
}

#map, #map-routing {
    height: 100%;
}

@supports (display: flex) {
    .fs-inner-container {
        /*height: 0;*/
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.form-main-content {
    max-width: 26em;
    margin: 20px auto 0;
    color: #636363;
}

.form-main-content .border-container {
    background-color: white;
    padding: 20px 0;
    border: 1px solid;
    border-radius: 5px;
}

.form-main-content .branch {
    /*font-family: MyMyriadProSemibold;*/
}

.form-main-content .login-with {
    background-color: #185394;
    color: white;
    padding: 5px 0;
    font-weight: 600;
}

.form-main-content .border-content {
    padding: 0 30px;
}

.form-main-content .checkbox {
    font-weight: 400;
}

.btn-login-goollow {
    height: 38px;
    padding: 0 20px;
    border: none;
    border-radius: 20px;
    border-color: #4da9c5;
    background: rgb(246, 246, 246);
    color: #7e757d;
    font-size: 16px;
}

.btn-login-goollow:hover {
    background-color: #185394;
    color: white;
}

.link-goollow {
    color: #F1472C;
}

.link-goollow:hover {
    color: #F1472C;
}

.register-padding {
    padding: 0 30px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.formatdatatext {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-autocomplete > li > a {
    color: rgba(99, 99, 99, 1);
    cursor: pointer;
}

.ui-autocomplete > li > a.ui-state-active {
    color: rgba(128, 128, 128, 1);
}

.ui-autocomplete > li > a > i {
    padding: 0 10px;
}

.routing_input {
    width: 100%;
}

#input_target, #input_source {
    border-radius: 10px;
}

#style-switcher {
    background: #FFFFFF;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    left: 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#style-switcher h2 {
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 600;
}

#style-switcher h2 a.avpopenclose {
    background-color: #1a73f9;
    display: block;
    height: 92px;
    position: absolute;
    left: 38%;
    top: -163%;
    width: 92px;
    border-radius: 100% 100% 0 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#style-switcher h2 a.avpopenclose {
    -webkit-animation-name: example;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-name: example;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

#ModalRouting .direction-pane-hide {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#ModalRouting .direction-pane-collapsed {
    -ms-transform: translateY(100%) translateY(-70px);
    -webkit-transform: translateY(100%) translateY(-70px);
    transform: translateY(100%) translateY(-70px);
}

#ModalRouting .direction-pane-expanded {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#style-switcher .result-routing {
    padding: 10px 20px;
}

#routefatherplaning {
    height: calc(100vh - 120px);
    overflow-y: auto;
}

.hidden-scroll-horizontal {
    overflow-x: hidden;
}

.iconrouting {
    width: 40px;
    height: 40px;
    fill: rgba(77, 169, 197, 1);
}

#routing_result {
    color: rgba(99, 99, 99, 1);
}

#routing_result p {
    font-size: 14px;
    margin-bottom: 0;
}

#routing_result h6 {
    margin-top: 4px;
}

#btnthaydoidiemden {
    cursor: pointer;
}

.content-page {
    background-color: white;
    height: 100%;
    color: rgba(99, 99, 99, 1);
    padding: 0 20px;
    overflow-y: scroll;
}

.content-page .title {
    font-weight: bolder;
    background-color: rgba(77, 169, 197, 1);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: 80%;
}

.content-page .sub-title {
    color: rgba(254, 114, 53, 1);
}

.content-page p {
    font-size: 16px;
    margin-bottom: 0;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.footer-revision {
    position: absolute;
    right: 10px;
    bottom: 3px;
    font-size: 12px;
}

#mainapp-content .advertisementD {
    position: relative;
}

.advertisementD-left {
    position: absolute;
    top: 25%;
    left: 0.9%;
}

.advertisementD-right {
    position: absolute;
    top: 25%;
    right: 14%;
}

.left-column-banner {
    position: fixed;
    width: 13vw;
}

.right-column-banner {
    position: fixed;
    width: 13vw;
}

@media (max-width: 2560px) {
    .cover-container {
        margin: auto;
        max-width: 70%;
    }
    .cover-container .advertisementD .advertisementD-left {
        left: -20.4%;
    }
    .cover-container .advertisementD .advertisementD-left .left-column-banner {
        position: fixed;
        width: 13.5%;
    }
    .cover-container .advertisementD .advertisementD-right {
        right: -1%;
    }
    .cover-container .advertisementD .advertisementD-right .right-column-banner {
        position: fixed;
        width: 13.5%;
    }

    #keyword-auto,#restaurant-keyword-auto {
        padding-left: 35px;
    }
}

@media (min-width: 1300px){
    .advertisementD-left {
        left: -19vw;
    }

    .advertisementD-right {
        right: -6vw;
    }
}

@media (min-width: 1360px){
    .advertisementD-left {
        left: -20vw;
    }

    .advertisementD-right {
        right: -7vw;
    }
}

.left-column-banner img, .right-column-banner img{
    background: #d7e5f0;
}

.list-banner {
    background-color: rgba(252, 252, 252, 1);
}

body.modal-open {
    padding-right: 0px !important;
}

.modal-open .modal {
    padding-right: 0px !important;
}

.btn-none {
    background-color: transparent;
    color: white;
    padding: 0;
}

.single-page {
    min-height: calc(100vh - 10rem);
}

@media (max-width: 576px) {
    .masthead .content-mid {
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .masthead .content-mid {
        padding-right: 5px;
    }
}

.grecaptcha-badge {
    visibility: collapse !important;
}

#autocomplete-spinner {
    font-size: 22px !important;
    right: -17px;
    left: unset !important;
    top: 20% !important;
    color: white !important;
    padding: 0px !important;
}

.add-clear-span .add-clear-x {
    right: 13px !important;
}

.main-info {
    position: relative;
    border-top: 1px solid rgb(226, 226, 226);
    background-color: #ECECEC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(254, 114, 53, 1);
    border-bottom: 1px solid #ccc5c55c;
}

.single-page {
    min-height: calc(100vh - 10rem);
}

.border-outer-footer a {
    color: #27a844;
}

#login-page,
#login-page input,
#login-page label,
#login-page button,
#login-page a {
    font-size: 12px;
}

#register-page,
#register-page input,
#register-page button {
    font-size: 12px;
}

#shares .row {
    margin-left: 0;
    margin-right: 0;
}

#shares .nav-item {
    margin-right: 15px;
}

.nav-homeinfo .nav-link.active, .nav-homeinfo .show > .nav-link {
    color: #fff;
    background-color: #005EC5;
}

.nav-homeinfo .nav-link {
    border-radius: .25rem;
    color: #4B4D4F;
    background-color: #ECECEC;
    padding: .25rem 1rem;
}

#shares .border-row {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 5px;
}

.addressSharecss {
    margin-left: 5px;
    padding-top: 3px;
}

.addressSharecss h6 {
    margin-bottom: 0;
    margin-top: 3px;
}

.share-buttons {
    display: block;
    padding: 0;
    list-style: none;
    text-align: left;
}

.share-buttons li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.share-buttons li a.fb-share {
    color: #3b5998;
}

.cursor-pointer {
    cursor: pointer;
}

#photoiframedata {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
}

#shares,
#shares h6,
#shares input,
#shares button {
    font-size: 12px;
}

.dropdown-menu.show {
    z-index: 1001;
}

.dropdown-item {
    width: unset;
    margin: 0 2px;
    font-size: 12px;
}

.dropdown-item:hover {
    background-color: #185394;
    color: white;
}

.modal-backdrop {
    opacity: .5;
}