:root {
    --uc-general-font: "Spectral", serif;
}

:root {
    --uc-accent-font: "Spectral", serif;
}

:root {
	--uc-default-color: #757575;
}

:root {
	--uc-text-light-color: #c1c1c1;
}

:root {
	--uc-dark-color: #181717;
}

:root {
	--uc-white-color: #fff;
}

:root {
	--uc-light-color: #f0eff1;
}

.color-white {
	color: #fff;
}

.color-dark {
	color: #393939;
}

.bg-light {
	background-color: var(--uc-light-color) !important;
}

.bg-dark {
	background-color: var(--uc-dark-color) !important;
}

.bg-secondary {

}

body {
    font-size: 15px;
    font-family: var(--uc-general-font);
    font-weight: 400;
    line-height: normal;
    color: var(--uc-default-color);
}

img {
	max-width: 100%;
}

section {
	padding: 2rem;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--uc-dark-color);
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.important-note {
	background-color: lightgoldenrodyellow;
	color: var(--uc-dark-color);
	font-size: 18px;
	padding: 1.5rem;
	margin-bottom: 3rem;
}

.btn {
	font-family: var(--uc-accent-font);
    padding: .5rem 1.5rem;
    line-height: 1;
    display: flex;
    width: max-content;
    align-items: center;
}

.btn-dark {
	color: var(--uc-white-color);
	background-color: var(--uc-dark-color);
}

#page-wrapper {
	display: flex;
	position: relative;
}

.sidebar-boxed {
	flex: 0 0 auto;
	width: 270px;
	padding: 1rem;
	background-color: #2b2929;
	height: 100vh;
	position: sticky;
	top: 0;
	overflow-y: scroll;
}

.sidebar-boxed::-webkit-scrollbar {
	display: none;
}

.content-wrapper {
	flex-grow: 1;
}

.sidebar-brand {
    width: 100px;
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-left: .20rem;
}

.site-header {
	padding: 1rem 2rem;
}

.glyphicons-list {
	list-style:none;
	padding:0;
}

.sidenav {
	display: flex;
	flex-direction: column;
}

.sidenav li {
	padding: 0;
	list-style: none;
}

.sidenav li a {
	color: var(--uc-text-light-color);
	display: block;
	text-decoration: none;
	padding: .35rem 1rem;
}

.sidenav li a:hover {
	color: var(--uc-white-color);
}

.sidenav li.submenu > ul {
	padding-left: 1rem;
}

.sidenav li.active > a {
	background-color: var(--uc-white-color);
	color: var(--uc-dark-color);
}

.list-block li a:hover {
	color: var(--uc-dark-color);
}

.box-model-1 {
	padding: 1.5rem;
	background-color: var(--uc-light-color);
	height: 100%;
}

.box-model-1 a {
	color: var(--uc-default-color);
}

.box-model-1 .list-block {
	margin: 0;
}

.page-header .section-title {
	background-color: var(--uc-dark-color);
	color: var(--uc-white-color);
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}

.clipboard-copy {
    position: absolute;
    top: 26px;
    right: 13px;
    line-height: 20px;
    transition: opacity .4s ease-in-out;
    opacity: 0;
    z-index: 4;
}

:not(pre)>code[class*=language-], 
pre[class*=language-] {
    background-color: #242424;
    border-radius: 3px;
    padding: 2rem;
    padding-top: 2.5rem;
    margin-top: 15px;
    margin-bottom: 25px;
    word-wrap: normal;
    border-color: #e7e7e7;
}

pre[class*=language-] {
    position: relative;
}

pre:hover .clipboard-copy {
    opacity: 1;
}

.label-purple, 
.btn-purple, 
.change-moved {
    background-color: #6d5cae;
    color: var(--uc-white-color);
}

.btn-purple.active, 
.btn-purple.focus, 
.btn-purple:active, 
.btn-purple:focus, 
.btn-purple:hover {
    background-color: #554790;
    color: var(--uc-white-color);
}

.btn-group-sm>.btn, 
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

pre code {
	font-size: 13px;
}

pre .language-name {
    background-color: transparent;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: default;
    position: absolute;
    top: 8px;
    right: 10px;
}

.token.boolean, 
.token.constant, 
.token.deleted, 
.token.number, 
.token.property, 
.token.symbol, 
.token.tag {
    color: #dd077e;
}

.token.attr-name, 
.token.builtin, 
.token.char, 
.token.inserted, 
.token.selector, 
.token.string {
    color: #79b306;
}

.token.atrule, 
.token.attr-value, 
.token.keyword {
    color: #0995d1;
}

.line-numbers .line-numbers-rows {
    border-right-color: #ccc;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #565656;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: a;
}

.text-gray, 
.line-numbers-rows>span:before, 
.code-window .line-numbers-rows>span:before {
    color: #ccc;
}

.line-numbers-rows>span:before {
    content: counter(a);
    color: #565656;
    display: block;
    padding-right: .8em;
    text-align: right;
}

pre.line-numbers, 
pre.line-numbers>code {
    position: relative;
}

.token.punctuation {
    color: #a5a5a5;
}

.media-query-row {
	display: flex;
	align-items: stretch;
}

.media-query-row > div {
	padding: 1rem;
	border: 1px solid #eee;
	margin: -1px;
}

.screen-size {
	width: 250px;
}

.media-css {
	flex-grow: 1;
}

code.language-javascript {
    color: #cfcfcf;
}

span.token.comment {
    color: #797979;
}

span.token.function {
    color: #ff842a;
}

.class_table {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.class_row {
	display: flex;
	flex-direction: revert;
}

.class_row > div {
	border: 1px solid #eee;
	padding: .5rem 1rem;
}

.class_name {
	flex: 0 0 auto;
	width: 200px;
	margin: -1px;
	margin-right: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.class_details {
	flex-grow: 1;
	margin: -1px;
	margin-left: 0;
	margin-bottom: 0;
}

.class_details p {
	margin-bottom: 0;
}

span.token.hexcode {
    color: #b5b5b5;
}

code.language-markup {
    color: #e5e5e5;
}





.glyphicons-list li {
	display:inline-block;
	float:left;
	width:12.5%;
	height:115px;
	background-color:#f8f8f8;
	border:1px solid #fff;
	transition:.3s ease;
	padding:10px;
}

.glyphicons-list li:hover {
	background-color:#eee;
}

.glyphicons-list .glyphicon {
	display:block;
	text-align:center;
	font-size:25px;
	color:#222;
}

.glyphicons-list .glyphicon-class {
	display:block;
	text-align:center;
	margin-top:10px;
	line-height:16px;
	font-size:13px;
}

.fa-page-header {
	font-size:20px;
	padding-bottom:15px;
	border-bottom:1px solid #f1f1f1;
}

.fontawesome-icon-list .fa-hover {
	margin-bottom:5px;
	transition:.3s ease;
}

.fontawesome-icon-list .fa-hover:hover {
	background-color:#f8f8f8;
}

.fontawesome-icon-list .fa-hover .fa {
	width:25px;
	color:#222;
}

.prism-languages {
	list-style:none;
	margin:20px 0;
	padding:0;
}

.prism-languages li {
	width:33.3333%;
	float:left;
}

.prism-languages li code {
	margin-left:8px;
}

.window-content .btn {
	margin-bottom:6px;
}

@media max-width767px{
	.glyphicons-list li {
		width:25%;
	}
}

@media max-width991px{
	.prism-languages li {
		width:50%;
	}
}