@font-face {
	font-family: 'Fajardo';
	font-style: normal;
	font-weight: 700;
	src: url('../public/fonts/James_Fajardo.ttf') format('truetype'),
		url('../public/fonts/James_Fajardo.eot');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	src: url('../public/fonts/Open-Sans-regular.eot');
	src: url('../public/fonts/Open-Sans-regular.eot?#iefix')
		format('embedded-opentype'), local('Open Sans'),
		local('Open-Sans-regular'),
		url('../public/fonts/Open-Sans-regular.woff2') format('woff2'),
		url('../public/fonts/Open-Sans-regular.woff') format('woff'),
		url('../public/fonts/Open-Sans-regular.ttf') format('truetype'),
		url('../public/fonts/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: normal;
	src: url('../public/fonts/Open-Sans-700.eot');
	src: url('../public/fonts/Open-Sans-700.eot?#iefix')
		format('embedded-opentype'), local('Open Sans Bold'),
		local('Open-Sans-700'), url('../public/fonts/Open-Sans-700.woff2')
		format('woff2'), url('../public/fonts/Open-Sans-700.woff')
		format('woff'), url('../public/fonts/Open-Sans-700.ttf')
		format('truetype'), url('../public/fonts/Open-Sans-700.svg#OpenSans')
		format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: italic;
	src: url('../public/fonts/Open-Sans-italic.eot');
	src: url('../public/fonts/Open-Sans-italic.eot?#iefix')
		format('embedded-opentype'), local('Open Sans Italic'),
		local('Open-Sans-italic'),
		url('../public/fonts/Open-Sans-italic.woff2') format('woff2'),
		url('../public/fonts/Open-Sans-italic.woff') format('woff'),
		url('../public/fonts/Open-Sans-italic.ttf') format('truetype'),
		url('../public/fonts/Open-Sans-italic.svg#OpenSans') format('svg');
}

body, html {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
}

h1 {
	font-size: 2.5em;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: 10px 0 5px 0;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
	h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 60%;
}

a, a:visited, a:hover, a:focus {
	color: inherit;
	text-decoration: inherit;
}

.required {
	font-weight: bold;
}

.clearfix {
	clear: both;
}

.ellipsis, .text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.nowrap {
	white-space: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.buttons>* {
	margin-right: 4px;
}

.circle {
	border-radius: 50%;
}

.btn.circle {
	padding: 6px;
}

.btn.btn-dark {
	border-color: #111;
	background-color: #444;
	color: #fff;
}

.btn.btn-dark:hover {
	color: #fff;
}

.btn.btn-dark:active {
	border-color: #000;
	background-color: #262626;
}

.report-buttons .ui-widget.btn {
	font-size: 1.2em;
}

#footer {
	padding: 0.7em 0.75em 0.7em 1.45em;
}

#footer-message {
	font-size: 1.2em;
	float: left;
	font-style: italic;
}

#footer-message a:hover {
	text-decoration: underline;
}

#footer-logos {
	float: right;
	width: 240px;
}

.header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 50;
	height: 5em;
	text-align: center;
}

.header #title {
	font: 400 6em/1em 'Fajardo', Helvetica, sans-serif;
}

.header #subtitle {
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	margin-top: -1em;
}

.header #logo-container {
	float: left;
}

.header #logo {
	padding: 4px;
	width: 6em;
	height: 4.5em;
}

.main-content {
	padding: 5em 10px 20px 10px;
	overflow: hidden;
	width: auto;
	min-width: 599px;
}

.default-table .ui-datatable-header {
	border-bottom: none;
}

.default-table thead {
	
}

.default-table tbody {
	color: inherit;
}

.default-table thead th, .default-table thead th.ui-state-default {
	background-color: transparent;
	background-image: none;
	color: inherit;
	text-shadow: none;
	border-style: none;
	cursor: default;
	border-radius: 0;
}

.default-table tr {
	margin: 1px 0 1px 0;
}

.default-table tr.ui-widget-content {
	background-image: none;
	color: inherit;
}

.default-table tr.ui-datatable-selectable:hover {
	cursor: pointer !important;
}

.default-table td {
	border: none !important;
}

.default-table .ui-widget-header {
	background: transparent;
	color: inherit;
}

.default-table .check-col {
	text-align: center;
	padding: 0;
	padding-left: 6px;
	width: 30px;
}

.default-table .check-col .ui-chkbox .ui-chkbox-box {
	height: 20px;
	width: 20px;
}

.default-table .check-col .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check
	{
	background-position: -63px -143px;
}

.default-table .center-col {
	text-align: center;
}

.default-table .tag-col {
	padding: 8px 6px;
}

.big-check .ui-chkbox-box {
	height: 1.5em;
	width: 1.5em;
	transition: border 0s linear 0.2s;
}

.big-check .ui-chkbox-box.ui-state-active {
	border: 0;
}

.big-check .ui-chkbox-box .ui-chkbox-icon {
	background-position: center center;
	background-size: 0 0;
	height: 100%;
	width: 100%;
	transition: background-size 0.2s ease-in 0s;
}

.big-check .ui-chkbox-box .ui-chkbox-icon.ui-icon-blank {
	background-size: 0 0;
	transition: background-size 0.2s ease-in 0s, background-color 0s linear
		0.2s;
}

.big-check .ui-chkbox-box .ui-chkbox-icon.ui-icon-check {
	background-size: 80% 80%;
}

.control-input .big-check {
	padding: 5px 0;
}

.control-input .ui-slider {
	margin-top: 10px;
	width: 17em;
}

.control-input .ui-selectonemenu {
	min-width: 17em;
}

.control-input .ui-selectonemenu .ui-selectonemenu-label {
	width: 100% !important;
}

/* Comento porque falla el fullpage*/
.control-input input, .control-input textarea {
	width: 100%;
}

.control-input input[type='checkbox'] {
	width: auto;
}

.control-input input.hasDatepicker {
	width: auto;
}

.control-input .theme-name {
	width: 17em;
}

.colour-firmado, .btn.colour-firmado {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.label-color.colour-firmado {
	background-color: transparent;
	color: #5cb85c;
}

.btn.colour-firmado:hover:not(.ui-state-disabled ), .btn.colour-firmado:focus,
	.btn.colour-firmado:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.colour-prefirmado, .btn.colour-prefirmado {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn.colour-prefirmado:hover:not(.ui-state-disabled ), .btn.colour-prefirmado:focus,
	.btn.colour-prefirmado:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.colour-vistobueno, .btn.colour-vistobueno {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.label-color.colour-vistobueno {
	background-color: transparent;
	color: #5bc0de;
}

.btn.colour-vistobueno:hover:not(.ui-state-disabled ), .btn.colour-vistobueno:focus,
	.btn.colour-vistobueno:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.inbox-signers-tree.ui-tree .ui-treenode.passlinenode-passed .ui-treenode-content,
	.inbox-signers-tree.ui-tree .ui-treenode[data-nodetype="passline-passed"] .ui-treenode-content
	{
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.colour-rechazado, .btn.colour-rechazado {
	color: #fff;
	background-color: #e78243;
	border-color: #d4753a;
}

.label-color.colour-rechazado {
	background-color: transparent;
	color: #e78243;
}

.btn.colour-rechazado:hover:not(.ui-state-disabled ), .btn.colour-rechazado:focus,
	.btn.colour-rechazado:active {
	color: #fff;
	background-color: #cf743c;
	border-color: #c4723f;
}

.colour-devuelto, .btn.colour-devuelto {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.label-color.colour-devuelto {
	background-color: transparent;
	color: #d9534f;
}

.btn.colour-devuelto:hover:not(.ui-state-disabled ), .btn.colour-devuelto:focus,
	.btn.colour-devuelto:active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.colour-archivado, .btn.colour-archivado {
	color: #fff;
	background-color: #872187;
	border-color: #983298;
}

.label-color.colour-archivado {
	color: #872187;
	background-color: transparent;
}

.btn.colour-archivado:hover, .btn.colour-archivado:focus, .btn.colour-archivado:active
	{
	color: #fff;
	background-color: #660066;
	border-color: #8a257d;
}

.colour-nuevo {
	color: #fff;
	background-color: #2baced;
	border-color: #46b8da;
}

.colour-leido {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.colour-enespera {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.colour-enviadas {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.colour-enproceso {
	color: #fff;
	background-color: #FF00A5;
	border-color: #C4007F;
}

.colour-caducado{
  	color: #fff;
  	background-color: #c9d78e;
  	border-color: #a3ad6d;
}

.sign-type-badge {
	font-size: 0.74em;
	margin-right: 3px;
	padding: 4px;
	border-radius: 20%;
	position: static;
}

.previewTag {
	border-style: solid;
	padding: 0.15em;
	border-width: 1px;
	font-size: 1em;
}

.darkBlueTag {
	color: white;
	border-color: rgb(0, 0, 202);
	background-color: rgb(0, 0, 202);
}

.label-color.darkBlueTag {
	color: rgb(0, 0, 202);
	background-color: transparent;
}

.lightBrownTag {
	color: white;
	border-color: rgb(134, 78, 98);
	background-color: rgb(134, 78, 98);
}

.label-color.lightBrownTag {
	color: rgb(134, 78, 98);
	background-color: transparent;
}

.purpleTag {
	color: white;
	border-color: rgb(81, 40, 162);
	background-color: rgb(81, 40, 162);
}

.label-color.purpleTag {
	color: rgb(81, 40, 162);
	background-color: transparent;
}

.lightBlueTag {
	color: white;
	border-color: rgb(33, 108, 254);
	background-color: rgb(33, 108, 254);
}

.label-color.lightBlueTag {
	color: rgb(33, 108, 254);
	background-color: transparent;
}

.lightGreenTag {
	color: white;
	border-color: rgb(100, 152, 45);
	background-color: rgb(100, 152, 45);
}

.label-color.lightGreenTag {
	color: rgb(100, 152, 45);
	background-color: transparent;
}

.greyTag {
	color: white;
	border-color: rgb(91, 104, 135);
	background-color: rgb(91, 104, 135);
}

.label-color.greyTag {
	color: rgb(91, 104, 135);
	background-color: transparent;
}

.darkGreenTag {
	color: white;
	border-color: rgb(0, 102, 50);
	background-color: rgb(0, 102, 50);
}

.label-color.darkGreenTag {
	color: rgb(0, 102, 50);
	background-color: transparent;
}

.brownTag {
	color: white;
	border-color: rgb(180, 140, 0);
	background-color: rgb(180, 140, 0);
}

.label-color.brownTag {
	color: rgb(180, 140, 0);
	background-color: transparent;
}

.redTag {
	color: white;
	border-color: rgb(205, 0, 0);
	background-color: rgb(205, 0, 0);
}

.label-color.redTag {
	color: rgb(205, 0, 0);
	background-color: transparent;
}

.orangeTag {
	color: white;
	border-color: rgb(236, 112, 0);
	background-color: rgb(236, 112, 0);
}

.label-color.orangeTag {
	color: rgb(236, 112, 0);
	background-color: transparent;
}

.blackTag {
	color: white;
	border-color: black;
	background-color: black;
}

.label-color.blackTag {
	color: black;
	background-color: transparent;
}

.aquaTag {
	color: black;
	border-color: #00ffff;
	background-color: #00ffff;
}

.label-color.aquaTag {
	color: #00ffff;
	background-color: transparent;
}

.beigeTag {
	color: black;
	border-color: black;
	background-color: #f5f5dc;
}

.label-color.beigeTag {
	color: #f5f5dc;
	background-color: transparent;
}

.chocolateTag {
	color: white;
	border-color: #d2691e;
	background-color: #d2691e;
}

.label-color.chocolateTag {
	color: #d2691e;
	background-color: transparent;
}

.coralTag {
	color: white;
	border-color: #ff7f50;
	background-color: #ff7f50;
}

.label-color.coralTag {
	color: #ff7f50;
	background-color: transparent;
}

.cyanTag {
	color: white;
	border-color: #008b8b;
	background-color: #008b8b;
}

.label-color.cyanTag {
	color: #008b8b;
	background-color: transparent;
}

.fuchsiaTag {
	color: black;
	border-color: #ff00ff;
	background-color: #ff00ff;
}

.label-color.fuchsiaTag {
	color: #ff00ff;
	background-color: transparent;
}

.limeTag {
	color: black;
	border-color: #00ff00;
	background-color: #00ff00;
}

.label-color.limeTag {
	color: #00ff00;
	background-color: transparent;
}

.yellowTag {
	color: black;
	border-color: black;
	background-color: #ffff00;
}

.label-color.yellowTag {
	color: #ffff00;
	background-color: transparent;
}

.noColor {
	border-color: black;
	color: inherit;
}

.label-color.noColor {
	color: inherit;
	background-color: transparent;
}

.withBorder {
	border-style: solid;
	border-width: 1px;
}

.default-dialog {
	min-width: 60%;
}

.default-dialog-wide {
	min-width: 80%;
}

.default-dialog.default-dialog-table:not(.ui-dialog-maximized){
	width: 60%!important;
	left: 20%!important;
}

.default-dialog-wide.default-dialog-table:not(.ui-dialog-maximized){
	width: 80%!important;
	left: 10%!important;
}

.upload-dialog {
	width: 60% !important;
	min-width: 480px;
}

.upload-dialog .ui-datatable tbody td {
	border-style: none;
}

.info-msg {
	border: 1px dotted;
	font-size: 1.05em;
	padding: 5px 10px;
	line-height: 1.7;
	display: inline-block;
}

.info-msg-left {
	float: left;
	font-size: 1.7em;
}

.info-msg-right {
	margin-left: 1.7em;
}

.picklist-300 .ui-picklist-list {
	width: 300px;
	max-width: 300px;
}

.picklist-400 .ui-picklist-list {
	width: 400px;
	max-width: 400px;
}

.file-uploader .ui-fileupload-buttonbar.ui-widget-header {
	border: 0 none;
	padding-right: 0;
	padding-left: 0;
}

.file-uploader .ui-fileupload-buttonbar.ui-widget-header .ui-button {
	float: right;
	margin: 0;
}

.file-uploader .ui-fileupload-content.ui-widget-content {
	min-height: 2.4em;
	text-align: right;
}

.file-uploader .ui-fileupload-content.ui-widget-content:before {
	content: attr(data-attr);
	opacity: 0.5;
	color: inherit;
	margin: 0 8px;
}

.file-uploader .ui-fileupload-content.ui-widget-content .ui-fileupload-files
	{
	margin: 0;
}

.form-group .control-checkbox>.ui-chkbox, .form-group .control-checkbox>.checkbox-text
	{
	float: left;
	margin-right: 4px;
}

#code-input-table, #code-field {
	margin: auto;
}

.buttons {
	margin: 10px 0;
}

.buttons.verification-other .btn {
	font-size: 2.5rem;
}

.resultlist {
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	margin-bottom: 20px;
	text-align: left;
}

.resultlist .item {
	border-color: #ddd;
	background-color: #fff;
	color: #444;
	position: relative;
	z-index: 2;
	display: block;
	margin: -1px;
	border-width: 1px;
	border-style: solid;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 8px;
}

.resultlist .item, .signerlist .item h1, .signerlist .item h2,
	.signerlist .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resultlist .item-icon-left {
	padding-left: 54px;
}

.resultlist .item-icon-left .icon, .resultlist .item-icon-right .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: absolute;
	top: 0;
	height: 100%;
	font-size: 32px;
}

.resultlist .item-icon-left .icon {
	left: 11px;
}

.resultlist .item .row {
	padding: 0;
}

@media ( min-width : 992px) {
	.resultlist .item .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.resultlist .item .row .col {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding: 0;
}

.resultlist .signer-name, .resultlist .signer-job, .resultlist .document-name,
	.resultlist .document-type {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.resultlist .signer-cert-status-title {
	font-weight: bold;
	white-space: normal;
	text-align: left;
}

.resultlist .signer-cert-status-detail {
	white-space: normal;
	text-align: left;
}

.resultlist .signer-job, .resultlist .document-type {
	font-size: 0.9em;
}

.resultlist .signer-status {
	font-size: 0.8em;
}

@media ( max-width : 991px) {
	.resultlist .document-name, .resultlist .document-type, .resultlist .document-options
		{
		text-align: center;
	}
	
	.report-dialog.ui-dialog {
		font-size: 0.8em;
		width: calc(100vw - 10px) !important;
	}
	
	.custom-report-text-position {
		text-align: left;
	}
	
	.custom-report-component-position {
		text-align: left;
	}
}

@media ( min-width : 992px) {
	.resultlist .signer-status, .resultlist .document-options {
		text-align: right;
	}
	
	.custom-report-text-position {
		text-align: right;
	}
	
	.custom-report-component-position {
		text-align: left;
	}
}

.resultlist .document-options-links {
	font-size: 1.2em;
}

.resultlist .document-options-links a {
	color: #444444;
}

.resultlist:last-child {
	margin-bottom: 0px;
}

.report-dialog.ui-dialog .ui-dialog-titlebar {
	background: #818f87;
	color: #fff;
}

.alert-info-doc-rectified {
	margin-top: 2%;
}

.results-data {
	padding-left: 8%;
	padding-right: 8%;
}

.ui-toggleswitch-slider:before {
  position: absolute;
  content: "";
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
