﻿/*CSS DESKTOP 1200PX VERSION*/
@media only screen and (min-width:990px) and (max-width:1200px) {
    h3,h4 {
        font-size: 12px !important;
    }
}
@media only screen and (min-width:701px) and (max-width:1600px) {
    body, input, .sidebar span{
        font-size:12px !important;
    }
    h3,h4{
        font-size:16px;
    }
    label, span{
        font-size:10px !important;
    }
    table,tr,td{
        font-size:9px !important;
    }
    .box-title{
        font-size:14px !important;
    }
    .fa-2x{
        font-size:18px !important;
    }
}
/*CSS MOBILE VERSION*/
@media only screen and (min-width:150px) and (max-width:700px) {
    div.dt-buttons {
        padding-bottom: 15px;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
    .btn {
        margin-top: 5px !important;
    }
    img.logo-lg {
        padding-left: 30px !important;
    }
}


.btn {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*.skin-blue .main-header .navbar {
    background-color: #0183bf !important;
}*/
.skin-blue .main-header .logo {
    background-color: #0174a9 !important;
}
.skin-blue .sidebar-menu > li.header {
    color: #ffffff;
    background: #00a65a;
    font-weight: 600;
}
/*.skin-blue .sidebar-menu > li.active > a {
    border-left-color: #f7a22d !important;
}*/


.row {
    MARGIN-BOTTOM: 5px;
}

select:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
    background-color: #ffff003b !important;
}

.table-hover > tbody > tr:hover {
    background-color: #ffff003b !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #efefef;
}

.input-sm {
    height: 25px !important;
}

.tableBody {
    width: 100%;
    overflow: scroll;
}

.table-sm {
    min-height: 0;
    max-height: 300px;
}

.table-md {
    min-height: 0;
    max-height: 500px;
}

.table-lg {
    min-height: 0;
    max-height: 800px;
}

/*th.sorting::after, th.sorting::before, th.sorting_asc::after, th.sorting_asc::before, th.sorting_desc::after, th.sorting_desc::before {
    display: none !important;
}*/

th.sorting, th.sorting_asc, th.sorting_desc, th.sorting_disabled {
    position: sticky !important;
    top: 0 !important;
    background-color: white;
    z-index: 99;
}


.dt-buttons button {
    background-color: #808080;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
}

.dt-buttons button:hover {
    background-color: #616161;
    color: white;
    font-weight: bold;
}

.box-shadow {
    box-shadow: 5px 5px 9px 2px #80808069;
}


input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
}

.box-shadow-100 {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 8px 35px 0px rgba(0, 6, 55, 0.26);
}

.title-box {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #f8a82d !important;
    margin: 3px !important;
    font-weight: bold !important;
    margin-top: 15px !important;
}

.border-bottom-blue {
    border-bottom: 2px solid #007bae !important;
}
.btn-delizie {
    width: 100%;
    background-color: #fbb02d;
    color: white;
}
.btn-delizie:hover {
    background-color: #e99a0a !important;
}
.text-red{
    color: #d21902 !important;
}
.full-width{
    width:100% !important;
}

th, th.sorting, th.sorting_asc, th.sorting_desc, th.sorting_disabled {
    position: sticky !important; 
    top: -5px !important; 
    background-color: white; 
}
