@charset "UTF-8";


@media print {
	body {
		visibility: hidden;
	}
	
	.container {
		position: relative;
		margin: 0mm;
		padding: 0mm;
		top: 15mm;
		left: 20mm;
	}
	.print-container {
		transform: scale(1.5);
	}
	.print-container * {
		visibility: visible;
	}
}

@font-face{
		font-family: barCode;
		font-weight: normal;
   		font-style: normal;
		src: url("../fonts/Code39Azalea.eot");
		src: url("../fonts/Code39Azalea.eot?#iefix") format("embedded-opentype"),
		     url("../fonts/Code39Azalea.woff") format("woff"),
		     url("../fonts/Code39Azalea.ttf") format("truetype"),
		     url("../fonts/Code39Azalea.svg#Code39AzaleaFont") format("svg");
}	

@font-face{
		font-family: heroica;
		font-weight: normal;
   		font-style: normal;
		src: 
			url('../fonts/Heroica-Regular-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Black_Italic-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Black-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Bold_Italic-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Bold-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Light_Italic-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Light-webfont.ttf') format("truetype"),
			url('../fonts/Heroica-Regular_Italic-webfont.ttf') format("truetype");
}	
	

body{
	background-image: url('../img/miniLogoBN.png');
	background-repeat: repeat;
	background-attachment: fixed;
	-webkit-user-select: none;
   	-moz-user-select: none;
   	-ms-user-select:none;
   	user-select:none;
   	font-family: heroica;
   	font-style:normal;
}

body *{
	-webkit-user-select: none;
   	-moz-user-select: none;
   	-ms-user-select:none;
   	user-select:none;
   	font-family: heroica;
   	font-style:normal;
}


textarea{
	resize: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}

/* Firefox */
input[type=number] {
  	appearance: textfield;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition: transform 0.5s ease-in-out;
    transform: translateX(100%);
}

.slide.active {
    transform: translateX(0);
    left: 0;
}

.emphasis{
	background-color: #225897;
	color: rgb(255,255,255);
}

.emphasis-2{
	background-color: #9cbfe8;
	color: rgb(255,255,255);
}

.emphasis-2 hover{
	color: rgb(255,255,255) !important;
}

.bg-gris{
	background-color: #DDDDDD;
}

.azul-marino{
	color: #003575!important;
}

.emphasis-3{
	background-color: rgb(221, 233, 247);
	color: rgb(0, 0, 0)
}

.link{
	color: #2185fe;
	cursor: pointer;
	text-decoration: underline;		
	font-style: italic;
}

.link:hover{
	color: #225897;	
}

.special-link{
	color: #111111;
	cursor: pointer;
	text-decoration: none;		
}

.special-link:hover{
	color: #225897;	
}

.unfocusable:focus {
  	outline: none !important;
    border-color: 0px #fff !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.scrollable {
  overflow-y: scroll;
}

.scrollable-x {
  overflow-x: auto;
}

.scrollable-forced-x {
  overflow-x:auto !important;
}

.tableFixHead {
	overflow: auto !important; 
	height: 65vh !important; 
	border-collapse: separate !important;
}

.tableFixHead thead{
	position: sticky !important;
    border: 1px solid #FFFFFF !important;
	top: 0 !important;
	z-index: 0 !important;
	white-space: nowrap;
}

.tableFixHead tfoot{
	position: sticky !important;
    border: 1px solid #FFFFFF !important;
	bottom: 0 !important;
	z-index: 0 !important;
	white-space: nowrap;
}

.rounded {
    border-radius:10px;
    overflow: hidden;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;    
}


/*------------------------------------
- PAGINACIÓN
------------------------------------*/
.pagination > li > a
{
    background-color: white;
    color: #024764;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #225897;
    background-color: #9cbfe8;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #225897 !Important;
    border: solid 1px #225897 !Important;
}

.pagination > .active > a:hover
{
	color: #9cbfe8;
    background-color: #225897 !Important;
    border: solid 1px #225897;
}



/*------------------------------------
- MENU NAV LINK
------------------------------------*/
.tabs > a
{
    background-color: white !important;
    color: #225897 !important;
    border: solid 1px #ddd !important;
}

.tabs :focus,
.tabs :hover
{
    color: #225897 !important;
    background-color: #9cbfe8 !important;
    border-color: #9cbfe8 !important;
}

.tabs .active
{
    color: white !important;
    background-color: #225897 !Important;
    border: solid 1px #225897 !important;
}

.flag-primary
{
    border-bottom: solid 5px #225897 !important;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.flag-warning
{
    border-bottom: solid 5px gold !important;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.flag-danger
{
    border-bottom: solid 5px red !important;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.flag-success
{
    border-bottom: solid 5px green !important;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.flag-secondary
{
    border-bottom: solid 5px #c0c0c0!important;
    border-bottom-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

.flag-right-primary
{
    border-right: solid 5px #225897 !important;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

.flag-right-warning
{
    border-right: solid 5px gold !important;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

.flag-right-danger
{
    border-right: solid 5px red !important;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

.flag-right-success
{
    border-right: solid 5px green !important;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

.flag-right-secondary
{
    border-right: solid 5px #c0c0c0!important;
    border-bottom-right-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}



/*------------------------------------
- https://lingtalfi.com/bootstrap4-color-generator
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #0b1d33;
    background-color: #9cbfe8;
    border-color: #8bb4e5;
}

.alert-primary hr {
    border-top-color: #76a7e0;
}

.alert-primary .alert-link {
    color: #020509;
}

.badge-primary {
    color: #fff;
    background-color: #225897;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #183f6d;
}

.bg-primary {
    background-color: #225897 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #183f6d !important;
}

.border-primary {
    border-color: #225897 !important;
}

.btn-primary {
    color: #fff;
    background-color: #225897;
    border-color: #225897;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b4779;
    border-color: #183f6d;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 88, 151, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #225897;
    border-color: #225897;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #183f6d;
    border-color: #153860;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 88, 151, 0.5);
}

.btn-outline-primary {
    color: #225897;
    background-color: transparent;
    border-color: #225897;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #225897;
    border-color: #225897;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 88, 151, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #225897;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #225897;
    border-color: #225897;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 88, 151, 0.5);
}

.list-group-item-primary {
    color: #0b1d33;
    background-color: #8bb4e5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0b1d33;
    background-color: #76a7e0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0b1d33;
    border-color: #0b1d33;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #8bb4e5;
}

.table-hover .table-primary:hover {
    background-color: #76a7e0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #76a7e0;
}

.text-primary {
    color: #225897 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #183f6d !important;
}