:root {
  --color: #3c97fe;
  --color-h: #3c97feCC;
  --color-hh: #3c97fe33;
  --color-w: #1e70cd;
  --color-nav: #1e70cd;
  --color-logo: #333333;
}
* {
  outline: none;
}
body.waiting {
    pointer-events: none;
    opacity: 0.5;
}
a {
  color: var(--color);
}
a:hover {
  color: var(--color-h);
}
html:not([dir=rtl]) .body-fix-actions .fix-actions {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #FFF;
  pointer-events: all;
  z-index: 999;
  width: auto;
  padding: 0 10px 10px 10px!important;
  padding-top:0!important;
  padding-bottom:10px!important;
  padding-right:10px!important;
  padding-left:10px!important;
  left: 0px;
}
:not(.layout-collapsed) .device-desktop.body-fix-actions .fix-actions {
  left: 300px;
}
.layout-collapsed .device-desktop.body-fix-actions .fix-actions {
  left: 70px;
}
.body-fix-actions .toast-bottom-right {
  bottom: 70px;
}
.default-style .sidenav .app-brand.custom {
  background-color: var(--color-logo)!important;
  color: #FFF!important;
  height: 66px;
  position: relative;
}
.layout-unit-toggle {
  position: absolute;
  bottom: 2px;
  right: 8px;
}
.material-style .sidenav .app-brand.custom {
  height: 70px;
}
*, .switcher-indicator::after, .custom-checkbox .custom-control-label::before {
  border-radius: 0!important;
}
.custom-control-label {
    position: static;
    user-select: none;
    cursor: pointer;
}
.btn-boost, .btn-boost:hover {
    background: #ffd948e6;
    color: #222;
}
.btn-boost:hover {
    background: #efc111e6;
}
.dropdown-menu {
  padding: 0;
}
n {
    margin: 0;
    display: inline-block;
    vertical-align:middle;
}
n + n:not(:empty):before {
    content:'';
    display: inline-block;
    margin:0 0.8em 0.2em; 
    background:#CCC;
    border-radius:100%;
    width:0.5em;
    height:0.5em;
    line-height:0;
    vertical-align:middle;
}
.bg-warning {
  color:#665720!important;
}

@media (min-width: 748px) {
  .layout-navbar.bg-dark {
    background: #666!important;
  }
}
#id-global-search .navbar-search-input {
  overflow: visible;
}
#id-global-search .twitter-typeahead {
  position: static!important;
}
#id-global-search .tt-hint {
  display: none!important;
}
#id-global-search .tt-menu.tt-open {
  margin: 0!important;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.05);
  box-shadow: 0 5px 5px rgba(0,0,0,0.05);
  border: 0;
  border-bottom: 1px solid #EEE;
  margin-top: 1px!important;
  border-radius: 0;
}
#id-global-search .tt-group-title {
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 3px solid #EEE!important;
}

#id-global-unit {
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid var(--color-logo);
  margin: 0!important;
  padding: 0!important;
}
#id-global-unit .btn {
  border: 0!important;
  border-radius: 0!important;
  background: #FFF;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid rgba(24,28,33,0.04)!important;
  border-bottom: 1px solid rgba(24,28,33,0.04)!important;
  padding-left: 30px;
  box-shadow: none!important;
}
#id-global-unit .dropdown-menu {
    position:static!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
    border-radius:0!important;
    top:0!important;
    margin:0!important;
}
#id-global-unit .dropdown-toggle:after {
    right: 33px;
    color: #a3a4a6;
}
#id-global-unit .dropdown-menu .dropdown-item {
    line-height:37px;
}
#id-global-unit .bootstrap-select .dropdown-menu.inner a[aria-selected=true],
#id-global-unit .dropdown-item:not(.disabled).active, #id-global-unit .dropdown-item:not(.disabled):active {
    background:#333!important;
    color:#FFF;
}
/*span.twitter-typeahead .tt-menu.tt-open {
  position: fixed!important;
  top: 65px!important;
  left: 300px!important;
  border: 0!important;
  box-shadow: none!important;
  border-bottom: 1px solid #EEE!important;
}*/

.app-brand-logo.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-brand-logo.custom img {
  position: absolute;
  width: 160px;
  opacity: 0.2;
  pointer-events: none;
}
.app-brand-logo.custom svg {
  width: 20px;
  height: 11px;
}

.app-brand-text.custom {
  font-size: 1.1rem;
}
.app-brand-text b {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-top: 4px;
}
.app-brand-text small {
  color: rgba(255,255,255,0.6);
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-style: italic;
  line-height: 18px;
}
.fa-arrow-left:before {
    content: '\f104';
}
.fa-arrow-right:before {
    content: '\f105';
}
.layout-1 .layout-sidenav .app-brand.custom,
.layout-1 .layout-sidenav .app-brand.custom + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.custom {
  display: none;
}

.layout-1 .layout-navbar .app-brand.custom,
.layout-reversed .layout-2 .layout-navbar .app-brand.custom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}
.nav-tabs {
    border:0;
    margin:0;
}
.nav-tabs a.nav-link {
    border: 0;
    border-bottom: 4px solid transparent!important;
    margin-bottom:0;
}
.nav-tabs a.nav-link.active {
    border-bottom: 4px solid var(--color)!important;
    background: transparent!important;
}
.nav-tabs a.nav-link:hover {
    border:0!important;
    border-bottom: 4px solid var(--color-hh)!important;
}
@media (min-width: 992px) {
  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}
.sidenav.bg-white .sidenav-link, .sidenav.bg-white .sidenav-horizontal-prev, .sidenav.bg-white .sidenav-horizontal-next {
  color: #333;
}
.sidenav.bg-white .sidenav-link:hover, .sidenav.bg-white .sidenav-link:focus, .sidenav.bg-white .sidenav-horizontal-prev:hover, .sidenav.bg-white .sidenav-horizontal-prev:focus, .sidenav.bg-white .sidenav-horizontal-next:hover, .sidenav.bg-white .sidenav-horizontal-next:focus {
  color: var(--color-nav);
}
.sidenav.bg-white .sidenav-link.layout-sidenav-toggle {
  color:#FFF;
}
.sidenav-item.active>.sidenav-link {
    color: var(--color-nav)!important;
}
/* *****************************************************************************
 * Navbar
 */

.custom-navbar-messages .dropdown-toggle,
.custom-navbar-notifications .dropdown-toggle,
.custom-navbar-user .dropdown-toggle,
.custom-navbar-messages.b-nav-dropdown .nav-link,
.custom-navbar-notifications.b-nav-dropdown .nav-link,
.custom-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

.custom-navbar-messages .dropdown-menu,
.custom-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .custom-navbar-messages .dropdown-menu,
  .custom-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .custom-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}


/* *****************************************************************************
 * Content
 */

.custom-vertical-spacing > * + * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.custom-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

.custom-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.custom-inline-spacing > *,
.custom-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}

.custom-paragraph-spacing > p {
  margin: 0;
}

.custom-blocks > * {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 2px;
  background: rgba(0,0,0,.04);
  color: #c7254e;
}
.layout-example-block code {
  background: none;
  color: #666;
}

.layout-example-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}
.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e;
}
.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e;
}
.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 74%;
}
.layout-example-block-2 > .layout-example-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}
.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}
.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}

.datatables-custom th {
    font-size: 0.9em;
}
.datatables-custom td {
    line-height: 1.2em;
}
div.table-responsive>div.dataTables_wrapper>div.row.inf {
  padding: .5rem 0 0 0!important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 .6em .6em 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
  padding: 0.600rem .60rem;
  min-width: calc(1.8rem + 4px);
  font-size: 0.75rem;
  line-height: 1;
  border:1px solid rgba(24,28,33,0.1);
}
.indicators {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0.2em 0.4em;
    margin: 0px 2px 5px 0;
    background: #999;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
}
.datatables-custom .right-date {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2em;
}
.device-desktop .datatables-custom .right-date {
  /*background: rgba(0,0,0,0.05);*/
  padding: 0.4em 0.8em;
  margin: 0px -3px 5px 0px;
}
.device-mobile .datatables-custom .right-date {
  padding: 0.4em 1em 0.4em 0;
  margin: -3px -3px 5px 0px;
  background: transparent;
}
.indicators {
  min-width: 2.4em;
  text-align: center;
}
.indicators:not(:hover) label {
  display: none;
}
.indicators:hover label {
  margin: 0 0 0 0.4em!important;
}
.ico-action {
    color: inherit;
    display: inline-block;
    width: 26px;
    height: 20px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    /*border: 1px solid rgba(0,0,0,0.1);*/
    border-radius: 2px;
    margin-left: 4px;
}
.ico-action:hover {
  /*background: #3c8ae2;
  color: #FFF;*/
  color: var(--color);
}
:not(th).dt-actions {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px!important;
}
:not(th).dt-nowrap, .dt-date {
  white-space: nowrap;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(th).dt-full {
  width: 100%;
}
.dt-f-scroll {
  height: 36px;
  overflow-y: hidden;
  max-width: 450px;
  overflow-x: auto;
}
.dt-f-scroll > div {
  white-space: nowrap;
  user-select: none;
  cursor: grab;
}
::-webkit-scrollbar {width: 10px;height: 5px;}
::-webkit-scrollbar-track {background: #f1f1f1; }
::-webkit-scrollbar-thumb {background: var(--color-w); }
::-webkit-scrollbar-thumb:hover {background: #555; }

.default-style div.card-datatable {
  padding: 0!important;
}
div.card-datatable.dataTable, 
div.card-datatable .dataTable {
  margin:0!important;
}
/*table.dataTable td, table.dataTable th {
  vertical-align: middle;
}*/
.datatables-custom .dt-actions {
  padding: 7px;
}
.datatables-custom .btn {
  margin: -3px;
  width: 100%;
  min-width: 80px;
}
.card-header-elements {
    color: rgb(78, 81, 85);
}
.card-header-title {
  text-transform: uppercase;
  font-size: 0.9em;
}
div.table-responsive>div.dataTables_wrapper>div.row:nth-child(1) {
  padding: 1rem 0 .5rem 0;
}
div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3) {
  padding: .5rem 0 .2rem 0!important;
}
div.table-responsive.no-head>div.dataTables_wrapper>div.row:nth-child(1) {
  padding: 0!important;
  display: none!important;
}
div.table-responsive.no-foot>div.dataTables_wrapper>div.row:nth-child(3) {
  padding: 0!important;
  display: none!important;
}
.dt-f {
  display: inline-block;
  border-radius: 2px;
  margin: 0 2px 2px 0;
  padding: .375rem .25rem;
  min-width: calc(1.5rem + 2px);
  font-size: .75rem;
  line-height: 1;
  text-align: center;
}
span.twitter-typeahead .tt-suggestion {
    font-size: 13px;
    margin: 0;
    border-bottom: 1px dashed #EEE;
    padding: 12px 16px;
    line-height: 16px;
    clear: both;
    overflow: hidden;
    white-space: normal;
}
span.twitter-typeahead .tt-menu {
  border:1px solid #DDD;
  border-radius:2px;
  min-width: 100%;
  padding:0;
}
span.twitter-typeahead .tt-menu .tt-suggestion:last-child {
  border: 0;
}
span.twitter-typeahead .tt-dataset .action {
  display: block;
  padding: 10px 16px 10px 16px;
  font-size: 12px;
}
.twitter-typeahead.tt-new:after {
  content: 'new unit';
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 38px;
  font-size: 12px;
  font-style: italic;
  color: #999;
}
.twitter-typeahead.tt-new [name=inp_units_name] {
  color:var(--color)!important;
}
.tt-suggestion .pic {
    min-width: 80px;
    min-height: 60px;
    display: grid;
    align-items: center;
    text-align: center;
    background: #00000011;
    font-size: 3em;
}
.colapsarrow:before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 0px;
  margin-right: 20px;
  font-size: 1.2em;
  color: rgba(0,0,0,0.3);
  width: 10px;
}
.colapsarrow.collapsed:before {
  content: '\f105';
}
.bootstrap-tagsinput {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .438rem .400rem;
    font-size: .894rem;
    line-height: 1.54;
    color: #4E5155;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(24,28,33,0.1);
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.bootstrap-tagsinput .twitter-typeahead {
  display: inline-block!important;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.tagsinput-search {
    position: absolute;
    top: 100%;
    border: 1px solid #DDD;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    background: #FFF;
    z-index: 99;
    font-size: .9em;
  box-shadow:0 0 10px #00000011;
}
.tagsinput-search > div {
    padding: 0.5em 0.8em;
    border-bottom: 1px solid #00000005;
}
.tagsinput-search > div:hover {
    background: #00000005;
    cursor:pointer;
}
.tagsinput-search:empty {
    display: none;
}
/*.form-zone {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0;
    font-size: .894rem;
    line-height: 1.54;
    color: #4E5155;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(24,28,33,0.1);
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.form-zone > .form-control {
    border:0;
    height: calc(2.25rem);
    padding: calc(.438rem-2px) calc(.875rem-2px) ;
    min-height: calc(2.25rem);
}*/
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
  font-style: italic;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
  font-style: italic;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
  font-style: italic;
}
.form-control::-moz-placeholder {
  font-weight: normal!important;
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  font-weight: normal!important;
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  font-weight: normal!important;
  font-style: italic;
}
.form-input {
    display: block;
    width: 100%;
    min-height: calc(2.25rem + 2px);
    padding: .438rem .875rem;
    font-size: .894rem;
    line-height: 1.54;
    color: #4E5155;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(24,28,33,0.1);
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    overflow:hidden;
}
.form-help {
    color: var(--color-w);
    font-size: 1.1em;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "Ionicons";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-rendering: auto;
}
.form-help:before {
    content:'\f16f';
    vertical-align: text-bottom;
    font-size: 1.15em;
    line-height: .8695em;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 4px;
  color: white;
  padding:4px 8px
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-select .dropdown-menu .fullcolor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
}
.bootstrap-select .filter-option .fullcolor {
  background: transparent!important;
}
@media (max-width: 748px) {
  .bootstrap-select .dropdown-menu {
      max-height: 300px!important;
      max-width: 100%!important;
      left: 0!important;
      right: 0!important;
      min-width: auto!important;
  }
}
.bootstrap-select .dropdown-header {
    color: #333;
}
.bootstrap-select .dropdown-menu {
    top:initial!important;
}
.bread {
  background: #FFF;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 rgba(24,28,33,0.04);
  box-shadow: 0 1px 0 rgba(24,28,33,0.04);
  font-size: 13px;
  max-height: 52px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.bread > .breadcrumb {
  white-space: nowrap;
  width: 1000px;
}
.app-brand-logo {
    background: transparent!important;
    border-radius: 0!important;
    height: auto!important;
}
.modal-full {
  margin: 10px;
  width: unset!important;
  min-width: unset!important;
  max-width: unset!important;
}
#id-side-infos {
  display: block;
  width: 450px;
  max-width: 90%;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFF;
  z-index: 9999;
  border-left: 1px solid #EEE;
  margin-right: -450px;
  transition: margin-right 0.5s ease-in-out;
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.09);
  box-shadow: 0 1px 6px rgba(0,0,0,0.09);
}
#id-side-infos.show {
  margin-right: 0;
  transition: margin-right 0.5s ease-in-out;
}
.toast-info{background-color:var(--color-w)!important}
.form-group {
  position: relative;
}
/*.card-header + .card-body {
  border-top: .25rem solid rgba(24,28,33,0.06)!important;
}*/
.card-body + .card-body,
.card-body + .card-header {
    border-top: .25rem solid rgba(24,28,33,0.06);
}
.modal-body + .modal-body {
    border-top: 1px solid rgba(24,28,33,0.06);
}
.card.empty h6.collapsed {
  color:#CCC;
}
.sidenav-icon.ion {
    font-size: 1.2rem;
}
[data-translate] input {
  padding-right:40px; 
}
.ico-action.dropdown-toggle:after {
  content: '';
  display: none;
}
.form-ico-action {
    display: table;
    position: absolute;
    right: 0;
    white-space: nowrap;
    height: 38px;
    padding-right: 5px;
    bottom: 0;
}
[data-translate] .form-ico-action {
  bottom: auto;
  margin-top: -38px;
}
.form-ico-action .ico-action {
  cursor: pointer;
  width: 26px;
  line-height: 37px;
  white-space: nowrap;
  display: table-cell!important;
  height: auto;
  margin: 0 6px 0 0;
  text-align: center;
  font-size: 1em;
}
[data-translate].open-translate > .form-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom:0;
}
[data-translate] .translate-input > div {
  position: relative;
}
[data-translate] .translate-input div .form-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  /*font-size: 0.9em;*/
  /*font-weight: normal!important;*/
  border-top: 1px dashed #EEE!important;
}
[data-translate] .translate-input > div:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
[data-translate] .translate-input .pretitle {
  font-size: 0.8em;
  line-height: 24px;
  position: absolute;
  padding: 0.438rem 0.475rem 0.438rem 0.875rem;
  font-weight: bold;
  width: 60px;
  background: rgba(0,0,0,0.05);
  height: 100%;
}
.open-translate > code {
  display:none;
}
[data-translate] span.pretitle + .form-control,
[data-translate] span.pretitle + .form-modal-editor-open + .form-control {
  padding-left: 4.4rem;
}
[data-translate] span.pretitle + textarea + .note-editor {
  margin-left: 4rem;
}
[data-translate] .note-editor + .form-ico-action {
  margin-top: -48px;
}
[data-translate]:not(.open-translate) .translate-input {
  display: none!important;
}
.form-control:focus + .translate-input .form-control,
[data-translate].focus .form-control,
[data-translate].focus .form-control + .translate-input .form-control {
    border-color: var(--color-w);
}
.note-editor.fullscreen, .note-editor.fullscreen {
    z-index: 9999;
    bottom: 0;
}
.form-control:disabled, .form-control[readonly] {
    color: #999!important;
    font-style: italic;
}
.custom-radio, .custom-checkbox {
    user-select: none;
    cursor: pointer;
}
.custom-radio.little .custom-control-label,
.custom-checkbox.little .custom-control-label {
  vertical-align: middle;
}
.custom-radio.little .custom-control-label::before,
.custom-checkbox.little .custom-control-label::before {
    transform: scale(0.8);
}
.custom-switch, a.custom-switch:active, a.custom-switch:link, a.custom-switch:visited, a.custom-switch:hover {
display: inline-block;
background: #EEE;
font-size: 0.8em;
text-transform: uppercase;
line-height: 1em;
padding: 4px;
color: rgba(0,0,0,0.8);
font-weight: 500;
overflow: hidden;
height: 26px;
white-space: nowrap;
vertical-align: middle;
width: 80px;
transition: background 1s;
}
.custom-switch.active {
background: var(--color)!important;
transition: background 2s;
}
.custom-switch > span {
padding: 4px;
display:inline-block;
vertical-align: middle;
width: 100%;
}
.custom-switch .on {
margin-left: -100%;
margin-right: 20px;
color:#FFF!important;
transition: margin 0.5s;
}    
.custom-switch .off:after {
content: '';
display: inline-block;
width: 1em;
height: 1em;
background: #FFF;
vertical-align: middle;
float: left;
margin-left: -20px;
margin-top: -1px;
}
.custom-switch.active .on {
margin-left: 0;
margin-right: 0;
transition: margin 0.5s;
}
.select2-block li {
  width: 100%;
}
.default-style .select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--color-w) !important;
  color: #fff !important;
  position: relative;
}
.default-style .select2-container--default .select2-results__option[aria-selected=true]:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 36px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 7px;
}
.default-style .select2-container--default .select2-selection__placeholder {
  color: #babbbc;
  font-style: italic;
}
.form-classifications .select2-selection--multiple .select2-selection__rendered {
    padding:0!important;
}
.form-classifications .select2 .select2-search__field {
    padding: 0 0 0 0;
    margin-left: 14px!important;
}
.form-classifications .select2-selection__choice {
    margin:0!important;
    line-height:36px!important;
    color:#333!important;
    background:transparent!important;
    border-bottom:1px dashed rgba(0,0,0,0.1);
    padding: 0 6px 0 14px!important;
}
.form-classifications .select2-selection__choice__remove {
    float:right;
    font-size: 22px!important;
    opacity:1!important;
    font-weight: 500!important;
    color: #333!important;
    background: #FFF!important;
    width: 30px;
    position: absolute;
    right: -3px;
    text-align: center;
}
.form-classifications .select2-selection__choice__remove:hover {
   color:var(--color-w)!important;
}
.form-classifications .select2-search__field {
    line-height:36px!important;
    margin:0!important;
}
.form-classifications .select2-search.select2-search--inline:after {
    content:'Selectionner une classification'!important;
    color:#CCC;
    font-style:italic;
}
.form-classifications .select2-container--open .select2-search.select2-search--inline:after {
    content:''!important;
}
.form-classifications .select2:not(.select2-container--open) .select2-search__field {
    width:5px!important;
}
span.select2-selection__clear {
    font-size: 1.4em;
    padding: 0 10px;
    color: #333!important;
}
/*.default-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.default-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}*/
/*.default-style .select2-dropdown {
    min-width: 500px;
}
.default-style .select2-container--default .select2-results__option {
    font-size: 12px;
}*/

.global_filter button.btn.dropdown-toggle.btn-default:not(.bs-placeholder) .filter-option-inner-inner {
    line-height: 1.4rem;
    font-size: 0.9em;
}
.ql-editor p, .form-modal-editor p {
    margin: 0;
    /*font-size: 0.9em;*/
}
.bline {
    border-top: 2px solid rgba(0,0,0,0.1);
    display: block;
    margin: 2em 1em 2em 1em;
    width: 100%;
}
.geo-autocomplete {
  position: relative;
}
.geo-autocomplete .geo-item {
  position: relative;
}
.geo-infos {
    display: none;
    padding: 5px 0 10px 5px;
    font-size: 0.9em;
    line-height: 0;
    border-radius: 4px;
    border: 1px solid rgba(24,28,33,0.1);
    background: #FFF;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}
.geo-autocomplete .input-group:hover + .geo-infos, .geo-infos:hover {
  display: block;
  z-index: 99999;
}
.geo-infos > span {
    display:inline-block;
    line-height:1em;
    padding: 2px 6px 2px 6px;
    margin: 5px 5px 0 0;
    color: var(--color-w);
}
.geo-infos > span b {
  color:#333;
}
.geo-infos > span:after {
    /* content:'|'; */
    display:inline-block;
    padding:0 10px;
}
.geo-infos > span:last-child:after {
    display:none;
}
.one-item .geo-del {
    display: none!important;
}
.geo-autocomplete .twitter-typeahead {
  width: 100%;
}
.geo-autocomplete .twitter-typeahead > input {
    padding-left: 68px;
}
.geo-autocomplete .tt-menu.tt-open {
    margin-top: -1px;
    box-shadow: none;
    border: 1px solid var(--color-w)!important;
    border-top: 1px solid #EEE!important;
}
.geo-autocomplete span.twitter-typeahead.loading:before {
  content: 'chargement...';
    font-size: 12px;
    /* background: #EEE; */
    padding: 4px 8px;
    position: absolute;
    right: 60px;
    color: var(--color-w)!important;
    font-style: italic;
    top: 5px;
}
.geo-item[data-selected-source="venues"] .twitter-typeahead:after, .geo-item[data-selected-source="address"] .twitter-typeahead:after, .geo-item[data-selected-source="areas"] .twitter-typeahead:after, .geo-item[data-selected-source="areas_els"] .twitter-typeahead:after {display:none;position:absolute;top:0;left: 56px;width: 40px;height: 38px;line-height: 38px;text-align: center;font-family: "Ionicons";font-size: 1.4em;color: var(--color-w)!important;}
.geo-item[data-selected-source="venues"] .twitter-typeahead > input, .geo-item[data-selected-source="address"] .twitter-typeahead > input, .geo-item[data-selected-source="areas"] .twitter-typeahead > input, .geo-item[data-selected-source="areas_els"] .twitter-typeahead > input {padding-left: 92px!important;}
.geo-item[data-selected-source="venues"] .twitter-typeahead > input {font-weight: bold;}
.geo-item[data-selected-source="venues"] .twitter-typeahead:after {content:"\f1a4";display:inline-block;}
.geo-item[data-selected-source="address"] .twitter-typeahead:after {content:"\f3c5";display:inline-block;font-family:'Font Awesome 5 Free';font-weight: 900;font-size: 1em;}
.geo-item[data-selected-source="areas"] .twitter-typeahead:after {content:"\f05b";display:inline-block;font-family:'Font Awesome 5 Free';font-weight: 900;font-size: 1em;}
.geo-item[data-selected-source="areas_els"] .twitter-typeahead:after {content:"\f05b";display:inline-block;font-family:'Font Awesome 5 Free';font-weight: 900;font-size: 1em;}
.geo-autocomplete .geo-item {
    margin-bottom: 2px;
}
.geo-autocomplete {
  margin-bottom: 1rem;
}
.geo-country .flag {
    width: 22px;
    margin: -6px 2px -4px -5px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1px;
}
.geo-precisions-label {
  display: none;
  position: absolute;
  right: 0;
  left: 55px;
  clear: both;
  border: 1px solid #EEE;
  border-top: 0;
  font-size: 0.9em;
  padding: 0 10px;
  line-height: 25px;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 27px;
  white-space: nowrap;
}
.geo-autocomplete .geo-item[data-precisions]:not([data-precisions=""]) .geo-precisions-label {
  display: block;
}
.geo-autocomplete .geo-item[data-precisions]:not([data-precisions=""]) {
    margin-bottom: 30px;
}
.geo-more > ul {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 100%;
  background: #FFF;
  border: 1px solid #EEE;
  margin-top: -1px;
  z-index: 1001;
  padding: 0;
  list-style: none;
  font-family: Arial;
  color: #333;
}
.geo-more:not(:hover) > ul {
  display: none;
}
.geo-autocomplete .form-ico-action .geo-more > ul > li {
    display: block!important;
    width: auto;
    text-align: left;
    padding: 0 20px 0 5px;
    font-size: 11px;
    border-bottom: 1px solid #EEE;
    font-weight: 600;
}
.geo-autocomplete .form-ico-action .geo-more > ul > li .ico-action {
  display: inline-block!important;
  margin-right: 0;
  font-size: 15px;
  line-height: 0;
  vertical-align: middle;
  color: #444;
}
.pac-container {
    box-shadow: none;
    border: 1px solid var(--color-w);
    border-top: 0;
    margin-top: -1px;
    margin-right: 0;
    box-sizing: content-box;
}
.pac-container:after {
  display: none!important;
}
.pac-container .pac-item, .pac-container .pac-item-query {
    font-size: 12px;
}

.pac-container .pac-item .pac-icon.pac-icon-marker {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: none;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 6px;
  padding: 0;
}
.pac-container .pac-item .pac-icon.pac-icon-marker:before {
    content: "\f3c5";
}
.pac-container .pac-matched {
  color:var(--color-w);
}
.default-style .modal-open .daterangepicker {
  z-index: 3000 !important;
}
.daterangepicker.single .daterangepicker .actions{float:none;}
.daterangepicker .actions{float:none;margin:0;text-align:left;min-width: 225px;}[dir=rtl] .daterangepicker .actions{text-align:right}
.daterangepicker .actions ul{margin:0 auto;padding:0;width:100%;list-style:none}
.daterangepicker.show-calendar .actions{border-bottom:1px solid}
.daterangepicker.show-calendar .actions:empty{display:none}
.default-style .daterangepicker .actions{border-color:rgba(24,28,33,0.06)}
.default-style .daterangepicker .actions li{padding:.438rem 1.25rem;cursor:pointer}
.default-style .daterangepicker .actions li:hover{background-color:rgba(24,28,33,0.03)}
.default-style:not([dir=rtl]) .daterangepicker .actions{float:left}
.default-style[dir=rtl] .daterangepicker .actions{float:right}
.material-style .daterangepicker .drp-buttons,.material-style .daterangepicker .actions{border-color:rgba(24,28,33,0.06)}
.material-style .daterangepicker .actions li{padding:.5rem 1.25rem;cursor:pointer}
.material-style .daterangepicker .actions li:hover{background-color:rgba(24,28,33,0.03)}
.material-style:not([dir=rtl]) .daterangepicker .actions{float:left}
.material-style[dir=rtl] .daterangepicker .actions{float:right}
.daterangepicker .actions li.active {
    background-color: var(--color-w) !important;
    color: #fff !important;
}
.dropdown-toggle.btn-light {
  border-color: rgba(24, 28, 33, 0.1);
    background: #FFF;
}

.bootstrap-select .dropdown-menu {
  /*max-height: 300px!important;*/

}
button.btn.dropdown-toggle.btn-default {
    padding-left: 14px;
}
button.btn.dropdown-toggle.bs-placeholder {
    background: #FFF;
    border: 1px solid rgba(24,28,33,0.1);
    color: #ccc!important;
}
button.btn.dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  color: #ccc!important;
  font-style: italic;
  text-overflow: ellipsis;
}
button.btn.dropdown-toggle:hover, button.btn.dropdown-toggle:active, button.btn.dropdown-toggle:focus {
 border-color: var(--color-w)!important;
 outline:0!important;   
 box-shadow:none!important;
}
button.btn.dropdown-toggle.btn-default:hover, button.btn.dropdown-toggle.btn-default:active, button.btn.dropdown-toggle.btn-default:focus {
background: #FFF!important;
}

/* MEDIA */
.modal-content.highlight {
    border: 5px solid var(--color);
}
.media-list {
    margin-right: -.50rem;
    margin-left: -.50rem;
  user-select: none;
}
.media-list > div {
  padding: 0 .25rem;
}
.media-list .media-item {
    overflow: hidden;
    position: relative;
    display: block;
    background: rgba(0,0,0,0.02);
    margin-bottom: .50rem;
    border: 1px inset rgba(0,0,0,0.05);
    cursor:pointer;
}
.media-list .media-item:hover {
  border: 1px solid var(--color-w);
  box-shadow: 0 0 3px var(--color-w);
}
.media-list .media-item .blank {
  display: block;
  margin-top: 85%;
  position: relative;
}
.media-image {
  position: absolute;
  top: 5px;
  bottom: 42px;
  right: 5px;
  left: 5px;
  background: no-repeat center center transparent;
  background-size: contain;
  /*pointer-events: none;*/
}
.media-item .media-more {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.media-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    padding: 5px;
    left: 0;
    text-align: right;
}
.media-actions .ico-action {
    font-size: 12px;
    width: 16px;
    line-height: 27px;
}
.media-infos {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 36px;
}
.media-add {
    position: absolute;
    display: block;
    margin-top: -14px;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    cursor:pointer;
    color: #CCC;
    font-weight: 500;
}
.media-add .fas {
    font-size:30px;
    color:#333;
    line-height:0;
}
.media-num {
  display: inline-block;
  line-height: 20px;
  margin: 0 6px;
  font-weight: 800;
  border: 2px solid #EEE;
  border-radius: 100%!important;
  width: 20px;
  text-align: center;
  margin-top: 6px;
  box-sizing: content-box;
  font-size: 10px;
}
.form-control, 
.select2-container--default .select2-selection--multiple .select2-selection__choice, 
.filter-option-inner-inner {
  color: var(--color-w)!important;
}
button.btn.dropdown-toggle.btn-default.bs-placeholder .filter-option-inner-inner {
    color:#CCC!important;
}
.twitter-typeahead .tt-hint {
  color: #CCC!important;
  font-style: normal;
}
.tt-suggestion.tt-cursor .text-muted,
.tt-suggestion.tt-cursor u,
.tt-suggestion:active .text-primary, 
.tt-cursor .text-primary {
    color: #FFF!important;
}
.tt-suggestion u {
    color: var(--color-w);
    text-decoration:none;
    background: var(--color-w)11;
}
.notes-item {
  border-bottom: 1px solid #EEE;
  position: relative;
}
.notes-item > span {
  color: var(--color-w)!important;
}
.layout-sidenav .filter-option-inner-inner {
  color: var(--color-nav)!important;
}
@media (max-width: 992px){
  .navbar.bg-white {
    background-color: var(--color-logo)!important;
  }
  .navbar.bg-white .navbar-nav .nav-link {
    color:#FFF;
  }
  #id-global-search {
    background-color: #FFF!important;
    padding: 0 10px;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: var(--color-logo)!important;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.sidenav-vertical, .sidenav-vertical .sidenav-block, .sidenav-vertical .sidenav-inner>.sidenav-item, .sidenav-vertical .sidenav-inner>.sidenav-header {
  width: 18.625rem;
}
@media (min-width: 992px){
.layout-fixed:not(.layout-collapsed) .layout-container, .layout-fixed-offcanvas:not(.layout-collapsed) .layout-container {
    padding-left: 18.625rem;
}
}
.sidenav-vertical .sidenav-menu .sidenav-link {
  padding: 6px 0 6px 24px!important;
  padding-left: 24px!important;
  font-size: 0.9em;
}
.sidenav-vertical .sidenav-menu {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-left: 10px solid var(--color-logo);
  font-weight: 500;
}
.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav:not(:hover) .sidenav-vertical .sidenav-inner>.sidenav-item.open>.sidenav-menu::before, 
.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav.sidenav-vertical:not(:hover) .sidenav-inner>.sidenav-item.open>.sidenav-menu::before {
  display: none;
}
.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav:not(:hover) .sidenav-vertical .sidenav-inner>.sidenav-item.open>.sidenav-menu, 
.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav.sidenav-vertical:not(:hover) .sidenav-inner>.sidenav-item.open>.sidenav-menu {
  margin-left:0;
}
.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav:not(:hover) .sidenav-vertical .sidenav-inner>.sidenav-item.open>.sidenav-menu .sidenav-icon, 
.layout-collapsed:not(.layout-offcanvas):not(.layout-fixed-offcanvas) .layout-sidenav.sidenav-vertical:not(:hover) .sidenav-inner>.sidenav-item.open>.sidenav-menu .sidenav-icon {
  margin-right:10px;
}
.sidenav-vertical .sidenav-inner>.sidenav-item {
  font-weight: bold;
}
.layout-sidenav .layout-sidenav-toggle {
    position: absolute;
    top: 6px;
    right: 8px;
}
.navbar.bg-dark .navbar-nav .nav-link {
  color:#FFF!important;
}
html.default-style .bootstrap-tagsinput {
    height: auto;
    padding: 3px;
}
html.default-style .bootstrap-tagsinput .label.label-info {
    padding: 2px 8px 2px 12px;
    font-size: 12px;
    margin: 1px;
}
html.default-style .bootstrap-tagsinput .tag:not(.badge) {
    border-radius: .125rem;
    background: var(--color);
    color: #FFF;
}
html.default-style .bootstrap-tagsinput input {
    margin: 3px;
    font-size: 12px;
}
html.default-style .bootstrap-tagsinput div:not(.tag) + input  {
    width:80%!important;
}
html .bootstrap-tagsinput input::placeholder  { font-weight: normal!important;font-style: italic;color: #CCC;font-size: .894rem!important;}
html .bootstrap-tagsinput input:-ms-input-placeholder  { font-weight: normal!important;font-style: italic;color: #CCC;font-size: .894rem!important;}
html .bootstrap-tagsinput input::-ms-input-placeholder  { font-weight: normal!important;font-style: italic;color: #CCC;font-size: .894rem!important;}
html .bootstrap-tagsinput .tag.label.label-info + input::placeholder  {color:transparent!important}
html .bootstrap-tagsinput .tag.label.label-info + input:-ms-input-placeholder  {color:transparent!important}
html .bootstrap-tagsinput .tag.label.label-info + input::-ms-input-placeholder  {color:transparent!important}

.ql-codemirror:after {
  content:'\f2cd';
  font-size: 1.4em;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "Ionicons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
}
.note-editor.note-airframe.fullscreen, 
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 99999;
    bottom: 0;
}
.note-editor.note-airframe.fullscreen .note-editing-area, 
.note-editor.note-frame.fullscreen .note-editing-area {
    height: 100%;
    position: relative;
}
.note-editor.note-airframe.fullscreen .note-editing-area .CodeMirror, 
.note-editor.note-frame.fullscreen .note-editing-area .CodeMirror {
    height: 100%!important;
}
/* summernote */
.note-editor.panel-default {
  background: #FFF;
  border:1px solid rgba(0,0,0,0.05);
}
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
  z-index: 999999;
}
.note-editor .note-toolbar, .note-popover .popover-content {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 5px 5px 10px 10px;
}
.note-editor .btn-default {
  border: 0px;
  color: #333;
  font-size:0.9em;
  margin-left:1px;
}
.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
  border-top: 1px solid rgba(0,0,0,0.05);
  background: #FFF;
}
.note-editor .dropdown-toggle.btn-default .note-icon-caret {
    display: none;
}
.note-editor .btn-default:active, .btn-default.active {
  background: var(--color-hh);
}
.note-editor .note-toolbar>.note-btn-group, .note-popover .popover-content>.note-btn-group {
  margin-right: 5;padding-right: 5;
  border-right:1px solid rgba(0,0,0,0.05);
}
.note-editor .note-toolbar .note-color .dropdown-toggle, 
.note-popover .popover-content .note-color .dropdown-toggle,
.note-editor .note-toolbar .note-color .dropdown-toggle:hover, 
.note-popover .popover-content .note-color .dropdown-toggle:hover {
    width: auto;
    margin-left: -8px;
}
.note-editing-area p {
    margin: 0;
    line-height: initial;
}
.is-invalid .dr-item,
.is-invalid .geo-input {
    border-color: #d9534f !important;
}
[data-precise="0"] .geo-more {
    display: none !important;
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    z-index: 99999;
}
[data-translate-tab] .translate-input [data-lg]:not(.active) {
    display: none;
}
[data-translate-tab] .translate-tab [data-lg]:not(.active) {
    background: #00000005;
    border-bottom: 1px solid #FFFFFF00;
    
}
[data-translate-tab] .translate-tab [data-lg]:not(.empty):after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: var(--color);
    position: absolute;
    border-radius: 100px;
    top: 4px;
    right:4px;
}
[data-translate-tab] .translate-tab [data-lg].empty:not(.active){
    color: #222;
    font-weight: initial;
}
[data-lg="global"] {
    display: none;
}
[data-translate-tab] .translate-tab {
    overflow:hidden;
    height:100%;
    border-left:1px solid rgba(24,28,33,0.1);
    margin-bottom:-1px;
    cursor:pointer;
    font-weight: 600;
}
[data-translate-tab] .translate-tab > div {
    float:left;
    padding:.5em 1em;
    font-size:12px;
    text-transform:uppercase;
    background:#FFF;
    border-top:1px solid rgba(24,28,33,0.1);
    border-right:1px solid rgba(24,28,33,0.1);
    border-bottom:1px solid #FFF;
    position: relative;
}
.nextback .list-inf {
	align-items: center;
    grid-gap: 0;
}
.nextback .list-inf .infos {
	color: #666;
	font-size: 0.9em;
	padding: 1em 0;
}
.device-mobile .nextback .list-inf .infos {
    order: 2;
    border-top: 1px solid #EEE;
}
.nextback .list-inf .pages ul {
    display: grid;
    grid-gap: 0.4rem;
    justify-content: right;
    grid-template-columns: repeat(auto-fit,minmax(2rem,auto));
    list-style: none;
	user-select: none;
    margin: 0.4em 0;
}
.device-mobile .nextback .list-inf .pages ul {
    width: auto;
    justify-content: center;
    margin: 1em;
}
.nextback .list-inf .pages ul li a {
    display: grid;
    border: 1px solid #EEE;
    text-align: center;
    line-height: 2rem;
    height: 100%;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.nextback .list-inf .pages ul li a {
    /* width: 28px; */
    min-height: 28px;
    line-height: 28px;
}
.nextback .list-inf .pages ul li a.active {
	background: var(--color);
	border-color: var(--color);
	color: #FFF;
}
.nextback .list-inf .pages ul li a:not(.active):hover {
	color: #999;
}
.nextback .list-inf .pages ul li a.disable {
	color: #CCC;
	cursor: default;
	pointer-events: none;
}
.custom-control-label::before {
    border: 1px solid rgba(24,28,33,0.2);
}
a.sidenav-link[data-count]:after {
    content:attr(data-count);
    display:inline-block;
    background:var(--color);
    color:#FFF;
    margin-left:1em;
    border-radius:20px;
    min-width:20px;
    text-align:center;
    font-size:10px;
    line-height:20px;
    padding:0 8px;
}
a.sidenav-link[data-count="0"]:after {
    color:#00000022;
    background:#00000005;
}
.results-ia p {
    margin-bottom:0;
}
.note-editing-area .btn.rounded {
    border-radius: 32px!important
}
.note-editing-area .rounded {
    border-radius: 16px
}
.note-editing-area .btn, .note-editing-area a.btn {
    display: block;
    padding: .5em 1em;
    color: #fff;
    background: #222;
    text-align: center;
    color: #111;
    background: #00000011;
}
.note-editing-area {
    --primary: #f8a579;
    --secondary: #8897AA;
    --success: #6abca6;
    --info: #82c4cf;
    --warning: #feee88;
    --danger: #f8787a;
    --light: rgba(24, 28, 33, 0.06);
    --dark: rgba(24, 28, 33, 0.9);
    --color-1: var(--color);
    --color-2: #6abca6;
    --color-3: #82c4cf;
    --color-4: #8897AA;
    --color-5: #feee88;
    --color-6: #f8787a
}
