﻿table.mygridview {
    width: 100%;
    border-color: #e6e6e6;
    margin-bottom: 20px;
}

    table.mygridview th {
        font-weight: bold;
        padding: 6px;
        font-size: 1.1em;
    }

    table.mygridview td {
        font-size: 1em;
        padding: 3px;
    }


.edtCodigo {
    width: 10% !important;
}

.edtDescricao {
    width: 90% !important;
}

.edtHalfDescricao {
    width: 30% !important;
}

.edtHalfDescricao2 {
    width: 45% !important;
}


.Fixed2 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 50px;
    padding: 10px;
    background-color: #2f9a8fab;
    z-index: 999;
}

.noBreak {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alerta {
    color: red;
    font-weight: bold;
    font-size: 24px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-1 {
    margin-top: 10px;
}

.inlineCbl input{
    margin-left: 16px;
}


.d-none {  
    display: none;
}

.cb label {
    margin-left: 5px;
}