.sidebar-elements li a .label {
	float: right;
	padding: 4px 7px;
	margin-top: 15px;
}
.sidebar-elements > li.active > a > span.label {
	color: #ffffff;
}
.sidebar-elements > li:hover > a > span.label {
	color: #ffffff;
}
.be-left-sidebar .sidebar-elements > li > a {
	line-height: 50px;
}
.be-left-sidebar .sidebar-elements > li.parent > a:before {
	line-height: 50px;
}
.be-left-sidebar .sidebar-elements > li.active
{
	background: #fbbc05 0.3%;
}
.be-left-sidebar .sidebar-elements > li.active > a:before
{
	color: #000000;
}
.be-left-sidebar .sidebar-elements > li.active > ul.sub-menu > li.active
{
	background: rgba(251,188,5,0.4);
}
.be-left-sidebar .sidebar-elements > li.active > a:hover,
.be-left-sidebar .sidebar-elements > li.active >ul.sub-menu > li.active > a:hover{
	background: rgba(251,188,5,0.2);
}
.colored-header-warning h3{
	color: #000000;
}
.be-top-header .navbar-header .navbar-brand {
	line-height: 60px;
	height: 60px;
	width: 220px;
	background-image: url(../img/logo_wide_dark_transp.png);
	background-repeat: no-repeat;
	padding: 0 20px;
	margin: 0;
}
.loader {
	border: 3px solid #f3f3f3; /* Light grey */
	border-top: 3px solid #4285f4; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	margin: 20px;
	left: 50%;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
a.icon {
	font-size: 18px;
	line-height: 18px;
}
.action a.icon {
	padding: 0 5px;
}
a:hover {
	cursor: pointer;
}
.date-filter {
	margin: 0px;
	padding: 0px;
}
.pay_desc_block{
	border-bottom: 1px solid #cccccc;
}
.full-width{
	width: 100%;
}
.btn-xl{
	line-height: 45px;
}
.mw-20{
	min-width: 20px;
}
.mw-50{
	min-width: 50px;
}
.mw-100{
	min-width: 100px;
}
.mw-150{
	min-width: 150px;
}
.mw-200{
	min-width: 200px;
}
.mw-240 {
	min-width: 240px;
}
.swal2-popup,
.swal2-popup .swal2-content{
	font-size: 1.5rem;
}
.has-error .select2-selection {
	border: 1px solid #eb6357;
}
label.error{
	margin-top: .25rem;
	color: #f44336;
}
.clear_button .icon{
	color: #ea4335;
}
.input-search .input-group-btn button{
	height: 45px;
}
.show_columns{
	margin: 10px 20px;
}
.form-group label {
	font-weight: 900;
}
.form-group .choose-photo,
.form-group .add_expense,
.form-group .add_subcategory {
	border-radius: 3px;
	font-weight: 500;
	color: #000000;
	background-color: #fbbc05;
	border-color: #fbbc05;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	margin-bottom: 10px;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-top: 10px;
}
.form-group .choose-photo:hover {
	box-shadow: inset 0 -1px 0 #ca9703;
	background-color: #fbbf0f;
	border-color: #fbbf0f;
	border-bottom-color: #ca9703;
}
.form-group textarea {
	height: 100px;
	resize: vertical;
}
tr td img {
	max-height: 75px;
}
tr td.payed img, tr td.activity img, td.white_ip img {
	max-height: 20px;
}
tr td.admin-avatar img {
	max-height: 50px;
}
.form-group.image-group label,
.form-group.file-group label{
	display: table;
}
.documents tr td a {
	color: #fbbc05;
}
.form-group label {
	display: block;
}
#preview-image {
	display: none;
	position: relative;
	margin: 20px 0px;
}
#preview-image img {
	max-height: 150px;
}
.block-expense {
	margin-bottom: 25px;
	border: 1px solid #fbbc05;
	padding: 10px 10px;
}
.block-subcategory {
	padding: 10px 0;
}
.subcategory-name {
	font-weight: 500;
	padding-left: 10px;
}
.delete-block-expense {
	background-color: rgb(234, 67, 53);
	border-left-color: rgb(234, 67, 53);
	border-right-color: rgb(234, 67, 53);
	border: 0;
	border-radius: .25em;
	color: #fff;
	font-size: 1.0625em;
	margin: .3125em;
	padding: .625em 2em;
	font-weight: 500;
	box-shadow: none;
	display: block;
	float: right;
	height: 1%;
}
.delete-row-subcategory {
	background-color: rgb(234, 67, 53);
	border-left-color: rgb(234, 67, 53);
	border-right-color: rgb(234, 67, 53);
	border: 0;
	border-radius: .25em;
	color: #fff;
	font-size: 1.0625em;
	padding: 1em 2em;
	font-weight: 500;
	box-shadow: none;
	display: block;
}
.delete-container-expense:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.expenses-total-amount {
	font-size: 20px;
	margin-bottom: 8px;
	color: #666666;
	font-weight: 900;
	padding: 10px 30px;
	display: inline-block;
	float: right;
}
.delete-image {
	position: absolute;
	right: -3px;
	top: -10px;
	width: 20px;
	height: 20px;
	opacity: 0.3;
	cursor: pointer;
}
.delete-image:hover {
	opacity: 1;
}
.delete-image:before, .delete-image:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: rgb(234, 67, 53);
}
.delete-image:before {
	transform: rotate(45deg);
}
.delete-image:after {
	transform: rotate(-45deg);
}
.category-children-container {
	display: none;
}
.filter-date {
	min-width: 150px;
}
.hidden-inputs {
	display: none;
}
.modal .modal-body h4 {
	font-weight: 900;
	color: #666666;
	font-size: 16px;
	margin-top: 0;
}
#BlockFilter input[type="date"].form-control {
	line-height: 1.42857143;
}
.info-group {
	margin-bottom: 10px;
}
#Table_wrapper .row.pagination-row {
	margin-top: 15px;
}
.date.has-error .help-block {
	display: table-row;
}
.date.has-error .input-group-addon {
	color: #404040;
	background-color: #f5f5f5;
}
.button-add-doc {
	display: inline-block;
	float: right;
	white-space: nowrap;
}
#preview-file {
	display: none;
	padding-top: 5px;
}
#preview-file .document-link {
	font-size: 16px;
	color: #fbbc05;
}
#preview-file .delete-document-file {
	margin-left: 12px;
	font-weight: 900;
	color: red;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.form-control.file {
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
}
.form-check-input.is_expenses,
.form-check-input.is_categories{
	visibility: hidden;
	position: absolute;
}
#document_link {
	display: none;
}
.first-category-row {
	background-color: #f5f5f5;
}
.table-expense-stats tr > th:first-child {
	min-width: 220px;
}
.table-expense-stats tr > th:last-child {
	min-width: 150px;
}
.table-expense-stats tr > th {
	min-width: 100px;
}
.table-expense-stats tr.first-category-row  >td {
	font-weight: bold;
}
.table-expense-stats tr.second-category-row  >td {
	font-weight: 500;
}
.table-expense-stats tr.second-category-row td:first-child {
	padding-left: 30px;
}
.table-expense-stats tr.expense-row td:first-child {
	padding-left: 60px;
}
.table-expense-stats > tbody > tr > td:not(:first-child),
.table-expense-stats > thead > tr > th:not(:first-child) {
	border-left: 1px solid #ddd;
	text-align: center;
}
.button-filter {
	margin-left: 10px;
}
.button-reset {
	margin-left: 20px;
}
.only-categories-filter {
	min-height: 46px;
	border: 1px solid #d5d8de;
}
.only-categories-filter:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
.only-categories-filter .show-only-categories {
	display: inline-block;
	vertical-align: middle;
}
.only-categories-filter .show-only-categories {
	margin: 0 0 0 10px;
}
.only-categories-filter .form-check-label {
	font-weight: 300;
	font-size: 13px;
	color: #404040;
}
#category_expenses a, #income_sources a {
	color: #404040;
}
.table-expense-stats a {
	color: #404040;
}
.form-control {
	font-size: 13px !important;
}
.btn-xl {
	font-size: 13px;
}
.date-filter input, .only-categories-filter {
	border-radius: 5px !important;
}
.table-subcategory {
	width: 100%;
}
.table > tbody > tr > td.subcategory-container-td {
	padding: 12px 0;
}
.be-top-header .navbar-nav > li .wrap-avatar {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	vertical-align: middle;
}
.be-top-header .navbar-nav > li .wrap-avatar img {
	border-radius: 0%;
	width: 100%;
	max-width: 100%;
	vertical-align: baseline;
	max-height: inherit;
}
#category-chart {
	height: 500px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}