/*@font-face {
    font-family: 'sourcecodepro';
    src: url('fonts/sourcecodepro-regular-webfont.eot');
    src: url('fonts/sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcecodepro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcecodepro-regular-webfont.woff') format('woff'),
         url('fonts/sourcecodepro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcecodepro-regular-webfont.svg#source_code_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sourcecodepro';
    src: url('fonts/sourcecodepro-bold-webfont.eot');
    src: url('fonts/sourcecodepro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcecodepro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcecodepro-bold-webfont.woff') format('woff'),
         url('fonts/sourcecodepro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcecodepro-bold-webfont.svg#source_code_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'sourcecodepro';
    src: url('fonts/sourcecodepro-it-webfont.eot');
    src: url('fonts/sourcecodepro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcecodepro-it-webfont.woff2') format('woff2'),
         url('fonts/sourcecodepro-it-webfont.woff') format('woff'),
         url('fonts/sourcecodepro-it-webfont.ttf') format('truetype'),
         url('fonts/sourcecodepro-it-webfont.svg#source_code_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}*/
@font-face {
    font-family: 'jb';
    src: url('fonts/JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jb';
    src: url('fonts/JetBrainsMono-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'jb';
    src: url('fonts/JetBrainsMono-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'jb';
    src: url('fonts/JetBrainsMono-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #282828;
	color: #c0c5ce;
	/*font-family: 'sourcecodepro';*/
	font-family: 'jb';
	overflow: hidden;
}
body.guest {
	background: #303841;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
u {
    text-decoration: none;
    border-bottom: 1px solid #f60;
    padding-bottom: 3px;
}
#title {
	position: fixed;
	bottom: 50px;
	right: 50px;
	font-size: 64px;
	font-weight: bold;
	color: #2c2c2c;
	text-shadow: -1px -1px 0 #3a3a3a, 1px -1px 0 #3a3a3a, -1px 1px 0 #3a3a3a, 1px 1px 0 #3a3a3a;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#preview, #img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 70%;
    overflow-y: scroll;
    padding: 20px;
    background: #000;
    border: 1px solid #ccc;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5;
}
#img {
	overflow-y: hidden;
}
#preview ol {
	*list-style-type: decimal-leading-zero;
	list-style-position: outside;
}
#preview ol li {
	border-bottom: 1px solid #747474;
	padding: 5px 2px;
	min-height: 30px;
	line-height: 30px;
	counter-increment: customlistcounter;
}
#preview ol > li::before {
	content: counter(customlistcounter, decimal-leading-zero) " ";
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color: #ccc;
}
#preview ol > li:nth-child(1) {
	counter-reset: customlistcounter;
}
#preview ol li:last-child {
	border-bottom: none;
}
#paste {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	#title {
		font-size: 128px;
	}
}
#container {
	margin: 0 auto;
}
#main {
	width: 98%;
	/*height: 98%;*/
	height: 96%;
	padding: 1%;
	position: absolute;
	top: 0;
	left: 0;
	resize: none;
	background: transparent;
	color: #c0c5ce;
	line-height: 1.5;
	font-size: 20px;
}
#status {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 20px;
	right: 30px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#saveImg {
	display: inline-block;
	border: 1px solid #d1d3d4;
    padding: 5px 10px;
    margin: 15px 0 10px 0;
    cursor: pointer;
}
#saveImg:hover, #saveImg:focus {
	background: #f60;
}
#saveImgMsg {
	font-size: 10px;
	min-height: 18px;
}
.anim {
	-webkit-animation-name: anim;
	-moz-animation-name: anim;
	-o-animation-name: anim;
	-ms-animation-name: anim;
	animation-name: anim;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-mask-type-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes anim {
	0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
	12% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	24% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	36% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	48% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	60% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	72% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes anim {
	0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
	12% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	24% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	36% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	48% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	60% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	72% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-o-keyframes anim {
	0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
	12% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	24% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	36% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	48% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	60% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	72% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-ms-keyframes anim {
	0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
	12% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	24% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	36% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	48% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	60% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	72% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes anim {
	0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
	12% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	24% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	36% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	48% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	60% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	72% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fff;
}
::selection {
	background: #0474d6;
	color: #fff;
}
::-moz-selection {
	background: #0474d6;
	color: #fff;
}
.blue {
	color: #0474d6;
}
.green {
	color: #02b116;
}
.yellow {
	color: #efce00;
}
.red {
	color: #fb0e00;
}
del {
	color: #646464;
}
.blue, .green, .yellow, .red {
	font-weight: bold;
}
#multi {
	background: #212A37;
	overflow: visible;
}
#multi .container {
	padding: 2rem 3rem;
	/*max-width: 960px;*/
}
#multi .clips {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
#multi .clip {
	position: relative;
	border: 1px solid #d1d3d4;
	border-radius: 10px;
	padding: 0.2rem 0.5rem 0 0.5rem;
	margin: 1.5rem;
	width: 25vw;
	min-width: 175px;
	height: 15vh;
	min-height: 100px;
	text-align: left;
}
#multi .clip textarea {
	background: transparent;
	color: #ccc;
	width: 80%;
	height: 80%;
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
	line-height: 1rem;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 2s ease;
}
#multi .clip span {
	position: absolute;
	top: 0.15rem;
	right: 0.35rem;
	font-size: 1.25rem;
	cursor: pointer;
}
#multi .clip span:hover {
	color: #f60;
}
#multi ::selection {
	background: #6804d6;
	color: #fff;
}
#multi ::-moz-selection {
	background: #6804d6;
	color: #fff;
}
#multi #clip_0 {
	background: #0B1215;
}
#multi #clip_0 p {
	font-size: 0.9rem;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	width: 90%;
}
#multi #clip_0 textarea {
	/*height: 60%;*/
}
#multi #clip_0:before {
	content: '++';
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 5rem;
	letter-spacing: 1px;
	opacity: 0.1;
}
#multi .brd {
	animation-name: borders;
	animation-duration: 1s;
	animation-iteration-count: 2;
}
@keyframes borders {
  0%	{ border: 1px solid #d1d3d4; }
  50%	{ border: 1px solid #f60; }
  100%	{ border: 1px solid #d1d3d4; }
}
#multi .deleted {
	border: 1px solid #bd3939;
}
#multi .updated {
	border: 1px solid #8ab33b;
}