body {
	font-family: "Montserrat", sans-serif;
	font-size: 12pt;
	min-height: 100vh;
	height: 100%;
	max-height: 100%;
}
h1 {
	font-weight: bold;
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h2.titleblock {
	padding: 0;
	margin: 1em 0 .5em 1em;
}
h3 {
	border-bottom: 1px solid #999 !important;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
form {
	width: 100%;
}
input.paddedBorder {
	padding: .5em;
	border: 1px solid #ddd;
}
input.fatButton, button.fatButton {
	margin-top: 1.5em;
	padding: .5em 2em;
	font-size: 14pt;
	border-radius: 5px;
	font-weight: bold;
	color: #666;
	border: 2px solid #ccc;
	cursor: pointer;
}
input.inputField {
	padding: .5em;
	font-size: 14pt;
	border: 1px solid #ccc;
}
button.replyFormButton {
	background: linear-gradient(to bottom, #eee 5%, #ccc 100%);
	background-color: #eee;
	margin: .5em 1em;
	border-radius:12px;
	border: 1px solid #666;
	color: #444;
	font-weight: 500;
	padding: .5em 2em;
	text-shadow: 0px 1px 0px #fff;
}
button.warning_button {
	background: linear-gradient(to bottom, #eee 5%, #ccc 100%);
	background-color: #eee;
	margin: 0 1em 0 0;
	border-radius: 12px;
	border: 1px solid #666;
	color: #444;
	font-weight: 500;
	padding: .5em 2em;
	text-shadow: 0px 1px 0px #fff;
	width: 10em;
}
button.replyFormButton:active, input.fatButton:active, button.fatButton:active, button.warning_button:active {
	position: relative;
	top: 2px;
	left: 1px;
}
button.replyFormButton i {
	font-size: 10pt;
}
textArea.replyForm {
	background: white;
	width: 100% !important;
	height: 10em;
	border: 1px solid #999;
	border-radius: 5px 5px 0 0;
	padding: 1em;
}

#workBox {
	overflow: auto;
	padding: 1.5em;
}
#content_box {
	display: flex;
	width: 100%;
	overflow: hidden;
	height: 100%;
	min-height: 0px;
	max-height: 100%;
}
#holidays_box {
	width: 25%;
	background-color: #4c8cc8;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	min-width: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	color: white;
	border-right: 1px solid #999;
}
#holidayslist {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
#holidays_box a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#holidays_frame_box iframe {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#channel_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #eee;
	overflow: hidden;
}
#channel_box iframe {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#user_bar {
	height: 2.5em;
}
#user_bar p {
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	padding: .5em .75em .5em 0;
}
#topic_bar {
	padding: 10px 20px;
	background: white;
	border-bottom: 2px solid #ccc;
	border-top: 1px solid #ccc;
}
#channel_content {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
#messages_list {
	width: 40%;
	padding: 0;
	overflow: auto;
}
#messages_body {
	flex: 1;
	background: white;
	border-left: 1px solid #999;
	padding: 0;
	overflow: auto;
}

#loginOuterBox {
	text-align: center;
}
#loginContainer {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	padding: 1em;
}
#loginBox {
	margin-top: 2em;
}
#uploadButtonBox {
	width: 65% !important;
	background: #ddd;
	font-size: 10pt;
	padding: 1em;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 10px;
}
#uploadButtonBox img {
	max-width: 100%;
}
#delete_warning {
	background-color: #f8f8f8;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 14pt;
	box-shadow: 3px 3px 8px #333;
}

div.replyFormBox_dropArea {
	display: flex;
	align-items: center;
	justify-content: center;
}
div.loaderDiv {
	background-color: #eee !important;
	width: 100%;
	height: 100%;
	display: flex;
 	align-items: center;
 	justify-content: center;
}
div.loadedDiv {
	background: white;
	display: block !important;
}
div.floaterBox {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
 	justify-content: center;
}
div.floater {
	background-color: #f8f8f8;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 14pt;
}
div.floater p {
	clear: both;
}
div.floater p:not(:first-child) {
	margin-bottom: 1em;
}
div.control_listing {
	flex-direction: row;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-aling: left;
}
div.control_listing p {
	line-height: 1.5em;
	padding: .5em .5em .5em 1em !important;
	margin: 0;
	vertical-align: middle;
}
div.control_listing span {
	font-size: 10pt !important;
	width: 2em;
	float: left;
	padding-right: .5em;
	padding-top: -.25em;
}
div.holiday_listing {
	font-size: 11pt;
	display: flex;
	flex-direction: row;
	font-weight: bold;
	margin: 0;
	padding: .25em 0 .25em 0;
	min-width: 0 !important;
	max-width: 100% !important;
	padding-left: 8px;
}
div.holiday_listing:hover {
	background-color: #8bbde2;
}
div.holiday_listing a:hover {
	cursor: pointer;
}
div.holiday_listing_date a, div.holidaylisting_seeall a {
	color: #99e6ff !important;
	text-decoration: none;
}
div.holiday_listing_overflow {
	display: none;
}
div.holiday_listing_date {
	width: 4em !important;
	flex-shrink: 0;
	text-align: right !important;
}
div.holiday_listing_name {
	flex: 1;
	padding-left: 1em;
	min-width: 0;
	padding-right: .5em;
}
div.holiday_listing_name p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.holiday_highlight, div.control_highlight {
	background: #335ba7;
}
div.timeCode {
	display: none;
}
div.holiday_newActivity {
	border-left: 8px solid yellow;
	padding-left: 0;
}

div.post {
	display: flex;
	margin: 1em 2em 1em 1em;
}
div.post_avatar {
	width: 100px;
	padding: 10px;
}
div.post_avatar img {
	max-width: 65px;
	border-radius: 15px;
}
div.post_data {
	font-size: 12pt;
	font-weight: 500;
	padding-top: .5em;
	color: #666;
}
div.post_content {
	flex: 1;
}
div.post_message {
	font-size: 14pt;
	margin-top: .25em; 
}
div.post_message p {
	word-break: break-word !important; 
}
div.post_message img {
	max-width: 50%;
	cursor: zoom-in;
}


div.zoomie_box_off {
	display: none;
}
div.zoomie_box_on {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	max-height: 100%;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
}
div.zoom_link {
	height: 2em;
	width: 100%;
	text-align: center;
	font-weight: 600;
	text-shadow: 2px 2px 6px #000;
}
div.zoom_link a {
	padding: .25em;
	font-size: 12pt;
	color: #ddd;
	text-decoration: none;
}
div.zoom_img {
	display: block;
	width: 100%;
	padding: 10px;
	height: calc(95% - 20px);
	text-align: center;
	cursor: zoom-out;
	display: flex;
 	align-items: center;
 	justify-content: center;
}
div.zoom_img img {
	max-height: 100%;
	border: 1px solid #000;
	text-shadow: 2px 2px 6px #000;
}

div.postPreview {
	border-bottom: 1px solid #999;
	padding: 1em;
	cursor: pointer;
	background-color: #fafafa;
	margin-bottom: 1px;
	border-top: 1px solid #fff;
	display: flex;
}
div.postPreview:last-child {
	margin-bottom: 2em !important;
}
div.postPreview_avatar {
	width: 65px;
}
div.postPreview_avatar img {
	max-width: 50px;
	border-radius: 9px;
}
div.postPreview_content{
	flex: 1;
	overflow: hidden;
}
div.postPreview_deleted, div.postPreview_used {
	color: #999;
	padding: .5em 1em;
}
div.postPreview_deleted {
	background-color: #dedede;
}
div.postPreview_used {
	background-color: #d5f7ef;
}
div.postPreview_deleted div.postPreview_avatar, div.postPreview_deleted p.post_replycount,
div.postPreview_used div.postPreview_avatar, div.postPreview_used p.post_replycount {
	display: none;
}
div.postPreview_deleted p, div.postPreview_used p {
	font-size: 9pt;
}
div.postPreview_highlight {
	background-color: #e2f1fc !important;
	border-right: 7px solid #70b5ec;
}
div.postPreview_newActivity {
	background-color: #fffbe1 !important;
	border-right: 7px solid #ffff00;
}
div.threadFooter {
	padding: 2em;
}
div.replyFormBox {
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: .25em .25em 0 .25em;
	display: flex;
 	align-items: center;
 	justify-content: center;
}
div.replyFormBox_textArea {
	width: 70%;
}
div.replyFormBox_dropArea {
	flex: 1;
	
}
div.loginBox {
	height: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
}
div.loginForm {
	background-color: #f8f8f8;
	padding: 1.5em;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 14pt;
}
div.columnar {
	display: flex;
}
div.materialIcon {
	display: flex;
	width: 3em;
	align-items:center;
	justify-content: center;
}
div.newThreadText {
	flex: 1;
	display: flex;
	align-items:center;
}
div.display_off {
	display: none;
}
div.warning_box {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	max-height: 100%;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	display: flex;
	align-items:center;
	justify-content: center;
}
div.warning_box h2 {
	color: red;
	margin-bottom: 1em;
}
div.system_warning {
	margin: 2em 0 4em 0;
	text-align: center;
}

p.logo {
	padding: 1em 0 1.5em 0;
	text-align: center;
}
p.formLine {
	text-align: left;
	padding: .5em;
}
p.post_data {
	font-size: 11pt;
	font-weight: bold;
}
p.post_body {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 11pt;
	padding-top: .25em;

}
p.post_replycount {
	font-weight: bold;
}
p.smallTitle {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 1em;
	padding-bottom: .25em;
	color: #666;
	border-bottom: 1px solid #666;
}
p.inputPadded {
	margin: .5em 0;
}
p.formNote {
	font-size: 10pt;
	color: #666;
	text-align: right;
	float: right;
}
p.imgRemove {
	font-size: 10pt;
	color: dodgerblue;
	cursor: pointer;
	font-weight: bold;
}
p.postControl {
	text-align: right;
	padding: 1em 1em 0 0;
}
p.warning_buttons {
	margin-top: 1em;
	text-align: center;
}

span.post_date {
	font-weight: normal;
	font-size: 10pt;
	margin-left: 1em;
	color: #888;
}
span.post_replies {
	font-size: 10pt;
	color: #4c8cc8;
}
span.post_repliesNew {
	font-size: 10pt;
	color: #ffaf51;
}
span.post_dateTime {
	font-weight: 500;
	font-size: 10pt;
	margin-left: 1em;
	color: #888;
}
span.radio_3_1, span.radio_3_2, span.radio_3_3 {
	font-weight: bold;
	color: #666;
	font-size: 13pt;
}
span.radio_3_1, span.radio_3_2 {
	float: left;
	margin-right: 2em;
}
span.holiday_edit {
	margin-left: 1em;
	margin-top: .5em;
	float: right;
	cursor: pointer;
}

img.reply_emoji {
	max-width: 1em !important;
	cursor: pointer !important;
}
label span, span.checkBox {
	font-weight: bold;
	color: #666;
	font-size: 11pt;
}
span.checkBox {
	margin-left: 1em;
}
label span {
	width: 10em;
	float: left;
	text-align: right;
	padding: 1em 1em .5em 0;
}
.material-icons.md-big { font-size: 38px; }
.material-icons-32 { font-size: 32px !important; }
.material-icons-hover { cursor: pointer; }
