@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.centerPla{
    text-align: center;
}

.sombraTexto {
    text-shadow: #a1a1a1ab 0.1em 0.1em 0.2em;
}

bordaLogin {
    border-radius: 13px 13px 13px 13px;
}

.divFloat {
    width: 450px;
    height: 270px;
    display: inline-block;
    background: #343d44;
    color: white;
    padding: 15px;
    border-style:solid;
}

.titulodea {
    font-family: fangsong;
    text-decoration: underline;
}

.butaoFlotuante {
    display: inline-block;
}

.espacoOrdemDetails {
    padding: 7px 0px 6px 6px;
    background: #00000506;
}

.focoss:active {
    background-color: #6c757d !important;
}


/*Class de botões inativos*/

.btnInativo {
    background: #c4c4c4f7 !important;
}

.btnDestaque{
    background: white !important;
}


.btnFlutuanteVermelho {
    width: 30px;
    height: 25px;
    background: rgba(252, 66, 74, 0.11);
    border-radius: 7px;
    color: #fc424a;
}

.btnFlutuanteVerde {
    width: 40px;
    height: 35px;
    background: rgba(0, 210, 91, 0.11);
    border-radius: 7px;
    color: #00d25b;
}



/* Mostrar perifericos MENU */

#mostrarAuditoria {
    display: none;
}

#mostrarNotebooks {
    display: none;
}

#mostrarPeriferico {
    display: none;
}


/* NOVO perifericos  */

.btn-cinza-dark:hover {
    color: #ffffffe0;
    background-color: #212529;
    border-color: #212529;
}

.btn-cinza-dark {
    color: #656565;
    background-color: transparent;
    background-image: none;
    border-color: #656565;
}


/* Teste menu selecionado  */

.btn-selecionado {
    color: #ffffffe0 !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.campoObrigatorio{
    color: red;
}