/*	
*	############################################################################################
*	
*	KLOROFIL - Free Bootstrap Dashboard Template
*	---------------------------------------------------------------------
*
*	Version: 	2.0
*	Author: 	The Develovers
*	Website: 	https://www.themeineed.com/
*	Copyright: 	Copyright 2016 The Develovers
*	License: 	Creative Common Attribution 4.0 https://creativecommons.org/licenses/by/4.0/
*	
*	############################################################################################
*/
/********************
 * GENERAL STYLES
 ********************/
html {
	position: relative;
	min-height: 100%;
}

body {
	background: #e5e8e7;
	/*background:#3498db url(../images/background1.png) fixed center;*/
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #f7fafc), to(#074979));*/
	/*background-image: -webkit-linear-gradient(left, #f7fafc 5%, #074979);*/
	/*background-image: linear-gradient(135deg, #f7fafc 5%, #074979);*/
	/*background-image: url("../img/hero-bg.jpg");*/
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-size: 12px;
}
body .page-login{
	background-image: url(../img/hero-bg.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}
@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}
@-webkit-keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}
@-ms-keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}
@-moz-keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}

#container {
	width: 700px;
	margin: 50px auto 0;
}
#header {
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
#header h1 {
	font-size: 50px;
	font-weight: 100;
}
#header h3 {
	font-size: 20px;
	font-weight: 100;
}
#loginbox {
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.75);
}
#leftside {
	width: auto;
	float: left;
}
#leftside .bg {
	height: 292px;
	position: relative;
}
#logo {
	padding: 15px;
	background: #800015;
	color: #fff;
	overflow: hidden;
}
#logo img {
	width: 80px;
	float: left;
}
#logo h1 {
	font-size: 12px;
	/*font-family: "bebas_neueregular";*/
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 90px;
	margin: 0px;
}
#logo h4 {
	font-size: 20px;
	/*font-family: "bebas_neueregular";*/
	font-weight: 700;
	margin-left: 90px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
#logo p {
	margin-left: 90px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
}
#logo a {
	color: inherit;
	text-decoration: none;
	font-weight: 300;
}

a {
	color: #3287b2;
}
a:hover,
a:focus {
	color: #3b98c8;
	text-decoration: none;
}

th {
	font-weight: 600;
}

.page-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}



.copyright {
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
}
@media screen and (max-width: 767px) {

	.copyright {
		text-align: center;
		position: relative !important;
	}
}

@media only screen and (max-width: 600px) {

	body {
		overflow-x: hidden;
	}
	#loginbox {
		width: 50%;
		padding: 10px;
	}
	#leftside {
		display: none;
	}
	#header {
		width: 50%;
	}
	#header h1 {
		font-size: 25px;
		font-weight: 100;
	}
	#header h3 {
		font-size: 20px;
		font-weight: 100;
	}
	#wrapper {
		margin-left: 0;
		width: 100%;
	}
}

/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 260px;
	height: 100%;
	float: left;
	background-color: #2b333e;
	position: fixed;
	left: 0;
}

#wrapper .heading {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 20px;
	background: #e01357;
	color: #fff;
	overflow: hidden;
}

#wrapper .form {
	margin: 15px;
}
#wrapper .main {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: calc(100% - 260px);
	left: 0;
	position: relative;
	float: right;
	background-color: #f5f5fa;
}

#wrapper #sidebar-nav,
#wrapper .main {
	padding-top: 80px;
}

@media screen and (max-width: 767px) {
	#wrapper #sidebar-nav,
	#wrapper-new .main {
		padding-top: 130px;
	}
	#wrapper-new {
		padding-top: 130px !important;
	}
	#sidebar-new {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		width: 100% !important;
		-new: 9999;
		overflow: hidden !important;
		display: none;
	}
	#sidebar-new > .userinfo,
	#sidebar-new > .usermenu,
	#sidebar-new > nav {
		width: 100% !important;
	}
	.full #sidebar-new {
		display: block;
	}
	#container-new,
	header,
	#pathway,
	#wrapper-new,
	#contentpane {
		position: relative !important;
		top: 10px !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
	}
	#pathway {
		height: auto !important;
		width: 100% !important;
		display: none;
	}
	header {
		height: auto !important;
		overflow: hidden !important;
	}
	header .admin-tools {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		height: auto;
		padding: 10px !important;
		margin: 0 -15px !important;
		background: #eee !important;
		overflow: hidden !important;
	}
	.popover {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
	}
	.table-container {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		overflow: hidden;
		overflow-x: auto;
	}
	#contentpane .panel {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
	}
	.left,
	.right {
		float: none !important;
		margin-bottom: 10px;
	}
	#contentpane .heading {
		overflow: hidden;
	}
	#contentpane .form {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
	}
	.form-group label.title {
		display: block !important;
		width: 100% !important;
		padding: 10px 0 !important;
		float: none !important;
		text-align: left !important;
	}
	.form-button {
		padding: 15px !important;
	}
	.inputbox {
		width: 100% !important;
		max-width: 100% !important;
	}
	select {
		width: 100% !important;
		max-width: 100% !important;
	}
	.cpanel {
		width: 100% !important;
	}
	.ui-dialog {
		max-width: 100% !important;
		top: 0px !important;
		padding: 15px !important;
	}
}

.layout-fullwidth #wrapper .sidebar {
	left: -260px;
}

.layout-fullwidth #wrapper .main {
	width: 100%;
}

.layout-fullwidth #wrapper .navbar {
	left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
	color: #078da5;
}

.offcanvas-active #wrapper .sidebar {
	left: 0;
}

.offcanvas-active #wrapper .main {
	width: 100%;
	position: relative;
	left: 260px;
}

@media screen and (max-width: 1024px) {
	#wrapper .sidebar {
		left: -260px;
	}
	#wrapper .main {
		width: 100%;
	}
	#wrapper .navbar {
		left: 0 !important;
	}
	#wrapper .btn-toggle-fullwidth {
		color: #800015;
	}
	.btn-toggle-minified {
		display: none;
	}
}

.main-content {
	padding: 28px 10px;
}

.navbar + .main-content {
	padding: 105px 0 28px 5px;
}
@media screen and (max-width: 767px) {
	.navbar + .main-content {
		padding-top: 155px;
	}
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
	height: 100%;
}

.vertical-align-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #800015;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #fafafa;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #f8f8f8;
}
.navbar-default .brand {
	float: left;
	padding: 20px 40px 20px 40px;
	background-color: #800015;
}
@media screen and (max-width: 1024px) {
	.navbar-default .brand {
		padding-left: 30px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 992px) {
	.navbar-default .brand {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.navbar-default #navbar-menu {
		float: right;
	}
}

.navbar-btn {
	float: left;
	padding: 16px 0;
}
.navbar-btn button {
	font-size: 24px;
	padding: 4px 8px;
	line-height: .7;
	border: none;
	background: none;
	outline: none;
}
@media screen and (max-width: 640px) {
	.navbar-btn {
		padding-left: 0;
	}
}

.navbar-btn-right {
	float: right;
}

.navbar-form {
	padding: 15px;
	border: 0;
}
.navbar-form input[type="text"] {
	min-width: 10px;
}
@media screen and (max-width: 767px) {
	.navbar-form {
		float: left;
		width: 10%;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-form .input-group {
		width: 10%;
	}
	.navbar-form input[type="text"] {
		min-width: 5px;
	}
}


.rowBlue{
	color: #fff;
    background-color: #074979;
    border-color: 3px solid #074979;
}

.text-bold{
	font-weight: bold;
}

.btn-7{
	font-size: 7pt !important;
}
.btn-8{
	font-size: 8pt !important;
}
.btn-9{
	font-size: 8pt !important;
}
.navbar-nav .icon-menu {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
}
.navbar-nav .icon-menu .badge {
	position: absolute;
	top: 22px;
	right: 16px;
	border-radius: 50%;
}

.navbar-nav > li > a {
	padding: 28px 20px;
}
.navbar-nav > li > a > i {
	font-size: 22px;
	margin-right: 2px;
	vertical-align: middle;
}
.navbar-nav > li > a > i.icon-submenu {
	margin-left: 2px;
	margin-right: 0;
	font-size: 10px;
	position: relative;
	top: 2px;
}
.navbar-nav > li > a > span {
	position: relative;
	top: 2px;
}
.navbar-nav > li > a img {
	width: 15px;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
	min-width: 450px;
}

.navbar-nav > li > .dropdown-menu-logout {
	padding: 0;
	min-width: 200px!important;
}


.navbar-nav .dropdown-menu {
	border-top: 2px solid #acb0b5;
}

.navbar-nav .dropdown-menu > li > a {
	padding: 10px 10px;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
	background-color: #fafafa;
}
.navbar-nav .dropdown-menu > li > a span,
.navbar-nav .dropdown-menu > li > a i {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.navbar-nav.navbar-right {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.navbar-nav {
		width: 100%;
		margin: 0;
	}
	.navbar-nav > li {
		display: table-cell;
		width: 1%;
		position: inherit;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding: 15px 20px;
	}
	.navbar-nav > li > a span:not(.badge),
	.navbar-nav > li > a .icon-submenu {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
		position: absolute;
		width: 100%;
		margin-top: 3px;
		background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 15px;
	}
	.navbar-nav .icon-menu {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav .icon-menu .badge {
		top: 10px;
		right: 15px;
	}
}

.navbar-toggle {
	padding: 5px 8px;
	margin: 20px 15px 20px 0;
}
.navbar-toggle .icon-nav {
	font-size: 24px;
}

#notification {
	padding: 10px;
	text-align: center;
}
#notification.failed {
	background: #c0392b;
	color: #fff;
}
#notification img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.notification-item .dot {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 10px;
	height: 10px;
	content: '';
	margin-right: 8px;
}

ul.notifications {
    max-width: 400px;
    word-wrap: break-word!important;
    overflow-wrap: break-word!important;
}



ul.notifications > li {
	border-bottom: 1px solid #f0f0f0;
	word-wrap: break-all;
    overflow-wrap: break-all;
}
ul.notifications > li:last-child {
	border-bottom: none;
}
ul.notifications > li > .more {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	text-decoration: underline;
	font-weight: 600;
}
ul.notifications > li > .more:hover,
ul.notifications > li > .more:focus {
	text-decoration: none;
}

.dropdown-menu {
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-color: #eaeaea;
}
.dropdown-menu > li > a {
	color: #676a6d;
}
.dropdown-menu > li i {
	margin-right: 6px;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:focus,
.dropdown-menu .active > a:hover {
	background-color: #800015;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #a3a3a3;
}

/* ****************** 
* CONTAINER NEW - A7SON 
****************** */
#container-new {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 240px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#container-new.full {
	left: 0px;
}
header {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 50px;
	/*background: #fff;*/
	background: #800015;
	padding: 0 15px;
	z-index: 999;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.2);*/
	/*border-left: 1px solid;*/
	color: #fff;
}
header a.menu-toggler {
	font-size: 18px;
	display: block;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 60px;
	text-align: center;
	/*color:#222;*/
	color: #fff;
	text-decoration: none;
}
header a.menu-toggler i {
	float: none;
	margin: 15px;
}
header h1 {
	margin-top: 0px;
	display: inline-block;
	margin-left: 46px;
	font-size: 18px;
	padding-left: 15px;
	line-height: 50px;
}
header h1 strong {
	/*background:#c0392b;*/
	background-color: rgba(0, 0, 0, .15);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	margin-left: 15px;
}
.admin-tools {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 50px;
}
.admin-tools .tools {
	float: left;
	direction: inline-block;
	margin-left: 5px;
	position: relative;
}
.admin-tools .tools a.toggler {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	outline: none;
	/*background:rgba(255,255,255,0.2);*/
	background-color: rgba(0, 0, 0, .15);
	padding: 5px 10px;
	border-radius: 3px;
}
.admin-tools .tools a.toggler.active {
	background: #fff;
	border-radius: 3px;
	color: #222;
}
.admin-tools .tools .popover {
	position: absolute;
	background: #222;
	color: #fff;
	top: 50px;
	right: 0px;
	min-width: 300px;
	border-radius: 3px 0px 3px 3px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-top: none;
	display: none;
}
.admin-tools .tools .popover::before {
	content: "";
	border: 8px solid transparent;
	border-bottom: 8px solid #222;
	position: absolute;
	top: -16px;
	right: 50px;
}
.admin-tools .tools span.badge {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	display: inline-block;
	margin: 0px 0 0 3px;
	top: -1px;
	position: relative;
	color: #fff;
	padding: 0px;
}
.admin-tools .tools .btn {
	float: left;
	padding: 7px 10px;
}
.admin-tools .tools-spacer {
	display: inline-block;
	float: left;
	height: 30px;
	margin: 0 0 0 5px;
	/*border-right:1px solid rgba(0,0,0,0.2);*/
	border-right: 1px solid rgba(255, 255, 255, 0.9);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.popover ul.list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	max-height: 300px;
}
.popover ul.list li {
	padding: 10px;
}

.popover ul.list li.unread {
	background-color: #eeeeee;
}

.popover ul.list li a {
	color: #fff;
	display: block;
}
.popover ul.list li.unread a {
	color: #000;
}
.popover ul.list li .time {
	color: #aaa;
	margin-top: 5px;
}
.popover .more {
	padding: 10px;
	text-align: center;
	color: #fff;
	display: block;
	background: #c0392b;
}

/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
	z-index: 9;
}
.sidebar .nav > li > a {
	padding: 18px 30px;
	color: #aeb7c2;
	border-left: 5px solid transparent;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a.active {
	color: #fff;
	background-color: transparent;
}
.sidebar .nav > li > a:hover i,
.sidebar .nav > li > a:focus i,
.sidebar .nav > li > a.active i {
	color: #078da5;
}
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a.active {
	background-color: #252c35;
	border-left-color:#f8a406;
}
.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: right;
	position: relative;
	top: 5px;
	font-size: 12px;
	line-height: 1.1;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sidebar .nav > li > a .badge {
	font-weight: 400;
	background-color: #f9354c;
}
.sidebar .nav {
	/* submenu */
}
.sidebar .nav i {
	margin-right: 10px;
	font-size: 18px;
}
.sidebar .nav span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: -2px;
}
.sidebar .nav .nav {
	background-color: #252c35;
}
.sidebar .nav .nav > li > a {
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar .nav .nav > li > a:focus,
.sidebar .nav .nav > li > a.active {
	background-color: transparent;
	border-left-color: transparent;
}
.sidebar .nav .nav > li > a.active a {
	color: #fff;
}

#sidebar-new {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	/*background:#3C474D;*/
	background: #252525;
	width: 240px;
	overflow: hidden;
}
#sidebar-new > .userinfo,
#sidebar-new > .usermenu,
#sidebar-new > nav {
	width: 240px;
}
#sidebar-new:hover {
	overflow: auto;
}
#sidebar-new:hover > .userinfo,
#sidebar-new:hover > .usermenu,
#sidebar-new:hover > nav {
	width: auto;
}
#sidebar-new .logo {
	height: 60px;
	background: #1b2632;
	display: none;
}
#sidebar-new nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar-new nav ul li {
	position: relative;
	display: block;
}
#sidebar-new nav ul li a {
	display: block;
	padding: 6px 10px;
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .sidebar-scroll {
    padding-top:130px;
    position: relative;
  }
  #wrapper-new {
		position: absolute;
		top: 10px !important;
		left: 0px !important;
		bottom: 0px !important;
		right: 0px !important;
		padding: 10px;
		background:#e5e8e7;  
		 
		
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-scroll {
    padding-top: 140px;
  }
  #wrapper-new {
		position: absolute;
		top: 140px !important;
		left: 0px !important;
		bottom: 0px !important;
		right: 0px !important;
		padding: 10px;
		background: #e5e8e7;
		
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-scroll {
    padding-top: 80px;
  }
  #wrapper-new {
		position: absolute;
		top: 110px !important;
		left: 0px !important;
		bottom: 0px !important;
		right: 0px !important;
		padding: 10px;
		background: #e5e8e7;
		
	}
}
@media (min-width: 1200px) {
  .sidebar-scroll {
    padding-top: 80px;
  }
	#wrapper-new {
		position: absolute;
		top: 110px !important;
		left: 0px !important;
		bottom: 0px !important;
		right: 0px !important;
		padding: 10px;
		background: #e5e8e7;
		
	}
}


.go-top {
  position:fixed;
  bottom: 0px;
  left:0px;
  padding:20px;
  display:none;
  cursor: pointer;
  width: 10px;
  height: auto;
}
.go-top:after {
  content: '▲';

  color: #fff;
  background: #074979;
  opacity: 0.5;
  border-radius: 50%;
  padding:5px;
  position: absolute; 
  bottom:10px;
  left: 100px;
  font-size: 32px;
}


#sidebar-new nav ul li a i.icon {
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	-wekit-border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 10px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#sidebar-new nav ul li:nth-child(1n) a i.icon {
	background: #007074;;
	color: #fff;
}
#sidebar-new nav ul li:nth-child(2n) a i.icon {
	background: #007074;
	color: #fff;
}
#sidebar-new nav ul li:nth-child(3n) a i.icon {
	background: #007074;
	color: #fff;
}
#sidebar-new nav ul li:nth-child(4n) a i.icon {
	background: #007074;
	color: #fff;
}
#sidebar-new nav ul li:nth-child(5n) a i.icon {
	background: #007074;
	color: #fff;
}
#sidebar-new nav ul li a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
	-moz-transition: all 200ms linear;
}
#sidebar-new nav ul li.active,
#sidebar-new nav ul li.open {
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
}
#sidebar-new nav ul li.active > a,
#sidebar-new nav ul li.open > a {
	color: #fff;
}
#sidebar-new nav ul li a i.arrow {
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 12px;
	-moz-transition: all 100ms linear;
}
#sidebar-new nav ul li ul li a i.arrow {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 12px;
	-moz-transition: all 100ms linear;
}
#sidebar-new nav ul li.active > a > i.arrow,
#sidebar-new nav ul li.open > a > i.arrow {
	-moz-transition: all 100ms linear;
	-moz-transform: rotate(90deg);
}
#sidebar-new nav ul li ul {
	margin-left: 22px;
	border-left: 1px dashed #aaa;
	display: none;
}
#sidebar-new nav ul li ul li {
	position: relative;
	padding-left: 10px;
	border: none;
}
#sidebar-new nav ul li ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 10px;
	margin-top: -1px;
	border-bottom: 1px dashed #aaa;
}
#sidebar-new nav ul li ul li.active,
#sidebar-new nav ul li ul li.open {
	background: none;
}
#sidebar-new nav ul li ul li a {
	background: none !important;
	color: #ccc !important;
	margin: 0px 0 0 15px;
	padding: 10px;
}
#sidebar-new nav ul li ul li a:hover {
	color: #fff !important;
}
/* #sidebar-new nav ul li ul li.active a,
#sidebar-new nav ul li ul li.open a, */
#sidebar-new nav ul li ul li.selected a {
	color: #f8a406 !important;
	text-indent: 5px;
}
#sidebar-new nav ul li ul li.active::after,
#sidebar-new nav ul li ul li.open::after,
#sidebar-new nav ul li ul li.selected::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #f8a406;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}
#sidebar-new nav ul li.has-sub.open > a::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #aaa;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}
#sidebar-new hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 15px;
}
#sidebar-new .badge {
	position: absolute;
	top: 6px;
	right: 8px;
	background: #c0392b;
	z-index: 99;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 11px;
	color: #fff;
}
#sidebar-new ul li.selected,
#sidebar-new ul ul li.selected,
#sidebar-new > ul > li > ul > li.selected {
	border-left: 5px solid transparent;
	border-left-color: #f8a406;
}
.userinfo {
	overflow: hidden;
	position: relative;
}
.userinfo::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	/*background:#828085;*/
	background: #074965;
	display: block;
	z-index: 0;
}
.userinfo .avatar {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 5px;
	float: left;
	margin: 5px;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border: none;
}
.userinfo .avatar img {
	width: 40px;
	height: 40px;
}
.userinfo .user,
.userinfo .position {
	margin-left: 55px;
	margin-right: 40px;
	color: #fff;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.userinfo .user {
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
}
.userinfo .position {
	font-size: 11px;
}
.usermenu .well {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	border: none;
	margin: -10px;
	padding: 15px;
	border-radius: 3px;
}
.usermenu {
	background: #2a3d4f;
	padding: 10px;
}
.usermenu .btn {
	margin-bottom: 5px;
}
#sidebar-new .logo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	height: 80px;
}

/* ***************
* PATHWAY breadcrumb
*************** */
#pathway {
	height: 60px;
	line-height: 90px;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	/*background: #f5f5f5;*/
	background: #fff;
	padding: 0 15px;
	z-index: 10;
}
.breadcrumb {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.breadcrumb li {
	float: left;
	padding: 0 20px 0 0;
	position: relative;
	margin-right: 5px;
}
.breadcrumb li::after {
	content: "";
	margin-left: 10px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -3px;
}
.breadcrumb li:last-child::after {
	display: none;
}
.breadcrumb a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb li.current,
.breadcrumb li.current a {
	color: #222;
	font-weight: bold;
}

/********************
 * TYPOGRAPHY
 ********************/
.text-success {
	color: #41b314;
}

.text-warning {
	color: #e4cb10;
}

.text-danger {
	color: #f9354c;
}

ul.list-justify > li {
	margin-bottom: 5px;
}
ul.list-justify > li span {
	float: right;
}

/* *********************
* Wrapper-new contentpane - A7SON
********************* */

#contentpane {
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#contentpane .heading {
	padding: 3px 10px;
	background: #f5f5f5;
	color: #000;
	z-index: 99;
	position: relative;
}
#contentpane .form {
	position: absolute;
	top: 18px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	overflow: auto;
	padding: 15px;
}
#contentpane .table-container {
	position: absolute;
	top: 40px !important;
	left: 5px;
	bottom: 35px !important;
	right: 10px;
}
#contentpane .panel.bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#contentpane .heading h1 {
	font-size: 15px;
}
#contentpane .heading h1 i {
	background: #000;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
#contentpane h3 {
	padding: 10px 15px;
	border-bottom: 1px dashed #ccc;
}
.panel {
	padding: 0px !important;
	/*border-radius: 5px!important;*/
	background: #f3f3f3;
}
.panel hr {
	display: block;
	clear: both;
	margin: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.panel .divider {
	height: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.panel.top {
	border-bottom: 1px solid #ddd;
}
.panel.bottom {
	border-top: 1px solid #ddd;
}
.panel label {
	margin: 5px;
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left.block,
.right.block {
	display: block !important;
	float: none !important;
	margin-bottom: 5px !important;
}
.right.block {
	float: right !important;
}

#contentpane {
	/*background:#fff;*/
	background: #f4f4f7;
}

/********************
 * INPUTS
 ********************/
.form-control {
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color: #eaeaea;
	background-color: #fcfcfc;
}
.form-control:focus {
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	border-color: #d6d6d6;
	background-color: #fff;
}

.input-group {
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
	border: 1px solid #eaeaea;
}

/* fancy checkbox and radio button */
.fancy-checkbox {
	display: block;
	font-weight: normal;
}
.fancy-checkbox input[type="checkbox"] {
	display: none;
}
.fancy-checkbox input[type="checkbox"] + span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}
.fancy-checkbox input[type="checkbox"] + span:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	bottom: 1px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	content: "";
	border: 1px solid #ccc;
}
.fancy-checkbox input[type="checkbox"]:checked + span:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 12px;
	color: #99a1a7;
	text-align: center;
	line-height: 16px;
	background: #ededed;
	border: 1px solid #ccc;
}
.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
	color: #53d76a;
	background-color: #fff;
}
.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
	color: #fff;
	background-color: #53d76a;
	border-color: #32cf4d;
}

.fancy-radio {
	display: block;
	font-weight: normal;
}
.fancy-radio input[type="radio"] {
	display: none;
}
.fancy-radio input[type="radio"] + span {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}
.fancy-radio input[type="radio"] + span i {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	bottom: 1px;
	content: "";
	border: 1px solid #ccc;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.fancy-radio input[type="radio"]:checked + span i:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: relative;
	top: 3px;
	left: 3px;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #99a1a7;
}
.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
	background-color: #53d76a;
}
.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
	background-color: #53d76a;
}
.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
	background-color: #fff;
}

/********************
 * BUTTONS
 ********************/
.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 6px 22px;
}

.btn-group-lg > .btn,
.btn-lg {
	padding: 10px 28px;
}

.btn-group-sm > .btn,
.btn-sm {
	padding: 5px 18px;
}

.btn-group-xs > .btn,
.btn-xs {
	padding: 5px 14px;
}

.btn-primary {
	background-color: #078da5;
	border-color: #00a0f0;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #00a0f0;
	border-color: #00a0f0;
	color:#f8a406; 
}

.btn-warning {
	background-color: #e4cb10;
	border-color: #d6be0f;
}
.btn-warning:hover,
.btn-warning:focus {
	background-color: #d6be0f;
	border-color: #d6be0f;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #f7f7f7;
}

.btn-success {
	background-color: #41b314;
	border-color: #3ca512;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #3ca512;
	border-color: #3ca512;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/********************
 * PANELS
 ********************/
.panel {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	margin-bottom: 30px;
}
.panel .panel-heading,
.panel .panel-body,
.panel .panel-footer {
	padding-left: 10px;
	padding-right: 10px;
}
.panel .panel-heading {
	padding-top: 10px;
	padding-bottom: 2px;
	position: relative;
}
.panel .panel-heading .panel-title {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}
.panel .panel-heading button {
	padding: 0;
	margin-left: 5px;
	background-color: transparent;
	border: none;
	outline: none;
}
.panel .panel-heading button i {
	font-size: 12px;
}
.panel .panel-body {
	padding-top: 10px;
	padding-bottom: 5px;
}
.panel .panel-note {
	font-size: 13px;
	line-height: 2.6;
	color: #777777;
}
.panel .panel-note i {
	font-size: 16px;
	margin-right: 3px;
}
.panel .right {
	position: absolute;
	right: 20px;
	top: 32%;
}
.panel.panel-headline .panel-heading {
	border-bottom: none;
}
.panel.panel-headline .panel-heading .panel-title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
}
.panel.panel-headline .panel-heading .panel-subtitle {
	margin-bottom: 0;
	font-size: 16px;
	color: #8d99a8;
}

.panel.panel-headline-custom .panel-heading {
	border-bottom: none;
}
.panel.panel-headline-custom .panel-heading .panel-title {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
}
.panel.panel-headline-custom .panel-heading .panel-subtitle {
	margin-bottom: 0;
	font-size: 14px;
	color: #8d99a8;
}

.panel.panel-scrolling .btn-bottom {
	margin-bottom: 30px;
}
.panel .table > thead > tr > td:first-child,
.panel .table > thead > tr > th:first-child,
.panel .table > tbody > tr > td:first-child,
.panel .table > tbody > tr > th:first-child,
.panel .table > tfoot > tr > td:first-child,
.panel .table > tfoot > tr > th:first-child {
	padding-left: 15px;
}

.panel .table > thead > tr > td:last-child,
.panel .table > thead > tr > th:last-child,
.panel .table > tbody > tr > td:last-child,
.panel .table > tbody > tr > th:last-child,
.panel .table > tfoot > tr > td:last-child,
.panel .table > tfoot > tr > th:last-child {
	padding-left: 15px;
}

.panel-footer {
	background-color: #fafafa;
}
.panel-heading2 {
  padding: 1px 1px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/********************
 * ELEMENTS
 ********************/
.collapsing {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.label {
	font-weight: normal;
}

.metric {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #dce6eb;
}
.metric .icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #0081c2;
	text-align: center;
}
.metric .icon i {
	font-size: 18px;
	color: #fff;
}
.metric p {
	margin-bottom: 0;
	line-height: 1.2;
	text-align: right;
}
.metric .number {
	display: block;
	font-size: 28px;
	font-weight: 300;
}
.metric .title {
	font-size: 16px;
}

ul.activity-list > li {
	padding: 25px 0;
}
ul.activity-list > li:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}
ul.activity-list > li .avatar {
	width: 40px;
}
ul.activity-list > li > p {
	margin-bottom: 0;
	padding-left: 3.5em;
}
ul.activity-list > li .timestamp {
	display: block;
	font-size: 13px;
	color: #a3a3a3;
}

/* task list */
.task-list > li {
	margin-bottom: 32px;
}

.task-list p {
	position: relative;
}
.task-list p .label-percent {
	position: absolute;
	right: 0;
}

/* bootstrap progress bar */
.progress {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f1f1f1;
}
.progress.wide {
	width: 60px;
}
.progress .progress-bar {
	-webkit-transition: width 3s ease;
	-moz-transition: width 3s ease;
	-ms-transition: width 3s ease;
	-o-transition: width 3s ease;
	transition: width 3s ease;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress.progress-sm {
	height: 12px;
}
.progress.progress-xs {
	height: 5px;
}
.progress.progress-sm .progress-bar,
.progress.progress-xs .progress-bar {
	text-indent: -9999px;
}

.progress-bar-success {
	background-color: #41b314;
}

.progress-bar-warning {
	background-color: #e4cb10;
}

.progress-bar-danger {
	background-color: #f9354c;
}

.weekly-summary {
	margin-bottom: 30px;
	font-weight: 300;
}
.weekly-summary .number {
	font-size: 36px;
}
.weekly-summary i {
	font-size: 16px;
	margin-left: 10px;
}
.weekly-summary .percentage {
	position: relative;
	top: -7px;
}
.weekly-summary .info-label {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

.todo-list > li {
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.todo-list > li:first-child {
	border-top: none;
}
.todo-list > li .fancy-checkbox {
	position: absolute;
	top: 50%;
	margin-top: -11px;
}
.todo-list > li .fancy-checkbox input[type="checkbox"] + span {
	margin-right: 0;
}
.todo-list > li p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 90%;
	margin: 0;
	padding: 20px 0 20px 35px;
}
.todo-list > li.completed p,
.todo-list > li.completed .date {
	text-decoration: line-through;
	color: #b4b7b9;
}

.todo-list .title {
	font-size: 16px;
	font-weight: 600;
}

.todo-list .short-description {
	display: block;
	margin-top: 5px;
}

.todo-list .date {
	font-size: 13px;
	color: #a3a3a3;
}

.todo-list .controls {
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}
.todo-list .controls a {
	margin-left: 5px;
}

/* toastr notification */
#toast-container > div {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#toast-container > div,
#toast-container > div:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#toast-container .toast-close-button {
	top: -0.9em;
}

.toast a {
	text-decoration: underline;
}
.toast a:hover,
.toast a:focus {
	text-decoration: none;
	color: #fff;
}

.toast .toast-message {
	font-size: 14px;
	line-height: 2;
}

.toast-info {
	background-color: #078da5;
}

.toast-success {
	background-color: #41b314;
}

.toast-warning {
	background-color: #e4cb10;
}

.toast-danger {
	background-color: #f9354c;
}

/* tabs */
.custom-tabs-line ul {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.custom-tabs-line ul > li {
	float: left;
}
.custom-tabs-line ul > li a {
	color: #8d9093;
	font-weight: normal;
}
.custom-tabs-line ul > li a:hover,
.custom-tabs-line ul > li a:focus {
	color: #676a6d;
	background-color: transparent;
}
.custom-tabs-line ul > li a:focus {
	outline: none;
}
.custom-tabs-line ul.nav-pills a:hover,
.custom-tabs-line ul.nav-pills a:focus {
	color: #fff;
	background-color: #078da5;
}

.custom-tabs-line.tabs-line-bottom {
	border-bottom: 1px solid #eaeaea;
}
.custom-tabs-line.tabs-line-bottom ul > li {
	margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom a {
	border-bottom: 1px solid transparent;
}
.custom-tabs-line.tabs-line-bottom .active a {
	border-bottom: 2px solid #078da5;
}

.custom-tabs-line.left-aligned {
	text-align: left;
}

.custom-tabs-line.right-aligned {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.custom-tabs-line ul li.active > a {
		margin-bottom: -1px;
	}
}

.tab-pane {
	padding: 25px 15px;
}

/********************
 * CHARTS
 ********************/
/* easy pie chart */
.easy-pie-chart {
	position: relative;
	width: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.easy-pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.easy-pie-chart .percent {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	line-height: 110px;
	z-index: 2;
}
.easy-pie-chart .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.easy-pie-chart#system-load {
	width: 130px;
}
.easy-pie-chart#system-load .percent {
	line-height: 128px;
}

/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
	-moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 3px 25px 0 rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	width: 60%;
	height: 400px;
	margin: 0 auto;
	background-color: #fff;
	overflow: auto;
}
.auth-box:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}
.auth-box .content {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 100%;
	vertical-align: middle;
}
.auth-box .right {
	float: right;
	width: 35%;
	height: 100%;
	/* padding: 0 30px; */
	text-align: center;
}
.auth-box .right:before {
	display: none;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: ' ';
	vertical-align: middle;
	height: auto;
}
.auth-box .right .control {
	padding: 0 15px;
}
.auth-box .left {
	float: left;
	width: 65%;
	height: 100%;
	position: relative;
	/* background-image: url("../../assets/img/login-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
}
.auth-box .left .bg {
	height: 250px;
	position: relative;
}
.auth-box .left:before {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: ' ';
	background: #074965;
	vertical-align: middle;
	height: 73%;
}
.auth-box .left .overlay {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #074965;
}
.auth-box .left .overlay img {
	width: inherit;
	height: 100%;
}
.auth-box .left .text {
	position: relative;
	padding: 0 30px;
	color: #fff;
}
.auth-box .left .logo {
	padding: 0 30px;
	background: #074965;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.auth-box .left .logo .p2 {
	font-size: 12px;
	margin-left: 90px;
	font-weight: 300;
}
.auth-box .left .logo h4 {
	font-size: 16px;
	/*font-family: "bebas_neueregular";*/
	font-weight: 700;
	margin-left: 90px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.auth-box .left .logo h1 {
	font-size: 12px;
	/*font-family: "bebas_neueregular";*/
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 90px;
	margin-top: 0;
	margin-bottom: 0;
}
.auth-box .left .logo img {
	margin-top: 2%;
	width: 80px;
	float: left;
}
.auth-box .left .heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 300;
}
.auth-box .left p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.auth-box .right .overlay {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(99, 156, 185, 0.55);
}
.auth-box .header {
	margin-bottom: 60px;
}
.auth-box .lead {
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
}
.auth-box .form-auth-small .btn {
	margin-top: 20px;
}
.auth-box .form-auth-small .element-right {
	float: right;
}
.auth-box .form-auth-small .element-left {
	float: left;
}
.auth-box .form-auth-small .bottom {
	margin-top: 20px;
	text-align: center;
}
.auth-box.lockscreen {
	width: 50%;
	padding: 40px 60px;
}
*/*.auth-box.lockscreen .logo {
      margin-bottom: 30px; } */* .auth-box.lockscreen .user {
	margin-bottom: 30px;
}
.auth-box.lockscreen .user .name {
	font-size: 18px;
	margin-top: 10px;
}
@media screen and (min-width: 1440px) {
	.auth-box.lockscreen {
		width: 35%;
	}
}
@media screen and (max-width: 1279px) {
	.auth-box {
		width: 90%;
	}
	.auth-box .right {
		top: 3.3em;
	}
}
@media screen and (max-width: 1023px) {
	.auth-box .right {
		width: 100%;
		position: inherit;
		padding: 30px;
	}
	.auth-box .left {
		display: none;
	}
	.auth-box .right .control {
		padding: 0px;
	}
}
@media screen and (max-width: 992px) {
	.auth-box {
		width: 70%;
		height: 50%;
	}
	.auth-box.lockscreen {
		width: 50%;
		padding: 40px 20px;
	}
}
@media screen and (max-width: 640px) {
	.auth-box {
		width: 90%;
		height: 50%;
	}
	.auth-box .content {
		width: auto;
	}
	.auth-box.lockscreen {
		width: 90%;
	}
	.auth-box .right .control {
		padding: 0px;
	}
	.auth-box .right {
		padding-top: 0px;
	}
}

@media screen and (max-width: 340px) {
	.auth-box {
		width: 90%;
		height: 50%;
	}
	.auth-box .content {
		width: auto;
	}
	.auth-box.lockscreen {
		width: 90%;
	}
	.auth-box .right .control {
		padding: 0px;
	}
	.auth-box .right {
		padding-top: 0px;
	}
}

/********************
 * HELPERS
 ********************/
.bg-success {
	background-color: #41b314;
}

.bg-warning {
	background-color: #e4cb10;
}

.bg-danger {
	background-color: #f9354c;
}

.bg-unread {
	background-color: rgba(10, 7, 9, 0.04);
}

/*.bg-unread {
	background-color: rgba(17, 145, 29, 0.29);
}*/

.no-padding {
	padding: 0 !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
	position: relative;
}

.profile-left {
	padding-left: 0;
	float: left;
	width: 35%;
	height: 100%;
	position: absolute;
	background-color: #f8f8f8;
}

.profile-right {
	float: right;
	width: 65%;
	padding: 20px 25px;
}
.profile-right .heading {
	margin-top: 0;
}

@media screen and (max-width: 992px) {
	.profile-left,
	.profile-right {
		float: none;
		width: 100%;
	}
	.profile-left {
		position: relative;
		margin-bottom: 30px;
	}
}

.profile-header {
	position: relative;
	text-align: center;
	color: #fff;
}
.profile-header .overlay {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.profile-header .profile-main {
	position: relative;
	padding: 20px;
	background-image: url("../../assets/img/profile-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.profile-header .name {
	margin: 8px 0 0 0;
	font-size: 22px;
}
.profile-header .online-status {
	font-size: 13px;
	position: relative;
	top: -2px;
}
.profile-header .online-status:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 3px;
}
.profile-header .online-status.status-available:before {
	background-color: #41b314;
}
.profile-header .profile-stat {
	position: relative;
	background-color: #078da5;
}
.profile-header .profile-stat .stat-item {
	padding: 20px;
	position: relative;
}
.profile-header .profile-stat .stat-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #33bbff;
}
.profile-header .profile-stat .stat-item:last-child:after {
	display: none;
}
.profile-header .profile-stat .stat-item span {
	display: block;
}
@media screen and (max-width: 1023px) {
	.profile-header .profile-stat .stat-item:after {
		display: none;
	}
}

.profile-detail {
	padding-bottom: 30px;
}

.profile-info {
	padding: 0 20px;
	margin: 40px 0;
}
.profile-info .heading {
	margin: 0 0 10px 0;
	font-weight: 600;
}
.profile-info ul > li {
	margin-bottom: 8px;
}

.social-icons {
	margin-bottom: 0;
}
.social-icons > li {
	padding: 0 2px 5px 2px;
}
.social-icons > li > a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background-color: #4d4d4d;
	color: #fff;
}
.social-icons > li > a i {
	font-size: 18px;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
	background-color: #404040;
}

/* colored background */
.z500px-bg {
	background-color: #0099e5 !important;
}
.z500px-bg:hover,
.z500px-bg:focus {
	background-color: #0088cc !important;
}

.about-me-bg {
	background-color: #00405d !important;
}
.about-me-bg:hover,
.about-me-bg:focus {
	background-color: #002e44 !important;
}

.airbnb-bg {
	background-color: #fd5c63 !important;
}
.airbnb-bg:hover,
.airbnb-bg:focus {
	background-color: #fd434b !important;
}

.alphabet-bg {
	background-color: #ed1c24 !important;
}
.alphabet-bg:hover,
.alphabet-bg:focus {
	background-color: #de1219 !important;
}

.amazon-bg {
	background-color: #ff9900 !important;
}
.amazon-bg:hover,
.amazon-bg:focus {
	background-color: #e68a00 !important;
}

.american-express-bg {
	background-color: #002663 !important;
}
.american-express-bg:hover,
.american-express-bg:focus {
	background-color: #001c4a !important;
}

.aol-bg {
	background-color: #ff0b00 !important;
}
.aol-bg:hover,
.aol-bg:focus {
	background-color: #e60a00 !important;
}

.behance-bg {
	background-color: #1769ff !important;
}
.behance-bg:hover,
.behance-bg:focus {
	background-color: #0059fd !important;
}

.bing-bg {
	background-color: #ffb900 !important;
}
.bing-bg:hover,
.bing-bg:focus {
	background-color: #e6a700 !important;
}

.bitbucket-bg {
	background-color: #205081 !important;
}
.bitbucket-bg:hover,
.bitbucket-bg:focus {
	background-color: #1b436d !important;
}

.bitly-bg {
	background-color: #ee6123 !important;
}
.bitly-bg:hover,
.bitly-bg:focus {
	background-color: #e65312 !important;
}

.blogger-bg {
	background-color: #f57d00 !important;
}
.blogger-bg:hover,
.blogger-bg:focus {
	background-color: #dc7000 !important;
}

.booking-com-bg {
	background-color: #003580 !important;
}
.booking-com-bg:hover,
.booking-com-bg:focus {
	background-color: #002a67 !important;
}

.buffer-bg {
	background-color: #168eea !important;
}
.buffer-bg:hover,
.buffer-bg:focus {
	background-color: #1380d3 !important;
}

.code-school-bg {
	background-color: #616f67 !important;
}
.code-school-bg:hover,
.code-school-bg:focus {
	background-color: #55615a !important;
}

.codecademy-bg {
	background-color: #f65a5b !important;
}
.codecademy-bg:hover,
.codecademy-bg:focus {
	background-color: #f54243 !important;
}

.creative-market-bg {
	background-color: #8ba753 !important;
}
.creative-market-bg:hover,
.creative-market-bg:focus {
	background-color: #7d964b !important;
}

.delicious-bg {
	background-color: #3399ff !important;
}
.delicious-bg:hover,
.delicious-bg:focus {
	background-color: #1a8cff !important;
}

.deviantart-bg {
	background-color: #05cc47 !important;
}
.deviantart-bg:hover,
.deviantart-bg:focus {
	background-color: #04b33e !important;
}

.digg-bg {
	background-color: #005be2 !important;
}
.digg-bg:hover,
.digg-bg:focus {
	background-color: #0051c9 !important;
}

.disqus-bg {
	background-color: #2e9fff !important;
}
.disqus-bg:hover,
.disqus-bg:focus {
	background-color: #1593ff !important;
}

.django-bg {
	background-color: #092e20 !important;
}
.django-bg:hover,
.django-bg:focus {
	background-color: #051911 !important;
}

.dribbble-bg {
	background-color: #ea4c89 !important;
}
.dribbble-bg:hover,
.dribbble-bg:focus {
	background-color: #e7357a !important;
}

.elance-bg {
	background-color: #0d69af !important;
}
.elance-bg:hover,
.elance-bg:focus {
	background-color: #0b5b97 !important;
}

.envato-bg {
	background-color: #82b541 !important;
}
.envato-bg:hover,
.envato-bg:focus {
	background-color: #75a23a !important;
}

.etsy-bg {
	background-color: #d5641c !important;
}
.etsy-bg:hover,
.etsy-bg:focus {
	background-color: #be5919 !important;
}

.facebook-bg {
	background-color: #3b5998 !important;
}
.facebook-bg:hover,
.facebook-bg:focus {
	background-color: #344e86 !important;
}

.feedly-bg {
	background-color: #2bb24c !important;
}
.feedly-bg:hover,
.feedly-bg:focus {
	background-color: #269d43 !important;
}

.flattr-bg {
	background-color: #f67c1a !important;
}
.flattr-bg:hover,
.flattr-bg:focus {
	background-color: #ed6f09 !important;
}

.flickr-bg {
	background-color: #0063dc !important;
}
.flickr-bg:hover,
.flickr-bg:focus {
	background-color: #0058c3 !important;
}

.flipboard-bg {
	background-color: #e12828 !important;
}
.flipboard-bg:hover,
.flipboard-bg:focus {
	background-color: #d21d1d !important;
}

.flixster-bg {
	background-color: #2971b2 !important;
}
.flixster-bg:hover,
.flixster-bg:focus {
	background-color: #24649d !important;
}

.foursquare-bg {
	background-color: #0732a2 !important;
}
.foursquare-bg:hover,
.foursquare-bg:focus {
	background-color: #062a8a !important;
}

.github-bg {
	background-color: #4183c4 !important;
}
.github-bg:hover,
.github-bg:focus {
	background-color: #3876b4 !important;
}

.google-bg {
	background-color: #4285f4 !important;
}
.google-bg:hover,
.google-bg:focus {
	background-color: #2a75f3 !important;
}

.google-plus-bg {
	background-color: #dc4e41 !important;
}
.google-plus-bg:hover,
.google-plus-bg:focus {
	background-color: #d83a2b !important;
}

.instagram-bg {
	background-color: #3f729b !important;
}
.instagram-bg:hover,
.instagram-bg:focus {
	background-color: #386589 !important;
}

.kickstarter-bg {
	background-color: #2bde73 !important;
}
.kickstarter-bg:hover,
.kickstarter-bg:focus {
	background-color: #20cf67 !important;
}

.kik-bg {
	background-color: #82bc23 !important;
}
.kik-bg:hover,
.kik-bg:focus {
	background-color: #73a71f !important;
}

.lastfm-bg {
	background-color: #d51007 !important;
}
.lastfm-bg:hover,
.lastfm-bg:focus {
	background-color: #bc0e06 !important;
}

.line-bg {
	background-color: #00c300 !important;
}
.line-bg:hover,
.line-bg:focus {
	background-color: #00aa00 !important;
}

.linkedin-bg {
	background-color: #0077b5 !important;
}
.linkedin-bg:hover,
.linkedin-bg:focus {
	background-color: #00669c !important;
}

.mail-ru-bg {
	background-color: #168de2 !important;
}
.mail-ru-bg:hover,
.mail-ru-bg:focus {
	background-color: #147fcb !important;
}

.mailchimp-bg {
	background-color: #2c9ab7 !important;
}
.mailchimp-bg:hover,
.mailchimp-bg:focus {
	background-color: #2789a2 !important;
}

.myspace-bg {
	background-color: #000000 !important;
}
.myspace-bg:hover,
.myspace-bg:focus {
	background-color: black !important;
}

.netflix-bg {
	background-color: #e50914 !important;
}
.netflix-bg:hover,
.netflix-bg:focus {
	background-color: #cc0812 !important;
}

.ning-bg {
	background-color: #75af42 !important;
}
.ning-bg:hover,
.ning-bg:focus {
	background-color: #699c3b !important;
}

.path-bg {
	background-color: #ee3423 !important;
}
.path-bg:hover,
.path-bg:focus {
	background-color: #e62412 !important;
}

.patreon-bg {
	background-color: #e6461a !important;
}
.patreon-bg:hover,
.patreon-bg:focus {
	background-color: #d03f17 !important;
}

.paypal-bg {
	background-color: #003087 !important;
}
.paypal-bg:hover,
.paypal-bg:focus {
	background-color: #00276e !important;
}

.photobucket-bg {
	background-color: #0ea0db !important;
}
.photobucket-bg:hover,
.photobucket-bg:focus {
	background-color: #0c8ec3 !important;
}

.pinterest-bg {
	background-color: #bd081c !important;
}
.pinterest-bg:hover,
.pinterest-bg:focus {
	background-color: #a50718 !important;
}

.product-hunt-bg {
	background-color: #da552f !important;
}
.product-hunt-bg:hover,
.product-hunt-bg:focus {
	background-color: #cb4924 !important;
}

.quora-bg {
	background-color: #a82400 !important;
}
.quora-bg:hover,
.quora-bg:focus {
	background-color: #8f1f00 !important;
}

.rdio-bg {
	background-color: #007dc3 !important;
}
.rdio-bg:hover,
.rdio-bg:focus {
	background-color: #006daa !important;
}

.reddit-bg {
	background-color: #ff4500 !important;
}
.reddit-bg:hover,
.reddit-bg:focus {
	background-color: #e63e00 !important;
}

.rss-bg {
	background-color: #f26522 !important;
}
.rss-bg:hover,
.rss-bg:focus {
	background-color: #ed560e !important;
}

.salesforce-bg {
	background-color: #1798c1 !important;
}
.salesforce-bg:hover,
.salesforce-bg:focus {
	background-color: #1486aa !important;
}

.scribd-bg {
	background-color: #1a7bba !important;
}
.scribd-bg:hover,
.scribd-bg:focus {
	background-color: #176ca4 !important;
}

.shopify-bg {
	background-color: #96bf48 !important;
}
.shopify-bg:hover,
.shopify-bg:focus {
	background-color: #89b03e !important;
}

.skype-bg {
	background-color: #00aff0 !important;
}
.skype-bg:hover,
.skype-bg:focus {
	background-color: #009cd7 !important;
}

.slack-bg {
	background-color: #6ecadc !important;
}
.slack-bg:hover,
.slack-bg:focus {
	background-color: #59c2d7 !important;
}

.slideshare-bg {
	background-color: #0077b5 !important;
}
.slideshare-bg:hover,
.slideshare-bg:focus {
	background-color: #00669c !important;
}

.soundcloud-bg {
	background-color: #ff8800 !important;
}
.soundcloud-bg:hover,
.soundcloud-bg:focus {
	background-color: #e67a00 !important;
}

.spotify-bg {
	background-color: #2ebd59 !important;
}
.spotify-bg:hover,
.spotify-bg:focus {
	background-color: #29a84f !important;
}

.squarespace-bg {
	background-color: #222222 !important;
}
.squarespace-bg:hover,
.squarespace-bg:focus {
	background-color: #151515 !important;
}

.stackoverflow-bg {
	background-color: #fe7a15 !important;
}
.stackoverflow-bg:hover,
.stackoverflow-bg:focus {
	background-color: #f86c01 !important;
}

.stripe-bg {
	background-color: #00afe1 !important;
}
.stripe-bg:hover,
.stripe-bg:focus {
	background-color: #009bc8 !important;
}

.stumbleupon-bg {
	background-color: #eb4924 !important;
}
.stumbleupon-bg:hover,
.stumbleupon-bg:focus {
	background-color: #e13b15 !important;
}

.telegram-bg {
	background-color: #0088cc !important;
}
.telegram-bg:hover,
.telegram-bg:focus {
	background-color: #0077b3 !important;
}

.tumblr-bg {
	background-color: #35465c !important;
}
.tumblr-bg:hover,
.tumblr-bg:focus {
	background-color: #2c3a4c !important;
}

.twitch-tv-bg {
	background-color: #6441a5 !important;
}
.twitch-tv-bg:hover,
.twitch-tv-bg:focus {
	background-color: #593a93 !important;
}

.twitter-bg {
	background-color: #55acee !important;
}
.twitter-bg:hover,
.twitter-bg:focus {
	background-color: #3ea1ec !important;
}

.vimeo-bg {
	background-color: #162221 !important;
}
.vimeo-bg:hover,
.vimeo-bg:focus {
	background-color: #0c1312 !important;
}

.vine-bg {
	background-color: #00b488 !important;
}
.vine-bg:hover,
.vine-bg:focus {
	background-color: #009b75 !important;
}

.wechat-bg {
	background-color: #7bb32e !important;
}
.wechat-bg:hover,
.wechat-bg:focus {
	background-color: #6d9f29 !important;
}

.whatsapp-bg {
	background-color: #43d854 !important;
}
.whatsapp-bg:hover,
.whatsapp-bg:focus {
	background-color: #2ed441 !important;
}

.yahoo-bg {
	background-color: #410093 !important;
}
.yahoo-bg:hover,
.yahoo-bg:focus {
	background-color: #36007a !important;
}

.youtube-bg {
	background-color: #cd201f !important;
}
.youtube-bg:hover,
.youtube-bg:focus {
	background-color: #b71d1c !important;
}

.profile-right .heading {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.awards {
	margin-bottom: 50px;
}
.awards div[class^="col-"] {
	text-align: center;
}

.award-item {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-align: center;
	margin-bottom: 30px;
}
.award-item .hexagon {
	margin: 35px 0;
}

.hexagon {
	width: 100px;
	height: 55px;
	background: #ececec;
	position: relative;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #ececec;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #ececec;
}

.award-icon {
	font-size: 36px;
	line-height: 1.5em;
}

ul.activity-timeline > li {
	margin-bottom: 45px;
	position: relative;
	z-index: 0;
}
ul.activity-timeline > li .activity-icon {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: left;
	width: 34px;
	height: 34px;
	background-color: #078da5;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
}
ul.activity-timeline > li > p {
	margin-bottom: 0;
	padding-left: 40px;
}
ul.activity-timeline > li .timestamp {
	display: block;
	font-size: .85em;
	color: #a3a3a3;
}
ul.activity-timeline > li:after {
	content: "";
	display: block;
	border-left: 1px solid #eaeaea;
	width: 1px;
	height: 100px;
	position: absolute;
	top: 5px;
	left: 16px;
	z-index: -1;
}
ul.activity-timeline > li:last-child:after {
	display: none;
}

.project-table .progress {
	margin-bottom: 0;
}

.project-table .progress-bar {
	font-size: 10px;
}

.project-table > tbody > tr > td {
	padding: 12px 8px;
}
.project-table > tbody > tr > td .avatar {
	width: 22px;
	border: 1px solid #ccc;
}

.panel-primary {
  border-color: #074979;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #007074;
  border-color: #007074;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007074;
}
.panel-primary > .panel-heading .badge {
  color: #007074;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007074;
}

.btn-primary {
  color: #fff;
  background-color: #074979;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #074979;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #074979;
  background-color: #fff;
}


.modal-header {
  padding: 15px;
  border-bottom: 2px solid #f8a406;
  background-color: #007074;
  color: #fff;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-header .close span{
  color: #fff!important;
}

.close {
  color: #fff!important;
  opacity: .8!important;
  text-shadow: 0 2px 0 #000;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 20px 5px 5px 5px;
  text-align: right;
  border-top: 2px solid #f8a406;
  background-color: #007074;
  color: #fff;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

textarea{
	resize: vertical;
}

textarea {
    font-size: 0.1rem;
    letter-spacing: 0.1px;
}
textarea {
    padding: 1px 1px;
    line-height: 0.2;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}
.form-group{
	margin-top: 5px;
	margin-bottom: 5px;
}
.control-label{
	bottom: 5px ;
}
.req{
	color:red;
}

.collapsible-form {
  background-color: #007074;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #f8a406;
  text-align: left;
  outline: none;
  font-size: 12px;
}

.active-form, .collapsible-form:hover {
  background-color: #007074;
}

.content-form {
  padding: 10px 18px;
  display: none;
  border: 1px solid #ccc;
  overflow: hidden;
  background-color: #fcfcfc;
}


#btnScrollToTop {
  display: inline-block;
  /*background-color: #FF9800;*/
  background-color: #003739;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#btnScrollToTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#btnScrollToTop:hover {
  cursor: pointer;
  background-color: #FF9800;
}
#btnScrollToTop:active {
  background-color: #555;
}
#btnScrollToTop.show {
  opacity: 0.75;
  visibility: visible;
}

#btnScrollToTop-Modal {
  display: inline-block;
  /*background-color: #FF9800;*/
  background-color: #003739;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 280px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#btnScrollToTop-Modal::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}
#btnScrollToTop-Modal:hover {
  cursor: pointer;
  background-color: #FF9800;
}
#btnScrollToTop-Modal:active {
  background-color: #555;
}
#btnScrollToTop-Modal.show {
  opacity: 0.75;
  visibility: visible;
}



@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}





/*# sourceMappingURL=main.css.map */



.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary, .list-wrapper .completed .remove {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary, .list-wrapper .remove {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted, .preview-list .preview-item .preview-item-content p .content-category {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}



.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item, .list-wrapper ul li, .loader-demo-box, .page-header {
  display: flex !important;
  /* margin: 30px ; */
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}


.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3, .template-demo .circle-progress-block {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}



.icon-lg {
  font-size: 3.75rem;
}

.icon-md {
  font-size: 1.875rem;
}

.icon-sm {
  font-size: 1rem;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #5E50F9;
  --bs-indigo: #6610f2;
  --bs-purple: #6a008a;
  --bs-pink: #E91E63;
  --bs-red: #f96868;
  --bs-orange: #f2a654;
  --bs-yellow: #f6e84e;
  --bs-green: #46c35f;
  --bs-teal: #58d8a3;
  --bs-cyan: #57c7d4;
  --bs-white: #ffffff;
  --bs-gray: #434a54;
  --bs-gray-light: #aab2bd;
  --bs-gray-lighter: #e8eff4;
  --bs-gray-lightest: #e6e9ed;
  --bs-gray-dark: #12151e;
  --bs-black: #000000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0090e7;
  --bs-secondary: #e4eaec;
  --bs-success: #00d25b;
  --bs-info: #8f5fe8;
  --bs-warning: #ffab00;
  --bs-danger: #fc424a;
  --bs-light: #ffffff;
  --bs-dark: #0d0d0d;
  --bs-primary-rgb: 0, 144, 231;
  --bs-secondary-rgb: 228, 234, 236;
  --bs-success-rgb: 0, 210, 91;
  --bs-info-rgb: 143, 95, 232;
  --bs-warning-rgb: 255, 171, 0;
  --bs-danger-rgb: 252, 66, 74;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 13, 13, 13;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #2c2e33;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}



[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66bcf1;
  --bs-secondary-text-emphasis: #eff2f4;
  --bs-success-text-emphasis: #66e49d;
  --bs-info-text-emphasis: #bc9ff1;
  --bs-warning-text-emphasis: #ffcd66;
  --bs-danger-text-emphasis: #fd8e92;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001d2e;
  --bs-secondary-bg-subtle: #2e2f2f;
  --bs-success-bg-subtle: #002a12;
  --bs-info-bg-subtle: #1d132e;
  --bs-warning-bg-subtle: #332200;
  --bs-danger-bg-subtle: #320d0f;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #00568b;
  --bs-secondary-border-subtle: #898c8e;
  --bs-success-border-subtle: #007e37;
  --bs-info-border-subtle: #56398b;
  --bs-warning-border-subtle: #996700;
  --bs-danger-border-subtle: #97282c;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66bcf1;
  --bs-link-hover-color: #85c9f4;
  --bs-link-color-rgb: 102, 188, 241;
  --bs-link-hover-color-rgb: 133, 201, 244;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


.card{
	background:var(--card);
	border-radius:12px;
	box-shadow:var(--shadow);
	padding:16p80
	box-sizing:border-box;
}



/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.icon.icon-box-primary {
  width: 40px;
  height: 37px;
  background: rgba(0, 144, 231, 0.11);
  border-radius: 7px;
  color: #0090e7;
}
.icon .icon-item {
  font-size: 20px;
}

/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.icon.icon-box-secondary {
  width: 40px;
  height: 37px;
  background: rgba(228, 234, 236, 0.11);
  border-radius: 7px;
  color: #e4eaec;
}
.icon .icon-item {
  font-size: 20px;
}

.icon {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
.icon.icon-box-success {
  width: 40px;
  height: 37px;
  background: rgba(0, 210, 91, 0.11);
  border-radius: 7px;
  color: #00d25b;
}
.icon .icon-item {
  font-size: 20px;
}

/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.icon.icon-box-info {
  width: 40px;
  height: 37px;
  background: rgba(143, 95, 232, 0.11);
  border-radius: 7px;
  color: #8f5fe8;
}
.icon .icon-item {
  font-size: 20px;
}

/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.icon.icon-box-warning {
  width: 40px;
  height: 37px;
  background: rgba(255, 171, 0, 0.11);
  border-radius: 7px;
  color: #ffab00;
}
.icon .icon-item {
  font-size: 20px;
}

/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.icon.icon-box-danger {
  width: 40px;
  height: 37px;
  background: rgba(252, 66, 74, 0.11);
  border-radius: 7px;
  color: #fc424a;
}
.icon .icon-item {
  font-size: 20px;
}

/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.icon.icon-box-light {
  width: 40px;
  height: 37px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  color: #ffffff;
}
.icon .icon-item {
  font-size: 20px;
}

/* .icon {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.icon.icon-box-dark {
  width: 40px;
  height: 37px;
  background: rgba(13, 13, 13, 0.11);
  border-radius: 7px;
  color: #0d0d0d;
}
.icon .icon-item {
  font-size: 20px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}



/* Utilities */
.grid-margin {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}



.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start, .list-wrapper ul li {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between, .page-header {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item, .list-wrapper ul li, .loader-demo-box, .page-header {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}





/* Sidebar */
.sidebar {
  min-height: calc(100vh - 70px);
  background: #191c24;
  font-weight: normal;
  padding: 0;
  width: 244px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}
.sidebar .sidebar-brand-wrapper {
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  background: #191c24;
  width: 244px;
  height: 70px;
}
@media (max-width: 991px) {
  .sidebar .sidebar-brand-wrapper {
    width: 55px;
  }
}
.sidebar .sidebar-brand-wrapper .sidebar-brand {
  color: #38425e;
  font-size: 1.5rem;
  line-height: 48px;
  margin-right: 0;
  padding: 0rem 0rem 0rem 1.3rem;
  width: 100%;
}
.sidebar .sidebar-brand-wrapper .sidebar-brand:active, .sidebar .sidebar-brand-wrapper .sidebar-brand:focus, .sidebar .sidebar-brand-wrapper .sidebar-brand:hover {
  color: #252b3e;
}
.sidebar .sidebar-brand-wrapper .sidebar-brand img {
  width: calc(244px - 120px);
  max-width: 100%;
  height: 28px;
  margin: auto;
  vertical-align: middle;
}
.sidebar .sidebar-brand-wrapper .sidebar-brand.brand-logo-mini {
  display: none;
}
.sidebar .sidebar-brand-wrapper .sidebar-brand.brand-logo-mini img {
  width: calc(70px - 50px);
  max-width: 100%;
  height: 28px;
  margin: auto;
}
.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .sidebar .nav {
    padding-top: 0;
  }
}
.sidebar .nav .nav-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
  padding-right: 20px;
}
.sidebar .nav .nav-item .collapse {
  z-index: 999;
}
.sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.8rem 10px 0.8rem 1.188rem;
  color: #6c7293;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
  height: 46px;
  border-radius: 0px 100px 100px 0px;
}
.sidebar .nav .nav-item .nav-link i {
  color: inherit;
}
.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1rem;
  line-height: 1;
  margin-left: auto;
  color: rgba(187, 168, 191, 0.9607843137);
}
.rtl .sidebar .nav .nav-item .nav-link i.menu-icon {
  margin-left: 0;
  margin-right: auto;
}
.sidebar .nav .nav-item .nav-link i.menu-icon:before {
  vertical-align: middle;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow {
  font: normal normal normal 24px/1 "Material Design Icons";
  line-height: 1;
  font-size: 1rem;
  margin-left: auto;
  color: rgba(108, 114, 147, 0.36);
}
.rtl .sidebar .nav .nav-item .nav-link i.menu-arrow {
  margin-left: 0;
  margin-right: auto;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\f140";
  font-size: inherit;
  color: inherit;
}
.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  vertical-align: middle;
}
.sidebar .nav .nav-item .nav-link .badge {
  margin-right: auto;
  margin-left: 1rem;
}
.sidebar .nav .nav-item.active > .nav-link {
  background: #0f1015;
  position: relative;
}
.sidebar .nav .nav-item.active > .nav-link:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #0090e7;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .nav .nav-item.active > .nav-link .menu-title {
  color: #ffffff;
}
.sidebar .nav .nav-item.active > .nav-link i {
  color: #ffffff;
}
.sidebar .nav .nav-item.nav-profile .nav-link {
  height: auto;
  line-height: 1;
  border-top: 0;
  padding: 1.25rem 0;
}
.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-image {
  width: 44px;
  height: 44px;
}
.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-image img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-text {
  margin-left: 1rem;
}
.rtl .sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-text {
  margin-left: auto;
  margin-right: 1rem;
}
.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-badge {
  font-size: 1.125rem;
  margin-left: auto;
}
.rtl .sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-badge {
  margin-left: 0;
  margin-right: auto;
}
.sidebar .nav .nav-item.sidebar-actions {
  margin-top: 1rem;
}
.sidebar .nav .nav-item.sidebar-actions .nav-link {
  border-top: 0;
  display: block;
  height: auto;
}
.sidebar .nav .nav-item.sidebar-actions:hover {
  background: initial;
}
.sidebar .nav .nav-item.sidebar-actions:hover .nav-link {
  color: initial;
}
.sidebar .nav .nav-item.profile {
  padding-right: 0px;
}
.rtl .sidebar .nav .nav-item.profile {
  padding-right: 10px;
}
.sidebar .nav .nav-item.profile .profile-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.17rem;
  line-height: 1.25;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-name {
  margin-left: 1rem;
}
.rtl .sidebar .nav .nav-item.profile .profile-desc .profile-name {
  margin-left: 0;
  margin-right: 1rem;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-name span {
  font-size: 12px;
  color: #6c7293;
  white-space: nowrap;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-name h5, .sidebar .nav .nav-item.profile .profile-desc .profile-name .h5 {
  white-space: nowrap;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic {
  display: flex;
  align-items: center;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator {
  position: relative;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator .count-symbol,
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator .count-number {
  position: absolute;
  border-radius: 100%;
  border: 2px solid #191c24;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator .count-symbol {
  top: 17px;
  right: -3px;
  width: 10px;
  height: 10px;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator .count-number {
  min-width: 14px;
  height: 14px;
  font-size: 0.5rem;
  color: #ffffff;
  bottom: 16px;
  right: -5px;
  line-height: 1;
  text-align: center;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator:after {
  display: none;
}
.sidebar .nav .nav-item.profile .profile-desc .profile-pic .count-indicator .count {
  position: absolute;
  left: 66%;
  width: 10px;
  height: 10px;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.5;
  top: 26px;
  border: 2px solid #2c2e33;
}
.sidebar .nav .nav-item.profile .profile-desc .mdi-dots-vertical {
  font-size: 20px;
  color: #6c7293;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu {
  padding: 0;
  margin-top: 1.25rem;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu .dropdown-item {
  padding: 11px 13px;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu .dropdown-item.preview-item {
  align-items: center;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu .dropdown-item.preview-item .preview-thumbnail .preview-icon {
  width: 30px;
  height: 30px;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu .dropdown-item.preview-item .preview-thumbnail .preview-icon i {
  font-size: 0.875rem;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu .dropdown-item:hover {
  color: inherit;
}
.sidebar .nav .nav-item.profile .profile-desc .dropdown-menu .dropdown-divider {
  margin: 0;
}
.sidebar .nav .nav-item.nav-category {
  padding: 0.5rem 1.188rem;
  line-height: 1;
}
.sidebar .nav .nav-item.nav-category .nav-link {
  color: #6c7293;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  padding-left: 0;
}
.sidebar .nav .nav-item .menu-icon {
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  background: rgba(108, 114, 147, 0.2);
  width: 31px;
  height: 31px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.sidebar .nav .nav-item .menu-icon i {
  font-size: 0.875rem;
}
.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 0 3.25rem;
  list-style: none;
}
.sidebar .nav.sub-menu .nav-item {
  padding: 0;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
  color: #6c7293;
  padding: 0.5rem 0.35rem;
  position: relative;
  font-size: 0.855rem;
  line-height: 1;
  height: auto;
  border-top: 0;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #ffffff;
  background: transparent;
  font-weight: 900;
}
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #ffffff;
}
.sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link {
  background: #0f1015;
  color: #ffffff;
}
.sidebar .nav .menu-items:nth-child(5n+1) .nav-link .menu-icon i {
  color: #0090e7;
}
.sidebar .nav .menu-items:nth-child(5n+2) .nav-link .menu-icon i {
  color: #00d25b;
}
.sidebar .nav .menu-items:nth-child(5n+3) .nav-link .menu-icon i {
  color: #8f5fe8;
}
.sidebar .nav .menu-items:nth-child(5n+4) .nav-link .menu-icon i {
  color: #ffab00;
}
.sidebar .nav .menu-items:nth-child(5n+5) .nav-link .menu-icon i {
  color: #fc424a;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 70px);
    top: 70px;
    bottom: 0;
    overflow: auto;
    right: -244px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .sidebar-offcanvas.active {
    right: 0;
  }
}
.sidebar-tinted .sidebar {
  background: #fa424a;
}
.sidebar-tinted .sidebar .sidebar-brand-wrapper {
  background: #fa424a;
}
.sidebar-tinted .sidebar .nav .nav-item .nav-link {
  color: #ffffff;
}
.sidebar-tinted .sidebar .nav .nav-item .nav-link .menu-icon i {
  color: white;
}
.sidebar-tinted .sidebar .nav .nav-item .nav-link i.menu-arrow {
  color: rgba(255, 255, 255, 0.36);
}
.sidebar-tinted .sidebar .nav .nav-item.active > .nav-link {
  background: rgba(12, 14, 14, 0.1);
}
.sidebar-tinted .sidebar .nav .nav-item.active:before {
  background: #ffffff;
}
.sidebar-tinted .sidebar .nav .nav-item.profile .profile-desc .profile-name span {
  color: #ffffff;
}
.sidebar-tinted .sidebar .nav .nav-item.profile .profile-desc .mdi-dots-vertical {
  color: #ffffff;
}
.sidebar-tinted .sidebar .nav .nav-item.profile .profile-pic .count-indicator .count {
  border: 2px solid #fa424a;
}
.sidebar-tinted .sidebar .nav.sub-menu .nav-item .nav-link:hover {
  font-weight: 500;
}
.sidebar-tinted .sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link {
  background: rgba(12, 14, 14, 0.1);
}

/* Layouts */
.navbar.fixed-top + .page-body-wrapper {
  padding-top: 70px;
}

@media (min-width: 992px) {
  .sidebar-mini .navbar {
    left: 185px;
  }
  .sidebar-mini .navbar .navbar-brand-wrapper {
    width: 185px;
  }
  .sidebar-mini .navbar .navbar-menu-wrapper {
    width: 100%;
  }
  .sidebar-mini .sidebar {
    width: 185px;
  }
  .sidebar-mini .sidebar .sidebar-brand-wrapper {
    width: 185px;
  }
  .sidebar-mini .sidebar .nav .nav-item {
    padding: 0;
    margin: 0;
  }
  .sidebar-mini .sidebar .nav .nav-item.menu-items .nav-link .menu-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link {
    text-align: center;
    position: relative;
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link .menu-title {
    display: inline-block;
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link .menu-sub-title {
    margin: auto;
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link .badge {
    margin-left: 5px;
    display: none;
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link i.menu-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\f140";
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link[aria-expanded=true] .menu-arrow:before {
    content: "\f143";
  }
  .sidebar-mini .sidebar .nav .nav-item .nav-link .menu-icon {
    margin-right: 1.25rem;
    margin-left: 0;
  }
  .sidebar-mini .sidebar .nav .nav-item.nav-category {
    display: none;
  }
  .sidebar-mini .sidebar .nav .nav-item.profile .profile-desc {
    justify-content: center;
    position: relative;
  }
  .sidebar-mini .sidebar .nav .nav-item.profile .profile-desc .profile-pic {
    flex-direction: column;
  }
  .sidebar-mini .sidebar .nav .nav-item.profile .profile-desc .profile-name {
    margin-left: 0;
  }
  .sidebar-mini .sidebar .nav .nav-item.profile .profile-desc .profile-dropdown {
    position: absolute;
    right: 10px;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav:not(.sub-menu) > .nav-item {
    border-bottom: 1px solid rgba(108, 114, 147, 0.2);
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav:not(.sub-menu) > .nav-item .nav-link {
    display: block;
    height: auto;
    padding: 0.8125rem 1rem 0.8125rem 1rem;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav:not(.sub-menu) > .nav-item .nav-link i.menu-icon {
    margin-bottom: 0.5rem;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav.sub-menu {
    padding: 0;
    border-top: none;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav.sub-menu .nav-item .nav-link {
    padding: 1rem 0rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav .nav-item.account-dropdown p {
    margin-left: 0;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav .nav-item.account-dropdown .sub-menu {
    padding: 0 0 1rem 0;
  }
  .sidebar-mini:not(.sidebar-icon-only) .sidebar .nav .nav-item.account-dropdown .sub-menu .nav-item .nav-link {
    display: flex;
    justify-content: flex-start;
    padding: 0.3rem 0;
  }
  .sidebar-mini .page-body-wrapper {
    width: calc(100% - 185px);
  }
}

@media (min-width: 992px) {
  .sidebar-icon-only .navbar {
    left: 70px;
  }
  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: 100%;
  }
  .sidebar-icon-only .sidebar {
    width: 70px;
  }
  .sidebar-icon-only .sidebar .sidebar-brand-wrapper {
    width: 70px;
  }
  .sidebar-icon-only .sidebar .sidebar-brand-wrapper .brand-logo {
    display: none;
  }
  .sidebar-icon-only .sidebar .sidebar-brand-wrapper .brand-logo-mini {
    display: inline-block;
  }
  .sidebar-icon-only .sidebar .nav {
    overflow: visible;
  }
  .sidebar-icon-only .sidebar .nav .nav-item {
    position: relative;
    padding: 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .profile-name {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .mdi-dots-vertical {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.account-dropdown {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    text-align: center;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 0 5px 5px 0px;
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 5px 0 0 5px;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 0 5px 0 0px;
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 5px 0 0 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.nav-profile {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.nav-category {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.nav-doc {
    margin: 0;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.nav-doc i {
    display: block;
  }
  .sidebar-icon-only .sidebar .nav .nav-item .collapse {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #0f1015;
    padding: 0.5rem 1.4rem;
    left: 70px;
    position: absolute;
    text-align: left;
    top: 0;
    bottom: 0;
    width: 190px;
    z-index: 1;
    line-height: 1.8;
  }
  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    background: #0f1015;
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    left: auto;
    right: 70px;
    text-align: left;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
    display: none;
  }
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    display: block;
    padding: 0.5rem 0;
    background: #0f1015;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 70px;
    width: 190px;
  }
  .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    background: #191c24;
  }
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    left: auto;
    right: 70px;
    border-radius: 0 0 0 5px;
  }
  .sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0 0 0 1.5rem;
  }
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: left;
    padding-left: 20px;
  }
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6c7293;
    position: absolute;
    left: 0;
  }
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:hover:before {
    background-color: white;
  }
  .rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item {
    margin-left: 0;
  }
  .rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: right;
  }
  .rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:before {
    left: 0;
    right: unset;
  }
  .sidebar-icon-only .sidebar .sidebar-actions {
    display: none;
  }
  .sidebar-icon-only.rtl .sidebar .nav .nav-item.profile {
    padding-right: 0;
  }
  .sidebar-icon-only .page-body-wrapper {
    width: calc(100% - 70px);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
  }
}

@media (min-width: 992px) {
  .sidebar-hidden .sidebar {
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    width: 0;
  }
  .sidebar-hidden .page-body-wrapper {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .sidebar-absolute .page-body-wrapper {
    width: 100%;
    position: relative;
  }
  .sidebar-absolute:not(.sidebar-hidden) .sidebar {
    position: absolute;
    height: 100%;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
  .sidebar-absolute .sidebar {
    transition: none;
  }
}

@media (min-width: 992px) {
  .sidebar-fixed .sidebar {
    position: fixed;
    max-height: auto;
  }
  .sidebar-fixed .sidebar .nav {
    max-height: 100vh;
    overflow: auto;
    position: relative;
  }
  .sidebar-fixed .sidebar .nav.sub-menu {
    max-height: none;
  }
  .sidebar-fixed .page-body-wrapper {
    margin-left: 244px;
  }
  .sidebar-fixed.sidebar-icon-only .page-body-wrapper {
    margin-left: 70px;
  }
}



<style>
  .modern-card {
    background-color: #111827; /* Dark background */
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: #fff;
    transition: transform 0.2s ease;
  }

  .modern-card:hover {
    transform: translateY(-3px);
  }

  .modern-card .card-body {
    padding: 20px;
  }

  .card-value {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
  }

  .card-percent-plus {
    color: #22c55e; /* green */
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 6px;
  }

  .card-percent-minus {
    color: #f22f42; 
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 6px;
  }  
  .card-label {
    color: #9ca3af; /* gray-400 */
    font-size: 1.2rem;
    margin-top: 6px;
  }

  .card-icon {
    background-color: rgba(34, 197, 94, 0.15);
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }



 	.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 95%;
    margin: 1em auto;
}


#container-penerimaan {
    height: 450px;
    width: 100%;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #BCA88D;
	margin: 10px auto;
	text-align: center;
	width: 95%;
	max-width: 95%; 
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
 
