* {
    font-family: 'Quicksand', sans-serif;
}
#body {
    position: relative;
}
#loader {
    position: absolute;
    background-color: rgba(255,255,255, 0.73);
    top:  0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1231;
    vertical-align: middle;
    padding-top: 200px;
    text-align: center;
}
.loader-panel {
  display: block;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #1b5126; /* Blue */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin:  0 auto;
  z-index: 2000;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bg-sidebar {
    background-color: #f7f7f7;
    color: #0F0F0F;
}

.full-height {
    height: 100vh;
}

.telepase-btn {
    border-radius: 23px!important;
}
.telepase-btn-light {
    color: #7CC35B!important;
    min-width: 110px;
}
#cerrar-sesion {
    color: white;
    text-decoration: none;
}

#mi-perfil {
    color: white;
    text-decoration: none;
}

#sidebarMenu {
    width: 370px;
    position: fixed;
    height: auto;
    left: 0px;
    min-height: 100%;
}
.nav-link .material-icons {
    color: black;
}
.nav-link.active .material-icons {
    color: white;
}
.text-black {
    color: black;
}
/* .active .material-icons, .material-icons:hover {
    color:white;
} */

.content-wrapper {
    overflow: hidden;
    position: absolute;
    top: 80px;
    width: 100%;
    left: 400px;
    padding-top: 100px;
    width: 66%;
}

.nav-link {
    color: #0F0F0F;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 16px;
    max-height: 62px;
    margin-bottom: 10px;
}

.nav-link:hover, .nav-link:active, .nav-link:focus {
    color: #fff;
    background-color: #7CC35B;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 16px;
}

.nav-link.active {
    color: #fff;
    background-color: #7CC35B;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 16px;
}

.nav-tab {
    color:auto;
    padding-top:auto;
    padding-bottom:auto;
    padding-left:auto;
    padding-right:auto;
    border-radius:auto;
    max-height:auto;
    margin-bottom:auto;
}


.nav-tab:hover, .nav-tab:active, .nav-tab:focus {
    color: white;
    background-color: #185B2E;
    padding-top:auto;
    padding-bottom:auto;
    padding-left:auto;
    padding-right:auto;
    border-radius: 5px;
}

.nav-tab.active,
.nav-tabs .nav-item.show .nav-tab, .nav-tabs .nav-tab.active {
    color: white;
    background-color: #185B2E;
    padding-top:auto;
    padding-bottom:auto;
    padding-left:auto;
    padding-right:auto;
    border-radius: 5px;
}

.min-h {
    height: 12rem;
}

.absolute-position {
    position: absolute !important;
}

#navbarCollapse {
    /*justify-content: end;*/
    padding: 15px 75px !important;
}

.icono-user {
    width: 19px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(98deg) brightness(100%) contrast(108%);
    max-width: 50px;
}
.subuser {
    filter: none;
    margin-left: 10px;
}

.va-middle {
    color: #fff;
    vertical-align: middle;
}

.va-text-bottom {
    vertical-align: text-bottom;
}

.va-bottom {
    vertical-align: bottom;
}

.icono-notifications {
    width: 22px;
    max-width: 50px;
    margin-top: 4px;
}

.mr--3 {
    margin-right: 3rem;
}

.nav-link-img {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
}

.nav-link-img:hover {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #ededed;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e) !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545!important;
    padding-right: calc(1.5em + 0.75rem)!important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e)!important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}
.text-right {
    text-align: right;
}
.bullet {
    margin-bottom: 0px;
}
.card-patente {
    background-color: #f7f7f7;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .7rem;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-height: 236px;
}
.card-patente a {
    text-decoration: none;
    color: #185b2e;
}
.card-patente-hab {
    display: block;
    background-color: #185b2e;
    padding-top: .7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .7rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

hr {
    margin: 0.5rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px!important;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 20px;
}

.font-50 {
    font-size: 50px;
}
#error-tag-div, #success-tag-div {
    padding: 10px;
}
.card-patente-pagos-hab {
    color: #185B2E;
    padding-top: .7rem;
    padding-left: 40px;
    padding-right: 1.5rem;
    border-bottom: 3px solid #185B2E;
}

.card-patente-pagos {
    padding-bottom: 1.5rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.card-patente-pagos .table {
    border-color: #fff;
    border-collapse: separate;
    border-spacing:0 10px;
}
.card-patente-pagos tr {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 20px!important;
    height: 45px;
}
.card-patente-pagos tr {
    margin-top: 10px;
}
.td-right {
    border-radius: 0px 15px 15px 0px;
}
.td-left {
    padding-left: 40px!important;
    border-radius: 15px 0px 0px 15px;
}
.td-grey {
    background-color: rgb(112 112 112 / 6%)!important;
}
.td-pagar {
    width: 200px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    background: #fff!important;
    text-align: center;
}
.td-pagar .btn {
    background-color: #7CC35B;
    color: white;
    font-size: 14px;
    height: 40px;
    border-radius: 15px;
    min-width: 130px;
}
.btn-secondary {
    border-radius: 14px!important;
    background-color: white;
    border-radius: 0px;
    color: black;
    padding: .25rem 2rem;
    }

.btn-pagar, .btn-telepase {
    background-color: #7CC35B;
    border-radius: 14px;
    color: #fff;
    padding: .25rem 2rem;
}

.btn-pagar:hover {
    background-color: #588a41;
    color: #fff;
}

.icono-1 {
    max-width: 19px;
    vertical-align: text-top;
}

.icono-2 {
    max-width: 20px;
    vertical-align: bottom;
}

.icono-3 {
    max-width: 21px;
    vertical-align: bottom;
}

.icono-4 {
    max-width: 21px;
    vertical-align: bottom;
}

.icono-5 {
    max-width: 18px;
    vertical-align: sub;
    margin-left: 2px;
    margin-right: 1px;
}

.icono-6 {
    max-width: 21px;
    vertical-align: sub;
}

.a-no-decoration {
    text-decoration: none;
}

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

.icono-cambio {
    max-width: 25px;
    margin-right: 5px;
}

.card-medio-pago {
    background-color: #f7fbf5;
    border-radius: 16px;
    padding: 2rem;
}

label {
    font-size: smaller;
    font-weight: 500;
}

.form-control-custom {
    display: block;
    width: 100%;
    padding: 0.6rem 0.85rem!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    /*color: #212529;*/
    /*background-color: #ebebeb;*/
    background-clip: padding-box;
    border: 1px solid #ebebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 14px!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-custom:focus {
    color: #212529;
    background-color: #ebebeb;
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: none;
}
.form-control-custom {
    width: 100%!important;
    background: none!important;
    border-radius: 0px!important;
    border: none!important;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;
    padding: 0rem 0rem!important;
    margin-bottom: 15px!important;
}

.bg-eb {
    background-color: #ebebeb !important;
}

.btn-mercado-pago {
    background-color: #009ee3;
    color: #fff;
    border-radius: 14px;
    padding: 0.3rem .7rem;
    line-height: 1.1;
    width: 120px;
    height: 45px;
}

.btn-mercado-pago:hover {
    background-color: #0286be;
    color: #fff;
    border-radius: 14px;
    padding: 0.3rem .7rem;
}

.btn-siguiente {
    background-color: #fff;
    color: #7CC35B;
    border-radius: 25px;
    padding: 0.3rem .7rem;
    line-height: 1.1;
    height: 45px;
    border: 2px solid #7CC35B;
}

.btn-siguiente:hover {
    background-color: #fafafa;
    color: #7CC35B;
    padding: 0.3rem .7rem;
}

/*.table > :not(caption) > * > * {*/
/*    padding: 0rem 0.5rem;*/
/*    border-bottom-width: 10px;*/
/*}*/

.btn-pagado {
    background-color: #008000;
    color: #fff;
    border-radius: 14px;
    padding: 0.3rem .7rem;
    line-height: 1.1;
    width: 120px;
    height: 45px;
}

.logo {
    max-width: 200px;
}

.bg-principal {
    /* background-color: #115126 !important; */
    background-color: #185B2E !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
#subnavbar {
    position: absolute;
    top: 20px;
    width: 100%;
    padding-right: 25px;
}

.height-content {
    height: 100vh;
    overflow: hidden;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #185B2E !important;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 2000;
}
.sidebar-sticky {
    margin-top: 90px;
}
.sidenav a {
    padding: 15px 8px 15px 25px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top:  -0.5px;
    left: 10px;
    font-size: 36px;
    margin-left: 0px;
}

.line {
    width: 20px;
    height: .15rem;
    background-color: #fff;
    display: block;
    border-radius: 25px;
}
/* VEHICULOS */

#vehiculos-table {
    /*display: none;*/
}

#vehiculos-table .table {
    border-bottom-width: 0px;
    border-collapse: separate;
    border-color: #fff;
    border-spacing:0 7px;
}
#vehiculos-table .td-left {
    padding-left: 20px!important;
}
#vehiculos-table .card-patente-hab {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.th-vehic-actions {
    text-align: center;
}
.th-vehic-actions .card-patente {
    background-color: #fff;
}

.pagination-links {
    margin-top: 15px;
    height: 10px;
}
.pagination-links .bg-white {
    border-radius: 20px;
    border: 2px solid #7cc35b!important;
    color: #7cc35b;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center;
}
.pagination-links p, .pagination-links span {
    display: none;
}

#ul-subnavbar {
    position: absolute;
    right: 0px;
    top: 10px;
}

.nav-link:hover > .row > .col-2 > .material-icons {
    color: #fff;
}

.color-a {
    color: #185B2E;
    text-decoration: none;
}

.color-a:hover {
    color: #185B2E;
    text-decoration: none;
}

.border-color-115 {
    border-bottom: 2px solid #185B2E;
}

.line-separator {
    border-bottom: 2px solid #7CC35B;
    display: block;
    width: 80%;
    margin-bottom: calc(3rem + 15px);
}

.modal-dialog-c {
    max-width: 700px;
    margin: 1.75rem auto;
}
.modal-dialog-d {
    max-width: 900px;
    margin: 1.75rem auto;
}

.cursor {
    cursor: pointer;
}

.form-control-custom:disabled {
    color: #ccc;
}

.table-c {
    border-collapse: initial;
    border-spacing: 0px 8px;
}

.th-c {
    font-size: 13px;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 0px!important;
    padding: 0.8rem 0.5rem!important;
}

.tr-bg {
    background-color: #7070700f;
    border-radius: 20px;
}

.tr-20-l {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tr-20-r {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.color-70 {
    color: #707070;
}

.bg-tarjetas {
    background-color: #f5f5f56e;
    padding: 1.5rem;
}

th.th-c {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

@media screen and (min-width: 993px) {
    #navbar-992 {
        display: none;
    }

    .display-2-992 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #navbarCollapse {
        justify-content: start;
        width: 100% !important;
        max-width: 100% !important;
        /* padding-top: 0rem !important; */
        padding: 15px 35px !important;
    }

    #container-sidebar {
        display: none;
        margin-top: 50px;
    }

    #navbar-992 {
        display: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .content-wrapper {
        /*margin-top: 34px;*/
        left: 0px;
        padding-top: 50px;
        width: 100%;
    }

    .content-wrapper {
        top: 80px;
    }

    .position-navbar {
        position: relative !important;
        top: 25px !important;
    }

    .nav-link {
        background-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0rem;
        padding-right: 0rem;
        border-radius: 16px;
    }

    .nav-link:hover, .nav-link:active, .nav-link:focus {
        background-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0rem;
        padding-right: 0rem;
        border-radius: 16px;
    }

    .nav-link.active {
        background-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0rem;
        padding-right: 0rem;
        border-radius: 16px;
    }

    .logo {
        max-width: 170px;
    }

    .flex-992 {
        flex-direction: row !important;
    }

    .display-992 {
        display: none;
    }

    .mr--3 {
        margin-right: 1.5rem;
    }

    .display-2-992 {
        display: block;
    }

    .icono-1 {
        max-width: 17px;
        vertical-align: text-top;
    }

    .icono-2 {
        max-width: 18px;
        vertical-align: bottom;
    }

    .icono-3 {
        max-width: 19px;
        vertical-align: bottom;
    }

    .icono-4 {
        max-width: 19px;
        vertical-align: bottom;
    }

    .icono-5 {
        max-width: 16px;
        vertical-align: sub;
        margin-left: 2px;
        margin-right: 1px;
    }

    .icono-6 {
        max-width: 19px;
        vertical-align: sub;
    }
}

@media screen and (max-width: 760px) {
    #ul-subnavbar {
        top: 0px;
    }
    .content-wrapper {
        padding-top: 25px;
    }
    #table-buttons {
        margin-top: 65px;
    }
    #subnavbar {
        position: absolute;
        top: 50px;
        width: 100%;
        padding-right: 25px;
    }
    .content-wrapper {
        top: 40px;
    }
}


@media screen and (max-width: 567px) {
    .font-20 {
        font-size: 18px;
    }

    .font-18 {
        font-size: 16px;
    }

    .card-medio-pago {
        padding: 1.5rem;
    }

    .font-22 {
        font-size: 20px;
    }
}
