body {
    padding-top: 52px;
    font-family: 'Muli', sans-serif !important;
    overflow: hidden;
}

/* Helpers */

.fa-flip-horizontal {
    text-shadow: none;
}

/* End Helpers */

/* Components */

.radio-inline {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.radio-inline input[type='radio'] {
    display: none;
}

.radio-inline label {
    color: #666;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #D4D2D2;
    background-color: transparent;
}

.radio-inline input[type=radio]:checked+label:before {
    border: 2px solid #42BAE9;
}

.radio-inline input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #42BAE9;
}

select {
    /* color: #D4D2D2 !important; */
    border: 1px solid #D4D2D2 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url('../images/dropdown_drop.png') !important;
    background-repeat: no-repeat !important;
    background-position: 97% center;
    /* add custom arrow */
    padding: 8px 10px !important;
}

option:checked {
    color: #2C2C2C !important;
}

/* or whatever your default style is */

/* #contentView input {
    border: 1px solid #D4D2D2;
    color: #2C2C2C !important;
    font-size: 12px;
} */

/* #contentView input::placeholder {
    color: #2C2C2C !important;
} */

input:not(.inline-search):not(.clear-input) {
    border: 1px solid #D4D2D2 !important;
    color: #2C2C2C !important;
    font-size: 12px !important;
    padding: 8px 10px !important;
    box-shadow: none !important;
}

input::placeholder {
    color: #D4D2D2 !important;
}

#contentView input[type="date"],
#graphModal input[type="date"],
#graphMobileModal input[type="date"] {
    padding-left: 36px !important;
    background-image: url('../images/icons_components/date_input.png') !important;
    background-repeat: no-repeat !important;
}

#contentView input[type="date"] {
    background-position: 4% center;
}

#owners #contentView input[type="date"] {
    background-position: 2% center;
}

#graphModal input[type="date"],
#graphMobileModal input[type="date"] {
    background-position: 2% center;
}

input[type="date"] {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #42BAE9;
    border-color: #42BAE9;
}

.dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
}

.dropdown-menu li a {
    height: 31px;
    line-height: 14px;
    padding: 8px 10px 8px;
    background-color: #fff;
    color: #2C2C2C !important;
}

.dropdown-menu li.active a {
    background-color: #C3EBFC !important;
    outline: none;
    background-image: none;
}

.dropdown-menu li.active a:hover,
.dropdown-menu li.active a:focus {
    background-color: #C3EBFC !important;
    outline: none;
    background-image: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #C3EBFC;
    outline: none;
    background-image: none;
}

.dropdown-menu li.divider {
    margin: 0;
}

hr.vertical {
    margin: 0 10px;
    border: 0;
    border-left: 1px solid #D8D8D8;
    width: 1px;
    float: right;
    height: 34px;
}

.fade.in {
    background-color: rgba(21, 52, 78, 0.7);
}

textarea {
    font-size: 12px !important;
    color: #2C2C2C !important;
    border: 1px solid #D4D2D2 !important;
    box-shadow: none !important;
}

textarea::placeholder {
    color: #D4D2D2 !important;
}

/* .input-group.search {
margin-left: 10px;
} */

.input-group.search input[type="search"] {
    border: 1px solid #D8D8D8;
    border-right: none;
    box-shadow: none;
    padding-left: 7px;
    border-right: none !important;
    font-size: 12px;
}

.input-group.search .input-group-btn input[type="search"]::placeholder {
    color: #D4D2D2;
}

.input-group.search .input-group-btn .btn {
    padding: 7px 10px;
    box-shadow: none;
    border: 1px solid #D8D8D8;
    border-left: none;
    margin-bottom: 0;
}

.input-group.search .input-group-btn .btn:active,
.input-group.search .input-group-btn .btn:focus,
.input-group.search .input-group-btn .btn:hover {
    background-color: #fff;
}

.input-group.search .input-group-btn .btn i {
    color: #42BAE9;
}

/* End Components */

/* Helpers */

.titleEmpty {
    color: #8A99A6;
    font-size: 28px;
    font-weight: 200;
}

.vcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.clear-input {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}

/* End Helpers */

/* Sections */

#dashboard,
#enterprises,
#profile,
#users,
#gps,
#redemptions,
#library,
#owners {
    margin: 0;
    position: relative;
    /*background-color: #F8FAFB;*/
    height: 100vh;
    /* float: left; */
}

#dashboard,
#enterprises,
#profile,
#users,
#gps,
#redemptions,
#library,
#owners {
    display: flex;
    flex-direction: row;
}

/* End Sections */

/* Topnav */

.navbar-default {
    background-color: #337AB8;
    margin: 0;
    border-bottom: none;
}

.navbar-default .navbar-collapse li.dropdown a.dropdown-toggle {
    padding: 8px 10px;
    padding-right: 20px;
}

.navbar-default .navbar-collapse li.dropdown a.dropdown-toggle span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 10px;
}

.navbar-default .nav.navbar-nav.navbar-right li a {
    color: #fff;
    background-image: none;
    /* background-color: transparent; */
    /* padding-top: 14px; */
    /* padding-bottom: 14px; */
}

/* .navbar-default .navbar-nav>.open>a */

.navbar-default .nav.navbar-nav.navbar-right>.open>a {
    background-image: none;
    background-color: transparent;
}

.navbar-default .nav.navbar-nav.navbar-right li.alarms a span.badge {
    background-color: red;
    border-radius: 40px;
    width: 16px;
    height: 16px;
    font-size: 8px;
    text-align: center;
    padding: 0;
    padding-top: 3.5px;
    position: absolute;
    right: 6px;
    top: 10px;
}

.navbar-default .nav.navbar-nav.navbar-right li.alarms a i.fas.fa-bell {
    font-size: 20px;
}

.navbar-brand {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 7px 10px 5px 10px;
    margin-left: 0 !important;
}

.navbar-brand img {
    width: 35px;
}

/* End Topnav */

/* Links */

a {
    color: #42BAE9;
    text-decoration: none;
}

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

/* End Links */

/* Swicths */

.switch {
    margin-bottom: 0;
    position: relative;
    /* display: inline-block; */
    width: 27px;
    height: 12px;
    float: right;
    top: 5px;
}

.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: 16px;
    width: 16px;
    left: -2px;
    bottom: 4px;
    background-color: #42BAE9;
    -webkit-transition: .4s;
    transition: .4s;
    top: -2px;
}

.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #AEE0F3;
    padding-bottom: 8px;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

input[type=text].x-icon {
    padding-right: 30px !important;
}

/* End Swicths */

/* Upload files */

.hide_input_file {
    display: none !important;
}

/* End Upload files */

/* Notify */

.notify.fixed {
    color: #fff;
    text-align: center;
    padding: 7px;
}

.notify.fixed.error {
    background-color: #FF4949;
}

.notify.fixed.warning {
    background-color: #FF4949;
}

/* End Notify */

.hide_input_file_modal {
    display: none !important;
}

/* Empty State */
#dashboard.hasActionBar :not(.new_vehicle) .emptyState {
    height: 86%;
}

.emptyState {
    height: 100%;
    position: relative;
    text-align: center;
}

.emptyState label {
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    /* color: #8A99A6; */
    color: #686868;
}

.emptyState .btn-group.open .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
}

.emptyState .btn-group button {
    margin: 0;
}

.emptyState .btn-group.open button {
    background-color: #42BAE9;
    border-color: #42BAE9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.emptyState .btn-group.open .dropdown-menu .floattingMenu {
    display: none;
    top: 50%;
    left: 100%;
}

.emptyState .btn-group.open .dropdown-menu .floattingMenu:hover {
    display: block;
}

.emptyState .btn-group.open .dropdown-menu li:last-child a:hover+.floattingMenu {
    display: block;
}

.emptyState .btn-group.open .dropdown-menu li a {
    height: 31px;
    line-height: 14px;
    padding: 8px 10px 8px;
    background-color: #fff;
    color: #2C2C2C;
}

.emptyState .btn-group.open .dropdown-menu li a:hover,
.emptyState .btn-group.open .dropdown-menu li a:focus {
    background-color: #C3EBFC;
    background-image: none;
    outline: none;
}

.emptyState .btn-group.open .dropdown-menu li.divider {
    margin: 0;
}

/* End Empty State */

/* Modal Design */

#driverAsignedModal.modal.in .modal-dialog {
    width: 359px;
    top: 23%;
    left: 38%;
}

#graphModal.modal.in .modal-dialog,
#graphMobileModal.modal.in .modal-dialog {
    top: 23%;
    left: 30%;
    min-height: 280px;
    min-width: 359px;
}

#usersModal.modal.in .modal-dialog {
    top: 23%;
    left: 29%;
    min-height: 272px;
}

#incomeModal.modal.in .modal-dialog {
    top: 5%;
    left: 38%;
    width: 500px;
    min-height: 341px;
}

#qrCodeModal.modal.in .modal-dialog {
    top: 17%;
    left: 38%;
    min-height: initial;
    width: 385px;
}

#qrCodeModal .shareLink {
    margin-top: 20px;
}

#qrCodeModal .shareLink p {
    font-weight: 600;
    margin-bottom: 0;
}

#qrCodeModal .shareLink .input-group input {
    background-color: #fff;
}

#qrCodeModal .shareLink .input-group .input-group-btn button.btn.btn-default {
    background-color: #337AB8;
    color: #fff;
    text-shadow: none;
}

.modal.in .modal-dialog {
    background-color: #fff;
    border-radius: 10px;
    min-height: 401px;
}

.modal.in .modal-content {
    box-shadow: none;
    border: none;
}

.modal.in .modal-header {
    border: none;
    padding: 20px 20px 0;
    border-bottom: none !important;
    font-weight: 600;
    font-size: 16px;
}

.modal.in .modal-body {
    padding: 0 0 1px;
    max-height: 329px;
    overflow-y: scroll;
    padding: 20px;
}

.modal.in .modal-title {
    color: #42BAE9;
}

.modal.in .modal-footer {
    padding: 20px;
    border-top: none;
    padding-top: 0;
    width: 100%;
}

.modal.in .modal-footer .cleared {
    margin: 0;
    width: auto;
}

.modal.in .modal-footer button {
    min-width: 89px;
}

/* End Modal Design */

/* List vehicules users and owners */
.listView {
    border-left: 1px solid #D8D8D8;
}

.listVehicles {
    height: 100vh;
}

#redemptions {
    padding: 20px;
    overflow: scroll;
    padding-bottom: 80px;
    margin-bottom: 207px;
    display: block;
    flex-direction: unset;
}

#library {
    padding: 30px;
    overflow: scroll;
    margin-bottom: 200px;
}

#driverAsignedModal.modal.in .modal-body .list-group .new {
    color: #fff;
    margin-bottom: 0;
}

.visible-xs-mobile {
    display: inline-block;
}

.onMobile.right {
    line-height: 15px;
}

#activityView .containt {
    overflow: scroll;
    max-height: 100vh;
}


/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
* {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

/* Tabs */

.customTabs.nav-tabs {
    border: none;
}

.customTabs.nav-tabs>li.active>a,
.customTabs.nav-tabs>li.active>a:hover,
.customTabs.nav-tabs>li.active>a:focus,
.customTabs.nav-tabs>li>a:hover,
.customTabs.nav-tabs>li>a:focus {
    color: #42BAE9;
    outline: none;
    text-decoration: underline;
}

.customTabs.nav-tabs>li>a {
    color: #D8D8D8;
    padding: 0 10px;
    border: none !important;
    background-color: transparent !important;
}

.customTabs.nav-tabs>li>a {
    color: #D8D8D8;
    padding: 0 10px;
    border: none !important;
    background-color: transparent !important;
}

/* End Tabs */