﻿@media (min-width:0px) and (max-width:1199px) {
    .btn{
        padding:15px;
        font-size:15px;
        margin-right:20px;
        font-size:18px;
    }
    .w-100-mobile{
        width:100%!important;
    }
    .modal-scegli-rapportino{
        max-width:100%!important;

    }
    .container-fluid {
        padding: 0 1rem!important;
    }
    label{
        font-size:20px;
    }
}

/* Smartphone e tablet */
@media (min-width:0px) and (max-width:768px) {
    .btn-sm-block{
        width:100%!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
.modal-lg {
    max-width: 98%!important;
}
}

@media (min-width:2037px){

    .btn-margin {
        margin-bottom: 0px !important;
    }
}



@media(max-width:767px) {
    ul.timeline:before {
        left: 40px;
    }

    .m-top-5px {
        margin-top: 5px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }

    .jumbotron {
        padding: 5px !important;
    }

    .table th, .table td {
        padding: 5px;
    }

    td, th {
        min-width: 50px;
    }
}