html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 13px !important;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

body {
	width: 100%;
	height: 100%;
	color: #797979;
	background: #f1f2f7;
	font-family: 'Open Sans', sans-serif;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

ul li {
	list-style: none;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
}

.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;
}

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

.form-select:not(.form-select-lg) {
	font-size: 12px;
	padding: .3rem 14px .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-block {
	display: block;
	width: 100%;
}

.btn-warning{
	color: #000 !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	opacity: 0.5;
}

.btn-red {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ec6459;
	--bs-btn-border-color: #ec6459;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ec6459;
	--bs-btn-hover-border-color: #ec6459;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ec6459;
	--bs-btn-active-border-color: #ec6459;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ec6459;
	--bs-btn-disabled-border-color: #ec6459;
}

.alert ul li p{
	margin-bottom: 0;
}

.table > tbody > tr.item-state-0 {
	opacity: 0.6;
}

.table tr td{
	vertical-align: middle;
}

.table-sm tr td{
	vertical-align: middle;
}

.table-hover > tbody > tr:hover > * {
	--bs-table-bg-state: #CACACA;
}

/* ####### BUTTONS ####### */
.btn-default {
	background-color: #bec3c7;
	border-color: #bec3c7;
	color: #fff;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #39b2a9;
	--bs-btn-border-color: #39b2a9;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #39b2a9;
	--bs-btn-hover-border-color: #39b2a9;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #39b2a9;
	--bs-btn-active-border-color: #39b2a9;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #39b2a9;
	--bs-btn-disabled-border-color: #39b2a9;
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6dbb4a;
	--bs-btn-border-color: #6dbb4a;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6dbb4a;
	--bs-btn-hover-border-color: #6dbb4a;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6dbb4a;
	--bs-btn-active-border-color: #6dbb4a;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6dbb4a;
	--bs-btn-disabled-border-color: #6dbb4a;
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #53bee6;
	--bs-btn-border-color: #53bee6;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #53bee6;
	--bs-btn-hover-border-color: #53bee6;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #53bee6;
	--bs-btn-active-border-color: #53bee6;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #53bee6;
	--bs-btn-disabled-border-color: #53bee6;
}

.btn-warning {
	--bs-btn-color: #fff;
	--bs-btn-bg: #e4ba00;
	--bs-btn-border-color: #e4ba00;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #e4ba00;
	--bs-btn-hover-border-color: #e4ba00;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #e4ba00;
	--bs-btn-active-border-color: #e4ba00;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #e4ba00;
	--bs-btn-disabled-border-color: #e4ba00;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ec6459;
	--bs-btn-border-color: #ec6459;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ec6459;
	--bs-btn-hover-border-color: #ec6459;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ec6459;
	--bs-btn-active-border-color: #ec6459;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ec6459;
	--bs-btn-disabled-border-color: #ec6459;
}

.btn-xs {
	--bs-btn-padding-y: 0.32rem;
	--bs-btn-padding-x: 0.54rem;
	--bs-btn-font-size: 0.7rem;
	--bs-btn-border-radius: 3px;
}

/* ####### TABLES ####### */

.table-sm tr td {
	font-size: 0.9rem;
}
.table-sm tr td .badge{
	font-size: 0.67rem;
}

/* ####### BACKGROUNDS ####### */
.bg-default{
	background-color: #bec3c7;
}
.bg-primary{
	background-color: #39b2a9;
}
.bg-success{
	background-color: #6dbb4a;
}
.bg-info{
	background-color: #53bee6;
}
.bg-warning{
	background-color: #e4ba00;
}
.bg-danger{
	background-color: #ec6459;
}

/* ####### BADGES ####### */
/*badge*/

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

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

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

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

.badge.bg-info, .badge.badge-info {
	background: #53bee6;
}

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

/* #################################### LOGIN FORM ################################# */

.login-body {
	background-color: #f1f2f7;
}

.form-login {
	max-width: 330px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding:20px 15px;
	text-align: center;
	background: #41cac0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.form-login .checkbox {
	margin-bottom: 14px;
}
.form-login .checkbox {
	color: #b6b6b6;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.form-login .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
.form-login .form-control:focus {
	z-index: 2;
}
.form-login input[type="text"],
.form-login input[type="email"],
.form-login input[type="password"] {
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #eaeaea;
	box-shadow: none;
	font-size: 12px;
}

.form-login button[type="submit"] {
	background: #f67a6e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0 4px #e56b60;
	border-color: #f67a6e;
	margin-bottom: 20px;
	padding: 1.1rem 1rem .8rem;
	font-size: 1.25rem;
	line-height: 1.2;
	border-radius: .3rem;
}

.form-login a {
	color: #41cac0;
}

.form-login a:hover {
	color: #b6b6b6;
}

.login-wrap {
	padding: 20px;
}

.login-social-link  {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
}

.login-social-link a {
	color: #fff;
	padding: 15px 28px;
	border-radius: 4px;
}

.login-social-link a:hover {
	color: #fff;
}

.login-social-link a i {
	font-size: 20px;
	padding-right: 10px;
}

/* #################################### CONTENT BODY ################################# */
#wrapper{
	display: block;
	height: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
}
#wrapper > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 58px;
	padding-top: 2px;
	background: #fff;
	border-bottom: 1px solid #f1f2f7;
	position: fixed;
	top: 0;
	z-index: 10;
}

#wrapper > #main-page {
	display: flex;
	width: 100%;
	min-height: calc(100vh - 60px);
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	top: 58px;
}

.header-menu-area i{
	font-size: 20px;
}

.sub-domain-logo{
	display: inline-block;
	font-size: 21px;
	color: #2e2e2e;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}
.sub-domain-logo span {
	color: #FF6C60;
}

header .dropdown-toggle::after {
	position: relative;
	top: 2px;
}

#sidebar > ul > li > ul.sub {
	display: none;
}

#sidebar > ul > li.active > ul.sub,
#sidebar > ul > li > ul.sub > li > a {
	display: block;
}

#menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 210px;
	height: calc(100vh - 50px);
	max-height: calc(100vh - 50px);
	position: fixed;
	background: #fff;
	overflow-y: scroll;
}

body.no-menu #menu {
	display: none;
}

#menu ul#sidebar-menu {
	margin: -2px 0 0;
	padding: 0;
}

#menu ul#sidebar-menu li {
	position: relative;
	list-style: none;
	line-height: 20px !important;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 10px;
}
#menu ul#sidebar-menu li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 7px 0 8px 10px;
	font-size: 12px;
	color: #8e8e8e;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0 40px 40px 0;
	border-left: 3px solid transparent;
}
#menu ul#sidebar-menu li a i {
	width: 22px;
	min-width: 22px;
	max-width: 22px;
	font-size: 15px;
	padding-right: 6px;
}
#menu ul#sidebar-menu li a span {
	display: inline-block;
	color: #8e8e8e;
}

#menu ul#sidebar-menu > li > a:hover,
#menu ul#sidebar-menu > li > a.active {
	background: rgba(237, 77, 83, .06);
	border-left: 3px solid #ff6c60;
	color: #ff6c60;
	border-radius: 0 40px 40px 0;
}

#menu ul#sidebar-menu li a.brands i,
#menu ul#sidebar-menu li a.users i,
#menu ul#sidebar-menu li a.otherexpenses i,
#menu ul#sidebar-menu li a.settings i {
	margin-left: 1px;
}
#menu ul#sidebar-menu li a.businesses i {
	min-width: 19px;
	width: 19px;
	max-width: 19px;
	margin-left: 3px;
}
#menu ul#sidebar-menu li a.finances i {
	min-width: 19px;
	width: 19px;
	max-width: 19px;
	margin-left: 3px;
}
#menu ul#sidebar-menu li a.reports i {
	min-width: 21px;
	width: 21px;
	max-width: 21px;
	margin-left: 3px;
}
#menu ul#sidebar-menu li a.othersfuncs i {
	min-width: 23px;
	width: 23px;
	max-width: 23px;
}
#menu ul#sidebar-menu li a.otherexpenses i {
	min-width: 21px;
	width: 21px;
	max-width: 21px;
}
#menu ul#sidebar-menu li a.reports i {
	min-width: 20px;
	width: 20px;
	max-width: 20px;
}


#menu ul#sidebar-menu > li > ul.sub {
	display: none;
	width: 105%
}

#menu ul#sidebar-menu > li > ul.sub > li{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 35px;
	background-color: #ffffff;
}

#menu ul#sidebar-menu > li > ul.sub > li a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	padding: 8px 0;
	line-height: 1.4;
	color: #aeb2b7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu ul#sidebar-menu > li > ul.sub > li a:hover,
#menu ul#sidebar-menu > li > ul.sub > li a:active,
#menu ul#sidebar-menu > li > ul.sub > li a:focus,
#menu ul#sidebar-menu > li > ul.sub > li a.active {
	color: #ff6c60;
	border-radius: 0 40px 40px 0;
	background: transparent;
}
#menu ul#sidebar-menu > li > ul.sub > li a.active {
	color: #ff6c60;
	font-weight: bold;
}

#menu .badge-hl span {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	font-size: 10px;
	border-radius: 4px;
	color: #FFF !important;
}


.menu-icon {
	position: relative;
	margin-left: auto;
	margin-right: 10px;
}

.menu-icon:before {
	font-size: 12px;
	font-weight: bold;
	content: '\f107';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.active a .menu-icon:before
{
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}

.change-log-menu{
	display: block;
	width: 100%;
	text-align: left;
	padding: 2px 4px;
}
.change-log-menu a{
	font-size: 0.97rem;
	color: #777;
	text-decoration: none;
}
.change-log-menu a:hover{
	color: #6386ff;
}



.page-content-wrapper{
	display: block;
	width: calc(100% - 210px);
	padding: 20px;
	left: 210px;
	position: relative;
	background-color: #f1f2f7;
}
body.no-menu .page-content-wrapper{
	left: 0;
	width: 100%;
}

.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: #ff6c60;
	background-color: #F9F9F9;
	transition: color 0.2s ease;
	border-radius: 0.95rem;
}

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

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

.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: #4B4848;
	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;
}

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

.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;
}

.form-floating > .form-control::placeholder {
	color: #CCC !important;
	opacity: 1 !important;
}

.form-floating > .form-control:not(:focus)::placeholder {
	color: #FFF !important;
	opacity: 0.0 !important;
}

.btn-group .btn:hover{
	opacity: 0.8 !important;
}

#hover-forms {
	display: block;
	width: 70%;
	min-width: 700px;
	height: auto;
	min-height: 100px;
	max-height: calc(100vh - 120px);
	margin: 0.5% auto;
	top: 100px;
	padding: 14px 35px 35px;
	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: #555;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	padding-top: 2px;
	padding-right: 4px;
	position: relative;
	top: -5px;
}
#hover-forms-nav a:hover{
	color: #000;
}

#hover-forms-content {
	box-sizing: border-box;
	padding: 3px;
	height: 97%;
	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 #FCFCFC;
	border-radius: 0.25rem;
	box-shadow: none;
}

.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: 1.55rem 1.5rem;
	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;
}

.date_picker{
	width: 100px;
}

/* ##################### LOGIN FORM ######################### */
div#login-form {
	width: 400px;
	margin: 0 auto;
}

div#login-form form {
	width: 100%;
}

/* ##################### USER ACCESS MODULE ######################### */
div#user-access {
	display: block;
	width: 100%;
}

div#user-access ul {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}

div#user-access ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	font-size: 15px;
}

div#user-access ul li ul {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#user-access ul li.access-state-0 {
	color: red;
}

div#user-access ul li.access-state-1 {
	color: green;
}

div#user-access ul a {
	color: #2a3133;
	padding-left: 20px;
	font-size: 13px;
}

div#user-access ul a:hover {
	text-decoration: none;
}

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

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

.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: #a2a6b5;
}

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

.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;
}

/**
 * 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: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 5px;
	line-height: 1;
	background-color: #f1f2f7;
	border-radius: 5px;
}

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

.tree-structures li > div:first-child {
	flex: 1 1 auto;
}

.tree-structures li > div:first-child strong {
	display: block;
	width: 100%;
	line-height: 1;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.tree-structures li > div:first-child > div {
	display: block;
	width: 100%;
	line-height: 1.3;
	padding-top: 4px;
	padding-left: 3px;
	padding-bottom: 4px;
}

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

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

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

.tree-structures li.item.disabled {
	opacity: 0.4;
}

.sm-preview-modal {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
	min-width: 700px;
	height: auto;
	min-height: 100px;
	max-height: calc(100vh - 120px);
	margin: 0.5% auto;
	top: 100px;
	padding: 14px 35px 35px;
	box-shadow: 10px 10px 20px #444;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	z-index: 1200;
}

#sm-preview-modal-nav {
	flex: 0 0 27px;
	width: 102%;
	height: 27px;
	box-sizing: border-box;
	text-align: right;
}

#sm-preview-modal-nav button {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	padding-top: 2px;
	padding-right: 4px;
	position: relative;
	border: 0;
	top: -5px;
}
#sm-preview-modal-nav button:hover{
	color: #000;
}

#sm-preview-modal-content {
	flex: 1 1 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 3px;
	overflow: hidden;
}

#sm-preview-modal-content #sm-preview-block {
	display: block;
	width: 100%;
	height: 100%;
}

.sm_event_preview {
	display: block;
	width: 800px;
	height: 600px;
}

.sm-zoom-button-list {
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 100;
	transform: translate(0, -50%);
}

.sm-zoom-button {
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
	font-size: 27px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	margin-bottom: 10px;
	user-select: none;
}

.sm-zoom-button:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
}

/** PRICE EDITOR -> */

#pricing-editor-wrapper,
#live-sales-preview-wrapper,
#issue-tickets-wrapper {
	position: relative;
}

#pricing-editor-wrapper .card-header,
#issue-tickets-wrapper .card-header {
	position: relative;
	align-items: center;
	justify-content: space-between;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

#pricing-editor-toolbar-left{
	display: inline-flex;
	align-items: center;
	justify-content: start;
	flex: 0 0 200px;
	width: 200px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.pricing-sm-toggle-mode{
	display: flex;
	list-style: none inside;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
.pricing-sm-toggle-mode li{
	display: inline-block;
}

#pricing-editor-toolbar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: auto;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#pricing-editor-toolbar-right{
	display: inline-flex;
	align-items: center;
	justify-content: end;
	flex: 0 0 200px;
	width: 200px;
	margin-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#pricing-editor-toolbar > button {
	width: 70px;
	height: 50px;
	line-height: 1;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.75);
	border: 1px solid #555;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
	cursor: pointer;
	text-align: center;
	user-select: none;
	-webkit-user-select: none !important;
	position: relative;
	z-index: 2;
}
#pricing-editor-toolbar > button i{
	display: block;
	width: 70%;
	margin: 0 auto;
	font-size: 18px;
	user-select: none;
	-webkit-user-select: none !important;
	position: relative;
	z-index: 1;
}
#pricing-editor-toolbar > button small{
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #111;
	text-align: center;
	user-select: none;
	-webkit-user-select: none !important;
	position: relative;
	z-index: 1;
}

#pricing-editor-toolbar > button:active,
#pricing-editor-toolbar > button.active {
	background-color: #494949;
}

#pricing-editor-toolbar > button:active i,
#pricing-editor-toolbar > button:active small,
#pricing-editor-toolbar > button.active i,
#pricing-editor-toolbar > button.active small{
	color: #FFF;
}

#pricing-editor-toolbar > button:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
}
#pricing-editor-toolbar > button:disabled{
	opacity: 0.4;
}

#pricing-editor-toolbar > .spacer {
	display: block;
	width: 20px;
	line-height: 1;
	text-align: center;
}

.price-groups-existing{
	width: 100%;
	max-height: 700px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
	padding-left: 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.price-groups-existing .price-category-area {
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 0.2rem;
	background-color: rgba(0, 0, 0, .03);
}

.pricing_group_add_area{
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding: 0.2rem 0.2rem 0.1rem;
}

.pricing-editor-modal,
.live-sales-modal{
	display: block;
	box-sizing: border-box;
	width: 280px;
	min-height: 80px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #555;
	border-radius: 4px;
	box-shadow: 0 0 15px #555;
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 15px;
	overflow: hidden;
}
.pricing-editor-modal-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
.pricing-editor-modal-title span{
	flex: 1 1 auto;
	line-height: 1;
	white-space: nowrap;
}
.pricing-editor-modal-title button{
	flex: 0 0 auto;
	font-size: 15px;
	line-height: 1;
}

.pricing-editor-modal-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

.pricing-editor-modal .accordion-body{
	padding: 0.2rem;
}
.pricing-editor-modal .accordion-item .accordion-header .accordion-button {
	font-size: 0.88rem;
	padding: 0.6rem 1rem;
}
.pricing-editor-modal .accordion-item .accordion-header .accordion-button:not(.collapsed){
	color: #FFF;
	background-color: #494949;
}
.pricing-editor-modal .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
	color: #FFF;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xLjYsNC42Yy4yLS4yLjUtLjIuNywwLDAsMCwwLDAsMCwwbDUuNiw1LjYsNS42LTUuNmMuMi0uMi41LS4yLjcsMHMuMi41LDAsLjdsLTYsNmMtLjIuMi0uNS4yLS43LDAsMCwwLDAsMCwwLDBMMS42LDUuNGMtLjItLjItLjItLjUsMC0uNywwLDAsMCwwLDAsMFoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwIi8+Cjwvc3ZnPg==');
}

#priceGroupsWrapper{
	overflow: hidden;
}

.assign_price_form{
	padding: 7px 0.1rem 0.2rem 0;
}
.assign_price_form input {
	max-width: 45px;
}
.assign_price_form input#capacity {
	width: 72px;
	max-width: 72px;
}

.prices_category_prices{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
	margin-right: auto;
	position: relative;
}
.prices_category_prices > span {
	display: inline-block;
	text-align: center;
	line-height: 1;
	padding: 2px 3px 0;
	position: relative;
	user-select: none;
}
.prices_category_prices > span > i {
	display: block;
	font-size: 13px;
	user-select: none;
}
.prices_category_prices > span > small {
	display: block;
	font-size: 11px;
	text-align: center;
	padding-top: 1px;
	user-select: none;
}
.prices_category_prices > span > small > em{
	font-size: 10px;
	user-select: none;
}
.prices_category_prices > .pcp_area_child > i {
	font-size: 11px;
	margin-top: 1px;
}
.prices_category_prices > .pcp_area_child > em {
	padding-top: 3px;
}

.set-price-modal{
	display: inline-block;
	width: 220px;
	padding: 10px;
	position: absolute;
	z-index: 1000;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px #CCC;
}

#legend{
	list-style: none inside;
	padding-top: 8px;
}
#legend li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	line-height: 1;
	padding-top: 1px;
	padding-bottom: 1px;
}
#legend li span.color{
	display: block;
	width: 10px;
	height: 10px;
	line-height: 1;
	margin-left: 2px;
}
#legend li:first-child {
	padding-bottom: 2px;
}


.set-price-modal input{
	display: block;
	width: 100%;
	padding: 4px 10px;
	margin-bottom: 3px;
	color: #111;
	border-radius: 2px;
	font-size: 12px;
}

.add_price_status,
.other_func_status{
	width: 100%;
	height: auto;
	min-height: 1px;
	line-height: 1px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	font-size: 12px;
	font-style: italic;
}
.add_price_status span,
.other_func_status span{
	display: block;
	width: 100%;
	line-height: 15px;
}

.prices-inputs{
	display: block;
	padding-left: 50px;
}

.prices-inputs input{
	display: block;
	width: 100%;
	padding: 4px 10px;
	margin-bottom: 3px;
	color: #111;
	border-radius: 2px;
	font-size: 11px;
}

.pricing-editor-modal-groups hr{
	margin-top: 1px;
	margin-bottom: 2px;
	border-color: #CCC;
}

.price_groups_editable{
	width: 100%;
	position: relative;
	margin-bottom: 2px;
	border-radius: 4px;
	overflow: hidden;
}
.price_groups_editable input{
	font-size: .88rem !important;
}

.pricing-editor-modal .card {
	border: 1px solid #E8E8E8;
}
.pricing-editor-modal .card-header{
	padding: 0.5rem 0.7rem;
	background-color: rgba(0, 0, 0, .03);
}
.pricing-editor-modal .card-body{
	padding: 0.5rem 0.3rem;
}

.detailed-input-prices{
	width: 100%;
	min-height: 100px;
}

.add_price_selection{
	padding-left: 5px;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	color: #777;
}

.price-modal{
	display: block;
	width: 200px;
	min-height: 100px;
	padding: 5px;
	background-color: #FFF;
	border: 3px solid #888;
	box-shadow: 0 0 10px #888;
	border-radius: 5px;
	position: fixed;
	z-index: 2000;
}

.seats-settlements-resellers {

}

.seats-settlements-resellers li {
	padding: 0.5rem 0.5rem;
}

.seats-settlements-resellers li .reseller-name{
	line-height: 1;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 4px;
}
.seats-settlements-resellers li .capacity{
	display: none;
	width: 100px;
	max-width: 100px;
}

/**  <-- PRICE EDITOR */

.ui-autocomplete{
	box-sizing: border-box;
}
.ui-autocomplete .ui-menu-item{
	box-sizing: border-box;
	width: 100%;
	padding: 0.2rem 0.3rem 0.1rem;
	font-size:.97rem;
}

.g-translate {
	position: absolute;
	z-index: 1000;
	width: 10px;
	height: 10px;
	right: 0;
	margin-top: -20px;
}

.with-back-button {
	position: relative;
	z-index: 2;
}
.with-back-button .back-btn {
	display: none;
	position: absolute;
	left: 5px;
	top: -15px;
	z-index: 1000;
}
.with-back-button:hover .back-btn {
	display: block;
}
.with-back-button:hover .back-btn:hover {
	display: block;
}
.secret_key{
	margin-bottom: 0;
	white-space: wrap;
	word-break: break-all;
}

.o-info-results {
	display: block;
	padding: 10px;
	box-shadow: 0 0 15px #CCC;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1000;
}

.price-category-color {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 7px;
	background-color: #CCCCCC;
}

/**
 * Date range picker:
 */


.dates-range-group {
	display: inline-block;
	padding-right: 5px;
}

.dr-preview {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0.20rem 0.40rem 0.25rem 0.40rem;
	color: #6e707e;
	background-color: #FFF;
	border: 1px solid #d1d3e2;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.dr-preview:focus {
	border: 1px solid #d1d3e2 !important;
}

.dr-preview i {
	max-height: 14px;
	font-size: 1rem;
}

.dr-preview .dr-picker-input {
	display: inline-block;
	width: 160px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
	white-space: nowrap;
	color: var(--bs-body-color);
	border: 0;
	font-size: 12px
}

.dr-floating {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 10000;
	background-color: #FFF;
	padding: 0;
	box-shadow: 0 0 10px #CCC;
	position: absolute;
}

#dr-floating-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.dr-calendar {
	min-height: 260px;
	color: #6e707e;
	line-height: 0;
}

.daterangepicker .ranges ul {
	display: grid;
	gap: 2px;
	grid-template-columns: 1fr 1fr;
}

@media (min-width: 564px) {
	.daterangepicker .ranges ul {
		width: 240px;
	}
}

.floating-small-block {
	display: block;
	position: absolute;
	border: 10px solid #CCC;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	border-radius: 4px;
	z-index: 1000;
}

/*
 * FOOTER ->
 */

.hover-blk {
	display: none;
}

#toTop {
	display: none;
}

.attention_row td{
	background-color: #ffcaca;
}

.on-focus-editable label {
	border: 0;
	background: none;
}
.on-focus-editable input {
	border: 0;
	background: initial;
}
.on-focus-editable button {
	visibility: hidden;
}

.on-focus-editable input:focus {
	border: var(--bs-border-width) solid var(--bs-border-color);
	background-color: var(--bs-body-bg);
}
.on-focus-editable input:focus + button {
	visibility: visible;
}
.on-focus-editable button:active,
.on-focus-editable button:focus {
	visibility: visible;
}
.main_seats_group_area .seats_group_row .add_seat_remove_row{
	visibility: hidden;
}

.num-selected {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 120px;
	height: 50px;
	line-height: 1;
	margin-left: auto;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.75);
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	user-select: none;
	-webkit-user-select: none !important;
	position: relative;
	z-index: 2;
}
.num-selected strong {
	display: block;
	flex: 0 0 auto;
	line-height: 1;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 20px;
	text-align: center;
}
.num-selected span {
	display: block;
	flex: 0 0 auto;
	line-height: 1;
	font-size: 11px;
	text-align: center;
}

/**
 * Invoice items:
 */

.inv-items{
	padding-left: 16px;
}

#invoice-form-block{
	max-width: 960px;
	margin: 0 auto;
}

.inv-item-grid{
	display: grid;
	grid-template-columns: 1fr 32px 12px 100px 12px auto 25px;
	gap: 0.3rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.inv-item-grid span{
	text-align: center;
	padding-top: .3rem !important;
}
.inv-item-grid input {
	padding: .3rem .4rem;
}
.inv-item-grid .input-group-text {
	padding: .3rem .3rem;
}
.inv-item-grid input:disabled,
.inv-item-grid input:read-only {
	color: #CCC;
}
.inv-item-grid input:nth-child(2n) {
	text-align: center;
}

.inv-item-grid span:nth-child(6n) {
	min-width: 73px;
}

.inv-total-no-vat {
	font-weight: bold;
	border-color: #F7F7F7;
	text-align: right;
}
.inv-total-with-vat {
	font-size: 17px;
	font-weight: bold;
	border-color: #F7F7F7;
	text-align: right;
}

.chart-meta {
	margin-top: 2px;
	font-size: 11px;
	color: #666;
}

.blocked-row {
	background-color: #ffe5e5 !important;
}
.chart-meta {
	margin-top: 2px;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.ip-toggle-btn {
	font-size: 11px;
}

.blocked-row {
	background-color: #ffe5e5 !important;
}
.whitelisted-row {
	background-color: #e8fce8 !important;
}

.modal.seo-modal {
	top: 100px !important;
}

.btn-rotating {
	display: inline-block;
	animation: rotate360 1s linear infinite;
	outline: none !important;
	box-shadow: none !important;
}
.generate-seo-btn:focus {
	outline: none !important;
	box-shadow: none !important;
}
.generate-seo-btn:disabled {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
	opacity: 0.6; /* optional: visual feedback */
	pointer-events: none;
}

@keyframes rotate360 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.textarea-wrapper {
	position: relative;
}

.length-hint {
	position: absolute;
	bottom: 4px;
	left: 6px;
	font-size: 10px;
	color: #666 !important;
	pointer-events: none;
}

.btn-parent-arrow {
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
	color: #007100;
}

.reject-form {
	display: block;
	width: 340px;
	height: 120px;
	padding: 20px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px #CCC;
	position: absolute;
	margin-left: -300px;
	z-index: 10000;
}

/* ========================================
   Recommendations Module Styles
   ======================================== */

/* Cron History Table - Sticky Header */
.table-responsive {
	overflow-y: auto;
}

#cronHistoryTable thead th {
	position: sticky;
	top: 0;
	background-color: #f8f9fa;
	z-index: 10;
}

.table-danger {
	background-color: #f8d7da !important;
}

/* Recommendations Compare - Item Styling */
.recommendation-item {
	background-color: #f8f9fa;
	transition: all 0.2s;
}

.recommendation-item:hover {
	background-color: #e9ecef;
	transform: translateX(2px);
}

.recommendations-list {
	max-height: 600px;
	overflow-y: auto;
}

div.dt-container .dt-length label,
div.dt-container .dt-search label,
div.dt-container .dt-info label,
div.dt-container .dt-processing label,
div.dt-container .dt-paging label{
	margin-left: 3px;
}

/* ##################### MAIL CAMPAIGNS MODULE ######################### */

#preview-container.preview-desktop {
	max-width: 100%;
}

#preview-container.preview-mobile {
	max-width: 375px;
	min-height: 1000px;
	margin: 0 auto;
	border: 2px solid #ccc;
	border-radius: 10px;
}

#preview-container.preview-mobile #email-preview-iframe {
	border-radius: 10px;
}

/* ##################### UTM ANALYTICS MODULE ######################### */

#utm-analytics #revenueTrendChart {
	min-height: 250px;
}

#utm-analytics .card-title {
	margin-bottom: 0;
}

#utm-analytics .progress {
	height: 20px;
}

#utm-analytics .table-responsive {
	overflow-x: auto;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
	#utm-analytics .state-overview .card {
		margin-bottom: 1rem;
	}

	#utm-analytics .btn-group {
		flex-direction: column;
		width: 100%;
	}

	#utm-analytics .btn-group .btn {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

/* ===================================================
   Campaign Progress Monitor Styles
   =================================================== */
.campaign-progress-monitor .stat-box {
	padding: 8px;
	border-radius: 4px;
	background: #f8f9fa;
}

.campaign-progress-monitor .stat-value {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 5px 0;
}

.campaign-progress-monitor .stat-label {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.campaign-progress-monitor .progress-bar span {
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.campaign-progress-item:last-child {
	border-bottom: none !important;
}

/* ===================================================
   Message Queue Statistics Dashboard Styles
   =================================================== */
#message-queue-stats .state-overview .card {
	transition: all 0.3s;
}

#message-queue-stats .state-overview .card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#message-queue-stats .progress {
	height: 25px;
}

#message-queue-stats .progress-bar {
	font-size: 0.875rem;
	font-weight: 600;
}

#message-queue-stats #messageTimelineChart {
	max-height: 300px;
}

#message-queue-stats .table-responsive {
	overflow-x: auto;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
	#message-queue-stats .state-overview .card {
		margin-bottom: 1rem;
	}

	#message-queue-stats .btn-group {
		flex-direction: column;
		width: 100%;
	}

	#message-queue-stats .btn-group .btn {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}
