/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1/07/2021, 06:12:18 PM
    Author     : jucaro
*/

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #ccc;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #5FA831;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #3D682D;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

.links a{
    color: #5FA831;
    float: right;
    margin-right: 100px;
}

.fromButton{
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #3D682D;
    color: #fff;
    border-radius: 10px;
    border: none;
}

.fromButton:hover{
    background-color: #5FA831;
}

.form-control{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
}

.form-control.firma{
    width: 400px;
}

body{
    font-family: sans-serif;
    font-size: 16px;
}
.container{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1200px;
}

.header{
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer{
    padding: 10px 0px;
    background-color: #3D682D;
    margin-top: 10px;
    color: #fff;
    position:fixed;
    bottom: 0;
    width: 1200px;
}

.certificado{
    min-height: 400px;
    margin-top: 20px;
    /*display: none;*/
}

.certdoc{
    width: 100%;
    min-height: 400px;
}

#fileuploader .ajax-file-upload{
    background: #3D682D;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: sans-serif;
    font-size: 16px;
    margin: 10px;
}

#fileuploader .ajax-upload-dragdrop{
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 0px;
}