﻿::-webkit-scrollbar {
    width: initial;
    height: initial;
}

.title-box {
    background:rgba(50,166,168,1) 0%!important;
    text-align:center;
}
    .title-box p {
        color: white !important;
        margin-bottom: 0;
        font-size: 1rem;
        padding: .25rem;
    }
.btn-custom {
    background: rgba(50,166,168,1) 0% !important;
    border-color: rgba(96,154,155,1) !important;
    border-radius: 18px;
    color: white !important;
    padding: 5px 25px;
}

 .btn-custom:disabled {
        background: rgb(193,193,193) 0% !important;
        border: rgb(193,193,193)!important;
 }

.btn-custom-light {
    background: #d3dede !important;
    border-color: #ffffff !important;
    border-radius: 18px;
    color: black !important;
    padding: 5px 25px;
}

    .btn-custom-light:disabled {
        background: rgb(193,193,193) 0% !important;
        border: rgb(193,193,193) !important;
    }


.btn-search {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
    height: 100%;
    margin-left: .75vw;
  
}
.btn-search:hover {
    opacity:.5;
}

.input-readonly {
   background: #f7f7f7 !important;
   cursor:not-allowed;
   pointer-events:none;
}

.form-floating-label input[type='date'] ~ label,
.form-floating-label input[type='datetime'] ~ label,
.form-floating-label input[type='datetime-local'] ~ label,
.form-floating-label input[type='month'] ~ label,
.form-floating-label input[type='week'] ~ label,
.form-floating-label input[type='time'] ~ label {
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    top: 0;
    font-weight: bold;
}

.form-floating-label input[type='text'], .form-floating-label input[type='number'] {
    border: none;
}

.form-floating-label input[type=date] {
    position: relative;
    top: 10px;
    padding: 0.5rem 0 !important;
    border: none;
}

.checkbox input[type="checkbox"], .radio input[type="radio"] {
    top: 0px;
    left: 3px;
    visibility: visible;
    opacity: 0;
    position: absolute;
    display: block;
}

@media screen and (max-width: 1300px) and (min-width: 640px) {
    button.blue-btn {
        width: auto;
        margin-right: 0;
    }

    .formulario {
        margin-right: 0;
    }
}

.checkbox-focus-on {
    border: solid 1px #289deb;
    padding-top: 5px;
    padding-right: 5px;
}

.my_fixed_header {
    table-layout: fixed;
    border-collapse: collapse;
}

    .my_fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 170px;
    }

    .my_fixed_header thead tr {
        display: block;
    }

    .my_fixed_header thead {
        background: black;
        color: #fff;
    }

    .my_fixed_header th, .my_fixed_header td {
        padding: 5px;
        text-align: left;
        width: 200px;
    }

.fim-btn {
    background-color: rgb(30,166,168) !important;
}

.form-logout {
    position: absolute;
    right: 20px;
    top: 15px;
}

.bntest {
    color: #055aa2;
    text-decoration: underline;
}

button {
    outline: none;
}

select {
    padding-left: 0;
    bottom: -4px;
}

.checkbox {
    position: absolute;
    bottom: 0px;
}

button.blue-btn {
    margin-bottom: 10px;
}

.form-floating-label select:focus ~ label, .form-floating-label select:disabled[value] ~ label, .form-floating-label.has-value select ~ label {
    top: 0;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
}

.form-floating-label.label-select {
    position: initial;
}

@media screen and (max-width: 800px) {
}

.tableFixHead {
    overflow-y: auto;
    height: 300px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 9;
        padding-bottom: 30px;
    }

    /* Just common table stuff. Really. */
    .tableFixHead table {
        border-collapse: collapse;
        width: 100%;
    }

    .tableFixHead th, .tableFixHead td {
        padding: 8px 14px;
    }


@media screen and (max-width: 800px) and (min-width: 600px) {
    .app-dashboard-body-content {
        padding: 20px;
    }
}

.image-margin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav-items {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-error {
    margin-top: 0.5rem;
}

.is-invalid-label {
    color: #cc4b37 !important;
}

a:focus, select:focus, button:focus {
    outline: none;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
    li.active::after {
        width: 0 !important;
    }
}

.app-dashboard-bar-notification img {
    cursor: pointer;
}

.notification-body .notification-text {
    color: grey;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -18px 0 3px 0;
    line-height: 1.2;
}

.notification-body .new-notification {
    background-color: papayawhip;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

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

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#loading-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
}

button:disabled {
    background-color: #b7b7b7;
}

    button:disabled:hover {
        background-color: #b7b7b7;
        color: #fff;
    }

.label-select + span.form-error {
    position: absolute;
    top: 40px;
}

span.label-error {
    margin-top: 0px;
}

select {
    bottom: 0px;
}

.has-value select {
    bottom: -5px;
}

.Sltd {
    background-color: rgba(0,255,200,1) !important;
    color: black;
}

.fdbc {
    background-color: white;
    border-radius: 1rem;
    margin: 7px 7px 0 7px;
    padding: 10px;
    width: 99%;
}
/* ------------------------------------------------------------ */
.win_top2 {
    background: rgba(50,166,168,1) 0%;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: #000 0 1px 1px;
    height: 30px;
    margin-top: 1px;
}

.window_top {
    background: rgba(50,166,168,1) 0%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-background-clip: padding-box;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: #000 0 1px 1px;
    height: 30px;
}

    .window_top img {
        float: left;
        margin: 6px 5px 0 0;
    }

    .window_top .window_bottom {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
    }
/* ------------------------------------------------------------ */
.window_restore {
    background: url(../images/gui/window_buttons.gif) no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    float: left;
    font-size: 0;
    margin: 6px 0 0 5px;
    width: 28px;
    height: 15px;
}

    /*.window_restore {
    background-position: 0px 0;
}*/

    .window_restore:hover {
        background-position: 0px -15px;
        box-shadow: #f00 0 0 10px;
        -moz-box-shadow: #f00 0 0 10px;
        -webkit-box-shadow: #f00 0 0 10px;
    }
/*---------*/
.window_maximize {
    background: url(../images/gui/window_buttons.gif) no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    float: left;
    font-size: 0;
    margin: 6px 0 0 5px;
    width: 28px;
    height: 15px;
}

.window_maximize {
    background-position: -28px 0;
}

    .window_maximize:hover {
        background-position: -28px -15px;
        box-shadow: #f00 0 0 10px;
        -moz-box-shadow: #f00 0 0 10px;
        -webkit-box-shadow: #f00 0 0 10px;
    }
/*---------*/
.window_close {
    background: url(../images/gui/window_buttons.gif) no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    float: left;
    font-size: 0;
    margin: 6px 0 0 5px;
    width: 28px;
    height: 15px;
}

.window_close {
    background-position: -56px 0;
}

    .window_close:hover {
        background-position: -56px -15px;
        box-shadow: #f00 0 0 10px;
        -moz-box-shadow: #f00 0 0 10px;
        -webkit-box-shadow: #f00 0 0 10px;
    }
/* ------------------------------------------------------------ */
.borde {
    border-style: groove;
    border-width: 1px;
}

.borde1 {
    border-style: groove;
    border-width: 1px;
    margin: 10px 10px;
}

.btnOver:hover {
    /*border: 1px solid #007bff;*/
    color: #fff;
    background: #007bff;
    border-radius: .40rem;
}

.lbl {
    display: inline-block;
    overflow: auto;
    text-transform: uppercase;
    vertical-align: middle;
    width: 700px;
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
}

.lbl110 {
    overflow: auto;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    width: 110px;
}

.lbl140 {
    overflow: auto;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    width: 140px;
}

.lbr110 {
    overflow: auto;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: right;
    width: 110px;
}

.lbr140 {
    overflow: auto;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: right;
    width: 140px;
}

.cntr {
    display: flex;
    justify-content: center;
    align-items: center;
}

.der {
    text-align: right;
}

.hdd {
    display: none;
}
/* ------------------------------------------------------------ */
.table-wrapper th {
    position: sticky;
    top: 0;
    z-index: 2;
}

th {
    background: #cecece;
    /*color: white;  aliceblue  paleturquoise
        background: rgba(30,166,168,1);*/
}

table, th, td {
    border: 1px solid black;
    font-size: 14px;
    padding: 3px 5px;
}

tr:nth-child(even) {
    background-color: #eee;
}

tbody {
    z-index: -1;
    cursor: pointer;
}

    tbody tr:hover td {
        background-color: #BCD2E5 !important;
    }

/*.table-selector tr {
    cursor: pointer;
}

    .table-selector tr.selected {
        background-color: brown;
        color: #FFF;
    }

        .table-selector tr.selected:hover td {
            background-color: brown !important;
            color: #FFF;
        }*/

.form-control[readonly] {
    pointer-events: none;
}
/* ------------------------------------------------------------ */

.asm-iframe {
    display: block;
    background: #000;
    border: none;
    height: 100vh;
    width: 100vw;
}

.asm-body-content {
    height: 94vh;
    overflow: auto;
}

.dealticket-button-tools {
    background: white;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    height: 32px;
}


button.btn.dropdown-toggle.btn-light {
    height: 32px;
    padding: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.dataTables_wrapper div.dataTables_processing {
    margin-top: 0 !important;
}

#robmy > div.row {
    height: 91vh;
    overflow-y: auto;
}
