a {
	color: #FFF;
}

a:hover {
	color: #333;
}

@font-face {
	font-family: CodeLight;
	src: url('../fonts/CodeLight.otf');
}

@font-face {
	font-family: CodeBold;
	src: url('../fonts/CodeBold.otf');
}

@font-face {
	font-family: GeoSansLight;
	src: url('../fonts/GeosansLight.ttf');
}

.update-password {
	padding-top: 15px;
}

.update-password small {
	color: rgba(255, 255, 255, 0.5);
}

.footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 5px;
	text-align: right;
	background: transparent;
	font-size: 9px;
	color: #FFF;
}

.footer a img {
	height: 20px;
	width: auto;
	margin-left: 10px;
}

#seo {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 1029;
}

#seo>.container {
	display: none;
	margin-top: 30px;
}

#seo>div>div>div.panel-body>div>div {
	margin-bottom: 10px;
}

#seo>div>div>div.panel-body>div>div>span {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

#wrapper {
	width: 100%;
}

#page-wrapper {
	padding: 0 15px;
	min-height: 568px;
	background-color: #fff;
}

@media(min-width:768px) {
	#page-wrapper {
		position: inherit;
		margin: 0 0 0 250px;
		padding: 0 30px;
		border-left: 1px solid #e7e7e7;
	}
}

textarea,
input {
	width: 100%;
	background: transparent;
	border: none;
	text-align: center;
}

textarea {
	height: 130px;
}

.clearfix {
	clear: both;
}

div[data*='social'] {
	min-height: 130px;
}

div[data*='new footer_social'] {
	min-height: 110px;
}

div[data*=list],
div[data*=list]>div.thumbnail,
div[data*=banners],
div[data*=banners]>div.thumbnail {
	min-height: 315px;
}

div[data*=downloads],
div[data*=downloads]>div.thumbnail {
	min-height: 120px;
}

div[data*=videos],
div[data*=videos]>div.thumbnail {
	min-height: 290px;
}

div[data*=products],
div[data*=products]>div.thumbnail {
	min-height: 420px;
}

span[data*=order] {
	display: none;
}

#side-menu>li {
	border-bottom: 1px solid #22262e;
}

.nav-second-level>li {
	border-bottom: 1px dotted #111;
}

#side-menu>li>a>span {
	cursor: pointer;
	margin-left: 10px;
}

#side-menu>li>a:hover>span,
#side-menu>li>a:focus>span {
	display: inline;
}

.bb-alert {
	position: fixed;
	bottom: 0%;
	right: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	padding: 1em 1.3em;
	z-index: 2000;
}

.edit {
	display: inline-table;
	padding: 5px;
	line-height: 25px;
	border: 1px solid #ffffff;
	min-height: 35px;
	width: 100%;
	margin-top: 3px;
}

.edit:hover,
.edit:focus,
.edit:active,
.icon:hover,
.icon:focus,
.icon:active,
.link:hover,
.link:focus,
.link:active {
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
}

.icon {
	font-size: 50px;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #FFF;
}

.link {
	padding: 5px;
	border: 1px solid #FFF;
	cursor: pointer;
}

.upload {
	color: #fff;
	float: left;
	left: 8%;
	position: absolute;
	text-shadow: 3px 1px 4px #333, -2px -1px 4px #333;
	top: 37%;
	cursor: pointer;
}

.panel-files>div.panel-body,
.panel-icons>div.panel-body,
.panel-images>div.panel-body {
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.panel-files>div.panel-body>span.fa:hover,
.panel-icons>div.panel-body>span.fa:hover,
.panel-images>div.panel-body>span.fa:hover {
	background: none repeat scroll 0 0 #ddd;
	cursor: pointer;
}

.panel-files>div.panel-body>span.fa,
.panel-icons>div.panel-body>span.fa,
.panel-images>div.panel-body>span.fa {
	margin: 1px 0 0px -3px;
	padding: 5px;
	font-size: 25px;
}

.upload-image {
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 35px;
	left: 44%;
	opacity: 0.85;
	position: absolute;
	text-shadow: 1px 1px 1px rgb(51, 51, 51), -1px -1px 4px rgb(51, 51, 51);
	top: 37%;
}

.table td a,
.table th i {
	font-size: 20px;
}

.table td a i.fa-trash-o {
	color: #d9534f;
}

.pad-top {
	padding-top: 35px;
}

.pad-bottom {
	padding-bottom: 50px;
}

h1,
.h1 {
	font-size: 25px;
}

.navbar-default {}

.navbar-static-top {
	background-color: #22262e !important;
	border-bottom: 3px solid #15171C !important;
}

.navbar-brand {
	color: #FFF !important;
}

.navbar-top-links li {
	display: inline-block;
}

.navbar-top-links li:last-child {
	margin-right: 15px;
}

.navbar-top-links li a {
	padding: 15px;
	min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
	display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
	margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
	white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
	width: 310px;
	min-width: 0;
}

.navbar-top-links .dropdown-messages {
	margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
	margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
	margin-left: -123px;
}

.navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
}

.nav-second-level {
	background-color: #22262e !important;
}

.sidebar {
	background-color: #1b1e24 !important;
}

.sidebar .sidebar-nav.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 15px;
}

.sidebar ul li a {
	color: #8b91a0;
	border-left: 3px solid #22262e;
}

.sidebar ul li a.active {
	border-left: 3px solid rgba(255, 242, 0, 1);
	color: #428bca !important;
	background-color: #000000 !important;
}

.sidebar ul li a:hover {
	color: #428bca !important;
	border-left: 3px solid rgba(255, 242, 0, 1) !important;
	background-color: #000000 !important;
}

.sidebar .arrow {
	float: right;
}

.sidebar .fa.arrow:before {
	content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}

.sidebar .nav-second-level li a {
	padding-left: 37px;
}

.sidebar .nav-third-level li a {
	padding-left: 52px;
}

@media(min-width:768px) {
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 53px;
	}

	.navbar-top-links .dropdown-messages,
	.navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
		margin-left: auto;
	}
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}

.btn-primary.btn-outline {
	color: #428bca;
}

.btn-success.btn-outline {
	color: #5cb85c;
}

.btn-info.btn-outline {
	color: #5bc0de;
}

.btn-warning.btn-outline {
	color: #f0ad4e;
}

.btn-danger.btn-outline {
	color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	color: #fff;
}

.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.chat li .chat-body p {
	margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
	margin-right: 5px;
}

.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}

.login-panel {
	margin-top: 25%;
}

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, .5);
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}

.show-grid {
	margin: 15px 0;
}

.huge {
	font-size: 40px;
}

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}

/* LOAD IMAGE */
.glyphicon-refresh-animate {
	animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

.login-page {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	background-color: rgba(17, 37, 71, 1);
	background-image: linear-gradient(to bottom right, rgba(17, 37, 71, 1) 40%, rgba(22, 66, 90, 1), rgba(54, 179, 167, 1));
}

.login-logo {
	margin-bottom: 0px !important;
	padding: 10px;
}

.login-box-body input {
	text-align: left;
	border-radius: 5px !important;
}

.login-box-body button {
	background-color: rgba(5, 140, 126, 1) !important;
	border: rgba(5, 140, 126, 1) !important;
	border-radius: 50px !important;
	color: rgba(255, 255, 255, 1) !important;
	margin-top: 10px;
	text-transform: uppercase;
}

.login-box-body button:hover {
	background-color: rgba(5, 140, 126, 0.8) !important;
}

.login-page,
.register-page {
	background-color: rgba(231, 231, 231, 1);
}

.login-box-body span.alert {
	display: block !important;
}
