/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-lug-2021, 12.47.58
    Author     : scasali
*/



@media only screen and (max-aspect-ratio: 13/9){
    .left_col{
        overflow: hidden !important;
        height: 100%;
        z-index: 999999;
        border-right: 1px #C6CAD4 solid;
        background: #fff;

    }
    
    .dataTables_filter{
        width: auto !important;
        margin-right: 0px;
    }
    .dataTables_length{
        width: auto !important;
        margin-right: 0px;
    }
    .x_panel{
        padding-left:5px;
        padding-right:5px;
    }
    thead{
        font-size:10px;
    }
    
    .nav_menu{
        margin-bottom: 0px;
    }
    .btn{
        font-size:20px;
        padding-bottom: 6px;
        padding-top: 6px;
        
    }
    
    .right_col{
        display: table-cell;
    }
    td img{
        height: 35px;
    }
    .form-control{
        height: 45px;
    }
    
    .select2-container .select2-selection--single {
        height: 45px !important;
    }
    .select2-results__option{
        padding:20px !important;
        font-size: 18px !important;
    }
    .calendar-date{
        font-size:40px !important;
    }
    table{
        font-size:20px;
    }
    .calendar{
        max-width: 500px !important;
        width: auto;
        font-size:20px !important;
    }
    .daterangepicker td{
        font-size:20px !important;
    }
    
}