/*!
 * Custom style overrides
 */

html {
    font-family: sans-serif;
}

body {
    background-color: #f0f1f5;
    color: #333;
    font-size: 13px;
    font-family: sans-serif;
}

input:-webkit-autofill {
    background-color: white !important;
}

.form-control:focus {
    border-color: #cccccc;
    box-shadow: none;
}

input[class="form-control"],
select[class="form-control"] {
    height: 45px !important;
}

.bg-login-image {
    background: url(https://s3.us-east-2.amazonaws.com/app.parkingsnap.com/Office_Man_Woman_Laptop.jpg);
    background-position: -130px;
    background-size: cover;
}

.bg-register-image {
    background: url(https://s3.us-east-2.amazonaws.com/app.parkingsnap.com/Towing_2.jpg);
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background: url(https://s3.us-east-2.amazonaws.com/app.parkingsnap.com/Towing_2.jpg);
    background-position: center;
    background-size: cover;
}

.topbar {
    height: 60px;
}

a {
    color: #337ab7;
}

.fa-half {
    font-size: 1.5em;
}

.btn {
    font-size: 0.9rem;
    white-space: normal;
}

.btn-default:hover {
    background-color: #e6e6e6;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.sidebar-light {
    border-right: 3px solid #5e5e5e;
    background-color: #fff;
}

.sidebar-light .sidebar-brand {
    color: #000000;
}

.sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
    color: #000000;
}

.sidebar-light .nav-item .nav-link {
    color: #000000;
}

.sidebar-light .nav-item .nav-link i {
    color: #000000;
}

.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
    color: #000000;
}

.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
    color: #000000;
}

.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #000000;
}

.sidebar .nav-item.active {
    background-color: #f4f4f4;
}

.sidebar .nav-item.active .nav-link {
    font-weight: normal;
}

.sidebar-light .nav-item.active .nav-link {
    color: #000000;
}

.sidebar-light .nav-item.active .nav-link i {
    color: #000000;
}

.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

.sidebar-light #sidebarToggle::after {
    color: #000000;
}

.sidebar-light #sidebarToggle:hover {
    background-color: #dddfeb;
}

.sidebar * .collapse-inner {
    border: 2px solid #333333;
    background-color: #fff;
}

.sidebar .nav-item .collapse {
    z-index: 3;
}

input:-webkit-autofill {
    background-color: white !important;
}

.form-control:focus {
    border-color: #cccccc;
    box-shadow: none;
}

.modal-header {
    background-color: #333333;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal {
    overflow-y: auto;
}

.btn-default {
    border-width: 3px;
    border-color: #5e5e5e;
}

ul.ui-autocomplete {
    z-index: 1100;
}

div.terms {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 12px;
    overflow: auto;
}

button.close {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-size: 27px;
}

button.close:hover {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.orange-row {
    /*background-color: #f89b1d !important;*/
    background: rgba(248, 155, 29, 0.4) !important;
}

.yellow-row {
    /*background-color: #fcff1f !important;*/
    background: rgba(252, 255, 31, 0.4) !important;
}

input.form-control {
    border: 3px solid #5e5e5e;
    height: 45px;
}

textarea.form-control {
    border: 3px solid #5e5e5e;
}

textarea.expanding-form-control {
    overflow: hidden !important;
    padding-top: 10px !important;
    padding-bottom: 25px !important;
}

select.form-control {
    border: 3px solid #5e5e5e;
}

.input-group-btn>.btn {
    padding: 4px 12px;
}

.input-group-addon {
    padding: 3px 12px;
    border: 3px solid #5e5e5e;
}

.table {
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    color: #333;
}

.table>tbody>tr>td {
    border-top: 1px solid #5e5e5e;
}

.table>thead>tr>th {
    border-bottom: none;
    padding-top: 14px;
    padding-bottom: 14px;
}

.table th,
.table td {
    border-top: 1px solid #000000;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-purple {
    color: #fff;
    background-color: #551a8b;
    border-color: #551a8b;
}

.btn-purple:hover,
.btn-purple:focus,
` .btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #341056;
    border-color: #341056;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #551a8b;
    border-color: #551a8b;
}

.btn-purple .badge {
    color: #551a8b;
    background-color: #fff;
}

.btn-light-green {
    color: #fff;
    background-color: #99b433;
    border-color: #99b433;
}

.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
    color: #fff;
    background-color: #788c2e;
    border-color: #788c2e;
}

.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
    background-image: none;
}

.btn-light-green.disabled,
.btn-light-green[disabled],
fieldset[disabled] .btn-light-green,
.btn-light-green.disabled:hover,
.btn-light-green[disabled]:hover,
fieldset[disabled] .btn-light-green:hover,
.btn-light-green.disabled:focus,
.btn-light-green[disabled]:focus,
fieldset[disabled] .btn-light-green:focus,
.btn-light-green.disabled:active,
.btn-light-green[disabled]:active,
fieldset[disabled] .btn-light-green:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green.active {
    background-color: #99b433;
    border-color: #99b433;
}

.btn-light-green .badge {
    color: #99b433;
    background-color: #fff;
}

.btn-white-blue {
    color: #136bad;
    background-color: #fff;
    border-color: #136bad;
}

.btn-white-blue:hover,
.btn-white-blue:focus,
.btn-white-blue:active,
.btn-white-blue.active,
.open .dropdown-toggle.btn-white-blue {
    color: #136bad;
    background-color: #fff;
    border-color: #136bad;
}

.btn-white-blue:active,
.btn-white-blue.active,
.open .dropdown-toggle.btn-white-blue {
    background-image: none;
}

.btn-white-blue.disabled,
.btn-white-blue[disabled],
fieldset[disabled] .btn-white-blue,
.btn-white-blue.disabled:hover,
.btn-white-blue[disabled]:hover,
fieldset[disabled] .btn-white-blue:hover,
.btn-white-blue.disabled:focus,
.btn-white-blue[disabled]:focus,
fieldset[disabled] .btn-white-blue:focus,
.btn-white-blue.disabled:active,
.btn-white-blue[disabled]:active,
fieldset[disabled] .btn-white-blue:active,
.btn-white-blue.disabled.active,
.btn-white-blue[disabled].active,
fieldset[disabled] .btn-white-blue.active {
    background-color: #fff;
    border-color: #fff;
}

.btn-white-blue .badge {
    color: #fff;
    background-color: #136bad;
}

.yes-toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.yes-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.yes-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ed2024;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.yes-toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.yes-toggle-switch input:checked+.yes-toggle-slider {
    background-color: #489c48;
}

.yes-toggle-switch input:focus+.yes-toggle-slider {
    box-shadow: 0 0 1px #489c48;
}

.yes-toggle-switch input:checked+.yes-toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.yes-toggle-slider.round {
    border-radius: 24px;
}

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

.navbar {
    background-color: #333333;
    color: #fff;
    padding: 0px;
}

.topbar .nav-item .nav-link {
    padding: 0px;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
}

footer {
    background-color: #333333;
    color: #fff;
}

footer a,
footer a:hover {
    color: #fff;
}

.page-header {
    border-bottom: 3px solid #ed2024;
    width: 100%;
    padding-bottom: 5px;
}

.no-arrow-dropdown::after {
    display: none !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 1.50rem;
}

h4,
.h4 {
    font-size: 1.15rem;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #daedf6 !important;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d9 !important;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede !important;
}


/* Dropdown menu fix for iOS */

.table-responsive {
    -webkit-overflow-scrolling: auto;
}

.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
.nav-borders .nav-link.active {
    color: #002b4e;
    border-bottom-color: #002b4e;
}
.nav-borders .nav-link.disabled {
    color: #c5ccd6;
}
.nav-borders.flex-column .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    border-right-width: 0.125rem;
    border-right-style: solid;
    border-right-color: transparent;
}
.nav-borders.flex-column .nav-link.active {
    border-right-color: #002b4e;
}

.StripeElement {
    line-height: 1.429 !important;
    padding-top: 10px !important;
    border: 3px solid #5e5e5e;
    height: 45px;
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link span {
        font-size: 0.80rem;
    }
}

/* Inline form customizations */

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: left;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}


/* Custom sidebar customizations */

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sidebar .nav-item .nav-link i {
        width: 20px;
        text-align: center;
    }
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}