/* Style css - Base */

.no-padding {
  padding: 0px;
}
.no-float {
  float: none;
}
.form-group.toggle-float-right > .toggle {
  float: right;
}
a {
  cursor: pointer;
}
.hidden {
  display: none;
}
.main-footer {
  border-top-right-radius: 9px;
  margin-left: 245px;
  margin-right: 15px;
}
.main-sidebar {
  min-height: 0px;
}
.payoff-text {
  width: 100%;
  font-size: 18px;
  border-radius: 20px;
  margin: 10px 0;
  background-color: transparent;
  text-align: center;
  padding: 8px 0;
  border-radius: 30px;
  border: none;
  color: black;
}
.description-text {
  font-style: normal;
  font-size: 16px;
  margin-top: 0.5em;
  color: #000;
}
.login-box-body .form-control-feedback {
  color: black;
}
body.login-page {
  height: 100vh;
}
body.login-page ::placeholder {
  color: black !important;
}
.submit_button_panels {
  height: 20px;
  overflow: hidden;
}
.container {
  width: 100% !important;
}
.content-wrapper, .right-side {
  min-height: 100vh;
}
.content-wrapper .box-body {
  min-height: 50px;
}
.shadowed {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.8);
}
.lockscreen-logo img {
  max-width: 100%;
}
.lockscreen-description {
  font-size: 50px;
  margin: 0 -100px;
}
.company-selection-navbar-wrapper {
  width: 100%;
  display: flex;
}
.company-selection-navbar-wrapper .navbar-header {
  flex-grow: 1;
  text-align: center;
}
input#companySelectionFilterInput {
  display: inline-block;
  width: auto;
}
.login-box-body {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 20px 0px;
}
.login-box-body a {
  color: #000;
}
.login-box-body a:hover {
  color: #ff0000;
  font-weight: bold;
}
.login-box-body label {
  color: black;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.login-box-body .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.login-box-body .form-control {
  width: 100%;
  border: 1px solid #363636;
  padding: 15px 60px 15px 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  background-color: white;
  height: max-content;
}
.login-box-body .overlay .fa {
  font-size: 25px;
  color: #fff;
}
.login-box-body button {
  width: 100%;
  padding: 15px 0;
  border: none;
  background-color: #ff0000;
  color: #FFF;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.login-box-body button:hover {
  background-color: #363636 !important;
  font-weight: bold;
}
.login-content .bottom {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.login-content .bottom .box-versione {
  width: 350px;
  height: 120px;
  position: relative;
}
.login-content .bottom .content {
  width: 100%;
  text-align: center;
  min-height: auto;
}
.login-content .bottom .content.hidden {
  display: none;
}
.login-content .bottom .box-versione small {
  font-size: 12px;
  color: #000;
  display: block;
}
.login-content .bottom .box-versione img {
  margin: 10px auto;
  height: 60px;
}
.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.small-box.disabled {
  opacity: 0.5;
}
.small-box.disabled>.small-box-footer:hover {
  background: rgba(21, 21, 21, 0.46);
  color: rgba(255, 255, 255, 0.8);
}
.toggle.btn {
  margin-left: 10px;
}
#registro-titolare-modal .chosen-container-single .chosen-single span {
  width: 300px;
}
.login-page .logo_wrapper {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 5vh auto 0px;
  width: 90vw;
}
.login-page .logo_wrapper img {
  width: 100%;
}
.login-logo {
  position: relative;
  width: 350px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .login-page .logo_wrapper {
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    margin: 0px;
  }
}
.box-img {
  height: 100vh;
  width: calc(100vw - 530px);
}
.box-img .background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

/* Login SSO */
.login-box-body .sso-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.login-box-body .sso-wrapper .button {
  width: 100%;
  display: flex;
}
.login-box-body .sso-wrapper .button .button-msentra {
  width: 100%;
  text-indent: -9999px;
  background-color: #2F2F2F;
  background-image: url("/images/ms-login.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 41px;
  border-radius: 4px;
  cursor: pointer;
}
.login-box-body .sso-wrapper .or-wrapper {
  display: flex;
  width: 100%;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
}
.login-box-body .sso-wrapper .or-wrapper .line {
  height: 1px;
  background-color: black;
  width: 100%;
}
.login-box-body .sso-wrapper .or-wrapper .text {
  padding: 0 20px;
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

/* Menu laterale moduli */
.sidebar-collapse .main-sidebar .sidebar {
  width: 70px;
}
.main-sidebar .sidebar {
  height: 100vh;
  position: fixed;
  width: 230px;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.sidebar-collapse .main-sidebar .sidebar .user-panel {
  width: 70px;
}
.main-sidebar .sidebar .user-panel {
  position: fixed;
  width: 230px;
  background: rgb(27,67,102);
  border-bottom: 1px solid rgba(244, 244, 244, 0.23);
  z-index: 9;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.main-sidebar .sidebar .sidebar-menu {
  margin-top: 65px;
  height: calc(100vh - 65px);
  overflow-y: scroll;
  padding-bottom: 65px;
}

/* Dashboard */
.select-company section.content.company {
  margin-top: 30px;
}

/* home page azienda */
.user-panel>.info>p {
  font-weight: 600;
  margin-bottom: 9px;
  width: 152px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.azienda-indicatore-box .box-body {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.azienda-indicatore {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  font-size: 50px;
  line-height: 1em;
  text-align: center;
}
.azienda-indicatore-piccolo {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 30px;
}
.azienda-indicatore-box .activate-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar-menu li a svg {
  width: 30px;
  fill: #FFF;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
}
.main-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.main-header .logo img.logo-lg {
  max-height: 90%;
  display: inline-block;
}
.sidebar-collapse .main-header .logo img.logo-lg {
  display: none;
}
#yes-no-modal .modal-body p {
  font-size: 14pt;
  text-align: center;
}
#yes-no-modal .modal-body.leftalign, #yes-no-modal .modal-body.leftalign p {
  text-align: left;
}
.chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
}
.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-y: 8px;
}
.chosen-container-single .chosen-search input[type=text] {
  color: #000;
}
.chosen-container-single .chosen-single abbr {
  top: 12px;
}
.form-chosen-nazione {
  color: #000;
}
.form-chosen-nazione label {
  color: #fff;
}
.collapsible-box .box-header {
  cursor: pointer;
}
.azienda-indicatore-box .box-header .box-title {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 120%;
}
.company-chart .node {
  background: #fff;
  border: 2px solid #555;
  border-radius: 2px;
  cursor: pointer;
  height: 42px;
  width: 250px;
  padding: 5px;
  text-align: center;
}
.company-chart .node.organigramma-dpo {
  background-color: #3c8dbc;
  color: #FFF;
  border-radius: 20px;
}
.company-chart .node.organigramma-dpo p {
  color: #FFF;
}
.company-chart p {
  color: #555;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-chart .node-name {
  font-weight: bold;
  line-height: 18px;
}
.company-chart .node-desc {
  font-size: 11px;
  line-height: 9px;
}
.field-with-plus {
  display: flex;
  width: 100%;
}
.field-with-plus > button {
  width: 35px;
  padding: 6px 10px;
  margin-left: 5px;
  max-height: 35px;
}
.field-with-plus > button.width-auto {
  width: auto;
}
.chosen-container-multi .chosen-choices {
  border-radius: 4px;
  min-height: 35px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  min-height: 30px;
}
.select-modal-radio + label {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border-right: 2px solid #dc7901;
  border-bottom: 2px solid #dc7901;
  background-color: #ffac47;
}
.select-modal-radio:hover + label {
  background-color: #ff9b21;
}
.select-modal-radio:checked + label {
  background-color: #dc7901;
}
.select-modal-radio {
  display: none;
}

/* Mappe */
#azienda-world-map {
  height: 50vh;
  width: 100%;
  padding: 20px;
}
#azienda-world-map .jvectormap-container {
  border-radius: 10px;
}
#asset-map {
  height: 50vh;
  width: 100%;
  padding: 20px;
}
#asset-map .jvectormap-container {
  border-radius: 10px;
}

.select-modal-checkbox + label {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border-right: 2px solid #dc7901;
  border-bottom: 2px solid #dc7901;
  background-color: #ffac47;
}
.select-modal-checkbox:hover + label {
  background-color: #ff9b21;
}
.select-modal-checkbox:checked + label {
  background-color: #dc7901;
}
.select-modal-checkbox {
  display: none;
}
.form-margin-no-float {
  float: none;
  margin: 0px auto 15px;
}

.dpia-trattamento-descrizione, .legittimo-interesse-field-descrizione {
  border: 1px solid #777;
  border-radius: 5px;
  padding: 10px;
}

.notification-unread {
  font-weight: bold;
}
.notification-read {
  font-weight: normal;
}
.progress-label {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #000000;
  text-shadow: 0 0 2px #ffffff;
}
.progress.repository-progress {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-bottom: -5px;
  margin-left: 5px;
  height: 20px;
}
.progress.modal-progress {
  position: relative;
  width: 50%;
  transform: translate(50%, 50%);
}

.box>.overlay-locked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(225, 205, 0, 0.49);
  border-radius: 9px;
}
.box>.overlay-locked>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #4C4000;
  font-size: 50px;
}
.box-header .box-label {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

/* linear loader */
.loadingoverlay .modal-body {
  padding: 0px;
  height: 10px;
}
.lineerpreloader {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0px;
  height: 10px;
  background: transparent;
  border-radius: 5px;
  z-index: 10;
  overflow: hidden;
}
.lineerpreloader::after{
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 100%;
  background: #3c8dbc;
  right: 120%;
  z-index: 11;
  animation: LeftToRight linear 2s infinite;
  -webkit-animation: LeftToRight linear 2s infinite;
  -moz-animation: LeftToRight linear 1.5s infinite;
  -o-animation: LeftToRight linear 1.5s infinite;
  -ms-animation: LeftToRight linear 1.5s infinite;
}
@-webkit-keyframes LeftToRight {
  from { left:-100%; }
  to { left:100%; }
}
@keyframes LeftToRight {
  0% { right:100%; width: 10%; }
  50% { right:30%; width: 40%; }
  100% { right:0%; width: 10%; }
}

/* Modulo Asset */
#asset-map {
  height: 50vh;
}

/* Gestione tabella */
table.dataTable .group {
  background-color: #FFF;
  color: #337ab7;
  font-weight: bold;
  border-bottom: 1px solid #337ab7;
  cursor: pointer;
}

/* Modulo Validatore */
table.dataTable .needValidate {
  background-color: rgb(203 50 53 / 60%);
}
.modal-revisioni .modal-body {
  background-color: #FFF !important;
  max-height: 80vh;
  overflow: scroll;
  color: #000;
}
.modal-revisioni .form-control {
  min-height: 36px;
  background-color: rgba(244, 244, 244, 0.9);
  border-radius: 4px;
}
.modal-revisioni .form-control:first-child {
  border-radius: 4px !important;
}
.modal-revisioni .form-group .input-group {
  width: 100%;
  margin-bottom: 5px;
}
.modal-revisioni .form-group .input-group .input-group-addon {
  min-width: 45px;
  padding: 0px 12px;
}
.modal-revisioni .form-group .input-group .input-group-addon:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.modal-revisioni .form-group .input-group .input-group-addon:last-child {
  padding: 0px;
}
.modal-revisioni .form-group .input-group .input-group-addon .wrapper-addon {
  display: table;
}
.modal-revisioni .form-group .input-group .input-group-addon .wrapper-addon .btn-addon {
  display: table-cell;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.modal-revisioni .form-group .input-group:first-child {
  margin-bottom: 0px;
}
.modal-revisioni .form-group .form-control {
  width: 100%;
  min-height: 35px;
  height: auto;
  border: 1px solid #d2d6de;
}
.modal-revisioni .form-group .form-control .btn {
  white-space: break-spaces;
  margin-bottom: 5px;
}
.modal-revisioni .next-version, .modal-revisioni .prev-version {
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.modal-revisioni .next-version {
  right: -35px;
}
.modal-revisioni .prev-version {
  left: -35px;
}
.modal-revisioni .next-version > i, .modal-revisioni .prev-version > i {
  font-size: 60px;
}
.modal-revisioni .modal-footer.revisione {
  background-color: #d33724 !important;
  border-color: #c23321;
  text-align: left;
}
.modal-revisioni.modal-review {
  width: 800px;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

/* Flex group */
.flex-group {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  border-collapse: separate;
  align-items: center;
  flex-direction: row;
  align-items: stretch;
}
.flex-group .flex-group-addon {
  display: flex;
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  flex: 1 1 auto;
  border-radius: 4px;
}
.flex-group .flex-group-addon:first-child {
  border-right: 0px;
}
.flex-group .flex-group-addon:last-child {
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.flex-group .flex-group-addon.padding {
  padding: 0px 12px;
  align-items: center;
}
.flex-group .flex-form-control {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: rgba(244, 244, 244, 0.9);
  background-image: none;
  min-height: 35px;
  height: auto;
  border: 1px solid #d2d6de;
  flex: 3 1 auto;
}
.flex-group .flex-group-addon:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.flex-group .flex-form-control .btn {
  white-space: break-spaces;
  margin-bottom: 5px;
}
.flex-group .flex-group-addon .flex-btn {
  white-space: nowrap;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.flex-group .flex-group-addon .flex-btn > i {
  margin-right: 5px;
}
.flex-group .flex-group-addon .flex-btn.flex-btn-disabled {
  cursor: auto;
}

/* New company navigator */
.company-navigator-button {
  position: relative;
  display: block;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  border-radius: 9px;
  height: 120px;
  color: #fff;
  margin: 10px 0;
}
.company-navigator-button:hover, .company-navigator-button.active {
  text-decoration: none;
  color: #fff;
}
.company-navigator-button[href]:hover, .company-navigator-button[href].active {
  box-shadow: inset 0 4px 10px rgba(0,0,0,0.3);
}
.company-navigator-button:not([href]) {
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.5);
}
.company-navigator-button-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 85px;
  z-index: 1;
  opacity: 0;
}
.company-navigator-button[href]:hover .company-navigator-button-icon, .company-navigator-button[href].active .company-navigator-button-icon {
  opacity: 0.25;
}
.company-navigator-button-body {
  width: 100%;
  padding: 10px 0;
  z-index: 2;
}
.company-navigator-button-title {
  font-size: 25px;
  font-weight: bold;
}
.company-navigator-button-description {
  font-size: 12px;
}
.bg-fuchsia { /* the default fuchsia is too bright and also !important */
  background-color: rgba(240, 18, 190, 0.55) !important;
}
.bg-lime { /* the default lime is too bright and also !important */
  background-color: rgba(160, 230, 20, 0.55) !important;
}

.datatime-group.col-md-12, .datatime-group .col-md-12, .datatime-group .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.datatime-group > *:first-child {
  padding-right: 20px;
}
.datatime-group .input-group .input-group-addon {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.datatime-group .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* Suggerimento - risk Assessment */
.btn_showinfo {
  display: inline-block;
  text-align: right;
  width: calc(100% - 80px);
}
.btn_showinfo .btn {
  margin-left: 10px;
}
.risk-assessment-showinfo {
  background-color: #FFF;
  border-radius: 10px;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
}

/* Button Group */
.btn-group.w-100 {
  display: flex;
}
.btn-group.w-100.w-adapt .btn {
  flex: 1
}
.btn-group.w-100 .item {
  flex: 1
}

/* Custom tabs */
.nav-tabs-custom.with-border {
  border-top: 3px solid #d2d6de;
}
.nav-tabs-custom .nav-tabs.no-radius > li > a {
  border: 0;
  border-radius: 0px;
}
.nav-tabs-custom .nav-tabs.no-radius > li {
  border-radius: 0px;
  border-top: 0px;
}
.nav-tabs-custom .nav-tabs.no-radius > li.active {
  border-bottom: 3px solid #3c8dbc;
}

/* Repository */
.repository-file-wrapper {
  display: inline-block;
  width: 130px;
  padding: 5px;
  margin: 0 10px;
}
.repository-file-icon {
  line-height: 70px;
  font-size: 80px;
  text-align: center;
}
.repository-file-description {
  word-break: break-all;
  text-align: center;
}
.repository-file-name {
  font-weight: bold;
  margin: 0.2em 0;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.repository-file-date {
  font-size: 12px;
  font-style: italic;
}
.repository-folder-selected, .repository-file-selected {
  background-color: rgba(46, 67, 114, 0.7);
}
.repository-folders-wrapper, .repository-files-wrapper {
  padding-left: 0;
  min-height: 10px;
  list-style-type: none;
}
.repository-file-search-hidden {
  display: none;
}
input.box-search {
	width: 16em;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	border-radius: 4px;
}
input.box-search:hover {
	background-color: rgba(115, 115, 115, 0.3);
}

/* Datepicker CSS as the default one is really ugly */
.daterangepicker {
  background-color: rgba(0,0,0,0.7);
}
.daterangepicker .calendar-date {
  background-color: rgba(89, 89, 89, 0.9);
}
.daterangepicker td.in-range {
  background-color: rgba(255, 255, 255, 0.2);
}
.daterangepicker .ranges label {
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}

/* Back button */
.back-button {
  background: none;
  -webkit-appearance: none;
  border: 1px solid;
  border-radius: 100%;
  font-size: 16px;
  line-height: 22px;
  width: 26px;
  vertical-align: top;
  display: inline-block;
}
.content-header > .menu {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.content-header > .menu > .btn {
  margin-left: 5px;
}
.box-header > .box-tools > .btn {
    margin-left: 5px;
}

/* floating buttons */
.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1032;
}

.floating-save-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #337ab7;
  border-width: 0;
  font-size: 22px;
}
.floating-save-button:hover {
  background-color: #286090;
}
.floating-export-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #f39c12;
  border-width: 0;
  font-size: 22px;
  transform-origin: center;
  transition: transform 0.5s;
}
.floating-export-button:hover {
  background-color: #c07704;
}
.new-dpia-form .floating-export-button {
  transform: scale(0);
}
.floating-delete-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #dd4b39;
  border-width: 0;
  font-size: 22px;
  transform-origin: center;
  transition: transform 0.5s;
}
.floating-delete-button:hover {
  background-color: #bb2c1a;
}
.new-dpia-form .floating-delete-button,
.new-databreach-form .floating-delete-button,
.new-diritti-form .floating-delete-button,
.new-legittimo-interesse-form .floating-delete-button {
  transform: scale(0);
}
.floating-back-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #39cccc;
  border-width: 0;
  font-size: 22px;
}
.floating-back-button:hover {
  background-color: #18bbbb;
}

/* Language dropdown */
.language-dropdown-toggle {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.language-toggle {
  width: 30px;
}
.navbar-nav>.languages-menu>.dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav>.languages-menu>.dropdown-menu>li.header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(249, 249, 249, 0.35);
  padding: 7px 10px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.25);
  color: #fff;
  font-size: 14px;
}
.navbar-nav>.languages-menu>.dropdown-menu>li {
  position: relative;
}
.navbar-nav>.languages-menu>.dropdown-menu>li.footer>a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  font-size: 12px;
  background-color: rgba(249, 249, 249, 0.35);
  padding: 7px 10px;
  border-top: 1px solid rgba(238, 238, 238, 0.66);
  color: #fff;
  text-align: center;
}
.languages-menu-inside {
  height: 50px;
  list-style-type: none;
  padding: 10px;
}
.languages-menu-inside li {
  display: block;
  float: left;
  margin-right: 10px;
}
.languages-menu-inside .img-circle {
  width: 30px;
}

/* language login buttons */
ul.languages-menu-login {
  list-style: none;
  padding-inline-start: 0;
}
ul.languages-menu-login li {
  float: left;
}
ul.languages-menu-login img {
  width: 44px;
  margin: 10px;
}

/* file properties table */
#file-properties-table {
  width: 100%;
}
#file-properties-table td {
  padding: 0 10px;
}
#file-properties-table .file-properties-table-header {
  font-weight: bold;
  text-align: right;
}
#file-properties-table .file-properties-table-field {
  text-align: left;
}

/* versions modal */
.version-delete-icon {
  margin-right: 1ch;
  color: #fc827f;
  cursor: pointer;
}
.version-delete-icon:hover {
  color: #961512;
}
.document-version-date-input {
  font-size: 10px;
  background-color: rgba(244, 244, 244, 0.17);
  width: 12ch;
  text-align: center;
  border: 0;
  border-radius: 10px;
  margin-left: 1.5ch;
}

/* BUGFIX: .btn-block should have the same margin on top no matter what */
.btn-block {
  margin-top: 5px;
}
/* Palette: http://www.paletton.com/#uid=1010u0kkmreayHafTvDoNnPseiQ */
.alert-danger {
  background-color: #fc827f;
  border-color: #961512;
  color: #961512;
}
/* Palette: http://www.paletton.com/#uid=12P0u0kg0sS6lMlb6-IkHnTp6jq */
.alert-success {
  background-color: #8ad48a;
  border-color: #1b7c1b;
  color: #1b7c1b;
}
.hidden-div {
  position: absolute;
  top: -100000px;
  left: -100000px;
}
.translation-missing-row {
  background-color: rgba(255, 97, 97, 0.7);
}

/*
BUGFIX: The modal's scrollbar doesn't show when you open a modal within a modal
and close it afterwards. To fix this problem, all modals' scrollbars are set to
be handled by the browser.
*/

.modal {
  overflow-y: auto;
}

/*
BUGFIX: The modal's backdrop has the same height as the window. That means that
if your modal is taller than the window and you scroll down, you will be able to
make the backdrop not cover the entire window. To fix this problem, the backdrop
is set to not move with the scrollbar.
*/

.modal-backdrop {
  position: fixed;
}

/* risk assessment modal */
#risk-assessment-modal h5 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.risk-assessment-descrizione-impatto,
.risk-assessment-descrizione-probabilita {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}

/* risk assessment progress bar */
.progress.risk-assessment-progress {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
  height: 20px;
}

/* company selection */
.info-box-content {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.info-box-content .info-box-title {
  font-weight: bold;
}
a.info-box {
  cursor: pointer;
}
a.info-box:hover {
  color: inherit;
  filter: brightness(1.25);
}

.logo-navbar {
  display: block;
  flex-grow: 1;
  text-align: center;
  line-height: 50px;
}
.logo-custom {
  display: inline-block;
  line-height: 50px;
}
.logo-custom img {
  max-height: 40px;
  vertical-align: middle;
}
.navbar {
  display: flex;
  justify-content: flex-end;
}
.sidebar-toggle {
  display: inline-block;
  width: 230px;
  text-align: center;
  transition: width 0.3s ease-in-out;
}
.sidebar-collapse .sidebar-toggle {
  width: 50px;
}
.skin-blue .sidebar-menu>li.navbar-item-0:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-0 a {
  background-color: rgba(245, 245, 245, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-1:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-1 a {
  background-color: rgba(97, 93, 168, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-2:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-2 a {
  background-color: rgba(0, 187, 255, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-3:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-3 a {
  background-color: rgba(255, 165, 0, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-4:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-4 a {
  background-color: rgba(160, 230, 20, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-5:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-5 a {
  background-color: rgba(255, 39, 0, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-6:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-6 a {
  background-color: rgb(0, 31, 62, 0.3);
}
.skin-blue .sidebar-menu>li.navbar-item-7:hover>a, .skin-blue .sidebar-menu>li.active.navbar-item-7 a {
  background-color: rgba(0, 255, 52, 0.3);
}
.sidebar-menu > li.navbar-item-api > a {
  margin-top: 25px;
  border-top: 1px solid rgba(244, 244, 244, 0.23);
}

/* Modal Import */
.modal-dialog li.checkbox > * {
  vertical-align: middle;
}
.modal-dialog li.checkbox > input[type=checkbox] {
  position: relative;
}
.modal-dialog li.checkbox > .box-label {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 10px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.modal-dialog li.checkbox > .box-label.green {
  background-color: rgb(52 162 45 / 60%);
}
.modal-dialog li.checkbox > .box-label.red {
  background-color: rgb(226 20 20 / 70%);
}

/* settings */
.navbar-nav>li>a.settings-dropdown-toggle {
  padding: 0 10px;
}
.settings-dropdown-toggle i.fa {
  font-size: 30px;
  line-height: 50px;
}
.navbar-nav>.settings-menu>.dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav>.settings-menu>.dropdown-menu>li.header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(249, 249, 249, 0.35);
  padding: 7px 10px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.25);
  color: #fff;
  font-size: 14px;
}
.navbar-nav>.settings-menu>.dropdown-menu>li {
  position: relative;
}
.navbar-nav>.settings-menu>.dropdown-menu>li.footer>a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  font-size: 12px;
  background-color: rgba(249, 249, 249, 0.35);
  padding: 7px 10px;
  border-top: 1px solid rgba(238, 238, 238, 0.66);
  color: #fff;
  text-align: center;
}
.settings-menu .menu {
  list-style-type: none;
  padding: 10px;
}
.settings-menu .menu li {
  display: block;
  float: left;
  margin-right: 10px;
}
.settings-menu .settings-menu-inside {
  list-style-type: none;
  padding: 0;
}
ul.settings-menu-inside li {
  height: 3em;
  line-height: 3em;
  border-bottom: 1px solid rgba(238, 238, 238, 0.66);
}
ul.settings-menu-inside li:last-child {
  border-bottom: 0;
}
ul.settings-menu-inside li>a {
  display: block;
  padding: 0 10px;
}
ul.settings-menu-inside li>a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}

/* pagina acquisto modulo */
.acquista-modulo-body .icon-wrapper {
  text-align: center;
}
.acquista-modulo-body .icon-wrapper svg {
  fill: #FFF;
}
.acquista-modulo-body h2,
.acquista-modulo-body h3 {
  font-size: 35px;
  text-align: center;
}
.acquista-modulo-body h3 {
  margin-bottom: 1em;
}
.acquista-modulo-body h4 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0.5em;
}
.acquista-modulo-body h2 + h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.acquista-modulo-body .module-description {
  text-align: center;
  font-size: 18px;
}
.acquista-modulo-body .box-body {
  padding-top: 2em;
  padding-bottom: 2em;
}
.acquista-modulo-body ul {
  margin-bottom: 0;
}
.acquista-modulo-body {
  counter-reset: list_counter;
}
.box-module-description {
  display: flex;
  flex-direction: row;
}
.box-module-description::before {
  counter-increment: list_counter;
  content: counter(list_counter);
  width: 100px;
  font-size: 40px;
  text-align: center;
  align-self: center;
}
.box-module-description ul {
  flex-grow: 1;
  align-self: center;
}
#import-formazione-modal .box-body > ul.todo-list {
  max-height: 20vh;
}

/*
RESPONSIVE
*/

@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav>li>a.language-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li>a.language-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .col-lg-3 .small-box h3 { font-size: 33px; }
  .col-lg-3 .small-box .icon { display: none; }
}

@media (min-width: 1350px) {
  .col-xl-1  { width:   8.333333%; }
  .col-xl-2  { width:  16.666667%; }
  .col-xl-3  { width:  25%; }
  .col-xl-4  { width:  33.333333%; }
  .col-xl-5  { width:  41.666667%; }
  .col-xl-6  { width:  50%; }
  .col-xl-7  { width:  58.333333%; }
  .col-xl-8  { width:  66.666667%; }
  .col-xl-9  { width:  75%; }
  .col-xl-10 { width:  83.333333%; }
  .col-xl-11 { width:  91.666667%; }
  .col-xl-12 { width: 100%; }
  .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
      float: left;
  }
}

/* Aggiunte barra */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
      display: block!important;
      position: absolute;
      width: 220px;
      left: 70px;
      height: 54px;
      font-size: 20px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 70px !important;
      z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 70px;
  }
  .sidebar-collapse .sidebar-toggle {
    width: 70px !important;
  }
  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 85px! important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 0px !important;
    z-index: 840;
  }
}
.sidebar-menu.menu-template .navbar-item-api,
.sidebar-menu.menu-template .navbar-item-8,
.sidebar-menu.menu-template .navbar-item-9,
.sidebar-menu.menu-template .navbar-item-7,
.sidebar-menu.menu-template .navbar-item-6,
.sidebar-menu.menu-template .navbar-item-5 {
  display: none;
}
.main-sidebar .template {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 6vw;
  height: 6vw;
  background-image: url(/images/template.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login-box {
  width: 530px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 2.5%;
  position: relative;
  margin: 0;
  background-color: white;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-height: 800px) {
  .login-box {
    justify-content: flex-start;
    padding: 2.5%;
  }
}
.carousel-box {
  display: none;
}
.login-page {
  display: flex;
  align-items: center;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .login-page {
    display: flex;
    align-items: center;
  }
}
.login-page.dark a {
  color: #FFF;
}
.login-page.dark .login-box-body label {
  color: #FFF;
}
.login-page.dark .payoff-text {
  color: #FFF;
}
.login-page.dark .login-content .bottom .box-versione small {
  color: #FFF;
}
.forgot_pw_box {
  text-align: center;
  margin-top: 10px;
}

/* Timerpicker */
.timepicker_wrap .ti_tx,
.timepicker_wrap .mi_tx,
.timepicker_wrap .mer_tx {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.timepicker_wrap .time,
.timepicker_wrap .mins,
.timepicker_wrap .meridian {
	width: 60px;
	float: left;
	margin: 0 10px;
	font-size: 20px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
}
.timepicker_wrap .prev,
.timepicker_wrap .next {
	cursor: pointer;
	padding: 18px;
	width: 28%;
	border: 1px solid #ccc;
	margin: auto;
	background: url(../images/arrow.png) no-repeat;
	border-radius: 5px;
}
.timepicker_wrap .prev:hover,
.timepicker_wrap .next:hover {
	background-color: #ccc;
}
.timepicker_wrap .next {
	background-position: 50% 150%;
}
.timepicker_wrap .prev {
	background-position: 50% -50%;
}
.timepicker_wrap .time_pick {
	position: relative;
}
.timepicker_wrap {
	padding: 10px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #f6f6f6;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
}
.timepicker_wrap .arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../images/top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
}
.timepicker_wrap input.timepicki-input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  float: none;
  margin: 0;
  text-align: center;
  width: 70%;
}
.timepicker_wrap a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}

/* end of css */
