body {
    background: #d2d6de;
}

.error-box {
    padding: 0;
    background: #3c8dbc;
    list-style: none;
}

.error-box li {
    padding: 5px;
    text-align: center;
    font-weight: lighter !important;
    color: #fff;
}

.login-logo {
    max-width: 240px;
    margin: 20px auto;
}

.login-box-body,
.register-box-body {
    background: #fdfbfb;
}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -170px;
}

.tab-setting {
    width: 50%;
    border: none !important;
    border-radius: 0 !important;
}

.tab-setting a {
    font-size: 14px;
    border: none !important;
    text-align: center;
    border-radius: 0 !important;
    background-color: #3c8dbc !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.nav-tabs>li>a {
    margin-right: 0 !important;
    color: #000;
}

.logoPosizione {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.logoPosizioneEfree {
    right: 90px;
}

.logoPosizioneEfreeShark {
    right: 140px;
}

.lockscreen-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #0d6aad;
    left: -66px !important;
    top: -18px;
}

.lockscreen-image>img {
    width: 116%;
    height: auto;
    margin-top: -12px;
    margin-left: -4px;
}

#tabellaDirettiIndiretti tbody tr td {
    padding: 8px 0 !important;
}

.tabellaAltezza tbody tr td {
    padding:2px 2px !important;
}

label {
    font-size:12px;
}

.disabilitaLink strong {
    color:grey !important;
    font-weight: bold !important;
}

.dataTable {
    width:100% !important;
}

.alertify-logs {
    bottom:0 !important;
}

.alertify-logs .success {
    bottom:0 !important;
}

@page {
    margin: 0;
}

.dataTables_wrapper {
    margin-top:20px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-right:20px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding:0 !important;
}

.dt-button {
    background-color: #00c0ef;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
}

.select2-container--default .select2-selection--single {
    height: 34px;
}

.login-box .nav-tabs .active a {
    background: #fff !important;
    color:#0d6aad !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color:#000;
}

.lista-domande li {
    padding:10px;
    border:1px solid #0d6aad;
}

.tabellaTemperatura td {
    padding:2px !important;
    font-size:12px;
}

#collapseThree a {
    color: #3d3000;
    font-weight: bold;
}

.lista-completa-distinta > * {
    opacity: 0.6;
}

.lista-completa-distinta:hover >  * {
    opacity: 1;
}

.loader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    left: 0;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    text-align: center;
}

.loader img {
    display: block;
    margin: auto;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
}

.dropdown-sortable-menu li {
    padding: 2px;
    font-size: 14px;
    cursor: pointer !important;
}

.dropdown-sortable-menu li:hover {
    background: #c2c2c2 !important;
}

.draggable--over {
    background: #c2c2c2 !important;
}

.table-edit tr:hover {
    cursor:pointer;
    background: #e5e5e5 !important;
}

.control-sidebar {
    width:0;
    padding-top:0;
}

.control-sidebar-open {
    width:68%;
    min-height: 100%;
}

.control-sidebar.control-sidebar-open {
    right: -14px;
    top:-15px;
}

.attivo-partita {
    margin-top: 46px;
}

.select2-container {
    width: 100% !important;
}

.dropdown-lista-preventivi ul {
    height:220px;
}

.modal-body img {
    transition: transform .2s; /* Animation */
}

.modal-body img:hover {
    transform: scale(4);
}

.big-image {
    transition: transform .2s; /* Animation */
}

.big-image:hover {
    transform: scale(4);
}

.sticky-button-slide {
    width: 230px;
    position: sticky !important;
    color:#000 !important;
    left:10px !important;
}

.sticky-button-slide button{
    width: 40%;
}

.scroll-head {
    position: fixed;
    width: 206px;
    top: 0;
}

@media screen and (max-width: 992px) {
    .nav-tabs.control-sidebar-tabs > li {
        display: inline-block;
        width: 50%;
        font-size: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
