/**
 * Sidebar
 * =========================================== */
.sidebar {
	width: 200px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}
.widget + .widget {
	margin-top: 15px;
}
.widget-title {
	color: #939699;
	margin-bottom: 10px;
	font-size: 12px;
}
.widget-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-nav ul > li > a {
	display: block;
	padding: 8px 10px;
	color: #191e23;
	line-height: 1.1;
}
.widget-nav ul > li > a:hover,
.widget-nav ul > .active > a {
	text-decoration: none;
	background-color: #fff;
}
.widget-nav ul > li > a:focus {
	text-decoration: none;
}
.widget-nav ul > li > a > .menu-label {
	font-size: 13px;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.widget-nav ul > li > a > .menu-label .badge {
	margin-left: 5px;
	position: relative;
	top: -1px;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 4px;
	min-width: 15px;
	background-color: #f56e28;
}
.widget-nav ul > li > a > [class*="icon-"],
.widget-nav ul > li > a > [class*="fa-"] {
	text-align: center;
	width: 35px;
	font-size: 16px;
	vertical-align: middle;
	margin-left: -10px;
	line-height: 1.1;
	color: #82878c;
}
.widget-nav > ul .divider {
	margin: 8px 0 8px 35px;
	background-color: #e3e4e8;
	height: 1px;
}
.widget-nav-advertise.widget-nav ul > li > a > [class*="icon-"] {
	font-size: 12px;
	position: relative;
	bottom: -1px;
	margin-right: -5px;
}
/* Widget Text */
.widget-usefull-link,
.widget-usefull-img,
.widget-usefull-title,
.widget-usefull-desc {
	display: block;
	font-size: 12px;
	line-height: 1.3;
}
.widget-usefull-link {
	color: #0073aa;
}
.widget-usefull-link:hover {
	text-decoration: none;
	color: #0073aa;
}
.widget-usefull-link:focus {
	text-decoration: none;
}
.widget-usefull-link:hover .widget-usefull-img {
	box-shadow: 0 0 0 1px #e3e4e8;
}
.widget-usefull-img img {
	display: block;
	width: 100%;
	height: auto;
}
.widget-usefull-title {
	font-weight: bold;
	padding: 7px 0 5px;
}
.widget-usefull-desc {
	color: #333;
}
/* Widget Menu */
.widget-menu > ul {
	list-style: none;
	padding: 6px 0;
	margin: 0;
}
.widget-menu ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-menu > ul > li > a,
.widget-menu > ul ul > li > a {
	display: block;
	font-size: 13px;
	padding: 7px 5px 7px 20px;
	color: #191e23;
}
.widget-menu > ul ul > li > a {
	padding-left: 32px;
	color: #32373c;
}
.widget-menu > ul > li > a:hover,
.widget-menu > ul > .active > a {
	background-color: #e3e4e8;
	text-decoration: none;
}
.widget-menu > ul > .active > a {
	border-left: 2px solid #00a0d2;
	padding-left: 18px;
	font-weight: 500;
}
.widget-menu > ul ul > li > a:hover,
.widget-menu > ul ul > .active > a {
	text-decoration: none;
	background-color: #e3e4e8;
}
.widget-menu > ul ul > .active > a {
	border-left: 2px solid #00a0d2;
	padding-left: 30px;
	font-weight: 500;
}
.widget-menu > ul > li > a .badge {
	margin-left: 5px;
	position: relative;
	top: -1px;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 4px;
	min-width: 15px;
	background-color: #f56e28;
}

/**
 * Sidebar Right
 * =========================================== */
.sidebar-right {
	float: left;
	width: 255px;
	margin-left: 15px;
}
.sidebar-right .widget {
	background-color: #fff;
	border: 1px solid #e3e4e8;
	border-radius: 3px;
}
.sidebar-right .widget-title {
	padding: 10px 15px;
	margin-bottom: 0;
	color: #000;
}
.widget-subtitle {
	color: #23282d;
	font-weight: bold;
	margin-bottom: 10px;
}
.widget-subtitle-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 2px;
}
.widget-subtitle-icon > img {
	display: block;
	width: 13px;
	height: 13px;
	filter: contrast(0.7);
}
.sidebar-right .widget-text {
	padding-top: 3px;
	padding-bottom: 3px;
}
.widget-title-icon {
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.widget-title-label {
	display: inline-block;
	vertical-align: middle;
}
/* Widget filter */
.widget-filter {
	padding: 0;
	font-size: 13px;
}
.widget-filter .widget-title {
	border-bottom: 1px solid #e3e4e8;
}
.filter-form {
	padding: 12px 15px 15px;
}
.tab-pane > .filter-form {
	padding: 0;
}
.filter-form-control {
	position: relative;
}
.filter-form-control + .filter-form-control,
.filter-form-control + .filter-form-footer {
	margin-top: 10px;
}
.filter-form-group [class^="icon-"]:not(.icon-cancel) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 32px;
	width: 30px;
	text-align: center;
	color: #82878c;
	font-size: 17px;
}
.filter-form-group .icon-clock {
	font-size: 16px;
}
.filter-form-group .form-control:focus + [class^="icon-"] {
	color: #00b9eb;
}
.filter-form-group + .filter-form-group {
	margin-top: 10px;
}
.filter-form-label {
	padding: 0 0 6px;
	font-weight: bold;
	color: #656565;
	font-size: 12px;
	user-select: none;
}
.filter-form-divider {
	height: 1px;
	margin: 15px 0 12px;
	overflow: hidden;
	background-color: #e5e5e5;
}
.filter-form .form-control-radio,
.filter-form .filter-form-group > .form-control-checkbox {
	display: block;
	padding-bottom: 3px;
}
.panel-group-filter {
	margin: 0 -15px 15px -15px;
}
.panel-group-filter > .panel {
	border: 0;
	box-shadow: none;
}
.panel-group-filter > .panel + .panel {
	margin-top: 0;
}
.panel-group-filter > .panel > a {
	display: block;
	padding: 7px 15px;
	color: #32373c;
	background-color: #f1f1f1;
}
.panel-group-filter > .panel > a:hover {
	background-color: #f1f1f1;
	color: #32373c;
	text-decoration: none;
}
.panel-group-filter > .panel > .collapsed:hover {
	background-color: #e3e4e8;
}
.panel-group-filter > .panel > a:focus {
	text-decoration: none;
}
.panel-group-filter > .panel > .collapsed {
	background-color: #fff;
}
.panel-group-filter > .panel > a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin: -6px 0 0 5px;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid #32373c;
	border-right: 4px solid transparent;
}
.panel-group-filter > .panel > .collapsed:after {
	border-bottom: 4px solid transparent;
	border-top: 4px solid #32373c;
	margin-top: 4px;
}
.panel-group-filter > .panel .panel-body {
	padding: 3px 25px 13px;
	background-color: #f1f1f1;
}
.panel-group-filter > .panel .panel-body {
	color: #606a73;
}
.panel-group-filter > .panel .panel-body .filter-form-control .form-control-radio:last-child {
	padding-bottom: 0;
}
.panel-group-filter > .panel .panel-body .filter-form-label {
	padding-bottom: 2px;
}

.panel-group-filter > .panel .panel-body > .panel-group {
	background-color: #fff;
	margin: -5px -10px 10px;
	padding: 5px 10px;
}
.panel-group-filter > .panel .panel-body > .panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group-filter > .panel .panel-body > .panel-group .panel .panel-body {
	padding: 5px 10px;
}
.panel-group-filter > .panel .panel-body > .panel-group .panel .panel-category-item + .panel-category-item {
	margin-top: 5px;
}
.panel-group-filter > .panel .panel-body > .panel-group .panel .panel-category-item label {
	font-size: 12px;
}
/* Widget Invoices */
.widget-invoice-item {
	display: block;
	padding: 5px 10px;
	font-size: 13px;
	color: #00a0d2;
	line-height: 1.3;
}
.widget-invoice-item:before,
.widget-invoice-item:after {
	content: '';
	display: table;
	clear: both;
}
.widget-invoice-item:hover {
	background-color: #e3e4e8;
	text-decoration: none;
	color: #00a0d2;
}
.widget-invoice-item:focus {
	text-decoration: none;
}
.widget-invoice-item > [class^="icon-"] {
	float: left;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 16px;
	margin-top: 3px;
	margin-right: 12px;
	color: #fff;
}
.widget-invoice-tookplace > [class^="icon-"]{
	background-color: #00bd9b;
}
.widget-invoice-failure > [class^="icon-"]{
	background-color: #dc3232;
}
.widget-invoice-failed > [class^="icon-"]{
	background-color: #f56e28;
}
.widget-invoice-callback > [class^="icon-"]{
	background-color: #00a0d2;
}
.widget-invoice-invalid > [class^="icon-"]{
	background-color: #ffb900;
}
.widget-invoice-paid > [class^="icon-"]{
	background-color: #46b450;
}
.widget-invoice-canceled > [class^="icon-"]{
	background-color: #ff8686;
}
.widget-invoice-first > [class^="icon-"],
.widget-invoice-second > [class^="icon-"] {
	background-color: #82878c;
	font-family: inherit;
}
.widget-invoice-text {
	display: block;
	overflow: hidden;
}
.widget-invoice-header {
	display: block;
	padding-bottom: 2px;
}
.widget-invoice-date,
.widget-invoice-prepaid {
	display: block;
	font-size: 11px;
	color: #191e23;
}
.widget-invoices-carousel-controls {
	margin-top: 10px;
	border-top: 1px solid #e3e4e8;
	padding: 7px 15px;
	font-size: 13px;
	color: #00a0d2;
}
.widget-invoices-carousel-controls:before,
.widget-invoices-carousel-controls:after {
	content: '';
	display: table;
	clear: both;
}
.widget-invoices-carousel-controls i {
	font-size: 7px;
	position: relative;
	top: -1px;
}
.widget-invoices-carousel-controls a {
	color: #00a0d2;
}
.widget-invoices-carousel-controls a:hover {
	text-decoration: none;
	color: #00a0d2;
}
.widget-invoices-carousel-controls a:focus {
	text-decoration: none;
}
.widget-invoices-carousel-left {
	float: left;
}
.widget-invoices-carousel-right {
	float: right;
}
/* Widget Client Info */
.widget-client-info .widget-content {
	padding-left: 15px;
	padding-right: 15px;
}

.widget-list-action {
	padding-right: 30px;
	position: relative;
}
.widget-list-action + .widget-list-action,
.widget-list-action + .filter-form-control {
	margin-top: 10px;
}
.widget-list-action .btn-action {
	position: absolute;
	top: 5px;
	right: 0;
}