* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background-color: #eaeaea;
    color: #444;
}

.container {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(10, 10, 10, 0.3);
}

a{
    text-decoration: none;
    color: #5381bf;
}

a:hover{
    text-decoration: none;
    color: #1d5b9a;
}


.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;
}


#recover:link,
#recover:visited {
    text-decoration: none;
    color: #1d5b9a;
}

#recover:hover,
#recover:active {
    text-decoration: underline;
}


.button {
    border: none;
    border-radius: 5px;
    background-color: #1d5b9a;
    text-align: center;
    color: #fff;
}

.button:hover {
    background-color: #5381bf;
    border: none;
}


header {
    z-index: 2;
    position: fixed;
    top: 0;
    background-color: #eaeaea;
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.26);
}

.user div {
    background-color: #c5cfd6;
}

.ACTIVE div {
    background-color: #eaeaea;
}

.ACTIVE i {
    color: #1d5b9a;
}

.home-menu a:link,
.home-menu a:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    -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-menu a:hover,
.home-menu a:active {
    color: #fff;
}

.home-menu a.tags {
    margin: 0px;
}

a.send-push div {
    background-color: #3749d8;
}

a.push-list div {
    background-color: #00c370;
}

a.tags div {
    background-color: #d40062;
}

header div {
    color: #5381bf;
}

header div:hover {
    color: #1d5b9a;
}

.info {
    background-color: #eaeaea;
}

.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;
}

select,
input,
textarea,
button {
    padding: 5px;
    font-size: 16px;
    margin: 5px 0 20px 0;
    border: 1px solid #b2bfd0;
}

/* DATATABLE */

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;
    color: #273d67;
}

td {
    color: black;
}

#tag-list {
    line-height: 30px;
}

.tabella div {
    color: white;
    text-align: center;
}

thead {
    background-color: #eaeaea;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

table.dataTable thead th{
    border-bottom: 1px solid #cccccc;
    padding-right: 20px;
    padding-left: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 5px 7px;
    margin-left: 2px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #5381bf !important;
    border: 1px solid #5381bf;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #5381bf;
    background-color: #5381bf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5381bf), color-stop(100%, #5381bf));
    background: -webkit-linear-gradient(top, #5381bf 0%, #5381bf 100%);
    background: -moz-linear-gradient(top, #5381bf 0%, #5381bf 100%);
    background: -ms-linear-gradient(top, #5381bf 0%, #5381bf 100%);
    background: -o-linear-gradient(top, #5381bf 0%, #5381bf 100%);
    background: linear-gradient(to bottom, #5381bf 0%, #5381bf 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #1d5b9a;
    background-color: 1d5b9a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d5b9a), color-stop(100%, #1d5b9a));
    background: -webkit-linear-gradient(top, #1d5b9a 0%, #1d5b9a 100%);
    background: -moz-linear-gradient(top, #1d5b9a 0%, #1d5b9a 100%);
    background: -ms-linear-gradient(top, #1d5b9a 0%, #1d5b9a 100%);
    background: -o-linear-gradient(top, #1d5b9a 0%, #1d5b9a 100%);
    background: linear-gradient(to bottom, #1d5b9a 0%, #1d5b9a 100%);
}

/* /DATATABLE */


.titolo-push a:link,
.titolo-push a:visited {
    text-decoration: none;
    color: #1d5b9a;
}

.titolo-push a:hover,
.titolo-push a:active {
    text-decoration: underline;
}

.logout {
    top: -10px;
    right: 0;
    position: absolute;
    line-height: 0;
    background-color: #002c4d;
    height: 100px;
    opacity: 0;
}



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;
}

.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;
}
