@charset "utf-8";
html{
    font-family: 'Work Sans', sans-serif;
}
body{
    background: linear-gradient(to left, #e6e6e6, #d4d4d4);
}
h2{
    color: #949699;
}
i{
    margin-right: 10px;
}
input, button, select{
    margin: 10px 0px;
}
h5 {
    font-weight: bold;
}
a {
    color: #343a40;
}
a:hover {
    text-decoration: none;
    color: #f79522;
}
label {
    margin-bottom: 0px;
}
.pp_user_card {
    min-height: 435px;
    width: 350px;
    margin-top: 100px;
    margin-bottom: auto;
    background: #fff;
    position: relative;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.pp_user_card input{
    width: 100%;
    margin: 10px 0px;
}
.pp_user_card span{
    width: 40px;
    margin: 10px 0px 0px 0px;
}
.pp_brand_logo_container {
    position: relative;
    height: 110px;
    width: 110px;
    top: -90px;
    margin-bottom: -45px!important;
    border-radius: 50%;
    background: #dcdcdc;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.pp_brand_logo_container_small {
    position: absolute;
    height: 56px;
    width: 56px;
    left: 7px;
    top: 70px;
    border-radius: 50%;
    background: #dcdcdc;
    padding: 10px;
    text-align: center;
}
.pp_brand_logo {
    position: relative;
    z-index: 99;
}
.pp_btn_primary{
    margin-top: 20px;
}
.pp_intestazione{
    margin-top: 40px;
}
.pp_container {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.pp_left{
    float: left;
}
.pp_right{
    float: right;
}
.pp_clear {
    clear: both;
}
.pp_200 {
    width: 200px;
}
.pp_300 {
    width: 300px;
}
.pp_400 {
    width: 400px;
}
.pp_coupon{
    margin-top: -80px;
    margin-right: -40px;
}
.pp_int_table{
    padding: 0.75rem!important;
}
.imptxt{
    font-size: 13px;
}
.pp_filtro{
    float: left;
    margin-right: 20px;
}
.pp_btn_small{
    font-size: 14px;
    padding: 2px 10px;
    margin-top: 10px;
}
.pp_hide{
    display: none;
}
.pp_divider_chiaro {
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    margin: 10px 0px;
}
/*PERSONALIZZAZIONE BOOTSTRAP--------------------------------------------------------------------*/
.btn-primary{
    background-color: #f79522;
    border: 1px solid #f79522;
}
.table th, .table td {
    padding: 0.2rem 0.75rem;
}