body {
    background: url("../img/back.png") top center !important;
    min-height:600px !important;
    padding:0 !important;
}
.col-xs-5 {
    padding-left:0;
}
.col-xs-12 {
    padding-left:0;
}
 .button > a, i, p {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}
  #logout > i, p {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}
  .button2 > a, i, p {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}
#wrapper {
    max-width: 960px;
    width:100%;
    padding-top:15px;
    margin-top: 15px !important;
    margin:0 auto;
    padding-bottom: 5px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    overflow:hidden;
}

/*#logo {width:auto; height:135px; margin: 30px 0; background: url("../img/logo.jpg") no-repeat center center;}*/
#logo {
    width: auto;
    height: 70px;
    margin: 60px 0;
    background: url("../img/logo.jpg") no-repeat center center;
    background-size: contain;
}
#title {
    max-width:640px;
    height:auto;
    margin:0 auto;
    color:#646473;
}
h1 {
    font-size: 58px;
    text-align:center
}

#wrapper2 {
    max-width: 960px;
    width:100%;
    /*min-height: 500px;*/
    padding-top:15px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin:0 auto;
    padding-bottom: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}
#wrapper3 {
    max-width: 960px;
    width:100%;
    min-height: 100px;
    padding-top:15px;
    padding-bottom:95px !important;
    margin-bottom: 40px !important;
    margin:0 auto;
    padding-bottom: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

#wrapper4 {
    max-width: 960px;
    width:100%;
    min-height: 280px;
    padding-top:15px;
    margin-top: 30px !important;
    margin:0 auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}
.row .small {
    height: 40px !important;
    min-height: auto !important;
}
#wrapper5 {
    max-width: 960px;
    width:100%;
    min-height: 100px;
    padding-top:15px;
    padding-bottom:120px !important;
    margin-bottom: 40px !important;
    margin:0 auto;
    padding-bottom: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
    /* border-radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}
p.title {
    color: #646473 !important;
    width: auto !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
#loginForm {
    width: 300px;
    display: block;
    margin: 0 auto;
}
#loginForm label {
    color: #646473;
}

#loginForm input {
    border: 1px solid #B9B9C8;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}
#loginForm input[type='submit'] {
    text-align: center;
    background:none;
    border:none;
    color: white;
    -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.logOut{
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
    background-color: #fe0000;
    z-index: 99;
    max-width: 90px;
    min-width: 90px;
    float: right;
    font-size: 18px;
    text-align: center;
    display:inline-block;
    margin-top: -90px ;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0 !important;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
    background-color: #fe0000;
    background-image: -webkit-linear-gradient(top, #fe0000, #cb0909);
    background-image: -moz-linear-gradient(top, #fe0000, #cb0909);
    background-image: -ms-linear-gradient(top, #fe0000, #cb0909);
    background-image: -o-linear-gradient(top, #fe0000, #cb0909);
    background-image: linear-gradient(top, #fe0000, #cb0909);
    border-top: 1px solid #fe0000;
    transition: background-position .2s ease, margin .1s ease;
    -webkit-transition: background-position .2s ease, margin .1s ease;
    -moz-transition: background-position .2s ease, margin .1s ease;
    background-repeat: repeat-x;

}

.logOut:hover {
    background-position: 0 60px }

p.typeUtente{
    display: inline !important;
}
iframe {
    display: none;
}
#loading {
    background: none;
    color: #646473;
    font-size: 30px;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    padding-left: 35%;
    margin:0 auto;
    max-width: 960px;
}


#viewTabel{
    font-size: 13px!important;
    margin: 0 auto!important;
}
.container{
    width: 100%!important;
    margin: 0 auto!important;
}
.viewTabel_wrapper{
    width: 100%!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    width:100%;
    padding : 0px!important;
    margin-left: 0px!important;
    display: inline!important;
    border: 0px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0px!important;
}

p.platform2{
     padding-left: 33%;
}

.row {
    width: 80%;
    margin:auto;
    min-height:120px;
}
div.container {

    margin: auto;
    padding: 20px;
    width:100%;

}
.spacer {
    height:50px;
}

button.button {
    color: white !important;
    width: 100%;
    position: absolute;
    height: 200px;
    padding: 12px 20px 15px 20px;
    cursor: pointer;
    text-align:center !important;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
    display: inline-block !important;
    text-decoration: none;
    transition: background-position .2s ease, margin .1s ease;
    -webkit-transition: background-position .2s ease, margin .1s ease;
    -moz-transition: background-position .2s ease, margin .1s ease;
    background-repeat: repeat-x;
}

button.button:hover {
    background-position: 0 60px;
}

button.button:active {
    -webkit-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    margin-top:2px;
    margin-bottom:-2px;
    margin-left:2px;
    margin-right:-2px;
}

button.button2 {
    color: white !important;
    width: 100%;
    position: absolute;
    max-height:100px;
    margin-top: 10px !important;
    padding: 15px 20px 50px 20px !important;
    cursor: pointer;
    text-align:center !important;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.3);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.3);
    display: inline-block !important;
    text-decoration: none;
    transition: background-position .2s ease, margin .1s ease;
    -webkit-transition: background-position .2s ease, margin .1s ease;
    -moz-transition: background-position .2s ease, margin .1s ease;
    background-repeat: repeat-x;
}

button.button2:hover {
    background-position: 0 100px;
}

button.button2:active {
    -webkit-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.3);
    margin-top:2px;
    margin-bottom:-2px;
    margin-left:2px;
    margin-right:-2px;
}

p.platform_name,
p.platform_subname {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.icon {
    display: inline-block;
    width: 100%;
    text-align:center !important;
}

td i {
    text-align:center !important;
}
#logOut{
    text-align:center !important;
}

/* Button colors
   ================================================== */
button.default {
    padding-top:20px;
    background-color: #fe0000;
    background-image: -webkit-linear-gradient(top, #fe0000, #cb0909);
    background-image: -moz-linear-gradient(top, #fe0000, #cb0909);
    background-image: -ms-linear-gradient(top, #fe0000, #cb0909);
    background-image: -o-linear-gradient(top, #fe0000, #cb0909);
    background-image: linear-gradient(top, #fe0000, #cb0909);
    border-top: 1px solid #fe0000;
}

/* Gestione utenti */
#users-table .col5 span { /* word-break: break-all; */ }
#users-table .col6 { width: 62px; }
#users-table .col6 a { color: #0f0f0f !important; }

.mybutton {
    height: 70px;
    width: 80px;
    display: block;
    padding: 0 !important;
    margin: 0;
}

#users-table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
}

#users-table th {
    background: linear-gradient(#777, #444);
    border-left: 1px solid #555;
    border-right: 1px solid #777;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    position: sticky;
    top: 0;
    z-index: 10;
}

#users-table th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

#users-table td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
}

#users-table tr:nth-child(odd) td {
    background: #f1f1f1;
}

.container-header {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: auto;
}
.container-header button,
.container-header input {
    display: inline-block;
}
.container-header div {  float: right;  }
.container-header input {  width: 220px;  }
