@import "bootstrap.css";

/* CSS General */
* {
	font-family: Arial, sans-serif;
	outline: none;
	-webkit-print-color-adjust: exact !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
nav.navbar, .sidebar, main, .main-menu, .modal-backdrop.show {
	display: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
h1 {
    display: inline-block;
    color: #545454;
    font-size: 30px;
    padding-bottom: 10px;
}
table {
    font-size: 100%;
}
table.table td.actions > a {
	padding: 0 3px;
	margin: 0 3px;
	cursor: pointer;
}
table.table th, table.table td {
	line-height: 100%;
	padding: 5px;
}
table.head {
    width: 100%;
}
table.head img {
    max-height: 80px;
}
table.head h2 {
    font-size: 200%;
}

/* Credencial 9.3 x 5.9 cm y Foto 2.5 x 3 cm (tamaño infantil) / Proporcion 1.29 */
.credencial {
    float: left;
    width: 12cm;
    height: 8.5cm;
    text-align: left;
    padding-top: 2.5cm;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #000;
    margin: 10px;
    background-size: cover;
    page-break-inside: avoid;
}
.credencial > .row {
    margin: 0;
}
.credencial h5 {
    color: #888;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 1px;
}
.credencial p {
    color: #000;
    margin: 0 0 5px;
}
.credencial .foto {
    width: 3.15cm;
    height: 3.8cm;
    margin-left: 8px;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
}
.credencial .firma {
    font-size: 80%;
    text-align: center;
    margin-top: 1cm;
    padding: 5px 5px 0;
    font-weight: bold;
    border-top: 1px solid #000;
}
.credencial .firma span {
    font-weight: normal;
}
.credencial .firma2 {
    height: 1.8cm;
    text-align: center;
    padding: 5px;
    border: 1px solid #000;
    background-color: #fff;
}
.credencial .firma2 i {
    font-size: 50%;
    font-style: normal;
    font-weight: bold;
}
.credencial .firma2 span {
    display: block;
    margin-top: 10px;
}