﻿@font-face {
    font-family: Mohave-Bold;
    src: url(/fonts/Mohave-Bold.otf)
}

@font-face {
    font-family: Mohave-BoldItalic;
    src: url(/fonts/Mohave-BoldItalic.otf)
}

@font-face {
    font-family: Tenby-five;
    src: url(/fonts/tenby-five.otf)
}

:root {
    /*--cor-fundo: rgb(54, 54, 54);
    --cor-quadros: rgb(54, 54, 54);*/
    --cor-fundo: rgb(255, 255, 255);
    --cor-quadros: rgb(255, 255, 255);
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: 'Oxygem', sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: var(--cor-fundo);
    height:100%;
}

.float-div {
    padding-top: 0px !important;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #5cb85c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float-div-second {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 110px;
    background-color: #d9534f;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float-button {
    margin-top: 18px;
    font-size: 30px;
}

.float-div:hover {
    background-color: #449d44;
}

.float-div-second:hover {
    background-color: #c9302c;
}

.disabled {
    pointer-events: none;
    background-color: grey;
}
/*definicao para menu de configuracao lateral*/
.divMenu {
    font-family: 'Oxygen', sans-serif;
    cursor: pointer;
    padding: 10px;
    font-size: 22px;
}

.divMenu:hover {
    background-color: #0f0f0f;
}

#menuDrawer {
    position: absolute;
    top: 55px;
    bottom: 0;
    background: linear-gradient(221deg, rgba(36,34,34,1) 35%, rgba(64,63,59,1) 76%);
    color: white;
    font-size: 20px;
    width: 200px;
}

.ic-menu-config {
    padding-right: 20px;
}

#menuConfigAllItems{
    margin-top:45px;
}
.sessao {
    display: none;
    min-height: 100%;
    position: relative;
}
.container {
    height: 100%;
}
.dx-toolbar-label > div{
    overflow:visible;
}
.dx-toolbar-label .dx-toolbar-item-content > div {
    overflow: visible;
}
/*botoes dos grids de gerenciamento*/
.btns-grid-gerenciar a {
    color: #f48121 !important;
    font-size: 25px !important;
    padding-right: 10px !important;
}
#theme-switcher {
    display:none;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    font-size:30px;
    cursor:pointer;
}