body{font-family: 'Work Sans', sans-serif; color: #2b72ee; background: #e4e8f9}

#tabela_documentos td{padding: 30px 0px 20px 0px;}
#tabela_documentos tr{border-bottom: 2px solid #FFF}
button{font-weight: bold;}
/* Esconde o input */
input[type='file'] {
  display: none
}

#btn_info_doc{width: 185px !important; margin-right: 10px;}
.selecao_arquivo2{display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;

  color: #fff;
  background-color: #f36c48;
  border-color: #f36c48;
  margin-top: 8px;
  cursor: pointer;
  width: 185px !important;
}


.selecao_arquivo2:hover {
  color: #fff;
  background-color: #ca5a3c;
  border-color: #ca5a3c;
}


#alert_message{
  width: 100%;
  text-align: center;
  font-size: 28px;
  z-index: 50000;
  top: 0;
  position: fixed;
  transition: 0.5s;
}

.loader{padding: 30px; position: fixed; display: none; left: 40%; top: 30%; text-align: center; background: rgb(255,255,255, 0.8);}
.loader h1{font-size: 24px; color: #2b72ee}
.loader p{color: #2b72ee}

.topo{width: 100%; height: 120px; margin-top: 0px; background: #2b72ee; border-bottom: 2px solid #2b72ee; padding-top: 15px;}
.topo img{margin-left: 20px; margin-top: 5px; float: left;}
.topo h1{float: right; font-size: 26px; margin-top: 35px; margin-right: 30px; color: #FFF;}

#title_responsivo{display: none;}
#title_normal{display: block;}

.container{margin-top: 50px;}

.nao_encontrado{width: 80%; text-align:center; margin: 0 auto; margin-top:150px; color: #2b72ee}
#nao_tem_responsivo{display: none; float: left; margin-top: 20px;}

.logo {height: 80px; width: auto;}

@media screen and (max-width: 780px) {
  .topo{height: 170px; text-align: center}
  .topo img{width: 264; height: 74; margin-left: 0px; float: none}
  .topo h1{font-size: 28px; margin: 0px; padding: 0px; float: none; margin-top: 20px;}
  #title_responsivo{display: block}
  #title_normal{display: none;}
  .container{margin-top: 30px; width: 100%;}
  #btn_info_doc{margin-right: 0px;}
  .nao_encontrado{width: 90%; margin-top:300px;}
  .loader{padding: 0px; width: 100%; padding-top: 30px; padding-bottom: 30px; position: fixed; display: none; left: 0%; top: 25%; text-align: center; background: rgb(255,255,255, 0.9);}
} 
@media screen and (max-width: 480px) {
  table td:nth-child(2) {
    display: none;
  }
  #nao_tem_responsivo{display: block;}
}

.table-danger{background-color: #f1efdd;}
