﻿/*COLOR*/
/* COMMON */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F5;
  color: #2a2b56;
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  padding-top: 200px;
  padding-left: 0;
  padding-bottom: 50px;
  padding-right: 0;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.form-control:focus {
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

h5 {
  font-size: 17px !important;
  font-weight: 700 !important;
}

h6 {
  font: 15px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.badge {
  font-size: 11px;
  font-weight: 500;
  cursor: default;
}

.not-allowed {
  cursor: not-allowed;
}

.mr-6 {
  margin-right: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mt-50 {
  margin-top: 50px;
}

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.alert {
  font-weight: 500 !important;
}

.alert a {
  color: inherit;
}

.alert-dismissible {
  padding-right: 3rem !important;
}

.text-blu {
  color: #183a68 !important;
}

.text-gray {
  color: gray;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #2B2C55 !important;
  border-color: #2B2C55 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #2B2C55 !important;
  background-color: #FEDD4F !important;
  border-color: #D7C160 !important;
}

.btn-dark:focus,
.btn-dark.focus,
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none !important;
}

.modal .delete-item.btn-danger {
  padding: 5px;
  line-height: 1;
}

/* HEADER */
header {
  background-color: #a8b5c5;
  height: 140px;
}

.header-logo {
  height: 62px;
  width: auto;
}

.user-header {
  color: #ffffff;
  padding: 10px 0;
  background-color: #183a68;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ffd300;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffd300;
  background-color: transparent;
}

.dropdown-menu {
  background-color: #2a2b56;
  border: 1px solid #ffffff;
}

/* MAIN */
#login-cont a,
#recuperapass-cont a {
  color: #183a68 !important;
}

.responsive-cont {
  width: 90% !important;
  max-width: 1140px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.table th, .table td {
  vertical-align: middle;
  text-align: center;
}

#table-utenti-registrati th,
#table-utenti-registrati td {
  font-size: 13px;
}

#table-utenti-registrati .fa-paper-plane {
  transform: translateX(-1px);
}

.btn-wrapper .btn[disabled] {
  pointer-events: none;
}

.coupon-invalid {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  color: #e95555;
}

/* FOOTER */
footer {
  padding: 30px 0;
}

footer a {
  color: #183a68;
  text-decoration: none;
}

footer a:hover {
  color: inherit;
}

/* MEDIA QUERY */
@media only screen and (max-width: 1200px) {
  .responsive-cont {
    width: 95% !important;
  }
}
@media only screen and (max-width: 992px) {
  .responsive-cont {
    width: 98% !important;
  }
}
@media only screen and (max-width: 575px) {
  header {
    height: 100px;
  }

  /*.header-logo {
      height: 80px;
  }*/
}
@media only screen and (max-width: 350px) {
  /*footer {
      font-size: 15px;
  }*/
}
@media only screen and (max-width: 315px) {
  header {
    height: 75px;
  }

  /*.header-logo {
      height: 60px;
  }*/
  /*footer {
      font-size: 12px;
  }*/
}
@media only screen and (max-width: 175px) {
  .header-logo {
    height: auto;
    width: 100%;
  }
}
