[v-cloak] > * { display:none; }
[v-cloak]::before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}

a {
	text-decoration: none;
}
/*
body {
	font-size: .875rem;
}
/*h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.10rem;
}*/
.btn {
	cursor: pointer;
	height: 26px;
	border-width: 0;
	border-radius: 5px;
	padding: 5 15;
}
.btn:hover {
	filter: brightness(80%);
	transition: 0.2s ease-in;
}
.btn-edit {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-save {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-history {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-history-confirm {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-copy {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.mce-i-green {
	color: #B2DE86!important;
}
.js-copytextarea {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#wrapper, .mce-tinymce,.mce-stack-layout, .mce-edit-area{
	display: flex!important;
	flex-direction: column;
	flex: 1;
	align-items:stretch;
}
.mce-tinymce iframe{
	flex: 1;
}
@media (min-width: 768px) {
	body {
	/*	padding-left: 160px;*/
	}
}
.leftsidebar {
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	position:fixed;
	left:0px;
	width:160px;
}
.leftmenu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5;
}
.leftmenu > li {
	margin-top: 2;
}
.leftsidebar {
	background-color: #0E1117!important;
	color: #C8D1D9;
}
.history {
	list-style-type: none;
	padding-right:0;
	padding-left:4px;
	width:160px;
}

.history > li {
	overflow:auto;
}

.history > li:nth-of-type(odd) {
	background-color: #e1fbfa;
}

.history > li:hover {
	background-color: #a2efec;
}

.linkexists {
	color: #007bff;
}

.linkdoesntexist {
	color: red;
}

.feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 32px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 32px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}

.sidebar .header-link {
	font-weight: 500;
	color: #333;
}

.sidebar .header-link .feather {
	margin-right: 4px;
	color: #999;
}

.sidebar .header-link.active {
	color: #007bff;
}

.sidebar .header-link:hover .feather,
.sidebar .header-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

/*
 * Content
 */
#main {
	margin-left: 160px;
	overflow: auto;
	height: calc(100% - 32px); /* 32 px is header */
	/*  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.headerbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
.headerbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.search {
	height: 28px;
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.search:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen {
	body {
		background-color: #0E1117;
		color: #C8D1D9;
	}
	h1,h2,h3,h4,h5,h6 {
		color: #9cc3ee;
	}
	pre {
		color: #C8D1D9;
	}
	a {
		color: #9cc3ee;
	}
	.linkexists {
		color: #9cc3ee;
	}

	/* background color for highlighed code element in tinymce */
	.mce-content-body code[data-mce-selected="inline-boundary"] {
		background-color: purple;
	}
	
	/* background color for highlighed link in tinymce */
	.mce-content-body a[data-mce-selected="inline-boundary"] {
		background-color: purple;
	}
}


* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

.header {
  top: 0;
  position: sticky;
  height: 32px;
  width: 100%;
  background-color: #4d4d4d;
}

.header > .header-header {
  display: inline;
}

.header > .header-header > .header-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 0px 10px 0px 10px;
}

.header > .header-btn {
  display: none;
}

.header > .header-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.header > .header-links > a {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #efefef;
}

.header > .header-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.header > #header-check {
  display: none;
}

@media (max-width:600px) {
  .header > .header-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .header > .header-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .header > .header-btn > label:hover,.header  #header-check:checked ~ .header-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header > .header-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .header > .header-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .header > .header-links > a {
    display: block;
    width: 100%;
  }
  .header > #header-check:not(:checked) ~ .header-links {
    height: 0px;
  }
  .header > #header-check:checked ~ .header-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
