

#form1 {
    position: relative;
  clear: both;
margin-bottom: 50px;
margin-top: -10px;
width: 100%;}
  
#form1 {
    width: 1110px;
    display: block;
    margin-left: 120px;
    z-index: 9;
    background: #eff0f2;
    padding: 30px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form2 label {
  font-weight: normal;
  color: #212121; }

.form2 .form-control {
  height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: white;
  border: 1px solid rgba(33, 33, 33, 0.5);
  color: rgba(255, 255, 255, 0.7); 
    border-radius: 2px;
    padding-left: 10px;
}
  
.form2 .form-control:active, .form2 .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: 009ed6; }
  
.form2 .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #757575; }
  
.form2 .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575; }
  
.form2 .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575; }
  
.form2 .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #757575; }

.form2 .form-group {
  margin-bottom: 15px; }
  
.form2 .form-group .form-field {
    position: relative;
    padding: 0;
    margin: 0; }
   
.form2 .form-group .form-field .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      color: #342b60; }
   
.form2 .form-group .form-field .form-control {
      
color: #757575;
}

.form2 textarea.form-control {
  height: inherit;
  resize: vertical; }

.form2 .btn-block {
  margin-top: 28px;
  padding: 12px !important; }













.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 13px !important;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  
.form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8); }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
 
.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }











  .btn3.btn-md {
    padding: 8px 20px !important; }
  .btn3.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn3 {
  background: #342b60;
  color: #fff;
 border: 1px solid #342b60;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

    margin-top: 29px;
    height: 35px;
}
  
.btn3:hover, .btn-primary:focus, .btn-primary:active {
    background: #5f76a8 !important;
    border: 1px solid #5f76a8;
}
  
.btn-primary.btn-outline {
    background: transparent;
    color: #4586FF;
    }
    
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #4586FF;
      color: #fff; }


.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  
.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5f76a8; }




























#containertabela {
   
    
}

#tabela1 {
    border-left: 1px solid #eff0f2;
    border-right: 1px solid #eff0f2;
    border-bottom: none;
    margin-bottom: 0px;
}

.atualizado {
    border-left: 1px solid #eff0f2;
    border-right: 1px solid #eff0f2;
    padding-top: 10px;
    padding-bottom: auto;
    padding-left: 10px;
    height: 70px;
    top: auto;
    
}

.atualizado p {
    position: absolute;
    background-color: #009ed6;
    padding-left: 5px;
   
    color: white;
    border-radius: 3px;
    width: auto;
    padding-right: 5px;
    margin-left: -1px;
}

.titulostabela {
    border: none;
    
}

.linhas {
    
    line-height: 0.3rem;
}

.center {
  text-align: center;
}

.pagination {
  display: inline-block;
    margin-top: 35px;
    margin-bottom: 50px;
}

.pagination li a {
    color: #212121;
    font-size: 15px;
}

.pagination li a.active {
    background-color: #342b60 !important;
    color: #fff !important;
   border-top: 1px solid #342b60;
    border-bottom: 1px solid #342b60;
    border-right: 1px solid #342b60;
    border-left: 1px solid #342b60;
}

.pagination li a.active:hover {
    background-color: #342b60 !important;
    color: #fff !important;
   border-top: 1px solid #342b60;
    border-bottom: 1px solid #342b60;
    border-right: 1px solid #342b60;
    border-left: 1px solid #342b60;
}

.pagination li a:hover {
    color: #212121;
    background-color: #eff0f2;
}


.table-hover tbody tr:hover {
  background-color: #eff0f2;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.table-hover tbody td a {
  color: #009ed6;
}

.table-hover tbody td a:hover {
  text-decoration: underline;
}



.total {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    
    
    padding-right: 10px;
    height: 41px;
   
    background-color: #eff0f2;
}

.total p {
    position: relative;
    float: right;
  padding-top: 7px;
}






.colunavalor {
    float: right;
}



/* --------------------------------------------------------------------- */

.atualizado2 {
    border-left: 1px solid #eff0f2;
    border-right: 1px solid #eff0f2;
    padding-top: 15px;
    
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    top: auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #eff0f2;
    
}


#botaoabrirdetalhes {
    background-color: #342b60;
    border: 1px solid #342b60;
    height: 25px;
    font-size: 12px;
}

#botaoabrirdetalhes:hover {
    background-color: #5f76a8;
    border: 1px solid #5f76a8;
}

.painel {
    margin-bottom: 25px;
}

.ptitulo2 {
     color: #fff;
    background-color: rgba(52, 43, 96);
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
   
    
}

#tabelapaineis {
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;

}

.table tbody td {
    
}


