@font-face {
  font-family: 'Roboto';
  src: url('../frameworks/fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-Black.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-Italic.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-Light.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-Thin.ttf') format('truetype'),
    url('../frameworks/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}

* {
  font-family: 'Roboto', sans-serif;
}

.configSistemaBtn {
  cursor: pointer;
  font-size: 2em;
  float: left;
  margin-top: 13px;
}

.notificacaoBtn1 {
  cursor: pointer;
  font-size: 1.5em;
  float: left;
  margin-top: 16px;
}


.quantidade-pequena {
  max-width: 225px;
}

span.num {
  position: absolute;
  font-size: 13px;
  top: -9px;
  right: 19px;
  color: white;
}

span.notifBalon {
  position: absolute;
  font-size: 20px;
  top: -8px;
  right: 13px;
  color: red;
}

.navbar {
  display: none;
  width: 0;
  background-color: rgb(125, 179, 224);
}

#container-geral {
  background-color: rgb(212, 231, 245);
  /*PROD. 209, 224, 236 DESENV 230, 200, 200*/
}


/*ACRESCENTAR MEDIA QUERY PARA TELAS NAO PREVISTAS NO BOOTSTRAP*/
@media (min-width: 1366px) {
  .container {
    width: 1276px;
  }
}

body {
  background: rgb(212, 231, 245);

}

.cabecalhoTabela {
  background-color: rgb(178, 189, 199);
}

html,
body {
  background-color: rgb(212, 231, 245);
  height: 100%
}

.multiselect-container {
  height: auto;
  max-height: 384px;
  overflow-x: hidden;
}

#container-geral {
  min-height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.modal-body,
.modal-footer {
  text-align: center;
}

.rodape {
  position: fixed;
  bottom: -20px;
}

#rodape {
  position: absolute;
  bottom: 8px;
  right: 0;
}

#rodapeEsquerdo {
  margin-left: 2%;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.menu-principal {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 400px;

  min-width: 431px;
  background: linear-gradient(to right, #a1c5e7, #c1d0e6);
  padding: 11px 7px 13px 11px;

  position: absolute;
  top: 90%;
  z-index: 1000;
  display: none;
  float: left;
  margin: 0 12px 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;


}

.sistemas {
  color: #48610d !important;
  padding-bottom: 5px;
  padding-top: 5px;
}


.sistemas:hover {
  color: red !important;
}

.sistemas b:hover {
  color: red !important;
}

@media only screen and (max-device-width: 900px) {
  .titulo-pagina {
    display: none;
  }

  .menu-principal {
    min-width: 88%;
  }

  #botoes-topo {
    width: 100%;
  }

  .listaNotificacao {
    left: -255px !important;
  }

}

@media only screen and (max-device-width: 700px) {
  .titulo-pagina {
    display: none;
  }

  .menu-principal {
    min-width: 88%;
  }

  #botoes-topo {
    width: 100%;
  }

  .listaNotificacao {
    left: -255px !important;
  }
}




.menu-mais {
  cursor: pointer;
  font-size: 0.5em;
  margin: 0 0 0 5px;
}

.sub-opcao-menu {
  background: linear-gradient(to right, #bfd0de, #e2e6ea);
  cursor: pointer;
  list-style: none;

  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  color: #738000;
}

.sub-opcao-menu:hover {
  color: red;

}

th.cabec {
  background: linear-gradient(to bottom, #ececec, #95b0c5) !important;
  font-size: 13px;
  text-align: center;
}

.opcao-menu {
  background: linear-gradient(to right, #dee9f3, #c1d0e6);
  font-style: italic;
  cursor: pointer;


  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  color: #9c9400;
}

.chama-opcao-menu {
  color: #c4ba00;
}

.esconde {
  display: none !important;
}

.mostra {
  display: block !important;
}

.titulo-pagina {
  font-size: 23px;
  margin-left: 10px;
  cursor: default;
}

.totalCarrinho {
  margin-left: 10px;
  background-color: #ceafaf;
  max-width: 200px;
  text-align: center;
  padding: 10px;
}


#fecharPedido,
#consultarPedido {
  cursor: pointer;
}

#boot-corpo {}

#boot-mensagens {
  text-align: center;
}

.objetos-corpo {
  float: left;
}

.borda-arredondadap {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-color: #8c8c8c;
}

.borda-arredondada {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border-color: #8c8c8c;
}

.switchsc-corpo {
  /*border: 1px solid #484343;*/
  padding: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.switchsc {
  float: left;
}

.switchsc-label {
  color: white;
  margin-right: 4px;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 12px;
  text-align: center;
  height: 28px;
  transition: all 0.3s ease;
}

.switchsc-label:hover {
  margin-left: 10px;
  margin-right: 10px;
  background: #1bd81b;
  color: black;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.switchsc-on {
  background-color: green;
}

.switchsc-off {
  background-color: gray;
}

th.fixed,
td.fixed {
  background: linear-gradient(to bottom, #e6e5d3, white) !important;
  height: 35px;
  color: #54545a;
}

td.opcoes {
  text-align: center;
  background: linear-gradient(to bottom, #e6e5d3, white) !important;
}

input[type="search"] {
  height: 29px;
  border-radius: 5px;
  margin-top: 5px;
}

table.dataTable thead .sorting_asc:after {
  content: none;
}

table.dataTable thead .sorting:after {
  content: none;
}

table.dataTable thead .sorting_desc:after {
  content: none;
}

.naoAssociado {
  color: #0da5e2 !important;
}

.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

.alerta {
  background-color: yellow;
}

button.multiselect {
  font-size: 12px;
  width: 20px;
}

input.input-data {
  width: 68px;
  font-size: 12px;
}

#mostra-carrinho,
#modal-extra,
#modal-reservados,
#modal-quem-comprou {
  width: 100%;
  /*height: 100%;*/
  min-height: 100%;
  background-color: #d9dfe4;
  margin-top: 100px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  border: 1px solid #9cb5c8;
  overflow: scroll;
}

.tachado {
  text-decoration: line-through;
}

li a.aba:hover {
  color: #727038;
}

body {
  background-color: transparent;
}

.botao-customizado {
  padding: 7px;
}

::-webkit-scrollbar {
  width: 9px;
  background: #F4F4F4;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 20px;
  border: 1.5px solid white;
}


.destaque td {
  background-color: #d6d0d0 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(212, 231, 245);
  /* cor do background que vai ocupar o body */
  z-index: 999;
  /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
  position: absolute;
  top: 35%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%);
}

.bolas>div {
  display: inline-block;
  background-color: rgb(92, 141, 238);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}


.bolas>div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}

.bolas>div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}

.bolas>div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  10% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  20% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
    opacity: 0;
  }

  30% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

}

.div-menus {
  border: 1px solid rgb(59, 57, 57);
  background-color: rgb(212, 231, 245);
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

@media (min-width: 992px) {
  .modal-menusF {
    min-width: 400px;
  }
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

.fecha {
  margin-top: 10px;
  margin-right: 17px;
  font-size: 30px;
  opacity: .6;
}


.listaMen,
.listaMenSis {
  color: #585858;
  list-style: none;
  padding: 0;
  min-width: 100%;
  display: none;
}


.sist {
  background-color: white;
  padding: 8px;
  border-bottom: 1px solid #bdbdbd;
}

.sist:hover {
  background-color: rgb(249 249 249) !important;
}

.pai {
  cursor: pointer;
  font-weight: bold;
}

.pai:hover,
.menu:hover {
  background-color: rgb(229 229 229);
}

.menuList {
  cursor: pointer;
  border-bottom: 1px solid #bdbdbd;
}

.oi-chevron-bottom {
  transition: all 0.4s ease-out;
}

.dataTables_wrapper .dt-buttons a,
.dataTables_wrapper .dt-buttons button {
  /* padding: .5rem; */
  height: 3rem;
}

.dataTables_wrapper .dt-buttons img {
  max-width: 1.75rem;
  max-height: 1.75rem;
  object-fit: cover;
}

.menu-item-ativo {
    background-color: rgba(255, 255, 255, 0.30) !important;
    border-left: 3px solid #fff !important;
}