html,
body * {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Microsoft JhengHei";
}

body {
    color: black;
}

a {
    color: inherit !important;
    pointer-events: auto;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #f7941d !important;
    pointer-events: auto;
}

a[disabled],
a[disabled]:hover {
    pointer-events: none;
}

.reactive-link {
    color: inherit !important;
    cursor: pointer;
    transition: all 0.3s;
}

.reactive-link:hover {
    color: lightgrey !important;
    text-decoration: none;
}

ul,
ol {
    padding-left: 20px;
}

/*
 * INPUT SECTION
 */

button,
input[type=submit],
input[type=button] {
    border: none;
    border-radius: 6px;
    background-color: #f7941d;
    color: white;
    padding: 6px 12px;
    cursor: pointer;
}

input[type=button]:disabled {
    opacity: 0.8;
}

select,
input[type=text],
input[type=email],
input[type=date],
input[type=password] {
    width: 100%;
    border: 1px solid grey;
    /*border-radius: 4px;*/
    height: 30px;
    padding-left: 5px;
    outline: none;
}

textarea {
    border: 1px solid grey;
    border-radius: 4px;
    outline: none;
}

.err-field {
    color: #bc2e2b;
    /*display: none;*/
}

.input-group .form-control {
    padding: 0rem .75rem;
    height: 30px;
}

.input-group-img {
    border: 1px solid rgb(128,128,128);
    border-radius: 0px;
    border-right: none;
    background-color: white;
}

.form-control.datepickr {
    background: white;
    border-left: none;
    border-radius: 0px;
}

.datepicker {
    border: 1px solid rgb(206, 212, 218) !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.picker button {
    color: black !important;
}

.vehicle-card {
    border: 2px solid #0d5640;
}
.vehicle-card.selected {
    border-color: #f7941d;
}
.vehicle-card-btn {
    background-color: #0d5640;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.darkgreen-btn.selected {
    color: white;
    background-color: #0d5640 !important;
}
.darkgreen-btn {
    background-color: white;
    color: #0d5640;
    border: 1px solid #0d5640;
}

/*
 * COLOR SECTION
 */

.grey-color {
    color: #828386;
}

.darkgrey-color {
    color: #58585a;
}

.darkergrey-color {
    color: #58595b;
}

.grey-background {
    background-color: #828386;
}

.mediumgrey-background {
    background-color: #58585a;
}

.lightgrey-background {
    background-color: #e6e7e8;
}

.transparent-background-0p8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.no-background {
    background-color: transparent;
}

.white-background {
    background-color: white !important;
}

.darkgreen-color {
    color: #0d5640 !important;
}

.darkgreen-background {
    background-color: #0d5640 !important;
}

.orange-background {
    background-color: #f7941d !important;
}

.heading-color > h1,
.heading-color > h2,
.heading-color > h3,
.heading-color > h4,
.heading-color > h5,
.heading-color > h6 {
    color: #a09170;
}

/*
 * BORDER SECTION
 */

.border-circle {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 50%;
}

.border-rounded {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 5px;
}

.border-table-top-bottom {
    border-top: 1px solid #3a3a3c !important;
    border-bottom: 1px solid #3a3a3c !important;
}

.border-darkgreen {
    border: 2px solid #0d5640 !important;
}

.border-top-bottom-darkgreen {
    border-top: 2px solid #0d5640 !important;
    border-bottom: 2px solid #0d5640 !important;
}

.border-white {
    border: 2px solid white !important;
}

.border-heading {
    border-bottom: 1px solid #a09170 !important;
}

.border-h3 {
    border-bottom: 1px solid #a09170 !important;
}

.border-radius-left {
    border-radius: 4px 0px 0px 4px !important;
}

.border-radius-right {
    border-radius: 0px 4px 4px 0px !important;
}

.border-radius-8px {
    border-radius: 8px;
}

.border-black {
    border-color: black !important;
}

.border-gray {
    border-color: #acabab !important;
}

.border-orange {
    border-color: #f7941d !important;
}

.border-left-none {
    border-left: none !important;
}

/*
 * MAP SECTION
 */

#amap-wrapper,
#gmap-wrapper {
    width: 100%;
    height: 450px;
    background-color: grey;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.main-page-map {
    border-top: 6px solid #fdbf68;
    border-right: 6px solid #fdbf68;
    border-left: 6px solid #fdbf68;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main-page-search {
    background: white;
    border-right: 6px solid #fdbf68;
    border-bottom: 6px solid #fdbf68;
    border-left: 6px solid #fdbf68;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media(max-width:575px){
    .main-page-search {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.main-page-divider-line {
    width: 60px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: lightgrey;
}

/*
 * HISTORY MENU SECTION
 */

#history-popup {
    position: absolute;
    display: none;
    z-index: 1;
    top: 36px;
    right: 0;
    width: 400px;
    transition: all 0.6s;
}




.mt-45 {
    margin-top: 45px;
}

.modal-content {
    border-radius: 20px;
}

.modal-close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 0px;
    color: #0d5640;
    background-color: white !important;
    border-radius: 50%;
}
.modal-close-btn > span {
    line-height: 35px;
    font-size: 60px;
}
.modal-close-btn.inverse {
    background-color: #0d5640 !important;
    color: white;
}

/*
 * FONT SECTION
 */

.font-0p7rem {
    font-size: 0.7rem;
}

.font-0p8rem {
    font-size: 0.8rem;
}

.font-0p9rem {
    font-size: 0.9rem;
}

.font-1p1rem {
    font-size: 1.1rem;
}

.font-1p2rem {
    font-size: 1.2rem;
}

.font-1p4rem {
    font-size: 1.4rem;
}

.font-1p6rem {
    font-size: 1.6rem;
}

.font-2rem {
    font-size: 2rem;
    line-height: 1.8rem;
}

/*
 * IMAGE SECTION
 */

.logo-brand {
    max-width: 70px;
}

@media(max-width:767px){
    .logo-brand {
        max-width: 55px;
    }
}

.icon-max-size {
    max-width: 80%;
}

.icon-footer {
    width: 18px;
}

/*
 * FILTER SECTION
 */

.list-filter {
    cursor: pointer;
}

/*
 * MAIN MENU SECTION
 */

#main-menu {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    color: #a09170;
    background: rgba(255,255,255,0.8);
}

#header-spacer {
    height: 63px;
}

.main-menu-item {
    z-index: 20;
    font-weight: bold;
    padding: 6px 14px 5px 14px;
}

.main-menu-item:hover {
    background-color: white;
    color: #a09170 !important;
}

@media(min-width:768px){
    #header-spacer {
        height: 150px;
    }
}

/*
 * POPUP MENU SECTION
 */

.menu-popup {
    position: absolute;
    display: none;
    z-index: 1;
    top: 35px;
    right: 0;
    width: 120px;
    transition: all 0.6s;
}

.menu-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: white;
}

.menu-popup a {
    display: inline-block;
    padding: 9px 12px 9px 12px;
    width: 100%;
}

.menu-popup li:hover {
    color: white !important;
    background: #f7941d;
}

.menu-popup a:hover {
    color: white !important;
    text-decoration: none;
}

.popup-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
 * SIDE MENU SECTION
 */

#side-menu {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
background: rgba(248,149,30,0.9);
}

#side-menu ul {
    list-style: none;
    padding-right: 20px;
}

#side-menu li {
    padding-bottom: 10px;
}

#side-menu-open-btn {
    width: 45px;
    height: 45px;
    float: right !important;
    padding: 0 5px;
    border: none;
    background: none;
}

#side-menu-open-btn div {
    height: 6px;
    margin-bottom: 7px;
    border-radius: 2px;
    background-color: #828386;
}

#side-menu-close-btn {
    font-size: 72px;
    line-height: 36px;
}

#side-menu-close-btn:hover {
    text-decoration: none;
}

.divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
}

.no-scroll {
    overflow: hidden;
}

/*
 * SOCIAL BUTTON SECTION
 */

.social-btn {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    margin-right: 4px;
}

.no-text-decoration,
.no-text-decoration:hover {
    text-decoration: none;
}

/*
 * BACK TO TOP BUTTON SECTION
 */

#back-to-top-btn {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top-btn i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

#back-to-top-btn:hover i {
    color: #fff;
    top: 5px;
}
