@import "../fonts/fonts.css";
body {
  font-family : 'Rubik', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight : 300;
  line-height : 1.5em;
  color : #ffffff;/*rgba(0, 0, 0, 0.87);*/
  min-height : 100vh;
  font-size: 16px;
  background-color: #3A3A3A;
}

.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}

.full-height-vh {
  height: 100vh !important;
}

#login {
  background-image: url('../img/light-bg.jpg');
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.card {
  border: 0;
  margin: 18px 0;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.card {
  font-size: 1rem;
  font-weight: normal;
}

.card-text {
    min-width:320px!important;
    width:320px!important;
}

.card h1.card-title, .card h2.card-title, .card h3.card-title, .card h4.card-title, .card h5.card-title, .card h6.card-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

#login .login-img {
  padding: 0;
  background: #F0F0F0;
}

.height100 {
    height: 100%;
}

.letter-spacing {
    letter-spacing: 1px;
}

section {
    padding: 0;
    position: relative;
}

button:focus {
    outline: none;
}

.pre-line {
    white-space: pre-line;
}

.transform-none {
    text-transform: none;
}

.font-weight-300 {
    font-weight: 300;
}

/* Font Weight */

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*   Fine Font Weight   */

/*   Line Height   */

.line-height-xs {
    line-height: 1rem;
}

.line-height-sm {
    line-height: 1.2rem;
}

.line-height-md {
    line-height: 1.4rem;
}

.line-height-lg {
    line-height: 1.6rem;
}

.line-height-xl {
    line-height: 1.8rem;
}

/*   Fine Line Height   */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.15em;
}

p {
    font-size: 1rem;
}

a {
    color: #ffa500;
    font-weight: normal;
}

a:hover,
a:focus,
a:active,
a:not([href]):hover,
a:not([href]) {
    outline: 0;
    color: #ffa500;
}


a.text-black-href:link {
    color: #000000!important;
    font-weight: bold!important;
}

a.text-black-href:visited,
a.text-black-href:hover,
a.text-black-href:active {
    color: #000000!important;
    font-weight: bold!important;
}


.img-centered {
    margin: 0 auto;
}

/* Fine Classi generiche */


/* Pulsanti */

.button {
    background-color: #6a7989;
    padding: 1rem 3rem;
    border-radius: 0.5rem;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    font-size: 2rem;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;
}

.button:hover {
    background-color: #000000;
    color: #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.button {
    text-decoration: none;
}

a:hover.button {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a:focus.button,
a:active.button {
    text-decoration: none;
    color: #ffffff;
    background-color: #6a7989;
}

.basket-button {
    background-color: #ffa500;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    color: #000000;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    font-size: 1rem;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;
}

.basket-button:hover {
    background-color: #000000;
    color: #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

.close {
    position: absolute;
    right: 1rem;
    top: 0;
    opacity: 1;
    font-size: 3rem;
}

.errored {
    color: #ffffff;
    background-color: #e10000;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: none;
}

.btn {
    height: 44px;
    font-weight: 700;
    font-size: 1.2rem;
    background: #ffa500;
    color: #000;
    padding: 2px 30px;
    border-radius: 10px;
    text-transform: none;
    transition: all .3s ease-in-out 0s;
    border: 2px solid #ffffff;
}

.btn.login {
    font-size: 1.2rem;
    padding: 5px 15px;
    border-radius: 0rem;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;    
}

.btn:hover {
    background: #000;
    color: #faa21c;
}

.art {
    padding: 5px;
    cursor: pointer;
    font-weight: 700!important;
}

.misura {
    /*
    display: inline-block;
    width: 200px;
    */
    padding: 5px;
    color: #000;
    font-weight: 700!important;
}

.pot {
    display: inline-block;
    width: 100px;
    background: #0094FF;
    color: #ffa500;
    margin-left: 15px;
    padding:  5px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.dash1 {
    background: #ffa500;
    color: #000000;
    padding: 5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-weight: 900;
}

.dash2 {
    background: #0094FF;
    color: #000000;
    padding:  5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-weight: 900;
}

.title {
    background: #ffa500;
    color: #000000;
    font-weight: 900;
}

#main {
    min-height: 85vh;
}

#ris_gap {
    width: 50%;
}

#ris_gap th {
    background: #ffa500;
    color: #000000;
    font-weight: 900;
}

#ris_gap td {
    background: #000000;
    color: #ffa500;
    font-weight: 400;
}


.ris_tab {
    width: 100%!important;
    font-size: 14px;
}

@media (max-width: 1366px) {
    .ris_tab {
        font-size: 10px;
    }    
}

.ris_tab th.top {
    background: #FFEDCC;
    color: #000000;
    font-weight: 900;
}

.ris_tab th {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    border-right: 1px solid #808080;
    padding: 2px 5px;
    text-align: center;
}

.ris_tab td {
    color: #fff;
    font-weight: 500;
    border: 1px solid #808080;
}

.ris_tab td.text-black {
    color: #000000;
    font-weight: 500;
    border: 1px solid #808080;
}

.basket_tab {
    width: 100%!important;
}

.basket_tab th {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    border-right: 1px solid #808080;
    padding: 2px 5px;
    text-align: center;
}

.basket_tab td {
    color: #000000;
    font-weight: 500;
    border: 1px solid #808080;
}

/* aggiunte da davide */
.ris_tab tr.odd {
    /*background: rgb(255, 225, 203, 1);*/
    background: #969696;    
}

.ris_tab tr.even {
    /*background: rgb(255, 255, 255, 1);*/
    background: #737373;
}

.page-link {
    color: #000;
    background-color: #ffa500;
    border: 1px solid #000;
    font-weight: 700;
}

.page-item.active .page-link {
    color: #000;
    background-color: #ffa500;
    font-weight: 700;
}

.page-item.active .page-link {
    border: 2px solid #ffffff;
}

.page-item.disabled .page-link {
    color: #000;
    background-color: #ffa500;
    border: 1px solid #000;
    font-weight: 700;    
}

.dav-green td {
    color: green!important;
}

.dav-red td {
    color: red!important;
}

.btn-group {
    margin-bottom: 15px;
}

.curved {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.curved_stag_on {
    background-color: #ffa500;
    color: #000000;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.curved_stag_off {
    background-color: #262626;
    color: #ffffff;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.hidden {
    display: none;
}

.visibility {
    visibility: hidden;
}

.no-border {
    border: none;
}

.input-lungo {
    width: 400px;
}

#basket_list {
    color: #000000;
}

.box {
    text-transform: uppercase;
    height: 6rem;
    width: 100%;
    line-height: 2rem;
    display: flex;
    align-items: center;    
}

.data-updates {
    font-size: 0.85rem;
    color: #cdcdcd;
}

.basket {
    cursor: pointer;
}

.down-link {
    cursor: pointer;
}


.modal-sm {
    max-width: 450px!important;
}

.overlay {
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.dav-centered {
    line-height: 700px;
    height: 700px;
    text-align: center;
    color: #ffa500;
    font-size: 2rem;
    font-weight: bold;
}