body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: PaleGoldenrod;
    background-image: url('../img/TircARC.jpg')
}

.card {
    background-color: rgba(255,255,255,0.9);
}

.form-check-label {
    margin-left: 1.5em;
}

.form-switch .form-check-input {
    margin-left: -1em;
}

a.nav-item, a.nav-item li {
    text-decoration: none;
    margin-bottom: 1em;
}

.tab-content#v-pills-tabContent {
    width:100%;
    overflow: scroll
}

.modal-content {
    width:115%;
}

.disabled {
    cursor: not-allowed !important;
}

table-responsive {
    overflow-x: auto;
}

td a, th a {
    cursor: pointer;
    display: block;
    color: inherit !important;
}

td a:hover, th a:hover {
    text-decoration: none;
    color: inherit !important;
}

button:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.switch-param {
    float: right !important;
    position: inherit;
}

.label-param {
    margin-left: -1em
}

footer {
    min-height: 4rem;
}

.container-body {
    /*margin-top: 7rem;*/
    margin-bottom: 7rem;
}

.img-qrcode{
    max-width: 225px;
    width: 100%;
}

.modal-dialog {
    width: 83%;
}

/* avatar */
.avatar {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


