
body {
    background: #ffffff !important;
}

pre {
    max-height: 100%;
    overflow-y: auto !important;
    overflow-x: auto !important;
    position: relative;
    z-index: 10000;
}

.red {
    color: #eb0e0e;
}
.black {
    color: #000;
}
.text-label {
    padding-top: 7px;
}
.text-wrap {
    white-space: inherit;
}
.text-vcenter {
    display: flex !important;
    align-items: center;
}
.text-inline {
    display: inline-block;
}

.h-fill {
    
}

.form-control.has-error, .select2.has-error .select2-container-multi, .select2.has-error .select2-choices {
    border: 1px solid #e74a25 !important;
}
.form-control.has-error + label {
    
}
.form-control.has-error + label:after,
.select2.has-error + label:after {
    content: "\f071";
    display: inline;
    margin-left: 10px;
    color: #e74a25;
}
.has-error .form-control,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e74a25 !important;
}

.myadmin-alert.error-php {
    overflow: auto;
    max-height: 250px;
    padding: 10px 20px;
}
.myadmin-alert.error-php p {
    margin: 0;
}

.dark-logo {
	margin: 0 auto;
	max-height: 60px;
    padding: 12px;
}
.errors .errors_list {
    display: inline-table;
}

p.toptimer {
    font-size: 16px;
    color: #e8e8e8;
    margin: 10px 0;
}

.center-block {
    width: inherit;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.p-5 { padding: 5px; }
.p-7 { padding: 7px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }

.p-t-7 { padding-top: 7px; }

.fa-2 {
    font-size: 2em !important;
}
.fa-3 {
    font-size: 3em !important;
}

label sup {
    color: #eb0e0e;
}
div.dt-buttons {
    float: right;
}
form .nav-button-right {
    position: absolute;
    right: 40px;
    top: 15px;
}
.panel-box {
    background: #fff;
    padding: 20px;
    border-right: 1px solid #e5ebec;
    border-bottom: 1px solid #e5ebec;
}
.panel-box .media, .panel-box .media-body {
    overflow: unset;
}
.tab-content {
    margin-top: 10px;
    width: 100%;
}

.input-clearable {
    position: relative;
    display: inline-flex;
    width: 88%;
}
.input-clearable input {
    padding-right: 30px !important;
}
.input-clearable .clear-icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #888;
    z-index: 10;
}
.input-clearable .clear-icon:hover {
    color: #000;
}
.input-clearable .clear-icon.light:hover {
    color: #fff;
}

.form-control-sm {
    font-size: 12px;
    padding: 3px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 4px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: #c8c8c8;
  color: #999;
  cursor: not-allowed;
}
.datepicker {
	width: 250px;
}
.datepicker input[type="text"],
.datepicker input[type="date"] {
	text-align: center;
}

.clockpicker {
	width: 150px;
}
.clockpicker input[type="time"] {
	text-align: center;
}

.jconfirm {
    z-index: 99999;
}
.ui-datepicker {
    z-index: 100000 !important;
}
.clockpicker-popover {
    z-index: 100000;
}

.fileuploader {
    /*max-width: 600px;*/
    background: none;
}
.fileuploader-thumbnails-input-inner i {
    font-size: 22px;
}

.attachments .fileuploader {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.attachments .fileuploader .fileuploader-items .fileuploader-items-list {
    margin: inherit;
}
.attachments .fileuploader li {
    width: 49%;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #fafafa !important;
    padding: 10px;
    margin-bottom: 3px;
    margin-right: 3px;
    display: inline flow-root list-item;
}
.attachments .fileuploader li:hover {
    border: 1px solid #afafaf !important;
}
.list-group-item.active > .badge {
    color: inherit;
    background-color: inherit;
}

div.navbar-static-top {
    z-index: 99;
}

#notifications .notify-messages {
    max-height: 250px;
}
#notifications h5.unread {
    font-weight: 600;
}

#customer-view #profile .fileuploader-item,
#customer-view #profile .fileuploader-thumbnails-input,
#event-view #details .fileuploader-item,
#event-view #details .fileuploader-thumbnails-input {
    width: 320px;
    padding: 75px;
}
#exhibitor-view #profile .fileuploader-item,
#exhibitor-view #profile .fileuploader-thumbnails-input {
    width: 400px;
    padding: 100px;
}
#welcome_page .fileuploader .fileuploader-item,
#welcome_page .fileuploader .fileuploader-thumbnails-input,
#about_us .fileuploader .fileuploader-item,
#about_us .fileuploader .fileuploader-thumbnails-input,
#sharing_room .fileuploader .fileuploader-item,
#sharing_room .fileuploader .fileuploader-thumbnails-input {
    width: 350px;
    padding: 58px;
}
#welcome_page .fileuploader .fileuploader-item-inner,
#about_us .fileuploader .fileuploader-item-inner,
#sharing_room .fileuploader .fileuploader-item-inner {
    height: 115px;
}

.fileuploader .fileuploader-item-image {
    background-color: #c8c8c8 !important;
}
/*
.fileuploader .fileuploader-item-image img {
    width: 100%;
}
*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 0px 0px 1px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-right: 10px;
    height: 35px;
}
.dataTables_wrapper .dataTables_filter select {
    margin-right: 10px;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.label-custom {
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 20px;
}

.label-new {
    background-color: #9528E7;
    color: #ffffff;
}
.label-pending {
    background-color: #3C9CD9;
    color: #ffffff;
}
.label-default {
    background-color: #909090;
    color: #ffffff;
}

.btn.btn-link {
    padding-left: 2px;
    padding-right: 2px;
}
.btn[disabled] {
    color: #777 !important;
    opacity: .4;
}
.btn.active[disabled], .btn[disabled]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-xl {
    height: 50px;
    padding: 6px 32px;
    font-size: 22px;
    line-height: 1.33;
}

.fc .fc-scrollgrid-sync-table > tbody > tr:first-child > th  {
	background-color: transparent;
}
.fc .fc-scrollgrid-section-body .fc-scrollgrid-sync-table {
	width: 100%;
}
.fc .fc-scrollgrid-section-body .fc-scrollgrid-sync-table tbody .fc-datagrid-cell-cushion {
	text-align: right;
}
.fc .fc-day-sat { background-color: #e8e8e8; color: #000000; opacity: .5; }
.fc .fc-day-sun { background-color: #e8e8e8; color: #000000; opacity: .5; }
.fc .fc-day-past {}

.fc .fc-scrollgrid-section-body .fc-datagrid-cell-frame { height: 35px !important; }
.fc .fc-scrollgrid-section-body .fc-timeline-lane-frame { height: 35px !important; }
.fc .fc-event {
	min-height: 35px;
}
.fc .fc-timeline-event {
	border: 0;
	padding: 2px 5px;
}
.fc .fc-event[data-status]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: .5;
}
.fc .fc-event[data-status="expired"] {
    background: linear-gradient(-45deg, #55555575 25%, transparent 25%, transparent 50%, #55555575 50%, #55555575 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    border: 3px dashed #555 !important;
}
.fc .fc-event[data-status="request"] {
    background: linear-gradient(-45deg, #dddddd75 25%, transparent 25%, transparent 50%, #dddddd75 50%, #dddddd75 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    border: 2px dashed #555 !important;
}
.fc .fc-event[data-status="declined"] {
    background: linear-gradient(-45deg, #dd000050 25%, transparent 25%, transparent 50%, #dd000050 50%, #dd000050 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    border: 3px dashed #555 !important;
}
.fc .fc-event[data-status="draft"] {
    border: 3px dashed #0000aa !important;
    /*filter: opacity(70%);*/
}
.fc .fc-event[data-status="waiting_authorization"] {
    background: linear-gradient(-45deg, #55555575 25%, transparent 25%, transparent 50%, #55555575 50%, #55555575 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    border: 2px dashed #555 !important;
    filter: grayscale(60%);
}
.fc .fc-event[data-status="unauthorized"] {
    background: linear-gradient(-45deg, #90000075 25%, transparent 25%, transparent 50%, #90000075 50%, #90000075 75%, transparent 75%, transparent);
}
.fc .fc-event[data-status="optioned"] {
    background: linear-gradient(-45deg, #cccccc75 25%, transparent 25%, transparent 50%, #cccccc75 50%, #cccccc75 75%, transparent 75%, transparent);
	background-size: 20px 20px;
}
.fc .fc-event[data-status="extended"] {
	border: 2px dashed #d14345 !important;
	filter: grayscale(30%);
}
.fc .fc-event[data-status="expired"] {
	filter: grayscale(30%);
}
.fc .fc-event[data-status="expired"]::before {
	background: linear-gradient(-45deg, #55555575 5%, transparent 5%, transparent 50%, #55555575 50%, #55555575 95%, transparent 95%, transparent);
}
.fc .fc-event[data-status="cancelled"] {
	opacity: .375;
	filter: grayscale(100%);
}
.fc .fc-event[data-status="cancelled"]::before {
	background: linear-gradient(-45deg, #55555575 5%, transparent 5%, transparent 50%, #55555575 50%, #55555575 95%, transparent 95%, transparent);
}

.cke_button__source_label {
    display: none !important;
}

.popover span[data-status="request"] {
    color: #7B4C00;
}
.popover span[data-status="declined"] {
    color: #D60000;
}
.popover span[data-status="draft"] {
    color: #020CD3;
}
.popover span[data-status="unauthorized"],
.popover span[data-status="optioned"],
.popover span[data-status="extended"],
.popover span[data-status="expired"],
.popover span[data-status="cancelled"] {
    color: #D91616;
}
.popover span[data-status="waiting_authorization"] {
    color: #D0CF21;
}
.popover span[data-status="authorized"],
.popover span[data-status="confirmed"] {
    color: #1AA81A;
}

.password-revealer:hover {
	cursor: pointer;
}


svg.ct-chart-bar, svg.ct-chart-line{
	overflow: visible;
}
.ct-chart-line .ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right;
    transform-origin: 100% 0;
    transform: translate(-100%) rotate(-45deg);
    -webkit-transform: translate(-100%) rotate(-45deg);
    -moz-transform: translate(-100%) rotate(-45deg);
    -ms-transform: translate(-100%) rotate(-45deg);
    -o-transform: translate(-100%) rotate(-45deg);
    white-space: nowrap;
    font-size: 1.2rem;
}

.ct-series-a .ct-line,
.ct-series-a .ct-point {
    stroke: #0283cc;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
    stroke: #2ecc71;
}
.ct-series-c .ct-line,
.ct-series-c .ct-point {
    stroke: #ffb136;
}
.ct-series-d .ct-line,
.ct-series-d .ct-point {
    stroke: #e74a25;
}

.row-wrapper,
.row-wrapper > div {
    display: flex;
}
.row-wrapper > div > div {
    flex: 1;
}

.realtime.chart-pos {
    overflow-y: auto;
    width: 100%;
    padding-left: 15px;
}
.current-widget .box-main {
    height: calc(100% - 75px);
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.current-widget .box-main span {
    font-size: 80px;
    font-weight: 600;
    margin: 0 auto;
    color: #000000;
}

section.gridstack {
    padding: 15px;
    background-color: #c8c8c8;
    /*
    background-image: linear-gradient(#e0e0e0 1px, transparent 1px), linear-gradient(90deg, #e0e0e0 1px, transparent 0px), linear-gradient(rgba(255,255,255,.3) 5px, transparent 100px), linear-gradient(90deg, rgba(255,255,255,.3) 5px, transparent 100px);
    background-size: 100px 62px, calc(8.33% + 0px) 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -1px -2px, -1px -1px, -1px -1px;
    */
}
section.gridstack .grid-stack-item-content {
    overflow: hidden !important;
}
section.gridstack .grid-stack-item-remove {
    position: absolute;
    right: 8px;
    z-index: 1;
}
section.gridstack .grid-stack-item-remove i {
    font-size: 14px;
    color: #000000;
}
section.gridstack .grid-stack-item-image {
    margin: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.font-preview {
    font-size: 28px;
}

.jc-lang-selector {
    position: absolute;
    right: 20%;
    top: 15px;
}

@media (max-width:480px) {
    .p-xs-t-0 {
        padding-top: 0;
    }
}

@media (min-width:990px) {
    .p-sm-t-60 {
        padding-top: 60px;
    }
    .p-sm-t-100 {
        padding-top: 100px;
    }
}


table .field-items td.field-item-actions i {
    margin-left: 10px
}

#pricelistmanager-view table.dataTable thead th,
#pricelistmanager-view table.dataTable thead td {
    padding: 5px 5px;
    font-size: 12px;
}
#pricelistmanager-view table.dataTable tbody td.dataTables_empty {
    font-size: 12px;
}

#treeview {
    width: 100%;
    height: 300px; /* Altezza del box scrollabile */
    overflow-y: auto; /* Scroll verticale */
    border: 1px solid #ccc; /* Bordo del contenitore */
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

#pricelistmanager-view #treeview {
    height: 500px;
}

#treeview ul {
    list-style-type: none;
    padding-left: 10px; /* Indentazione per la gerarchia */
}

#treeview li {
    position: relative;
    margin: 2px 0;
}
#treeview.selectable:hover {
    cursor: pointer;
}
.tree-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}
.tree-item.active .tree-label {
    font-weight: 600;
    color: #333;
}
.tree-item.active .tree-label::before {
    content: ">";
    position: absolute;
    top: 0;
    right: 10px;
    width: 100%;
    height: 100%;
}

.tree-checkbox {
    margin-right: 10px !important;
}

.tree-label {
    flex-grow: 1; /* Assicura che la label occupi lo spazio rimanente */
    margin-right: 5px; /* Spazio tra label e radio */
    margin-left: 0px;
    font-size: 1.1rem;
}

.tree-radio-wrapper {
    width: 50px;
    text-align: right;
}

.tree-radio {
    position: relative;
}



.sortable-list .sortable {
    cursor: move;
    font-size: 20px;
    float: right;
    margin: 2px 0px;
}
.sortable-list .ui-sortable-helper {
    background-color: #ffffff;
}
.sortable-list .ui-state-highlight {
    border: 3px dashed #d8d8d8;
    background-color: #f8f8f8;
    height: 45px;
    margin-bottom: 3px;
}
.sortable-list .ui-state-highlight-small {
    border: 2px dashed #d8d8d8;
    background-color: #f8f8f8;
    height: 35px;
    margin-bottom: 2px;
}

.fileuploader-item .column-actions .icheckbox_square {
    margin-top: 8px;
    margin-right: 15px;
}
.fileuploader-item .column-actions  {
    display: flex;
}
.fileuploader-item .column-actions select {
    margin-right: 20px;
}
.fileuploader-item .fileuploader-action-remove[disabled] {
    cursor: default;
    opacity: .2;
}


.vipcard-image li.fileuploader-item {
    width: 240px !important;
    height: 160px !important;
    padding: 0 !important;
    margin: 0 !important;
}



.product-image {
    
}
.product-image-thumb {
    width: 60px;
    height: 60px;
    font-size: 8px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.product-image-minithumb {
    width: 30px;
    height: 30px;
    font-size: 8px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

table.table-selectable tbody tr.selected {
    color: #fff;
}
table tbody i {
    margin-left: 10px;
}


#table-services-products-rules thead th {
    font-size: 12px;
}
#table-services-products-rules tbody td {
    font-size: 12px;
}



#table-authorization {
    
}
#table-authorization td.item-name {
    width: 30%;
}
#table-authorization td.item-sel {
    width: 5%;
}


#table-translations {
    table-layout: fixed;
}

/*
table tbody .table-cell-inline {
    display: flex;
    align-items: center;
    min-height: 31px;
}
*/
table tbody .table-cell-inline div.progress {
    margin-bottom: 0;
}
table tbody .table-cell-inline ul.actions {
    list-style: none;
}

table tbody .table-item-status {
    font-size: 18px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    font-family: 'Font Awesome 5 Pro';
}
table tbody .table-item-status:hover {
    cursor: pointer;
}
table tbody span.table-item-status.active::after {
    content: '\2714';
    color: #00aa00;
}

table tbody span.table-item-status::after {
    content: '\2716';
    color: #aa0000;
}

.layout-styles li.active img,
.plenary-styles li.active img {
    border-color: #00bbd9;
    background-color: #00bbd9;
}

ul.item-list {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 20px;
}

ul.item-list > li {
    position: relative;
    margin-bottom: 10px;
}

ul.list-inline li.list-inline-left {
    position: absolute;
    left: 0;
}

ul.fields-type-list {
    width: 100%;
}
ul.fields-type-list > li {
    display: inline-block;
    margin-bottom: 5px;
    width: 50%;
    float: left;
    padding: 0 4px;
}
ul.fields-type-list > li > button {
    font-size: 1.1rem;
    display: grid;
    padding: 10px 2px;
}
ul.fields-type-list > li > button > i {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

ul.list-group {
    color: #000000;
}
ul.list-group li.list-group-item {
    margin-bottom: 5px;
}
ul.list-group li div.list-group-item-delete {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
}

.building-notes {
    font-size: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

.inbox-center tbody a {
  width: 100% !important;
}
.inbox-center .table-responsive {
    min-height: 350px;
}
.inbox-center .unread td {
    background-color: rgba(196, 250, 200, 0.4);
}
.inbox-center .message-date {
  min-width: 180px;
}

#mail-view iframe {
    min-height: 650px;
}

.dataTables_breadcrumb {
    clear: both;
    padding-top: .355em;
}
.dataTables_breadcrumb nav.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 5px;
  list-style: none;
  background-color: #f5f5f5;
}
.dataTables_breadcrumb .breadcrumb-item {
  display: inline;
  font-size: 14px;
}
.dataTables_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 5px;
  color: #6c757d;
}

.dataTables_bulk_actions {
    clear: both;
    float: left;
    padding-top: .755em;
    padding-right: .755em;
    display: flex;
}
.dataTables_bulk_actions button {
    margin-left: 5px;
}
.dataTables_info {
    clear: initial !important;
    padding-top: 1.1em !important;
}
.dataTable .sortable i {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.dataTable .sortable i:hover {
    cursor: move;
    font-size: 20px;
    float: right;
    margin: 2px 0px;
}

#field-list {
    display: inline-flex;
    overflow-x: auto;
    margin-bottom: 5px;
}
#field-list ul li select {
    width: 80px;
}
#field-parameters .select2-container-multi .select2-choices {
    min-height: 30px !important;
    border: 1px solid #e5ebec;
}
#field-parameters .select2-container-multi .select2-choices .select2-search-field input {
    padding: 2px 2px 2px 10px !important;
}

.select2-drop-mask {
    z-index: 99998;
}
.select2-drop {
    z-index: 99999;
}

.form-group tag:hover {
    cursor: pointer;
    color: #2600c3;
}

.translatable-field {
	position: relative;
	margin-left: 5px;
}

.pop-up {
    display: flex;
    position: fixed;
    align-items: center;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.inner-pop-up,
.inner-pop-up.calendar-event .overlay,
.inner-pop-up.request-calendar-event .overlay,
.inner-pop-up.event-note .overlay,
.inner-pop-up.exhibitor-note .overlay{
    background: rgba(252, 252, 252, 0.98);
    position: relative;
    margin: 0 auto;
    z-index: 401;
    width: 100%;
    padding: 0;
    /*overflow: hidden;*/
    border-color: #666;
    border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	color: #000000;
    overflow: hidden;
}
.inner-pop-up .page-header {
	background: #222222;
	display: flex;
	padding: 5px 0;
	margin: 0;
}
.inner-pop-up .page-header a.close {
	position: absolute;
	top: 4px;
	right: 10px;
	color: #ffffff;
	text-shadow: none;
	font-size: 20px;
	font-weight: 100;
	opacity: 1;
}
.inner-pop-up .page-title {
	display: flex;
	position: relative;
	width: 100%;
}
.inner-pop-up .page-title > span {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}
.inner-pop-up .cnt {
	padding: 15px 25px;
}
.inner-pop-up .form-actions {
    padding-bottom: 10px;
}

.inner-pop-up.newevent {
    max-width: 500px;
    height: 300px;
}
.inner-pop-up.newevent .cnt-newevent {
    display: grid;
    align-items: center;
    height: calc(100% - 90px);
    margin-bottom: 10px;
}

.inner-pop-up.event-note,
.inner-pop-up.exhibitor-note,
.inner-pop-up.fitter-note,
.inner-pop-up.location-note {
    max-width: 630px;
    /* height: calc(55% - 0px); */
    height: fit-content;
}
.inner-pop-up.event-note .cnt-event-note,
.inner-pop-up.exhibitor-note .cnt-exhibitor-note,
.inner-pop-up.fitter-note .cnt-fitter-note,
.inner-pop-up.location-note .cnt-location-note {
    height: 100%;
    margin-bottom: 10px;
}

.inner-pop-up.request-calendar-event {
    max-width: 800px;
    height: calc(80% - 0px);
}
.inner-pop-up.request-calendar-event .cnt-request-calendar-event {
    height: calc(100% - 140px);
    margin-bottom: 10px;
}

.inner-pop-up.calendar-event {
    max-width: 800px;
    height: calc(80% - 0px);
}
.inner-pop-up.calendar-event .cnt-calendar-event {
    height: calc(100% - 140px);
    margin-bottom: 10px;
}

.inner-pop-up.productsettings {
    max-width: 500px;
    height: 300px;
}
.inner-pop-up.productsettings .cnt-productsettings {
    display: block;
    align-items: center;
    vertical-align: top;
    height: calc(100% - 90px);
    margin-bottom: 10px;
    padding: 5px 10px 0 10px;
}
.inner-pop-up.productsettings .cnt-productsettings .tab-content {
    padding: 10px 5px;
    margin-top: 0;
}


.cnt-overlay {
    position: absolute;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}
.inner-pop-up .overlay .row-btn {
    text-align: center;
}
.inner-pop-up.calendar-event .overlay,
.inner-pop-up.request-calendar-event .overlay {
    width: 50%;
    padding: 10px 20px 20px;
}
.inner-pop-up.calendar-event .overlay h5,
.inner-pop-up.request-calendar-event .overlay h5 {
    font-size: 2.1rem;
	text-align: center;
}
.inner-pop-up.calendar-event .overlay label,
.inner-pop-up.request-calendar-event .overlay label {
    text-transform: uppercase;
    padding-right: 15px;
    display: block
}
.inner-pop-up.calendar-event .overlay input[type="time"]::-webkit-clear-button,
.inner-pop-up.calendar-event .overlay input[type="time"]::-webkit-inner-spin-button,
.inner-pop-up.calendar-event .overlay input[type="time"]::-webkit-calendar-picker-indicator,
.inner-pop-up.request-calendar-event .overlay input[type="time"]::-webkit-clear-button,
.inner-pop-up.request-calendar-event .overlay input[type="time"]::-webkit-inner-spin-button,
.inner-pop-up.request-calendar-event .overlay input[type="time"]::-webkit-calendar-picker-indicator{
    display: none
}

.chat-search {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #e8e8e8;
}

.chat-search .search-input-group {
    background-color: #e1e1e1;
    border-radius: 6px;
    height: 28px;
}

.chat-search i {
    color: #333;
    margin-left: 8px;
}

.chat-search .form-control,
.chat-search .form-control:focus {
    border: none;
    font-size: 12px;
    background: 0 0;
    box-shadow: none;
    height: 30px;
    font-weight: 400;
    padding: 6px 7px;
    display: inline-block;
}

.chat-search .form-control::-moz-placeholder, 
.chat-search .form-control::-webkit-input-placeholder,
.chat-search .form-control::-ms-placeholder {
    color: #555;
}

#chat-box {
    box-shadow: 2px 2px 11px #ccc;
    z-index: 1000;
}
#chat-box #search-results {
    position: absolute;
    width: 100%;
    z-index: 10;
}
#chat-box #search-results ul {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: -8px;
}
#chat-box #search-results li {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #c8c8c8;
    list-style: none;
}
#chat-box #search-results li div.search-item {
    background-color: #e5e5e5;
    height: 100%;
}
#chat-box #search-results li div.search-item:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}
#chat-box #search-results li div.search-item span {
    font-size: 1.0rem;
    color: #000;
    text-transform: capitalize;
}
#chat-box #search-results li img.search-item-avatar {
    width: 28px;
    height: 28px;
    margin: 3px 3px 3px 5px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
}
#chat-box #search-results li div.no-result {
    background-color: #e5e5e5;
    height: 100%;
}
#chat-box #search-results li div.no-resultm span {
    text-align: center;
    font-size: 1.0rem;
    margin: 0 auto;
    color: #000;
}

.msg-overlay-conversation {
    display: flex;
    position: fixed;
    z-index: 300;
    width: 580px;
    height: 70vh;
    right: 15px;
    bottom: 1px;
    transition: all 0.6s ease;
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 167ms;
    background: #f5f5f5;
    border: 1px solid #c8c8c8;
}

.msg-overlay-conversation.minimized {
    width: 320px;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 167ms;
    transform: translateY(100%) translateY(-42px);
    height: 70vh;
    height: inherit;
}
.msg-overlay-conversation .left-panel {
    width: 40%;
    height: 100%;
}
.msg-overlay-conversation.minimized .left-panel {
    display: none;
}
.msg-overlay-conversation .main-panel {
    width: 60%;
    height: 100%;
}
.msg-overlay-conversation .main-panel header {
    border-radius: 0 3px 0 0;
}
.msg-overlay-conversation.minimized .main-panel {
    width: 100%;
}
.msg-overlay-conversation.minimized .main-panel header {
    border-radius: 3px 3px 0 0;
}
.msg-overlay-conversation.minimized header {
    height: 40px;
}

.msg-overlay-conversation.minimized header .profile-card {
    width: 72%;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.msg-overlay-conversation.minimized header .profile-card img {
    display: none
}
.msg-overlay-conversation.minimized header .buttons {
    width: 26%
}
.msg-overlay-conversation.minimized header .buttons .minimize {
    display: none
}
.msg-overlay-conversation header .buttons .maximize {
    display: none
}
.msg-overlay-conversation.minimized header .buttons .maximize {
    display: block
}
.msg-overlay-conversation.minimized header .buttons .expand {
    display: none
}
.msg-overlay-conversation.minimized header .user-img.online:after,
.msg-overlay-conversation.minimized header .user-img.offline:after,
.msg-overlay-conversation.minimized header .user-img.busy:after {
    content: "";
    position: relative;
    right: auto;
    bottom: auto
}
.msg-overlay-conversation.minimized header .user .company {
    display: none
}
.msg-overlay-conversation.expand {
    height: 90vh;
    width: 680px;
}
.msg-overlay-conversation.expand header {
    cursor: pointer
}
.msg-overlay-conversation .cnt-scroll {

}
/*.msg-overlay-conversation .show-hide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer
}*/
.msg-overlay-conversation header {
    position: relative;
    padding: 10px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #000;
    height: 45px;
}
.msg-overlay-conversation .left-panel header {
    display: flex;
    align-items: center;
    border-radius: 3px 0 0 0;
}
.msg-overlay-conversation .left-panel header span {
    margin: 0 auto;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.msg-overlay-conversation .left-panel .member-list {
    height: calc(100% - 45px);
    border-right: 1px solid #c8c8c8;
}
.msg-overlay-conversation .left-panel .member-list .member-row {
    padding: 2px 5px 2px 0;
    background-color: #f5f5f5;
}
.msg-overlay-conversation .left-panel .member-list .member-row.active {
    background-color: #dfebf7;
}
.msg-overlay-conversation .left-panel .member-list .member-row:hover:not(.active) {
    cursor: pointer;
    background-color: #e8e8e8;
}
.msg-overlay-conversation .left-panel .member-list .member {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 50px;
    pointer-events: all;
}
.msg-overlay-conversation .left-panel .member-list .member .img-box {
    display: flex;
    flex: none;
    align-items: center;
    padding: 0 5px 0 3px;
}
.msg-overlay-conversation .left-panel .member-list .member .img-box img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-width: 0;
    border-bottom: 1px solid #e8e8e8;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .info-header {
    display: flex;
    align-items: center;
    line-height: normal;
    text-align: left;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .name {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    font-size: 1.075rem;
    font-weight: 500;
    color: #333;
    width: 85%;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .time {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    font-size: 1rem;
    color: #666;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .message {
    font-size: 0.85rem;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 2px;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .count {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 5px;
    right: 5px;
    /*-webkit-transition: visibility 0s 1s, opacity 1s linear;
       -moz-transition: visibility 0s 1s, opacity 1s linear;
        -ms-transition: visibility 0s 1s, opacity 1s linear;
         -o-transition: visibility 0s 1s, opacity 1s linear;*/
            transition: opacity .3s, visibility .3s;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .count.visible {
    opacity: 1;
    visibility: visible;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .count span {
    display: table-cell;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: .8rem;
    background-color: #0b0;
    color: #fff;
}

.msg-overlay-conversation header .profile-card {
    width: 72%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10
}
.msg-overlay-conversation header .profile-card img {
    display: block;
    border-radius: 50%;
}
.msg-overlay-conversation header .buttons {
    width: 26%;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 20
}
.msg-overlay-conversation header .buttons i {
    font-size: 1.3rem;
}
.msg-overlay-conversation header .buttons .close-panel,
.msg-overlay-conversation header .buttons .minimize,
.msg-overlay-conversation header .buttons .maximize,
.msg-overlay-conversation header .buttons .expand {
	color: #fff;
}
.msg-overlay-conversation header .buttons .close-panel {
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer
}
.msg-overlay-conversation header .buttons .minimize {
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer
}
.msg-overlay-conversation header .buttons .maximize {
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer
}
.msg-overlay-conversation header .buttons .expand {
    width: 21px;
    height: 21px;
    cursor: pointer
}
.msg-overlay-conversation header .user-img {
    margin-right: 10px;
    position: relative
}
.msg-overlay-conversation header .user-img:after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.msg-overlay-conversation header .user-img.offline:after {
    background: #fff
}
.msg-overlay-conversation header .user-img.online:after {
    background: #00cc00
}
.msg-overlay-conversation header .user-img.busy:after {
    background: #cc0000
}
.msg-overlay-conversation header .user {
    display: block;
    width: calc(100% - 60px);
    font-size: 1rem
}
.msg-overlay-conversation header .user .name {
    text-transform: uppercase;
    color: #fff;
}
.msg-overlay-conversation .live-chat {
    font-size: 1rem;
    line-height: 18px;
    height: calc(100% - 45px);
}
.msg-overlay-conversation .live-chat .no-member {
    opacity: .4;
    height: 100%;
    display: flex;
    align-items: center;
}
.msg-overlay-conversation .live-chat .no-member span {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.msg-overlay-conversation .live-chat.btn-visible {
    /*display: contents;*/
    height: calc(100% - 70px);
    padding: 10px 0;
}
.msg-overlay-conversation.minimized .live-chat {
    display: none;
}
.msg-overlay-conversation .live-chat .sender {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.msg-overlay-conversation .live-chat .box-aside {
    display: contents;
}
.msg-overlay-conversation .live-chat .box-aside .cnt-scroll {
    padding: 0 10px;
    height: calc(100% - 60px);
}
.msg-overlay-conversation .live-chat .box-aside .cnt-scroll .date {
    color: #000000;
    background-color: #e2e2e2;
    border-radius: 6px;
    padding: 3px 9px;
    font-size: .9rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: fit-content;
}
.msg-overlay-conversation .live-chat .field-msg {
    bottom: 0;
    padding: 6px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 60px;
    background-color: #eee;
}
.msg-overlay-conversation .live-chat .field-msg .cnt-textarea {
    /*display: flex;*/
    padding-right: 0;
}
.msg-overlay-conversation .live-chat .field-msg textarea {
    height: 100%;
    font-size: 0.9rem;
}
.msg-overlay-conversation .live-chat .row-msg {
    margin-bottom: 10px;
}
.msg-overlay-conversation .live-chat .single-msg {
    max-width: 85%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 10px;
    position: relative;
    display: flex;
    min-height: 45px;
    min-width: 65px;
}
.msg-overlay-conversation .live-chat .single-msg .sender {
    position: relative;
}
.msg-overlay-conversation .live-chat .single-msg .sender span {
    display: none;
    width: inherit;
    margin-right: 15px;
}
.msg-overlay-conversation .live-chat .single-msg .sender .time {
    position: absolute;
    right: -40px;
}
.msg-overlay-conversation .live-chat .single-msg.received {
    background-color: #fff;
}
.msg-overlay-conversation .live-chat .single-msg.received .sender,
.msg-overlay-conversation .live-chat .single-msg.received .message {
    color: #000;
}
.msg-overlay-conversation .live-chat .single-msg.sent {
    background-color: #94e9c8;
    margin-left: auto;
}
.msg-overlay-conversation .live-chat .single-msg.sent .sender,
.msg-overlay-conversation .live-chat .single-msg.sent .message {
    color: #000;
}

.msg-overlay-conversation .live-chat .typing {
    background-color: #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    display: flex;
    height: 18px;
    width: 40px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.msg-overlay-conversation .live-chat .typing span {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #aaa;
    margin: 1px;
    animation: bounce 0.6s infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-delay: 0s;
}

.msg-overlay-conversation .live-chat .typing span:nth-child(2) {
    animation-delay: 0.25s;
}
.msg-overlay-conversation .live-chat .typing span:last-child {
    animation-delay: 0.5s;
}

@keyframes bounce {
  0% {
    margin-bottom: 0em;
  }
  
  10% {
    margin-bottom: 0.1em;
  }
  
  20% {
    margin-bottom: 0.2em;
  }
  
  30% {
    margin-bottom: 0.3em;
  }
  
  40% {
    margin-bottom: 0.4em;
  }
  50% {
    margin-bottom: 0.5em;
  }
  60% {
    margin-bottom: 0.6em;
  }
  70% {
    margin-bottom: 0.7em;
  }
  80% {
    margin-bottom: 0.75em;
  }
  90% {
    margin-bottom: 0.78em;
  }
  100% {
    margin-bottom: 0.8em;
  }
}

.emoji-menu {
    bottom: 50px;
    right: 5px;
}
.emoji-picker-container,
.emoji-picker-container:focus,
.emoji-picker-container:focus-visible,
.emoji-wysiwyg-editor,
.emoji-wysiwyg-editor:focus,
.emoji-wysiwyg-editor:focus-visible {
    border-style: none;
    outline-style: none;
    color: #333;
}
.emoji-picker-icon {
    background-color: transparent;
    border-style: none !important;
    color: #555 !important;
}

.live-chat .content-scroll {
    height: calc(100% - 100px)
}
.live-chat.half-h .content-scroll {
    height: calc(100% - 105px);
}
.live-chat.half-h .title {
    padding: 2px 0 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.live-chat .row-msg {
    display: flex;
    width: 100%;
}
.live-chat .single-msg {
    max-width: 85%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 6px 5px 6px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
.live-chat .single-msg.mymsg {
    margin-left: auto;
}
.live-chat .single-msg .sender {
    display: flex;
    text-transform: uppercase;
    margin-bottom: 4px
}
.live-chat .single-msg .sender span {
    display: flex;
    font-size: 11px;
    font-weight: 400;
    align-items: center;
    width: 100%;
}
.live-chat .single-msg .time {
    position: absolute;
    right: 5px;
    font-size: 0.85rem;
    bottom: -3px;
}
.live-chat .single-msg .message {
    font-size: 1.05rem;
    text-align: left;
    line-height: 1.5rem;
    padding-bottom: 8px;
}
.live-chat .single-msg .message .size2 {
    font-size: 1.4rem;
}
.live-chat .single-msg .message > .size3 {
    font-size: 2.2rem;
    position: absolute;
    bottom: 20px;
    display: inline-table;
}

.live-chat .field-msg {
    padding: 10px 0;
    height: 110px;
    position: relative
}
.live-chat.half-h .field-msg {
    padding: 8px 0;
    margin-top: 8px;
    height: 85px;
}
.live-chat .field-msg .cnt-textarea {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    border-radius: 5px;
}
.live-chat .field-msg textarea::placeholder {
    font-size: .8rem;
}
.live-chat .field-msg textarea {
    resize: none;
    background: none;
    width: 100%;
    height: 100px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px !important;
    border: none !important;
    padding: 5px;
    line-height: 1.15rem;
}
.live-chat.half-h .field-msg textarea {
    width: 100%;
    height: 68px;
    font-size: 12px;
    border-radius: 8px;
}
.live-chat .field-msg textarea::-webkit-input-placeholder,
.live-chat .field-msg textarea:-moz-placeholder,
.live-chat .field-msg textarea::-moz-placeholder,
.live-chat .field-msg textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
}
.live-chat .field-msg .upload {
    position: absolute;
    z-index: 200;
    right: 5px;
    top: 40px;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.live-chat.half-h .field-msg .upload {
    left: inherit;
    top: 10px;
    line-height: 20px;
}
.live-chat .field-msg .upload:before {
    content: "\f0c6";
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
}
.live-chat .field-msg .upload:hover:before {
    color: rgba(255, 255, 255, 1);
}