body,html{font-size:16px;min-height:100%}.page-wrapper{display:flex;height:100%}.page-error,.page-login{display:flex;height:100vh;justify-content:center;align-items:center}.page-left{min-height:100vh;background-color:#2d353e;color:#eee}.page-left .list-group{width:15rem}.page-left .sidebar-heading{display:flex;align-items:center;justify-content:center;height:4.5rem;padding:0 1rem;font-size:.85rem;font-weight:700;text-transform:uppercase;text-align:center;background-color:#252b31}.page-left .list-group-item{border:0;border-radius:0;padding:.5rem 1rem;background-color:transparent;color:#eee;font-size:.85rem}.page-left .list-group-item i{margin-right:10px;width:14px;text-align:center}.page-left .list-group-item.active,.page-left .list-group-item.active:focus,.page-left .list-group-item.active:hover{background-color:#336182;border-color:#336182}.page-left .sidebar-header{text-transform:uppercase;font-size:.7rem;font-weight:700;color:#767d84;padding:.5rem 1rem}.page-left .sidebar-devider{display:block;margin:.25rem 1rem;border:none;height:1px;background-color:#252b31}.page-main{width:100%;position:relative;padding-bottom:3rem}.page-top{height:4.5rem;background-color:#f7f7f7;display:flex;align-items:center;padding:0 1.5rem}.page-top .top-header{width:100%;font-size:1.5rem}.page-top .profile-panel{display:flex;justify-content:flex-end}.page-top .profile-panel .profile-item{white-space:nowrap}.page-top .profile-panel .profile-item>*{vertical-align:middle;margin-left:10px}.page-top .profile-panel .profile-item .user-icon{font-size:32px}.page-content{padding:1.5rem}.page-footer{position:absolute;left:0;right:0;bottom:0;height:3rem;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;font-size:.85rem}.breadcrumb{text-align:right;background:0 0;padding:0;font-size:14px}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:1px}.action-buttons{white-space:nowrap}.action-buttons>*{margin-right:10px}.flex-center{display:flex;justify-content:center;align-items:center}.title-404{font-size:100px}.login-box{width:400px;max-width:100%;padding:0 20px}/*# sourceMappingURL=style.css.map */

body {
	min-width: 768px;
}

.help-block {
	font-size: 13px;
	color: red;
}

label.control-label {
    font-weight: bold;
    font-size: 14px;
}

.krajee-default.file-preview-frame {
    width: 90%;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
}

.kv-file-remove  {
	display: none;
}

.summary {
	margin-top: 30px;
	margin-bottom: 10px;
}

.pagination li {
    margin: 10px;
    text-align: center;
}

.grid-view th {
    font-weight: 600;
}

div[role=radiogroup] label {
	display: block;
}

.form-control {
    font-size: 1em;
}
.page-top .top-header {
    width: 100%;
    font-size: 1.5em;
}

.page-left .sidebar-heading {
    align-items: left;
}

.file-caption-name {
	display: flex;
	flex: 0 100%;
	border-radius: 0.25rem;
}

.file-caption-name {
	display: flex;
	flex: 0 100%;
	border-radius: 0.25rem;
}

.hint {
    position: absolute;
    margin-top: -15px;
    font-style: italic;
    font-size: 12px;
}

@media (max-width: 1400px) {
	body {
		font-size: 14px;
	}
}