﻿﻿body {
    font-family: Poppins,sans-serif;
    color: #767676
}

.leftside-navigation i > img {
    width: 24px
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.w-100 {
    width: 100%
}

.dl-horizontal dt {
    white-space: normal
}

button#btn-login {
    border-radius: 2px;
    height: 45px
}

div#login_form {
    background-color: rgba(42, 72, 90, 0.50);
    padding: 20px 52px;
    border-radius: 5px;
    margin: 100px auto;
    width: 428px;
    z-index: 1;
    box-shadow: 0 0 6px
}

#login_form input#Username {
    background-color: rgba(255,255,255,.5) !important;
    height: 45px;
    border-radius: 2px;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

#login_form input#Password {
    background-color: rgba(255,255,255,.5);
    height: 45px;
    border-radius: 2px;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

footer div {
    background: rgba(255,255,255,.4);
    color: #000;
    padding: 16px
}

footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0
}

.body {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.5)
}

.h100 {
    height: 100%
}

.clearfix {
    margin-top: 10px;
    margin-bottom: 10px
}

#rightSection {
    background-position: center bottom;
    background-size: cover;
    padding-left: 0;
    position: relative
}

.admin {
    overflow: hidden;
    box-sizing: border-box
}

.font-italic {
    font-style: italic
}

.lh-2 {
    line-height: 2
}

#logoAdmin {
    padding: 15px 0 15px 0;
    margin-top: 30%
}

.ms-input {
    border-radius: unset;
    height: 45px;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-color: #39bbb1;
    width: 350px;
    margin: 0 auto
}

    .ms-input:focus {
        border-top: unset;
        border-left: unset;
        border-right: unset;
        box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 1px 0 rgba(102,175,233,.6);
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075),0 1px 0 rgba(102,175,233,.6)
    }

.ms-btn {
    width: 30%;
    border-radius: unset;
    background-color: #39bbb1;
    border: none;
    opacity: 1
}

    .ms-btn:hover {
        background-color: #399999
    }

    .ms-btn:focus {
        background-color: #399999
    }

.ms-p {
    font-family: Quicksand,sans-serif;
    font-size: 25px
}

.cl-white {
    color: #fff
}

#leftSection > .ms-container {
    margin-top: 10%;
    padding: 0
}

#leftSection {
    position: relative
}

.ms-pd-top-5 {
    margin-top: 5%
}

.ms-pd-bottom-5 {
    margin-bottom: 5%
}

.ms-copyright {
    font-weight: bolder;
    position: absolute;
    bottom: 0
}

.logo {
    /*background: rgba(0, 57, 168, 0.06);*/
    float: left;
    width: 175px;
    height: 75px;
    position: relative;
}

a.logo_a {
    float: left;
    margin: 8px 0 0 0;
}

.ms-dashboard-background {
    background-color: #f1f2f7
}

.fixed-top {
    position: fixed;
    /*box-shadow: 1px 0 3px rgba(0,0,0,.15)*/
}

.header {
    left: 0;
    right: 0;
    z-index: 1002;
    background: rgb(227 231 242);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top-nav {
    margin-top: 20px
}

.pull-right {
    float: right
}

/*.toggle-right-box {
    float: left;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px
}*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block;
        padding-right: 10px
    }

#top_menu .nav > li, ul.top-menu > li {
    float: left
}

ul.top-menu {
    margin-right: 15px;
    margin-top: 0
}

.logout {
    transition: all .5s ease;
    padding: 3px
}

    .logout:hover {
        cursor: pointer;
        transition: all .5s ease
    }

.top-nav ul.top-menu > li > a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /*padding: 1px;*/
    background: 0 0;
    margin-right: 0;
    /*border: 1px solid #f6f6f6;*/
    background: rgba(0, 57, 168, 0.06);
    padding-right: 8px
}

ul.top-menu > li > a {
    color: rgba(0, 57, 168, 1) !important;
    font-size: 16px;
    background: rgba(0, 57, 168, 0.06);
    padding: 4px 8px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-right: 8px !important
}

.badge.bg-success {
    background: #a9d86e
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge.bg-important {
        background: #ff6c60
    }

    .badge.bg-warning {
        background: #fcb322
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.top-nav img {
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 33px
}

select.form-control.select_language {
    font-size: 12px;
    margin-top: 2px
}

a {
    color: #000
}

.top-nav .username {
    font-size: 13px;
    color: rgba(0, 57, 168, 1) !important;
}

.top-nav ul.top-menu > li .dropdown-menu {
    width: 170px !important
}

.top-nav .dropdown-menu.extended {
    top: 50px
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto
}

#sidebar ul.dropdown-menu.alert-dropdown-bar.showBar {
    border-left: 3px solid #0039A8
}

.dropdown-menu.extended {
    padding: 10px
}

.dropdown-menu.extended {
    max-width: 320px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    padding: 0 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: none;
    left: -10px
}

.pull-right.top-menu .dropdown-menu:after, .pull-right.top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.pull-right.top-menu .dropdown-menu:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #eee;
    border-width: 8px;
    margin-left: -8px
}

.dropdown-menu.extended li a {
    font-size: 12px;
    list-style: none
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu.extended.logout > li > a {
    border-bottom: none !important
}

.dropdown-menu.extended li a {
    padding: 10px
}

.dropdown-menu.extended > li > a:hover {
    background: #f1f2f7 !important;
    border-radius: 5px
}

.dropdown-menu.extended li a:hover {
    color: #32323a
}

#sidebar {
    width: 240px;
    height: auto;
    max-height: 100%;
    position: fixed;
    float: left;
    background: rgba(0, 57, 168, 0.06);
    margin-top: 75px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.leftside-navigation, .right-stat-bar {
    height: 100%
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0
}

    ul.sidebar-menu li a {
        color: rgba(79, 79, 79, 1);
        text-decoration: none;
        display: block;
        padding: 18px 0 18px 25px;
        font-size: 12px;
        outline: 0;
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700
    }

        ul.sidebar-menu li a.active, ul.sidebar-menu li a:focus, ul.sidebar-menu li a:hover {
            background: rgba(0, 57, 168, 0.1);
            color: rgba(0, 18, 51, 1);
            display: block;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease
        }

        ul.sidebar-menu li a i {
            font-size: 15px;
            padding-right: 6px
        }

.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(Images/Icons/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px
}

.active .dcjq-icon {
    background: url(../images/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

#main-content {
    margin-left: 240px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wrapper {
    display: inline-block;
    margin-top: 80px;
    padding: 15px
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 13px;
    font-weight: 400;
    background: #fafafa;
    text-transform: uppercase;
    padding: 15px
}

.panel {
    background-color: #fff
}

.panel-body {
    padding: 15px;
    /*border-top: 3px solid #1fb5ad*/
}

.panel .container {
    max-width: 100%
}

.ms-add-button, .ms-config-button {
    padding-right: 5px
}

    .ms-add-button a, .ms-config-button a, .ms-options-button a {
        color: #fff;
        padding: 5px 0 8px 0
    }

.ms-options-button {
    position: relative
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

    .switch input {
        display: none
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .slider {
    background-color: #2196f3
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

    .slider.round:before {
        border-radius: 50%
    }

label.error {
    color: red
}

.table-btn-options {
    margin: 0 5px 0 5px
}

.dropdown-menu-options.extended {
    top: 50px
}

.dropdown-menu-options {
    float: right;
    right: 0;
    left: auto
}

    .dropdown-menu-options.extended {
        padding: 10px
    }

    .dropdown-menu-options.extended {
        max-width: 320px !important;
        min-width: 160px !important;
        top: 42px;
        width: 100px !important;
        padding: 0 10px;
        box-shadow: 0 0 5px rgba(0,0,0,.1) !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #fff;
        border: none;
        display: none;
        position: absolute;
        z-index: 1;
        list-style: none
    }

    .dropdown-menu-options:after, .dropdown-menu-options:before {
        bottom: 100%;
        left: 90%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .dropdown-menu-options:before {
        border-color: rgba(238,238,238,0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px
    }

    .dropdown-menu-options.extended li a {
        font-size: 12px;
        list-style: none
    }

    .dropdown-menu-options > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

    .dropdown-menu-options.extended li a {
        padding: 10px
    }

    .dropdown-menu-options.extended > li > a:hover {
        background: #f1f2f7 !important;
        border-radius: 5px
    }

    .dropdown-menu-options.extended li a:hover {
        color: #32323a
    }

img#img_user {
    width: 100px;
    margin-bottom: 10px
}

#image_user_upload {
    display: none
}

input#uploadFotoButton {
    display: none
}

#img_user:hover {
    cursor: pointer
}

div.system_success_message {
    padding: 15px;
    height: 50px;
    background: #2fbf61;
    float: initial;
    color: #000
}

div.system_error_message {
    padding: 15px;
    height: 50px;
    background: #bf0000;
    float: initial;
    color: #fff
}

div.system_warning_message {
    padding: 15px;
    height: 50px;
    background: #ffa621;
    float: initial;
    color: #fff
}

#sidebar .dropdown-menu {
    position: relative;
    width: 100%;
    border-radius: initial;
    background-color: rgba(0, 57, 168, 0.06);
    position: relative;
    border: initial;
    float: initial;
    z-index: 0
}

#sidebar .sidenav-second-level {
    border-left: 3px solid #0039A8
}

.ui-autocomplete {
    position: absolute;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: 227px;
    z-index: 9999;
    max-height: 400px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #d3d3d3
}

    .ui-menu .ui-menu {
        margin-top: -3px
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 5px;
        width: 100%
    }

        .ui-menu .ui-menu-item:hover {
            background-color: #a9a9a9;
            cursor: pointer
        }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1
        }

            .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-hover {
                margin: -1px
            }

.ui-helper-hidden-accessible {
    display: none
}

.selected > .statusDiv {
    height: 42px;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -ms-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear
}

.statusDiv i {
    padding: 12px
}

#modules .moduleContainer {
    min-height: 150px;
    margin-left: 6px;
    padding-top: 27px;
    padding-right: 0;
    padding-left: 0;
    float: left;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border: 1px solid #d3d3d3
}

    #modules .moduleContainer:hover, #modules label:hover {
        cursor: pointer
    }

#modules .selected {
    border: 1px solid gray;
    padding-top: 5px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.statusDiv {
    background: #fff;
    overflow: hidden;
    height: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(1,217,58,.7);
    color: #fff;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -ms-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear
}

#modules label {
    padding: 0
}

div.results {
    margin-top: 10px;
    display: none
}

.btn-expand {
    float: right;
    padding: 15px;
    color: gray
}

#modules .card {
    border: none
}

input.selectAll.pull-right {
    width: 30px;
    height: 30px;
    background-color: #fff;
    margin-top: 10px
}

.btn-90 {
    width: 90%
}

.btn-expand:hover {
    cursor: pointer
}

#datepicker.form-control {
    line-height: 1.375rem
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-addon {
    padding: 9px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid #ccc;
    border-radius: .25rem
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.input-group-addon {
    background-color: #1fb5ad;
    color: #fff
}

.notify-row {
    float: left;
    margin-top: 23px;
    margin-left: 25px
}

.dropdown-toggle:after {
    display: none
}

ul.top-menu > li > a:focus, ul.top-menu > li > a:hover {
    background: rgba(0, 57, 168, 0.06);
    text-decoration: none;
    color: rgba(0, 57, 168, 1) !important;
    padding-right: 8px !important
}

.hide-left-bar {
    margin-left: -240px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.merge-left {
    margin-left: 0 !important
}

a#hideBar {
    width: 32px;
    text-align: center
}

    a#hideBar i {
        font-weight: 700
    }

.mini-stat-info span {
    display: block;
    font-size: 1.2vw;
    font-weight: 600
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px
}

.mini-stat {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative
}

.orange {
    background: #fa8564 !important
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #fff
}

.tar {
    background: #1fb5ac !important
}

.pink {
    background: #a48ad4 !important
}

.mini-stat .green {
    background: #aec785 !important
}

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px
}

::-webkit-scrollbar {
    width: 10px
}

.do-nicescrol::-webkit-scrollbar {
    width: 10px;
    display: none
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }

ul#thirdLevel {
    list-style: none
}

#LossesMenuRegisterLossesTableUL a, #LossesMenuScheduleProcessesTableUL a, #LossessubMenuListingsUL a, #LossessubMenuReportsTablesUL a, #LossessubMenuReportsUL a, #SubMenuTicketsClaimsStatus a, #SubMenuTicketsTypeClaims a, #menuFleetUL a, #menuHumanResourcesUL a, #subMenuBillingTablesUL a, #subMenuContractsUL a, #subMenuExpeditionsUL a, #subMenuMaintenanceUL a, #subMenuRentalBudgettingUL a, #subMenuRentalTablesUL a, #subMenuScalesPlanningUL a, #subMenuScalesTablesUL a, #subMenuSinisterTablesUL a, #subMenuTicketsMapsUL a, #subMenuTicketsPlanningUL a, #subMenuTicketsReservationsUL a, #subMenuTicketsTablesUL a, #subMenuTicketsTicketsUL a, #subMenuAppConfigUL a {
    padding-left: 40px
}
#subMenuContractsFaturaUL a {
    padding-left: 50px;
}

#subMenuContractsFaturaOcasionaisUL a, #subMenuContractsFaturaRegularesUL a {
    padding-left: 60px;
}
.tab-bg-dark-navy-blue {
    background: #e0e1e7 !important;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid
}

.tourism-tab-bg-dark-navy-blue {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid;
    font-family: monospace
}

.tourism li > a {
    font-size: 15px !important
}

.tourism-tab-bg-dark-navy-blue li a.active {
    border-radius: 0 !important;
    color: #000 !important;
    border-bottom: 2px solid red !important;
    font-weight: 700;
    transition: all .3s ease-in-out
}

.panel-heading .tourism-nav {
    border: medium none;
    margin: -15px -15px -15px;
    font-family: monospace;
    font-size: 15px !important
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 13px;
    font-weight: 400;
    background: #fafafa;
    text-transform: uppercase;
    padding: 15px
}

    .panel-heading .nav {
        border: medium none;
        font-size: 13px;
        margin: -15px -15px -15px
    }

.nav-justified {
    width: auto !important
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.tab-bg-dark-navy-blue li a.active {
    border-radius: 0 !important;
    color: #000 !important
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 0
}

.tab-bg-dark-navy-blue ul > li > a {
    display: block;
    padding: 20px 15px !important
}

.nav-tabs a:hover {
    color: #0056b3;
    text-decoration: none
}

.panel-heading .nav > li > a {
    color: #898989
}

.tourism .nav > li > a {
    border-bottom: 2px solid #a5a5a5
}

ul.nav.nav-tabs.nav-justified li {
    width: 50%;
    padding: 0
}

.panel-heading .nav > li > a:hover {
    color: #1fb5ad;
    background: #fff
}

.content-tab {
    display: none
}

    .content-tab.active {
        display: block
    }

.tab-bg-dark-navy-blue a.active {
    background-color: #3abcb1
}

.profile-pic img {
    width: auto;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 25%;
    border: 10px solid #f1f2f7;
    margin-top: 20px
}

.profile-information {
    margin-top: 20px
}

.form-control.has-error {
    border-color: #dc3545 !important
}

#frequencies .col-md-1 {
    max-width: 14% !important
}

#frequencies input[type=checkbox] {
    height: 20px !important
}

.ms-select-button {
    margin-right: 50px
}

.modal .modal-xl {
    max-width: 90% !important
}

.modal-body .symbol {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 2%;
    padding-top: 5%
}

.legend-title {
    font-size: 1em;
    color: #767676;
    width: auto
}

.profile-pic img {
    width: auto;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 25%;
    border: 10px solid #f1f2f7;
    margin-top: 20px
}

.profile-information {
    margin-top: 20px
}

.form-control.no-resize {
    resize: none
}

.vehicles .vehicle-pic img {
    width: 275px;
    height: 200px;
    -webkit-border-radius: 25%;
    border: 10px solid #f1f2f7;
    cursor: pointer;
    transition: .3s
}

    .vehicles .vehicle-pic img:hover {
        opacity: .7
    }

.vehicle-modal.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.vehicle-modal .modal-content {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 500px
}

.vehicle-modal .close {
    position: absolute;
    top: 12%;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    transition: .3s
}

#media .media-field img {
    width: auto;
    cursor: pointer
}

#FormVehiclesEdit .dropzone, #StaffForm .dropzone {
    margin-top: 20px;
    min-height: 50px !important;
    padding: 5px 5px
}

    #FormVehiclesEdit .dropzone .dz-message {
        text-align: center;
        margin: .5em 0
    }

#media .media-content {
    height: 200px
}

.dt-buttons .buttons-html5 {
    margin-right: 15px;
    display: inline !important
}

.col-budget {
    flex: 0 0 20% !important;
    max-width: 20%
}

#mapRoute, #mapRouteCost {
    height: 400px
}

#right-panel, #right-panelCost {
    font-family: Roboto,sans-serif;
    line-height: 30px;
    padding-left: 10px
}

    #right-panel input, #right-panel select, #right-panelCost input, #right-panelCost select {
        font-size: 15px
    }

    #right-panel select, #right-panelCost select {
        width: 100%
    }

    #right-panel i, #right-panelCost i {
        font-size: 12px
    }

#right-panel, #right-panelCost {
    height: 400px;
    float: right;
    width: 100%;
    overflow: auto;
    overflow-y: scroll
}

.background-even td input {
    background-color: #f2f2f2
}

.input-table {
    border: 1px solid #ced4da !important
}

td.no-padding {
    padding: 0
}

.dropdown-menu-options-table {
    float: right;
    right: 25px;
    left: auto
}

    .dropdown-menu-options-table.extended {
        padding: 10px
    }

    .dropdown-menu-options-table.extended {
        max-width: 320px !important;
        min-width: 160px !important;
        width: 100px !important;
        padding: 0 10px;
        box-shadow: 0 0 5px rgba(0,0,0,.1) !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #fff;
        border: none;
        display: none;
        position: absolute;
        z-index: 9999;
        list-style: none;
        margin-top: 10px
    }

    .dropdown-menu-options-table:after, .dropdown-menu-options-table:before {
        bottom: 100%;
        left: 90%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .dropdown-menu-options-table:before {
        border-color: rgba(238,238,238,0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px
    }

    .dropdown-menu-options-table.extended li a {
        font-size: 12px;
        list-style: none
    }

    .dropdown-menu-options-table > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

    .dropdown-menu-options-table.extended li a {
        padding: 10px
    }

    .dropdown-menu-options-table.extended > li > a:hover {
        background: #f1f2f7 !important;
        border-radius: 5px
    }

    .dropdown-menu-options-table.extended li a:hover {
        color: #32323a
    }

.divcolor {
    height: 25px
}

.contract-status {
    height: 25px;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px
}

.datatableSelectedColor {
    background-color: #3abcb1 !important;
    color: #000
}

.datatableButtonColor {
    background-color: #e9a237 !important
}

.tab-bg-dark-navy-blue li:first-child a.active {
    border-radius: 4px 0 0 0 !important
}

.tab-bg-dark-navy-blue li:last-child a.active {
    border-radius: 0 4px 0 0 !important
}

.show-more-personal-info {
    vertical-align: middle;
    width: auto;
    font-size: larger;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer
}

.padding-left-5 {
    padding-left: 5px !important
}

.loadiCheck .iradio_flat-blue {
    margin-right: 20px
}

.padding-right-5 {
    padding-right: 5px !important
}

.activeIndex {
    margin-left: 18px;
    width: 70px;
    height: 20px;
    border-radius: 44%;
    color: #fff;
    text-align: center;
    background: #e9a237;
    display: inline-block;
    text-transform: none
}

.companyInfo img {
    max-height: 95px;
    float: left
}

.companyInfo {
    max-height: 95px
}

.CompanyName {
    font-size: 30px;
    padding-left: 50px;
    float: left;
    line-height: 3.2
}

.ui-datepicker-month .month_selected {
    text-transform: capitalize;
    width: 370px;
    border-radius: 25px;
    margin: 0 auto;
    background: #020024;
    color: #fff;
    background: linear-gradient(90deg,#020024 0,#1dc2bd 0,#00d4ff 100%)
}

.ui-datepicker-month, .ui-datepicker-next, .ui-datepicker-prev {
    font-size: 23px;
    position: relative
}

    .ui-datepicker-month > div:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover {
        cursor: pointer
    }

.select_months .month {
    width: 150px;
    text-align: center;
    font-size: 16px;
    float: left;
    border: 1px solid #d3d3d3;
    border-radius: 25px;
    padding: 4px;
    margin: 4px 4px 0 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

div.month:hover {
    background-color: #d3d3d3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.day.selected, .month.selected, .year.selected {
    background: linear-gradient(90deg,#020024 0,#1dc2bd 0,#00d4ff 100%);
    color: #fff
}

.ui-datepicker-next > div, .ui-datepicker-prev > div {
    width: 75px;
    border-radius: 25px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.ui-datepicker-next:hover > div, .ui-datepicker-prev:hover > div {
    background-color: #d3d3d3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.calendarPlanning {
    width: 100%;
    margin-top: 10px;
    overflow-x: scroll;
    border: 1px solid #d3d3d3
}

#planningTable td, #planningTable th {
    text-align: center;
    position: relative;
    height: 15px;
    border: 1px solid #d3d3d3;
    font-size: 1vw
}

table#planningTable {
    width: 4252px
}

.right-sidebar {
    background: rgba(0, 57, 168, 0.06);
    width: 240px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: -240px;
    top: 75px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.open-right-bar {
    right: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.toggle-right-box {
    float: left;
    background: rgba(0, 57, 168, 0.06);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /*width: 35px;
    height: 35px*/
}

    .toggle-right-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        padding: 13px;
        color: rgba(0, 57, 168, 1) !important;
    }

    .toggle-right-box:hover {
        background: rgba(0, 57, 168, 0.06);
        color: rgba(0, 57, 168, 1) !important;
    }

.right-stat-bar .container {
    margin-top: 80px
}

.merge-right {
    margin-right: 240px
}

#radioDatesTypeBtn .notActive, #radioServiceTypeBtn .notActive, .radioBtn .notActive {
    color: #3abcb1;
    background-color: #fff
}

#radioDatesTypeBtn .btn, #radioServiceTypeBtn .btn, .radioBtn .btn {
    border-color: #0062cc
}

.padding-left-15 {
    padding-left: 30px !important
}

.padding-right-15 {
    padding-right: 30px !important
}

#planningTable .service {
    background-color: green;
    width: 100%;
    color: #fff;
    font-size: 13px
}

    #planningTable .service:hover {
        cursor: pointer
    }

.planningStats {
    padding: 15px
}

#planningTableStats td, #planningTableStats th {
    text-align: center;
    font-size: 11px;
    border: 1px solid #d3d3d3
}

.planningStats {
    padding: 15px
}

.monthStats .day {
    width: 49px;
    height: 49px;
    line-height: 2.5;
    float: left;
    margin: 20px 0 0 20px;
    text-align: center;
    font-size: 17px;
    font-weight: lighter;
    border-radius: 50px;
    cursor: pointer
}

.planningStats #legend {
    display: flex
}

span.low {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 10px
}

span.moderate {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 10px
}

span.high {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 10px
}

.search .fa-search-plus {
    font-size: 25px !important;
    font-weight: initial;
    margin-left: -31px;
    z-index: 1;
    margin-top: 6px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.search span:hover {
    color: #000;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.right-stat-bar {
    position: relative
}

#tableDataBudget td, #tableDataContract td {
    position: relative
}

#versionApp {
    color: rgba(79, 79, 79, 1);    
    text-align: center;
    font-size: 11px;
    position: absolute;
    bottom: 40px;
    width: 100%
}

div#infoDiv {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: absolute;
    z-index: 1003;
    background: #fff;
    font-size: 12px
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 89px;
    height: 89px;
    margin: 250px auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.infoBus {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 99%;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.dayInfo:hover .infoBus {
    display: block;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

div#closeInfo i, div#expandAll i, div#exportDataInfo i, div#goToRentalPlanningDaily i, div#goToRentalPlanningWeekly i, div#refreshInfo i {
    margin-right: 11px
}

#closeInfo {
    height: 30px;
    background: red;
    width: 120px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    #closeInfo:hover, #exportDataInfo:hover, #refreshInfo:hover {
        cursor: pointer;
        color: #000;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

#VehiclesList li {
    height: 46px;
    line-height: 3.5;
    border-bottom: 1px solid #d3d3d3;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -ms-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: height .5s linear
}

    #VehiclesList li:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05)
    }

ul#VehiclesList {
    list-style: none;
    text-align: center;
    padding: 0;
    float: left;
    width: 95px
}

div#divFixed {
    width: 95px
}

#VehiclesList i.fa.fa-angle-down {
    width: 25px;
    padding-left: 10px
}

div#contentInfo {
    float: right;
    margin-left: 95px;
    position: absolute
}

.hourInfo {
    width: 50px;
    height: 46px;
    line-height: 3.5;
    float: left;
    background-color: rgba(0,0,0,.05);
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3
}

.line {
    width: 100%;
    min-height: 46px;
    border-bottom: 1px solid #d3d3d3
}

.info {
    margin-top: 46px
}

.service {
    height: 45px;
    background-color: green;
    border: 1px solid #fff
}

#VehiclesList i.fa.fa-angle-down:hover {
    cursor: pointer
}

.detailsContent {
    font-size: 17px;
    text-align: center;
    display: none
}

.contract-type-color {
    display: table-cell;
    max-height: 25px;
    width: 37px;
    border-radius: 25px
}

.modal input#color {
    padding: 0;
    width: 40px;
    height: 40px;
    border: none
}

.modal .ulWidth {
    width: 15%
}

.modal ul li.maxWidth {
    max-width: 100% !important;
    flex: 0 0 20% !important;
    width: 100% !important
}

.modal #calendario .datepicker-inline, .modal #calendario table {
    width: 90%;
    margin: 0 auto
}

.day_selected_dropdown {
    width: 100%
}

    .day_selected_dropdown .datepicker_container .datepicker-inline {
        width: 100%;
        margin: 0 auto
    }

        .day_selected_dropdown .datepicker_container .datepicker-inline .table-condensed {
            width: 100%
        }

input.orangeInput, input.orangeInput:focus, input.orangeInput[readonly] {
    color: #fff;
    background-color: #e9a237;
    border-radius: 1.25rem
}

input.greenInput, input.greenInput:focus, input.greenInput[readonly] {
    color: #fff;
    background-color: #3abcb1;
    border-radius: 1.25rem
}

#modalInsertEdit_AuxiliaryCourses .modal-lg {
    max-width: 950px !important
}

.mapsList {
    position: relative;
    list-style: none
}

.clockpicker-popover {
    z-index: 999999 !important
}

.messageRequiredFields {
    font-size: 13px
}

.greenCircle {
    background-color: #a9d86e;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin: 0 auto
}

.redCircle {
    background-color: #ff1300;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin: 0 auto
}

.blueCircle {
    background-color: #1fb5ad;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin: 0 auto
}

.yellowCircle {
    background-color: #ffc107;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin: 0 auto
}

#RegularSpecializedDiv #frequenciesCalendar .datepicker-inline, #RegularSpecializedDiv #frequenciesCalendar table, .modal #frequenciesCalendar .datepicker-inline, .modal #frequenciesCalendar table {
    width: 100%;
    margin: 0 auto
}

#expandAll {
    height: 30px;
    background-color: #008b8b;
    width: 120px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 150px
}

    #expandAll:hover {
        cursor: pointer;
        color: #000;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.padding-t-10 {
    padding-top: 10px
}

#divNewRoutes p, #divNewRoutes table {
    padding-left: 10px
}

#divNewRoutes table {
    font-family: Roboto,Arial,sans-serif;
    font-weight: 300;
    color: #2c2c2c;
    width: 100%
}

    #divNewRoutes table tr {
        padding-left: 10px;
        cursor: pointer
    }

    #divNewRoutes table td {
        border-bottom: 1px solid #cdcdcd;
        margin: 0;
        padding: .3em 3px .3em 3px;
        vertical-align: top
    }

.b-color {
    background-color: #00c1b7
}

.text-color-white {
    color: #fff
}

.contract_select {
    background-color: #eee;
    padding: 50px
}

.search i.fa.fa-search {
    margin: 10px 0 0 -28px;
    position: absolute;
    z-index: 3
}

.loaderTask {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.task {
    padding-left: 30px
}

#calendarScalesDiv #scalesCalendar .datepicker-inline, #calendarScalesDiv #scalesCalendar table {
    width: 100%;
    margin: 0 auto
}

#LossessubMenuListingsSubMenuDocumentsUL a, #_submenu_tickets_map_CashJornalUL a, #_submenu_tourims_contacts a, #_submenu_tourims_financial a, #mapsAnalysisListReservationsUL a, #mapsAnalysisListUL a, #mapsListUL a, #mapsListULReservations a, #mapsTableListUL a, #subListStaffVacations a, #subListULPlanning a, #subListULPlanningReservations a, #subMenuBillingReportsUL a, #subMenuExpeditionsTablesUL a, #subMenuRentalExpensesUL a {
    padding-left: 60px !important
}

.rounded {
    border-radius: 50px !important
}

    .rounded:hover {
        cursor: pointer
    }

.f-size-14 {
    font-size: 14px
}

.f-size-13 {
    font-size: 13px
}

.border-top-none {
    border-top: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

@media print {
    #mapRoute {
        height: 300px;
        width: 300px
    }
}

#budgetservice_selected p {
    margin-top: 0;
    margin-bottom: 0
}

li.emptyNotifications {
    text-align: center;
    color: #d3d3d3;
    font-size: 14px
}

.border-green {
    border-color: #218838 !important
}

.border-red {
    border-color: #ff0909 !important
}

.contractStatusIcons {
    text-align: center
}

    .contractStatusIcons i.fa {
        color: #1fb5ad;
        margin: 0 2px
    }

#header_notification_bar .dropdown-toggle.active {
    background-color: #32d2c9
}

.position-relative {
    position: relative
}

div.day {
    width: 30px;
    height: 30px;
    border: 1px solid #d3d3d3;
    border-radius: 25px;
    text-align: center;
    float: left;
    font-size: 16px;
    padding: 1px;
    margin: 4px 0px 0 4px
}

    div.day:hover, div.year:hover {
        background-color: #d3d3d3;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

.select_months.show {
    display: block
}

div.year {
    width: 4vw;
    float: left;
    border: 1px solid #d3d3d3;
    border-radius: 27px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    margin: 0 4px 10px 20px
}

.tableListHeaderColor {
    /*border-bottom: 3px solid #007eff !important;*/
    color: #000;
    border-collapse: collapse !important
}

input.codeClass {
    border-radius: 1.25rem;
    font-weight: 700;
    font-size: 18px
}

.btn-excel {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    color: #fff !important;
    background-color: #28a745 !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important
}

    .btn-excel:hover {
        color: #333 !important;
        text-decoration: none !important;
        background-color: #28a745 !important;
        border-color: #28a745 !important;
        user-select: none !important;
        background-image: none !important;
        border: 1px solid transparent !important
    }

.bootbox .modal-header h4 {
    float: none
}

.bootbox .modal-header .close {
    position: absolute;
    right: 15px
}

.scheduleSchedule {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d3d3d3
}

table#scheduleTable, table#staffVacationsAnnual, table#staffVacationsTable, table#staffVacationsTable table, table#tableVacationsApproval, table#tableVacationsApproval table {
    width: 100%
}

    #scheduleTable th, #staffVacationsTable td, #staffVacationsTable th, #tableVacationsApproval td, #tableVacationsApproval th, table#staffVacationsAnnual td, table#staffVacationsAnnual th, table#vacationsApprovalAnnual td, table#vacationsApprovalAnnual th, table#vacationsApprovalApprove td, table#vacationsApprovalApprove th {
        text-align: center;
        position: relative;
        height: 50px;
        border: 1px solid #d3d3d3;
        font-size: 1vw;
        cursor: pointer
    }

    table#staffVacationsTable td.selectedDayOthers {
        font-weight: 700
    }

.subtitleStaffVacations {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 5px
}

#tableBudgetsDay a, #tableContactsDay a, #tableContactsWithoutDay a {
    cursor: pointer
}

    #tableBudgetsDay a:hover, #tableContactsDay a:hover, #tableContactsWithoutDay a:hover, #tableContractsWithoutDayFixed a:hover {
        cursor: pointer;
        text-decoration: underline
    }

.datatableButtonColorSemi {
    background-color: #808080 !important;
}

div#contentContractsInfo {
    float: right;
    margin-left: 1300px;
    position: absolute
}

#VehiclesList .progress {
    height: .8rem;
    line-height: 1.5rem;
    text-align: center;
    width: 66%;
    margin: -10px auto 0 auto;
    font-size: 10px;
    background-color: #000 !important
}

    #VehiclesList .progress .progress-bar {
        background-color: red !important
    }

.detailsContent .contractDetails, .detailsContent .driverInfo {
    font-size: 15px
}

.form-group .labelColor {
    color: #767676 !important
}

#VehiclesList .progress-bar-title {
    position: absolute;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
    right: 0;
    left: 0
}

#VehiclesList .progress-relative {
    position: relative
}

#modalPlanning .modal-lg {
    max-width: 60% !important
}

#thirdpartywitnesses table .width-lg {
    width: 250px
}

.legend-plus {
    cursor: pointer
}

    .legend-plus i {
        margin-left: 10px;
        margin-right: 10px
    }

.sinister-location {
    width: 200px
}

.sinister-location-modal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.sinister-location-modal .modal-content {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 500px
}

.sinister-location-modal .close {
    position: absolute;
    top: 15%;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    transition: .3s
}

.sinister-image img {
    cursor: pointer;
    height: 85%
}

.sinister-image .col {
    height: 150px
}

.dropzone-sinister {
    min-height: 60px !important;
    padding: 0 !important
}

    .dropzone-sinister .dz-message {
        margin: 1em 0 !important
    }

.sinister-image span, .vehicle-row-img span {
    display: table;
    text-align: center;
    width: 200px;
    font-size: 10px;
    cursor: pointer
}

.modal .left-arrow, .modal .right-arrow {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px
}

.modal .left-arrow {
    left: 250px
}

.modal .right-arrow {
    right: 250px
}

.modal .arrow .fa {
    font-size: 50px
}

table#table1, table#table2 {
    border: 1px solid #d3d3d3
}

.dropzone-documenttype .dz-default.dz-message {
    margin: 0 !important
}

.dropzone-documenttype {
    min-height: 100px !important
}

#DocumentTypeFileDownload a, #DocumentTypeFileDownload a:hover {
    color: #767676
}

#planningMonth {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: scroll
}

.heading-planning {
    height: 55px;
    width: auto;
    left: 70px;
    font-size: 12px;
    float: left;
    top: 0;
    display: inline-flex;
    background-color: #d3d3d3
}

    .heading-planning > div {
        width: 200px;
        text-align: center;
        text-transform: uppercase;
        padding: 8px 15px 0 15px;
        border: 1px solid #a9a9a9
    }

.dates_planning {
    top: 55px;
    left: 0
}

    .dates_planning > div {
        width: 70px;
        height: 55px;
        background-color: #d3d3d3;
        text-align: center;
        line-height: 3.5;
        border: 1px solid #a9a9a9
    }

.planning_content div {
    background: initial
}

.planning_content {
    margin-left: 70px;
    margin-top: 55px
}

div#expandInfo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1005;
    height: 275vh;
    background-color: #fff
}

._content {
    padding: 0 !important;
    font-size: 9px;
    text-transform: capitalize !important;
    color: #000;
    font-weight: 700
}

#closeExpand {
    height: 30px;
    background: red;
    width: 120px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#expandInfo #info {
    margin: 0;
    padding: 0
}

.ms-btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    text-transform: capitalize;
    border-radius: 50px !important
}

    .ms-btn-sm > i {
        padding-right: 3px
    }

.ms-add-button:hover a {
    text-decoration: none
}

._weekend {
    background-color: #b1b1b1 !important
}

._dayOff {
    background-color: #e8e8e8 !important
}

.td-arrive .state {
    display: block;
    line-height: 1
}

.td-arrive .time {
    display: block;
    line-height: 1
}

.td-arrive .arrived {
    color: #28a745
}

.modal input.holidays-color {
    height: calc(2.25rem + 2px)
}

.ms-btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    text-transform: capitalize;
    border-radius: 50px !important
}

    .ms-btn-sm > i {
        padding-right: 3px
    }

.yellow-gradient {
    background: linear-gradient(90deg,#f7b24a 0,#f3891b 0,orange 100%) !important
}

img.imgDamage {
    cursor: pointer;
    position: relative;
    max-width: 850px
}

.pin {
    position: absolute;
    z-index: 999;
    background-image: url(Images/Icons/no.png);
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer
}

.pinBus1, .pinBusThird1 {
    left: 102px;
    top: 25px
}

.pinBus2, .pinBusThird2 {
    left: 179px;
    top: 25px
}

.pinBus3, .pinBusThird3 {
    left: 450px;
    top: 25px
}

.pinBus4, .pinBusThird4 {
    left: 644px;
    top: 25px
}

.pinBus5, .pinBusThird5 {
    left: 724px;
    top: 33px
}

.pinBus6, .pinBusThird6 {
    left: 734px;
    top: 105px
}

.pinBus7, .pinBusThird7 {
    left: 724px;
    top: 165px
}

.pinBus8, .pinBusThird8 {
    left: 644px;
    top: 170px
}

.pinBus9, .pinBusThird9 {
    left: 450px;
    top: 170px
}

.pinBus10, .pinBusThird10 {
    left: 179px;
    top: 170px
}

.pinBus11, .pinBusThird11 {
    left: 103px;
    top: 175px
}

.pinBus12, .pinBusThird12 {
    left: 115px;
    top: 105px
}

.pinBus13, .pinBusThird13 {
    left: 158px;
    top: 105px
}

.pinBus14, .pinBusThird14 {
    left: 305px;
    top: 105px
}

.pinBus15, .pinBusThird15 {
    left: 595px;
    top: 105px
}

.pinBus16, .pinBusThird16 {
    left: 122px;
    top: 40px
}

.pinBus17, .pinBusThird17 {
    left: 122px;
    top: 155px
}

.pinCar1, .pinCarThird1 {
    left: 127px;
    top: 242px
}

.pinCar2, .pinCarThird2 {
    left: 185px;
    top: 223px
}

.pinCar3, .pinCarThird3 {
    left: 245px;
    top: 215px
}

.pinCar4, .pinCarThird4 {
    left: 290px;
    top: 223px
}

.pinCar5, .pinCarThird5 {
    left: 376px;
    top: 223px
}

.pinCar6, .pinCarThird6 {
    left: 476px;
    top: 223px
}

.pinCar7, .pinCarThird7 {
    left: 523px;
    top: 239px
}

.pinCar8, .pinCarThird8 {
    left: 534px;
    top: 305px
}

.pinCar9, .pinCarThird9 {
    left: 523px;
    top: 370px
}

.pinCar10, .pinCarThird10 {
    left: 476px;
    top: 385px
}

.pinCar11, .pinCarThird11 {
    left: 376px;
    top: 385px
}

.pinCar12, .pinCarThird12 {
    left: 290px;
    top: 385px
}

.pinCar13, .pinCarThird13 {
    left: 420px;
    top: 385px
}

.pinCar14, .pinCarThird14 {
    left: 245px;
    top: 395px
}

.pinCar15, .pinCarThird15 {
    left: 179px;
    top: 385px
}

.pinCar16, .pinCarThird16 {
    left: 130px;
    top: 370px
}

.pinCar17, .pinCarThird17 {
    left: 113px;
    top: 310px
}

.pinCar18, .pinCarThird18 {
    left: 233px;
    top: 310px
}

.pinCar19, .pinCarThird19 {
    left: 350px;
    top: 310px
}

.pinCar20, .pinCarThird20 {
    left: 472px;
    top: 310px
}

.pinBike1, .pinBikeThird1 {
    left: 170px;
    top: 525px
}

.pinBike2, .pinBikeThird2 {
    left: 231px;
    top: 437px
}

.pinBike6, .pinBikeThird6 {
    left: 231px;
    top: 610px
}

.pinBike3, .pinBikeThird3 {
    left: 350px;
    top: 485px
}

.pinBike5, .pinBikeThird5 {
    left: 350px;
    top: 558px
}

.pinBike4, .pinBikeThird4 {
    left: 421px;
    top: 525px
}

.plr-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
}

.canvas-container {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    height: 450px !important
}

.canvas-container {
    width: 100% !important;
    padding: 20px !important
}

.notfound .notfound-404 h1 {
    font-size: 180px;
    font-weight: 200;
    margin: 0;
    color: #eaeaea;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0 auto 20px;
    z-index: -1
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#notfound {
    position: relative;
    height: 100vh
}

.ticket_info {
    padding: 14px;
    background-color: #1fb5ad;
    color: #000
}

.tarifftype {
    width: 65px;
    background-color: #d3d3d3;
    color: #4a4848;
    text-align: center;
    font-size: 23px;
    border-radius: 9px;
    margin-top: 33px
}

div#numberpassengers {
    margin-left: 9px
}

.tarifftype i.fa.fa-user {
    padding-left: 10px;
    padding-top: 5px
}

div#add {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #1fb5ad;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    cursor: pointer;
    line-height: 1.2;
    background-color: #1fb5ad
}

div#remove {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid;
    text-align: center;
    color: gray;
    margin-top: 2px;
    cursor: pointer;
    margin-left: 5px;
    line-height: 1.2
}

div#tarifftypeextra_select, div.tarifftype_select {
    border-radius: 8px;
    padding-top: 16px
}

.canvas-container .lower-canvas, .canvas-container .upper-canvas {
    height: 100% !important
}

.btnTable .btn {
    width: 25px !important;
    padding: .25rem .4rem !important;
    font-size: .775rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    margin: 0 3px 0 3px !important
}

@media only screen and (min-device-width:1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .pinBus1, .pinBusThird1 {
        left: 105px;
        top: 25px
    }

    .pinBus2, .pinBusThird2 {
        left: 200px;
        top: 25px
    }

    .pinBus3, .pinBusThird3 {
        left: 445px;
        top: 25px
    }

    .pinBus4, .pinBusThird4 {
        left: 655px;
        top: 25px
    }

    .pinBus5, .pinBusThird5 {
        left: 725px;
        top: 33px
    }

    .pinBus6, .pinBusThird6 {
        left: 735px;
        top: 105px
    }

    .pinBus7, .pinBusThird7 {
        left: 730px;
        top: 165px
    }

    .pinBus8, .pinBusThird8 {
        left: 655px;
        top: 170px
    }

    .pinBus9, .pinBusThird9 {
        left: 445px;
        top: 170px
    }

    .pinBus10, .pinBusThird10 {
        left: 200px;
        top: 170px
    }

    .pinBus11, .pinBusThird11 {
        left: 105px;
        top: 175px
    }

    .pinBus12, .pinBusThird12 {
        left: 115px;
        top: 105px
    }

    .pinBus13, .pinBusThird13 {
        left: 150px;
        top: 105px
    }

    .pinBus14, .pinBusThird14 {
        left: 295px;
        top: 105px
    }

    .pinBus15, .pinBusThird15 {
        left: 655px;
        top: 105px
    }

    .pinBus16, .pinBusThird16 {
        left: 122px;
        top: 40px
    }

    .pinBus17, .pinBusThird17 {
        left: 122px;
        top: 155px
    }

    .pinCar1, .pinCarThird1 {
        left: 128px;
        top: 242px
    }

    .pinCar2, .pinCarThird2 {
        left: 185px;
        top: 223px
    }

    .pinCar3, .pinCarThird3 {
        left: 245px;
        top: 215px
    }

    .pinCar4, .pinCarThird4 {
        left: 293px;
        top: 223px
    }

    .pinCar5, .pinCarThird5 {
        left: 385px;
        top: 223px
    }

    .pinCar6, .pinCarThird6 {
        left: 480px;
        top: 223px
    }

    .pinCar7, .pinCarThird7 {
        left: 520px;
        top: 239px
    }

    .pinCar8, .pinCarThird8 {
        left: 530px;
        top: 305px
    }

    .pinCar9, .pinCarThird9 {
        left: 520px;
        top: 370px
    }

    .pinCar10, .pinCarThird10 {
        left: 480px;
        top: 385px
    }

    .pinCar11, .pinCarThird11 {
        left: 385px;
        top: 385px
    }

    .pinCar12, .pinCarThird12 {
        left: 293px;
        top: 385px
    }

    .pinCar13, .pinCarThird13 {
        left: 245px;
        top: 385px
    }

    .pinCar14, .pinCarThird14 {
        left: 243px;
        top: 395px
    }

    .pinCar15, .pinCarThird15 {
        left: 178px;
        top: 385px
    }

    .pinCar16, .pinCarThird16 {
        left: 128px;
        top: 370px
    }

    .pinCar17, .pinCarThird17 {
        left: 205px;
        top: 310px
    }

    .pinCar18, .pinCarThird18 {
        left: 110px;
        top: 310px
    }

    .pinCar19, .pinCarThird19 {
        left: 350px;
        top: 310px
    }

    .pinCar20, .pinCarThird20 {
        left: 460px;
        top: 310px
    }

    .pinBike1, .pinBikeThird1 {
        left: 170px;
        top: 525px
    }

    .pinBike2, .pinBikeThird2 {
        left: 231px;
        top: 437px
    }

    .pinBike6, .pinBikeThird6 {
        left: 231px;
        top: 610px
    }

    .pinBike3, .pinBikeThird3 {
        left: 350px;
        top: 485px
    }

    .pinBike5, .pinBikeThird5 {
        left: 350px;
        top: 558px
    }

    .pinBike4, .pinBikeThird4 {
        left: 425px;
        top: 525px
    }
}

.plr-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
}

.p-relative {
    position: relative
}

.payment:hover {
    opacity: 1
}

.payment {
    width: 180px;
    border: 2px solid #d3d3d3;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
    opacity: .5
}

    .payment.selected {
        opacity: 1
    }

div#container_destination, div#container_source {
    width: 40%;
    height: 51px;
    float: left
}

.container_search input {
    width: 100%;
    border: none;
    padding: 13px;
    text-align: right
}

.container_search_parameters {
    width: 90%;
    height: 103px;
    float: left;
    border: 1px solid #d3d3d3
}

div#container_number_passengers {
    width: 20%;
    float: left
}

div#container_traveldatebegin, div#container_traveldateend {
    width: 40%;
    float: left;
    height: 51px
}

.search_button {
    width: 10%;
    height: 100%;
    float: left
}

    .search_button button.btn.btn-primary {
        width: 70px;
        height: 100%;
        border-radius: unset
    }

.container_search {
    width: 90%;
    height: 103px;
    margin: 0 auto
}

input#Destination, input#Source {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3
}

input#NumberPassengers {
    border-bottom: 1px solid #d3d3d3;
    color: gray
}

input#TravelDateBegin, input#TravelDateEnd {
    border-right: 1px solid #d3d3d3
}

span.position-absolute.label-search {
    color: #000;
    font-weight: 700;
    padding: 15px;
    font-size: 13px
}

.tavel_info_header {
    font-size: 25px;
    margin-top: 30px;
    color: #000;
    text-transform: uppercase
}

input#Extra {
    color: gray
}

#tarifftype_select input, #tarifftypeextra_select input {
    padding: 0;
    border: 1px solid #d3d3d3
}

td.goto, td.goto:hover {
    cursor: pointer
}

    td.goto:hover {
        text-decoration: underline
    }

.canvas-container .lower-canvas, .canvas-container .upper-canvas {
    width: 100% !important
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    img.imgDamage {
        max-width: 100%
    }

    .pin {
        position: absolute;
        z-index: 999;
        background-image: url(Images/Icons/no.png);
        width: 15px;
        height: 15px;
        background-size: 15px;
        background-repeat: no-repeat;
        cursor: pointer
    }

    .pinBus1, .pinBusThird1 {
        left: 45px;
        top: 10px
    }

    .pinBus2, .pinBusThird2 {
        left: 83px;
        top: 10px
    }

    .pinBus3, .pinBusThird3 {
        left: 197px;
        top: 10px
    }

    .pinBus4, .pinBusThird4 {
        left: 297px;
        top: 10px
    }

    .pinBus5, .pinBusThird5 {
        left: 320px;
        top: 12px
    }

    .pinBus6, .pinBusThird6 {
        left: 322px;
        top: 42px
    }

    .pinBus7, .pinBusThird7 {
        left: 320px;
        top: 72px
    }

    .pinBus8, .pinBusThird8 {
        left: 297px;
        top: 75px
    }

    .pinBus9, .pinBusThird9 {
        left: 197px;
        top: 75px
    }

    .pinBus10, .pinBusThird10 {
        left: 83px;
        top: 75px
    }

    .pinBus11, .pinBusThird11 {
        left: 45px;
        top: 75px
    }

    .pinBus12, .pinBusThird12 {
        left: 50px;
        top: 44px
    }

    .pinBus13, .pinBusThird13 {
        left: 70px;
        top: 44px
    }

    .pinBus14, .pinBusThird14 {
        left: 137px;
        top: 44px
    }

    .pinBus15, .pinBusThird15 {
        left: 287px;
        top: 44px
    }

    .pinBus16, .pinBusThird16 {
        left: 53px;
        top: 20px
    }

    .pinBus17, .pinBusThird17 {
        left: 53px;
        top: 67px
    }

    .pinCar1, .pinCarThird1 {
        left: 57px;
        top: 105px
    }

    .pinCar2, .pinCarThird2 {
        left: 81px;
        top: 98px
    }

    .pinCar3, .pinCarThird3 {
        left: 109px;
        top: 94px
    }

    .pinCar4, .pinCarThird4 {
        left: 127px;
        top: 98px
    }

    .pinCar5, .pinCarThird5 {
        left: 167px;
        top: 98px
    }

    .pinCar6, .pinCarThird6 {
        left: 214px;
        top: 98px
    }

    .pinCar7, .pinCarThird7 {
        left: 230px;
        top: 103px
    }

    .pinCar8, .pinCarThird8 {
        left: 235px;
        top: 133px
    }

    .pinCar9, .pinCarThird9 {
        left: 230px;
        top: 163px
    }

    .pinCar10, .pinCarThird10 {
        left: 214px;
        top: 168px
    }

    .pinCar11, .pinCarThird11 {
        left: 167px;
        top: 168px
    }

    .pinCar12, .pinCarThird12 {
        left: 127px;
        top: 168px
    }

    .pinCar13, .pinCarThird13 {
        left: 109px;
        top: 173px
    }

    .pinCar14, .pinCarThird14 {
        left: 81px;
        top: 168px
    }

    .pinCar15, .pinCarThird15 {
        left: 67px;
        top: 162px
    }

    .pinCar16, .pinCarThird16 {
        left: 210px;
        top: 370px
    }

    .pinCar17, .pinCarThird17 {
        left: 292px;
        top: 310px
    }

    .pinCar18, .pinCarThird18 {
        left: 312px;
        top: 310px
    }

    .pinCar19, .pinCarThird19 {
        left: 432px;
        top: 310px
    }

    .pinCar20, .pinCarThird20 {
        left: 542px;
        top: 310px
    }

    .pinBike1, .pinBikeThird1 {
        left: 73px;
        top: 229px
    }

    .pinBike2, .pinBikeThird2 {
        left: 102px;
        top: 193px
    }

    .pinBike6, .pinBikeThird6 {
        left: 102px;
        top: 263px
    }

    .pinBike3, .pinBikeThird3 {
        left: 160px;
        top: 214px
    }

    .pinBike5, .pinBikeThird5 {
        left: 157px;
        top: 245px
    }

    .pinBike4, .pinBikeThird4 {
        left: 187px;
        top: 230px
    }
}

.dropzone#TicketImage {
    max-height: 200px !important;
    min-height: 50px !important;
    padding: 5px 5px !important
}

    .dropzone#TicketImage .dz-message {
        margin: 1em 0 !important
    }

#TicketImageZone img {
    max-height: 150px !important;
    width: 200px;
    cursor: pointer
}

#TicketImageZone span {
    display: table;
    text-align: center;
    width: 200px;
    font-size: 10px;
    cursor: pointer
}

.vehicle-row-img img {
    cursor: pointer;
    height: 85%;
    width: 200px
}

.vehicle-row-img a, .vehicle-row-img a:hover {
    color: #767676;
    text-decoration: none
}

.vehicle-row-img .fa {
    font-size: 25px
}

.dashboard-scroll {
    max-height: 600px;
    overflow-y: auto
}

._low {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background-color: green
}

._medium {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background-color: #ff0
}

._high {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background-color: red
}

.info_claim, .info_client {
    background-color: #1ab1de;
    color: #000;
    padding: 10px;
    margin-left: 0
}

#btnAddClaimAnswer {
    width: 45px;
    padding: 11px;
    margin: 0 auto;
    box-shadow: 0 1px 14px 2px #656565;
    text-align: center;
    color: #fff;
    background-color: #336b87;
    font-weight: 700
}

    #btnAddClaimAnswer:hover {
        color: #fff;
        background-color: #336b87
    }

._operator {
    background-color: #90afc5
}

._client {
    background-color: #2a3132;
    color: #fff !important
}

.info_answer_header {
    color: #000;
    padding: 5px
}

._claims #infoAnswers div {
    margin-left: 0
}

a.goto-link:hover {
    text-decoration: underline !important;
    cursor: pointer !important
}

.input-group-append .input-group-text {
    cursor: pointer;
    background-color: #1fb5ad;
    color: #fff
}

#scheduleTable td {
    position: relative;
    height: 100px;
    border: 1px solid #d3d3d3;
    font-size: 1vw;
    cursor: pointer;
    background-color: #fff;
    vertical-align: top
}

#scheduleTable td, #scheduleTable th {
    width: 170px !important;
    max-width: 170px !important
}

.daySchedule .dayScheduleDay {
    float: right;
    margin: 0 auto;
    margin-right: 5px
}

.daySchedule .budgetclass {
    height: 25px !important;
    display: block !important;
    text-align: center !important
}

.daySchedule .service {
    height: 25px;
    border: 1px solid transparent !important;
    background-color: transparent
}

    .daySchedule .service .progress {
        background-color: #9f9f9e !important;
        font-size: 1rem !important
    }

.img_Container {
    max-width: 850px;
    position: relative;
    margin: 0 auto
}

#scheduleTable .serviceContractTypes .col {
    height: 25px !important
}

table tbody .border-null {
    border-top: 0
}

.overflow-table {
    position: relative;
    height: 250px;
    overflow-y: scroll;
    display: block
}

td.ocuppation-tipology-schedule {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle
}

table#tableBudgetsSchedule, table#tableContractsSchedule {
    margin-bottom: 0;
    width: 100%
}

div.table-scroll {
    height: 320px;
    overflow: auto
}

#scheduleTable .serviceContractTypes .row {
    margin: 0 auto;
    border: 1px solid #fff
}

.calendarSchedule thead tr {
    color: #1fb5ad;
    font-weight: 700
}

.progress .progress-text {
    text-align: center;
    position: absolute;
    width: 95%;
    color: #fff;
    vertical-align: middle;
    height: 15px;
    margin-top: -4px
}

.progress .progress-bar-red {
    background-color: red !important
}

div#listServicesDay {
    height: 45px
}

table tr.group {
    background-color: #c9c9ca !important
}

input.colorLabel {
    height: 40px
}

#refreshInfo {
    height: 30px;
    background: #00f;
    width: 120px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#Occupation_Motorist_Parent input:hover, #Occupation_Motorist_Parent:hover, #Occupation_Vehicles_Parent input:hover, #Occupation_Vehicles_Parent:hover {
    cursor: pointer
}

div#divLoader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 89px;
    height: 89px;
    margin: 250px auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.btn-export {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: 50px !important;
    color: #fff !important;
    background-color: #007bff !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    margin-right: 5px !important;
    display: inline !important
}

    .btn-export:hover {
        color: #333 !important;
        text-decoration: none !important;
        background-color: #007bff !important;
        border-color: #28a745 !important;
        user-select: none !important;
        background-image: none !important;
        border: 1px solid transparent !important;
        margin-right: 5px !important
    }

div#listServicesDay {
    height: 45px
}

._notpayed {
    border-left: 4px solid red !important
}

._payed {
    border-left: 4px solid green !important
}

._canceled {
    border-left: 4px solid #d6bc00 !important
}

.daySchedule .expenseScheduleDiv {
    display: inline-grid;
    font-size: .85rem
}

#documentsDivShow a, #documentsDivShow a:hover {
    font-family: Poppins,sans-serif;
    color: #767676
}

.dates b {
    padding: 0 8px
}

#header_message_bar .dropdown-toggle.active {
    background-color: #32d2c9
}

.line_info {
    box-shadow: 0 1px 9px -1px #c3bdbd;
    margin: 0 7px;
    padding: 15px;
    font-size: .9rem
}

.dayService .dayServiceAbsencesTypes {
    position: absolute;
    top: 0;
    right: 2px
}

#header_message_bar .messages {
    max-height: 500px;
    overflow-y: scroll
}

.detailsContent .contractDetails p {
    margin-bottom: 0;
    margin-top: 0
}

span.overbooking {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 10px
}

.monthStats .dashboardDaySchedule {
    font-weight: 700;
    border: 2px solid;
    color: #000 !important
}

.displayNoneWithTransition {
    display: none
}
.odd {
    background-color: rgba(0, 57, 168, 0.06) !important;
}
.table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #B0BED9 !important;
}
.displayWithTransition {
    display: contents
}

.table tr.tableOdd {
    background-color: rgba(0,0,0,.05)
}

.user_image img {
    width: 50%
}

._search_btn {
    top: 8px;
    right: 28px
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 31px;
    height: 31px;
    top: -4px
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 31px;
        height: 31px;
        margin: 0;
        border: 4px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
        border-color: #008bb5 transparent transparent transparent
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -.45s
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -.3s
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -.15s
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

._search_vehicles_results_wrap {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    max-height: 400px;
    overflow-y: scroll;
    cursor: pointer;
    border: 1px solid #eaeaea;
    box-shadow: 0 7px 6px #a9a0a0
}

    ._search_vehicles_results_wrap > .ul-results {
        padding: 0
    }

    ._search_vehicles_results_wrap > ul > li {
        list-style: none;
        height: 45px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eaeaea
    }

        ._search_vehicles_results_wrap > ul > li:hover {
            background-color: #eaeaea
        }

.redCircle {
    background-color: red;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin: 0 auto
}

.divdetaileditinerary .border-itinerary {
    margin-bottom: 10px
}

#divDetailedItinerary .border-itinerary {
    border: 1px solid #c4c4c4;
    border-radius: 10px
}

.loading-overlay.loading-theme-light {
    z-index: 1 !important
}

#exportDataInfo {
    height: 30px;
    background: #28a745;
    width: 120px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#goToRentalPlanningDaily, #goToRentalPlanningWeekly {
    height: 30px;
    background: #ffb330;
    width: 170px;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.reservations ._search_btn {
    top: 10px !important;
    right: 5px !important;
    font-size: 12px !important
}

.reservations input {
    padding-right: 17px
}

.color-black {
    color: #000
}

div#icon-stat {
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 2.1
}

._wait_payment {
    background-color: #ffd400;
    color: #2f4f4f
}

._payment_finished {
    background-color: #00ff14;
    color: #2f4f4f
}

._canceled_reserve {
    background-color: #ff2f00;
    color: #fff
}

._travels_dashboard {
    max-height: 600px;
    overflow-y: scroll
}

._travels_list {
    height: 60px;
    line-height: 3.5;
    display: flex;
    list-style: none;
    border-bottom: 1px dashed #d3d3d3;
    padding: 0;
    font-size: 13px
}

    ._travels_list li {
        width: 20%;
        text-align: center;
        background-color: #fff
    }

.color-black {
    color: #000
}

.pricelist-add {
    display: none
}

table#tableScales, table#tableScalesChapas, table#tableScalesAlugueres, table#tableScalesMenus, table#tableScalesHorarios, table#tableScalesByMotorist, table#tableScalesKMS {
    table-layout: fixed;
    overflow-x: scroll
}

    table#tableScales th:first-child, table#tableScales > td:first-child, table#tableScalesChapas th:first-child, table#tableScalesChapas > td:first-child, table#tableScalesAlugueres th:first-child, table#tableScalesAlugueres > td:first-child, table#tableMenus th:first-child, table#tableMenus > td:first-child, table#tableHorarios th:first-child, table#tableHorarios > td:first-child {
        font-weight: 700;
        width: 8%;
        max-width: 8%
    }

    table#tableScales td:not(:first-child), table#tableScales th:not(:first-child), table#tableScalesChapas td:not(:first-child), table#tableScalesChapas th:not(:first-child), table#tableScalesAlugueres td:not(:first-child), table#tableScalesAlugueres th:not(:first-child), table#tableScalesMenus td:not(:first-child), table#tableScalesMenus th:not(:first-child), table#tableScalesHorarios td:not(:first-child), table#tableScalesHorarios th:not(:first-child), table#tableScalesKMS td:not(:first-child), table#tableScalesKMS th:not(:first-child) {
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #d3d3d3;
        font-size: .8vw;
        padding: 10px;
    }

    table#tableScales td.tableScales-bg-gray, table#tableScalesChapas td.tableScalesChapas-bg-gray, table#tableScalesAlugueres td.tableScalesChapas-bg-gray, table#tableScalesMenus td.tableScalesMenus-bg-gray, table#tableScalesHorarios td.tableScalesHorarios-bg-gray, table#tableScalesKMS td.tableScalesKMS-bg-gray {
        background-color: #dee2e6
    }

.display-grid {
    display: inline-grid;
    width: 100%;
    text-align: center
}

.tableScalesDiv {
    margin-top: 10px;
    overflow-x: scroll;
    border: 0px none #d3d3d3
}

table#tableScales td.tableScalesCell, table#tableScalesChapas td.tableScalesChapasCell, table#tableScalesAlugueres td.tableScalesChapasCell, table#tableScalesMenus td.tableScalesMenusCell, table#tableScalesHorarios td.tableScalesHorariosCell, table#tableScalesKMS td.tableScalesKMSCell {
    font-size: 11px;
    padding: 5px
}

table#tableScalesByMotorist th:first-child {
    font-weight: 700;
    width: 200px;
    min-width: 200px
}

table#tableScalesByMotorist th:not(:first-child) {
    min-width: 100px;
    width: 100px
}

table#tableScalesByMotorist td.staff-column {
    font-size: 14px;
    padding: 5px !important;
    cursor: pointer;
    width: 250px;
    min-width: 250px
}

table#tableScalesByMotorist td.scales_motorist_cell {
    font-size: .85vw;
    cursor: pointer;
    padding: 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px
}

.blank-page {
    width: 1240px;
    height: 1754px;
    background: #fff;
    margin: 0 auto;
    position: relative
}

    .blank-page .child.active {
        border: 1px solid gray;
        box-shadow: 1px 0 10px 0 #000;
        transition: all .3s ease-in-out
    }

thead.thead-border {
    border-bottom: 3px solid #007eff !important;
    color: #000
}

.staffvacations-schedule {
    display: inline;
    margin: 0 0 10px
}

    .staffvacations-schedule span {
        display: block
    }

#tableVacationsApproval table td, table#staffVacationsTable table td {
    text-align: center;
    position: relative;
    height: 50px;
    border: 0 solid;
    border-bottom: 0 solid #d3d3d3;
    font-size: 15px;
    cursor: pointer;
    width: 100%
}

table td.borderbottom {
    border-top: 1px solid #d3d3d3 !important
}

div.dayStaffVacations, div.dayVacationsApproval {
    width: 18px;
    height: 18px;
    border: 1px solid #d3d3d3;
    border-radius: 25px;
    text-align: center;
    float: left;
    font-size: 13px;
    padding: 0;
    margin: 0 5px 0 5px
}

    div.dayStaffVacations.daySelected {
        background-color: green;
        color: #fff
    }

    div.dayStaffVacations.halfdaySelected, div.dayStaffVacations.halfdaySelected.dayServiceMorning {
        background: linear-gradient(to right,green 50%,#fff 50%);
        color: #fff
    }

        div.dayStaffVacations.halfdaySelected, div.dayStaffVacations.halfdaySelected.dayServiceAfternoon {
            background: linear-gradient(to right,#fff 50%,green 50%);
            color: #fff
        }

.staffVacationsNoRecords {
    vertical-align: middle;
    background-color: rgba(0,0,0,.05)
}

    .staffVacationsNoRecords .dataTables_empty {
        vertical-align: middle
    }

#staffVacations #staffVacationsTable, #tableVacationsApproval, #vacationsApprovalAnnual, #vacationsApprovalApprove {
    width: 1560px;
    max-width: 1560px
}

    #staffVacations #staffVacationsTable thead th, #vacationsApprovalAnnual thead th, #vacationsApprovalApprove thead th {
        font-weight: 700;
        color: #000
    }

div.dayStaffVacations.daySelectedAbsence {
    background-color: orange;
    color: #fff
}

div.dayStaffVacations.halfdaySelectedAbsence {
    background: linear-gradient(to right,orange 50%,#fff 50%);
    color: #fff
}

.dayStaffVacationsAnnual.holiday, div.dayStaffVacations.holiday, div.dayVacationsApproval.holiday {
    background-color: #d3d3d3;
    color: #000
}

table#staffVacationsAnnual, table#vacationsApprovalAnnual, table#vacationsApprovalApprove {
    width: 100%
}

    table#staffVacationsAnnual .staffVacationsAnnualHeader {
        width: 50px;
        max-width: 50px;
        min-width: 50px
    }

div.dayStaffVacations.halfdaySelected, div.dayStaffVacations.halfdaySelectedAbsence {
    color: #000
}

.top-submenu-user {
    left: initial !important
}

.header-mobile {
    display: none
}

.staffVacationsPlanning {
    width: 1575px;
    max-width: 1575px;
    margin-top: 10px;
    border: 1px solid #d3d3d3
}

    .staffVacationsPlanning #staffVacationsTable th {
        max-width: 225px;
        width: 225px
    }

table#vacationsApprovalAnnual .vacationsApprovalAnnualHeader, table#vacationsApprovalApprove .vacationsApprovalApproveHeader {
    width: 45px;
    max-width: 45px;
    min-width: 45px
}

div.dayVacationsApproval.not-approved {
    background-color: #dc3545;
    color: #fff
}

div.dayVacationsApproval.approved {
    background-color: #007bff;
    color: #fff
}

table#tableScalesByMotorist th.first-column {
    width: 250px;
    min-width: 250px
}

table#tableScalesByMotorist th.other-columns {
    width: 100px;
    min-width: 100px;
    max-width: 100px
}

div#tableScalesByMotorist {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow-x: scroll
}

    div#tableScalesByMotorist .heading-planning {
        height: 55px;
        width: auto;
        left: 250px;
        font-size: 12px;
        float: left;
        top: 0;
        display: inline-flex;
        cursor: pointer
    }

    div#tableScalesByMotorist .first-column {
        width: 250px
    }

    div#tableScalesByMotorist .other-columns {
        width: 100px
    }

    div#tableScalesByMotorist .motorists-planning {
        top: 55px;
        left: 0
    }

    div#tableScalesByMotorist .motoristname-planning {
        left: 0;
        top: 0;
        background-color: #d3d3d3;
        z-index: 999
    }

.motoristname-planning .first-column {
    width: 250px;
    height: 55px;
    text-align: center;
    line-height: 3.5;
    border: 1px solid #a9a9a9
}

div#tableScalesByMotorist .planning-content {
    margin-left: 250px;
    margin-top: 55px
}

    div#tableScalesByMotorist .planning-content .heading-planning {
        height: 100px
    }

.motorists-planning .staff-column {
    width: 250px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    line-height: 3;
    vertical-align: middle;
    border: 1px solid #a9a9a9;
    font-size: 13px;
    cursor: pointer
}

.planning-content div {
    background: initial
}

.planning-content .other-columns {
    height: 100px;
    width: 100px;
    border: 1px solid #a9a9a9;
    padding: 0
}

#mini-stat-links {
    position: absolute;
    color: gray;
    bottom: 5px;
    right: 5px
}

    #mini-stat-links a {
        color: gray;
        padding: 7px
    }

.typeChart {
    display: inline-flex;
    justify-content: center;
    padding: 20px 0
}

    .typeChart div {
        padding: 0 20px;
        cursor: pointer
    }

        .typeChart div span:hover {
            border-bottom: 3px solid #d3d3d3
        }

.image_aux img {
    max-width: 200px;
    padding: 15px
}

.typeChart div.active span {
    border-bottom: 3px solid #f08080
}

@media only screen and (max-width:600px) {
    .header-desktop {
        display: none
    }

    .header-mobile {
        display: block
    }

        .header-mobile .top-menu-user-container span {
            display: none
        }

        .header-mobile .top-nav .top-menu-user-container a {
            padding-right: 0 !important
        }

            .header-mobile .top-nav .top-menu-user-container a:hover {
                padding-right: 0 !important
            }

            .header-mobile .top-nav .top-menu-user-container a:focus {
                padding-right: 0 !important
            }

        .header-mobile .top-nav .top-submenu-user {
            left: initial !important
        }

        .header-mobile .logo {
            background: #fff;
            float: left;
            width: 150px;
            height: 67px;
            padding-top: 8px;
            position: relative
        }

        .header-mobile .nav > li {
            padding-right: 5px !important
        }

        .header-mobile #hideBarMobile {
            width: 32px;
            padding: 4px 14px
        }

        .header-mobile .top-menu-user-container {
            padding-right: 20px !important
        }

    .mobile-app .CompanyImg img {
        height: 50px;
        margin: 0 auto;
        float: initial
    }

    .mobile-app .companyInfo {
        text-align: center;
        width: 100%;
        max-height: initial
    }

    .mobile-app .CompanyName {
        line-height: 1;
        font-size: 20px;
        width: 100%;
        padding-left: 0;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .mobile-app .mini-stat-info {
        font-size: 1.5rem
    }

        .mobile-app .mini-stat-info span {
            display: block;
            font-size: 1rem;
            font-weight: 600
        }

    .mobile-app .leftside-navigation {
        overflow: scroll
    }

    .mobile-app #sidebar {
        margin-top: 67px
    }

    .mobile-app .planningStats {
        font-size: .7rem;
        padding: 0 !important
    }

    .mobile-app .col-sm-12 {
        padding: 0 !important
    }

    .mobile-app #main-content .col-md-12 {
        padding: 0 !important
    }

    .mobile-app .ui-datepicker-month .month_selected {
        width: 130px !important;
        font-size: 1rem
    }

    .mobile-app .ui-datepicker-next, .mobile-app .ui-datepicker-prev {
        width: 50px;
        font-size: 1rem
    }

    .chartArea {
        margin-top: 20px
    }

    .mobile-app footer.w-100 {
        font-size: .6rem
    }

    .mobile-app div#login_form {
        padding: 10px 20px;
        width: 95%
    }

    .mobile-app #login_form img {
        width: 138px;
        height: auto
    }

    .mobile-app footer div {
        padding: 7px
    }
}


.legendaescala {
    width: 120px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-size: x-small;
    font-weight: bold;
    color: darkgray;
    /*    border-bottom: groove;
    border-width: 6px;*/
}

.botoesescala {
    width: 160px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    border-color: #1fb5ad;
    border: solid;
    color: #1fb5ad;
    border-width: 1px;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
}

.escala_selected {
    font-size: small;
    width: 230px;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
    background-color: #1fb5ad;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #1fb5ad;
    cursor: pointer;
    border-radius: 20px;
}


.escalat2H {
    display: none;
    background-color: #1fb5ad;
    font-size: small;
    width: 300px;
    position: relative;
    min-height: 50px;
}

.escalat2H_pop {
    background-color: #1fb5ad;
}

.escalatIMG {
    display: none;
    background-color: burlywood;
    font-size: small;
    width: 350px;
    position: relative;
    min-height: 50px;
    padding: 5px;
}

.escalat2M {
    display: none;
    background-color: lightsteelblue;
    font-size: smaller;
    font-weight: bold;
    width: 200px;
    position: relative;
    min-height: 10px;
}

.escalapopover {
    z-index: 1003 !important;
    border-radius: 5px;
}

.escalasopcoes {
    font-weight: bold;
    width: 20px;
    text-align: center;
    width: 20px;
    display: inline-block;
    cursor: pointer;
}

/*========================================
                mapa
======================================================*/

#modal-mapa .modal-dialog {
    max-width: 95vw;
    max-height: 90vh;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

#modal-mapa .modal-content {
    height: auto;
    max-height: 95vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

#modal-mapa .modal-header {
    border-bottom: none;
    padding: 0.8rem 1rem;
}

#modal-mapa .modal-body {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    height: 100%;
}

#modal-mapa #info-container {
    overflow-y: auto;
    background: #f8f9fa;
    box-shadow: inset 3px 0 5px rgba(0,0,0,0.05);
}

#modal-mapa .input-group .btn-success {
    border-radius: 0 0.25rem 0.25rem 0;
    transition: all 0.2s ease-in-out;
    background-color: #0039a8;
}

    #modal-mapa .input-group .btn-success:hover {
        background-color: #03389f;
        color: #ccc
    }

#modal-mapa .btn-outline-secondary:hover {
    background-color: #f5f5f5;
}

#modal-mapa .modal-footer {
    padding: 0.8rem 1rem;
}

@media (max-width: 992px) {
    #modal-mapa .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }

    #modal-mapa .modal-body {
        flex-direction: column;
    }

    #modal-mapa #info-container {
        width: 100%;
        border-left: none;
        border-top: 1px solid #dee2e6;
        max-height: 40vh;
    }
}

#myMap {
    height: 300px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/*========================================
       desativar animações em botões disabled
======================================================*/

button.table-btn-options:disabled,
button.table-btn-options.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    filter: none !important;
    transition: none !important;
    background-color: #ccc !important;
    color: #666 !important;
}

    button.table-btn-options:disabled:hover,
    button.table-btn-options.disabled:hover {
        background-color: inherit !important;
        color: inherit !important;
        box-shadow: none !important;
        transform: none !important;
    }
