html {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, #35447b, #262356);
}

body {
    background: transparent;
}
body {
    /*background-color: #ffffff;*/
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.btn-warning {
    background-color: #e28f00 !important;
    color: white !important;
    border: none !important;
}

.btns-colab {
    /*border: 1px solid gray;*/
    padding: 5px;
    margin: 10px;
    width: 100%;
}

.swal2-styled.swal2-confirm {
    color: white !important;
    text-transform: uppercase;
}

.swal2-styled.swal2-cancel {
    color: white !important;
    text-transform: uppercase;
}

.invalid-input {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

#btn-todos {
    font-weight: 600 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.swal2-timer-progress-bar {
    height: 0.50em;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    background-image: -webkit-linear-gradient(-35deg,
    transparent 33%, rgba(0, 0, 0, 0.2) 33%,
    rgba(0, 0, 0, 0.21) 66%, transparent 66%),
    -webkit-linear-gradient(top,
        rgba(255, 255, 255, .0),
        rgba(0, 0, 0, 0)),
    -webkit-linear-gradient(left, #cf2832, rgba(246, 197, 81, 0.8), rgb(198, 48, 62));
    background-size: 40px 20px, 100% 100%, 100% 100%;

}

.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.61);
    transition: background-color 3s;
}

tr.highlight td.jsgrid-cell {
    /*background-color: #6699FF;*/
    background-color: rgba(0, 86, 120, 0.7);
    color: #ffffff;
}

/*.modal{*/
/*    transition: 700ms!important;*/
/*}*/

/*.swal2-timer-progress-bar{*/
/*    transition: width 10s;*/
/*    background-color: #f6c551;*/
/*}*/

/*.swal2-timer-progress-bar{*/
/*    transition: width 5s;*/
/*    background-color: #c6303e;*/
/*}*/

.swal2-timer-progress-bar-container {
    height: 0.50em;
    /*background-color: #e1e1e1;*/
    /*padding-bottom: 10px;*/
}

#btn-pesquisar {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#pesquisa {
    border-radius: 0 !important;
    text-align: center;
}

@media (max-width: 768px) {
    .card-body {
        padding: 0.9rem !important;
    }

    .table td {
        padding: 0.35rem !important;
    }

    .table {
        font-size: 0.67rem !important;
    }

    h2 {
        font-size: 1.1rem !important;
    }

    input {
        width: 75% !important;
    }
}


