[v-cloak] {
	display: none;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .3s
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
  opacity: 0
}

.MessageBoard table tr:nth-child(even) {
	background: #e6e8fa;
}
.MessageBoard table tr:nth-child(odd) {
	background: rgb(240, 240, 231);
}
.MessageBoard {
	overflow: hidden;
	margin-top: 0px;
}
#bb-latest-posts{
	background: rgb(238, 238, 238);
	margin-bottom:10px;
}
#loading-box{
	position:relative;
	height: 600px;
	background:#eeeeee;
	padding: 2px;
}
#cog-container{
	display: block !important;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	display: inline-table;
	text-align:center;
}
#cog-container h4 {
	text-align: center;
	margin-top: 15px;
}
#hr-message{
	margin: 0 0 15px 0;
	opacity: 0.5;
}
#bb-post-footer{
	margin: 0 auto;
	display: block;
	width: 350px;
	text-align:center;
	font-size: 14px;
	padding-bottom: 15px;
}
#bb-post-message-placeholder{
	margin: 0 auto;
	display: block;
	width: 300px;
	text-align:center;
	color: transparent;
	opacity: 0.5;
}

.table-row-item {
	transition: all .5s ease;
	overflow: hidden;
}
.table-row-leave-to {
	opacity: 0;
	transform: translateY(10px);
	overflow: hidden;
}
.table-row-enter {
	opacity: 0;
	transform: translateY(-10px);
	overflow: hidden;
}
.table-row-leave-complete /* .list-leave-active for <2.1.8 */ {
	position: absolute;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
}

.modal-container {
    width: 700px;
    margin: 40px auto 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
    box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
}

.modal-header {
	height: 50px;
	background: #0287c0;
	position: relative;
}

.modal-header h2 {
	margin-top: 0 !important;
	background-color: initial;
    padding: 15px;
    color: white;
    text-align: center;

}

.modal-header i.close-icon {
	cursor: pointer;
	position: absolute;
	color: white;
	right: 10px;
	top: 10px;
}

.modal-header i.close-icon:hover {
	opacity: 0.8;
}

.modal-body {
	background: #eaeaea;
    padding: 30px 40px 50px 30px;
}

.submit-btn {
	float: right;
	padding: 8px 15px;
	color: #fefefe;
	background: #30a3dc;
	border: none;
	margin: 3px;
	font-size: 16px;
}

.submit-btn:hover {
	cursor: pointer;
	background: #65c8f9;
}
#response-body {
	display: inline-block;
	width: 87%;
}

#post-button-container {
	display: inline-block;
	width: 12%;
	resize: none;
}

#post-button-container button {
	display: inline-block;
    text-align: center;
    width: 100%;
}

textarea { resize: none; }

.text-right {
    text-align: right;
}

.modal-replied-message {
	border-bottom: 4px solid #d2d2d2;
}

.form-label {
    display: block;
    margin-bottom: 1em;
}

.current-message {
	display: block;
}

.current-message img {
	display: inline-block;
	width: 60px;
	height: 70px;
	margin: 10px;
	margin-left: 80px;
}

.current-message div {
	display: inline-block;
	padding-top: 10px;
	width: 500px;
}

.current-message-body p:first-child{
	font-size: 12px;
	font-weight: bold;
	opacity: 0.6;
}
.current-message-body p:nth-child(2){
	font-size: 20px;
	margin-top: 5px;
	word-wrap: break-word;
}

.current-message-
.form-label > .form-control {
    margin-top: 0.5em;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    line-height: 1.5;
    border: 1px solid #ddd;
}

.modal-enter, .modal-leave {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bb-actions-container {
	margin: 10px 0 5px 5px;
	display: block;
	list-style: none;
}

.bb-actions-container > li {
	display: inline-block;
}

.bb-actions-container > li + li {
	margin-left: 15px;
}

.bb-actions-container > li:nth-child(3) > span > i{
	font-size: 1.1em;
	line-height: 20px;
}
.bb-actions-container > li > span > a, .bb-actions-container > li > span {
	display: inline-block;
	text-decoration: none;
	color: #656565;
	font-size: 1.1em;
}

.bb-actions-container > li > span > a:hover, .bb-actions-container > li > span:hover {
	cursor: pointer;
	color: black;
}

#board-header-wrapper {
	margin-top: 10px;
	background: #CFD6E8;
	position: relative;
}
#board-header-wrapper a > h2, #board-header-wrapper div > h2  {
	display: inline-block;
	background: transparent;
	margin-top: 5px !important;
}
#board-header-wrapper div {
	float: right;
	position: relative;
}
#board-header-wrapper div > h2{
	float: right;
}

#hamburger-container div#menu {
	position: absolute;
    top: 31px;
    right: 0;
    width: 200px;
    background: #ffffff;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    box-shadow: 0px 2px 3px rgba(85, 85, 85, 0.75);
    border-radius: 2px;
}
#hamburger-container div#menu > span {
	padding: 8px;
	display: block;
	text-align: left;
	font-size: 14px;
}
#hamburger-container div#menu > span:hover {
	background: #336cff;
	color: white;
	cursor: pointer;
}
.share-container{
	position: absolute;
    z-index: 1;
    background: #ffffff;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    box-shadow: 0px 2px 3px rgba(85, 85, 85, 0.75);
    border-radius: 2px;
    width: 160px;
    margin: 5px 0 0;
}
.share-container:before {
	border: solid transparent;
	border-bottom: 7px solid #c4c4c4;
	position: absolute;
	border-width: 7px;
	content: " ";
	top: -14px;
	left: 10px;
	height: 0;
	width: 0;
}
.share-container > span {
	padding: 8px;
	display: block;
}
.share-container > span:first-child > i {
	font-size: 0.8em;
    line-height: 17px;
    padding-right: 8.5px;
}
.share-container > span:nth-child(2) > i {
	font-size: 0.8em;
    line-height: 17px;
    padding-right: 5px;
}
.share-container > span:nth-child(3) > i {
	font-size: 0.8em;
    line-height: 17px;
    padding-right: 5px;
}
.share-container > span:hover {
	background: #336cff;
	color: white;
	cursor: pointer;
}
.visibile {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
@media (max-width: 575.98px) {
	#bb-latest-posts {
		background: initial;
		margin-bottom: 0px;
	}
}