* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background-color: #eaeaea;
    color: #444;
}

.container {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(10, 10, 10, 0.3);
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

button {
    cursor: pointer;
}

section.no-padding {
    padding-top: 50px;
}

a{
    text-decoration: none;
    color: #5381bf;
}

a:hover{
    text-decoration: none;
    color: #1d5b9a;
}

a.button{
    display: inline-block;
}

a.button:hover{
    text-decoration: none;
    color: white;
}

.content {
    box-sizing: border-box;
    min-height: calc(100vh - 120px);
    text-align: left;
    /* padding: 130px 100px 100px 100px; */
    /* padding: 111px 30px 30px 30px; */
    padding: 111px 100px 30px 100px;
}

.content_large{
    padding: 111px 30px 30px 30px;
}

.logo {
    width: 240px;
}

.PushManager {
    text-align: center;
    line-height: 60px;
    color: #176bdd;
    margin-bottom: 50px;
}

.PushManager h1 {
    font-size: 54px;
}

.PushManager h3 {
    font-size: 30px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

p {
    line-height: 24px;
}

p a:link,
p a:visited {
    text-decoration: none;
}

p a:hover,
p a:active {
    text-decoration: underline;
}

.fa-envelope,
.fa-map-signs,
.fa-ban {
    position: relative;
    font-size: 240px;
}

.fa-envelope {
    top: -24px;
}

.testo-30px {
    line-height: 30px;
    font-size: 18px;
    width: 460px;
}

section.login {
    margin: 50px auto;
    width: 400px;
    text-align: center;
}

section.login h2 {
    margin-bottom: 50px;
}

section.login button {
    margin-top: 20px;
}

#recover:link,
#recover:visited {
    text-decoration: none;
    color: #1d5b9a;
}

#recover:hover,
#recover:active {
    text-decoration: underline;
}

.text-box {
    background-color: white;
    line-height: 30px;
    height: 30px;
    margin: 10px 0 30px 0;
    padding: 10px;
    border-radius: 5px;
}

.text-box.left {
    margin-right: 20px;
}

.tag {
    color: #cccccc;
    margin-right: 10px;
    background-color: #3b3b3b;
    padding: 5px 10px;
    ;
    border-radius: 5px;
}

.big {
    height: 180px;
}

.button {
    border: none;
    border-radius: 5px;
    min-width: 110px;
    background-color: #1d5b9a;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.button:hover {
    background-color: #5381bf;
    border: none;
}

.btn_ico{
    font-size: 14px;
    line-height: 14px;
    width: 14px;
    display: inline-block;
    margin: 2px;
}

.btn_ico_red{
    color: #dc3545;
}

.btn_ico_red:hover{
    color: #c82333;
}

.btn_ico_green{
    color: #28a745;
}

.btn_ico_green:hover{
    color: #218838;
}

.btn_ico_orange{
    color: #ffc107;
}

.btn_ico_orange:hover{
    color: #e0a800;
}

.btn_ico_blue{
    color: #1d5b9a;
}

.btn_ico_blue:hover{
    color: #5381bf;
}

.btn_ico_gray{
    color: #6c757d;
}

.btn_ico_gray:hover{
    color: #5a6268;
}

.btn_ico_light_blue{
    color: #17a2b8;
}

.btn_ico_light_blue:hover{
    color: #138496;
}

.btn_ico_dark{
    color: #343a40;
}

.btn_ico_dark:hover{
    color: #23272b;
}

.btn_red{
    background-color: #dc3545;
    color: white;
}

.btn_red:hover{
    background-color: #c82333;
    color: white;
    border: 0;
}

.btn_green{
    background-color: #28a745;
    color: white;
    border: 0;
}

.btn_green:hover{
    background-color: #218838;
    color: white;
    border: 0;
}

.btn_orange{
    background-color: #ffc107;
    color: #212529;
    border: 0;
}

.btn_orange:hover{
    background-color: #e0a800;
    color: #212529;
    border: 0;
}

.btn_gray{
    background-color: #6c757d;
    color: white;
    border: 0;
}

.btn_gray:hover{
    background-color: #5a6268;
    color: white;
    border: 0;
}

.btn_light_blue{
    background-color: #17a2b8;
    color: white;
    border: 0;
}

.btn_light_blue:hover{
    background-color: #138496;
    color: white;
    border: 0;
}

.button2 {
    border: none;
    border-radius: 5px;
    background-color: #eaeaea;
}

.button2:hover {
    background-color: #b2b2b2;
}

.button_link {
    border: none;
    border-radius: 5px;
    color: #444;
    background-color: #eaeaea;
}

.button_link:hover {
    color: #444;
    background-color: #b2b2b2;
}

header {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 960px;
    height: 70px;
    background-color: #1d5b9a;
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.26);
}

ul {
    list-style: none;
}

nav ul{
    width: 960px;
}

nav li {
    display: inline-block;
    line-height: 70px;
    font-size: 20px;
    float: left;
}

nav li:first-child div{
    padding-left: 30px;
}

nav div {
    width: auto;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.user{
    position: relative;
    width: 130px;
    float: right;
}

.user div {
    width: 100px;
    background-color: #002c4d;
}

.ACTIVE div {
    background-color: #1d5b9a;
    height: 70px;
    line-height: 700px;
}

.ACTIVE i {
    color: #fff;
}

.progect_name{
    float: right!important;
}

.progect_name div,
.progect_name div:hover{
    color: #545454;
}

.home-menu {
    text-align: center;
    margin: 30px -15px;
}

.home-menu i {
    margin: 0 0 15px 0;
    font-size: 60px;
}

.home-menu h2 {
    font-size: 20px;
}

.home-menu a:link,
.home-menu a:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    display: inline-block;
    float: left;
    width: 25%;
}

.home-menu a:hover,
.home-menu a:active {
    color: rgba(255, 255, 255, 1)
}

.home-menu div.home_link_primary {
    padding: 30px 10px;
    width: calc(100% - 50px);
    margin: 15px;
    height: auto;
    min-height: 121px;
    /* float: left; */
    border-radius: 10px;
}

.home-menu a.tags {
    margin: 0px;
}

a.home_link div {
    background-color: #5381bf;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.w_100{
    width: 100%;
}

.titolo {
    margin: 40px 0;
}

.subtitle{
    margin: 15px 0 30px 0;
    font-size: 28px;
    padding-top: 15px;
    border-top: 1px solid #c5cfd6;
}

.home-titolo {
    text-align: center;
}

.device {
    line-height: 30px;
}

header div {
    color: #5381bf;
}

header div:hover {
    color: white;
}

.dettaglio {
    margin: 50px 0;
}

.text {
    width: 480px;
    text-align: left;
}

.info {
    background-color: #eaeaea;
    padding: 20px;
    width: 200px;
    border-radius: 10px;
    text-align: right;
}

.info h2 {
    margin: 0 10px 20px 10px;
}

.info h3 {
    margin: 0 10px;
}

.info .fa-paper-plane {
    color: #0015b9;
    font-size: 30px;
}

.info .fa-check {
    color: #00e000;
    font-size: 20px;
}

.info .fa-exclamation {
    color: #d80000;
    font-size: 20px;
    margin-left: 6px;
    margin-right: 7px;
}

.info-text {
    margin-top: 30px;
    line-height: 30px;
}

.login form {
    text-align: left;
}

select,
input,
textarea,
button {
    padding: 5px;
    font-size: 16px;
    margin: 5px 0 20px 0;
    border: 1px solid #b2bfd0;
}

.input-titolo {
    width: 750px;
}

textarea {
    line-height: 20px;
    width: 750px;
    height: 154px;

}

.login input {
    width: 390px;
}

.orario {
    padding-top: 15px;
    text-align: left;
}

.orario input {
    margin-bottom: 0;
}

table {
    z-index: 1;
    border: 0px solid black;
    background-color: white;
    width: 760px;
    text-align: left;
}

table.dataTable thead th,
table.dataTable tbody td {
    padding: 0;
}

table.dataTable thead th.nome-tag,
table.dataTable tbody td.nome-tag,
table.dataTable thead th.data,
table.dataTable tbody td.data,
table.dataTable thead th.modifica,
table.dataTable tbody td.modifica,
table.dataTable thead th.titolo-push,
table.dataTable tbody td.titolo-push,
table.dataTable thead th.mittente,
table.dataTable tbody td.mittente,
table.dataTable thead th.gruppo,
table.dataTable tbody td.gruppo,
table.dataTable thead th.nome-app,
table.dataTable tbody td.nome-app {
    padding: 0 10px;
}

th.data,
td.data,
th.modifica,
td.modifica {
    text-align: center
}

td,
th {
    border: 1px solid #cccccc;
}

td {
    color: black;
}

.dataTables_length select{
    font-size: 12px;
    padding: 0;
    text-align: center;
    height: 23px;
    line-height: 22px;
    margin: 0  0 15px 0;
}

.dataTables_filter input{
    height: 23px;
    line-height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0  0 15px 0;
}

.dataTables_length label,
.dataTables_filter label{
        font-size: 12px;
}

.custom_table th,
.custom_table td{
    padding: 4px 10px!important;
}

.td_operation{
    width: 10%;
}

.custom_table{
    width: 100%!important;
}

#tag-list {
    line-height: 30px;
}

.tabella{
    margin-bottom: 30px;
}

.tabella div {
    color: white;
    text-align: center;
}

.edit-tag-col,
.delete-tag-col {
    width: 30px;
}

.new-tag,
.edit-tag,
.delete-tag {
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    border: none;
}

.new-tag:hover,
.edit-tag:hover,
.delete-tag:hover {
    color: black;
}

.new-tag {
    margin-top: 30px;
    display: inline-block;
    padding: 10px;
    background-color: #28a745;
}

.edit-tag {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #e3af00;
}

.delete-tag {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #dc3545;
}

thead {
    background-color: #273d67;
}

.data,
.modifica {
    text-align: left;
    width: 25%;
}

#push-table {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
}

#push-table .fa-check {
    color: #00e000;
}

#push-table .fa-exclamation {
    color: red;
}

.data-ora {
    text-align: center;
    width: 18%
}

.nome-app {
    width: 12%;
}

.titolo-push{
    20%;
}

.gruppo {
    /* width: 18%; */
}

.status{
    width: 170px;
}

.status span{
    display: block;
    font-size: 12px;
}

td.status{
    padding-left: 10px!important;
    padding-right: 10px!important;
    text-align: center;
}

.stato,
.delete-push-col {
    text-align: center;
}

.delete-push-col {
    width: 24px;
}

.delete-push {
    width: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    background-color: red;
}

.delete-push:hover {
    color: black;
}

.titolo-push a:link,
.titolo-push a:visited {
    text-decoration: none;
    color: #1d5b9a;
}

.titolo-push a:hover,
.titolo-push a:active {
    text-decoration: underline;
}

.filtra-per p {
    color: #3b3b3b;
    text-align: left;
    width: 100px;
}

.logout,
.logout h4,
.logout button,
.logout .button_link, {
    position: relative;
}

.logout {
    top: -8px;
    right: 0;
    position: absolute;
    line-height: 0;
    background-color: #002c4d;
    height: 100px;
    opacity: 0;
}

.logout:hover {
    height: 200px;
    opacity: 1;
}

.logout i {
    margin: 37px 0;
}

.logout h4 {
    line-height: 0;
    top: -10px;
    font-size: 18px;
}

.logout button,
.logout .button_link {
    margin: 25px 0 0 0;
    font-size: 18px;
    padding: 17px;
    display: inline-block;
}

footer {
    height: 120px;
    background-color: #eaeaea;
    padding: 0 300px;
}

footer img {
    height: 120px;
}

footer .right {
    color: #176bdd;
    line-height: 32px;
    text-align: right;
    margin-top: 28px;
    margin-bottom: 28px;
}

footer h2 {
    font-size: 32px;
}

footer h4 {
    font-size: 20px;
}

#modale {
    display: none;
    position: fixed;
    z-index: 9999;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

#modale_token {
    display: none;
    position: fixed;
    z-index: 9999;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.token_box{
    text-align: left;
    display: block;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#modale_token .finestra-modale{
    width: 100%;
    max-width: 1474px;
}

.finestra-modale {
    text-align: center;
    position: fixed;
    top: 200px;
    left: 0px;
    right: 0px;
    background-color: white;
    margin: 0 auto;
    width: 920px;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.26);
}

#chiudi {
    color: red;
    padding: 0;
    font-size: 32px;
}

#modale input {
    width: 400px;
    margin: 20px 0 50px 0;
}

#avviso {
    display: none;
    color: red;
    margin-bottom: 20px;
}

#modale ul {
    text-align: left;
    margin-bottom: 20px;
}

#modale ul li {
    line-height: 40px;
    word-break: keep-all;
    display: inline;
    margin: 0 16px;
}

#modale .checkbox {
    width: auto;
    margin: 0;
}

#modale button {
    margin: 0 10px;
}

#modale p {
    margin-bottom: 20px;
}

#clear,
#annulla {
    background-color: #d9555f;
    border-top-color: #d87179;
    border-left-color: #d87179;
    border-bottom-color: #c33a44;
    border-right-color: #c33a44;
}

#clear:hover,
#annulla:hover {
    background-color: #ff6e79;
    border-top-color: #ff98a0;
    border-left-color: #ff98a0;
    border-bottom-color: #dd3d49;
    border-right-color: #dd3d49;
}

.inattivo {
    opacity: 0.3;
    pointer-events: none;
}

#datepicker {
    width: 100px;
}

.banner-invio {
    line-height: 50px;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0;
    display: block;
}

.banner-alert {
    line-height: 50px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0;
    display: block;
}

.banner-info {
    line-height: 50px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0;
    display: block;
}

.ui-widget-content {
    color: #fff;
}

/* GESTIONE */

.gest_menu{
    margin-left: -15px;
    margin-right: -15px;
}

.gest_menu h3{
    padding-left: 15px;
}

.home_link_gest{
    width: 25%;
    float: left;
    display: block;
}

.home_link_box{
    text-align: center;
    padding: 10px 0;
    width: calc(100% - 30px);
    margin: 15px;
    height: auto;
    border-radius: 10px;
    background-color: #eaeaea;
}

.home_link_box p{
    font-size: 16px;
    margin-bottom: 0;
}

.home_link_box i{
    font-size: 42px;
}

.home_link_gest p,
.home_link_gest i{
    color: rgba(0,0,0,0.8);
    opacity: 0.8;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home_link_gest:hover p,
.home_link_gest:hover i{
    color: rgba(0,0,0,1);
}

/* /GESTIONE */

/* GRID */

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.row:after{
    content: '';
    display: block;
    clear: both;
}

.col_1{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_2{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_3{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_4{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_5{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_6{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_7{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_8{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_9{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_10{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_11{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col_12{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

/* /GRID */

/* FORM GROUP */

.form_group h3{
    display: block;
    box-sizing: border-box;
}

.form_group input,
.form_group textarea,
.form_group select{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.form_group select{
    height: 33px;
    line-height: 33px;
}

/* /FORM GROUP */

/* FORM DETAIL */

.row_deatail p{
    margin-top: 0;
    margin-bottom: 17px;
}

/* /FORM DETAIL */

/* TABLE FILTER */
.table_filter{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -63px;
    z-index: 1;
}

.table_filter label{
    font-size: 12px;
    color: #273d67;
}
/* /TABLE FILTER */

/* UI TOOLTIP */

.ui-tooltip{
    width: auto!important;
    max-width: auto!important;
    font-size: 12px !important;
    padding: 5px 6px !important;
    box-shadow: 0 0 0 0 rgba(0,0,0,0)!important;
    color: #273d67!important;
}

/* /UI TOOLTIP */

/* TOKEN */

.token_container{
    width: 100%;
    max-width: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    cursor: pointer;
}

.token_container:hover{
    color: #273d67;
}

/* /TOKEN */

/* -------------------------------- MEDIA QUERIES -------------------------------- */

/*  ---------------- Media Query 959px ----------------
   |                                                   |
   |                                                   |
   |                                                   |
   |                                                   | */

@media screen and (max-width: 959px) {

    .container {
        width: 720px;
    }

    .content {
        padding: 200px 50px 100px 50px;
    }

    header {
        width: 720px;
    }

    /* .home-menu {
        height: 220px;
    }

    .home-menu div {
        width: 140px;
        height: 200px;
    }

    .home-menu i {
        margin: 20px 0;
        font-size: 96px;
    }

    .home-menu h2 {
        font-size: 24px;
    }

    .home-menu a:link,
    .home-menu a:visited {
        margin-right: 20px;
    }

    .home-menu a.tags {
        margin: 0px;
    } */

    .input-titolo {
        width: 605px;
    }

    .text {
        width: 340px;
    }

    textarea {
        width: 605px;
        height: 200px;
    }

    .orario {
        width: 40%;
    }

    footer {
        padding: 0 180px;
    }

    .testo-30px {
        width: 300px;
    }

    .delete-push {
        line-height: 48px;
    }

    /* GRID */

    .col_1,
    .col_2,
    .col_3,
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* /GRID */

}

/*  ---------------- Media Query 719px ----------------
   |                                                   |
   |                                                   |
   |                                                   |
   |                                                   | */

@media screen and (max-width: 719px) {

    .container {
        width: 480px;
    }

    .content {
        padding: 150px 20px 100px 20px;
        min-height: calc(100vh - 100px);
    }

    .login input {
        width: 385px;
    }

    header {
        width: 480px;
        height: 100px;
    }

    nav li {
        line-height: 100px;
        font-size: 48px;
    }

    .home-menu div {
        padding: 20px;
        width: 320px;
        height: 60px;
        line-height: 60px;
    }

    .home-menu i {
        line-height: 60px;
        margin: 0;
        font-size: 40px;
        float: left;
    }

    .home-menu a:link,
    .home-menu a:visited {
        margin: 0px 0px 20px 0px;
    }

    .titolo {
        text-align: left;
    }

    .data,
    .modifica {
        width: 25%
    }

    .input-titolo {
        width: 425px;
    }

    .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .info {
        text-align: left;
        width: 400px;
    }

    .info h2,
    .info h3,
    .info i {
        float: left;
    }

    textarea {
        width: 425px;
        height: 250px;
    }

    .orario {
        width: 60%;
    }

    .send {
        clear: both;
        margin: 20px 0;
    }

    .print {
        float: none;
    }

    .logout {
        top: -100px;
        height: 100px;
    }

    .logout:hover {
        height: 160px;
    }

    .logout i {
        margin: 24px 0;
    }

    .logout h4 {
        top: -5px;
        font-size: 15px;
    }

    .logout button {
        margin-top: 15px;
        font-size: 15px;
    }

    footer {
        height: 100px;
        background-color: #eaeaea;
        padding: 0px 100px;
    }

    footer img {
        height: 100px;
    }

    footer .right {
        line-height: 24px;
        color: #176bdd;
        text-align: right;
        margin-top: 26px;
        margin-bottom: 26px;
    }

    footer h2 {
        font-size: 24px;
    }

    footer h4 {
        font-size: 15px;
    }

    .finestra-modale {
        width: 100%;
    }

    .testo-30px {
        text-align: left;
        float: none;
        width: 100%
    }

    .fa-envelope,
    .fa-map-signs,
    .fa-ban {
        float: none;
        margin-top: 100px;
    }

    .center-small {
        text-align: center;
    }

    .delete-push {
        line-height: 48px;
    }

    th.stato,
    td.stato {
        width: 20px;
    }

}

/*  ---------------- Media Query Stampa ---------------
   |                                                   |
   |                                                   |
   |                                                   |
   |                                                   | */

@media print {

    header,
    footer,
    .content > a,
    #print-preview {
        display: none;
    }
}
