/**
 * Override theme styles.
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:900,700,500,300,100);
/* Links */
a, a:visited {
	color: #1C94C4;
}
a:hover {
	color: #136e8e;
}

.open-menu-left .bar {
	margin-left:0px;
}
.open-menu-right .bar {
	margin-left:0px;
}

/* Header and navigation*/
.header .navbar-inner {
	background: #1b1e24 !important;
}
.header .chat-toggler a{
	color:#cecece;
}
.header-seperation,
.header .notifcation-center,
.header .notifcation-center li a {
	background: url(/img/steve.jpg);
	background-size: cover;
	background-position: 0px -132px; /* show teeth :) */
	background-repeat: no-repeat;
}
.page-sidebar.mini {
	background: #1b1e24 !important;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i {
	color: #8b91a0 !important;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
	color: #ffffff !important;
}

.page-sidebar .page-sidebar-wrapper > ul > li:hover > a,
.page-sidebar ul.folders > li:hover > a,
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
	background: #262a33 !important;
}
.pace .pace-progress {
	background: #1C94C4 !important;
}
.logo {
	margin: 20px 0px 0px 0px;
	text-align: center;
}
.header .pull-right .quick-section {
	margin-left: 0px;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
	background-color: #1C94C4;
}
.help-icon-wrapper {
	margin-top: -8px !important;
	padding: 0px !important;
}
.help-icon {
	padding: 0px;
	font-size: 21px !important;
	color: #fff !important;
}
.menu-opener {
	font-size: 21px;
	color: #fff;
}
.header-title {
	white-space: nowrap;
	width: auto;
	color: #fff;
	margin-left: 60px;
	margin-top: 16px;
	font-weight: 600;
	font-family: 'Open sans';
	font-size: 19px;
}
/* Page toolbar */
body .horizontal-menu .bar {
	margin-top: 60px;
}
body .horizontal-menu .bar,
body .horizontal-menu .bar-inner > ul > li > ul {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}
body .horizontal-menu .bar-inner > ul > li > ul.classic,
body .horizontal-menu .bar-inner > ul > li > ul.horizontal,
body .horizontal-menu .bar-inner > ul > li > ul.mega {
	top: 40px;
}
body .horizontal-menu .bar-inner > ul > li > ul.mega {
	width: 100%;
	width: calc(100% - 250px);
}
body .horizontal-menu.condensed .bar-inner > ul > li > ul.mega {
	width: 100%;
	width: calc(100% - 50px);
}
body .horizontal-menu .bar-inner ul > li > a > span.arrow:before {
	float: none;
	top: 2px;
}
body .horizontal-menu .bar-inner > ul > li > a > i {
	font-size: 14px;
	margin-top: 2px;
	float: left;
	margin-right: 5px;
}

/* Search bar */
.header .search-form {
	margin: 0px !important;
	top: 0;
}
.input-prepend.inside .add-on:first-child, .input-prepend .btn:first-child {
	left: 0px;
}
#main-search {
	height: 60px;
	cursor: text;
}

#main-search span {
	width: 16px;
	height: 100%;
}
#main-search {
	margin-left: 0px;
	width: 250px;
}
#main-search span.add-on,
#main-search input {
	border-radius: 0;
	background-color: #0d0f12;
	color: #dddddd;
}
#main-search input:focus {
	background-color: #f4f5f7;
	color: #282323;
}
#main-search span.add-on .iconset.top-search {
	top: 0;
}
#main-search input {
	width: 216px;
	height: 100%;
}
.iconset.top-search {
	background-position: -261px 12px;
}

/** Fix search box on responsive view */
@media only screen and (max-width: 979px) {
	#main-search {
		width: calc(100% - 70px);
	}
	#main-search input {
		width: 60%;
		width: calc(100% - 34px);
	}
}

/* Main page content */
.page-content .content {
	padding-top: 120px;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body{
  background: linear-gradient(to bottom, rgba(139, 145, 160, 0.14), rgba(139, 145, 160, 0.32));
  height: 100%;
}

.loading {
	background: rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	z-index: 99999;
	-webkit-transition: opacity 0.3s ease-out;
	opacity: 0;
	height: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events:none;
}

.loading.show {
	opacity: 1;
	pointer-events:auto;
}



.center{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.bouncywrap{
  position: relative;
}


.dotcon{
  display: block;
  float: left;
  width: 50px;
  position: absolute;
}

.dc1{
  -webkit-animation: bouncy1 1.5s infinite;
  left: -40px;
  animation: bouncy1 1.5s infinite;
}

.dc2{
  -webkit-animation: bouncy2 1.5s infinite;
  animation: bouncy2 1.5s infinite;
  left: 0;
}

.dc3{
  -webkit-animation: bouncy3 1.5s infinite;
  animation: bouncy3 1.5s infinite;
  left: 40px;
}

.dot{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(150,160,180,0.8);
}

.cpu-height {
	height: 262px !important;
}
@-webkit-keyframes bouncy1{
  0% {-webkit-transform: translate(0px,0px) rotate(0deg);}
  50% {-webkit-transform: translate(0px,0px) rotate(180deg);}
  100% {-webkit-transform: translate(40px,0px) rotate(-180deg);}
}

@keyframes bouncy1{
  0% {transform: translate(0px,0px) rotate(0deg);}
  50% {transform: translate(0px,0px) rotate(180deg);}
  100% {transform: translate(40px,0px) rotate(-180deg);}
}

@-webkit-keyframes bouncy2{
  0% {-webkit-transform: translateX(0px);}
  50% {-webkit-transform: translateX(-40px);}
  100% {-webkit-transform: translateX(-40px);}
}

@keyframes bouncy2{
  0% {transform: translateX(0px);}
  50% {transform: translateX(-40px);}
  100% {transform: translateX(-40px);}
}

@-webkit-keyframes bouncy3{
  0% {-webkit-transform: translateX(0px);}
  50% {-webkit-transform: translateX(0px);}
  100% {-webkit-transform: translateX(-40px);}
}

@keyframes bouncy3{
  0% {transform: translateX(0px);}
  50% {transform: translateX(0px);}
  100% {transform: translateX(-40px);}
}
