.display
{
    display: block !important;
}

body
{
    background-color: #fff;
}

.invisible
{
    opacity: 0;
}

.visible
{
    opacity: 1;
}

.site-navbar ,
.site-menubar ,
#site-content ,
.site-footer
{
    display: none;
}

.buttonRecord {
    border: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    background: #4caf50;
    border-radius: 50%;
}
.buttonRecord.recording:not(.exists) {
    background: #f44336;
}
.buttonRecord.exists {
    background: #3bbcd4;
}

.name-seller ,
.name-seller a
{
    cursor: default;
    font-size: 20px;
}

.name-seller a:hover ,
.name-seller a:active ,
.name-seller a:focus
{
    background-color: #fff !important;
}

.site-menu
{
    margin-top: 20px !important;
}

#loading-overlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.75);
    z-index: 200000;
    text-align: center;
    display: none;
}

#loading-overlay .loading
{
    opacity: 0;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

#loading-overlay .loading.active
{
    opacity: 1;
}

#loading-overlay .logo
{
    margin-bottom: 20px;
}

#loading-overlay .logo img
{
    width: 80%;
    max-width: 150px;
}

#loading-overlay .gif img
{
    width: 60%;
    max-width: 50px;
}

#map
{
    margin-top: 20px;
    width: 100%;
    height: 380px;
    background-color: #7c7c7c;
    display: block;
}

form .footer
{
    margin-top: 40px;
}

#toast-container
{
    z-index: 300000;
}

.site-menu .site-menu-sub .site-menu-item>a
{
    padding-left: 50px !important;
}

*:focus
{
    outline-color: none !important;
    outline: none !important;
}

#site-content .page-title
{
    display: none;
}

#site-content .page-title i
{
    margin-right: 3px;
}

.page-login:before
{
    background-image: url("../img/login/backgrounds/6.jpg");
}

.page-dark.layout-full:after
{
    background-color: rgba(33,33,33,.75);
}

select.form-control
{
    background: none;
}

.input-error
{
    background-color: #fff0ef;
}

#menubar-section-title a
{
    color: #757575;
    font-size: 26px;
    cursor: default;
}

#menubar-section-title a:hover ,
#menubar-section-title a:active ,
#menubar-section-title a:focus
{
    background-color: #fff;
}

.page-header
{
    padding-top: 10px;
}

.datepicker-dropdown
{
    z-index: 2000;
}

#modal-layout-pickup .modal-fill-in .modal-content
{
    width: 100% !important;
    max-width: 1500px;
    overflow: auto;
}

#modal-layout-tour_rates tr.vehicle .pax i
{
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 2px;
}

#modal-layout-pickup table ,
#modal-layout-tour_rates table
{
    font-size: 14px !important;
}

#modal-layout-tour_rates tr.vehicle .name
{
    padding-left: 30px;
}

#modal-layout-tour_rates tbody tr:last-of-type td
{
    border-bottom: none !important;
    padding-bottom: 20px;
}

#modal-layout-tour_rates tbody tr.title
{
    border-top: none !important;
}

#modal-layout-tour_rates tbody tr.title td
{
    border-top: none !important;
    border-bottom: none !important;
    padding: 10px 10px;
    background-color: #e0e7ff;
}

#modal-layout-tour_rates table tbody ,
#modal-layout-tour_rates table
{
    border-top: none !important;
}

#modal-layout-tour_rates table tbody tr.vehicle.first td
{
    padding-top: 8px;
    border-top: none !important;
}

.form_control-wrap
{
    position: relative;
    margin: auto;
    text-align: center;
}

input[datepicker]
{
    background-color: #fff !important;
    cursor: pointer;
    text-align: center;
}

.form_control-wrap input
{
    background-color: #fff !important;
    cursor: pointer;
    text-align: center;
    margin: auto;
}

.form_control-wrap i
{
    position: absolute;
    top: 9px;
    right: 10px;
    color: #c5c5c5;
    cursor: pointer;
    font-size: 16px;
}


.form_control-wrap.timepicker
{
    width: 110px;
}

#flag-environment
{
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 9999999999;
    color: #fff;
    text-align: center;
    padding: 40px 10px 40px 15px;
    font-size: 30px;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 35px;
}

.flag-DEV
{
  background: rgba(76, 175, 80, 0.7);
}

.flag-QA
{
  background: rgba(250, 71, 6, 0.7);
}

.btn-tour
{
    width: 75px;
}
