 #view-container-wrapper {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 display: flex;
	 left: 0;
	 background-color: rgba(0, 0, 0, 0.2);
	 flex-direction: column;
	 align-content: center;
	 justify-content: center;
	 align-items: center;
}
 #view-container {
	 width: 95%;
	 display: flex;
	 background-color: #384454;
	 z-index: 9000;
	 flex-direction: column;
	 max-width: 1000px;
	 padding: 1px;
	 height: 95%;
	 box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 1);
}
 #view-container-header {
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: center;
	 align-content: center;
}
 #view-container-images-loading {
	 height: 100%;
	 width: 100%;
	 background-color: #efefef;
	 margin: 0 !important;
}
 #view-container-images {
	 overflow-y: auto;
	 background-color: #848484;
	 flex: 1;
	 width: 100%;
	 user-drag: none;
	 user-select: none;
}
 #view-container-images img {
	 width: 98%;
	 margin: 5px 0 5px 5px;
}
 .view-container-popup {
	 background-color: #efefef;
	 flex: 1;
	 color: #313b47;
	 display: flex;
	 flex-direction: column;
	 align-content: center;
	 justify-content: center;
	 align-items: center;
}
 #view-container-wrapper #login-wrapper {
	 background-color: #efefef;
	 display: flex;
	 height: 100%;
	 align-content: center;
	 justify-content: center;
	 align-items: center;
}
 #documents-table-smart {
	 display: none;
	 flex-direction: column;
	 padding: 4px;
}
 #documents-table-smart .document-container-smart {
	 display: flex;
	 flex-direction: row;
	 border-bottom: 1px solid rgba(0,0,0,.12);
     padding: 8px 4px;
}
 #documents-table-smart .document-container-smart .document-container-content-smart {
	 display: flex;
	 flex-direction: column;
	 width: 100%;
}
 #documents-table-smart .document-container-smart .document-container-content-smart .document-container-row-smart:last-child {
	 margin-bottom: 0;
}
 #documents-table-smart .document-container-smart .document-container-content-smart .document-container-row-smart {
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 4px;
}
 #documents-table-smart .document-container-smart .document-container-content-smart .document-container-row-smart .document-container-col-smart {
	 margin-right: 10px;
}
 #documents-table-smart .document-container-smart .document-container-content-smart .document-container-row-smart .document-container-col-smart i:hover {
	 cursor: pointer;
}
 #documents-table-smart .document-container-smart .document-container-content-smart .document-container-row-smart .document-container-col-smart:last-child {
	 margin-right: 0;
}
 .responsive-table th#document-selection-column {
	 width: 50px;
}
 .responsive-table th#document-year-column {
	 width: 80px;
}
 .responsive-table th#document-creationdate-column {
	 width: 110px;
}
 .responsive-table th#document-period-column {
	 width: 155px;
}
 .responsive-table div#document-type-header-label {
	 float: left;
	 padding: 0.5em 0.5em;
	 line-height: 24px;
}
 