﻿html body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #7a7b7b;
}

/* GENERALE */
.btn-my {
    background-color: #32ba6e;
    border: 1px solid #32ba6e;
    border-radius: 500px;
    color: #fff;
}

/* MENU' */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:active,
.navbar-light .navbar-nav .nav-link.active:active,
.navbar-light .navbar-nav .nav-link.show:active,
.navbar-light .navbar-nav .show > .nav-link:active {
    border-bottom: 2px solid #32ba6e;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-fixed {
    z-index: 99999;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 10px 30px;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #fff !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.dropdown-menu {
    min-width: initial;
}

/* BORDER */
.border-top-trolley-grey {
    border-top: 1px solid #7a7b7b;
}

.border-bottom-trolley-grey {
    border-bottom: 1px solid #7a7b7b;
}

.border-top-sea-green {
    border-top: 2px solid #32ba6e;
}

.border-bottom-sea-green {
    border-bottom: 2px solid #32ba6e;
}

.border-left-sea-green {
    border-left: 2px solid #32ba6e;
}

.border-right-sea-green {
    border-right: 2px solid #32ba6e;
}

.table {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

    .table thead th {
        border: none;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .table td, .table th {
        border: none;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

/* CONTATTI */
.form-control {
    border: none;
    border-radius: 0;
}

#CheckBoxPrivacy {
    width: auto;
    height: 20px;
    position: absolute;
}

#LabelPrivacy {
    font-size: 0.8rem;
    text-align: left;
    margin-left: 20px;
    line-height: normal;
    line-height: normal;
}
