.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

img {
  max-width: 100%; }

.bg-telepass {
  background-color: #fde230 !important; }

#userNav {
  text-align: center;
  border-radius: 50%;
  width: 40px;
  background-color: #20358c;
  padding: 0;
  border: 2px solid #20358c;
  height: 40px;
  line-height: 40px; }
  #userNav .user-thumb {
    height: 100%; }
  #userNav .logo_user {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden; }
    #userNav .logo_user img {
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      min-height: 100%; }
  #userNav .logo_alt {
    color: #fff;
    position: relative;
    top: -2px; }

.custom_icon {
  height: 60px;
  width: 60px;
  position: relative;
  display: block;
  margin: 0 auto; }
  .custom_icon img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .custom_icon.invert_color img {
    filter: invert(1); }

#mainNav .navbar-brand img {
  max-width: 100%; }

.left-side-nav {
  width: 259px; }

.header_list > div {
  line-height: 1.25em; }

.elipsis {
  overflow: hidden;
  text-overflow: ellipsis; }
  .elipsis:hover {
    overflow: visible;
    white-space: normal; }

.breakword {
  word-break: break-word; }

.bg_astra_primary {
  background-color: #20358c !important; }

.btn-outline-astra_primary {
  color: #20358c;
  border-color: #20358c;
  background-color: #fff; }
  .btn-outline-astra_primary:hover {
    color: #fff;
    border-color: #20358c;
    background: #20358c; }

.btn-astra_primary {
  color: #fff;
  border-color: #20358c;
  background: #20358c; }
  .btn-astra_primary:hover {
    border-color: #0c2178;
    background: #0c2178; }

.azioni .btn {
  padding: .5rem; }
.azioni .pin_tessera {
  border: none;
  width: 60px;
  background-color: transparent;
  margin: 0 .5rem; }
.azioni .show_password {
  cursor: pointer; }

@media (min-width: 992px) {
  .leftnav-floating #mainNav.navbar-dark .navbar-collapse .left-side-nav {
    background: #20358c; }
    .leftnav-floating #mainNav.navbar-dark .navbar-collapse .left-side-nav > .nav-item > .nav-link {
      color: #eee; } }
.bg-dark, #mainNav.fixed-top.navbar-dark .sidenav-toggler, #mainNav.navbar-dark .navbar-collapse .left-side-nav > .nav-item .sidenav-second-level, #mainNav.navbar-dark .navbar-collapse .left-side-nav > .nav-item .sidenav-third-level {
  background-color: #363636 !important; }

#mainNav.navbar-dark .navbar-collapse .left-side-nav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-dark .navbar-collapse .left-side-nav > .nav-item .sidenav-third-level > li > a {
  color: #eee; }

.alert_span {
  padding: .25rem .75rem !important;
  margin: 0 5px !important; }

.show_tippy {
  cursor: pointer; }

.tippy-box {
  padding: 10px;
  text-align: left;
  font-size: 12px; }
  .tippy-box button {
    border: none;
    color: #fff;
    padding: 0;
    border: none;
    background-color: transparent !important;
    cursor: pointer; }
  .tippy-box a {
    color: #fff !important; }
  .tippy-box ul {
    padding: 0 5px 0 10px;
    margin: 0; }

.form-group {
  font-family: 'Montserrat'; }
  .form-group select, .form-group input {
    font-family: 'Montserrat'; }

.box_upload_file {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem; }
  .box_upload_file .libretto, .box_upload_file .contratto {
    position: static; }
  .box_upload_file .placeholder_file {
    width: 70%;
    border: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent; }
  .box_upload_file input[name=libretto], .box_upload_file input[name=contratto], .box_upload_file input[name=upload_file_veicoli] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    height: 100%;
    cursor: pointer; }
  .box_upload_file:after {
    position: absolute;
    right: 0;
    top: 0;
    content: 'Upload';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Montserrat";
    width: calc(30% - 10px);
    font-weight: bold;
    font-size: .85em;
    line-height: 36px;
    background-color: #000; }
  .box_upload_file:hover:after {
    background-color: #20358c; }

#search_customerDropdown {
  color: #20358c; }

.box_search_customer {
  padding: 10px; }

.select2 {
  width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1em; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important; }

.sezione_loading_content {
  position: relative;
  min-height: 200px; }
  .sezione_loading_content .loading_form {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .sezione_loading_content .loading_form i {
      position: fixed;
      top: calc(50% + 50px);
      left: calc(50vw + 80px);
      transform: translate(-50%, -50%);
      font-size: 4em; }

.no_results {
  text-align: center;
  font-size: 1.25em;
  padding: 15px; }

.sezione_pagination_webapp {
  padding: 30px 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .sezione_pagination_webapp .label_pagination {
    padding-right: 15px;
    color: #20358c; }
    .sezione_pagination_webapp .label_pagination strong {
      color: #000; }
  .sezione_pagination_webapp .pagination {
    text-align: center; }
    .sezione_pagination_webapp .pagination a, .sezione_pagination_webapp .pagination span {
      display: inline-block;
      border: 1px solid #20358c;
      padding: 5px;
      line-height: 22px;
      width: 32px;
      margin: 0 5px;
      color: #20358c;
      font-size: .875em; }
    .sezione_pagination_webapp .pagination .current, .sezione_pagination_webapp .pagination a:hover {
      background-color: #20358c;
      color: #fff; }
    .sezione_pagination_webapp .pagination .dots {
      border: none; }

.change_customer_selected {
  font-size: .875em;
  width: 240px;
  margin-right: 15px; }

.form-group.n_targa label, .sostituzione_targa label {
  display: block; }
.form-group.n_targa .select2, .sostituzione_targa .select2 {
  width: 100% !important; }
.form-group.n_targa .alert_targa, .sostituzione_targa .alert_targa {
  margin: 10px 0; }

.modal-footer {
  flex-wrap: wrap; }

.form_alert_box {
  border: 2px solid #20358c;
  border-width: 2px 0;
  flex: 0 0 100%;
  margin: 10px 0;
  padding: 5px;
  text-align: center; }

.form-group .value_form {
  font-family: "Montserrat" !important;
  font-size: 1.125em; }

.box_file_veicolo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 10px; }
  .box_file_veicolo .show_tippy {
    margin: 0 !important; }

.back_to_home {
  margin-top: 45px;
  font-size: 1rem;
  text-transform: uppercase; }
  .back_to_home a {
    color: #fff; }

.logo_login {
  margin: 0 auto 45px;
  width: 320px;
  max-width: 100%; }

.login-promo {
  background: #bbb !important; }
  .login-promo .form-divider:before {
    background-color: #20358c;
    color: #fff;
    content: 'oppure';
    margin: 0 !important;
    transform: translateX(-50%); }

.login-form .login-username, .login-form .login-password {
  font-family: "Montserrat"; }
  .login-form .login-username label, .login-form .login-password label {
    display: block; }
  .login-form .login-username input, .login-form .login-password input {
    font-size: .8rem;
    line-height: 2.2;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e8eb;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.login-form .login-submit {
  text-align: center; }
  .login-form .login-submit input {
    color: #fff;
    background: #20358c !important;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    border: none;
    border-radius: .25rem; }

.elenco_ticket_logs .box_log_tickets {
  background-color: #ddd;
  border: 1px solid #ccc;
  margin: 0 0 15px; }
  .elenco_ticket_logs .box_log_tickets .header_ticket {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: .875em; }
  .elenco_ticket_logs .box_log_tickets .type_log {
    padding: 15px 15px 0;
    font-size: .875em; }
  .elenco_ticket_logs .box_log_tickets .data_log {
    padding: 30px 15px;
    font-style: italic;
    line-height: 1.5em; }
  .elenco_ticket_logs .box_log_tickets:nth-of-type(2n) {
    background-color: #c9c9c9; }

.elenco_calcolatori .cat_calcolatore {
  margin: 0 0 15px; }
  .elenco_calcolatori .cat_calcolatore .titolo_cat {
    padding: 5px 15px;
    background-color: #20358c;
    color: #fff;
    font-weight: bold;
    font-size: 1.125em;
    display: flex;
    align-items: center; }
    .elenco_calcolatori .cat_calcolatore .titolo_cat .flag {
      display: inline-block;
      margin-left: 15px;
      overflow: hidden;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      position: relative; }
      .elenco_calcolatori .cat_calcolatore .titolo_cat .flag img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .elenco_calcolatori .cat_calcolatore .single_tariffa {
    margin: 0 0 15px; }
    .elenco_calcolatori .cat_calcolatore .single_tariffa .input-group {
      height: 100%; }
    .elenco_calcolatori .cat_calcolatore .single_tariffa button {
      margin: 0 10px; }
  .elenco_calcolatori .cat_calcolatore .input-group-prependtitolo_tariffa {
    width: 220px;
    /* border: 1px solid #ced4da;
     border-radius: .25rem 0 0 .25rem;
     border-width: 1px 0 1px 1px;*/ }
    .elenco_calcolatori .cat_calcolatore .input-group-prependtitolo_tariffa > .input-group-text {
      white-space: normal; }
  .elenco_calcolatori .cat_calcolatore .input-group-text {
    height: 100%; }
  .elenco_calcolatori .cat_calcolatore .descrizione_tariffa {
    font-size: .875em;
    margin: 0 0 10px; }

a.btn-astra_primary {
  color: #fff; }
  a.btn-astra_primary:hover {
    color: #fff; }

.tabs_astra {
  border-color: #20358c; }
  .tabs_astra .nav-link {
    color: #20358c; }
    .tabs_astra .nav-link h4 {
      margin: 0; }
    .tabs_astra .nav-link.active {
      background-color: #20358c;
      color: #fff; }

.targa_pin {
  border-bottom: 1px solid #20358c; }

.no_pointer {
  pointer-events: none; }

.no_results {
  font-weight: 700;
  font-size: 1em; }

.elenco_notifiche .nav-link {
  padding: .5rem .25rem; }
  .elenco_notifiche .nav-link.active {
    font-weight: 700;
    letter-spacing: -.0325em; }
.elenco_notifiche .counter_notifiche {
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #20358c;
  font-size: .75em;
  font-weight: 400 !important; }

.big_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.box_relative {
  position: relative; }

.ticket_home {
  position: relative; }

.scheda_cliente .form-group {
  margin: 0; }
.scheda_cliente label, .scheda_cliente .form-control {
  font-size: 14px; }

.row_risorse_customer {
  align-items: center; }
  .row_risorse_customer .btn {
    color: #fff;
    font-weight: 700;
    margin: 0 0 0 auto;
    display: block; }

.permission_box.disabled label {
  opacity: 0.6; }

.toggle dt a:hover, .toggle dt a.active {
  background-color: #20358c; }
.toggle dd {
  margin-top: -10px;
  padding: 5px 5px 15px;
  border-bottom: #ccc; }

.delete_scadenza {
  cursor: pointer; }

.row_dettagli_scadenza {
  display: none; }
  .row_dettagli_scadenza .col {
    padding: 10px 25px;
    background-color: #eee; }

.leftnav-floating.left-side-toggled #mainNav.navbar-dark .navbar-collapse .left-side-nav, .leftnav-floating.left-side-toggled #mainNav.navbar-dark.fixed-top .sidenav-toggler {
  width: auto !important; }

.leftnav-floating #mainNav.navbar-dark .navbar-collapse .left-side-nav, .leftnav-floating #mainNav.navbar-dark.fixed-top .sidenav-toggler {
  width: 250px; }

#mainNav.navbar-dark .navbar-collapse .left-side-nav li > a:hover {
  background-color: rgba(255, 255, 255, 0.1); }
#mainNav.navbar-dark .navbar-collapse .left-side-nav li.active > a {
  color: #fff !important;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1); }
  @media (max-width: 991px) {
    #mainNav.navbar-dark .navbar-collapse .left-side-nav li.active > a {
      background-color: #20358c; } }

.sidenav-second-level .active a {
  color: #fff;
  background-color: #454545; }

.label_risorsa .icon {
  width: 24px;
  margin-right: 5px;
  display: inline-block; }

.toggle dt a {
  padding-left: 10px; }
  .toggle dt a .icon {
    width: 20px;
    margin-right: 5px;
    display: inline-block; }

.enable_reset_user {
  cursor: pointer; }

@media (max-width: 767px) {
  .navbar-brand {
    width: 200px; } }
.custom-title-wrap .custom-post-title {
  color: #efefef;
  font-size: 13px; }

.label_fuel {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

.link_verifica_vehicle {
  font-family: "Open Sans";
  font-size: 16px;
  cursor: pointer; }

.bg-dark .tippy-box {
  filter: invert(1); }

.info_ticket a {
  margin-left: 10px;
  color: #000; }
  .info_ticket a i {
    font-size: 1.25em; }

.ekko-lightbox .modal-dialog {
  display: flex !important;
  align-items: center; }
  @media (min-width: 576px) {
    .ekko-lightbox .modal-dialog {
      min-height: calc(100% - (1.75rem * 2)); } }

@media (max-width: 991px) {
  .navbar-brand {
    max-width: 100%;
    width: 240px; } }
#mainNav.navbar-dark .navbar-collapse .left-side-nav .nav-link-collapse:after {
  color: #fff !important; }

#mainNav.navbar-dark .navbar-collapse .left-side-nav li.active a {
  color: #fff !important; }

#form_nuova_scadenza .select2-search__field {
  width: 100% !important; }

.btn_telepass {
  background-color: #fee01a !important;
  color: #0057b7 !important; }

.box_tabella_upload {
  overflow: auto; }
  .box_tabella_upload .tabella_upload {
    min-width: 2000px;
    padding: 0 15px; }

.sottotitolo {
  font-weight: 700; }

.esportazione {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 1.25em; }
  .esportazione:last-of-type {
    border: none; }

.sezione_files_upload {
  padding: 0 15px; }
  .sezione_files_upload .dm-uploader {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .sezione_files_upload .dm-uploader .btn {
    position: relative;
    overflow: hidden; }
  .sezione_files_upload .dm-uploader .btn input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: .0;
    filter: alpha(opacity=0);
    cursor: pointer; }
  .sezione_files_upload #drag-and-drop-zone {
    text-align: center; }
    .sezione_files_upload #drag-and-drop-zone .d-d-zone {
      cursor: pointer;
      background-color: #fff;
      padding: 15px;
      border: 1px dashed #777b81;
      transition: all .3s ease-in-out; }
      .sezione_files_upload #drag-and-drop-zone .d-d-zone .innerbox_d_d {
        padding: 20px; }
        .sezione_files_upload #drag-and-drop-zone .d-d-zone .innerbox_d_d h3 {
          font-size: 2em;
          font-weight: 700;
          text-transform: uppercase;
          color: #20358c;
          margin: 0 0 20px; }
        .sezione_files_upload #drag-and-drop-zone .d-d-zone .innerbox_d_d .istruzioni {
          padding-top: 70px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 50px;
          color: #535353;
          font-weight: 700; }
      .sezione_files_upload #drag-and-drop-zone .d-d-zone.box.has-advanced-upload {
        background-color: white;
        outline: 2px dashed black;
        outline-offset: -10px; }
      .sezione_files_upload #drag-and-drop-zone .d-d-zone.is-dragover, .sezione_files_upload #drag-and-drop-zone .d-d-zone:hover {
        background-color: #eee; }
    .sezione_files_upload #drag-and-drop-zone.active .d-d-zone {
      background-color: #20358c; }
      .sezione_files_upload #drag-and-drop-zone.active .d-d-zone .innerbox_d_d > * {
        filter: invert(1) brightness(2); }
    .sezione_files_upload #drag-and-drop-zone .btn {
      background-color: #20358c;
      border-color: #20358c;
      display: inline-block;
      margin: 20px 0 0;
      width: auto; }
      .sezione_files_upload #drag-and-drop-zone .btn:hover, .sezione_files_upload #drag-and-drop-zone .btn:focus, .sezione_files_upload #drag-and-drop-zone .btnactive {
        background-color: #777b81;
        border-color: #777b81; }
  .sezione_files_upload .submit_form {
    text-align: center;
    justify-content: center; }
  .sezione_files_upload #files li {
    padding: 0; }
    .sezione_files_upload #files li.empty {
      display: none; }
    .sezione_files_upload #files li:before {
      display: none; }
  .sezione_files_upload .box_drag_and_drop .media {
    position: relative; }
    .sezione_files_upload .box_drag_and_drop .media .delete_upload_file {
      position: absolute;
      left: 0;
      width: 20px;
      height: 20px;
      line-height: 18px;
      cursor: pointer;
      font-size: 1.5em;
      font-weight: bold;
      top: 2px;
      color: #fff;
      text-align: center;
      background-color: red; }
      .sezione_files_upload .box_drag_and_drop .media .delete_upload_file:hover {
        background-color: #20358c; }
    .sezione_files_upload .box_drag_and_drop .media .media-body p {
      padding-left: 30px; }
    .sezione_files_upload .box_drag_and_drop .media.upload_fallito .delete_upload_file, .sezione_files_upload .box_drag_and_drop .media.upload_riuscito .delete_upload_file {
      display: none; }
      .sezione_files_upload .box_drag_and_drop .media.upload_fallito .delete_upload_file .media-body p, .sezione_files_upload .box_drag_and_drop .media.upload_riuscito .delete_upload_file .media-body p {
        padding-left: 0; }
  .sezione_files_upload .invio_errori {
    margin: 20px 0 5px;
    padding: 20px;
    border: 2px solid red;
    text-align: center;
    border-width: 2px 0; }
    .sezione_files_upload .invio_errori button {
      line-height: 40px;
      padding: 0 20px;
      border: none;
      background-color: #20358c;
      margin-left: 15px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      display: block;
      margin: 15px auto; }
  .sezione_files_upload .esito_invio.upload_ok {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #20358c;
    text-align: center;
    border-width: 2px 0; }

/*# sourceMappingURL=webapp-screen.css.map */
