@charset "UTF-8";
.flatpickr-input {
  display: inline-block; }
  .flatpickr-input + span.times {
    position: relative; }
    .flatpickr-input + span.times:after {
      position: absolute;
      top: 50%;
      right: 5px;
      content: '\f057';
      font-family: "Font Awesome 5 Free";
      transform: translateY(-50%);
      fontsize: 20px;
      cursor: pointer; }

main {
  position: relative; }
  main > .row {
    height: 100%; }
    main > .row .col .spinner {
      position: fixed;
      left: 47%;
      top: 47%;
      background-color: white; }
    main > .row .col > .header-buttons .pagination {
      margin-bottom: 0; }
      main > .row .col > .header-buttons .pagination li.page-item a.page-link {
        color: #333; }
        main > .row .col > .header-buttons .pagination li.page-item a.page-link:hover {
          color: #6e2222; }
      main > .row .col > .header-buttons .pagination li.page-item.disabled a.page-link {
        background-color: rgba(110, 34, 34, 0.1);
        color: rgba(51, 51, 51, 0.5); }
      main > .row .col > .header-buttons .pagination li.page-item.active a.page-link {
        color: white;
        background-color: #6e2222;
        border-color: #6e2222; }
    main > .row .col .header-buttons {
      margin-bottom: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      main > .row .col .header-buttons .left-buttons .btn {
        font-size: 10px;
        opacity: 0.5;
        transform: s cale(0.9);
        transition-property: all;
        transition-duration: 0.1s;
        transition-timing-function: ease-in; }
        main > .row .col .header-buttons .left-buttons .btn:hover {
          opacity: 1;
          transform: scale(1); }
      main > .row .col .header-buttons .pagination-wrapper ul.pagination li.page-item a {
        color: rgba(51, 51, 51, 0.5); }
      main > .row .col .header-buttons .pagination-wrapper ul.pagination li.page-item.active a {
        background-color: #6e2222;
        border-color: #6e2222;
        color: white; }
    main > .row .col table.datagrid {
      background-color: white; }
    main > .row .col table thead tr th a {
      white-space: nowrap; }
      main > .row .col table thead tr th a > span {
        margin-right: 5px; }
    main > .row .col table thead tr th .search-wrapper {
      height: 20px; }
      main > .row .col table thead tr th .search-wrapper input {
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px inset;
        border-radius: 3px;
        border: none;
        background-color: #EFEFEF;
        height: 20px;
        text-align: center;
        font-size: 11px;
        padding: 0px;
        color: #444;
        border-bottom: 1px solid #DDD; }
        main > .row .col table thead tr th .search-wrapper input:active, main > .row .col table thead tr th .search-wrapper input:focus {
          background-color: #FFF; }
      main > .row .col table thead tr th .search-wrapper input[type=date] {
        width: 100%; }
      main > .row .col table thead tr th .search-wrapper select {
        padding: 0 10px;
        height: 20px;
        font-size: 9px;
        background-color: #EFEFEF;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px inset;
        border-radius: 3px;
        border: none; }
        main > .row .col table thead tr th .search-wrapper select option {
          font-size: 10px; }
    main > .row .col table thead tr th[data-type=string] .search-wrapper, main > .row .col table thead tr th[data-type=integer] .search-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center; }
      main > .row .col table thead tr th[data-type=string] .search-wrapper input[type=text], main > .row .col table thead tr th[data-type=integer] .search-wrapper input[type=text] {
        max-width: 140px; }
    main > .row .col table thead tr th[data-type="money"] a {
      display: block;
      text-align: right; }
    main > .row .col table thead tr.calc-fields td, main > .row .col table thead tr.calc-fields th {
      padding: 0;
      background-color: #DDD; }
      main > .row .col table thead tr.calc-fields td.type-money, main > .row .col table thead tr.calc-fields td.type-integer, main > .row .col table thead tr.calc-fields td.type-decimal, main > .row .col table thead tr.calc-fields th.type-money, main > .row .col table thead tr.calc-fields th.type-integer, main > .row .col table thead tr.calc-fields th.type-decimal {
        text-align: right; }
      main > .row .col table thead tr.calc-fields td > span, main > .row .col table thead tr.calc-fields th > span {
        vertical-align: middle;
        display: inline-block; }
        main > .row .col table thead tr.calc-fields td > span.function, main > .row .col table thead tr.calc-fields th > span.function {
          border-radius: 5px;
          border: 1px solid rgba(102, 102, 102, 0.3);
          height: 28px;
          width: 70px;
          background-image: url("../bundles/ozportaldisplayer/imgs/css_sprites_calc_functions.png");
          transform: scale(0.8); }
          main > .row .col table thead tr.calc-fields td > span.function.sum, main > .row .col table thead tr.calc-fields th > span.function.sum {
            background-position: -2px -2px; }
          main > .row .col table thead tr.calc-fields td > span.function.avg, main > .row .col table thead tr.calc-fields th > span.function.avg {
            background-position: -2px -34px; }
          main > .row .col table thead tr.calc-fields td > span.function.min, main > .row .col table thead tr.calc-fields th > span.function.min {
            background-position: -76px -34px; }
          main > .row .col table thead tr.calc-fields td > span.function.max, main > .row .col table thead tr.calc-fields th > span.function.max {
            background-position: -76px -2px; }
        main > .row .col table thead tr.calc-fields td > span.value, main > .row .col table thead tr.calc-fields th > span.value {
          font-weight: bold; }
    main > .row .col table tbody .table-responsive {
      max-width: 100%; }
    main > .row .col table tbody > tr:nth-child(2n+1) > td {
      background-color: rgba(255, 255, 255, 0.6); }
    main > .row .col table tbody > tr > td {
      position: relative;
      max-width: 160px; }
      main > .row .col table tbody > tr > td.no-results span {
        display: block;
        max-width: 950px; }
      main > .row .col table tbody > tr > td.type-money, main > .row .col table tbody > tr > td.type-integer, main > .row .col table tbody > tr > td.type-decimal {
        text-align: right; }
      main > .row .col table tbody > tr > td .btn.btn-document.active {
        background-color: #6e2222;
        border-color: #471616; }
      main > .row .col table tbody > tr > td .empty-data {
        max-width: 950px; }
    main > .row .col table.master:not(.multipleLines) > tbody:first-of-type > tr:not(.selected):not(.wrapper) {
      cursor: pointer; }
    main > .row .col table.master > tbody:first-of-type > tr.wrapper {
      background-color: rgba(110, 34, 34, 0.2) !important;
      border-left: 1px solid #6e2222; }
      main > .row .col table.master > tbody:first-of-type > tr.wrapper .header-buttons {
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        main > .row .col table.master > tbody:first-of-type > tr.wrapper .header-buttons .left-buttons .btn {
          font-size: 10px;
          opacity: 0.5;
          transform: scale(0.9);
          transition-property: all;
          transition-duration: 0.1s;
          transition-timing-function: ease-in; }
          main > .row .col table.master > tbody:first-of-type > tr.wrapper .header-buttons .left-buttons .btn:hover {
            opacity: 1;
            transform: scale(1); }
    main > .row .col table.master > tbody:first-of-type > tr .toggle {
      cursor: pointer; }
      main > .row .col table.master > tbody:first-of-type > tr .toggle i {
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in; }
      main > .row .col table.master > tbody:first-of-type > tr .toggle.selected i {
        color: #6e2222;
        transform: rotate(90deg); }
    main > .row .col table.master.multipleLines tbody .wrapper .header-buttons .btn-search {
      display: none; }
    main > .row .col table.master.multipleLines tbody tr td p.empty-data {
      margin-bottom: 0; }
    main > .row .col table.detail {
      position: relative;
      margin-top: 0;
      margin-bottom: 10px;
      border-left: 5px solid #999;
      box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px; }
      main > .row .col table.detail tbody {
        border: 1px solid #CCC; }
        main > .row .col table.detail tbody tr td p.empty-data {
          margin-bottom: 0; }
    main > .row .col .frame-document {
      background: white;
      background: radial-gradient(circle, rgba(238, 238, 238, 0.96) 0%, #dddddd 100%);
      box-shadow: rgba(102, 102, 102, 0.8) 0 2px 5px;
      position: fixed;
      border-radius: 5px;
      height: 550px;
      width: 300px;
      z-index: 5000;
      display: flex;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      flex: 1; }
      main > .row .col .frame-document.ui-draggable-dragging {
        box-shadow: rgba(102, 102, 102, 0.5) 0 2px 10px; }
      main > .row .col .frame-document .frame-header {
        text-align: center;
        font-size: 15px;
        margin: 0;
        background-color: #471616;
        color: white;
        transition-property: all;
        transition-duration: 0.1s;
        transition-timing-function: ease-in; }
        main > .row .col .frame-document .frame-header:hover {
          cursor: move;
          background-color: #200a0a; }
        main > .row .col .frame-document .frame-header .cross {
          margin-left: 10px; }
          main > .row .col .frame-document .frame-header .cross:hover {
            cursor: pointer; }
      main > .row .col .frame-document .frame-content {
        display: flex;
        flex: 1; }
    main > .row .newCol {
      max-height: 750px;
      display: flex; }
      main > .row .newCol .maxiSpinner {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 30px;
        z-index: 8000;
        transform: translateX(-50%); }
      main > .row .newCol .maxi-frame-document {
        position: fixed;
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 30px; }
        main > .row .newCol .maxi-frame-document .frame-content {
          flex: 1;
          justify-content: center;
          align-items: center;
          display: flex; }
          main > .row .newCol .maxi-frame-document .frame-content .dvContainer #controlDocuVieware1 #leftsideDocuVieware1 #snapinButtonStripDocuVieware1 {
            background-color: #6e2222 !important; }
  main .container-fluid {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4); }
    main .container-fluid table.table {
      background-color: white; }

table thead tr th .operators {
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  border: 1px solid rgba(153, 153, 153, 0.3); }
  table thead tr th .operators:hover {
    border: 1px solid rgba(153, 153, 153, 0.5);
    background-color: rgba(153, 153, 153, 0.2); }
  table thead tr th .operators .operator {
    display: none; }
    table thead tr th .operators .operator.active {
      display: inline; }
  table thead tr th .operators i {
    font-size: 12px; }

.preferences-container .middle {
  margin-top: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .preferences-container .middle button {
    margin-bottom: 10px;
    box-shadow: rgba(102, 102, 102, 0.8) 0 0 5px; }

.preferences-container .field_area {
  border-radius: 3px;
  background-color: rgba(238, 238, 238, 0.3);
  height: 200px;
  overflow-y: auto;
  border: 1px solid #AAA; }
  .preferences-container .field_area .field {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(238, 238, 238, 0.8);
    padding: 2px 5px; }
    .preferences-container .field_area .field:hover {
      background-color: rgba(221, 221, 221, 0.8); }
    .preferences-container .field_area .field .fieldname {
      min-width: 190px;
      font-size: 14px; }
    .preferences-container .field_area .field .flags {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
      .preferences-container .field_area .field .flags span {
        margin: 0;
        display: inline-block;
        height: 20px;
        width: 30px;
        margin-left: 5px; }
        .preferences-container .field_area .field .flags span.forced {
          background-color: rgba(255, 0, 0, 0.4); }
        .preferences-container .field_area .field .flags span.meta {
          background-color: rgba(0, 128, 0, 0.4); }
        .preferences-container .field_area .field .flags span.calc {
          background-color: rgba(255, 165, 0, 0.4);
          cursor: pointer;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex-direction: row;
          transition-property: all;
          transition-duration: 0.1s;
          transition-timing-function: ease-in; }
          .preferences-container .field_area .field .flags span.calc:hover {
            background-color: rgba(255, 165, 0, 0.5); }
          .preferences-container .field_area .field .flags span.calc .function {
            color: black;
            font-size: 12px;
            display: none; }
            .preferences-container .field_area .field .flags span.calc .function.active {
              display: inline; }
        .preferences-container .field_area .field .flags span.aggregate {
          background-color: rgba(0, 0, 255, 0.4); }
    .preferences-container .field_area .field.excludeOnView {
      display: none; }

.preferences-container ul.legend {
  margin-top: 20px; }
  .preferences-container ul.legend li {
    display: flex;
    justify-content: start;
    align-items: center; }
    .preferences-container ul.legend li span {
      display: inline-block;
      height: 20px;
      width: 30px;
      margin-right: 10px; }
      .preferences-container ul.legend li span.forced {
        background-color: rgba(255, 0, 0, 0.4); }
      .preferences-container ul.legend li span.meta {
        background-color: rgba(0, 128, 0, 0.4); }
      .preferences-container ul.legend li span.calc {
        background-color: rgba(255, 165, 0, 0.4); }
      .preferences-container ul.legend li span.aggregate {
        background-color: rgba(0, 0, 255, 0.4); }

section#login_index {
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  section#login_index .grey_card {
    height: 400px;
    padding: 40px;
    border-radius: 3px;
    border: 1px solid rgba(102, 102, 102, 0.1);
    box-shadow: rgba(102, 102, 102, 0.2) 0 5px 5px 0;
    transition-duration: 0.1s;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    section#login_index .grey_card:hover {
      box-shadow: rgba(102, 102, 102, 0.4) 0 5px 15px 0;
      border: 1px solid rgba(102, 102, 102, 0.2); }
  section#login_index .cadre_main img {
    height: 180px;
    margin-bottom: 40px; }

#accordionSidebar li.bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 15px 25px; }
  #accordionSidebar li.bottom a.info-btn {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5) !important; }
    #accordionSidebar li.bottom a.info-btn:hover {
      color: white !important;
      text-decoration: none; }

html body .apps .tiles .tile {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: rgba(204, 204, 204, 0.4) 0 2px 10px;
  margin-bottom: 30px;
  transition: all 0.15s ease; }
  html body .apps .tiles .tile header {
    background-color: #CCC;
    position: relative; }
    html body .apps .tiles .tile header .logo {
      display: inline-block;
      position: absolute;
      left: 50%;
      bottom: -35px;
      background-color: #6e2222;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      color: white;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center; }
      html body .apps .tiles .tile header .logo i, html body .apps .tiles .tile header .logo svg {
        font-size: 20px; }
  html body .apps .tiles .tile .text {
    font-size: 17px;
    background-color: #FFF;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: #333; }
  html body .apps .tiles .tile:hover {
    box-shadow: rgba(204, 204, 204, 0.7) 0 0px 15px;
    text-decoration: none; }

main > .row .col table tbody > tr > td {
  position: relative;
  max-width: 320px; }

section#login_index {
  display: block; }

.cb_tr,
#cb_all {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #5a5c69;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative; }
  .cb_tr.disabled,
  #cb_all.disabled {
    background-color: #abacb3;
    border: 1px solid #abacb3; }

.cb_tr:checked #cb_all:checked {
  border: 0px solid #ddd;
  background-color: #6e2222; }

.cb_tr:checked:before,
#cb_all:checked:before {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  height: 100%;
  content: "✓";
  background: #6e2222;
  border-color: #6e2222; }

.table-font-size-setting {
  font-size: 14px !important; }

#searchByTitles + .select2 {
  background-color: transparent; }
  #searchByTitles + .select2 .selection {
    background-color: transparent; }
    #searchByTitles + .select2 .selection .select2-selection {
      border-radius: 4px;
      background-color: #6e2222;
      color: white;
      border: none; }
      #searchByTitles + .select2 .selection .select2-selection .select2-selection__rendered {
        border-radius: 5px;
        color: white; }
      #searchByTitles + .select2 .selection .select2-selection .select2-selection__arrow {
        color: white; }
        #searchByTitles + .select2 .selection .select2-selection .select2-selection__arrow b {
          border-color: white transparent transparent transparent; }

.redactor-modal-box .redactor-modal.open .redactor-modal-body .redactor-modal-tab img {
  object-fit: cover;
  width: 80px !important;
  height: 80px !important; }

#category_details {
  display: flex;
  flex-direction: row; }
  #category_details .image {
    flex-shrink: 0;
    margin-right: 10px; }
    #category_details .image img {
      width: 100%; }
  #category_details #title_description {
    flex-grow: 1; }
    #category_details #title_description .title {
      border-bottom: 1px solid rgba(229, 229, 229, 0.4); }
    #category_details #title_description .description {
      font-size: 13px; }

section#show_news .news .news-created {
  text-align: right; }

section#show_news .news header {
  display: flex; }
  section#show_news .news header .news-image {
    min-width: 600px;
    min-height: 400px;
    background-color: rgba(42, 46, 52, 0.1); }
    section#show_news .news header .news-image img {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      border-radius: 3px; }
  section#show_news .news header .news-resume {
    font-size: 20px; }

section#show_news .news > h1 {
  color: black;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px; }

form .input-and-delete {
  display: flex; }

form .existing-input-and-delete {
  display: flex;
  justify-content: space-between;
  align-items: center; }

form .col-form-label, form .form-group > label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  display: block; }

form .news_image {
  display: flex;
  flex-direction: row;
  align-items: center; }
  form .news_image img {
    max-height: 36px;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

#directory_news {
  min-height: 450px;
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-image: linear-gradient(to right bottom, #f2f2f2, #f5f5f5, #f8f8f8, #fcfcfc, #ffffff); }
  #directory_news .news-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px; }
    #directory_news .news-grid .news {
      background-color: white;
      display: flex;
      flex-direction: column;
      border-radius: 3px;
      box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
      overflow: hidden;
      transition: all .1s; }
      #directory_news .news-grid .news img {
        max-width: 150px; }
      #directory_news .news-grid .news .title {
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 5px;
        font-size: 12px;
        line-height: 13px;
        color: rgba(0, 0, 0, 0.7); }
      #directory_news .news-grid .news:hover {
        box-shadow: 0 0 6px rgba(128, 128, 128, 0.8);
        text-decoration: none; }

.card .card-header .navigation nav ul.pagination {
  margin-bottom: 0; }
  .card .card-header .navigation nav ul.pagination li a.page-link {
    background-color: #6e2222;
    font-size: 12px; }
  .card .card-header .navigation nav ul.pagination li.disabled span {
    background-color: #6e2222;
    border-color: white;
    font-size: 12px; }
  .card .card-header .navigation nav ul.pagination li.active span {
    background-color: #c74949;
    border-color: white;
    font-size: 12px; }

.card .card-body table tr th a.asc, .card .card-body table tr th a.desc, .card .card-body table tr th a.sortable {
  color: #858796; }

.card .card-body table tr td span {
  padding: 2px 6px !important;
  border-radius: 3px;
  font-size: 12px; }

.card .card-body table tr td.target ul.groups, .card .card-body table tr td.target ul.structures {
  padding: 0;
  margin: 0; }

.card .card-body table tr td .custom-badge {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  opacity: 0.7;
  transition: all .1s ease-in-out; }
  .card .card-body table tr td .custom-badge:hover {
    opacity: 0.9; }

.card .card-body table tr.expired {
  background-color: rgba(51, 51, 51, 0.1);
  opacity: 0.2;
  transition: all .1s ease-in-out; }
  .card .card-body table tr.expired:hover {
    opacity: 0.8; }

.custom-file .custom-file-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#rh_news .nvl_news_show .news-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px; }
  #rh_news .nvl_news_show .news-top .news-plublished-at {
    color: #6C757D;
    font-size: 16px; }
  #rh_news .nvl_news_show .news-top .news-title {
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px; }
  #rh_news .nvl_news_show .news-top .news-category {
    margin-top: 10px;
    background-color: #F2F2F2;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 16px; }
    #rh_news .nvl_news_show .news-top .news-category a {
      color: #666; }

#rh_news .nvl_news_show .new-image {
  margin-bottom: 25px; }

#rh_news .nvl_news_show .resume, #rh_news .nvl_news_show .content {
  width: 80%;
  margin: 0 auto; }

#rh_news .nvl_news_show .content {
  font-size: 18px; }

.circle {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.1s ease-in; }
  .circle img {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in; }
  .circle:after {
    content: '\f304';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.1s ease-in; }
  .circle.clickable {
    cursor: pointer; }
  .circle.clickable:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
    .circle.clickable:hover img {
      filter: grayscale(100%);
      transform: scale(1.1); }
    .circle.clickable:hover:after {
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }

.wrapper-picture-modal {
  display: flex;
  align-items: center; }
  .wrapper-picture-modal .circle {
    flex-shrink: 0;
    height: 130px;
    width: 130px; }
  .wrapper-picture-modal .form-group {
    margin-left: 30px; }

#tutoriels {
  margin-bottom: 30px; }
  #tutoriels .card.card-tuto {
    margin-bottom: 1.4rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    #tutoriels .card.card-tuto img.card-img-top {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #tutoriels .card.card-tuto .card-body p.card-text {
      min-height: 85px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }

#foldersAmericanos #files_wrapper #fileList {
  list-style: none;
  padding: 0;
  margin: 0; }
  #foldersAmericanos #files_wrapper #fileList li {
    background-color: white;
    padding-left: 6px;
    border-radius: 2px;
    transition: all 0.1s ease-in-out;
    margin-bottom: 2px;
    user-select: none; }
    #foldersAmericanos #files_wrapper #fileList li:hover {
      background-color: #f5f5f5;
      cursor: pointer; }
    #foldersAmericanos #files_wrapper #fileList li.selected {
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
    #foldersAmericanos #files_wrapper #fileList li i, #foldersAmericanos #files_wrapper #fileList li svg {
      margin-right: 10px; }

#foldersAmericanos #infos ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#page_signature .collection-line.signer.first-signer {
  border-radius: 7px !important;
  box-shadow: 5px 5px 5px rgba(110, 34, 34, 0.3) !important;
  padding-bottom: 5px;
  margin-bottom: 15px !important; }
  #page_signature .collection-line.signer.first-signer .advertishment {
    background-color: rgba(110, 34, 34, 0.1);
    color: #6e2222;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    margin: 10px;
    border-radius: 3px; }
  #page_signature .collection-line.signer.first-signer + .signatures {
    margin-top: 25px; }

#page_signature .collection-line.signer .visible-elements {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  #page_signature .collection-line.signer .visible-elements button {
    margin-left: 7px; }
  #page_signature .collection-line.signer .visible-elements div.btn {
    margin-left: 5px; }

html body {
  min-width: 320px;
  font-family: "Nunito", sans-serif; }
  html body #sidebar a.dropdown-toggle {
    display: inline-flex;
    flex-direction: row;
    align-items: center; }
  html body #target-preview,
  html body #preview-bse {
    height: 750px;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    background: rgba(254, 254, 254, 0.8) radial-gradient(rgba(153, 153, 153, 0.1) 1px, transparent 2px);
    background-size: 10px 10px;
    overflow-y: hidden; }
  html body #content {
    background-color: #eee;
    min-height: 100vh; }
  html body #right-side {
    height: 10%;
    display: flex;
    justify-content: flex-end; }
    html body #right-side .round-mitchel {
      border-radius: 50% !important;
      height: 70px;
      width: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.1s ease-in-out; }
      html body #right-side .round-mitchel i,
      html body #right-side .round-mitchel svg {
        font-size: 38px; }
      html body #right-side .round-mitchel.back {
        background-color: #6e6e6e; }
      html body #right-side .round-mitchel.record {
        background-color: #0261e1; }
      html body #right-side .round-mitchel:hover {
        transform: scale(1.1); }
  html body form .form-group label:not(.form-check-label):not(.nostar).required:after {
    content: " *"; }
  html body form .form-group legend.required:after {
    content: " *"; }
  html body .badge {
    padding: 9px !important;
    margin: 1px !important; }
  html body ul#prevNext {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px; }
    html body ul#prevNext li {
      white-space: nowrap; }
      html body ul#prevNext li:first-child {
        margin-right: 10px; }
      html body ul#prevNext li a {
        font-size: 0.7em;
        opacity: 0.4;
        transition: all 0.1s ease-in-out; }
        html body ul#prevNext li a:hover {
          opacity: 1; }
  html body #folder_dnd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    html body #folder_dnd #employeeFolders {
      padding-right: 15px;
      border-right: 1px solid rgba(110, 34, 34, 0.1);
      height: 220px;
      width: 380px;
      overflow-y: scroll; }
    html body #folder_dnd #dnd {
      margin-left: 20px;
      background-color: rgba(110, 34, 34, 0.1);
      padding: 50px;
      width: 100%;
      height: 200px;
      border-radius: 5px;
      border: 2px dashed rgba(110, 34, 34, 0.5);
      text-align: center;
      font-size: 20px;
      cursor: grab;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.1s linear; }
      html body #folder_dnd #dnd.dragging {
        background-color: rgba(110, 34, 34, 0.2); }
  html body div#filesTabulator.tabulator div.tabulator-tableholder div.tabulator-table div.tabulator-row {
    transition: all 0.1s ease-in-out; }
    html body div#filesTabulator.tabulator div.tabulator-tableholder div.tabulator-table div.tabulator-row.active {
      background-color: rgba(110, 34, 34, 0.2); }
    html body div#filesTabulator.tabulator div.tabulator-tableholder div.tabulator-table div.tabulator-row button {
      transform: scale(0.8); }
