﻿/* COPY button for pre class="prettyprint" elements */

.copy-button
{
	cursor: pointer;
	border: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 6px 10px 10px;
	color: #006cbe;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.copy-button,
::before,
::after
{
	box-sizing: inherit;
}

.copy-button
{
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

pre[class*="prettyprint"]
{
	-moz-tab-size: 4;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.copy-button::backdrop
{
	background-color: rgba(0, 0, 0, 0.5);
}

/*
.copy-button::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background-size: contain;
    background-image: url('http://www.campusmanagement.com/favicon.ico');
    background-repeat: no-repeat;
    position: relative;
    top: 3px;

}
*/

.copy-button
{
	cursor: pointer;
	border: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 6px 10px 10px;
	color: #006cbe;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
}

pre[class*="prettyprint"]
{
	-moz-tab-size: 4;
	-moz-hyphens: none;
	hyphens: none;
	position: relative;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.copy-button
{
	border-radius: 0;
	min-width: 55px;
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #bbb;
	color: #006cbe;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42rem;
	margin: 0;
	padding: 0px 5px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	position: absolute;
	background: #fff;
}

.pre
{
	max-width: 30px;
	overflow: hidden;
	position: absolute;
	word-wrap: break-word;
	white-space: pre-wrap;
}

ol.linenums
{
	overflow: auto;
}

/* end COPY button for pre elements */