#flyerlink-fixed-header {
	top: 0px;
	border: 0px;
}	

#wrapper-inset {
	padding-top: 1px;
}

body.dev #wrapper-inset {
	padding-top: 1px;
}

#flyerlink-fixed-header-inset {
	background-color: #283339;
}

@media ( min-width: 1135px ) {
	#flyerlink-fixed-header {
		width: 100%;
		position: fixed;
		top: 0px;
		border: 0px;
		z-index: 10;
	}

	#wrapper-inset {
		padding-top: 66px;
	}

	body.dev #wrapper-inset {
		padding-top: 78px;
	}

	#flyerlink-fixed-header-inset {
		width: 100%;
		-webkit-box-shadow: 0 0 15px 0 #1a1a1a;
		-moz-box-shadow: 0 0 15px 0 #1a1a1a;
		box-shadow: 0 0 15px 0 #1a1a1a;
	}
}

body.dev #flyerlink-fixed-header-inset-dev-warning {
	background: url("/images/dev.png") 0 -8px repeat-x;
	height: 12px;
}

#flyerlink-fixed-header-search-links {
	padding: 5px;
	float: right;
}

#flyerlink-fixed-header-search-links a {
	margin-right: 5px;
}

#flyerlink-fixed-header-label-wrapper {
	display: table;
	height: 60px;
	overflow: hidden;
	float: right;
	color: white;
	margin-right: 10px;
}

#flyerlink-fixed-header-label {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

#flyerlink-fixed-header-logo-wrapper {
	padding: 5px;
}

#flyerlink-fixed-header-logo-wrapper img:not(.round) {
	margin-left: 22px;
}

#flyerlink-fixed-header-logo-wrapper td {
	padding-right: 15px;
}


#flyerlink-fixed-header-logo-wrapper td.workgroup {
	padding-top: 0px;
	font-size: 15.6px;
	color: white;
}

#flyerlink-fixed-header a {
	color: white;
	text-decoration: none;
}

#flyerlink-fixed-header-label #news-count span {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-weight: 700;
	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.3 );
	border-radius: 3px 3px 3px 3px;
	background-color: #59a100;
}

#flyerlink-fixed-header-label #news-count span:hover {
	text-decoration: underline;
}


.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    


/* Form wrapper styling */
.form-wrapper {
	padding-top: 2px;
}
 
/* Form text input */
 
.form-wrapper input {
    width: 130px;
    padding: 5px 5px;
    float: left;    
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;    
		height: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0 5px;
    cursor: pointer;
    height: 25px;
	font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #009688;
    border-radius: 0 3px 3px 0px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}   
   
.form-wrapper button:hover{     
  background: #26A69A;
	text-decoration: none;
}   
   
.form-wrapper button:active {
	padding-top: 2px;
}
.form-wrapper button:focus{   
  background: #26A69A;
	outline: 0;   
}
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}


/* Our Moot overrides */
.moot {
	font-size: 16px;
}

.moot .m-header {
	height: 48px;
	background-image: url( /images/logos/w3pin_logo.png );
	background-repeat: no-repeat;
	background-position: 28px 10px;
}

.moot .m-face {
	border-radius: 50px;
}

.moot .m-title, .moot .m-cat a {
	font-weight: 700;
}

.moot .m-get-replies {
	margin-top: -1.2em;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

.moot a.m-me {
	display: none;
}

.moot button, .moot .m-button {
	background-color: #59a100 !important;
}

.moot .m-more-moots::after, .moot .m-get-replies .m-to-tail::after {
	color: #59a100 !important;
}

.moot em {
	font-weight: 700;
}

.moot em.m-icon {
	font-family: icon;
}

.moot .m-newcount {
	margin-top: -0.4em;
}

.moot .m-seed {
	margin-bottom: 20px;
}

.moot .m-header .m-wrap {
	padding: 0 4em;
}

.moot .m-body strong {
	font-weight: 700;
}

.moot .m-body em {
	font-weight: 400;
}

.moot .m-page {
	width: 80%;
}

.moot .m-sidebar {
	width: 20%;
}

.moot .m-wrap {
	max-width: 1000px;
}

.moot .m-body p {
	margin-bottom: 5px;
}

.moot .m-body p.m-empty {
	display: none;
}

.moot .m-thumb img {
	max-width: 200px;
	height: auto;
	border: 1px solid #aaa;
	margin-top: 5px;
	margin-bottom: 5px;
}

.moot .m-image::before {
	content: '';
}

svg.fa-trash-alt {
	color : #777;
}

svg.fa-trash-alt:hover {
	color : darkred;
	cursor: pointer;
}

button svg.fa-trash:hover {
	color : darkred;
	cursor: pointer;
}

.ck-button svg.fa-trash-alt {
	color: white;
}


/* Override Vue to not circle the icons in alerts */
.v-alert__icon {
	border-radius: 0 !important;
}




.xdebug-error {
	position: absolute;
	z-index: 100000;
	left: 50px;
	width: calc(100% - 100px);
	top: 100px;
}