.context-container { height: 100%; overflow: hidden; } .container-layout { height: 100%; overflow: auto; display: none; }

.row-layout { width: 100%; display: flex; }
.row-layout-60 { width: 60%; }
.row-layout-50 { width: 50%; }
.row-layout-40 { width: 40%; padding-left: 1em; }
.row-layout-33 { width: 33.33%; }
.row-layout-25 { width: 25%; }
.row-layout-20 { width: 20%; }
.row-layout-10 { width: 10%; }

.records-layout { border-radius: 0.5em; background: #f1f1f1; padding: 2em; }
.records-layout h4 { margin: 0; padding: 0; }
.records-layout .records-context { border-radius: 0.5em; background: white; margin-top: 1em; background: white; }
.records-layout .records-context:first-child { margin-top: 0em; }
.records-layout .number { font-size: 1.5em; color: orange; margin: 0 0.3em; }
.records-layout h4 { margin-top: 0; display: inline-block; }
.records-layout .records-context.report-item { display: flex; justify-content: center; align-items: center; cursor: pointer; }
.records-layout .records-context.report-item:hover { background: orange; color: white; }
.records-layout .records-context.report-item:hover .number { color: #ebfc00; }
.records-layout .records-context.report-item a { border-bottom: 1px solid #f1f1f1; padding: 2rem 2em; font-size: 1.5rem; display: block; width: 100%; text-decoration: none; }
.records-layout .records-context.report-item a:hover { background: #f1f1f1; }

.records-layout .data-table-top-operations { float: right; margin-top: -0.25em; }
.chart { width: 100%; height: 100%; }

.minor-button { display: inline-block; border-radius: 0.5em; padding: 0.5em 1em; margin-right: 0.5em; font-size: 0.8em; border: 1px solid #e1e1e1; cursor: pointer; }
.minor-button.selected { background: white; }
.minor-button:hover { background: orange; color: white; border-color: orange; }
.minor-button.page-size { padding: 1em; margin: 0; background: #f1f1f1; border: 1px solid white; font-family: electronicFont; }
.minor-button.page-size.selected { background: white; border: 1px solid #e1e1e1; }
.minor-button.page-size:hover { background: orange; color: white; border-color: orange; }
    
.files { left: 0; height: 100%; padding: 0rem; }
.files ul { height: 100%;  background: white; display: block; }
.files li { width: 100%; cursor: pointer; font-size: 1.5rem; border-bottom: 1px solid #f1f1f1; padding: 2rem 0; }
.files ul li:hover { background: #f1f1f1; }
.files ul li ul { display: block; margin: 0; padding: 0; }
.files ul li.selected { background: #f1f1f1; }
.files ul li .extend { cursor: pointer; padding: 0 0.5em; display: inline-block; }
.files ul li .extend:hover { color: red; }

.files ul.title { width: 100%; padding: 0 2rem; }
.files ul.title li { cursor: default; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; font-weight: bold; border-right: 1px solid #f1f1f1; }
.files ul.title li:last-child { border-right: none; }
.files ul.title li:hover { background: white; }
.files li .file-item-row { display: flex; justify-content: center; align-items: center; width: 100%; }
.files li p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-right: 1px solid #f1f1f1; padding: 0 1em; margin: 0; text-align: center; }
.files li p:first-child { text-align: left; padding: 0; }
.files li p:last-child { border: none; }
 		
.dropdown { position: relative; display: inline-block; width: 100%; }
.dropdown-input { width: 100%; cursor: pointer; }
.dropdown-content { display: none; position: absolute; max-height: 30em; overflow-x: hidden; overflow-y: auto; background-color: #f9f9f9; width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.dropdown-option { padding: 1em 2em; cursor: pointer; }
.dropdown-option:hover { background-color: #f1f1f1; }
.dropdown-option .extend { cursor: pointer; padding: 0 0.5em; display: inline-block; }
.dropdown-option .extend:hover { color: orange; }
.dropdown-content a { color: black; text-decoration: none; display: block; }
.dropdown-content a:hover { background-color: #ddd; }
.dropdown:hover .dropdown-content { display: block; }

.switch-button { padding: 2rem; background: white; border: none; white-space: nowrap; }
.switch-button:hover { background: orange; color: white; }
.switch-button.selected { background: orange; }

.timeline-context { border-radius: 0.8em; padding: 0.5em 1em; background: white; }
.timeline { list-style: none; margin: 2em 0 2em 15em; border-left: 0.5em solid #eee9dc; }
.timeline li { position: relative; margin-bottom: 1em; } 
.timeline-date { top: 20%; width: 10em; left: -10em; font-size: 1.2em; margin-top: -0.2em; font-family: "electronicFont"; position: absolute; }
.timeline-circle { top: 20%; left: -0.82em; width: 1.2em; height: 1.2em; background: #48b379; border: 0.3em solid #eee9dc; border-radius: 50%; display: block; position: absolute; }
.timeline-content { padding-left: 1em; border-color: transparent; border-style: solid; border-radius: 0.5em; position: relative; }

.form-group { margin: 0; }
.operation-container { margin-top: 2em; }
.operation-context .form-group { margin-bottom: 15px; white-space: wrap; }

.btn-query-feedback { background: green; color: white; }
.btn-reset-feedback:hover { background: #e1e1e1 !important; color: black; }

.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-layout { display: none; }
.operation-layout { overflow: auto; }

@media screen and (max-width:1000px) {
	.container-layout { padding: 0; } .records-layout { margin-top: 0em; border-radius: 0em; height: 100%; overflow: auto; }
	
	.pc-layout { display: none; }
	.mobile-layout { display: block; }
	
	.row-layout { display: block; height: 100%; }
	.operation-layout { width: 100%; padding: 2em; height: 100%; overflow: auto; }
	
	.records-context .record-item { display: block; padding: 1em 0; }
	.records-context .record-item .item-block { padding: 0.15em 0em; }
	.records-layout .records-pagination { display: flex; justify-content: center; align-items: center; float: none; }
	
	.records-context .record-item .item-block .item-context { border-right: 0; }
	.records-context .record-item .item-block.sxwfxw .item-context { border-left: 2px solid orange; }
	.records-context .record-item .item-block.glzt .item-context { border-left: 2px solid orange; }

	h4, p { word-break: break-all; word-wrap: break-word; white-space: pre-wrap; max-width: 100vw; }
	
	.punish li { float: none; display: block; white-space: nowrap; overflow: hidden; }
	.punish li label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align:middle; display:inline-block; }
	
	.row-layout-60 { width: 100%; overflow: hidden; }
	.row-layout-50 { width: 100%; overflow: hidden; }
	.row-layout-40 { width: 100%; overflow: hidden; padding: 0; }
	.row-layout-20 { width: 100%; overflow: hidden; }
	.row-layout-10 { width: 100%; overflow: hidden; }
	
	.timeline { margin: 2em 0 2em 5em; }
	.timeline-date { width: 6em; left: -6em; font-size: 1em; }
}