﻿
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    overflow: hidden !important;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-variant-numeric: tabular-nums;
    font-style: normal;
    letter-spacing: -0.03em;
    font-weight: 400;
}



/* bootstrap.css */
* {
    font-size: 13px;
}

/* style.css */
* {
    /*font-size: 13px;
    line-height: 2;*/
}

.form-label {
    /*margin-bottom: .5rem !important;*/
}


.k-breadcrumb {
    background-color: #001529 !important;
    color: #808A94 !important;
    font-weight: bold !important;
}

    .k-breadcrumb .k-breadcrumb-link {
        color: white !important;
        font-weight: normal !important;
    }

/*.k-link.k-selected {
    background-color: #FAFAFA !important;
    color: #424242 !important;
    border: solid 1px #EBEBEB !important;
}*/

/*.k-grid-search {
    min-width: 200px !important;
}*/

/*.semPadding {
    padding: 0px !important;
}

.comPadding10 {
    padding: 5px !important;
    overflow: hidden;
}*/

/* Let's get this party started */
/*::-webkit-scrollbar {
    width: 12px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,21,41,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }*/



/*.dropdown-footer {
    padding: 10px 8px;
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.k-textbox.TextBox100 {
    width: 100%;
    text-transform: uppercase !important;
}

.k-maskedtextbox.TextBox100 {
    width: 100%;
    text-transform: uppercase;
}

.k-numerictextbox.TextBox100 {
    width: 100%;
}*/
/*
.k-tabstrip-content.k-content.k-active {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}*/

/*#footer {
    background-color: #F7F7F2;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 20px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}*/


/*.k-textbox.TextBox100rz {
    text-transform: uppercase;
}

.k-textbox.TextBox100rzSmaller {
    width: 100%;
    text-transform: uppercase;
}

.k-maskedtextbox.TextBox100rzSmaller {
    width: 100%;
    text-transform: uppercase;
}

.k-maskedtextbox.TextBox100rz {
    width: 100%;
    text-transform: uppercase;
}

.k-combobox.TextBox100rz {
    width: 100%;
    text-transform: uppercase;
}

.k-maskedtextbox.TextBox100rzcodebar {
    width: 145px;
    text-transform: uppercase;
    margin-top: -4px;
}

.k-numerictextbox.TextBox100rz {
    width: 100%;
}

.k-numerictextbox.TextBox100rzSmaller {
    width: 100%;
}

.k-combobox.TextBox100rz {
    width: 100%;
    margin-top: -4px;
}

.k-dropdown.TextBox100rz {
    width: 100%;
}

.k-tabstrip.ToolBarBox100rz {
    width: 100%;
}*/

k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    background-color: #CCCCCC !important;
    font-weight: bold !important;
    color: black !important;
}

k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-state-default {
    font-weight: normal !important;
    color: black !important;
}


.tabs-container-we-want-to-wrap-tabs .k-tabstrip-items {
    width: 100% !important;
}



.tabs-container-we-want-to-wrap-tabs {
    width: 100% !important;
}

Visible {
    visibility: hidden !important;
}

Maiusculas {
    width: 100%;
    text-transform: uppercase;
}

.k-checkbox {
    appearance: none !important; /* Remove o estilo padrão do checkbox */
    width: 17px !important;
    height: 17px !important;
    border: 1px solid #999 !important;
    cursor: pointer !important;
    background-color: #blue !important; /* Cor quando marcado */
}

    .k-checkbox:checked {
        background-color: #blue !important; /* Cor quando marcado */
    }



/*.sidebar-content {
    background-color: transparent !important;
}

.sidebar-link {
    background-color: transparent !important;
}

.sidebar-scrollable {
    background-color: transparent !important;
}

.sidebar-content {
    background-color: transparent !important;
}*/

.callout {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-left: 4px solid #c8ced3;
    border-radius: .25rem;
    margin: 1rem 0;
    padding: .75rem 1.25rem;
    position: relative;
}

    .callout h4 {
        font-size: 1.3125rem;
        margin-top: 0;
        margin-bottom: .8rem
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

.callout-default {
    border-left-color: #777;
    background-color: #f4f4f4;
}

    .callout-default h4 {
        color: #777;
    }

.callout-primary {
    background-color: #d2eef7;
    border-color: #b8daff;
    border-left-color: #17a2b8;
}

    .callout-primary h4 {
        color: #20a8d8;
    }

.callout-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-left-color: #28a745;
}

    .callout-success h4 {
        color: #3c763d;
    }

.callout-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-left-color: #d32535;
}

    .callout-danger h4 {
        color: #a94442;
    }

.callout-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-left-color: #edb100;
}

    .callout-warning h4 {
        color: #f0ad4e;
    }

.callout-info {
    background-color: #d2eef7;
    border-color: #b8daff;
    border-left-color: #148ea1;
}

    .callout-info h4 {
        color: #31708f;
    }

.callout-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}


/* ajuste da grid */
/*div.k-grid td,
.k-grid td.k-command-cell {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1px;
}

    .k-grid td.k-command-cell .k-button {
        margin: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 1px;
    }*/
/* fim ajuste da grid*/




/*novo formulário*/
.col-lg-12 {
    width: 100% !important;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 1rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.card-sem-borda {
    border-radius: 0 !important;
}

.container-fluid-sem-margem {
    background-color: white !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.card-body-sem-margem {
    padding: 0px !important;
    margin: 12px !important;
}

.col-sem-padding {
    padding: 0px !important;
}

.smallerFontLabel {
    font-size: 14px !important;
    font-family: 'Segoe UI', sans-serif !important;
    margin: 2px !important;
}

.MenuSuperiorEsquedo {
    margin-left: 50px !important;
    background-color: #001529;
}

.MenuSuperiorItem {
    font-weight: bold !important;
    font-family: 'Segoe UI', sans-serif !important;
    margin-left: 30px !important;
}

.Legenda {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 2px;
}

/*fim novo formulário*/
.dotMenu {
    font-size: 12px; /* Ajuste conforme necessário */
    color: #bbb; /* Cor discreta */
    margin-right: 5px;
    vertical-align: middle;
}

.itemMenu {
    font-weight: normal !important;
    display: inline-block !important;
    padding-left: 6px;
}

.ItemMenuDropDown {
    width: 100% !important;
    display: inline-block !important;
}

.txEditBlazorise:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: none !important;
}


/*div lado a lado*/
.container-div-lado-a-lado {
    display: flex;
}

.box-div-lado-a-lado {
    /*width: 100%;*/
    /*padding: 20px;*/
    /*box-sizing: border-box;*/
}

.box1-div-lado-a-lado {
    width: 25px !important;
    margin-top: 4px !important;
}

.box2-div-lado-a-lado {
    width: 100% !important;
}

.hrefblazor {
    text-decoration: none !important;
}

    .hrefblazor:focus img {
        border: none !important; /* Adicione a cor e a largura da borda desejada */
    }
/*fim div lado a lado*/


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #858585 #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        /*background: #ffffff;*/
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #858585;
        border-radius: 10px;
        border: 0px solid #ffffff;
    }

    *::-webkit-scrollbar-button {
        display: none; /* Remove as setas */
    }
