@charset "UTF-8";
a {
  font-family: 'Lato', sans-serif; }

html, body, main{
  height: 100%;
}

main {
  padding: 15px 15px 50px 15px;
  max-width: 440px;
  margin: 0 auto;
  display: block;
  position: relative;
  background: #222222;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #d9d9d9;
  background-color: #000; }

.message-block{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.result .dice{
  border: none;
  width: 25px;
  padding: 0;
}

.dice{
  font-size: 16px !important;
  font-weight: bold;
  width: 55px;
}

.dice.falha{
  color: red;
}

.dice span{
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}

.dice.disabled{
  opacity: 0.4;
}

.dice:not(.disabled){
  cursor: pointer;
}

.top-msg{
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.choose-total .choosed{
  background: #193ec1;
}

.choose-effect .choosed{
  background: #0b6319;
}

.message-block:not(:first-child){
  margin-top: 10px;
}

#select-dice{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dice-line{
  padding: 10px;
  width: 49%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}

.dice-data button{
  color: #000;
  background: #d9d9d9;
  border: none;
  font-size: 20px;
  width: 30px;
  text-align: center;
}

.dice-data{
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.dice-data span{
  width: 40px;
  display: block;
  text-align: center;
  border: solid 1px #d9d9d9;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  max-width: 440px;
  padding: 15px;
  z-index: 3; }

.flex {
  display: flex; }
  .flex.space-between {
    justify-content: space-between; }
  .flex.space-around {
    justify-content: space-around; }
  .flex.align-center {
    align-items: center; }
  .flex.align-top {
    align-items: flex-start; }
  .flex.align-bottom {
    align-items: flex-end; }
  .flex.row-reverse{
    flex-direction: row-reverse;
  }

.grid-6 {
  width: 49%;
  position: relative; }

.grid-8 {
  width: 73%;
  position: relative; }

.grid-4 {
  width: 25%;
  position: relative; }

.abax {
  width: 380px;
  margin-top: 20px;
  position: relative;
  z-index: 11; }

#canvas {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 90% !important;
  height: 90% !important; }

#pool{
  margin: 0 auto;
}

#rolar{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#canvas canvas {
  position: relative;
  width: 90% !important;
  height: 90% !important; }

.box.inactive {
  visibility: hidden; }

.box-iframe {
  overflow-x: hidden;
  height: 100%;
  position: relative; }
  .box-iframe .iframe-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;

  }

    .box-iframe .iframe-container.small {
      height: 350px; }
  .box-iframe iframe {
    height: 130%;
    width: calc(100% + 30px);
    margin-left: 9px;
    position: absolute;
    margin-top: 20%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

  }

*::-webkit-scrollbar {
  width: 6px;
  /* width of the entire scrollbar */ }

*::-webkit-scrollbar-track {
  background: #000;
  /* color of the tracking area */ }

*::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid #000;
  /* creates padding around scroll thumb */ }

.form-group {
  margin-bottom: 20px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 14px; }

#anexo {
  padding-top: 20px; }

.filepond--drop-label label {
  padding: 0;
  font-size: 12px; }

.elements-center button {
  margin: 0 auto; }

.elements-center .flex button {
  margin-right: 0;
  margin-left: 0; }

.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  overflow: hidden;
  z-index: 3; }
  .loading-bar--active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 5px;
    background-color: #d9d9d9;
    box-shadow: 10px 0 30px 15px #d9d9d9, -10px 0 30px 15px #d9d9d9;
    animation: moveLoadBar 2s cubic-bezier(0.09, 0.89, 0.7, 0.71) infinite; }

@keyframes moveLoadBar {
  0% {
    left: -10%; }
  100% {
    left: 110%; } }

#form-postar .btn-padrao {
  min-width: 20px;
  font-size: 0; }

#file-count {
  color: #fff;
  background-color: #d9d9d9;
  position: absolute;
  right: -10px;
  top: -10px;
  overflow: hidden;
  text-align: center;
  padding-top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%; }

.btn-padrao, .btn-padrao:active, .btn-padrao:focus, .btn-padrao:visited {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  display: block;
  min-width: 120px;
  padding: 9px 14px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  outline: none;
  border: solid 1px #ccc;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  position: relative; }
  .btn-padrao img, .btn-padrao:active img, .btn-padrao:focus img, .btn-padrao:visited img {
    width: 20px;
    height: 20px; }
  .btn-padrao.azul, .btn-padrao:active.azul, .btn-padrao:focus.azul, .btn-padrao:visited.azul {
    border: solid 1px #353535;
    background-color: #323232;
    color: #FFF;}
    .btn-padrao.azul:hover, .btn-padrao:active.azul:hover, .btn-padrao:focus.azul:hover, .btn-padrao:visited.azul:hover {
      background-color: #353535; }
  .btn-padrao.blocked, .btn-padrao:active.blocked, .btn-padrao:focus.blocked, .btn-padrao:visited.blocked {
    color: #ccc;
    cursor: not-allowed; }
  .btn-padrao.outline-azul, .btn-padrao:active.outline-azul, .btn-padrao:focus.outline-azul, .btn-padrao:visited.outline-azul {
        border: solid 1px #363636;
    color: #fff;
    background-color: #141414;}
    .btn-padrao.outline-azul:hover, .btn-padrao:active.outline-azul:hover, .btn-padrao:focus.outline-azul:hover, .btn-padrao:visited.outline-azul:hover {
      background-color: #2e2e2e; }
  .btn-padrao.outline-vermelho, .btn-padrao:active.outline-vermelho, .btn-padrao:focus.outline-vermelho, .btn-padrao:visited.outline-vermelho {
    border: solid 1px #d5413f;
    color: #d5413f;
    background-color: #fff; }
    .btn-padrao.outline-vermelho:hover, .btn-padrao:active.outline-vermelho:hover, .btn-padrao:focus.outline-vermelho:hover, .btn-padrao:visited.outline-vermelho:hover {
      background-color: #f6f6f6; }
  .btn-padrao.go-back, .btn-padrao:active.go-back, .btn-padrao:focus.go-back, .btn-padrao:visited.go-back {
    text-align: center;
    display: block;
    text-decoration: none; }

a, a:active, a:focus, a:visited {
  color: #d9d9d9; }

/* Cor de fundo do autocomplete */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #000 inset;
  color: #d9d9d9; }

/* Cor do texto do autocomplete */
input:-webkit-autofill {
  -webkit-text-fill-color: #d9d9d9 !important; }

.filepond--root .filepond--credits[style] {
  display: none; }

form::after {
  content: '';
  display: block;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

form.blocked::after {
  visibility: visible; }

form.hidden {
  display: none; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0; }

h1 {
  color: #d9d9d9;
  font-size: 26px;
  margin-bottom: 25px; }

h2 {
  font-size: 18px;
  margin-bottom: 25px; }

.text-center {
  text-align: center; }
  .text-center input {
    text-align: center; }

label.floating {
  position: relative;
  display: block;
  margin-bottom: 15px; }
  label.floating span {
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    position: absolute;
    top: 20px;
    width: 100%;
    display: block;
    color: #4a4a4a;
    cursor: text; }
  label.floating input, label.floating textarea {
    width: 100%;
    padding: 25px 0 5px 0;
    border: none;
    border-bottom: solid 1px #d9d9d9;
    outline: none;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    resize: none;
    background-color: #222;
    color: #d9d9d9; }
    label.floating input:focus, label.floating input:valid, label.floating textarea:focus, label.floating textarea:valid {
      border-bottom-color: #d9d9d9; }
      label.floating input:focus + span, label.floating input:valid + span, label.floating textarea:focus + span, label.floating textarea:valid + span {
        top: 5px;
        font-size: 11px; }

button[type="submit"] {
  margin-top: 30px; }

#form-login, #form-senha, #form-recuperar, #form-cadastro {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 440px;
  padding: 5px 15px;
  background-color: #141414;
  color: #fff;
  display: flex;
  justify-content: space-between; }
  footer a, footer a:visited, footer a:focus, footer a:hover {
    color: #000; }

.float-right {
  float: right; }

p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

#box-termos {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px; }
  #box-termos h3 {
    text-transform: uppercase; }

#scroll-termos {
  padding-right: 15px;
  overflow-y: scroll;
  max-height: 420px;
  margin-bottom: 20px; }

#box-busca {
  width: 70%; }
  #box-busca label {
    margin-bottom: 0; }
    #box-busca label input {
      padding-top: 20px; }

#box-actions {
  max-width: 230px; }
  #box-actions a, #box-actions a:active, #box-actions a:focus, #box-actions a:visited {
    color: #d9d9d9;
    display: block; }
    #box-actions a:not(:first-child), #box-actions a:active:not(:first-child), #box-actions a:focus:not(:first-child), #box-actions a:visited:not(:first-child) {
      margin-left: 15px; }

#tabela-tarefas, #tabela-usuarios {
  margin: 70px 0 0 0;
  width: 100%;
  border-collapse: collapse; }
  #tabela-tarefas th, #tabela-tarefas td, #tabela-usuarios th, #tabela-usuarios td {
    padding: 5px 10px;
    text-align: center; }
  #tabela-tarefas td:first-child:not(.text-center), #tabela-tarefas th:first-child, #tabela-usuarios td:first-child:not(.text-center), #tabela-usuarios th:first-child {
    text-align: left; }
  #tabela-tarefas td:last-child, #tabela-usuarios td:last-child {
    width: 140px; }
  #tabela-tarefas tbody tr, #tabela-usuarios tbody tr {
    background-color: #000; }
    #tabela-tarefas tbody tr:nth-child(odd), #tabela-usuarios tbody tr:nth-child(odd) {
      background-color: #000; }
    #tabela-tarefas tbody tr:hover, #tabela-usuarios tbody tr:hover {
      background-color: #000; }

#tabela-usuarios td:last-child {
  width: auto; }

hr {
  border-top: solid 1px #d9d9d9;
  border-bottom: none;
  margin: 0 0 20px 0; }

.botoes-job {
  width: 260px; }

.detalhe-job {
  margin: 0 0 20px 0; }

.info-job span:not(.dados) {
  display: block;
  margin-bottom: 5px;
  color: #666666; }

.info-job a, .info-job a:active, .info-job a:focus, .info-job a:visited {
  color: #d9d9d9; }

.box {
  top: -20px !important;
  position: relative;
  height: calc(100vh - 250px);
  background: #141414;
}

.mtop {
  margin-top: 70px; }

#box-msg {
  border: none;
  padding: 15px;
  height: 100%;
  position: relative;
  width: 100%;
  right: 0;
  overflow: hidden;
  -moz-transition: width 300ms;
  -o-transition: width 300ms;
  -webkit-transition: width 300ms;
  transition: width 300ms; }
  #box-msg #qtd-msg {
    display: inline; }
  #box-msg.hide {
    width: 0; }
    #box-msg.hide * {
      display: none; }
  #box-msg label {
    margin: 0; }
    #box-msg label input {
      padding: 5px 0;
      font-size: 12px; }
  #box-msg .btn-padrao {
    font-size: 12px;
    margin-left: 5px; }
    #box-msg .btn-padrao:last-child {
      margin-top: 7px; }

#box-msg textarea {
  background-color: #000;
  border: solid 1px #d9d9d9;
  color: #d9d9d9;
  resize: none;
  width: 100%;
  margin: 0 3px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  outline: none;
  height: 78px;
  font-family: 'Lato', sans-serif; }

#box-msg .pic {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #000;
  z-index: 1;
  position: relative;
  border: solid 1px #d9d9d9;
  overflow: hidden; }
  #box-msg .pic img {
    width: 100%;
    height: 100%;
    padding: 10px; }

.msg {
  margin-bottom: 20px;
  display: table;
  width: 85%; }

.msg.minha .nome {
  color: #d9d9d9; }

.msg:not(.minha) .flex {
  flex-direction: row-reverse; }

.msg:not(.minha) .nome {
  text-align: right; }

.msg .nome {
  width: 100%;
  margin: 0 10px; }

.msg span:not(.nome) {
  font-size: 14px; }

.mensagem .btn-padrao{
  margin: 15px auto 0 auto !important;
}

.mensagem, .box-arqs {
  background-color: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: calc(100% - 20px);
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0; }

.msg:not(.minha) {
  float: right;
  padding-left: 20px; }
  .msg:not(.minha) .mensagem, .msg:not(.minha) .box-arqs {
    margin-left: 0; }

#scroll-msg {
  overflow-y: scroll;
  padding-right: 15px;
  height: calc(100% - 240px);
  margin-top: 20px; }

#form-postar {
  border-top: solid 1px #d9d9d9;
  margin: 20px 0 0 0;
  padding: 20px 0;
  z-index: 11;
  position: relative; }

#popup-confirma {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  position: fixed; }
  #popup-confirma a, #popup-confirma a:visited, #popup-confirma a:focus, #popup-confirma a:hover {
    color: #d9d9d9; }
  #popup-confirma p {
    margin-bottom: 20px; }
  #popup-confirma #inner-popup-confirma {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 350px;
    background-color: #000;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#popup-tarefa, #popup-tarefa-edit {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  position: fixed; }
  #popup-tarefa a, #popup-tarefa a:visited, #popup-tarefa a:focus, #popup-tarefa a:hover, #popup-tarefa-edit a, #popup-tarefa-edit a:visited, #popup-tarefa-edit a:focus, #popup-tarefa-edit a:hover {
    color: #d9d9d9; }
  #popup-tarefa #inner-popup, #popup-tarefa #inner-popup-edit, #popup-tarefa-edit #inner-popup, #popup-tarefa-edit #inner-popup-edit {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 800px;
    background-color: #000;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #popup-tarefa #inner-popup-edit, #popup-tarefa-edit #inner-popup-edit {
    max-width: 500px; }
  #popup-tarefa textarea, #popup-tarefa-edit textarea {
    height: 120px; }

#tarefa-excluida {
  border: solid 1px #ccc;
  padding: 5px;
  background-color: #e6e6e6; }

#esqueci-senha {
  display: block;
  color: #d9d9d9;
  text-align: center; }
  #esqueci-senha:visited, #esqueci-senha:focus, #esqueci-senha:hover {
    color: #d9d9d9; }

.dice {
  position: relative;
  padding: 5px;
  border: solid 1px #000;
  text-align: center;
  min-width: 20px;
  display: inline-block;
}

.custom {
  position: relative;
  padding: 5px;
  border: solid 1px #d9d9d9;
  text-align: center;
  display: block;
  margin-top: 5px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.form-filtro {
  font-size: 12px;
  padding: 5px;
  background-color: #f8f8f8;
  position: fixed;
  max-width: 1920px;
  left: 50%;
  top: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  width: calc(100% - 30px); }
  .form-filtro label {
    cursor: pointer;
    display: inline-table;
    vertical-align: middle; }
  .form-filtro input {
    margin: 0 10px 2px 0;
    display: inline-table;
    vertical-align: middle; }

#custom-label {
  position: relative; }
  #custom-label > span {
    position: absolute;
    left: 0;
    top: 20px;
    width: 200px;
    z-index: 2;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
  #custom-label.small > span {
    top: 5px;
    font-size: 11px; }

.ms-ctn {
  border: none;
  padding: 25px 12px 5px 8px;
  border-bottom: solid 1px #d9d9d9;
  outline: none;
  margin-bottom: 15px; }
  .ms-ctn input {
    outline: none;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    font-size: 14px; }

.ms-ctn-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #d9d9d9; }

.ms-ctn .ms-trigger {
  border-left: 0; }

.ms-ctn .ms-trigger .ms-trigger-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0; }

.ms-ctn .ms-sel-item {
  color: #000; }

#box-upload {
  display: none;
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 120px;
  width: calc(100% - 30px);
  border: solid 1px #d9d9d9;
  background-color: #fff;
  z-index: 2;
  margin: 15px; }
  #box-upload .filepond--root {
    margin-bottom: 0; }
    #box-upload .filepond--root .filepond--drop-label {
      min-height: 50px; }
  #box-upload .filepond--item {
    width: calc(33.33% - .5em); }

.box-arqs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .box-arqs a, .box-arqs a:active, .box-arqs a:focus, .box-arqs a:visited {
    display: block;
    border-radius: 5px;
    position: relative;
    width: 32%;
    background-color: #e7e7e7;
    text-decoration: none;
    padding: 5px 10px 5px 45px;
    color: #000; }
    .box-arqs a:hover, .box-arqs a:active:hover, .box-arqs a:focus:hover, .box-arqs a:visited:hover {
      background-color: #e1e1e1; }
    .box-arqs a img, .box-arqs a:active img, .box-arqs a:focus img, .box-arqs a:visited img {
      position: absolute;
      left: 15px;
      top: 50%;
      width: 15px;
      height: 15px;
      opacity: 0.3;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .box-arqs a span, .box-arqs a:active span, .box-arqs a:focus span, .box-arqs a:visited span {
      display: block; }
      .box-arqs a span:not(:last-child), .box-arqs a:active span:not(:last-child), .box-arqs a:focus span:not(:last-child), .box-arqs a:visited span:not(:last-child) {
        font-size: 14px;
        font-weight: bold; }

.logo {
  width: 300px;
  margin: 15px auto 0 auto;
  display: block; }

#form-cadastro .logo {
  display: inline-block; }

.ms-res-ctn {
  font-size: 12px; }

footer span {
  min-width: 158px; }

.ms-ctn .ms-sel-ctn input {
  background: #000; }

.ms-res-ctn .ms-res-item {
  color: #d9d9d9;
  background: #000; }

.ms-res-ctn .ms-res-item-active {
  background: #282828;
  color: #d9d9d9; }

@media (max-width: 3000px) {
  .box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .grid-6, .grid-8, .grid-4 {
    width: 100%; }
  .flex {
    flex-wrap: wrap; }
  .form-filtro {
    padding-left: 60px;
    width: calc(100% - 28px);
    margin-top: 105px; }
    .form-filtro b {
      position: absolute;
      left: 10px; }
    .form-filtro label {
      width: 50%; }
  #box-busca {
    position: absolute;
    top: 100%;
    width: 100% !important;
    left: 0;
    padding: 0 15px 15px 15px;
    font-size: 11px;
    margin-top: -10px; }
  #tabela-tarefas tbody tr {
    border: solid 1px #363636; }
  #tabela-tarefas, #tabela-usuarios {
    margin-top: 130px; }
    #tabela-tarefas thead, #tabela-usuarios thead {
      display: none; }
    #tabela-tarefas td, #tabela-usuarios td {
      display: block; }
    #tabela-tarefas td:not(:first-child):not(:last-child), #tabela-usuarios td:not(:first-child):not(:last-child) {
      display: inline-block;
      text-align: left;
      margin-top: 5px; }
    #tabela-tarefas td::before, #tabela-usuarios td::before {
      content: '';
      display: block;
      position: relative;
      font-size: 11px;
      margin-bottom: 5px;
      color: #414141; }
    #tabela-tarefas td:nth-child(1)::before, #tabela-usuarios td:nth-child(1)::before {
      content: 'Nome da Mesa'; }
    #tabela-tarefas td:nth-child(2)::before, #tabela-usuarios td:nth-child(2)::before {
      content: 'Criador'; }
    #tabela-tarefas td:nth-child(3)::before, #tabela-usuarios td:nth-child(3)::before {
      content: 'Participantes'; }
    #tabela-tarefas td:nth-child(4)::before, #tabela-usuarios td:nth-child(4)::before {
      content: 'Dt. Criação'; }
    #tabela-tarefas td:last-child, #tabela-usuarios td:last-child {
      width: 100%; }
    #tabela-tarefas .btn-padrao, #tabela-usuarios .btn-padrao {
      width: 47%; }
    #tabela-tarefas tr, #tabela-usuarios tr {
      display: table;
      width: 100%;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      margin-bottom: 15px; }
    #tabela-tarefas tbody tr, #tabela-usuarios tbody tr {
      background-color: #fff; }
  footer {
    flex-wrap: wrap;
    font-size: 11px; }
    footer span {
      text-align: center;
      width: 100%;
      margin: 5px 0; }
  #inner-popup {
    overflow-y: scroll;
    max-height: 90vh; }
  #box-actions a:not(:first-child), #box-actions a:active:not(:first-child), #box-actions a:focus:not(:first-child), #box-actions a:visited:not(:first-child) {
    margin-left: 10px; }
    #box-msg textarea {
      width: 100%; }
  .grid-4 {
    margin-top: 20px; }
  .btn-padrao, .btn-padrao:active, .btn-padrao:focus, .btn-padrao:visited {
    min-width: 80px; }
  .botoes-job {
    width: 180px; }
  .grid-4 .info-job {
    width: 100%; }
    .grid-4 .info-job:not(:last-child) {
      margin-bottom: 15px; }
  #scroll-msg {
    height: calc(100% - 45px); }
  .box-arqs {
    flex-wrap: wrap; }
    .box-arqs a, .box-arqs a:active, .box-arqs a:focus, .box-arqs a:visited {
      width: 100%; }
      .box-arqs a:not(:last-child), .box-arqs a:active:not(:last-child), .box-arqs a:focus:not(:last-child), .box-arqs a:visited:not(:last-child) {
        margin-top: 15px; }
  .msg .nome {
    width: calc(100% - 138px); }
  #form-postar {
    visibility: hidden;
    background-color: #000;
    left: 0;
    width: 100%;
    padding: 15px; }

    #form-postar div:not(#box-upload) {
      display: flex;
      justify-content: space-between;
      width: 100%; }
  #box-msg .btn-padrao {
    width: 46%; }
  #box-msg .btn-padrao:last-child {
    margin-top: 0; }
  .detalhe-job {
    display: none; }
  hr:nth-child(2) {
    display: none; }
  .abax {
    max-width: 440px;
    width: 100%;
  position: fixed;
  left: 0;
    right: 0;
    margin: 0 auto;
  bottom: 80px;
  padding: 0 15px;}
  #canvas {
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    background: #141414;
    position: relative;
  }
    #canvas.show {
      z-index: 12;
      visibility: visible; }
    #canvas canvas {
      width: 100% !important;
      height: 100% !important; }
  #box-msg > .flex{
    display: none !important;
  }
    #scroll-msg{
      height: 100%;
      margin-top: 0;
    }
}

