/**
 *   @Document   : layout.css
 *   @Created on :
 *   @Author     : Virginio Laurini @ Pingitore Informatica
 *   @Description:
 *
 */

/* Default settings */

body {
  font: 13px verdana, helvetica, sans-serif;
  padding: 0px;
  margin: auto;
  background-color: whitesmoke;
}

/* Titolo del sito */

.titolo {
  text-align: center;
  vertical-align: bottom;
  font-size: 5em;
  color: #38477d;
  font-weight: bold;
  font-family: "Oxygen", sans-serif;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee p {
  display: inline-block;
  /* padding-top: 100%; */
  animation: marquee 1s linear;
}

@keyframes marquee {
  0% {
    transform: translate(0, -100%);
  }
  30% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(0, -50%);
  }
  60% {
    transform: translate(0, 0%);
  }
  70% {
    transform: translate(0, -40%);
  }
  80% {
    transform: translate(0, 0%);
  }
  90% {
    transform: translate(0, -20%);
  }
  100% {
    transform: translate(0, 0%);
  }
}

.page-header {
  margin-top: 8px;
}

.header_timer {
  text-align: right;
  color: brown;
}

.filter-area {
  padding: 3px 3px 3px 3px;
  background-color: aquamarine;
  vertical-align: middle;
}

.filter-area .input-group input.form-control {
  font-size: 0.75rem;
}

.row_selected {
  border: 3px solid yellowgreen;
}

.col_header {
  text-align: left;
  color: blueviolet;
}

.form-fit-full-size div {
  width: 100%;
}

/*
* ==========================================
* per avere il table header fisso
* ==========================================
*/

.sticky-table-head {
  margin-bottom: 0px;
  background-color: lightyellow;
}

.sticky-table {
  height: 1200px;
  width: 100%;
  overflow-y: scroll;
  display: block;
}

/*
thead tr:nth-child(1) th {

    background: lightyellow;

    position: sticky;
    top: 0;
    z-index: 10;

    }
*/

/* responsive text queries */

@media screen and (max-width: 992px) {
  p,
  .btn,
  input,
  div,
  span,
  h4 {
    font-size: 96%;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  p,
  .btn,
  input,
  div,
  span,
  h4 {
    font-size: 93%;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}

/* Area dei messaggi utente */

.msgArea {
  vertical-align: middle;
  cursor: pointer;
}

.nav_bar_background {
  background-image: linear-gradient(bottom, rgb(0, 110, 255) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(
    bottom,
    rgb(0, 110, 255) 0%,
    #ffffff 100%
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgb(0, 110, 255) 0%,
    #ffffff 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgb(0, 110, 255) 0%,
    #ffffff 100%
  );
  background-image: -ms-linear-gradient(
    bottom,
    rgb(0, 110, 255) 0%,
    #ffffff 100%
  );
}

.fld_label_xxsmall {
  width: 20px;
  text-align: right;
  background-color: beige;
  padding-top: 7px;
  padding-right: 5px;
  color: darkblue;
}

.fld_label_xsmall {
  width: 40px;
  text-align: right;
  background-color: beige;
  padding-top: 7px;
  padding-right: 5px;
  color: darkblue;
}

.fld_label_small {
  width: 60px;
  text-align: right;
  background-color: beige;
  padding-top: 7px;
  padding-right: 5px;
  color: darkblue;
}

.fld_label_medium {
  width: 80px;
  text-align: right;
  background-color: beige;
  padding-top: 7px;
  padding-right: 5px;
  color: brown;
}

#ordine_form .fld_label_medium,
#ordine_form .input-group-addon.fld_label_small {
  background-color: beige;
  padding-top: 7px;
  padding-right: 5px;
  color: darkblue;
  width: 100%;
  text-align: left;
  padding-bottom: 6px;
  padding-left: 9px;
  margin-top: 6px;
  line-height: 1;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

.fld_label_large {
  width: 100px;
  text-align: right;
  background-color: beige;
  padding-top: 5px;
  padding-right: 5px;
  color: darkblue;
}

.fld_label_xlarge {
  width: 120px;
  text-align: right;
  background-color: beige;
  padding-top: 5px;
  padding-right: 5px;
  color: darkblue;
}

.fld_label_xxlarge {
  width: 140px;
  text-align: right;
  background-color: beige;
  padding-top: 7px;
  padding-right: 5px;
  color: darkblue;
}

.fld_label_post {
  width: 60px;
  text-align: center;
  background-color: beige;
}

/** tollbar areas */

.toolbar_area_xxsmall {
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  width: 10px;
  color: brown;
  cursor: pointer;
}

.toolbar_area_xsmall {
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  color: brown;
  cursor: pointer;
}

.toolbar_area_small {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  color: brown;
  cursor: pointer;
}

.toolbar_area_medium {
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  width: 90px;
  color: brown;
  cursor: pointer;
}

.toolbar_area_large {
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  width: 110px;
  color: brown;
  cursor: pointer;
}

.toolbar_area_xlarge {
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  color: brown;
  cursor: pointer;
}

.toolbar_area_xxlarge {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 150px;
  color: brown;
  cursor: pointer;
}

.selectable {
  cursor: pointer;
}

.selectable:hover {
  border: 1px solid navy;
}

/* rif. https://bo.missionbambini.org/extLib/scss/_input-group.scss .input-group-text */

.input-group-addon.fld_label_small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: beige;
  color: brown;
  /* height: 100%; */
  padding: 5px 5px 5px 5px;
}

.input-group-addon.fld_label_medium {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: beige;
  color: brown;
  /* height: 100%; */
  padding: 5px 5px 5px 5px;
}

.input-group-addon.fld_label_large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: beige;
  color: brown;
  /* height: 100%; */
  padding: 5px 5px 5px 5px;
}

.input-group-addon.fld_label_xlarge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: beige;
  color: brown;
  /* height: 100%; */
  padding: 5px 5px 5px 5px;
}

.input-group-addon.fld_label_xxlarge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: beige;
  color: brown;
  /* height: 100%; */
  padding: 5px 5px 5px 5px;
}

.input-group > .form-control:not(:first-child) {
  width: 100%;
}

select.combolib#filtro_metodo_spedizione {
  width: 100%;
}

/* Navbar Sticky Menu*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* My Table Title Sticky*/
.sticky-table-title {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 47px;
  background-color: #c3c3c3 !important;
  z-index: 1;
}
