#document {
	padding: 2em;
}
.note-popover.popover{
	display:none;
}
a:hover {
    text-decoration: none!important; 
}
.documentContainer {
	margin-top:20px;
	background:#f1f1f1;
	border-radius:10px;
	padding:10px;
}
.input-group-sign{
	min-width: 17%;
}
.input-group-signee{
	min-width: 17%;
}
.input-group-signee-upload{
	min-width: 28%;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 2vh;
    left: 93vw;
    z-index: 1030;
}
/* Dropzone */
.dropzone {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: dotted 3px lightgray;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.dragover {
    border: 3px dotted #139013;
    background-color: #f5f5f5;
}
.embed-page-viewer {
	min-height: 68vw;
	min-width: 100%;
}
.pdf-canvas{
	height: 64vw;
    max-height: 1240px;
    width: 100%;
    border: 1px solid;
    margin-top: 59px;
}
.pdf-canvas-elements {
    max-height: 1140px;
    width: 100%;
    border: 1px solid;
    margin-top: 59px;
}
.crud-table-modal-content {
	max-width: 95.5vw;
}
.crud-table-modal-th {
	text-align: center !important;
}

.fat-border {
	border: solid;
}

.selected-method {
	border: 2px solid #ff9c00;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {
	.order-xs-1{
		order: 1;
	}
	.order-xs-2{
		order: 2;
	}
}