/* Bootstrap Reset */

html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #222E33;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.row {
	margin: 10px -15px;
}

.form-control {
	border-radius: 0px;
}

.navbar-brand {
	color: #C5C5C5;
	padding:0px 15px;
	height:70px;
	line-height:70px;
	font-size:14px;
}

.navbar-brand img {
	border-radius:50px;
	float:left;
	max-height:50px;
	margin: 10px 10px 10px 0;
}

.navbar-brand img.img-header-avatar {
	border-radius:30px;
	max-height:30px;
	margin-top:20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

h4, h5, h6 {
	font-style:italic;
	color: #999;
}

.page-header {
	margin-top:25px;
}

.btn {
	border-radius:0;
}

.progress {
	border-radius:0;
}

.navbar {
	border-radius: 0px;
	margin-bottom:0;
	border:0;
	background: #2D3E46;
	min-height:70px;
}

.navbar-toggle {
	border:none;
	border-radius:0px;
	padding: 20px 10px;
}

.navbar-toggle .icon-bar {
	background: #00BFF3;
}

.inline-input input[type="text"], .inline-input input[type="password"], input[type="text"].inline-input, input[type="password"].inline-input {
	background: #fff;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #d0dde9;
	border-radius: 0;
	box-shadow: none;
	border-color: #dee3ea;
}

.tooltip-inner {
	border-radius:0;
}

.well {
	background: #FAFAFA;
	border-radius: 0px;
	border: 1px solid #EFEFEF;
}

.navbar-brand:hover {
	color: #FFF;
}

.nav-tabs > li > a {
	border-radius:0;
}

.modal-footer, .modal-header {
	background: #FAFAFA;
}

.modal-content {
	border-radius:0px;
}

.alert-header {
	margin-bottom: 0px;
	border-radius: 0px;
	margin-left: -25px;
	margin-right: -25px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background:none;
	color: #EFEFEF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

/* CKEDITOR FIX */

.cke_button {
	box-sizing:content-box;
}

/* Custom Content */

.admin-navbar {
	/* margin-top: 0px; */
	margin: 0px -10px 0px -10px;
	/* border-bottom: 1px solid #DADADA; */
	background: #222E33;
}

#sidebar-navigation {
	position: absolute;
	width: 200px;
	float: left;
	margin: 0em;
}

#user-information {
	display:none;
	background: #33393E;
	padding-top: 25px;
	border-bottom: 1px solid #5F6366;
}

#user-options {
	padding:0;
	width:100%;
	margin:0 auto;
	margin-top:15px;
	border-top:1px solid #444C52;
}

#user-options a {
	color: #DFDFDF;
	font-size:12px;
	display:block;
	padding:6px;
}

#user-options a:hover {
	background:#444C52;
	text-decoration:none;
}

#user-information img {
	margin: 0 auto;
	border:5px solid #444C52;
	margin-bottom: 15px;
}

#user-information h4 {
	text-align:center;
	color:#DFDFDF;
	width:82%;
	margin:0 auto;
}

#sidebar-navigation.in {
	left: 0;
	min-height: 100% !important;
	width:100%;
	border-right: 0px;
	box-shadow: none;
}

#sidebar-navigation #dashboard-menu {
	list-style: none;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}

#sidebar-navigation #dashboard-menu > li > a {
	display: block;
	padding: 12px 15px;
	color: #E4E4E4;
	outline: 0px;
	line-height: 20px;
	/* transition: background 0.5s linear; */
	/* border-top: 1px solid #1B2225; */
	/* border-bottom: 1px solid #283941; */
}

#sidebar-navigation #dashboard-menu > li {
	position: relative;
}
#sidebar-navigation #dashboard-menu > li .icon-group {
	font-size: 22px;
}

#sidebar-navigation #dashboard-menu > li i {
	font-size: 18px;
}

#sidebar-navigation #dashboard-menu > li:hover i {
	opacity: 1;
}

#sidebar-navigation #dashboard-menu a:hover i {
    color: #FFF;
    opacity: 1;
}

#sidebar-navigation #dashboard-menu > li.active > a,
#sidebar-navigation #dashboard-menu > li > a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #1E2629;
}

#sidebar-navigation #dashboard-menu > li.active a {
	font-weight: 600;
	background: #33393E;
	color: #DFDFDF;
	border-left: 5px solid #d9534f;
}

#sidebar-navigation #dashboard-menu > li.active i {
	opacity: 1;
}

#sidebar-navigation #dashboard-menu .pointer {
	position: absolute;
	right: 9px;
	top: 20px;
}

#dashboard-menu h6 {
	font-style: normal;
	/* border-bottom: 1px solid #E7E7E7; */
	padding-bottom: 10px;
	margin: 0 auto;
	margin-top: 15px;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 15px auto;
	width: 90%;
	padding: 5px 0;
	font-size: 90%;
	font-weight: bold;
	color: #5296B1;
}

#sidebar-navigation #dashboard-menu .pointer .arrow,

#sidebar-navigation #dashboard-menu .pointer .arrow_border {
	border-color: transparent #fff transparent transparent;


	border-width: 11px;
	border-style: solid;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1002;
	left: 0;
	margin-left: 45%;
}

#sidebar-navigation #dashboard-menu .pointer .arrow_border {
	border-color: transparent #c0d2dd transparent transparent;
	border-width: 11px;
	margin-left: -1px;
	border-style: solid;
	z-index: 1001;
	top: 0px;
}

#sidebar-navigation #dashboard-menu a span {
	margin-left: 30px;
	/* transition: color 1.1s linear; */
	-moz-transition: color .1s linear;
	/* -webkit-transition: color .1s linear; */
	-o-transition: color .1s linear;
}

#sidebar-navigation #dashboard-menu a i {
	position: absolute;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	/* color: #AAAAAA; */
	opacity: 1;
}

#sidebar-navigation #dashboard-menu a i.icon-chevron-down {
	position: relative;
	float: right;
	top: 5px;
	font-size: 11px;
	color: #686868;
	width: initial;
	height: initial;
}

#sidebar-navigation #dashboard-menu > li.active .dropdown-toggle,
#sidebar-navigation #dashboard-menu > li.open .dropdown-toggle {
	border-bottom: 0px;
	box-shadow: none; 
}
#sidebar-navigation #dashboard-menu ul.submenu {
	list-style-type: none;
	display: none;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	padding-bottom: 10px;
}

#sidebar-navigation #dashboard-menu ul.submenu.active {
	display: block;
}

#sidebar-navigation #dashboard-menu ul.submenu a {
	font-weight: normal;
	font-size: 13px;
	color: #4c535a;
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}

#sidebar-navigation #dashboard-menu ul.submenu a:hover {
text-decoration: underline;
}

#sidebar-navigation #dashboard-menu ul.submenu a.active {
font-weight: bold;
text-shadow: none;
}

.content {
	min-height: 100%;
	background: #fff;
	margin-left: 200px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0px 25px;
	-webkit-transition: margin-left .3s ease;
	-moz-transition: margin-left .3s ease;
	-o-transition: margin-left .3s ease;
	-ms-transition: margin-left .3s ease;
	transition: margin-left .3s ease;
	margin-top: -10px;
}

.user-groups {
	color: #7d848c;
	font-style: italic;
	font-size: 14px;
}

.user-options {
	font-size:4em;
}

.avatar {
	display:inline;
	margin: 0 15px 0 0;
	max-width:96px;
}

.setting {
	min-height:40px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.setting .col-md-4 label {
	margin-bottom:0;
}

.setting .col-md-4 .help-block {
	margin-top:0;
}

#week-change {
	margin-top: 0px;
	margin: 0px -10px 10px -10px;
	background: #EFEFEF;
	border-bottom: 1px solid #DFDFDF;
}

/* responsive */
@media (max-width: 768px) {

	.content {
		min-width: 0px;
		margin: 0;
	}

	#week-change {
		margin-top:-10px;
	}

	#dashboard-menu .pointer {
		display: none; 
	}

	#sidebar-navigation {
		left: -200px;
		z-index: 9999;
		background-color: #2D3E46;
		padding-top: 0px;
		border-right: 1px solid #ccc;
		width: 165px;
		box-shadow: 1px 1px 4px 1px #e9e9e9;
		-webkit-transition: left .3s ease;
		-moz-transition: left .3s ease;
		-o-transition: left .3s ease;
		-ms-transition: left .3s ease;
		transition: left .3s ease; 
	}

	#sidebar-navigation #dashboard-menu li a span {
		visibility: visible; 
	}

	#sidebar-navigation #dashboard-menu li:last-child a {
		border-bottom: 0px;
		box-shadow: none;
	}
	
	.admin-navbar {
		margin: -10px -10px 10px -10px !important;
	}
	 
}
	
@media (max-width: 822px) {
	.navbar-inverse input.search {
		display: none; 
	} 
}
	
@media (max-width: 767px) {
	#main-stats .stat {
		width: 50%;
		float: left; 
	} 
}

.demo-container {
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	padding: 0;
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}

#dropzone:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#dropzone {
	background: rgba(150, 150, 150, 0.65);
	position: fixed;
	top:0;
	left:0;
	text-align: center;
	font-size: 500%;
	color: #FAFAFA;
	height: 100%;
	width: 100%;
	z-index: 3;
	display:none;
}

#dropzone p {
	display: inline-block;
	padding: 10px 15px;
	vertical-align: middle;
	width: 460px;
}

.in {
	display:block !important;
}

.subcategories {
	display:none;
}

.subcategories .row .col-md-11 label {
	margin: 0;
}

.loader {
	position: fixed;
	z-index: 3;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
  	list-style: none;
	box-sizing:initial;
	display:none;
}

.loader li {
	background-color: #666;
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.loader li:first-child {
		-webkit-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
		}
.loader li:nth-child(2) {
		-webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
		}
.loader li:nth-child(3) {
		-webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}

@-webkit-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

#weekly-breakdown tbody tr td a {
	color:inherit;
	display:block;
}

#weekly-breakdown tbody tr td a:hover {
	text-decoration:none;
}

.content-column {
	padding: 75px 0;
}

.content-column a:hover {
	text-decoration:none;
}

.content-column span {
	text-align:center;
	display: block;
	color: #666;
	margin: 10px 0;
}

.content-column span i.fa {
	font-size:6em;
}

.content-published {
    font-size: 4em;
    text-align: center;
	line-height:0.65em;
}

.content-published small {
	font-size:24px;
	color:#999;
}

.btn-focus {
	transition: background .2s ease,outline .5s ease;
	-moz-transition: background .2s ease,outline .5s ease;
	-webkit-transition: background .2s ease,outline .5s ease;
	-o-transition: background .2s ease,outline .5s ease;
	outline: #4cae4c solid 0px;
}

.navbar-default .navbar-nav > li > a {
	height:70px;
	color:#AAA;
	line-height:70px;
	padding:0px 15px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#FFF;
}

.btn-focus:active, .btn-focus:focus {
	outline: transparent solid 20px;
}

.sidebar-home {
	height: 70px;
	line-height: 70px;
	background:#172023;
	box-shadow: inset -5px 5px 20px -8px #000;
}

.sidebar-home a {
	display:block;
	text-align:center;
	color: #F0F0F0;
}

.sidebar-home a:hover {
	text-decoration:none;
}

.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.navbar-default .navbar-brand {
	color: #EEE;
}