html {
	min-width: 100%;
	min-height: 100% !important;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 13px !important;
	font-weight: 400;
	font-family: Inter, Helvetica, "sans-serif";
}

body {
	min-width: 100%;
	min-height: 100% !important;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 13px !important;
	font-weight: 400;
	font-family: Inter, Helvetica, "sans-serif";
}

.hidden {
	display: none !important;
}

.no-wrap {
	white-space: nowrap;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 10px;
}

.text-white {
	color: #ffffff !important;
}

ol, ul {
	padding-left: 0;
}

.dtfrom,
.dtto {
	width: 82px;
	text-align: center;
}

.form-select {
	background-position: right .25rem center;
	background-size: 10px 8px;
	cursor: pointer;
}

.form-select:not(.form-select-lg) {
	font-size: 12px;
	padding: .3rem .6rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
	font-size: .8rem;
	padding: .20rem .4rem;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .70;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #181C32;
}

.card .card-header .card-title h1,
.card .card-header .card-title .h1,
.card .card-header .card-title h2,
.card .card-header .card-title .h2,
.card .card-header .card-title h3,
.card .card-header .card-title .h3,
.card .card-header .card-title h4,
.card .card-header .card-title .h4,
.card .card-header .card-title h5,
.card .card-header .card-title .h5,
.card .card-header .card-title h6,
.card .card-header .card-title .h6 {
	margin-bottom: 0;
}

.btn-warning{
	color: #000 !important;
}
/* #################################### CONTENT BODY ################################# */
#wrapper {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-width: 960px;
	min-height: 750px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-spacing: 0;
	border-collapse: collapse;
}

#menu {
	display: flex !important;
	overflow: auto;
	transition: transform 0.3s ease-in-out !important;
	background-color: #FFF;
	border-right: 1px solid #F3F3F3;
}

#menu > ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu > ul > li {
	display: block;
	padding: 0.15rem 0;
	list-style: none;
}

#menu > ul > li > a {
	display: flex;
	flex: 0 0 100%;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	padding: 0.65rem 1rem;
	transition: none;
	outline: none !important;
	border-radius: 0.95rem;
	color: #5e6278;
	text-decoration: none;
	line-height: 1;
}

#menu > ul > li > a > i {
	flex: 0 0 20px;
	font-size: 15px;
	line-height: 1;
	color: #A1A5B7;
}

#menu > ul > li > a > strong {
	flex: 1 1 auto;
	margin-right: 10px;
	line-height: 1;
	font-size: 1.075rem !important;
	font-weight: 500;
	font-family: Inter, Helvetica, "sans-serif";
	color: #5e6278;
	white-space: nowrap;
}

#menu > ul > li > a > span.fas {
	width: 12px;
	flex: 0 0 12px;
	margin-left: auto;
	line-height: 1;
	color: #A1A5B7;
}

#menu > ul > li > a > span.badge-hl {
	width: auto;
	margin-left: 10px;
	flex: 0 0 auto;
	line-height: 1;
}

#menu > ul > li > a:hover > i,
#menu > ul > li > a:hover > strong,
#menu > ul > li > a:hover > span.fas,
#menu > ul > li.active > a > i,
#menu > ul > li.active > a > strong,
#menu > ul > li.active > a > span.fas {
	color: #009ef7;
}

#menu > ul > li.mm-active > a > span.fa-caret-right::before {
	content: "\f0d7";
}

#menu > ul > li > ul {
	margin-left: 1rem;
	list-style: none;
	flex-direction: column;
}

#menu > ul > li > ul > li {
	display: block;
	padding: 0.15rem 0;
	list-style: none;
}

#menu > ul > li > ul > li > a {
	display: flex;
	padding: 0.65rem 1rem;
	cursor: pointer;
	align-items: center;
	flex: 0 0 100%;
	transition: none;
	outline: none !important;
	border-radius: 0.95rem;
	text-decoration: none;
}

#menu > ul > li > ul > li > a span {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
	font-size: 16px;
}

#menu > ul > li > ul > li > a strong {
	flex: 1 1 auto;
	margin-right: 10px;
	line-height: 1;
	font-size: 1.075rem !important;
	font-weight: 500;
	font-family: Inter, Helvetica, "sans-serif";
	color: #5e6278;
	white-space: nowrap;
}

#menu > ul > li > ul > li > a:hover span,
#menu > ul > li > ul > li > a:hover strong,
#menu > ul > li > ul > li.active > a span,
#menu > ul > li > ul > li.active > a strong {
	color: #009ef7;
}

.drawer.drawer-start {
	left: 0;
	transform: translateX(-100%);
}

.drawer.drawer-end {
	right: 0;
	transform: translateX(100%);
}

.drawer.show {
	transform: none;
	box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease-in-out !important;
}

.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 109;
	background-color: #FFF;
	animation: animation-drawer-fade-in 0.3s ease-in-out 1;
}

@keyframes animation-drawer-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

header {
	width: 100%;
	height: 73px;
	min-height: 73px;
	border-bottom: 1px solid #F2F2F2;
	background-color: #f5f8fa;
}

.msg {
	display: block;
	width: 70%;
	padding: 1%;
	margin-bottom: 15px;
	border: 1px solid #000;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	font-size: 16px;
	background-color: #FFF;
}

.msg-ok {
	color: darkgreen;
	border-color: darkgreen;
}

.msg-warn {
	color: darkorange;
	border-color: darkorange;
}

.msg-error {
	color: darkred;
	border-color: darkred;
}

.msg-info {
	color: darkblue;
	border-color: darkblue;
}

.header-user-menu .dropdown-menu .user-menu-entry {
	display: block;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header-user-menu .dropdown-menu .user-menu-entry a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	box-sizing: border-box;
	padding: 13px 16px;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

.header-user-menu .dropdown-menu .user-menu-entry a span {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1;
}

.header-user-menu .dropdown-menu .user-menu-entry a:hover {
	color: #009ef7;
	background-color: #F9F9F9;
	transition: color 0.2s ease;
	border-radius: 0.95rem;
}

.header-user-menu .dropdown-menu .user-menu-entry a:hover span {
	color: #009ef7;
}

.items-table {
	display: table;
	border-collapse: collapse;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	margin: 10px 0;
}

.items-table tr {
	transition: all 0.3s ease 0s;
}

.items-table thead {
	border-top: 1px solid #E0E0E0;
	background-color: #F0F0F0;
}

.items-table thead tr th {
	line-height: 1.3;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

.items-table thead tr th a {
	line-height: 1.3;
	font-size: 11px;
	font-weight: bold;
	color: #014163;
}

.items-table thead tr th a:hover {
	text-decoration: none;
}

.items-table tbody tr:hover {
	background-color: #e5e5e5;
}

.items-table tr.item-deleted-1 td,
.items-table tr.item-state-0 td {
	color: #CCCCCC;
}

.items-table tr.item-deleted-1 td:first-child,
.items-table tr.item-deleted-1 td:nth-child(2),
.items-table tr.item-state-0 td:first-child,
.items-table tr.item-state-0 td:nth-child(2) {
	text-decoration: line-through;
}

.items-table tr.item-deleted-1 td select,
.items-table tr.item-state-0 td select {
	color: #CCCCCC;
	border-color: #CCC;
}

.items-table tr.item-deleted-1 td a,
.items-table tr.item-state-0 td a {
	color: #CCC;
}

.items-table tr.item-state-2 td {
	font-weight: bold;
}

.items-table tr.item-confstatus-2 td {
	opacity: 0.4;
}

.text-right,
.items-table td.text-right {
	text-align: right;
}

.logged-out #menu {
	display: none;
}

.logged-out header {
	display: none !important;
}

.logged-out .page-content-wrapper {
	padding-top: 150px;
}

.logged-out .page-content-wrapper .content-wrapper {
	text-align: center;
}

.logged-out .page-content-wrapper .content-wrapper .login-form {
	margin: 0 auto;
}

.logged-out > .flex-root {
	min-height: 100%;
}

.logged-out > .flex-root > .page {
	flex: 1 0 auto;
	min-height: 100%;
}

.logged-out > .flex-root > .page > .wrapper > .page-content-wrapper {
	flex: 1 0 auto;
	min-height: 100%;
}

.logged-out > .flex-root > .page > .wrapper > .page-content-wrapper > .content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	flex: 1 0 auto;
	min-height: 100%;
	max-width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.logged-out > .flex-root > .page > .wrapper > .page-content-wrapper > .content-wrapper .d-flex{
	flex: 1 0 auto !important;
	min-height: 100% !important;
}

body:not(.logged-out) .page-content-wrapper{
	padding: 1rem !important;
}

.bgi-size-cover {
	background-size: cover;
}
.bgi-no-repeat {
	background-repeat: no-repeat;
}
.bgi-position-x-start {
	background-position-x: left;
}
.bgi-position-y-center {
	background-position-y: center;
}

::-webkit-input-placeholder {
	color: #CCC !important;
}

:-moz-placeholder {
	color: #CCC !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #CCC !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #CCC !important;
}


.additional-status-message {
	width: 100%;
	color: red;
	line-height: 1.3;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.form-control.form-control-transparent {
	background-color: transparent;
	border-color: transparent;
}
.dropdown.show > .form-control.form-control-transparent,
.form-control.form-control-transparent:active,
.form-control.form-control-transparent.active,
.form-control.form-control-transparent:focus,
.form-control.form-control-transparent.focus {
	background-color: transparent;
	border-color: transparent;
}
.form-control.form-control-flush {
	border: 0;
	background-color: transparent;
	outline: none !important;
	box-shadow: none;
	border-radius: 0;
}

.form-control.form-control-solid {
	padding: 0.85rem 1rem;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.5;
	background-color: #F9F9F9;
	border-radius: 0.95rem;
	border: 1px solid #E1E3EA;
	color: #5e6278;
	transition: color 0.2s ease;
}
.form-control.form-control-solid::placeholder {
	color: #A1A5B7;
}
.form-control.form-control-solid::-moz-placeholder {
	color: #A1A5B7;
	opacity: 1;
}
.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
	background-color: #F4F4F4;
	border-color: #F4F4F4;
	color: #5e6278;
	transition: color 0.2s ease;
}

.form-control-solid-bg {
	background-color: #F9F9F9;
}

.form-control-plaintext {
	color: #5e6278;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 5000;
}

* html .ui-autocomplete {
	height: 200px;
}

#hover-forms {
	display: block;
	width: 70%;
	min-width: 700px;
	min-height: 100px;
	height: 90%;
	margin: 0.5% auto;
	top: 2%;
	padding: 22px 40px 40px;
	box-shadow: 10px 10px 20px #444;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	z-index: 1000;
}

#hover-forms-nav {
	width: 102%;
	height: 27px;
	padding-bottom: 10px;
	text-align: right;
}

#hover-forms-nav a {
	color: #C4C4C4;
	text-decoration: none;
}

#hover-forms-content {
	box-sizing: border-box;
	padding: 3px;
	max-height: 97%;
	overflow: auto;
}

#hover-forms-content .fancy-form {
	background-color: rgba(255, 255, 255, 0.6);
}

.menu-gray-800 .menu-item .menu-link {
	color: #3F4254;
}

.menu-item {
	padding: 0.15rem 0;
}

.menu-item .menu-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0.65rem 1rem;
	flex: 0 0 100%;
	transition: none;
	outline: none !important;
	border-radius: 0.95rem;
}

.caption-top {
	color: #8E8E8E;
	padding-left: 0.15rem;
}

.card {
	border: 1px solid #F4F4F4;
	border-radius: 0.95rem;
	box-shadow: none;
	background-color: rgba(245, 248, 250, 0.35);
}

.card .card-header {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 20px;
	padding: 0 1rem;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #F4F4F4;
}

.card .card-header .card-title {
	display: flex;
	align-items: center;
	margin: 0.5rem 0.5rem 0.5rem 0;
}

.card .card-header .card-title,
.card .card-header .card-title .card-label {
	font-weight: 500;
	font-size: 1.275rem;
	color: #AAA;
}

.card .card-body {
	padding: 2rem 2.25rem;
	flex: 1 1 auto;
}

.translation-orig .translation-float-form{
	display: block;

	padding:10px;
	box-shadow: 0 0 15px #CCC;
	background-color: #F3F3F3;
	position: absolute;
	z-index: 100;
}

.translation-orig .translation-float-form.hidden{
	display: none;
}

.translation-en-btn{
	color: #444;
}


/*
 * DESIGN MODIFICATIONS ->
 */
.my_color_picker {
	min-width: 400px;
	min-height: 200px;
}

.css-customizer .form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.css-customizer .form-row label {
	width: auto !important;
	min-width: 250px !important;
}

.css-customizer .form-row input {
	margin-right: 10px;
}

.css-customizer .form-row .prev {
	display: inline-block;
	line-height: 1;
	padding: 5px 8px;
	font-size: 12px;
	margin-right: 10px;
}

/*
 * SUB-MENUS BLOCKS ->
 */

.sub-menus-blocks {
	display: block;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.sub-menus-blocks ul {
	display: block;
	width: 80%;
	text-align: center;
	list-style: none inside;
	margin: 0 auto;
	white-space: normal;
}
.sub-menus-blocks ul li {
	display: inline;
}
.sub-menus-blocks ul li a {
	display: inline-block;
	width: 30%;
	padding: 5% 2%;
	margin: 10px;
	font-size: 23px;
	color: #000;
	background-color: #3cdbc0;
	border: 0;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	white-space: normal;
}
.sub-menus-blocks ul li a:hover{
	opacity: .80;
}

.table-cells-centered tr th{
	text-align: center;
}

.table-cells-centered tr td{
	text-align: center;
}

.table tbody tr.item-state-0{
	opacity: 0.7;
}
.table tbody tr.item-state-0 td{
	color: #CCCCCC;
}

.date_picker{
	width: 110px;
	min-width: 110px;
	flex: 0 0 110px !important;
}

/* ********************* HOMEPAGE / DASHBOARD ************************ */

/*state overview*/
.state-overview .card {
	display: block;
	margin-bottom: 20px;
	border: none;
	background-color: #F2F2F2;
}

.state-overview .symbol, .state-overview .value {
	display: inline-block;
	text-align: center;
}

.state-overview .value  {
	float: right;

}

.state-overview .value h1, .state-overview .value p  {
	margin: 0;
	padding: 0;
	color: #c6cad6;
}

.state-overview .value h1 {
	font-weight: 300;
	color: #999;
}

.state-overview .symbol i {
	color: #fff;
	font-size: 50px;
}

.state-overview .symbol {
	width: 40%;
	padding: 25px 15px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.state-overview .value {
	width: 58%;
	padding-top: 21px;
}

.state-overview .terques {
	background: #6ccac9;
}

.state-overview .red {
	background: #ff6c60;
}

.state-overview .yellow {
	background: #f8d347;
}

.state-overview .blue {
	background: #57c8f2;
}

/*main chart*/

.border-head h3 {
	border-bottom: 1px solid #c9cdd7;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	font-weight: 300;
}

.custom-bar-chart {
	height: 290px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
	height: 100%;
	position: relative;
	width: 4.3%;
	margin: 0 2%;
	float: left;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	z-index: 10;
}

.custom-bar-chart .bar .title {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.custom-bar-chart .bar .value {
	position: absolute;
	bottom: 0;
	background: #bfc2cd;
	color: #bfc2cd;
	width: 100%;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.custom-bar-chart .bar .value:hover {
	background: #e8403f;
	color: #fff;
}

.y-axis {
	color: #555555;
	position: absolute;
	text-align: right;
	width: 100%;
}

.y-axis li {
	border-top: 1px dashed #dbdce0;
	display: block;
	height: 58px;
	width: 100%;
}

.y-axis li:last-child {
	border-top: none;
}

.y-axis li span {
	display: block;
	margin: -10px 0 0 -25px;
	padding: 0 10px;
	width: 40px;
}

.y-axis {
	color: #555555;
	text-align: right;
}

/*spark line*/
.chart {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.chart .heading {
	text-align: left;
}
.chart .heading span {
	display: block;
}
.card.green-chart .chart-tittle {
	font-size: 16px;
	padding: 15px;
	display: inline-block;
	font-weight:normal;
	background: #99c262;
	width: 100%;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#barchart {
	margin-bottom: -20px;
	display: inline-block;
}

.chart-tittle .title {

}

.card.green-chart .chart-tittle .value {
	float: right;
	color: #c0f080;
}

.card.green-chart {
	background: #a9d96c;
	color: #fff;
}

.card.terques-chart {
	background: #41cac0;
	color: #fff;
}

.card.terques-chart .chart-tittle .value {
	float: right;
	color: #fff;
}

.card.terques-chart .chart-tittle .value a {
	color: #fff;
	font-size: 12px;
}

.card.terques-chart .chart-tittle .value a:hover, .card.terques-chart .chart-tittle .value a.active {
	color: #55f2e7;
	font-size: 12px;
}

.card.terques-chart .chart-tittle {
	font-size: 16px;
	padding: 15px;
	display: inline-block;
	font-weight:normal;
	background: #39b7ac;
	width: 100%;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.inline-block {
	display: inline-block;
}

/**/

.card-body.chart-texture {
	background: url("/theme/assets/img/demo/chart-texture.jpg");
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}


/*personal task*/

.task-thumb {
	width: 90px;
	float: left;
	margin-bottom: 5px;
}

.task-thumb img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.task-thumb-details {
	display: inline-block;
	margin: 25px 0 0 10px;
}

.task-progress {
	float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
	color: #39b5aa;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.task-thumb-details p, .task-progress p {
	padding-top: 5px;
	color: #a4aaba;
	margin-bottom: 0;
}


.personal-task tbody tr td{
	padding: 11px 15px;
	border-color: #eeeff1;
}

.personal-task tbody tr td i {
	font-size: 20px;
	color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i{
	color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
	text-align: right;
}

.personal-task .badge{
	padding: 3px 7px;
	font-size: 12px;
}

.task-option {
	float: right;
}

.task-option select{
	height: 35px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px;
	color: #a4abbb;
}

.progress-panel {
	padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary, .badge.badge-primary {
	background: #8075c4;
}

.badge.bg-success, .badge.badge-success {
	background: #a9d86e;
}

.badge.bg-warning, .badge.badge-warning {
	background: #FCB322;
}

.badge.bg-important, .badge.badge-danger {
	background: #ff6c60;
}

.badge.bg-info, .badge.badge-info {
	background: #41cac0;
}

.badge.bg-inverse, .badge.badge-inverse {
	background: #2A3542;
}

/**
 * FILTERS ->
 */

.filters-table label.col-form-label{
	line-height: 1.15;
}

/**
 * TREE STRUCTURE ->
 * TREE STRUCTURE ->
 * TREE STRUCTURE ->
 */

.tree-structures{
	list-style: none inside;
}

.tree-structures li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 5px;
	line-height: 1;
	background-color: #cccccc;
}

.tree-structures li.active{
	background-color: #c3ffc1;
}

.tree-structures li.disabled{
	color: red;
}

.tree-structures strong{
	display: inline-block;
	flex-basis: 95%;
	padding-right: 30px;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 16px;
}

.tree-structures li.dd-sub-items{
	position: relative;
	margin-top: -10px;
}
.tree-structures li.dd-sub-items ul{
	width: 100%;
}

.tree-structures ul{
	margin-left: 20px;
	padding-bottom: 20px;
}
.tree-structures ul ul{
	margin-left: 30px;
}

.tree-structures li.dd-sub-items ul li{
	padding-left: 10px;
	background-color: #FFF;
}
.tree-structures li.dd-sub-items ul li:last-child{
	margin-bottom: 0;
}


/*
 * FOOTER ->
 */

.hover-blk {
	display: none;
}

#toTop {
	display: none;
}
