@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
html, body {
  height: 100%;
}
body {
  background-color: #1a5c9d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
.login {
  padding-top: 120px;
  text-align: center;
}
.login h1 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.login h1 span {
  font-weight: 300;
}
.login form {
  margin: 0 auto;
  margin-top: 30px;
  display: inline-block;
  border: 8px solid rgba(0, 0, 0, 0.2);
}
.login form h2 {
  margin-bottom: 25px;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
}
.login form h2 img {
  width: 150px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.login form h2 .logo-oi {
  width: 80px;
  height: auto;
  display: inline-block;
}
.login form .formulario {
  background-color: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.64);
}
.login form .formulario p {
  margin-top: 15px;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.login form .formulario p i {
  width: 15%;
  background-color: #efefef;
  min-height: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  color: #999;
  text-align: center;
}
.login form .formulario p input[type="email"], .login form .formulario p input[type="text"] {
  border: 1px solid rgba(219, 219, 219, 0.5);
  min-height: 40px;
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  height: 48px;
}
.login form .formulario p input[type="password"] {
  border: 1px solid rgba(219, 219, 219, 0.5);
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  min-height: 100%;
  height: 48px;
}
.login form .formulario p input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.login form .formulario p label {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0 !important;
  padding-left: 5px;
}
.login form .formulario p button {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.login form .alert {color: #FF0004; font-size: 14px; text-align: center !important; font-weight: 600;}
.full {
  height: 100%;
}
header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
  min-height: 64px;
  padding: 10px 60px 15px 60px;
}
header .logo {
  display: inline-block;
  font-size: 50px;
  vertical-align: middle;
  font-weight: 100;
}
header .logo img {
  width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
header .logo .logo-oi {
  width: 60px;
  height: auto;
}
header .user {
  margin-right: 17px;
  float: right;
  text-align: right;
  padding: 12px 0;
  margin-top: 12px;
}
header .user .foto span {
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.content {
  background-color: #1a5c9d;
  padding: 1px 0 0 0;
  height: 100%;
}
.upload {
  width: 600px;
  margin: 0 auto;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 2px dashed rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  transition: 0.2s;
}
.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}
.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px 25px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.file-msg {
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 18px;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-inpu:focus {
  outline: none;
}
.upload button {
  width: 100%;
  border: 0;
  margin-top: 15px;
  color: #fff;
  background-color: rgba(254, 254, 254, 0.1);
  min-height: 56px;
  font-size: 20px;
  border-radius: 8px;
}
button {
  border: 0;
  padding: 11px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}
.blue {
  border: 1px solid #4368a6;
  color: #4368a6;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blue:hover {
  background-color: #4368a6;
  color: #fff;
}
.blue-full {
  background-color: #4368a6;
  color: #fff;
  width: 100%;
}
.green {
  border: 1px solid #7bac5a;
  color: #7bac5a;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.green:hover {
  background-color: #7bac5a;
  color: #fff;
}
.green-full {
  background-color: #7bac5a;
  color: #fff;
  width: 100%;
  min-height: 50px;
  font-weight: 600;
}
.yellow {
  border: 1px solid #E9A510;
  color: #E9A510;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.yellow:hover {
  background-color: #E9A510;
  color: #fff;
}
.red {
  border: 1px solid #FF0004;
  color: #FF0004;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.red:hover {
  background-color: #FF0004;
  color: #fff;
}
.gray {
  background-color: #CF3E06;
  color: #fff;
}
button .speech-bubble {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .4em;
  top: -35px;
  color: #fff;
  font-size: 12px;
  padding: 0 0;
  text-align: center;
  width: 80px;
  left: -20px;
  display: none;
  opacity: 0;
  transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  margin-left: -7px;
}
button .speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-bottom: 0;
  margin-left: -7px;
  margin-bottom: -7px;
}
button:hover .speech-bubble {
  display: block;
  opacity: 1;
}
.box {
  background-color: #fff;
  padding: 60px;
  min-height: 100%;
}
.box table {
  border: 1px solid #ccc;
  font-size: 16px;
}
.box table th {
  padding: 15px;
  background-color: #1a5c9d;
  color: #fff;
  font-weight: 600;
}
.box table th:first-child {
  text-align: left;
}
.box table td {
  padding: 15px;
  text-align: center;
}
.box table td:first-child {
  text-align: left;
}
.box table tr:nth-child(even) td {
  background-color: #efefef;
}
.box table td a {
  font-size: 24px;
  display: inline-block;
  width: 50px;
  border: 1px solid #ccc;
  padding: 5px 0;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #eceff4, #ebedf1, #eaebee, #e9eaec, #e8e8e9);
  color: #1a5c9d;
  text-decoration: none;
}
.box table td .aprovado {
  color: #0a8407;
}
.box table td .rejeitado {
  color: #e72f2f;
}
.box table td .selected {
  background: none;
  border: 0;
  pointer-events: none;
}
.box table td .inative {
  color: #ccc;
  pointer-events: none;
  opacity: 0.5;
}
.box .info {
  padding-bottom: 10px;
}
.box table td a:hover {
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.34);
}
/* PAGINAÇÂO */
.pagination {
  padding: 30px 0 15px 0;
  text-align: center;
}
.pagination ul {
  list-style: none;
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
  border: 1px solid #efefef;
  margin: 0;
  font-size: 13px;
  border-right: 0;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  cursor: not-allowed;
}
.pagination ul li:last-child {
  border-right: 1px solid #efefef;
}
.pagination ul li a {
  display: block;
  text-decoration: none;
  color: #4368a6;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pagination ul li a:hover {
  color: #fff;
  background-color: #4368a6;
}

.filter {padding: 20px; margin-bottom: 30px; border: 1px solid #4368a6; border-radius: 8px; font-size: 30px;}
.filter span {margin: 0 10px; font-size: 18px;}
.filter span label {font-size: 18px; color: #4368a6; font-weight: 600;}
.filter span input {height: 48px; border: 1px solid #ccc; padding: 0 15px; margin: 0 4px; width: 190px;}
.filter span select {height: 48px; border: 1px solid #ccc; padding: 0 15px; margin: 0 4px; width: 190px;}
@media (max-width : 768px) {
  .login form {
    width: 100%;
  }
  .upload {
    width: 100%;
  }
  .upload .file-msg {
    display: none;
  }
  .upload .fake-btn {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}