input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

select:focus {
  outline: none;
}

.modal-danger {
  background-color: #d2322d;
  color: #ffffff;
}

.right-border-none {
  border-right: none !important;
}

.header .separator {
  background-image: none;
}

.w-auto {
  width: auto !important;
}

.w-20 {
  width: 20% !important;
}

.w-80 {
  width: 80% !important;
}

.h-80px {
  height: 80px !important;
}

.h-500 {
  height: 500px;
}

.h-530 {
  height: 530px;
}

.h-550 {
  height: 550px;
}

.h-600 {
  height: 600px;
}

.h-650 {
  height: 650px;
}

.lh-15{
  line-height: 15px;
}

.btr-0 {
  border-top-right-radius: 0;
}

.btl-0 {
  border-top-left-radius: 0;
}

.bbr-0 {
  border-bottom-right-radius: 0;
}

.bbl-0 {
  border-bottom-right-radius: 0;
}

.t-dec-none {
  text-decoration: none !important;
}

.t-erased {
  text-decoration: line-through;
  color: #ff0059;
}

.table-valign-middle td,
.table-valign-middle th {
  vertical-align: middle;
}

/* Only for desktop */
header .search {
  left: 310px;
  position: fixed;
  top: 10px;
}

.rectangle {
  width: 200px;
  height: 35px;
  border-radius: 19.5px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.square-r {
  height: 20px;
  width: 20px;
  background-color: #ff0059;
}

.square-y {
  height: 20px;
  width: 20px;
  background-color: #ffab00;
}

.square-g {
  height: 20px;
  width: 20px;
  background-color: #7bcd13;
}

.close-flashdata {
  cursor: pointer;
}

.close-flashdata:hover {
  color: #381B59;
}

.bulk-search {
  width: 100%;
  height: 40px;
  border-radius: 19.5px;
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px #dadae3;
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-is-summary-container {
  max-width: 400px !important;
  margin-left: auto;
  margin-bottom: 20px;
}

html.header-violet .bulk-search {
  width: 100%;
  height: 40px;
  border-radius: 19.5px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

html.header-violet .dark-bg {
  background-color: #181a42 !important;
  border: 1px solid #181a42 !important;
}

html.header-violet .dark-less-bg {
  background-color: #232658 !important;
  border: 1px solid #232658 !important;
}

html.header-violet .light-bg {
  background-color: #898eb9 !important;
  border: 1px solid #898eb9 !important;
}

html.header-violet .dark-bg {
  background-color: #181a42 !important;
  border: 1px solid #181a42 !important;
}

html.header-violet .transparent-bg {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}

html.header-violet .transparent-bg-bordered {
  background-color: transparent !important;
}

html.header-violet .border-violet {
  border: solid 1px #898eb9 !important;
}

.long {
  width: 260px;
}

.transparent {
  background-color: transparent !important;
  border: transparent !important;
}

.icon-cerca {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.select-transparent {
  width: 72px;
  height: 39px;
  border-radius: 0px !important;
  border: solid 1px #dadae3;
  background: transparent;
  padding-left: 10px;
}

html.header-violet .select-transparent {
  width: 72px;
  height: 34px;
  border-radius: 0px !important;
  border: solid 1px #898eb9;
  background: transparent;
  padding-left: 10px;
}

select option {
  background-color: #2e3062;
}

header select option {
  background-color: #381b59;
}


select.classic-arrow {
  background-image: url(/img/icons/svg/open-row.svg) !important;
  background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0 !important;
  background-size: 15px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat !important;
}

.year-text {
  padding-right: 10px;
}

.li-header-custom {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.userbox .name {
  color: #ffffff;
}

.userbox.show .name {
  color: #7d7d7d;
}

.select2 .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background: #2e3062;
  border: 1px solid #2e3062;
}

.select2 .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background: #2e3062;
  border: 1px solid #2e3062;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  background-color: #fff;
  border: 1px solid #181a42;
  border-radius: 4px;
  color: #898eb9;
  font-size: 14px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true]{
  background-color: #898eb9;
  color: #181a42;
  font-weight: 600;
}

.userbox .custom-caret {
  color: #ffffff;
}

.sidebar-left-violet {
  background: #ffffff !important;
}

html.no-overflowscrolling .sidebar-left-violet .nano {
  background: #ffffff;
  -webkit-box-shadow: -5px 0 0 #ffffff inset;
  box-shadow: -5px 0 0 #ffffff inset;
}

.search-form {
  background: rgba(255, 255, 255, 0);
  border: 0;
  background-image: url(../img/icons/icona-cerca-violet.png);
  background-repeat: no-repeat;
  background-position: right;
  color: white;
}

;

.search-form-bulk {
  background: rgba(255, 255, 255, 0);
  border: 0;
  background-image: url(../img/icons/icona-cerca-violet.png);
  background-repeat: no-repeat;
  background-position: right;
  color: white;
}

;

html.header-violet .search-form-bulk {
  background: rgba(255, 255, 255, 0);
  border: 0;
  background-image: url(../img/icons/icona-cerca-violet.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #000000;
}

;

.t-bordered tr th {
  border: 1px solid #EBEDFA;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}

.t-bordered tr td {
  border: 1px solid #EBEDFA;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}

.t-body-striped tr:nth-child(odd) {
  background-color: #EBEDFA;
}

.square-select {
  width: 70px;
  height: 40px;
  border: solid 1px #9c9cb4;
  background: transparent;
  color: black;
  border-radius: 5px;
  cursor: pointer;
}

.veticalThcenter {
  vertical-align: inherit !important;
}

.veticalThcenterX2 {
  vertical-align: inherit !important;
  text-align: center !important;
}

.sortable_list {
  overflow-y: auto;
  max-height: 380px;
  height: 100%;
  padding: 13px;
  border-radius: 9px;
  border: 1px solid #6b7097;
}

.btn-square {
  width: 70px;
  height: 40px;
  border: solid 1px #9c9cb4;
  background: transparent;
  color: black;
  border-radius: 5px;
}

.advanced-filter {
  color: #898eb9 !important;
}

.advanced-filter-active {
  color: #ffab00 !important;
}

.card:not(.card-collapsed) .advanced-filter,
.card:not(.card-collapsed) .advanced-filter-active {
  color: white !important;
}

.card-intestation {
  color: black;
}

.card-top-border {
  border-top: 1px solid #DADADA;
}

.validation-alert {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #c23b22;
  color: #c23b22;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

hr.light-divider {
  background-color: #898eb9
}

html.header-violet #userbox.show span {
  color: #acacac;
}

html.header-violet #userbox.show li a:hover {
  background-color: #FFAB01
}

html.header-violet #userbox.show i {
  color: #acacac;
}

html.header-violet .t-bordered-only-tr thead tr th {
  border-top: 1px solid #2e3062;
  border-bottom: 1px solid #2e3062;
  color: #898eb9;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}

html.header-violet .t-bordered-only-tr tbody tr td {
  border-top: 1px solid #181a42;
  border-bottom: 1px solid #181a42;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

html.header-violet .t-bordered-only-tr thead tr th:first-of-type {
  border-left: 1px solid #2e3062;
}

html.header-violet .t-bordered-only-tr tbody tr td:first-of-type {
  border-left: 1px solid #181a42;
}

html.header-violet .t-bordered-only-tr thead tr th:last-of-type {
  border-right: 1px solid #2e3062;
}

html.header-violet .t-bordered-only-tr tbody tr td:last-of-type {
  border-right: 1px solid #181a42;
}

html.header-violet .t-bordered thead tr th {
  border: 1px solid #2e3062;
  color: #898eb9;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}

html.header-violet .t-bordered tbody tr td {
  border: 1px solid #181a42;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

html.header-violet .t-body-striped tr:nth-child(odd) {
  background-color: #181a42;
}

html.header-violet .t-body-linear tr{
  background-color: #181a42;
}

html.header-violet .table-only-vertical-spacing{
  border-collapse: inherit !important;
  border-spacing: 0px 10px !important;
}

html.header-violet .t-bordered thead.t-head-bordered tr th {
  border-top: 1px solid #181a42;
}

html.header-violet .t-bordered thead.t-head-bordered tr th:last-child {
  border-right: 1px solid #181a42;
}

html.header-violet .t-bordered thead.t-head-bordered tr th:first-child {
  border-left: 1px solid #181a42;
}

html.header-violet .total-table-row {
  background-color: #9c9cb4 !important;
}

html.header-violet .total-table-row td,
html.header-violet .total-table-row th {
  color: #181a42 !important;
}

html.header-violet .head-light-row td,
html.header-violet .head-light-row th {
  background-color: #9c9cb4 !important;
  border: 1px solid #9c9cb4 !important;
  color: #181a42 !important;
}

html.header-violet .group-processing-row th,
html.header-violet .group-processing-row td {
  border-bottom: 1px solid #ffab00 !important;
  border-top: 1px solid transparent !important;
  color: white !important;
}

html.header-violet .body-transparent-row th,
html.header-violet .body-transparent-row td {
  border: 1px solid transparent !important;
  color: white !important;
}

html.header-violet .sal-table-rows td,
html.header-violet .sal-table-rows th,
html.header-violet .sal-processing-table-rows td,
html.header-violet .sal-processing-table-rows th {
  height: 120px;
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid #181b49 !important;
  color: white !important;
}

html.header-violet .sal-not-quoted-table-rows td,
html.header-violet .sal-not-quoted-table-rows th,
html.header-violet .sal-not-quoted-processing-table-rows td,
html.header-violet .sal-not-quoted-processing-table-rows th {
  height: 120px;
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid #181b49 !important;
  color: white !important;
}

.toast-item {
  color: white !important;
}

/* Toast edit */
.jq-icon-error {
  background-color: #ff2d6f;
}

.jq-icon-success {
  background-color: #7bcd13;
}
/* Toast edit */

html.header-violet .unit-modal-centered .unit-modal {
  width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

html.header-violet .unit-modal-centered {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 27, 73, 0.8);
  z-index: 10000;
}

html.header-violet .card-back-dark {
  background-color: #181a42;
}

html.header-violet .card-back {
  background-color: #2e3062;
}

html.header-violet .card-back input {
  background-color: #181a42;
  border: 1px solid #181a42;
  color: white;
}

html.header-violet .card-back input:focus {
  border: 1px solid #F2AA44;
}

html.header-violet .card-back textarea {
  background-color: #181a42;
  border: 1px solid #181a42;
  color: white;
}

html.header-violet .card-back textarea:focus {
  border: 1px solid #F2AA44;
}

html.header-violet .select2-selection {
  background-color: #181a42 !important;
  border: 1px solid #181a42 !important;
}

/* For bulk */

html.header-violet .use-custom-fields .select2-selection {
  background-color: #ffffff !important;
  border: 1px solid #898eb9 !important;
}

html.header-violet .use-custom-fields .select2-selection .select2-selection__rendered {
  color: #898eb9 !important;
}

/* For bulk */

html.header-violet .card-intestation {
  color: white;
}

html.header-violet .square-select {
  width: 70px;
  height: 40px;
  border: solid 1px #9c9cb4;
  background: transparent;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

html.header-violet .btn-square {
  width: 70px;
  height: 40px;
  border: solid 1px #9c9cb4;
  background: transparent;
  color: white;
  border-radius: 5px;
}

html.header-violet .btn-dark {
  background-color: #181a42;
  border-color: #181a42;
  color: #ffffff;
}

html.header-violet .validation-alert {
  padding: 10px;
  background-color: #181A42;
  color: white;
  border: 1px solid #181A42;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

html.header-violet .validation-alert {
  padding: 10px;
  background-color: #ff194b;
  color: white;
  border: 1px solid #ff194b;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

html.header-violet .dz-message span {
  color: white;
}

html.header-violet .dropzone-back {
  background-color: #181A42;
}

.dropzone-back {
  background-color: #f6f6f6;
}

html.header-violet .dropzone .dz-preview.dz-image-preview {
  background: none;
}

html.header-violet .dropzone .dz-preview a {
  text-decoration: none !important;
  color: #9c9cb4;
}

html.header-violet .dropzone .dz-preview a:hover {
  text-decoration: none !important;
  color: #ffab00 !important;
}

html.header-violet .dropzone {
  padding: 12rem 1rem;
}

html.header-violet .dropzone-inspection {
  padding: 1rem 1rem !important;
}

html.header-violet .inspection-gallery .h-650 {
  height: 200px;
}

html.header-violet .dropzone-small {
  padding: 4rem 1rem !important;
}

html.header-violet .dropzone-as-input {
  padding: 0rem 1rem !important;
  min-height: 45px !important;
  line-height: 1.85rem !important;
}

html.header-violet .dropzone-as-input .dz-default {
  margin: 0 0 !important;
}

html.header-violet .dropzone-extra-small {
  padding: 0rem 1rem !important;
}

html.header-violet .dropzone.dropzone-small {
  padding: 2rem 1rem;
}

html.header-violet .small-edit {
  color: #ffffff;
  margin-top: 10px;
}

html.header-violet .t-basecolor {
  color: #ffffff !important;
}

html.header-violet .btn-bordered-opaque-xs {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  border: solid 1px #898eb9;
  background-color: #898eb9;
  color: #181a42;
}

html.header-violet .btn-rectangle {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #2E3062;
  background: transparent;
  color: white;
}

html.header-violet .btn-rectangle {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #2E3062;
  background: transparent;
  color: white;
}

html.header-violet .rectangle-dark {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #232658;
  background: #232658;
  color: white;
}

html.header-violet .rectangle-border-light {
  width: auto;
  height: 40px;
  padding: 0px 16px;
  border: solid 1px #898eb9;
  background: transparent;
  color: #898eb9;
}

html.header-violet .rectangle-border-light-sm{
  width: auto;
  height: 25px;
  padding: 0px 16px;
  border: solid 1px #898eb9;
  background: transparent;
  color: #898eb9;
}

html.header-violet .rectangle-border-light-opacity-auto{
  width: auto;
  height: auto;
  padding: 0px 10px;
  border: solid 1px rgba(137, 142, 185, 0.25);
  background: transparent;
  color: #898eb9;
}

html.header-violet .rectangle-border-light-active {
  width: auto;
  height: 40px;
  padding: 0px 16px;
  border: solid 1px #898eb9;
  background: #898eb9;
  color: white;
}

html.header-violet .rectangle-border-light-sm-active {
  width: auto;
  height: 25px;
  padding: 0px 16px;
  border: solid 1px #898eb9;
  background: #898eb9;
  color: white;
}

html.header-violet .btn-month-select {
  width: auto;
  height: 39px;
  border: solid 1px #2E3062;
  background: #2E3062;
  color: white;
  width: 100%;
  transition: .3s;
}

html.header-violet .btn-month-select:hover {
  border: solid 1px #474979;
  background: #474979;
}

html.header-violet .btn-month-select-active {
  width: auto;
  height: 39px;
  border: solid 1px #ff0059;
  background: #ff0059;
  color: white;
  width: 100%;
}

html.header-violet .btn-month-select-active g {
  stroke: white;
}

html.header-violet .btn-rectangle-active {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #2E3062;
  background: #2E3062;
  color: white;
}

html.header-violet .btn-rectangle-active-static {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #2E3062;
  background: #2E3062;
  color: white;
}

html.header-violet .btn-bulk {
  width: 125px;
  height: 41px;
  border: solid 1px #232658;
  background: #232658;
  color: #898eb9;
  font-size: 10px;
  padding: 8px 8px 8px 8px;
}

.btn-bulk {
  width: 100%;
  height: 41px;
  border: solid 1px #ebedfa;
  background: #ebedfa;
  color: #000000;
  font-size: 10px;
  padding: 8px 8px 8px 8px;
}

.btn-bulk-block{
  width: 100% !important;
}

.btn-bulk svg #trash-icon,
.btn-bulk svg #download-icon,
.btn-bulk svg #share-icon {
  stroke: #898eb9;
}

.btn-bulk svg #Freccia-dx,
html.header-violet .btn-bulk svg #trash-icon,
html.header-violet .btn-bulk svg #download-icon,
html.header-violet .btn-bulk svg #share-icon {
  stroke: #ffab00;
}



html.header-violet .slider-text {
  color: white;
  margin-left: 5px;
  padding-top: 2px;
}

.section-title {
  font-size: 15px;
  margin-right: 40px;
}

html.header-violet .section-title {
  font-size: 15px;
  margin-right: 40px;
}

html.header-violet .section-title-lg {
  font-size: 18px;
  margin-right: 40px;
}

html.header-violet .horizontal-separator {
  margin: 15px 0 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* .horizontal-separator{
  margin: 15px 0 15px 0;
  border: 1px solid rgba( 255, 255, 255, 0.1 );
} */

.horizontal-transparent-separator {
  margin: 15px 0 15px 0;
}

.mr-unit-30 {
  margin-right: 30px;
}

.mr-unit-1-em {
  margin-right: 0.9em;
}

.t-basecolor {
  color: #000000 !important;
}

.t-whitecolor {
  color: #ffffff !important;
}

.t-violet-dark {
  color: #181b49 !important;
}

.page-icon {
  line-height: 35px;
}

.lh-normal {
  line-height: normal;
}

.t-colororange {
  color: #ffab00
}

.t-basecolor-opaque {
  color: #bdbdca !important;
}

.t-violet {
  color: #898eb9 !important;
}

.p-right-10 {
  padding-right: 10px;
}

.t-opaque {
  color: #9c9cb4 !important;
}

.t-light {
  color: #898eb9 !important;
}

.t-dark {
  color: #2d2d2d !important;
}

.t-violet-light {
  color: #2e3062 !important;
}

.t-black {
  color: #000 !important;
}

.t-unit-red {
  color: #ff0059 !important;
}

.t-unit-green {
  color: #7bcd13 !important;
}

.unit-disabled-back {
  background-color: #bbbbbb !important;
}

.unit-violet-back{
  background-color: #898eb9;
}

.unit-orange-back {
  background-color: #ffab00 !important;
}

.unit-pastel-orange-back {
  background-color: #fba801 !important;
}

.unit-red-back {
  background-color: #ff0059 !important;
}

.unit-green-back {
  background-color: #7bcd13 !important;
}

.unit-dark-back {
  background-color: #181a42 !important;
}

.unit-blue-back {
  background-color: #2e3062 !important;
}

.btn-rectangle {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #ffffff;
  background: transparent;
  color: #181a42;
}

.btn-rectangle-active {
  width: auto;
  height: 45px;
  padding: 0px 1rem;
  border: solid 1px #ffffff;
  background: #ffffff;
  color: #181a42;
}

.btn-oval-hover-unit-green:hover {
  background-color: #7bcd13 !important;
  border: solid 1px #7bcd13 !important;
  color: #ffffff !important;
}

.btn-oval-hover-unit-orange:hover {
  background-color: #ffab00 !important;
  border: solid 1px #ffab00 !important;
  color: #ffffff !important;
}

a.btn-oval,
a.btn-oval-lg {
  text-decoration: none !important;
  line-height: 47px;
  text-align: center;
}

a.btn-oval-sm {
  text-decoration: none !important;
  line-height: 37px;
  text-align: center;
  transition: 0.3s;
}

.btn-oval-lg {
  width: 190px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffab00;
  border: solid 1px #ffab00;
  color: #ffffff;
  transition: 0.3s;
}

.btn-oval {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffab00;
  border: solid 1px #ffab00;
  color: #ffffff;
  transition: 0.3s;
}

div.btn-oval,
div.btn-oval-lg {
  line-height: 47px;
  text-align: center;
  transition: 0.3s;
}

.btn-oval-sm {
  width: 150px;
  height: 40px;
  border-radius: 25px;
  background-color: #ffab00;
  border: solid 1px #ffab00;
  color: #ffffff;
  transition: 0.3s;
}

.btn-oval-xs {
  width: 110px;
  height: 30px;
  border-radius: 25px;
  background-color: #ffab00;
  border: solid 1px #ffab00;
  color: #ffffff;
}

.btn-oval-xs-danger {
  background-color: #ff0050;
  border: solid 1px #ff0050;
}

.btn-oval-auto {
  border-radius: 6px;
  background-color: #ffab00;
  border: solid 1px #ffab00;
  color: #ffffff;
  transition: 0.3s;
}

.btn-oval-alert {
  width: 195px;
  height: 26px;
  margin: 0 0 0 88px;
  padding: 5px 9px 6px 6px;
  border-radius: 8px;
  background-color: #ff0050;
  transition: 0.3s;
}


.border-white{
  border: solid 1px #898eb9 !important;
}

.border-unit-green {
  border: solid 1px #7bcd13 !important;
}

.border-unit-orange {
  border: solid 1px #ffab00 !important;
}

.border-unit-pastel-orange {
  border: solid 1px #fba801 !important;
}

.border-unit-disabled {
  border: solid 1px rgb(255 255 255 / 35%) !important;
}

.border-unit-red {
  border: solid 1px #ff0059 !important;
}

.border-violet {
  border: solid 1px #898eb9 !important;
}

.b-radius-1 {
  border-radius: 1px !important;
}

.b-radius-2 {
  border-radius: 2px !important;
}

.b-radius-3 {
  border-radius: 3px !important;
}

.b-radius-4 {
  border-radius: 4px !important;
}

.b-radius-5 {
  border-radius: 5px !important;
}

.btn-oval-transparent {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #9c9cb4;
  background-color: transparent;
  color: #9c9cb4;
}

.btn-oval-transparent-sm {
  width: 150px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #9c9cb4;
  background-color: transparent;
  color: #9c9cb4;
}

.btn-oval-transparent-xs {
  width: 140px;
  height: 38px;
  border-radius: 25px;
  border: solid 1px #9c9cb4;
  background-color: transparent;
  color: #9c9cb4;
}

.btn-oval-opaque-xs {
  width: 140px;
  height: 38px;
  border-radius: 25px;
  border: solid 1px #9c9cb4;
  background-color: #9c9cb4;
  color: #181a42;
}

.extrasmall-text {
  font-size: 9px !important;
}

.small-text {
  font-size: 11px !important;
}

.medium-small-text {
  font-size: 13px !important;
}

.medium-text {
  font-size: 15px !important;
}

.big-text {
  font-size: 18px !important;
}

.large-text {
  font-size: 20px !important;
}

.extralarge-text {
  font-size: 25px !important;
}

.extraextralarge-text {
  font-size: 30px !important;
}

.t-orange {
  color: #ffab00 !important;
}

.back-opaque {
  background: #9c9cb4;
  border-color: #9c9cb4;
  color: #181a42;
}

.subtitle-price {
  margin-top: -16px;
  margin-bottom: -16px;
}

.success-alert {
  background-color: green;
  border-radius: 0.25rem;
  border: solid 1px green;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.error-alert {
  background-color: #c23b22;
  border-radius: 0.25rem;
  border: solid 1px #c23b22;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

/* TOGGLE SWITCH */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 17px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pointer {
  cursor: pointer;
}

no-pointer {
  cursor: default;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181a42;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.slider-light {
  background-color: #2E3062;
}

.slider-text {
  color: #9c9cb4;
  margin-left: 5px;
  padding-top: 2px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #F2AA44;
}

input:focus+.slider {
  box-shadow: 0 0 1px #F2AA44;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

html.header-violet input[readonly] {
  color: #898eb9;
}

html.header-violet input.disabled {
  color: #898eb9;
}

html.header-violet input.disabled:hover {
  color: #898eb9;
  border: 1px solid #181a42;
}

/* Rounded sliders */
.slider.round {
  border-radius: 12.5px;
}

.slider.round:before {
  border-radius: 50%;
}

/* TOGGLE SWITCH END */

.group-hide {
  display: none;
}

.append-button {
  cursor: pointer;
}

/* Datatables css */

/* Filters button */
#datatables_filter {
  text-align: right;
}

html.header-violet #datatables_filter input {
  width: 180px;
  height: 40px;
  border-radius: 19.5px;
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  background-image: url(../img/icons/icona-cerca-violet.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 94%;
}

html.header-violet #datatables_filter input::placeholder {
  color: #ffffff;
}

html.header-violet #datatables_filter input:hover {
  background-image: none;
}

html.header-violet #datatables_filter input:focus {
  background-image: none;
}

#datatables_filter input {
  width: 180px;
  height: 40px;
  border-radius: 19.5px;
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #181a42;
  background: rgba(235, 237, 250, 1);
  background-image: url(../img/icons/icona-cerca.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 94%;
}

#datatables_filter input::placeholder {
  color: #181a42;
}

#datatables_filter input:hover {
  background-image: none;
}

#datatables_filter input:focus {
  background-image: none;
}

/* Filters length */
#datatables_length .select2 {
  width: 68px !important;
}

.big-select-2 .select2-selection--multiple {
  padding: 5px;
}

html.header-violet .select2-selection {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

html.header-violet .select2-container.select2-container--open .select2-selection{
  border: 1px solid #F2AA44 !important;
  border-radius: 0.25rem;
}

html.header-violet #datatables_length .select2-selection {
  background-color: transparent !important;
  border: solid 1px #9c9cb4 !important;
  border-radius: 0px;
}

html.header-violet .select2-selection__rendered {
  color: white !important;
}

/* Filters pagination */
#datatables_paginate {
  float: right;
}

html.header-violet #datatables_paginate ul li a {
  background: transparent;
  border: solid 1px #181a42;
  border-radius: 0px;
  color: #9c9cb4 !important;
}

html.header-violet #datatables_paginate ul li.active a {
  border: solid 1px #ffab00;
  background-color: #ffab00 !important;
  color: #ffffff !important;
}

html.header-violet #datatables_paginate ul li a:hover {
  border: solid 1px #ffab00;
  background-color: #ffab00 !important;
  color: #ffffff !important;
  transition: background-color 0.5s ease-out;
  transition: border 0.3s ease-out;
}

#datatables_paginate ul li a {
  background: transparent;
  border: solid 1px #ebedfa;
  border-radius: 0px;
  color: #9c9cb4 !important;
}

#datatables_paginate ul li.active a {
  border: solid 1px #ffab00;
  background-color: #ffab00 !important;
  color: #ffffff !important;
}

#datatables_paginate ul li a:hover {
  border: solid 1px #ffab00;
  background-color: #ffab00 !important;
  color: #ffffff !important;
  transition: background-color 0.5s ease-out;
  transition: border 0.3s ease-out;
}

/* Disable the radius and the default icon */
select {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

.p-bulk-check {
  padding-top: 8px;
}

.voice-icons:hover .stroke-hover {
  stroke: #c1c1c1 !important;
}

.voice-icons:hover .stroke-hover {
  color: #c1c1c1 !important;
}

.group-icons:hover .stroke-hover {
  stroke: #ff6425 !important;
}

.group-icons:hover .stroke-hover {
  color: #ff6425 !important;
}

.action-icon a:hover svg #edit-icon,
.action-icon a:hover svg #trash-icon,
.action-icon a:hover svg #download-file-icon,
.action-icon a:hover svg #geolocal-icon,
.action-icon a:hover svg #analisi-icon {
  stroke: #ffab00;
}

.action-icon a:hover svg .stroke-hover {
  stroke: #ffab00 !important;
}

.action-icon:hover svg .stroke-hover {
  stroke: #ffab00 !important;
}

.action-icon:hover svg #edit-icon,
.action-icon:hover svg #trash-icon,
.action-icon:hover svg #download-file-icon,
.action-icon:hover svg #geolocal-icon,
.action-icon:hover svg #analisi-icon {
  stroke: #ffab00;
}


.custom-modal-height1 {
  height: 300px;
}

.custom-modal-height2 {
  height: 520px;
}

.custom-modal-height3 {
  height: 100px;
}

.h-40vh{
  height: 40vh;
}

.modal-open {
  padding: 0.25rem !important;
}

.mh-80vh {
  max-height: 80vh;
  overflow: auto;
}

.border-left-2-orange {
  border-left: 2px solid #ffab00;
  padding-left: 1em;
}

.action-icon-red a:hover svg #edit-icon,
.action-icon-red a:hover svg #trash-icon,
.action-icon-red a:hover svg #download-file-icon,
.action-icon-red a:hover svg #geolocal-icon,
.action-icon-red a:hover svg #analisi-icon {
  stroke: #ff0059;
}

a.action-icon:hover svg #download-icon {
  stroke: #ffab00;
}

.sort-link-desc svg #down-arrow {
  stroke: #ffab00;
}

.sort-link-asc svg #up-arrow {
  stroke: #ffab00;
}

html.header-violet .hover-orange:hover {
  color: #ffab00 !important;
}

html.header-violet .hover-white:hover {
  color: white !important;
}

html.header-violet .hover-violet:hover {
  color: #898eb9 !important;
}

html.header-violet .bg-hover-violet:hover {
  background-color: #898eb9 !important;
}

html.header-violet .border-hover-orange:hover {
  border: 1px solid #ffab00 !important;
}

html.header-violet .hover-unit-blue:hover {
  color: #2e3062 !important;
}

html.header-violet .pagination-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #898eb9;
  background-color: transparent;
  border: 1px solid #898eb9;
}

html.header-violet .pagination-link-disabled {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #898eb9;
  background-color: transparent;
  border: 1px solid #898eb9;
}

html.header-violet .pagination-link-active {
  border: solid 1px #ffab00 !important;
  background-color: #ffab00 !important;
  color: #ffffff !important;
}

html.header-violet .group-pagination-btn {
  text-decoration: none;
}

html.header-violet .pagination-link:hover {
  border: solid 1px #ffab00 !important;
  background-color: #ffab00 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background-color 0.5s ease-out;
  transition: border 0.3s ease-out;
}

/* Step styles */
html.header-violet .step-divider {
  width: 5%;
  border: 1px solid #ffab00;
  height: 1px;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

html.header-violet .step-link-disabled {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  border: solid 1px #ffab00;
}

html.header-violet .step-link-active {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ffab00;
  border: solid 1px #ffab00;
}

/* Step styles end */

.dropzone-upload-icon {
  padding: 8px 15px 0px 0px;
}

.page-center {
  width: 500px;
  margin: 0 auto;
  padding-top: 170px;
}

/* Scrollbar style */
.table-responsive::-webkit-scrollbar,
.horizontal-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical,
.horizontal-scroll::-webkit-scrollbar:vertical {
  width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal,
.horizontal-scroll::-webkit-scrollbar:horizontal {
  height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb,
.horizontal-scroll::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right, #ffab00 0%, #ff0059 100%);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track,
.horizontal-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

/* Scrollbar style */

.minh-45 {
  min-height: 45px;
}

.mw-350 {
  max-width: 350px;
}

.mh-400 {
  min-height: 500px;
}

.remove-bord-row {
  height: 32px;
  padding: 0 25px;
}

.remove-multiple-note {
  height: 32px;
  padding: 0px 11px;
}

.modal-delete-unit {
  background-color: rgb(255, 45, 111);
  color: #ffffff;
}

.modal-success-unit {
  background-color: #ffab00;
  color: #ffffff;
}

.btn-unit-danger {
  background-color: rgb(255, 45, 111) !important;
  border: solid 1px rgb(255, 45, 111) !important;
}

.btn-unit-success {
  background-color: #ffab00 !important;
  border: solid 1px #ffab00 !important;
}

.unit-success-alert {
  background-color: #FFAB00;
  border-radius: 0.25rem;
  border: #FFAB00;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.unit-error-alert {
  background-color: rgb(255, 45, 111);
  ;
  border-radius: 0.25rem;
  border: rgb(255, 45, 111);
  ;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.datepicker.datepicker-dropdown {
  z-index: 10002 !important;
}

.canvas-sign {
  background: white;
  border-radius: 5px;
  max-height: 90px;
}

.no-pointer {
  cursor: default !important;
}

.no-hover:hover {
  background: white !important;
}

.no-focus:focus {
  background: white !important;
}

.review-total {
  background-color: #898eb9
}

.dropdown-menu.show {
  border: solid 1px #2e3062;
  background-color: #181b49;
  color: #898eb9;
}

.dropdown-item:hover {
  border: solid 1px #ffab00;
  background-color: #232658;
  color: white;
}

a .dropdown-item {
  color: #898eb9;
}

.horizontal-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.noHover {
  pointer-events: none;
}

/* select .select-transparent option{
  background-color: #2e3062;
} */

.gallery-item {
  width: 100%;
  height: 280px;
  border-radius: 2px;
  object-fit: cover;
  background-color: white;
  vertical-align: unset;
}

.gallery-item-canvas {
  background-color: white;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 97;
}

.bottom-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 97;
}

#loader-container {
  position: fixed;
  width: 100%;
  background-color: black;
  z-index: 96;
  height: 100%;
  opacity: 0.3;
}

.review-card-header {
  background-color: #ffab00 !important;
  border-radius: 0.25rem 0.25rem 0 0 !important;
}

.review-card-body {
  border: 1px solid #ffab00 !important;
}

.grid_container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-rows: 50px;
  overflow-y: auto;
  height: 380px;
}

.grid-container>div {
  text-align: center;
  padding: 20px 0;
}

#sortable1::-webkit-scrollbar {
  display: none;
}

#sortable2::-webkit-scrollbar {
  display: none;
}

.button-grid-sortable {
  width: auto;
  height: 40px;
  margin: 0 10px 11px 0;
  padding: 8px 20px 9px 22px;
  border-radius: 5px;
  background-color: #181b49;
  text-align: center;
}

/* mfb overrides */
.mfb-component__button--child,
.mfb-component__button--main {
  box-shadow: none !important;
}

.mfb-component__button--child.unit-dark-back i {
  color: rgb(255 255 255 / 35%) !important;
}

.mfb-component__button--child.unit-blue-back:hover {
  background-color: #ffab00 !important;
}

[data-mfb-label]:after {
  background: transparent;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}

.mfb-component__list li {
  padding: 0 2px 0 0;
}

.mfb-component__button--child {
  height: 50px;
  width: 50px;
}

.mfb-component__child-icon {
  line-height: 50px;
}

/* mfb overrides END */

/* Full calendar */
.fc-content .fc-title {
  white-space: pre-wrap;
}

/* Full calendar END */

/* Notification */

.custom-notification-item:hover .custom-notification-title {
  color: orange !important;
}

.custom-notification-item:hover .custom-notification-message {
  color: white !important;
}

.custom-notification-height {
  max-height: 250px;
  min-height: 250px;
}

.notification-icon-sound {
  animation: notification-icon-sound 0.2s linear 0s infinite alternate;
}

@keyframes notification-icon-sound {
  from {
    transform: rotate(-20deg);
  }

  to {
    transform: rotate(20deg);
  }
}

/* END Notification */

.index-topbar .pagination-counter {
  display: none;
}

.loader-bg-unit-blue .bounce1,
.loader-bg-unit-blue .bounce2,
.loader-bg-unit-blue .bounce3{
  background-color: #2e3062;
}

.loader-bg-unit-white .bounce1,
.loader-bg-unit-white .bounce2,
.loader-bg-unit-white .bounce3{

  background-color: white;

  background-color: rgba(255, 255, 255, '0.3');
  margin: 0 2px;
}

.datepicker table tbody tr td.day.active:hover{
  background-color: #ffab00;
  color: #181b49;
}

.input-group-text{
  color: #898eb9
}

.input-group-text svg g{
  stroke: #898eb9
}

.datepicker-days .range-end.day.selected{
  background: #181b49;
  font-weight: 600;
}

.datepicker-days .range-end.day.selected:hover{
  background: #ffab00;
}

.datepicker-days .range.day{
  background: rgba(137, 142, 185, 0.2);

}

/* Tablet and mobile */
@media only screen and (max-width: 760px) {
  .mobile-section-margin {
    margin-top: 15px !important;
  }

  .year-mobile {
    margin-left: 33px;
    margin-top: 10px;
  }
}

table th,td{
  vertical-align: inherit!important;
}

.custom-form-control{
  font-size: 0.85rem;
  line-height: 1.85;
  min-height: 45px;
}

.circular-container-sm{
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 28px;
  font-size: 15px;
}

details[open] summary ~ * {
  animation: pageLoadSubnavDropdown .2s ease-in-out;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: 10px}
  100%  {opacity: 1; margin-left: 0px}
}

@keyframes slideDown{
  from {
    transform: translateY(-30%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* @keyframes pageLoadSubnavDropdown {
  0% {
      opacity: 0;
      max-height: 0px;
  }
  100% {
      opacity: 1;
      max-height: 300px;
  }
} */

.clear{
  /* margin-top: 2rem;
  margin-bottom: 0rem;
  margin-left: -3.6rem; */
  color: #DADADA;
  margin-bottom: 0px;
  /* animation: pageLoadSubnavDropdown 0.1s ease-in-out ; */
}

.docsinfos{
  display: none;
  animation: pageLoadSubnavDropdown 0.2s ease-in-out ;
}

.min_width{
  min-width: 25px;
}

.namefolder{
  transition: all 0.4s ease-in-out;
}
.hide {
  height: 0;
}

.svg_qr_out{
  background-color :rgb(246 27 98);
  border-radius : 50px ;
  padding: 7px;
  width: 40px;
  height: 40px;
}

.svg_qr_in{
  background-color :rgb(123 205 21);
  border-radius : 50px ;
  padding: 7px;
  width: 40px;
  height: 40px;
}

.guestable-page .page-header {
  left: 0 !important;
  top: 0 !important;
}

.guestable-page .inner-wrapper {
  padding-top: 50px !important;
}

.guestable-page .content-body {
  margin-left: 0 !important;
}

.revisions-list-icon svg {
  height: 22px;
  width: 25px;
}

.create_revision_modal_btn svg {
  height: 22px;
  width: 25px;
}