@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    font-family: Helvetica, 'Roboto', Verdana, Arial, sans-serif;
    background: #ffffff;
}
.mInic {
    margin-top: 56px;
}
.row {
    margin: 0;
}
.flutuante {
    padding-top: 100px;
}
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1100;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
.overlay_msg {
    display: none;
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1100;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay_msg.active {
    display: block;
    opacity: 1;
}
.overlay_edt {
    display: none;
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1100;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay_edt.active {
    display: block;
    opacity: 1;
}
p {
    font-family: 'Roboto', sans-serif;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
a[data-toggle="collapse"] {
    position: relative;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.link-inline {
    display: inline;
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
    background: #ff3028;
    text-decoration: none;
    transition: all 0.3s;
}
.link-inline:hover {
    background: #ff3028;
}
.link-button {
    border: none;
    background: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 1em;
}
.link-button:focus {
    outline: none;
}
.nav-bg {
    background-color: #d2d0d1;
    color: #000;
}
.borderError {
    border:none;
    box-shadow:0px 0px 2px 2px red;    
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 200px;
    position: fixed;
    top: 0px;
    left: -200px;
    height: 100vh;
    z-index: 2000;
    background: #777;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fcc801;
    background: #777;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul.components {
    padding: 50px 0;
    border-bottom: 1px solid #47748b;
    color: #fff;
    background-color: #777;
    border: none;
}
#sidebar ul li a {
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #000;
    background: #777; 
}
#sidebar li:hover {
    color: #000;
    background: #777;    
}
/* ---------------------------------------------------
    SIDEBAR STYLE RIGHT
----------------------------------------------------- */
#sidebarRight {
    width: 200px;
    position: fixed;
    top: 0px;
    right: -200px;
    height: 100vh;
    z-index: 2000;
    background: #777;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebarRight.active {
    right: 0;
}
#dismissRight {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fcc801;
    background: #777;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismissRight:hover {
    color: #fcc801;
    background: #777;
}
#sidebarRight .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebarRight ul.componentsRight {
    padding: 50px 0;
    border-bottom: 1px solid #47748b;
    color: #fff;
    background-color: #777;
    border: none;
}
#sidebarRight ul li a {
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebarRight ul li a:hover {
    color: #000;
    background: #777; 
}
#sidebarRight li:hover {
    color: #000;
    background: #777;    
}
#dropdown-login {
    top: 80%;
    left: -120px;
    background-color: #777;
    color: #fcc801;
}
#dropdown-login a {
    background-color: #777;
    color: #fcc801;
}
#dropdown-login i {
    background-color: #777;
    color: #fcc801;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    padding-top: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;    
}
.TituloPagina {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-indent: 20px;
    color: #666666;
}
.alert {
    color: #e6212a;
}
.iconreg {
    color: #ffffff;
    max-width: 1.25rem;
    max-height: 1.25rem;
}
.icondark {
    color: #777;
    max-width: 1.25rem;
    max-height: 1.25rem;
}
.iconsmalldark {
    color: #777;
    max-width: 1.25rem;
    max-height: 1.25rem;
}
.fixed-2 {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.borderError {
    border:none;
    box-shadow:0px 0px 2px 2px red;    
}
.userdiv {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    background-color: #ddd;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
    margin-top: 20px;
}
.usertitle {
    font-size: 1em;
    color: #6f48ad;
    margin-bottom: 20px;
}
.usercontent {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.usercontent select {
    position: relative;
    border: thin solid #ddd;
    padding: 12px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.usercontent button {
    position: relative;
    cursor: pointer;
    padding: 14px;
    background-color: #0d6efd;
    color: #fff;
    font-size: 1.1em;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 3px;
}
.usercontent button:hover {
    background-color: #0d6efd;
}
#recalc {
    cursor: pointer;
    background-color: #0d6efd;
    color: #fff;
    font-size: 1.1em;
    border: none;
    outline: none;
    border-radius: 3px;
}
.salvatext {
    color: red;
}
.tablenew {
    display:block;
}
.tablenew.dismiss {
    display:none;
}
.tablelast {
    display:none;
}
.tablelast.active {
    display: block;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.useroverlay {
    display: inline-block;
    width: 100%;
    max-width: 700px;
    background-color: #ddd;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
    margin-top: 7.0rem;
}  
.label-desabilitado {
    width: 100%;
    color: #000;
    background-color: #f5f5f5;
    padding: 5px 10px; /* Para dar espaçamento ao conteúdo */
    border: 1px solid #ddd; /* Uma borda suave */
    border-radius: 4px; /* Arredondar as bordas */
    outline: none;
    pointer-events: none;
    cursor: not-allowed;
}
.label-desabilitado.active {
    color: red;
}
