@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-bold {
	font-weight: bold;
}

.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 {
	font-weight: bold!important;
}

.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;
	font-weight: bold;
}

.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 {
	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 .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%;
}

.label-tag {
	padding: 0.3em 0.6em 0.3em;
	word-wrap: normal;	
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    /*font-weight: 700;
    line-height: 1;*/
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /*border-radius: 0.25em;*/
}

.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-finalizado .btn.colour-finalizado {
	color: #fff;
	background-color: #ccff99;
	border-color: #4cae4c;
}

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

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

.colour-finalizado-dif .btn.colour-finalizado-dif{
	color: #fff;
	background-color: #ccff99;
	border-color: #4cae4c;
}

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

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


.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: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.75);
	border-color: rgba(255, 255, 255, 0.75);
}

.btn.colour-prefirmado:hover:not(.ui-state-disabled ), .btn.colour-prefirmado:focus,
	.btn.colour-prefirmado:active {
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.75);
	border-color: rgba(255, 255, 255, 0.75);
}

.colour-pendientes, .btn.colour-pendientes {
	color: #fff;
	background-color: #03a9f4;
	border-color: #1863FB;
	text-decoration: underline;
}

.label-color.colour-pendientes {
	background-color: transparent;
	color: #03a9f4;
}

.btn.colour-pendientes:hover:not(.ui-state-disabled ), .btn.colour-pendientes:focus,
	.btn.colour-pendientes:active {
	color: #fff;
	background-color: #1863FB;
	border-color: #1863FB;
}

.colour-pendientes-dif, .btn.colour-pendientes-dif {
	color: #fff;
	background-color: #c6d6e9;
	border-color: #1863FB;
}

.label-color.colour-pendientes-dif {
	background-color: transparent;
	color: #03a9f4;
}

.btn.colour-pendientes-dif:hover:not(.ui-state-disabled ), .btn.colour-pendientes-dif:focus,
	.btn.colour-pendientes-dif:active {
	color: #fff;
	background-color: #1863FB;
	border-color: #1863FB;
}

.colour-finished, .btn.colour-finished {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	text-decoration: underline;
}

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

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

.colour-finished-dif, .btn.colour-finished-dif {
	color: #fff;
	background-color: #c5d1b8;
	border-color: #1863FB;
	/*background-color: #449d44;
	border-color: #398439;*/
}

.label-color.colour-finished-dif {
	background-color: transparent;
	color: #03a9f4;
}

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

.colour-prefirmado, .btn.colour-prefirmado {
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.75);
	border-color: rgba(255, 255, 255, 0.75);
}

.btn.colour-prefirmado:hover:not(.ui-state-disabled ), .btn.colour-prefirmado:focus,
	.btn.colour-prefirmado:active {
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.75);
	border-color: rgba(255, 255, 255, 0.75);
}

.btn-modify {
    background-color: #1863FB;
    border-color: #1863FB;
    color: #fff;
}
.btn-modify:hover, .btn-modify:focus, .btn-modify:active {
	background-color: #2580FB;
    border-color: #2580FB;
}

.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;
}

.ui-datatable tbody td:focus {
    outline: none !important; /* Elimina el borde azul */
    box-shadow: none !important; /* Elimina cualquier sombra */
}

.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-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;
	}
	
	.layout-request-info-small-screen {
		display: table-cell;
		width: 100%;
	}
	
	.layout-request-info-big-screen {
		display: none;
	}
	
	.subject-col {
		font-weight: 450;
	    font-size: 17px;
	}
	
	.default-table .check-col{
		width: 50px;
	}
	
	.inbox-table .check-col{
		width: 50px;
	}
	
	.date {
		font-size: 0.8em;	
		font-weight: bold;
	}
	
	.ticket {
		font-weight: 380;
	}
	
	.doc-options .icon-btn{
		left: 2px;
	}
	
	.doc-options-pos {
		
	}
}

@media ( min-width : 992px) {
	.resultlist .signer-status, .resultlist .document-options {
		text-align: right;
	}
	
	.row-disposition {
		height: 40px;
	}
	
	.layout-request-info-small-screen {
		display: none!important;
	}
	
	.layout-request-info-big-screen {

	}
	
	.default-table .check-col{
		width: calc(1.5em + 6px);
	}
	
	.inbox-table .check-col{
		width: calc(1.5em + 6px);
	}
	
	.doc-options .icon-btn{
		left: 2px;
	}
	
	.doc-options-pos {
		
	}
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
}

@media ( max-width : 991px) {
	.report-dialog.ui-dialog {
		font-size: 0.8em;
		width: calc(100vw - 10px)!important;
	}
	
	.row-disposition {
		height: 60px;
	}
	
}

.row-pointer:hover {
	cursor: pointer;
	color: #FFFFFF!important;
    background-color: rgb(0, 154, 90)!important;
    background-image: none!important;
}


.table-design {
	margin-left: 6%;
	width: 88%;
}

.welcome-title {
	text-align: center!important;
}

.welcome-body {
    text-align: justify!important;
    margin-left: 0.8em;
    margin-top: 0.6em;
    margin-right: 0.8em;
    margin-bottom: 0.9em;
}

.errorInfoStyleSmallScreen{
   	margin-right: 50px;
   	margin-left: 50px;
}

.error40xInfoStyleSmallScreen{
   	margin-right: 50px;
   	margin-left: 50px;
}

.inboxInfoStyleSmallScreen{
   	margin-right: 20px;
   	margin-left: 20px;
   	margin-top: 100px;
}

.resultInfoStyleSmallScreen{
   	margin-right: 20px;
   	margin-left: 20px;
   	margin-top: 100px;
}

.signInfoStyleSmallScreen{
   	margin-right: 20px;
   	margin-left: 20px;
   	margin-top: 100px;
}

.signInfoStyleSmallScreenContent {
	padding-top: 5px!important;
	padding-bottom: 0px!important;
	padding-right: 5px!important;
	padding-left: 5px!important;
}

.errorTextStyle {
	font-size: 1.2em;
}

.text-disposition {
	text-align: left;
	font-weight: 300;
}

.row-inbox {
	margin-right: -15px!important;
	margin-left: -15px!important;
}

.ui-datatable .ui-selection-column .ui-chkbox-all {
	visibility: hidden!important;
}

.documents .document-container{
	padding: 12px;
	margin-right: 8px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.8);
/* 	transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s; */
}

.documents .ui-widget-header .document-container{
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 16px;
}

.documents .ui-widget-header .document-container .historic-text{
	overflow-wrap: break-word;
}

.documents .ui-widget-header .document-container .historic-text ul, .documents .ui-widget-header .document-container .historic-text ol{
	padding: 4px;
	margin: 0;
}
.documents .ui-widget-header .document-container .historic-text a{
	text-decoration: underline;
}
.documents .ui-widget-header .document-container .historic-text ul li, .documents .ui-widget-header .document-container .historic-text ol li{
    display: list-item;
    list-style-position: inside;
    padding-left: 20px;
}
.documents .ui-widget-header .document-container .historic-text ul li{
	list-style-type: disc;
}
.documents .ui-widget-header .document-container .historic-text ol li{
	list-style-type: decimal;
}
.documents .ui-widget-header .document-container .historic-text hr{
	margin-top: 5px;
	margin-bottom: 10px;
}
.documents .ui-widget-header .document-container .historic-text p{
	margin: 0;
}
.documents .doc-icon{
	font-size: 2.48em;
	float: left;
	clear: left;
	padding-top: 2px;
	margin-right: 6px;
}
.documents .doc-name{
	font-weight: bold;
	width: calc(100% - 2.48em - 6px - 2.48em - 6px);
	display: inline-block;
}
.documents .doc-type{
	width: calc(100% - 2.48em - 6px - 2.48em - 6px);
	display: inline-block;
}
.documents .doc-download-icon{
	font-size: 2.1em;
	float: right;
	padding-top: 5px;
	margin-left: 6px;
}
.documents .doc-hash{
	font-weight: bold;
}
.documents .ui-datagrid-content{
	padding: 10px;
}
.documents .ui-widget-content , .documents .ui-widget-header{
	text-align:left;
    background-color: rgba(0,0,0,0.3);
    padding: 10px 2px 18px 10px;
    /* background-color: transparent; */
}

.documents .ui-datagrid-header{
	border: 0 none;
}

.big-target-click-zone:hover{
/* 	color: white !important; */
	background-color: #adbbc4 !important;
	background-image: none!important;
	cursor: pointer;
}
.result-icon{
	width: 90%;
    max-width: 300px;
}

#fp-nav{
	display:none!important;
}

.typeCSVsign-dialog{
	padding-bottom: 20px;
}

.typeCSVsign-dialog .typeCSVsign-dialog-radio label {
	display: inline-block;
	margin-top: 17px;
}

.style-message-dialog-confirm .ui-dialog-content{
	text-align: center;
}
.default-table .toggler-col{
	padding: 0;
	width: 0;
}

.documents-containter-unresolved {
	width: 78%;
}

.inbox-table .row-expanded .documents .doc-options {
	font-size: 2em;
	float: right;
	clear: right;
	padding: 2px;
	/*margin-top: 5px!important;*/
	outline: 0;
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 150ms ease;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
}

.simple-table .documents .doc-options {
	font-size: 2em;
	float: right;
	clear: right;
	padding: 2px;
	margin-top: 5px!important;
	outline: 0;
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 150ms ease;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
}

.default-table .row-expanded .documents .doc-options {
	font-size: 2em;
	float: right;
	clear: right;
	padding: 2px;
	/*margin-top: 5px!important;*/
	outline: 0;
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 150ms ease;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
}

.doc-options:hover, .doc-options:focus{
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12), 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
}

/* ESTILOS DE LAS BANDEJAS */
.inbox-table .col{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inbox-table .check-col{
	text-align:center;
	padding: 0;
	padding-left: 6px;
	padding-top: 5px;
}

.inbox-table .subject-col{
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	width: 30%;
}

.inbox-table .date-col{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 15%;
	font-weight: 300;
}

.default-table .col{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.default-table .check-col{
	text-align:center;
	padding: 0;
	padding-left: 6px;
	padding-top: 5px;
}

.default-table .subject-col{
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	width: 30%;
}

.default-table .date-col{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 15%;
	font-weight: 300;
}

.hidden-row {
	visibility: hidden;
}

.retry-button-arrange {
	margin-bottom: 10px;
}

.ui-radiobutton.ui-widget {
    padding-top: 12px!important;
    margin-right: 3px;
}

.tfaMethodSelection {
	margin: 0 auto!important;
}

.tfaMethodSelection td, .tfaMethodSelection th {
	display: inline-flex!important;
	font-size: 0.9em!important;
}

.ui-paginator .btn-sort, .ui-paginator .btn-check{
	float: left;
	padding: 4px;
	font-size: 0.9em;
	margin-right: 3px;
}

.ui-paginator .btn-show-all {
	float: left;
	padding: 4px;
	font-size: 0.9em!important;
	margin-right: 3px;
	color: rgba(255,255,255,.84)!important;
	letter-spacing: normal;
}

.ui-paginator .btn-show-all:hover {
	color: black!important;
}

.ui-paginator .ui-paginator-current .ui-column-title{
	font-weight: bold!important;
}

.card-style {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}

td.selectionDisabled .ui-chkbox{
	display: none;
}

td.selectionDisabled {
	padding-top: 13px!important;
}

.restrictionSigner {
	font-weight:normal;
}

.restrictionSignerInbox {
	font-weight:normal;
}

.restrictionEditableSignerInbox {
	font-weight:normal;
	cursor: pointer;
}

.restrictionSigner.fa-lock:before {
	margin-left: 50px;	
	margin-top: 20px;
}

.guestSignerNameWithRest {
	font-weight: normal;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fa-lock:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

body .ui-input-icon-left, body .ui-input-icon-right {
    position: relative;
}

body .ui-input-icon-right > .ui-inputfield {
    padding-right: 2rem;
}

body .ui-input-icon-right > i:last-of-type {
    right: 1rem;
}
body .ui-input-icon-left > i, body .ui-input-icon-right > i {
    position: absolute;
    top: 50%;
    margin-top: -3%;
}

.pass-icon-other-position ~ i, .pass-icon-other-position ~ i {
    margin-top: -1%!important;
}

body .ui-password .ui-password-icon {
    cursor: pointer;
}

body .ui-password.ui-password-masked .ui-password-icon {
    font-family: 'primeicons' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
}

body .ui-password.ui-password-masked .ui-password-icon:before {
    content: "\e966";
}

body .ui-password.ui-password-unmasked .ui-password-icon {
    font-family: 'primeicons' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
}

body .ui-password.ui-password-unmasked .ui-password-icon:before {
    content: "\e965";
}
