@font-face {
    font-family: 'Lato Hairline';
    src: url('fonts/Lato/lato-hairline.eot');
    src: url('fonts/Lato/lato-hairline.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato/lato-hairline.woff2') format('woff2'),
         url('fonts/Lato/lato-hairline.woff') format('woff'),
         url('fonts/Lato/lato-hairline.ttf') format('truetype'),
         url('fonts/Lato/lato-hairline.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Black';
    src: url('fonts/Lato/lato-black.eot');
    src: url('fonts/Lato/lato-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato/lato-black.woff2') format('woff2'),
         url('fonts/Lato/lato-black.woff') format('woff'),
         url('fonts/Lato/lato-black.ttf') format('truetype'),
         url('fonts/Lato/lato-black.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Bold';
    src: url('fonts/Lato/lato-bold.eot');
    src: url('fonts/Lato/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato/lato-bold.woff2') format('woff2'),
         url('fonts/Lato/lato-bold.woff') format('woff'),
         url('fonts/Lato/lato-bold.ttf') format('truetype'),
         url('fonts/Lato/lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Lato Light';
    src: url('fonts/Lato/lato-light.eot');
    src: url('fonts/Lato/lato-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato/lato-light.woff2') format('woff2'),
         url('fonts/Lato/lato-light.woff') format('woff'),
         url('fonts/Lato/lato-light.ttf') format('truetype'),
         url('fonts/Lato/lato-light.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}.oauth-login-frame {
    border: 0 none;
    width: 100%;
    min-height: 350px;
}
.sig-panel {
	width: 800px;
	margin: auto;
}

.modal .sig-panel {
	margin: 5px;
	width: auto;
}

.sig-modal .modal-footer {
	display: none;
	visibility: hidden;
}

.nowrap {
	white-space: nowrap;
}

.sig-message {
	display: block;
	margin: 15px 5px;
}

.sig-documents > ul {
	margin: 5px 15px;
}

.sig-documents .sig-radio-group label {
	font-weight: normal;
}

.sig-documents .sig-radio-group input[type="radio"] {
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 100%;
}

.sig-documents .list-group-item {
	min-width: 200px;
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.sig-documents .radio-list {
	margin-top: 5px;
}

.sig-documents .radio-list.btn-group {
	display: table;
	width: 100%;
}

.sig-documents .radio-list .btn {
	float: none;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 0 none;
}

.sig-documents .radio-list .btn-reject.btn-success {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.sig-document-name {
	margin-left: 5px;
}

.sig-document-comment {
	margin-left: 20px;
}

.sig-disclaimer {
	margin: 15px 5px;
	text-align: center;
	font-style: italic;
}

.sig-form-group {
	position: relative;
}

.sig-form-group .btn-clear {
	position: absolute;
	right: 0;
	top: 0;
}

.sig-canvas-container {
	width: 512px;
	vertical-align: bottom !important;
}

.bg-canvas {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.sig-canvas {
    border-radius: 5px 5px 0 0;
    border: 1px solid var(--st-color-border);
    width: 100%;
    height: 150px;
}

.sig-content .error {
	border: 1px solid #cc0000;
	border-radius: 5px;
	position: relative;
}

.sig-content .error > .error-indicator {
	cursor: pointer;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	border-top: 20px solid red;
	border-left: 20px solid transparent;
}

.sig-content .error > .error-indicator > span {
	position: absolute;
	right: 3px;
	top: -24px;
	color: white;
}

.sig-form-group:not(.error) > .error-indicator,
.sig-documents li:not(.error) > .error-indicator {
	display: none;
	visibility: hidden;
}

.sig-documents li .sig-doc-reason {
	overflow: hidden;
	max-height: 100px;
	transition: max-height linear 0.25s 0.25s;
}

.sig-documents li:not(.rejected) .sig-doc-reason {
	max-height: 0;
}

.form-control.sig-text {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.sig-panel {
		width: auto;
		min-width: 575px;
	}

	.sig-documents ul {
		display: block;
		margin: 0;
		width: 100%;
	}

	.sig-documents li {
		display: block;
		margin: 0;
	}

	.sig-content,
	.sig-documents,
	.sig-canvas-container {
		display: block !important;
		margin-left: auto;
		margin-right: auto;
	}
}
.flexbox,
.tab-content > .active.flexbox {
	display: flex;
	position: relative;
	flex-direction: column;
}

.flexbox.fill,
.tab-content > .active.flexbox.fill {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

flexbox.wrap {
	flex-wrap: wrap;
}

ul.flexbox {
	list-style-type: none;
	padding: 0;
}

ul.flexbox > li:not(.flexbox) {
	display: inline-block;
}

.flexbox.vertical {
	flex-direction: column;
}

.flexbox.horizontal {
	flex-direction: row;
}

.flexbox.horizontal > * {
	flex: 0 1 auto;
}

.flexbox.horizontal > .btn-group,
.flexbox.horizontal > * > .btn-group {
	display: flex;
}

.flexbox.padded > *:not(.unpadded) {
	padding: 5px 5px;
}

.flexbox.middle {
    align-items: center;
}

.flexbox.vertical.middle {
	justify-content: center;
}

.flexbox > * {
	position: relative;
	flex: 0 0 auto;
}

.flexbox > .auto {
	flex: 1 1 auto;
}

.flexbox > .flex-item.auto {
	flex: auto;
}
.radio-list {
}

.radio-list > label {
}

.radio-list .btn-default {
    opacity: 0.75;
}

.radio-list > label > input {
	display: none;
	visibility: hidden;
}

.radio-list:after {
    clear: both;
}
