main {
	margin-top: 50px;
}

#navBar{
	background-color: #5F9EA0;
	color: white;
}

#docList {
	height: 70vh; /* For 100% screen height */
	word-wrap: break-word;
}

#docList > .item:hover {
	cursor: pointer;
	background-color: #5F9EA0;
}

#docList > .item:active {
	background-color: gray;
}

.large-container {
	margin-left: 20px;
	margin-right: 20px;
}

#errorPanel {
	max-height: 180pt;
}

.overflow {
	overflow: auto;
}

textarea { 
	resize: vertical;
	width: 500pt;
}

#fileMessagePanel{
	word-wrap: break-word;
}

#chartNameDiv{
	margin-left: 2%;
}
.button{
	width: max-content;
}
.fixed{
	position: fixed;
	bottom: 0;
}
.page-footer {
	background-color: #5F9EA0;
	color: white;
	left: 0;
	width: 100%;
	color: white;
	font-size: 12pt;
}
.footer-copyright > a {
	color: gainsboro;
}
.footer-copyright{
	padding: 8pt;
}
/*
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 60px;
}

.ui .column .main{
	margin-top: 30px;
	padding: 50px;
}

.ui .column .main h1{
	font-size: 50px;
}

.ui .column .main p{
	font-size: 20px;
}

.m-top-20{
	margin-top: 20px;
}

.button-control a, {
	text-transform: capitalize !important;
}

.img-thumbnail{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
}

.panel{
	font-size: 14px !important;
}

.panel .header{
	margin: 5px 0;
}
*/
