html {
	font-size: 14px;
}

h1 {
	font-size: 24px;
}

a {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.b-upload__active {
	border: 2px #192421 !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 1 !important;
}

.b-upload__progress, .b-upload__active {
	background: #707070;
}

.b-upload__progress, .b-upload__neutral {
	background: transparent !important;
	border: transparent !important;
}

.simple-form-success .form-control {
	border-color: #5f9500 !important
}

.simple-form-error .form-control {
	border-color: #e84d3d !important
}

.validation-error {
	color: #e84d3d;
	font-size: 80%;
}

.help-block {
	display: block;
	margin-top: 4px;
}

.alert-success:before {
	max-width: 14px;
}

.iosDeviceNote {
	font-size: 12px;
}

.iosDeviceNoteDiv {
	padding: 0px 0px 0px 0px;
}

.image-preview-center {
	margin: 0 auto;
}

.splash {
	text-align: center;
	margin: 10% 0 0 0;
	box-sizing: border-box;
}

.splash .message {
	font-size: 60px;
	line-height: 72px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .message__lower {
	font-size: 60px;
	line-height: 72px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.organization-name {
	padding-top: 12px;
	text-align: center;
	font-size: 1.4em;
}

.lb-lightbox {
	background: #f7f7f7;
	padding: 15px
}

.b-upload__completed {
	background: #f7f7f7;
	overflow-y: scroll;
	height: 546px;
	border: none !important;
}

.page-host.iframe-mode .b-upload__completed {
	overflow: hidden;
	height: auto;
	max-height: inherit;
	border: none;
}

.page-host.iframe-mode .previewDocumentView>.pageNav {
	display: none;
}

.mCustomScrollbar {
	-ms-touch-action: auto;
	touch-action: auto;
}

.page {
	position: relative;
	margin-bottom: 15px;
}

.clientSignaturePanel {
	height: 400px;
	padding: 15px;
}

.bg-grey {
	background: #e6e6e6;
}

.unsigned-signature-zone {
	position: absolute;
	background: #070908;
	border: 1px solid #d9d9d9;
	opacity: 0.6;
	height: 4.7%;
	width: 27%;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.draggable {
	cursor: grab;
}

.btn-cursor {
	cursor: inherit !important;
}

.to-sign {
	cursor: pointer !important;
}

.signature-zone .no-actions {
	cursor: default !important;
}

.noselect {
	cursor: inherit;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.noselect:focus {
	outline: none;
}

.preview-signature-zone {
	max-height: none !important;
	max-width: none !important;
}

.preview-appearance-zone {
	width: 100% !important;
	max-height: none !important;
}

.preview-signature-zone.unsigned-signature-zone {
	background-color: inherit;
}

.unsigned-signature-zone>.row {
	width: 100%;
	height: 100%;
	display: flex;
	font-size: inherit;
}

.unsigned-signature-zone .signer-name {
	color: white;
	padding: 0;
}

.unsigned-signature-zone.btn-free-zone .signer-name {
	white-space: normal;
}

.signature-row>[class^="col-"] {
	margin: 0;
}

.unsigned-signature-zone .signer-name {
	font-size: inherit;
	width: 100%;
	height: 100%;
	padding-left: 0.2vw;
	display: flex;
	align-items: center;
}

.signer-name>.fa, .signer-name>.fa-cloud, .signer-name>.fa-file-text {
	font-size: inherit;
}

.whole-signature {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: inherit;
	margin: 0 0.5vw;
	padding: 0;
}

.whole-signature>.signer-zone {
	padding: 0;
	height: 100%;
	font-size: inherit;
}

.whole-signature>.btn-signer {
	padding: 0px;
	padding-left: 0.5vw;
	height: inherit;
	font-size: inherit;
	display: inline;
}

.unsigned-signature-zone-actions {
	font-size: inherit;
}

.unsigned-signature-zone-actions>.btn-icon.btn-sm {
	height: 100%;
}

.btn-primary {
	color: #fff !important;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #070908;
	border-color: #070908;
}

a.btn-primary:focus, a.btn-primary:visited:focus {
	text-decoration: none;
}

.btn-primary.btn-declined.disabled, .btn-primary.btn-declined:disabled {
	background-color: #e74c3c !important;
	border-color: #e74c3c;
}

.unsigned-signature-zone-actions>.btn-primary.btn-sm {
	font-size: inherit;
	width: auto;
	height: auto;
	padding: 0;
}

.unsigned-signature-zone-actions>.btn>.fa {
	font-size: inherit;
}

.trash-zone {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	font-size: inherit;
}

.trash-zone>.btn-primary.btn-sm {
	height: 100%;
	width: 100%;
	padding-top: 33%;
	padding-bottom: 33%;
	font-size: inherit;
	border: none;
}

.signer-start-drop {
	width: 220px;
	min-height: 52px;
	display: flex;
	align-items: center;
}

.signer-start-drag {
	cursor: grabbing !important;
	max-height: 37pt;
	max-width: 165pt;
}

.dragged {
	position: absolute;
}

.pageImage {
	position: relative;
	width: 100%;
}

.splash .message__medium {
	font-size: 30px;
	line-height: 72px;
}

.pass-rule {
	max-width: 350px;
	margin-bottom: 5px;
}

.popover {
	max-width: none;
}

.datepicker-wrapper .btn-datepicker-cancel {
	width: 48%;
	background: #070908;
	color: #fff;
	border: #070908;
}

.datepicker-wrapper .btn-datepicker-validate {
	width: 50%;
	float: right;
	background: #fff;
	color: #070908 !important;
}

.btn-chromeless, .btn-chromeless:visited {
	border: 1px solid #d9d9d9;
}

.btn-chromeless.active, .btn-chromeless:active, .btn-chromeless:focus,
	.btn-chromeless:hover, .btn-chromeless:visited.active, .btn-chromeless:visited:active,
	.btn-chromeless:visited:focus, .btn-chromeless:visited:hover {
	background-color: rgb(43, 92, 166);
	color: #fff;
}

img.img-phone-small {
	max-width: 25px;
}

img.img-phone-adaptive {
	max-width: 35vw;
}

.heading-3, h3 {
	margin-bottom: 8px;
}

.nice-select .list {
	max-height: 250px;
	overflow: auto;
	overflow-x: hidden;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nice-select.option.focus {
	background-color: #e6e6e6;
	color: #383938;
}

.nice-select .option.focus.selected {
	background-color: #e6e6e6;
	color: #383938;
	font-weight: 600;
}

.nice-select .option.focus.selected:hover {
	background-color: #192421;
	color: #fff;
	font-weight: 600;
}

.nice-select:focus {
	background-color: #192421;
	color: #fff;
	font-weight: 600;
}

.form-standard .form-control {
	height: 32px;
}

.table>tbody>tr>td {
	vertical-align: top;
}

.btn-signer {
	background-color: #028bd3;
	padding-top: 0px;
	color: #FFF;
	text-align: left;
	border-radius: 0px;
	height: 24px;
	font-size: 1rem;
	font-family: 'OpenSans', sans-serif;
}

.signer-table-row {
	height: 24px;
	font-size: 1rem;
}

.btn-signer:hover {
	color: #FFF;
}

.btn-recipient {
	background-color: #028bd3;
	padding-top: 0px;
	color: #FFF;
	text-align: left;
	border-radius: 0px;
	height: 24px;
	font-size: 1rem;
	font-family: 'OpenSans', sans-serif;
}

.btn-recipient:hover {
	color: #FFF;
}

.btn-success, .btn-default-cancel {
	border-radius: 0;
	padding: 8px 8px;
	transition: all .2s linear;
	text-decoration: none;
	text-transform: normal;
	font-size: 14px;
	line-height: 1;
	background-image: none;
	-webkit-filter: none;
	filter: none;
	-webkit-filter: progid: none;
	filter: progid: none;
	background-repeat: no-repeat;
	box-shadow: none;
	text-shadow: none;
}

.btn-icon {
	width: 32px;
	height: 32px;
}

.btn-default-cancel, .btn-default-cancel:visited {
	background-color: #e6e6e6;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #000
}

.btn-default-cancel.active, .btn-default-cancel:active,
	.btn-default-cancel:focus, .btn-default-cancel:hover,
	.btn-default-cancel:visited.active, .btn-default-cancel:visited:active,
	.btn-default-cancel:visited:focus, .btn-default-cancel:visited:hover {
	background-color: #707070;
	background-position: inherit;
	border: 1px solid #d9d9d9;
	box-shadow: none;
	color: #fff
}

.btn-default-docTitle, .btn-default-docTitle:visited {
	background-color: #e6e6e6;
	border: 1px solid #d9d9d9;
	color: #383938;
	border-radius: 0px;
	text-decoration: none;
	height: 32px;
}

.btn-default-docTitle:hover, .btn-default-docTitle:visited:hover {
	background-color: #192421;
	background-position: inherit;
	border: 1px solid #d9d9d9;
	box-shadow: none;
	color: #fff
}

.fa-cloud {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-id-card {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-file-text {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-user-secret {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-user {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.btn-recipients-group .fa-users {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.btn-signed .fa-users {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.ui-sortable-handle .fa-users {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.b-lightbox {
	display: inherit;
	overflow: visible;
}

.intl-tel-input .country-list {
	max-height: 150px !important;
	max-width: 20rem;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

.no-spin {
	-moz-appearance: textfield;
	height: auto !important;
}

.no-arrows::-webkit-inner-spin-button, .no-arrows::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.signature-row {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: auto;
	margin-bottom: auto;
}

.no-padding>[class^="col-"] {
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

.limited-action {
	background-color: #d4d4d4;
}

.limited-action:hover {
	/* 	background-color: Lightslategrey !important; */
	background-color: #d4d4d4 !important;
	filter: brightness(90%) !important;
}

.label-hint {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

.label-full-width {
	display: block;
}

.btn-signed {
	background-color: #96cc36 !important;
	color: white;
}

.btn-to-sign {
	background-color: #ffa500 !important;
	color: white;
	border-color: #ffa500 !important;
}

.btn-delegated-signing {
	background-color: #C9628E !important;
	color: white;
	border-color: #C9628E !important;
}

.btn-recipients-group {
	background-color: #002A64 !important;
	color: white;
	border-color: #002A64 !important;
}

.btn-declined {
	background-color: #e74c3c !important;
	border-color: #e74c3c !important;
	color: white;
}

.btn-initiator {
	padding: 0px;
}

.btn-initiator-declined {
	border: 1px solid #e74c3c;
	background-color: rgba(231, 76, 60, 0.1);
}

.btn-initiator-to-sign {
	border: 1px solid #ffa500;
	background-color: rgba(255, 165, 0, 0.1);
}

.btn-initiator-text-field {
	border: 1px solid #009CAB;
	background-color: rgba(0, 156, 171, 0.1);
}

.btn-initiator-regular {
	border: 1px solid #028bd3;
	background-color: rgba(2, 139, 211, 0.1);
}

.btn-initiator-unassigned {
	background-color: rgba(139, 139, 139, 0.1);
}

.btn-initiator-delegation {
	border: 1px solid #C9628E;
	background-color: rgba(201, 98, 142, 0.1)
}

.btn-initiator-recipients-group {
	border: 1px solid #002A64;
	background-color: rgba(0, 42, 100, 0.1)
}

.btn-initiator-in-person {
	border: 1px solid #9A43CF;
	background-color: rgba(154, 67, 207, 0.1)
}

.btn-annotation {
	border: 1px solid #e2d81e;
	background-color: rgba(226, 216, 30, 0.1);
}
.btn-appearance-preview {
	border: 1px solid #b8b8b8;
}

.btn-default-appearance-preview {
	border: 2px solid #000000;
}

#default-appearance-separator {
	border-top: 2px solid #383938;
}

.fa-times-circle.fa-white {
	font-size: 1rem;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	cursor: pointer;
	z-index: 999;
}

.fa-times-circle.fa-white:before {
	background-color: white;
	border-radius: 50%;
}


.btn-regular-signer {
	background-color: #028bd3 !important;
	border-color: #028bd3 !important;
	color: white;
}

.btn-primary.btn-regular-signer:hover {
	background-color: #2b5ca6 !important;
}

.btn-regular-recipient {
	background-color: #028bd3 !important;
	border-color: #028bd3 !important;
	color: white;
}

.btn-primary.btn-regular-recipient:hover {
	background-color: #2b5ca6 !important;
}

.btn-primary.btn-to-sign:hover {
	background-color: #e19404 !important;
}

.fa-trash-o.btn-to-sign:hover {
	background-color: #e19404 !important;
}

.btn-icon-to-sign:hover {
	background-color: #e19404 !important;
}

.btn-free-zone {
	background-color: #009CAB !important;
	border-color: #009CAB !important;
	color: white;
}

.btn-in-person {
	background-color: #9A43CF !important;
	border-color: #9A43CF !important;
	color: white;
	font-family: FontAwesome, sans-serif;
}

.btn-primary.btn-free-zone:hover {
	background-color: #006978 !important;
}

.btn-approver {
	background-color: #FF6656 !important;
	color: white;
	border-color: #FF6656 !important;
	height: auto;
}

.btn-to-sign.btn-approver {
	background-color: #ffa500 !important;
	color: white;
	border-color: #ffa500 !important;
}

.btn-primary.btn-approver:hover {
	background-color: #CC3323 !important;
}

.btn-unassign-approver.shape-left, .btn-approver.shape-left {
	border-radius : 1rem 0 0 1rem;
}

.btn-unassign-approver.shape-right, .btn-approver.shape-right {
	border-radius : 0 1rem 1rem 0;
}

.btn-unassign-approver.shape-whole, .btn-approver.shape-whole {
	border-radius : 0.25rem;
}

.btn-declined-approver.shape-left, .btn-decline.shape-left {
	border-radius : 1rem 0 0 1rem;
}

.btn-declined-approver.shape-right, .btn-approver.shape-right {
	border-radius : 0 1rem 1rem 0;
}

.btn-declined-approver.shape-whole, .btn-approver.shape-whole {
	border-radius : 0.25rem;
}

.btn-regular-recipient {
	background-color: #028bd3 !important;
	border-color: #028bd3 !important;
	color: white;
}

.btn-primary.btn-regular-recipient:hover {
	background-color: #2b5ca6 !important;
}

.btn-no-action {
	cursor: not-allowed;
	pointer-events: none;
}

.btn-no-cursor {
	cursor: inherit;
}

.btn-icon-signed:hover {
	background-color: #639903 !important;
	background-position: inherit !important;
	border: 1px solid #d9d9d9 !important;
	box-shadow: none !important;
	color: #fff !important;
}

.btn.disabled.btn-events-all {
	pointer-events: all;
}

.btn-unassign {
	background-color: #8B8B8B !important;
	border-color: #8B8B8B !important;
	color: white;
}

.btn-primary.btn-unassign:hover {
	background-color: #585858 !important;
}

/* Styles for mobile and tablets */
@media screen and (max-width: 991px) {
	[class*="col-"] {
		margin-bottom: 5px;
	}
	.btn-mobile-tablet-block {
		width: 100%;
	}
	.btn-mobile-tablet-block>button {
		width: 100%;
	}
	.text-xs-center {
		text-align: center !important;
	}
	.b-upload {
		max-height: 60vh;
	}
	.signature-row>[class^="col-"] {
		margin-bottom: 0;
	}
	.whole-signature>.col-xs-10 {
		margin-bottom: 0;
	}
	.trash-zone {
		margin-bottom: 0;
	}
	
	#documentsTabs .row {
		margin-top: 0px !important;
	}
}

/* Styles for mobile only */
@media screen and (max-width: 767px) {
	.btn-mobile-block {
		width: 100%;
	}
	
	.fa-stack-responsive {
		width: 1em !important;
		height: 1em !important;
		line-height: 1em !important;
	}
	
	.fa-stack-2x-responsive {
	    font-size: 1em !important;
	}
	
	.fa-stack-1x-responsive {
		font-size: 0.75em !important;
		line-height: 1em !important;
	}
}

#add-new-signer-link,
	#add-signer-from-addressBook{
	width: 100%;
}

@media screen and (max-width: 1199px) {
	#add-new-signer-link-template, #add-signer-from-addressBook-template {
		width: 100%;
	}
	.btn-group.btn-full {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	#add-new-signer-link-template, #add-signer-from-addressBook-template {
			min-width: 135px;
	}
	.btn-group.btn-full {
		width: unset;
	}
}

@media screen and (max-width: 480px) {
	.card-body {
		overflow-y: auto;
	}
	.btn-group.btn-full {
		width: 100%;
	}
}

@media screen and (min-width: 480px) {
	#workflowActionInfoEmail {
		max-width: 220px;
		display: inline-block;
		overflow-x: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 480px) {
	#workflowActionInfoEmail {
		max-width: 120px;
		display: inline-block;
		overflow-x: hidden;
		text-overflow: ellipsis;
	}
	.table>tbody>tr:hover {
		background-color: #e6e6e6
	}
	.table>tbody>tr>td {
		border-top: none;
		/*padding: 15px 7.5px;*/
		vertical-align: top;
		height: 60px
	}
}

@media screen and (max-width: 991px) and (orientation:portrait) , screen
	and (max-height: 991px) and (orientation:landscape) {
	.termsOfUse::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.termsOfUse::-webkit-scrollbar:vertical {
		width: 12px;
	}
	.termsOfUse::-webkit-scrollbar:horizontal {
		height: 12px;
	}
	.termsOfUse::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}
	.termsOfUse::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ffffff;
	}
}

.sortable-group {
	background-color: none;
}

.signer-item, .signer-item-final {
	list-style: none;
}

.signer-item .ui-sortable-placeholder {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 24px;
}

.order-step-sortable .step-state-highlight {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
}

.order-step-sortable, .order-step-sortable-final {
	-webkit-padding-start: 0;
	list-style: none;
}

.temporary-drop-zone {
	margin-top: 0;
	margin-bottom: 0;
	background-color: none;
	border: none;
}

.temporary-drop-zone.hover {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: none;
	border-color: #070908;
	border-style: dashed;
	border-width: 2px;
}

.temporary-drop-zone ul {
	height: 5px;
}

.temporary-drop-zone.hover ul {
	height: 30px;
}

_:-ms-lang(x), .ie10up, .ie-height {
	height: 100%;
}

div.step-number div span {
	font-size: x-large;
}

div.step-number div i {
	font-size: large;
}

ul.signer-sortable, ul.signer-sortable-final
	{
	-webkit-padding-start: 0;
}

.step-icon {
	margin-left: -18px;
}

.signer-state-highlight, .step-state-highlight {
	background-color: #070908;
	border: 1px solid #d9d9d9;
	opacity: .25;
}

.table-signatory__step .btn {
	border: none;
}

.table-signatory__name {
	width: 68%;
}

.table-signatory__step {
	width: 7%;
}

.ui-action-started {
	background-color: #070908;
	color: white;
}

.ui-action-done {
	background-color: #96cc36;
	color: white;
}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.order-box {
		overflow: hidden;
	}
}

.action-email-information {
	font-size: 0.8rem;
	line-height: 1rem;
	margin-left: 0.5rem;
	margin-top: -0.5rem;
	font-style: italic;
	height: auto;
}

.action-recipient-email-information {
	font-size: 0.8rem;
	line-height: 1rem;
	margin-top: -0.5rem;
	font-style: italic;
	height: auto;
}

.high-line .btn-signer, .high-line .btn-icon.btn-sm {
	height: 38px;
	padding-top: 2px;
}

.high-line .btn-signer.btn-sm.nbZones, .high-line .btn-icon.btn-sm {
	line-height: 38px;
	padding-top: 0;
	vertical-align: middle;
}

.high-line .btn-signer.btn-sm.nbZones, .high-line a.btn-icon.btn-sm {
	line-height: 35px;
}

.input-selected-file {
	background-color: #070908;
	opacity: 0.6;
}

.table-signatory__cta {
	font-size: 0;
}

.table-signatory__cta .btn:first-child {
	margin-right: 0
}

/* Copy from style.css */
.alert-warning:before, .alert-info:before {
	margin-top: -7px;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 7px;
}

/* End Copy */
.alert-warning:before {
	content: "\f071";
	color: #8a6d3b;
}

.alert-info:before {
	content: "\f05a";
	color: #31708f;
}

.alert-info-no-icon:before {
	margin-top: 0;
	font-family: FontAwesome;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}

#waitingCheck {
	padding-bottom: 15px;
	width: 1vw;
	display: inline;
}

@-webkit-keyframes blueglow {
	from { left:-120px; }
	to { left: 100%; }
}

@-moz-keyframes blueglow {
	from { left:-120px; }
	to { left: 100%; }
}

@-o-keyframes blueglow {
	from { left:-120px; }
	to { left: 100%; }
}

@keyframes blueglow {
	from { left:-120px; }
	to { left: 100%; }
}

.select-file {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

#mobile .intl-tel-input {
	display: block !important;
}

.nbZones {
	padding: 0px 10px 5px 0px;
	text-align: right;
}

.form-standard .form-group-icon>.fa {
	left: inherit;
}

@media screen and (min-width: 992px) {
	.table-desktop {
		display: table;
	}
	.table-cell-desktop {
		display: table-cell;
		float: none;
		vertical-align: middle;
		padding: 0;
		padding-right: 10px;
	}
	.spacer-top-desktop {
		margin-top: 15px;
	}
	.spacer-bottom-md-desktop {
		margin-bottom: 30px;
	}
	.spacer-bottom-announcement-md-desktop {
		margin-bottom: 90px;
	}
	.col-no-padding-force {
		padding: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.table-cell-desktop {
		padding: 0;
	}
}

.paginationContainer {
	height: 100%;
	display: flex;
	align-items: center;
}

.pagination-text {
	font-size: inherit;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination-input {
	max-width: 3em;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination-select {
	display: none;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination-button {
	font-size: large;
	margin-left: 5px;
	margin-right: 5px;
}

.dashboard-title-line {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	display: flex;
	align-items: flex-end;
}

.dashboard-title {
	margin-bottom: 0px;
}

.b-upload__progress_no_color {
	background: inherit;
	border: none;
}

.b-upload__half {
	height: 50vh;
}

.b-upload-big {
	height: 75vh !important;
}

.b-upload-big > .b-upload__center {
	font-size: 72px !important;
}

.b-upload-fit {
	height: inherited !important;
	min-height: unset;
}

@media screen and (min-width: 992px) {
	.client-signature-cancel {
		padding-left: 0.2em;
		padding-right: 0;
	}
	.client-signature-action {
		padding-left: 0;
		padding-right: 0.2em;;
	}
}

@media screen and (max-width: 991px) {
	.client-signature-cancel {
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
	.client-signature-action {
		padding-left: 0.2em;
		padding-right: 0.2em;;
	}
}

.dashboard-nav-bar {
	background-color: #e6e6e6;
	color: white;
}

.dashboard-nav-bar:hover {
	color: white;
}

.icon-selected, .icon-selected:active, .icon-selected:visited,
	.icon-selected:focus {
	background-color: #f7f7f7 !important;
}

.icon-selected {
	color: #ffa500 !important;
}

.dashboard-nav-bar-item {
	cursor: pointer;
	color: #070908;
}

.collapsable .title {
	cursor: pointer;
}

.collapsable .title:before {
	content: "▼";
	display: inline-block;
	transition: transform 0.4ms;
}

.collapsable.collapsed .title:before {
	transform: rotate(-90deg);
}

.collapsable .collapsable-part {
	display: none;
}

.list-signers-steps {
	margin-bottom: 5px;
}

.list-signers-steps-document {
	margin-left: 35px;
}

.list-signers-steps-document.signed {
	color: green;
}

.list-signers-steps-document-zone {
	margin-left: 25px;
}

/* BOOTSTRAP 4.0.0*/
.table>thead>tr>th {
	border-top: none !important;
}

/******* MEDIUM EDITOR OVERRIDE STYLE *********/
.medium-editor-toolbar {
	font-size: inherit !important;
	font-family: inherit !important;
	background-color: #070908 !important;
	border-color: #192421 !important;
}

.medium-editor-toolbar li button {
	padding: 0 !important;
	height: 3vh !important;
	min-width: 3vw !important;
}

.medium-editor-toolbar-always-active {
	visibility: visible !important;
}

.editable {
	padding: 5px;
	outline: 0px solid transparent;
	border-radius: 3px;
}

.editable:not(:focus ) {
	border: 1px solid #070908;
}

.editable:focus {
	border: 1px solid #192421;
}

.medium-editor-placeholder:after {
	color: #999 !important;
	font-size: inherit !important;
	font-family: inherit !important;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder
	{
	color: #999 !important;
	font-size: inherit !important;
	font-family: inherit !important;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder
	{
	color: #999 !important;
	font-size: inherit !important;
	font-family: inherit !important;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder
	{
	color: #999 !important;
	font-size: inherit !important;
	font-family: inherit !important;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder
	{
	color: #999 !important;
	font-size: inherit !important;
	font-family: inherit !important;
}

/* Phone error message display */
.phone-form-group .validation-error {
	display: block;
}

.table-notifications {
	width: 100%;
}

.table-notifications>tbody>tr:not(:last-child ) {
	border-bottom: 1px solid #BBB;
}

.table-notifications__step.icon {
	color: #6e6e6e;
}

.table-notifications__step.name {
	padding: 6px 0;
	line-height: 1.1em;
	color: #474747;
}

.table-notifications__step.name .email {
	font-style: italic;
	font-size: 0.8em;
	color: #757575;
}

.table-notifications__step.buttons {
	text-align: right;
}

.table-notifications__step.buttons .warning {
	color: #6ec6e1;
	line-height: 21px;
	vertical-align: middle;
}

.workflow-notifications-table {
	padding-top: 15px;
}

.workflow-notifications-table-item {
	padding: 5px 8px;
}

.workflow-notifications-table-item .em {
	font-style: normal;
	font-size: 0.9em;
}

.workflow-notifications-table-item .fa {
	color: #6ec6e1;
	padding-right: 6px;
}

.workflow-people-downloaded-document-table {
	padding-top: 15px;
}

.workflow-people-downloaded-document-table-item {
	padding: 5px 8px;
}

.workflow-people-downloaded-document-table-item .em {
	font-style: normal;
	font-size: 0.9em;
}

.workflow-people-downloaded-document-table-item .fa {
	color: #6ec6e1;
	padding-right: 6px;
}

.workflow-delegated-signers-table {
	padding-top: 15px;
}

.workflow-delegated-signers-table-item {
	padding: 0px 5px;
}

.workflow-delegated-signers-table-item .em {
	font-style: normal;
	font-size: 0.9em;
}

.workflow-recipients-group-table {
	padding-top: 15px;
}

.workflow-recipients-group-table-item {
	padding: 0px 5px;
}

.workflow-recipients-group-table-item .em {
	font-style: normal;
	font-size: 0.9em;
}

/***********************************************/
.row-no-side-margin {
	margin-left: 0;
	margin-right: 0;
}

.alert-close {
	text-decoration: none !important;
	right: 0 !important;
	height: 100%;
	color: black !important;
}

.alert.alert-simple {
	width: 100%;
	padding-left: 0.75rem;
}

.badge-primary {
	background-color: #070908;
}

.big-btn {
	font-size: 18px;
	font-weight: bold !important;
	height: 62px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 20px;
}

hr {
	height: 1px;
}

a.btn-success {
	color: #fff;
	text-decoration: inherit;
}

.organizationAccountTxt {
	color: #070908;
	font-weight: bold;
}

.demo-mode-shadowed {
	opacity: 0.5;
	pointer-events: none;
}

.no-pointer-events {
	cursor: default;
}

.revert:after {
	mix-blend-mode: difference;
}

div.plan-usage {
	background-color: #070908;
}

div.plan-usage-75 {
	background-color: #ffa500;
}

div.plan-usage-90 {
	background-color: #e84d3d;
}

span.plan-usage {
	color: #070908;
	font-weight: bold;
}

span.plan-usage-75 {
	color: #ffa500;
	font-weight: bold;
}

span.plan-usage-90 {
	color: #e84d3d;
	font-weight: bold;
}

.add-signer-radio.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.hidden {
	display: none !important;
}

.bootstrap-select>.dropdown-toggle {
	width: 100%;
}

.cuttext-10 {
	padding-right: 22px;
	max-width: 10vw;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cuttext-15 {
	padding-right: 22px;
	max-width: 15vw;
	text-overflow: ellipsis;
	overflow: hidden;
}

[type="radio"].blue-radio {
	vertical-align: middle;
	height: 100%;
}

[type="radio"].blue-radio:checked, [type="radio"].blue-radio:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"].blue-radio:checked+label, [type="radio"].blue-radio:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}

[type="radio"].blue-radio:checked+label:before, [type="radio"].blue-radio:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

[type="radio"].blue-radio:checked+label:after, [type="radio"].blue-radio:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #070908;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"].blue-radio:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"].blue-radio:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

[type="radio"].blue-radio:disabled+label:after {
	background: #707070 !important;
}

a.revert {
	color: inherit;
	transition: all 0s ease 0s;
	text-decoration: none;
}

.group-container {
	box-sizing: unset;
}

.group-dropdown {
	background-color: #f7f7f7;
	color: #383938;
	border: none;
}

.group-dropdown:hover {
	background-color: #f7f7f7;
	color: #383938;
	border: none;
}

.group-dropdown:focus {
	background-color: #f7f7f7 !important;
	color: #383938 !important;
	box-shadow: none;
}

.group-dropdown:active {
	background-color: #f7f7f7 !important;
	color: #383938 !important;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.group-subtitle {
	font-style: italic;
	font-size: 1.2rem;
	padding-right: 5px;
	max-width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.workflow-create-title {
	margin-bottom: 10px;
}

.workflow-create-title+div {
	margin-bottom: 30px;
}

.document-sharing-create-title {
	margin-bottom: 10px;
}

.document-sharing-create-title+div {
	margin-bottom: 30px;
}

.org-select-invisible, .org-select-invisible:hover,
	.org-select-invisible:active, .org-select-invisible:focus,
	.org-select-invisible:after {
	background-color: #fff !important;
	color: #383938 !important;
	font-weight: normal !important;
	border: none;
	line-height: inherit;
	display: table;
}

.org-select-invisible>span.current {
	display: table-cell;
	vertical-align: middle;
}

.org-select-invisible:after {
	top: 15%;
}

.org-select-invisible>ul>li.option {
	padding-right: 0;
}

.div-error {
	border: 1px solid #e84d3d !important;
}

@media ( min-width : 1920px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
	#footer .footer__bar:before {
		left: 16.666667%;
	}
}

@media ( max-width : 1919px) {
	#footer .footer__bar:before {
		left: 8.333333%;
	}
}

.default-font {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.default-font {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.show>.btn-primary.dropdown-toggle {
	background-color: #192421;
}

.nice-select.min-width {
	min-width: 200px;
}

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.signer-mobile-footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f7f7f7;
	z-index: 1;
	padding: 8px 22.5px 23px 7.5px;
}

.decline-reason {
	color: #e74c3c;
	font-weight: bold;
	word-wrap: break-word;
}

.workflow-filter>ul.list {
	max-height: unset;
}

.checked-custom {
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: white;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 0.2rem;
}

.checked-custom-big {
	-webkit-transform: scale(1.5);
	margin-top: 0.8rem !important;
	margin-right: 0.2rem !important;
	border: 1px solid black !important;
}

.checked-custom:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
	visibility: hidden;
	color: #070908;
	top: -5px;
}

.checkbox-custom:checked ~ .checked-custom:after {
	visibility: visible;
}

input[type="checkbox"].checkbox-custom {
	display: none !important;
}

.btn.autowrap {
	white-space: normal;
}

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

.checked-signer-green {
	/* 	font-size: 1.2em; */
	color: #96cc36;
}

.fa-vme {
	display: flex !important;
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
	height: 22px;
	align-items: center;
}

.fa-vme::before {
	width: 1rem;
	height: 1rem;
	background-size: 1rem 1rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-self: center;
	content: ' ';
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' width='343.467' height='382.933' viewBox='0 0 322 359'%3E%3Cpath id='vmeWhite' fill='%23fff' d='M311 260c0 2.31.22 5.63-1.02 7.62-1.5 2.41-7.37 5.31-9.98 6.8l-24 13.86-80 46.14-25 14.43-12 6.74c-4.55 1.57-8.17-1.39-12-3.59l-25-14.42-92-53.16-19-11c-2.43-1.39-6.53-3.36-7.98-5.75C1.78 265.63 2 262.35 2 260V96c.02-9.42 1.26-8.47 15-16.28l43-24.73 69-39.98 19-10.86c2.59-1.47 5.93-3.79 9-3.52 2.45.21 6.75 2.94 9 4.22l17 9.87L248 52c-3.69 6.32-12.75 16.09-17.87 22-2.04 2.35-4.72 6.25-8.13 6.27-2.81.02-13.94-6.92-17-8.69l-33-19-14.58-8.18c-2.63-.54-6.17 2.04-8.42 3.32L129 59.2 60 99.01c-4.19 2.46-18.04 9.6-19.98 13.09-1.22 2.2-1.02 5.43-1.02 7.9v117c.02 10.01.59 8.64 14 16.42l36 20.86 47 27.14c3.55 2.04 16.93 10.35 20 10.52 2.75.15 6.61-2.43 9-3.79l18-10.43 68-39.3c4.49-2.6 18.85-9.68 20.98-13.52 1.22-2.2 1.02-5.43 1.02-7.9v-55c0-2.46-.13-5.7.74-8 1.11-2.94 5.36-7.46 7.53-10l14.6-17c4.14-4.82 9.81-13.02 15.13-16v129zm-8-205.47c13.82 7.85 20.15 27.32 12.67 41.47-4.79 9.08-28.41 35.66-36.4 45l-67.4 79-13.62 16c-9.27 11.07-16 20.33-31.25 22.56-14.07 2.05-25.23-7.79-35-16.28l-49-42.01c-8.11-6.95-21.42-17.15-24.89-27.27-1.4-4.08-1.16-8.72-1.11-13 .21-17.44 15.74-30.97 33-29.91 10.26.63 16.37 5.78 24 11.91l28 23.87 13 11.09c1.79 1.4 3.49 2.94 5.91 2.01 1.95-.75 6.28-6.17 7.82-7.97l17.14-20 59.71-70c9.73-11.43 19.08-25.89 34.42-29.53 7.46-1.04 16.31-.74 23 3.06z'/%3E%3C/svg%3E");
}

.fa-vme-black {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-vme-black::before {
	width: 1.1rem;
	height: 1.1rem;
	background-size: 1.1rem 1.1rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-self: center;
	content: ' ';
	background-image:
		url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' width='3.57778in' height='3.98889in' viewBox='0 0 322 359'%3E %3Cpath id='vmeBlack' fill='black' stroke='black' stroke-width='1' d='M 311.00,260.00 C 311.00,262.31 311.22,265.63 309.98,267.62 308.48,270.03 302.61,272.93 300.00,274.42 300.00,274.42 276.00,288.28 276.00,288.28 276.00,288.28 196.00,334.42 196.00,334.42 196.00,334.42 171.00,348.85 171.00,348.85 171.00,348.85 159.00,355.59 159.00,355.59 154.45,357.16 150.83,354.20 147.00,352.00 147.00,352.00 122.00,337.58 122.00,337.58 122.00,337.58 30.00,284.42 30.00,284.42 30.00,284.42 11.00,273.42 11.00,273.42 8.57,272.03 4.47,270.06 3.02,267.67 1.78,265.63 2.00,262.35 2.00,260.00 2.00,260.00 2.00,96.00 2.00,96.00 2.02,86.58 3.26,87.53 17.00,79.72 17.00,79.72 60.00,54.99 60.00,54.99 60.00,54.99 129.00,15.01 129.00,15.01 129.00,15.01 148.00,4.15 148.00,4.15 150.59,2.68 153.93,0.36 157.00,0.63 159.45,0.84 163.75,3.57 166.00,4.85 166.00,4.85 183.00,14.72 183.00,14.72 183.00,14.72 248.00,52.00 248.00,52.00 244.31,58.32 235.25,68.09 230.13,74.00 228.09,76.35 225.41,80.25 222.00,80.27 219.19,80.29 208.06,73.35 205.00,71.58 205.00,71.58 172.00,52.58 172.00,52.58 172.00,52.58 157.42,44.40 157.42,44.40 154.79,43.86 151.25,46.44 149.00,47.72 149.00,47.72 129.00,59.20 129.00,59.20 129.00,59.20 60.00,99.01 60.00,99.01 55.81,101.47 41.96,108.61 40.02,112.10 38.80,114.30 39.00,117.53 39.00,120.00 39.00,120.00 39.00,237.00 39.00,237.00 39.02,247.01 39.59,245.64 53.00,253.42 53.00,253.42 89.00,274.28 89.00,274.28 89.00,274.28 136.00,301.42 136.00,301.42 139.55,303.46 152.93,311.77 156.00,311.94 158.75,312.09 162.61,309.51 165.00,308.15 165.00,308.15 183.00,297.72 183.00,297.72 183.00,297.72 251.00,258.42 251.00,258.42 255.49,255.82 269.85,248.74 271.98,244.90 273.20,242.70 273.00,239.47 273.00,237.00 273.00,237.00 273.00,182.00 273.00,182.00 273.00,179.54 272.87,176.30 273.74,174.00 274.85,171.06 279.10,166.54 281.27,164.00 281.27,164.00 295.87,147.00 295.87,147.00 300.01,142.18 305.68,133.98 311.00,131.00 311.00,131.00 311.00,260.00 311.00,260.00 Z M 303.00,54.53 C 316.82,62.38 323.15,81.85 315.67,96.00 310.88,105.08 287.26,131.66 279.27,141.00 279.27,141.00 211.87,220.00 211.87,220.00 211.87,220.00 198.25,236.00 198.25,236.00 188.98,247.07 182.25,256.33 167.00,258.56 152.93,260.61 141.77,250.77 132.00,242.28 132.00,242.28 83.00,200.27 83.00,200.27 74.89,193.32 61.58,183.12 58.11,173.00 56.71,168.92 56.95,164.28 57.00,160.00 57.21,142.56 72.74,129.03 90.00,130.09 100.26,130.72 106.37,135.87 114.00,142.00 114.00,142.00 142.00,165.87 142.00,165.87 142.00,165.87 155.00,176.96 155.00,176.96 156.79,178.36 158.49,179.90 160.91,178.97 162.86,178.22 167.19,172.80 168.73,171.00 168.73,171.00 185.87,151.00 185.87,151.00 185.87,151.00 245.58,81.00 245.58,81.00 255.31,69.57 264.66,55.11 280.00,51.47 287.46,50.43 296.31,50.73 303.00,54.53 Z' /%3E %3C/svg%3E ");
}

.fa-certifio-signer {
	display: flex !important;
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
	align-items: center;
	height: 22px;
}

.fa-certifio-signer::before {
	width: 1.1rem;
	height: 1.1rem;
	background-size: 1.1rem 1.1rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-self: center;
	content: ' ';
	background-image: 
		url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 242 166'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D.c%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Crect class='b' y='46' width='47.52' height='73.17'/%3E%3Cg%3E%3Cellipse class='c' cx='106.38' cy='59.41' rx='18.42' ry='22.52'/%3E%3Cpath class='c' d='M142.82,100.35l-26.15-13.25c-2.95,2-6.38,3.22-10.09,3.22-3.97,0-7.66-1.34-10.74-3.62l-26.92,13.65v30.58h73.9v-30.58Z'/%3E%3Cpath class='b' d='M56,166H186V0H56V166ZM135.99,45.76h32.23c1.01,0,1.83,.82,1.83,1.83s-.82,1.83-1.83,1.83h-32.23c-1.01,0-1.83-.82-1.83-1.83s.82-1.83,1.83-1.83Zm0,12.1h32.23c1.01,0,1.83,.82,1.83,1.83s-.82,1.83-1.83,1.83h-32.23c-1.01,0-1.83-.82-1.83-1.83s.82-1.83,1.83-1.83Zm0,12.11h32.23c1.01,0,1.83,.82,1.83,1.83s-.82,1.83-1.83,1.83h-32.23c-1.01,0-1.83-.82-1.83-1.83s.82-1.83,1.83-1.83Zm-29.61-33.08c10.17,0,18.42,10.08,18.42,22.52s-8.25,22.52-18.42,22.52-18.42-10.08-18.42-22.52,8.25-22.52,18.42-22.52Zm-37.46,63.46l26.92-13.65c3.08,2.28,6.77,3.62,10.74,3.62,3.71,0,7.14-1.22,10.09-3.22l26.15,13.25v30.58H68.92v-30.58Z'/%3E%3Crect class='b' x='194.48' y='46' width='47.52' height='73.17'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-certifio-signer-black {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-certifio-signer-black::before {
	width: 1.1rem;
	height: 1.1rem;
	background-size: 1.1rem 1.1rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-self: center;
	content: ' ';
	background-image: 
		url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 242 166'%3E%3Cpath d='M56,166H186V0H56V166ZM135.99,45.76h32.23c1.01,0,1.83,.82,1.83,1.83s-.82,1.83-1.83,1.83h-32.23c-1.01,0-1.83-.82-1.83-1.83s.82-1.83,1.83-1.83Zm0,12.1h32.23c1.01,0,1.83,.82,1.83,1.83s-.82,1.83-1.83,1.83h-32.23c-1.01,0-1.83-.82-1.83-1.83s.82-1.83,1.83-1.83Zm0,12.11h32.23c1.01,0,1.83,.82,1.83,1.83s-.82,1.83-1.83,1.83h-32.23c-1.01,0-1.83-.82-1.83-1.83s.82-1.83,1.83-1.83Zm-29.61-33.08c10.17,0,18.42,10.08,18.42,22.52s-8.25,22.52-18.42,22.52-18.42-10.08-18.42-22.52,8.25-22.52,18.42-22.52Zm-37.46,63.46l26.92-13.65c3.08,2.28,6.77,3.62,10.74,3.62,3.71,0,7.14-1.22,10.09-3.22l26.15,13.25v30.58H68.92v-30.58Z'/%3E%3Crect x='194.48' y='46' width='47.52' height='73.17'/%3E%3Crect y='46' width='47.52' height='73.17'/%3E%3C/svg%3E");
}

.fa-certifio-cloud-signer {
	display: flex !important;
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
	align-items: center;
	height: 22px;
}

.fa-certifio-cloud-signer::before {
	width: 1.1rem;
	height: 1.1rem;
	background-size: 1.1rem 1.1rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-self: center;
	content: ' ';
	background-image: 
		url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 231.65 159.29'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D.c%7Bfill:%23b1b3b6;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M202.64,80.22c-.26-25.49-17.4-46.08-38.55-46.08-5.58,0-10.88,1.47-15.67,3.98C138.96,15.55,119.29,0,96.5,0c-31.97,0-57.89,30.56-57.89,68.27C17.29,68.27,0,88.65,0,113.78s17.29,45.51,38.61,45.51H197.87c18.65,0,33.78-17.81,33.78-39.82,0-20.05-12.63-36.49-29.01-39.25ZM101.42,48.11c9.75,0,17.65,9.66,17.65,21.58s-7.9,21.58-17.65,21.58-17.65-9.66-17.65-21.58,7.9-21.58,17.65-21.58Zm34.91,90.12H65.52v-29.31l25.8-13.08c2.95,2.19,6.48,3.47,10.29,3.47,3.56,0,6.84-1.17,9.67-3.09h0l25.05,12.7v29.31Zm24.36-54.91h-30.89c-.97,0-1.75-.79-1.75-1.76s.79-1.76,1.75-1.76h30.89c.97,0,1.75,.79,1.75,1.76s-.79,1.76-1.75,1.76Zm0-11.61h-30.89c-.97,0-1.75-.79-1.75-1.76s.79-1.76,1.75-1.76h30.89c.97,0,1.75,.79,1.75,1.76s-.79,1.76-1.75,1.76Zm0-11.6h-30.89c-.97,0-1.75-.79-1.75-1.76s.79-1.76,1.75-1.76h30.89c.97,0,1.75,.79,1.75,1.76s-.79,1.76-1.75,1.76Z'/%3E%3Cpolygon class='c' points='111.27 96.22 111.28 96.22 111.28 96.22 111.27 96.22'/%3E%3C/svg%3E");
}

.fa-certifio-cloud-signer-black {
	font-family: FontAwesome, sans-serif;
	font-size: 13px;
}

.fa-certifio-cloud-signer-black::before {
	width: 1.1rem;
	height: 1.1rem;
	background-size: 1.1rem 1.1rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-self: center;
	content: ' ';
	background-image: 
		url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 231.65 159.29'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath d='M202.64,80.22c-.26-25.49-17.4-46.08-38.55-46.08-5.58,0-10.88,1.47-15.67,3.98C138.96,15.55,119.29,0,96.5,0c-31.97,0-57.89,30.56-57.89,68.27C17.29,68.27,0,88.65,0,113.78s17.29,45.51,38.61,45.51H197.87c18.65,0,33.78-17.81,33.78-39.82,0-20.05-12.63-36.49-29.01-39.25ZM101.42,48.11c9.75,0,17.65,9.66,17.65,21.58s-7.9,21.58-17.65,21.58-17.65-9.66-17.65-21.58,7.9-21.58,17.65-21.58Zm34.91,90.12H65.52v-29.31l25.8-13.08c2.95,2.19,6.48,3.47,10.29,3.47,3.56,0,6.84-1.17,9.67-3.09h0l25.05,12.7v29.31Zm24.36-54.91h-30.89c-.97,0-1.75-.79-1.75-1.76s.79-1.76,1.75-1.76h30.89c.97,0,1.75,.79,1.75,1.76s-.79,1.76-1.75,1.76Zm0-11.61h-30.89c-.97,0-1.75-.79-1.75-1.76s.79-1.76,1.75-1.76h30.89c.97,0,1.75,.79,1.75,1.76s-.79,1.76-1.75,1.76Zm0-11.6h-30.89c-.97,0-1.75-.79-1.75-1.76s.79-1.76,1.75-1.76h30.89c.97,0,1.75,.79,1.75,1.76s-.79,1.76-1.75,1.76Z'/%3E%3Cpolygon class='b' points='111.27 96.22 111.28 96.22 111.28 96.22 111.27 96.22'/%3E%3C/svg%3E");
}

.vme-logo-fr {
	background-image: url("/img/verified_me_fr.png");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.vme-logo-en {
	background-image: url("/img/verified_me_en.png");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.table>tbody>tr:hover.no-hover {
	background-color: inherit;
}

.doodle-zone {
	border: 2px solid #444444;
	background-color: white;
}

.doodle-zone-preview {
	border: 1px solid #444444;
	background-color: white;
}

.doodle-dialog {
	width: 75vw;
}

#signature-doodle-canvas-wrap {
	position: relative;
}

#signature-doodle-canvas-placeholder-text {
	position: absolute;
	font-style: italic;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(0, 0, 0, 0.5);
	cursor: default;
	pointer-events: none;
 }

.tosign>.row>.document-menu-col>.dropdown .btn-menu-document:hover {
	background-color: #2b5ca6 !important;
	color: #fff !important;
}

.tosign>.row>.document-menu-col>.dropdown .btn-menu-document {
	background-color: [[application_primary_color]];
	color: #fff !important;
}

.signed>.row>.document-menu-col>.dropdown .btn-menu-document:hover {
	background-color: #639903 !important;
	color: #fff !important;
}

.signed>.row>.document-menu-col>.dropdown .btn-menu-document {
	background-color: #96cc36;
	color: #fff !important;
}

.declined>.row>.document-menu-col>.dropdown .btn-menu-document:hover {
	background-color: #B41909 !important;
	color: #fff !important;
}

.declined>.row>.document-menu-col>.dropdown .btn-menu-document {
	background-color: #e74c3c;
	color: #fff !important;
}

.document-act>.row>.document-menu-col>.dropdown .btn-menu-document:hover {
	background-color: #0F62CF !important;
	color: #fff !important;
}

.document-act>.row>.document-menu-col>.dropdown .btn-menu-document {
	background-color: #0C4DA2;
	color: #fff !important;
}

.document-annex>.row>.document-menu-col>.dropdown .btn-menu-document:hover {
	background-color: #6BC3FF !important;
	color: #fff !important;
}

.document-annex>.row>.document-menu-col>.dropdown .btn-menu-document {
	background-color: #5DA9DD;
	color: #fff !important;
}

.tosign>.row>.document-menu-col>.dropdown .signed>.row>.document-menu-col>.dropdown .declined>.row>.document-menu-col>.dropdown .btn-menu-document:active {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.tosign>.row>.document-menu-col>.dropdown .signed>.row>.document-menu-col>.dropdown .declined>.row>.document-menu-col>.dropdown .btn-menu-document:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.ui-tabs-tab:not(.tosign):not(.signed):not(.declined)>.row>.document-menu-col>.dropdown .btn-menu-document:active {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.ui-tabs-tab:not(.tosign):not(.signed):not(.declined)>.row>.document-menu-col>.dropdown .btn-menu-document:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.ui-tabs-tab:not(.tosign):not(.signed):not(.declined):not(.document-act):not(.document-annex)>.row>.document-menu-col>.dropdown
.btn-menu-document:not(.tosign):not(.signed):not(.declined):not(.document-act):not(.document-annex) {
	background-color: #e6e6e6;
	color: #454545;
}

/* .ui-tabs-tab:not(.tosign)>.row>.document-menu-col>.dropdown .btn-menu-document:hover { */
/* 	background-color: #707070 !important; */
/* 	color: #fff !important; */
/* } */

.btn-menu-hover:hover {
    background-color: #707070 !important;
    color: #fff !important;
}

.custom-dropdown-content {
	height: auto;
	width: auto;
}

.custom-dropdown-content > a {
	text-decoration: none;
	color: #454545;
	padding-left: calc(0.75rem + 0.255em);
}
.dropdown-item:hover {
	background-color: #e6e6e6; 
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #070908;
}

.btn-link.btn-no-decoration {
	color: #383938;
	text-decoration: none;
}

.dropdown-button-icon::after {
	border: none;
	display: flex;
}

@media ( max-width : 575px) {
	.popover-signer-message {
		max-width: 80vw;
	}
}
@media ( min-width : 576px) and (max-width: 1199.98px) {
	.popover-signer-message {
		max-width: 50vw;
	}
}

@media ( min-width : 1200px) {
	.popover-signer-message {
		max-width: 35vw;
	}
}

.popover-body.popover-clear-margin {
	padding: 0 !important;
}

.popover-body blockquote, .text-editor-content blockquote {
  background: #f7f7f7;
  border-left: 4px solid #070908;
  padding-left: 1rem;
}

.signer-messages-popover:hover {
	color: #0056b3;
}

#signer-messages-popover {
	font-size: 2rem;
	padding: 0.25rem;
	line-height: 2rem;
}

.notification-symbol {
	position: absolute;
	top: 0;
	right: 1rem;
	width: 1.25rem;
	height: 1.25rem;
	background-color: red;
	z-index: 10;
	color: white;
	font-weight: bold;
	font-size: 0.75rem;
	cursor: pointer;
	pointer-events: none;
}

.main-background-color {
	background-color: #f7f7f7;
}

.progress-bar{
	background-color: #070908;
}

.cursor-default {
	cursor: default !important;
}

.hide-responsive {
	display: none;
}

@media ( max-width : 575.98px) {
	.hide-responsive {
		display: none;
	}
}

@media ( min-width : 576px) and (max-width: 767.98px) {
	.hide-xs-responsive {
		display: none;
	}
}

@media ( min-width : 768px) and (max-width: 991.98px) {
	.hide-md-responsive {
		display: none;
	}
}

@media ( min-width : 992px) and (max-width: 1199.98px) {
	.hide-lg-responsive {
		display: none;
	}
}

@media ( min-width : 1200px) {
	.hide-xl-responsive {
		display: none;
	}
}

.w-85 {
	width: 85% !important;
}

@media ( min-width : 576px) {
	.w-xs-85 {
		width: 85% !important;
	}
}

@media ( min-width : 768px) {
	.w-md-85 {
		width: 85% !important;
	}
}

@media ( min-width : 992px) {
	.w-lg-85 {
		width: 85% !important;
	}
}

@media ( min-width : 1200px) {
	.w-xl-85 {
		width: 85% !important;
	}
}

.btn-ellipsis-menu {
    background-color: #d4d4d4 !important;
    border-color: #d9d9d900 !important;
}

.btn-ellipsis-menu:hover:not(.disabled) {
	background-color: #707070 !important;
}

.disabled.btn-ellipsis-menu:hover {
	background-color: inherit !important;
	color: inherit !important;
}

.fa-gavel {
	font-family: FontAwesome, sans-serif;
    font-size: 13px
}

.diamond {
    width: 120px;
    height: 120px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 1rem 0 0.2rem 2rem;
}

.diamond-shape {
	background: #fff;
	height: 60px;
	text-align: center;
	transform: rotate(45deg);
	width: 60px;
}

.item-count {
	color: #333;
	display: table-cell;
	height: 60px;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 60px;
}

.doodle-spinner {
	height: 37pt !important;
	min-height: 37pt;
	padding: 0;
	background-color: #f7f7f7;
	border: none;
}

.spinner-auto {
	min-height: 0px !important;
	padding: 0px;
	border: none;
}

.ui-icon-gripsmall-diagonal-se {
	z-index: 95 !important;
	right: -5px !important;
	bottom: -5px !important;
}

.ui-icon-gripsmall-diagonal-se:before {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 40% !important;
	height: 50% !important;
	width: 50% !important;
	border: 1px solid black !important;
	border-radius: 50% !important;
	background: white !important;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-error .tooltipster-box {
	background: #e74c3c;
	border: 1px solid #e74c3c;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-error .tooltipster-content {
	color: white;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-error .tooltipster-arrow-border {
	border-top-color: #e74c3c;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-error .tooltipster-arrow-background {
	border-top-color: #e74c3c;
}

.btn.fake {
	color: transparent;
	background: transparent;
	border: transparent;
	cursor: inherit;
}

.form-control-no-validation {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-standard .form-control-no-validation {
    height: 32px;
}

.form-standard .form-control-no-validation {
    border-color: #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    color: #383938;
    height: 32px;
    padding: 6px;
}

.form-control-no-validation:disabled, .form-control-no-validation[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.table-container-overflow {
	width: 100%; 
	height: 100%; 
	overflow: auto;
}

.annotation-zone {
	cursor: pointer;
}

.annotation {
	color:#e2d81e;
}

.annotation-popover-header {
	background-color: #ffff99;
	border-bottom: none;
}

.annotation-popover-body{
	background-color: #ffff99;
	border-bottom: none;
}

.bs-popover-right > .annotation-popover-arrow:after, .bs-popover-auto[x-placement^="right"] > .annotation-popover-arrow:after {
	border-right-color: #ffff99 !important;
}

.bs-popover-bottom > .annotation-popover-arrow:after, .bs-popover-auto[x-placement^="bottom"] > .annotation-popover-arrow:after {
	border-bottom-color: #ffff99 !important;
}

.bs-popover-top > .annotation-popover-arrow:after, .bs-popover-auto[x-placement^="top"] > .annotation-popover-arrow:after {
	border-top-color: #ffff99 !important;
}

.bs-popover-left > .annotation-popover-arrow:after, .bs-popover-auto[x-placement^="left"] > .annotation-popover-arrow:after {
	border-left-color: #ffff99 !important;
}

.annotation-status-btn {
	border-radius: 1em;
    background-color: #E6E680 !important;
    border: none;
}

.annotation-status-btn:hover {
    background-color: #CCCC66 !important;
    border: none;
}

.editable-invalid {
    border-color: #e84d3d !important;
}

.editable-valid {
	border-color: #5f9500 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.line-height-auto {
	line-height: 1em;
}

.td-vertical-middle > td {
	vertical-align: middle;
}

.tableFixHead thead th { 
	position: sticky; 
	top: 0;
	background-color: #f7f7f7; 
	border-bottom: none; 
	
}

.tableFixHead th:after{
    content:'';
    position:absolute;
    left: 0;
    bottom: 0;
    width:100%;
    border-bottom: 2px solid #96cc36;
}

/* a.disabled { */
/*   pointer-events: none; */
/*   cursor: not-allowed; */
/* } */

/* a.disabled:hover { */
/*   cursor: not-allowed; */
/* } */

.not-allowed, .not-allowed:hover {
	cursor: not-allowed;
}

.not-allowed-all:hover *{
	cursor: not-allowed !important;
}


.popover-annotation {
	max-width: 50vw !important;
	max-height: 25vh !important;
	overflow: auto;
}

.font-inherit {
	font-size: inherit !important;
	font: inherit !important;
	color: inherit !important;
}

a.help-button {
	font-size: 13px;
	text-decoration: none;
	width: 23px;
	height: 23px;
	background-color: #e6e6e6;
	border-radius: 29px;
	margin: 14px 11px;
	text-align: center;
	line-height: 23px;
	color: #353735;
	font-weight: lighter;
}
a.help-button:hover {
	background-color: #c5c5c5;
}
span.help-button {
	font-size: 13px;
	text-decoration: none;
	width: 23px;
	height: 23px;
	background-color: #e6e6e6;
	border-radius: 29px;
	margin: 14px 11px;
	text-align: center;
	line-height: 23px;
	color: #028bd3;
	font-weight: lighter;
}
span.help-button:hover {
	background-color: #c5c5c5;
}

.quickstart-tuto.help-button:hover {
	cursor: default;
}

.tutorial-dialog {
	padding: 10px;
}
.tutorial-dialog h2 {
	padding: 10px 0;
	font-size: 22px;
}
.tutorial-dialog .card {
	padding: 22px 0;
	transition: all 0.2s;
}
.tutorial-dialog .card:hover {
	background-color: #efefef;
	border: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.tutorial-dialog .no-card-action.card:hover {
	border: inherit;
	cursor: inherit;
}

.tutorial-dialog .card .fa {
	font-size: 50px;
	width: 50px;
	margin: 8px 0;
	color: #070908;
}
.tutorial-dialog .card:hover .fa {
	color: #192421;
}

.tutorial-dialog .no-card-action.card:hover .fa {
	color: #070908;
}

.tutorial-dialog .skip-tutorial {
	vertical-align: middle;
	margin-right: 6px;
}

.btn-simple {
	color: #5E5E5E;
}

.btn-simple:focus {
	box-shadow: none;
}

.btn-simple:hover {
	color: #2B2B2B;
	background-color: #dedede;
}

.letterIndex {
	background-color: #070908;
}

/* Dropdown Button */
.dropbtn {
	color: #070908;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	color: #192421;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #192421;
}

.btn .dropdown-icon-2lines {
	position: absolute;
	vertical-align: middle;
	line-height: 26px;
}
.btn .dropdown-text-2lines {
	display: inline-block;
	margin-left: 22px;
}
.dropdown-2lines{
	height: 44px;
}

.contact-owner-type {
	color: #070908;
}

.filterContactScope.all .filtre-user, .filterContactScope.user .filtre-user,
	.filterContactScope.all .filtre-org, .filterContactScope.org .filtre-org {
	background-color: #070908;
}

input:checked+.slider {
	background-color: #070908;
}

input:focus+.slider {
	box-shadow: 0 0 1px #070908;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.checked-custom {
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: white;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 0.2rem;
}

.checked-custom:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: normal;
	position: relative;
	visibility: hidden;
	color: #070908;
	top: -5px;
}

.checkbox-custom:checked ~ .checked-custom:after {
	visibility: visible;
}

input[type="checkbox"].checkbox-custom {
	display: none !important;
}

.coc-tutorial-background {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1001 !important;
	background: rgba(0,0,0,0.1) !important;
}

div.hopscotch-bubble {
	border: none !important;
	box-shadow: none !important;
}

div.hopscotch-bubble.animated {
	-webkit-animation-duration: 0.3s !important;
	-moz-animation-duration: 0.3s !important;
	-ms-animation-duration: 0.3s !important;
	-o-animation-duration: 0.3s !important;
	animation-duration: 0.3s !important;
}

div.hopscotch-bubble .hopscotch-bubble-content {
	margin: 0 20px 0 30px !important;
}

div.hopscotch-bubble .hopscotch-content {
	font-size: 1.1em !important;
	line-height: 1.3em !important;
	padding-top: 4px !important;
}

div.hopscotch-bubble .hopscotch-bubble-number{
	background: #96cc36 !important;
	border-radius: 40px !important;
	padding: 0 !important;
	margin: -5px 8px 0 -8px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
	border-right-color: #d9d9d9 !important;
	left: 5px !important;
	position: relative !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
	border-bottom-color: #d9d9d9 !important;
	top: 5px !important;
	position: relative !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
	border-top-color: #d9d9d9 !important;
	top: -5px !important;
	position: relative !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
	border-left-color: #d9d9d9 !important;
	left: -5px !important;
	position: relative !important;
}

div.hopscotch-bubble .hopscotch-nav-button {
	background-color: #070908 !important;
	background-image: none !important;
	color: #fff !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	transition: all .2s linear !important;
	font-weight: normal !important;
	font-size: 14px !important;
	padding: 8px 14px !important;
	line-height: 1 !important;
	height: auto !important;
}

div.hopscotch-bubble .hopscotch-nav-button:hover {
	background-color: #192421 !important;
	background-image: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-close {
	font: normal normal normal 14px/1 FontAwesome !important;
	background: none !important;
	text-decoration: none !important;
	font-size: 0px !important;
	text-indent: 0 !important;
	top: 11px !important;
	right: 7px !important;
}

div.hopscotch-bubble .hopscotch-bubble-close:before {
	content: "\f00d" !important;
	font-size: 22px !important;
	display: block !important;
	text-align: center !important;
	text-decoration: none !important;
	color: #383938 !important;
	position: absolute !important;
	top: 0 !important;
	right: 3px !important;
}

.aut-sort:before {
	font-family: FontAwesome, sans-serif;
	padding-right: 0.5em;
	width: 1.28571429em;
	display: inline-block;
	text-align: center;
}

.aut-sortable:before {
	content: "\f0dc";
}

.aut-asc:before {
	content: "\f160";
}

.aut-desc:before {
	content: "\f161";
}

.ellipsis {
	max-width: 15vw;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #070908;
}

input:focus+.slider {
	box-shadow: 0 0 1px #070908;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 30px;
}

.slider.round:before {
	border-radius: 50%;
}

.permission {
	margin-bottom: 32px;
	margin-left: 7px;
	vertical-align: middle;
}

.role {
	margin-top: 5px;
	margin-left: 7px;
	vertical-align: top;
}

.badge-pending {
	color: #fff;
	background-color: #ffa500;
}

.badge-refused {
	color: #fff;
	background-color: #e84d3d;
}

.currentUser {
	font-weight: bolder;
}

.badge-role{
	margin-bottom: 0; 
	margin-top:.4rem;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
}

.role-goup{
	max-height: 45vh; 
	overflow: auto !important; 
	padding-top: 10px;
}


#progressModalCapi{
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 25px;
}

.loaderNts {
	height:12px;
	border:1px solid #bbb;
	border-radius:0px;
	position:relative;
	overflow:hidden;
	background: #E6E6E6;
	margin:5px;
}
.loaderNts:after {
	content: " ";
	display:block;
	width:120px;
	top:-50%;
	height:250%;
	position:absolute;
	animation: blueglow 10s linear infinite;
	-webkit-animation: blueglow 10s linear infinite;
	z-index:2;
	background: #0044cc;
}

.loaderNts.quick:after {
	animation: blueglow 5s linear infinite;
	-webkit-animation: blueglow 5s linear infinite;
	background: #192421;
}

.bubbles {
	background-image: url("/img/bubbles.jpg");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
}

.primary-color {
	color: #070908;
}

.secondary-color {
	color: #192421;
}

.font-color{
	color: #028bd3;
}

.custom-button-default:focus {
	color: black;
	background-color: transparent;
}

.custom-button-default.active, .custom-button-default:active,
	.custom-button-default:hover {
    background-color: #707070 !important;
    color: #fff !important;
}

.appearances-zone {
	overflow-x: hidden;
	overflow-y: auto;
	/* max-height: 50%; */
}
.signature-appearance {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	clear: left;
}
.signature-appearance .actions {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.signature-appearance:hover .actions {
	display: block;
}

#uploadsolodocumentview {
	background: #e6e6e6 !important;
	border: none;
}

#uploadsolodocumentview.b-upload__lg {
	height: 623px;
}

span.disabled-input {
    background-color: #e9ecef;
    opacity: 1;
}

div.auto-complete .list-group {
    position: absolute;
    z-index: 999;
    width: auto;
    max-height: calc((3em + 2px) * 5);
    overflow-y: auto; 
}

div.auto-complete .list-group .list-group-item:hover {
	background-color: #192421 !important;
}

.fa-1x5 {
    font-size: 1.5em;
}

.primary-text-color {
	color: #070908 !important;
}

.primary-text-color:hover {
	color: #192421 !important;
}

.display-webkit-scrollbar::-webkit-scrollbar {
	-webkit-appearance: none;
}

.display-webkit-scrollbar::-webkit-scrollbar:vertical {
	width: 12px;
}

.display-webkit-scrollbar::-webkit-scrollbar:horizontal {
	height: 12px;
}

.display-webkit-scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

.display-webkit-scrollbar::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

.custom-signature-list {
	background-color: #e6e6e6;
}

.mh-50 {
	max-height: 50% !important;
}

.color-red {
	color: #e74c3c;
}

.btn-help {
	border-radius: 0;
	background-color:  #e6e6e6;
	font-size: 1rem;
	color: #070908;
}

.btn-help:hover {
	background-color:  #707070;
	color: #fff;
}

.btn-help > .btn-help-icon {
	color: #070908;
	border: 1px solid #fff;
	background-color: #fff;
	line-height: 1.2em;
	width: 1.5em;
}

div.background-primary-color {
	color: #fff;
	background-color: #070908;
}

div.background-primary-black {
	color: #fff;
	background-color: #000000;
}

.mvh-25 {
	max-height: 25vh !important;
}
.mvh-50 {
	max-height: 50vh !important;
}

.allow-saml-login > div:first-child {
 width:0%;
}

.col-control-no-label {
	padding-top: 2rem; /* label line-height 1.5 rem + padding bottom label 0.5rem */
}

.error-message {
	font-size: 2rem;
}

#signature-list {
	background-color: rgba(0, 0, 0, 0);
	color: #383938;
}

#signature-list.nice-select:after {
	color: #383938;
}

#signature-list.selected {
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size: 13px;
}

.option.signature-list-item {
	background-color: #FFF;
	color: #383938;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	font-size: 13px;
}

.option.signature-list-item:hover {
	background-color: #e6e6e6;
	color: #383938;
}

.option.signature-list-item.focus {
	background-color: #e6e6e6;
	color: #383938;
}

.option.signature-list-item.focus.selected {
	background-color: #FFF;
	color: #383938;
}

.option.signature-list-item.focus.selected:hover {
	background-color: #e6e6e6;
	color: #383938;
}

.tag-list-dropdown-button {
	font-size: 0.8em;
	border-radius: 0px;
}

.tag-list-dropdown-button:focus {
	outline: 0;
	box-shadow: none;
}

.cnq-radio-buttons {
	font-size: 11px;
}

.cnq-radio-buttons [type="radio"].blue-radio+label {
	padding-left: 20px;
}

.cnq-radio-buttons [type="radio"].blue-radio+label:before {
	top: 3px !important;
	width: 12px;
	height: 12px;
}

.cnq-radio-buttons [type="radio"].blue-radio+label:after {
	width: 8px;
	height: 8px;
	top: 5px;
	left: 2px;
}

.tag-list {
	font-weight: 600;
	font-size: 0.8em;
}

.tag-list-dropdown-button {
	font-weight: 600;
	font-size: 1.0em;
	border: 0;
}

.tags-list-dropdown-content {
	margin-left: 15px;
	font-size: 1.2em;
}

.tag-list-dropdown-button::after {
	margin-left: 0.5em;
	font-size: 1.2em;
	vertical-align: 0.1em;
}

#tagsListDropdownBtn_technologyBasedNotarialAct {
	color: #608028;
}

#tagsListDropdownBtn_other {
	color: #383938;
}

#tagsListDropdownBtn_notDetermined {
	color: #C24D3D;
}

#tagsListDropdownBtn_trueAuthenticCopy {
	color:#51579E;
}

.clickable:hover {
	cursor: pointer;
}

.upsell-dialog-title {
	font-size: 21px;
}

.user-edit-cut-text-15 {
	max-width: 15vw;
}

.table-header-no-padding-left th {
	padding-left: 0;
}

.signature-org-text li button {
	font-size: 10px !important;
	height: 25px !important;
	min-width: 50px !important;
}

.max-width-300 {
	max-width:300px !important;
}

#delegatedSigners-list {
	max-height: 35vh;
}

.table-layout-fixed {
	table-layout: fixed;
}

.recipients-group-dialog .description {
	font-size: 13px;
}

.recipients-group-dialog .group-name {
	font-size: 12px;
}

.recipients-group-summary-dialog .group-name {
	font-size: 12px;
}

.recipients-group-name-input {
	width: 250px;
}

.inline-block-top {
	display: inline-block;
	vertical-align: top;
}

.required-fields {
	font-weight: bold;
	color: #e84d3d;
	font-size: 80%;
}

.color-black {
	color: #000000;
}

.consigno-solo-using {
	margin-left: 15px;
	margin-right: 15px;
}

#document-list-title {
	margin-top: 5px;
}

.checkbox-hidden-ml {
	margin-left: 2.1em;
}

#input-generic-nature::placeholder {
	font-style: italic;
}

#natures-badge {
	font-size: 1.1em;
}

#natures-select-or {
	height: 8vh;
}
