@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

:root {
  --s-red: #dc3545;
  --s-darkred: #bf2231;
  --s-green: #28a745;
  --s-darkgreen: #227e36;
  --s-gold: #ffd700;
  --s-darkgold: #ccad00;
  --s-cyan: #008b8b;
  --s-darkcyan: #005757;
  --s-blue: #1e90ff;
  --s-darkblue: #0075eb;
  --s-magenta: #8b008b;
  --s-darkmagenta: #570057;
  --s-orange: #ff8c00;
  --s-darkorange: #cc7000;
  --s-indigo: #4b0082;
  --s-darkindigo: #2d004d;
  --s-purple: #663399;
  --s-darkpurple: #4c2673;
  --s-pink: #ecb0bd;
  --s-darkpink: #ea96a7;
}

body {
  font-family: "Oswald", sans-serif;
  min-height: 100%;

}

.user-band {
  background: #00395d;
  color: #fff;
  text-align: right;
  padding: 5px 40px;
}

.intestazione {
  background: url(../img/header-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  height: 400px;
  display: flex;
  /*margin-bottom: 30px;*/
}

.page-title {
  align-self: center;
  width: 100%;
  font-size: 100px;
  text-align: center;
  color: #fff;
}

.menu {
  background: #00395d;
  padding: 10px;
  margin-bottom: 30px; 
}

.menu ul {

  margin: 0;

}

.menu ul li {
  display: inline-block;
  margin: 0 10px;
}

/*.menu ul li > a {
  color: #fff;
}*/


.inner {
  height: 100px;
}

.inner .page-title {
  font-size: 50px;
}

.text-selection {
  color: #00395d;
}

.btn-selection {
  color: #fff;
  background-color: #00395d;
  border-color: #00395d;
}

.table-head {
  font-size: 16px;
}

.table td {
  /*  min-width: 82px;*/
  font-size: 15px;
}

.collapsed {
  padding: 0!important
}

.collapsed table {
  width: 90%;
  margin: 0 auto;
}

.big-text {
  font-size: 20px;
  margin-right: 20px;
}

.clickable-row:hover {
  color: orange;
  cursor: pointer;
}

.modal-lg.xl {
  max-width: 90%;
}
.modal-lg.xm {
  max-width: 70%;
}
.modal-title.inside {
  color: #f00;
}

.modal-header {
  padding: 0.3rem!important;
}

.scheda_tecnica .modal-header {
  padding-top: 0;
}

.over-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000070;
  z-index: 2;
  display: none;
  left: 0;
  top: 0;
}
.over-modal > div {
  /*position: absolute;*/
  /*margin: 25% 30%;*/
  margin: 0 auto;
  width: 40%;
  /*height: 40%;*/
  padding: 20px;
  border: solid 1px darkblue;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #bbb;
  z-index: 10;
  background: #fff;
}
.over-modal.import_data >div {
  width: 90%;
  margin: 7% 5%;
  height: 80%;
}
.over-modal.colors {
  /*height: auto;*/
}
.input-selection {
  
}
.input-selection input {
  max-width: 40px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  float: right;
}
.forfait-options {
  display: none;
  font-size: 13px;
  margin-bottom: -20px;  
}

.approvazioni {
  display:none;
}

.dati_scheda {
  border-right: solid 1px #e9ecef;
}

.icon-flipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.card {
  text-decoration: none;
  min-height: 6.1rem;
}
.card.bg-light {

  color: black;

}
.card:hover {
  cursor: pointer;
  box-shadow: 2px 2px 5px #333;
  text-decoration: none;
}

.bg-primary-dark {
  background: #0063cc;
}

.bg-danger-dark {
  background: #bf2231;
}

.bg-success-dark {
  background: #1f7f35;
}

.bg-info-dark {
  background: #0f798a;
}

.bg-s-red {
  background: var(--s-red);
}
.bg-s-darkred {
  background: var(--s-darkred);
}
.bg-s-green {
  background: var(--s-green);
}
.bg-s-darkgreen {
  background: var(--s-darkgreen);
}
.bg-s-blue {
  background: var(--s-blue);
}
.bg-s-darkblue {
  background: var(--s-darkblue);
}
.bg-s-gold {
  background: var(--s-gold);
}
.bg-s-darkgold {
  background: var(--s-darkgold);
}
.bg-s-cyan {
  background: var(--s-cyan);
}
.bg-s-darkcyan {
  background: var(--s-darkcyan);
}
.bg-s-magenta {
  background: var(--s-magenta);
}
.bg-s-darkmagenta {
  background: var(--s-darkmagenta);
}
.bg-s-orange {
  background: var(--s-orange);
}
.bg-s-darkorange {
  background: var(--s-darkorange);
}
.bg-s-indigo {
  background: var(--s-indigo);
}
.bg-s-darkindigo {
  background: var(--s-darkindigo);
}
.bg-s-purple {
  background: var(--s-purple);
}
.bg-s-darkpurple {
  background: var(--s-darkpurple);
}
.bg-s-pink {
  background: var(--s-pink);
}
.bg-s-darkpink {
  background: var(--s-darkpink);
}

.border-s-red {
  border: solid 2px var(--s-red);
}
.border-s-green {
  border: solid 2px var(--s-green);
}
.border-s-blue {
  border: solid 2px var(--s-blue);
}
.border-s-orange {
  border: solid 2px var(--s-orange);
}
.border-s-purple {
  border: solid 2px var(--s-purple);
}
.bottoniera button {
  min-width: 10em;
}

#shape--img {

  display: block;
  width: 75%;
  margin: 0 auto;

}

.note_rh_balance {
    position: fixed;
    right: 20px;
    width: 200px;
    max-height: 200px;
    top: 200px;
    overflow-y: scroll;
}

#total_floating {

  border: 1px solid black;
  background-color: white;
  padding: 20px;

  display: block;

  width: 150px;

  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;

  font-size: 25px;

  text-align: center;

}

#loader {

  display: none;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;

  background-color: rgba(0,0,0,.8);

}

.is-loading #loader {

  display: flex;

}

#loader img {

  display: block;

  width: 200px;
  height: auto;

}

#loader div {

  display: none;

  position: relative;

  width: 200px;
  height: 20px;
  border: 1px solid white;
  border-radius: 10px;

  overflow: hidden;

}

#loader div span {

  position: absolute;

  width: 0%;
  height: 100%;

  background-color: white;

  transition: width .25s ease 0s;

}

.-withProgressBar #loader div {

  display: block;

}


.tooltip2 {
  display: none;
  position: absolute;
  z-index: 3;
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px;
}
.tooltip1:hover .tooltip2 {
  display: block;
}

.view-wc {

  display: none;
  position: absolute;
  background: #fff;
  color: #555;
  text-align: left;
  line-height: 7px;
  padding: 10px;
  text-transform: capitalize;
  top: 0;
  left: 120px;
  box-shadow: 5px 5px 10px #ccc;

}
.view-wc:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -10px;
  top: 6px;
}
#view-wc:hover .view-wc {
  display: block;
}

.accepted textarea, .consuntivo-selection textarea {
  background: none;
  border:  none;
  color: gray;
  resize: none;
}

.dropdown.bootstrap-select {
    width: 500px!important;
}

#form-fotolito .select2 {
    width: 100%!important;
}

#modal_paprika form {
  margin: 40px auto;
  position: relative;
  width: 500px;
  height: 200px;
  border: 4px dashed #4e73df;
}

#modal_paprika form input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;  
}
#modal_paprika form p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  color: #4e73df;
  font-family: Arial;  
}

#modal_paprika form button {
  margin: 0;
  color: #fff;
  background: #8da4ea;
  border: none;
  width: 508px;
  height: 35px;
  margin-top: -20px;
  margin-left: -4px;
  border-radius: 4px;
  border-bottom: 4px solid #4e73df;
  transition: all .2s ease;
  outline: none;  
}

.gruppi .btn.dropdown-toggle {
    width: 500px;
}

.dropdown.bootstrap-select.show-tick.dropup {
  width: 50%!important;
}