/****main.css*****/

/****Colors****/

:root {
	--main-color: #0077CA;
	--main-grey-color: #999;
	--border-lines-grey: #eee;
	--main-red-color: #c0392b;
}

/****Fonts****/

@font-face {
	font-family: averta;
	src: url('../font/Averta.woff');
}

@font-face {
	font-family: averta;
	src: url('../font/Averta Bold.woff');
	font-weight: bold;
}

@font-face {
	font-family: 'Avenir Next';
	font-weight: normal;
	src: url("../font/AvenirNext-Regular2.otf") format("opentype");
}

@font-face {
	font-family: 'Avenir Next';
	font-weight: bold;
	src: url("../font/AvenirNext-Bold2.otf") format("opentype");
}

@font-face {
	font-family: 'Avenir Next';
	font-weight: 500;
	src: url("../font/AvenirNext-Medium2.otf") format("opentype");
}

@font-face {
	font-family: 'Avenir Next';
	font-weight: 600;
	src: url("../font/AvenirNext-DemiBold2.otf") format("opentype");
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Avenir Next', Arial, sans-serif;
}

body>* {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	overflow-x: hidden;
}

/* Remove input shadows */
input[type=text],
textarea {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.fullscreen > * {
  min-height: 480px !important;
	overflow:hidden;
}

body.fullscreen.black-translucent>* {
	min-height: 480px !important;
	overflow: hidden;
}

body.landscape>* {
	min-height: 240px;
	overflow: hidden;
}

body>.current {
	display: block !important;
}

/****THEME****/

ul {
	font: bold 18px Helvetica;
}

ul.rounded {
	-webkit-border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 1px 1px 3px;
}

ul.rounded li:first-child, ul.rounded li:first-child a {
	border-top: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul.rounded li:last-child, ul.rounded li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul li {
	display: flex;
	align-items: center;
	color: #666;
	border-bottom: 1px solid #E4E4E4;
	list-style-type: none;
	padding: 20px;
	overflow: hidden;
}

/****TwinDocs*****/

/*Main*/

#preloading {
	display: block;
	margin: 50px auto 0px auto;
	width: 126px;
}

#preloadImg {
	display: block;
	margin: -45px auto 0;
}

#content {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* min-height: 100%;
	height:auto; */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#docsDiv {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	color: #666666;
	font-size: 0.9em;
	flex-grow: 1;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#sortDiv {
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	background-color: #FFF;
}

#tagsDiv {
	display: none;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	height: auto;
	min-height: 100px;
	background-color: #FFF;
	flex-grow: 1;
	flex-direction: column;
}

#setDiv {
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	float: left;
	width: 100%;
	padding: 20px;
	color: #444444;
	background-color: #FFF;
	flex-grow: 1;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#catDiv {
	flex-grow: 1;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#catDiv, #catChildrenDiv {
	display: none;
	flex-grow: 1;
	float: left;
	width: 100%;
	color: #666666;
	font-size: 0.8em;
}

#catChildrenDiv ul {
	width: 100%;
}

#docDetail, #sendDoc {
	color: #666666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	float: left;
	padding: 20px;
	background: #FFF;
	width: 100%;
	height: auto;
	flex-direction: column;
	flex-grow: 1;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#sendDoc {
	height: auto;
}

#sendDocTop{
    text-align: center;
	padding: 15px;
}

#docDetTop{
	display:flex;
	float:left;
    flex-direction: column;
    align-items: center;
	padding: 15px;
	justify-content: center;
	flex-grow: 1;
}

.docDetImg, .sendDocImg {
	height: 100px;
	width: auto;
	padding: 15px 0;
}

#docDetSource, #sendDocSource {
	color: #666;
	height: 16px;
	margin-bottom: 20px;
}

#docDetNot {
	width: 100%;
	padding: 20px 0;
	color: var(--main-grey-color);
	border-top: 1px solid var(--border-lines-grey);
}

#liDocDetGrap {
	background: transparent !important;
	border: 0 !important;
}

#docDetGrap {
	display: none;
	float: left;
	width: 100%;
	cursor: pointer;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	color: #000000;
}

#idxGrL {
	background: url("../img/gL.gif") no-repeat scroll 0 0 transparent;
	float: left;
	height: 21px;
	width: 27px;
}

#idxGrC {
	background: url("../img/gC.gif") repeat-x scroll 0 0 transparent;
	float: left;
	font-size: 11px;
	height: 21px;
	width: 100px;
	text-align: center;
	padding: 3px 5px;
	white-space: nowrap;
}

#idxGrR {
	background: url("../img/gR.gif") no-repeat scroll 0 0 transparent;
	float: left;
	height: 21px;
	width: 21px;
}

#docDetTit, #sendDocTit {
	font-size: 20px;
	color: #111;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

#docDetSub, #sendDocSub {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 2px 5px 1px 5px;
	font-size: 0.8em !important;
}

#docDetBottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	min-height: 20px;
	border-top: 1px solid var(--border-lines-grey);
	color: var(--main-grey-color);
}

#docDetBottomContent {
	max-width: 240px;
}

#docDetCat, #docDetDate, #docDetTags, #docDetStaple {
	padding-left: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	margin-bottom: 12px;
}

#docDetCat {
	background-image: url('../img/folders.svg');
	background-position-y: 0;
	white-space: normal;
}

#docDetDate {
	background-image: url('../img/calendar.svg');
}

#docDetTags {
	background-image: url('../img/tag.svg');
	background-position-y: 7px !important;
	flex-wrap: wrap;
	padding-top: 3px;
}

#docDetTags .tagName {
	margin: 0 5px 5px 0;
	width: auto;
}

#docDetTags .tagName:last-child {
	margin-right: 0;
}

#docDetStaple {
	background-image: url('../img/paperclip.svg');
	color: var(--main-color);
	text-decoration: underline;
	overflow: unset !important;
}

#sendDocForm {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #444444;
	/*display:flex;*/
	flex-direction: column;
	flex-grow: 1;
	float: left;
	width: 100%;
	height: auto;
}

#sendDocForm div {
	width: 100%;
}

#sendDocForm #messBody {
	resize: vertical;
}

#sendDocTo, #sendDocCC, #sendDocSb, #sendDocMess {
	display: block;
	float: left;
	padding-top: 7px;
	width: 100%;
}

#sendDocForm input, #setDiv input, #docDetail input, #tags input {
	float: left;
	color: #444444;
	width: 100%;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
	z-index: 2;
	border: 1px solid #bAbAbA;
	font-size: 0.9em;
	/* padding:15px; */
}

#sendDocForm input, #setDiv input, #docDetail input, #tags input {
	float: left;
	color: #444444;
	width: 100%;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
	z-index: 2;
	border: 1px solid #bAbAbA;
	padding: 15px;
}

#setDiv select, #sendDoc select, #searchDiv select, #docDetail select {
	-moz-appearance: none;
	-webkit-appearance: none;
	float: left;
	font-size: 0.9em;
	color: #444444;
	width: 100%;
	background: url(../img/chevron-down.svg) no-repeat 98%;
	background-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	z-index: 2;
	border: 1px solid #bAbAbA;
	padding: 15px;
}

#searchTags {
	display: none;
}

#searchTags, #setGoHis {
	float: left;
	font-size: 0.9em;
	color: #444444;
	width: 100%;
	border: 0;
	border: 1px solid #bAbAbA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 15px;
	background: url(../img/chevron-right.svg) no-repeat 98%;
	background-size: 20px;
}
#tags input[type=checkbox]{
/*	height: 20px;
	width: 20px;
	-moz-appearance:none;*/
	padding: 10px;
}

#advancedSearchDiv {
	margin-bottom: 40px;
}

#showAdvanceSearchDiv {
	width: 100%;
	height: 30px;
	color: var(--main-color);
	text-align: center;
	margin: 40px 0
}
#sendDocForm .sendDocCk label {
	display: flex;
	align-items: center;
}
#sendDocForm input[type=checkbox]{
/*	height: 20px;
	width: 20px;
	-moz-appearance:none;*/
	margin: 0 10px 0 0;
	width: auto;
	padding: 10px;
}

#sendDocForm textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	float: left;
	font-size: 0.9em;
	color: #444444;
	height: 60px;
	border: 0;
	border: 1px solid #bAbAbA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	flex-grow: 1;
	min-height: 150px;
}

.sendDocCk {
	width: 100%;
	display: block;
	float: left;
	margin: 6px 0;
	height: 22px;
}

a.xtag {
	background: transparent url('../img/tagsR.gif') no-repeat right;
	color: #000;
	display: block;
	float: left;
	font-size: 11px;
	height: 17px;
	margin: 3px;
	padding-right: 10px;
	text-decoration: none;
}

a.xtag span {
	background: transparent url('../img/tagsL.gif') no-repeat left;
	display: block;
	height: 17px;
	line-height: 17px;
	padding: 0px 0pt 0px 15px;
	font-size: 11px;
	white-space: nowrap;
}

#aboutContent {
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 400px !important;
	height: 100%;
}

.headerToolbar {
	display: flex;
	align-items: center;
	border-top: 0px;
	background: transparent url(../img/logoSmall.png) no-repeat 5% center;
	width: 100%;
	font-size: 0.8em;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	padding: 10px 0;
	background-size: 26px;
	z-index: 1;
}

#reLoadIcoDiv {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	display: flex;
	width: 15%;
	padding: 6px;
	overflow: hidden;
}

#reLoadIco {
	height: 24px;
	display: block;
	float: right;
	margin: 0 auto;
}

#stLeft {
	display: block;
	float: left;
	visibility: hidden;
	width: 15%;
	cursor: pointer;
	text-align: center;
}

#stLeftImg {
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

#topTitle {
	display: block;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 69%;
	padding-top: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.btn {
	cursor: pointer;
	/* width: 100% !important;
	height: 40px !important; */
	width: 100%;
	background-color: var(--main-color);
	color: #ffffff !important;
	border-radius: 8px;
	/* padding: 0 !important;
	margin: 0 auto !important; */
	border: 0 !important;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-appearance: none;
	justify-content: center;
}

.doc {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	padding: 12px;
	z-index: 1;
	border-bottom: 1px solid #E4E4E4;
	flex-shrink: 0;
}

.docLeft {
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

.docImg {
	height: 66px;
	width: 51px;
	vertical-align: top;
}

.docCenter {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	float: left;
	margin-left: 12px;
	overflow: hidden;
	/* align-self: center; */
	font-size: 18px;
}

.docTit{
	/* font-weight:600; */
	font-weight: 500;
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 2px;
	font-size: 16px;
}

.docDate {
	color: var(--main-grey-color);
	display: block;
	font-size: 14px;
	overflow: hidden;
}

.category {
	color: #666666;
	cursor: pointer;
	padding: 15px 5px 15px 15px;
}

.category.selected {
	color: white;
	background-color: var(--main-color);
}

.child {
	padding-left: 30px;
}

.foldImg, .foldAllImg, .foldIssImg {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 24px !important;
	margin: 2px 20px 2px 5px;
}
.foldImg{
	background: url(../img/folder-black.svg) no-repeat left -1px;
}

.category.selected .foldImg {
	background-image: url(../img/folderWhite.svg);
}
.foldAllImg{
	background: url(../img/archive-black.svg) no-repeat left -1px;
}
.category.selected .foldAllImg{
	background-image: url(../img/archive-white.svg);
}
.foldIssImg{
	background: url(../img/folder-black.svg) no-repeat left -1px;
}

.catArrow {
	/*	float:right;
	width: 20px;
	height: 100%;
	text-align:left;*/
}

.catArrow img {
	vertical-align: top;
	height: 24px;
	width: 24px;
}

.catName {
	font-size: 16px;
	float: left;
	width: 80%;
	height: 100%;
	text-align: left;
	overflow: hidden;
	font-weight: 500;
	color: #000;
}

ul li.active {
	background: #53b401 !important;
	color: #fff;
}

#sortDiv ul li {
	color: #ffffff !important;
}

#sortByText {
	padding: 15px 15px 0px 15px;
}

#currentSort {
	text-align: right;
	float: right;
	font-weight: bolder;
	color: #53b401;
}

.sortText {
	display: block;
	width: 70%;
	float: left;
	text-align: left;
}

.sortDir {
	display: block;
	width: 30%;
	float: left;
	text-align: right;
}

#menuButtons {
	display: flex;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
	flex-shrink: 0;
}

#menuButtons div {
	text-align: center;
}

#menuButtons .col-3 {
	width: 25%;
}

#menuButtons img {
	padding-top: 10px;
	height: 22px;
}

#menuButtons .label {
	font-size: 12px;
	color: var(--main-grey-color);
	font-weight: 400;
	line-height: 22px;
	padding-bottom: 6px;
}

#menuButtons .selected .label {
	color: var(--main-color);
	font-weight: 600;
}

#setSubs {
	width: 99%;
}

#setSubs .subs-wrapper {
	padding: 10px;
}

#setSubs .subs-wrapper li {
	display: block;
	font-weight: normal;
	font-size: 16px;
	padding: 10px;
	color: #444;
}

#setSubs .subs-wrapper li:last-child {
	border-bottom: none;
}

#setSubs .subs-wrapper li .sub-sender {
	font-weight: 600;
}

#setSubs div {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	color: #444444;
	font-weight: bold;
}

/*HISTORY*/

#hisDiv {
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	color: #444444;
	/* min-height: 500px !important; */
	flex-grow: 1;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 20px;
}

#hisTabs {
	margin-bottom: 15px;
}

#hisDiv #hisTabs ul {
	display: flex;
	font-size: 3.75vw;
}

#hisDiv #hisTabs ul li {
	width: 33%;
	padding: 10px;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	border-bottom: none;
}

#hisDiv #hisTabs ul li span {
	text-transform: uppercase;
}

#historyAllBody, #historyRecievBody, #historyLoginBody {
	display: block;
	float: left;
	background: #fdfdfd;
	margin: 1px 2px 0px 2px;
	padding: 2px;
	width: 100%;
	flex-direction: column;
	flex-grow: 1;
}

#hisDiv #hisTabs ul li.sel {
	background: var(--main-color);
	color: white;
}

.hrow {
	display: flex;
	padding: 15px 0px;
	width: 100%;
	border-bottom: 1px solid var(--border-lines-grey);
	font-size: 14px;
	flex-shrink: 0;
}

.hrow div {
	margin-right: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hrow div:last-child {
	margin-right: 0;
}

/* #hisDay{
	width:19%;
}  */

#hisHour {
	width: 15%;
}

#hisTitle {
	width: 28%;
	flex-grow: 1;
}

#hisAction {
	width: 25%;
	text-transform: uppercase;
}

/*SEARCH*/

#searchDiv {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: none;
	float: left;
	padding: 20px;
	color: #444444;
	background-color: #FFF;
	flex-grow: 1;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#searchSortDiv {
	display: block;
	float: left;
	width: 100%;
}

#searchByText {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

#searchDiv #searchTxt {
	border: none;
	height: 40px;
	background: #ddd;
	border-radius: 20px;
	padding-left: 50px;
	background-image: url('../img/search.svg');
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 25px;
  width: 100%;
  box-sizing: border-box;
	font-size: 0.9em;
}

.searchText, .setText, .sendText {
	font-weight: bold;
	padding: 10px 0
}

#searchSelTags {
	display: none;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#searchSelTags .tagName:first-child {
	margin: 0;
}

#docDetButtons {
	display: flex;
	padding-top: 20px;
	margin: 0 -10px;
}

#sendBut {
	background-color: white;
	border: 1px solid var(--main-color) !important;
	color: var(--main-color) !important;
	background-image: url('../img/send.svg');
}

#downBut {
	background-image: url('../img/download-white.svg');
}

#sendBut, #downBut {
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 20px;
	margin: 0 10px;
  padding-left: 45px;
}

#sendDocButtons, #setButtons {
	display: block;
	float: left;
	bottom: 10px;
	width: 100%;
	text-align: center;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#tagsButtons{
	float:none;
	margin-top: 20px;
	display:block;
	height: auto;
	text-align: center;
	width: 100%;
	text-align: center;
}

#settOKLoad, #sendDocOKLoad {
	display: none;
	margin: -8px auto 0px auto;
}

#settingsOK {
	margin: 0 auto;
	display: block !important;
}

#sendDocButtons div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	float: left;
	width: 49%;
}

#sendDocButtons div.right {
	text-align: left;
	padding-left: 5px;
}

#sendDocButtons div.left {
	text-align: right;
	padding-right: 5px;
}

#sendDocButtons div.left input {
	float: right;
}

#sendDocOKLoad {
	display: none;
}

#searchDiv input[type=submit], #sendDoc input[type=submit], #sendDoc input[type=image], #docDetail input[type=submit], #tags input[type=submit], #setDiv input[type=submit], #setDiv input[type=image], #tagsDiv input[type=submit] {
	width: 100px;
	height: 30px;
	float: none;
	color: #ffffff;
	/* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e6166), to(#1e2329)); */
	z-index: 2;
}

#tagsWrapper {
	display: none;
	background: transparent;
	position: absolute;
	width: 92%;
	top: 10px;
	left: 10px;
	border: 2px solid #a8a8a8;
}

#tags {
	display: block;
	float: left;
	background: #c8c8c8;
	height: auto;
	width: 100%;
	color: #444444;
}
#tagsDiv input[type=checkbox]{
	/*height: 20px;
	width: 20px;
	-moz-appearance:none;*/
	padding: 10px;
}

#tagsList {
	flex-grow: 1;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.tag {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tagName {
	margin-left: 20px;
	color: white;
	border-radius: 5px;
	overflow: hidden;
	padding: 3px 6px;
	max-width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center !important;
	font-size: 14px;
}

.tag input {
	flex-shrink: 0;
}

#loadingDiv {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #000000;
	display: block;
	float: left;
	width: 100%;
	height: 80px;
	padding: 10px 0px 5px 10px;
	z-index: 1;
	text-align: center;
}

#moreDiv, #showMoreHisAllDiv, #showMoreHisRecDiv, #showMoreHisLogDiv {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FDFDFD;
	display: block;
	float: left;
	width: 100%;
	height: 70px;
	padding: 10px;
	/* z-index:1; */
	text-align: center;
}

#showMoreHisAllDiv, #showMoreHisRecDiv, #showMoreHisLogDiv {
	margin: auto;
}

#loadImg {
	display: none;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
}

#loadImgHisA, #loadImgHisR, #loadImgHisL {
	display: none;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
}

#showMoreDocs {
	margin: 5px auto;
	height: 40px;
	font-weight: 600;
}

.noHisEntries {
	text-align: center;
	padding: 15px 0;
	margin: auto;
}

.showMore {
	background: var(--main-color);
	color: white;
	border: none;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	text-align: center;
	justify-content: center;
	-webkit-appearance: none;
	font-weight: 600;
}

#showMoreHisAll, #showMoreHisRec, #showMoreHisLog {
	margin-top: 14px;
	height: 40px;
}

#overlapDiv {
	background: #000000;
	display: none;
	float: left;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0 auto;
}

#alertText, #errorText {
	padding: 5px 0px 10px 0px;
}

#alertBut, #errorBut {
	padding: 5px;
}

#errorBut input {
	width: 100px;
	height: 30px;
	float: none;
	font-size: 0.9em;
	color: #444444;
	background: #d8d8d8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0b0b0), to(#d8d8d8));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 7px;
	border: 1px solid #bAbAbA;
	cursor: pointer;
}

.noDocs {
	display: block;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}

/*staple*/

.ss {
	position: absolute;
	;
	top: 0;
	left: 5px;
}

.ssDD {
	left: -58px;
	position: relative;
	top: -69px;
}

/*new DOC*/

.newDocImg {
	position: relative;
	top: -43px;
	left: -22px;
}

#liLogout {
	background-color: transparent;
	border: 1px solid var(--main-red-color) !important;
	color: var(--main-red-color) !important;
	margin: 15px 0 10px !important;
	border-radius: 8px;
}

.space {
	width: 40px;
	height: 15px;
}

#stapleDocsDiv, #alertDiv, #errorDiv {
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 101;
	position: absolute;
	width: 100%;
	height: 100%;
}

#stapleContainer, #errorContainer, #alertContainer {
	background-color: white;
	border-radius: 10px;
	padding: 30px;
}

#stapleDocsDivTitle, #errorHeader {
	font-weight: bold;
	margin-bottom: 15px;
}

.stapled-doc {
	color: var(--main-color);
	padding: 15px 0;
	border-bottom: 1px solid var(--border-lines-grey);
}

.stapled-doc:last-child {
	border: none;
	padding-bottom: 0;
}

.docTags{
	display:flex;
	flex-wrap: wrap;
	margin-top: 6px;
	margin-bottom: -5px;
}
.docTag{
    width: 16px;
    height: 10px;
    border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}