html,body {
    height:100%;
    margin:0;
    padding:0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height:1.42857143;
}

.main-content {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    font-family:'Roboto', sans-serif;
    line-height:1.5;
}

.detail {
    flex-grow: 1;
}

.parallel-even {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.parallel-far {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.parallel-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.align-center {
    align-items: center;
}

.grows {
    flex: 1;
}


.menu-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 256px;
    border-right: 1px solid #e0e0e0;
    flex-shrink: 0;
    min-height: inherit;
}

.menu-user {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 16px;
}

.menu-item-link  {
    text-decoration: none;
    color: #212121;
}

.menu-item-link:hover {
    text-decoration: none;
    color: #212121;
}

.menu-item-link:hover > div:not(.current-item) {
    background-color: #f6f6f6;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 16px;
    column-gap: 1rem;
    text-align: center;
}

.menu-body {
    flex: 1 0;
}

.menu-body-ext {
    border-top: 1px #e0e0e0 solid;
}


.menu-foot {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #002f5d;
    color: white;
    width: inherit;
    text-align: center !important;
}

.menu-foot-item {
    width: 100%;
    padding: 10px;
}

.parallel {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly !important;
}

.btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 500;
	letter-spacing: 0.0892857143em;
	justify-content: center;
    text-align: center;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-indent: 0.0892857143em;
	text-transform: uppercase;
	transition-duration: 0.28s;
	transition-property: box-shadow, transform, opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
    cursor: pointer;
}

.btn-row {
	height: 36px;
	min-width: 64px;
	padding: 0 16px;
    font-size: 0.875rem;
}

.btn-blue {
    background-color: #002f5d !important;
    border-color: #002f5d !important;
    color: white !important;
}

.btn-grey {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: black !important;
}

.btn-orange {
	background-color: #ff5252 !important;
	border-color: #ff5252 !important;
    color: white;
}

.btn-teal {
    background-color: #4db6ac !important;
    border-color: #4db6ac !important;
    color: black !important;
}

.raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.alert-box {
    background-color: #6f313c;
    border-color: #57262f;
    border-radius: .5rem;
    color: #ffffff;
    font-size: large;
    padding: 2rem;
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    z-index: 1000;
    box-shadow: 0 2px 2px 2px #888888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.current-item {
    background-color: #e4e4e4;
}

.detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2rem;
}

.detail-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 2%;
    margin-bottom: 3rem;
}

.detail-main {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.detail-content-container {
    display: flex;
    flex-direction: column;
}

.detail-content-container > div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.lni::before {
    font-size: 1.2em;
}

.lni-file-xmark, .lni-ban-2 {
    color: #dc3545;
    font-weight: 600;
}

.lni-check, .lni-check-square-2, .progress-box .lni-cloud-upload {
    color: #198754;
}

.file-upload-interface .lni-cloud-upload {
    font-size: 2rem;
}

.lni-bar-chart-4 {
    color: #ffc107;
}
