@charset "utf-8";
body, html {
  height: 100%;
  margin: 0;
}
body{
    /*background: linear-gradient(to left, #e6e6e6, #d4d4d4);*/
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
h2{
    color: #949699;
}
i{
    margin-right: 10px;
}
h5 {
    font-weight: bold;
}
a {
    color: #343a40;
    text-decoration: none;
    transition: color 0.5s;
}
a:hover {
    text-decoration: none;
    color: #f79522;
}
label {
    margin-bottom: 0px;
}
.pp_content{
    flex: 1;
}
.pp_user_card {
    min-height: 435px;
    width: 400px;
    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%;
}
.pp_user_card span{
    width: 40px;
}
.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);
    margin-top: 50px;
    padding: 10px 20px;
}
.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;
}
.gradient-background {
  height: 100%;
  animation: gradientAnimation 5s linear infinite alternate;
  background-size: 200% 200%;
  background-image: linear-gradient(to bottom, #FFA500, #FF4500);
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}  
.gradient-background_fixed {
  background-image: linear-gradient(to bottom left, #f79522, #ff6203);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.gradient-background_fixed_grey {
  background-image: linear-gradient(to bottom left, #dad2d8, #fff);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pp_sezione_dx_home{
    background-color: #fff;
    box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.4) inset;
    padding-left: 0px;
    padding-right: 0px;
}
.pp_tito_aranc1{
    background-color: #0F8B8D;
    width: 100%;
    color: white;
    padding: 5px 5px 5px 20px;
    font-size: 1.5em;
    font-weight: 700;
    box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.4) inset;
}
.pp_txt_aranc1{
    padding: 20px 20px 0px 20px;
}
.pp_txt_aranc2{
    padding: 1px 20px 0px 20px;
    background-color: #DAD2D8;
    box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.4) inset;
    padding-bottom: 20px;
}
.pp_data_selector{
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #0F8B8D;
}
.pp_input{
    margin-top: 20px;
}
.pp_label{
    margin-bottom: 5px;
}
.pp_btn_date{
    /*background: linear-gradient(to top left, #ffb400, #ff9103);*/
    background-color: #F79522;
    width: 100%;
    color: white;
    padding: 35px 10px;
    font-size: 2em;
    font-weight: 500;
    box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.4) inset;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s;
}
.pp_btn_date:hover, .pp_btn_date_small:hover, .pp_btn_close_stream:hover{
    background-color: #f86003;
}
.pp_btn_date_small{
    /*background: linear-gradient(to top left, #ffb400, #ff9103);*/
    background-color: #F79522;
    color: white;
    padding: 10px 10px;
    font-size: 2em;
    font-weight: 500;
    box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.4) inset;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s;
}
.pp_img_home1{
    background-image: url("immagini/home1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.pp_img_rec1{
    background-image: url("immagini/rec1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.pp_img_recording_import{
    background-image: url("immagini/sfondo2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.pp_img_reg1{
    /*background-image: url("immagini/home1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   */ 
}
.pp_txt_w1{
    padding: 0px;
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin: 0px;    
}
.pp_txt_w2{
    padding: 0px;
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: -20px;    
}
.pp_txt_login1{
    padding: 0px;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0px;
    font-family: 'Kanit', sans-serif;
}
.pp_container_2{
    background-color: white;
    margin-top: 50px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);    
}
.pp_container_3{
    background-color: white;
    margin-top: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.pp_container_orange{
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}   
.pp_table_striped > tbody > tr:nth-child(odd) > td, .pp_table_striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffd378;
}
.pp_table_striped > tbody > tr:nth-child(even) > td, .pp_table_striped > tbody > tr:nth-child(even) > th {
    background-color: #ffd378;
}
.pp_table_striped > thead > tr > th{
    background-color: #ff5003;
    color: white;
}
.pp_footer{
    background-color: #dad2d8;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.pp_titolo_paragrafo{
    width: 100;
    padding: 5px;
    background-color: #dad2d8;
    font-size: 1.5em;
}
/*MENU--------------------------------------------------------------------*/
.pp_cont_menu {
    /*background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);*/
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    /*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 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
    padding: 0px 0px 0px 0px;
}
.pp_btn_menu{
    padding: 10px;
    text-align: center;
    border-top: 1px solid #0f8b8d;
    font-weight: 400;
    transition: background-color 0.5s;
}
.pp_btn_menu:hover{
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.pp_btn_menu_hide{
    padding: 10px;
    text-align: center;
    border-top: 1px solid #0f8b8d;
    font-weight: 400;
    transition: background-color 0.5s;
}
.pp_btn_menu_hide:hover{
}
.pp_icon_menu{
    margin-bottom: 10px;
}
.pp_menu_active{
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #fff;    
}
/*MENU--------------------------------------------------------------------*/
th .freccia {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.2em;
 /* vertical-align: middle;*/
  transition: transform 0.2s;
}

th.asc .freccia::before {
  content: '\2191'; /* Freccia su */
}

th.desc .freccia::before {
  content: '\2193'; /* Freccia giù */
}

th.asc.desc .freccia::before {
  content: ''; /* Nessuna freccia */
}
.polaroid {
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.5);
    margin: 20px 0px;
    border: 1px solid #0f8b8d;
}
.titolo_camera{
    font-size: 1.5em;
    font-weight: 500;
    padding-left: 10px;
}
.pp_div_camere1{
    padding: 20px 10px;
}
.pp_reg_off{
    color: #0f8b8d;
    cursor: pointer;
}
.pp_reg_on{
    color: red;
    cursor: pointer;
    margin-left: 20px;
}
.pp_online{
    color: #0f8b8d;
    font-weight: 400;
}
.pp_offline{
    color: #d82f11;
    font-weight: 700;
}
.pp_date_small{
    width: 160px;
    display: inline;
}
.pp_btn_close_stream{
    background-color: #F79522;
    color: white;
    padding: 10px 10px;
    font-size: 1.2em;
    font-weight: 500;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s;
}
.pp_logout:hover{
    color: #fff;
}
.pp_no_stream{
    text-align: center;
    width: 100%;
    font-size: 2em;
    padding-top: 120px;
}
/* Stile per il div di sovraimpressione */
.pp_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    pointer-events: none; /* Permette di cliccare gli elementi sottostanti */
}

/* Stile per il testo del div di sovraimpressione */
.pp_overlay-text {
    color: #fff;
    font-size: 24px;
}
/*PERSONALIZZAZIONE BOOTSTRAP--------------------------------------------------------------------*/
.btn-primary{
    background-color: #f79522;
    border: 1px solid #f79522;
}
.table th, .table td {
    padding: 0.2rem 0.75rem;
}
@media (max-width: 767px) {
    .pp_txt_w1{
        font-size: 40px;
    }
    .pp_txt_w2{
        font-size: 25px;
    }
    .pp_spazio_small_screen{
        padding-bottom: 100px;
    }
}