
body {
    background: #ffffff !important;
}

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

.red {
    color: #eb0e0e;
}
.grey { background:#eee; color:#888; }

/* intestazione del blocco competitor */
.comp-header > td {
  background:#eef6ff;
  font-weight:700;
  border-top:2px solid #99c2ff;
}
.comp-total > td {
  background:#fafafa;
  font-weight:600;
  border-top:2px solid #ccc;
}
/* riga separatrice tra competitor */
.comp-sep > td {
  padding:4px;
  border:0;
  border-top:2px solid #e5e5e5;
}

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

  .loader-relative {
    position: relative;
  }

  .loader-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: auto;
  }

  .loader-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
  }

  .loader-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .loader-spinner {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.18);
    border-top-color: rgba(255, 255, 255, 0.9);
    animation: loader-spin 0.8s linear infinite;
  }

  .loader-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  @keyframes loader-spin {
    to {
      transform: rotate(360deg);
    }
  }

.login-register {
    background-color: #0f1154 !important;
}
.login-register .login-box,
.login-register .login-box .white-box {
    border-radius: 10px;
}
.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;
}
.navbar-header,
.navbar-header, .right-sidebar .rpanel-title,
.fix-sidebar .top-left-part {
    background: #0f1154 !important;
}
.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;
}

table .rank {
    color: #ffffff;
    background-color: #AFAFAF;
    font-weight: 400;
}
table .total {
    color: #000000;
    background-color: #E1D47B;
    font-weight: 400;
}

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



.fileuploader .fileuploader-item-image {
    background-color: #c8c8c8 !important;
}


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

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


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

.table-hover > tbody > tr:hover,
.table-striped > tbody > tr:nth-of-type(2n+1),
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #FFF38A !important;
}

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




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



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

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


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

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

.changed {
    animation: flash 800ms ease-in-out;
}
@keyframes flash {
    from {background:#fff3cd;} to {background:transparent;}
}
