/************************************************************************************* GLOBAL ***************************************************************************************/

@media screen and (max-width: 1250px) {
    body {
        font-size: 100%;
    }
    .table,
    .table thead,
    .table tbody,
    .table tr,
    .table th,
    .table td {
        display: block;
    }
    .table {
        text-align: left;
        background-color: #ffffff;
        margin: auto;
        padding: 0;
    }
    .table thead {
        display: none;
    }
    .table td {
        padding-left: 115px;
        position: relative;
        margin: auto;
        background: #FFF;
        min-height: 60px;
    }
    .table td::before {
        padding: 10px;
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 110px;
        bottom: 0;
        background-color: rgba(53, 53, 53, 0.37);
        color: #ffffff;
        display: flex;
        align-items: center;
        font-weight: bold;
        text-align: left;
    }
    .table tr {
        margin-bottom: 3rem;
        border: 1px solid rgba(53, 53, 53, 0.37);
    }
    .table th+td {
        padding-left: 10px;
    }
    .tableShow,
    .tableShow thead,
    .tableShow tbody,
    .tableShow tr,
    .tableShow th,
    .tableShow td {
        display: block;
    }
    .tableShow {
        text-align: left;
        background-color: #ffffff;
        margin: auto;
        font-size: 14px;
        border-right: 1px solid #efefef;
        box-shadow: none;
        border: none;
    }
    .tableShow thead {
        display: none;
    }
    .tableShow td {
        padding-left: 160px;
        position: relative;
        margin: auto;
        background: #FFF;
        min-height: 40px;
        border: 1px solid #dee2e6;
    }
    .tableShow td::before {
        padding: 10px;
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        bottom: 0;
        background-color: rgba(53, 53, 53, 0.37);
        color: #ffffff;
        display: flex;
        align-items: center;
        font-weight: bold;
        text-align: left;
    }
    .tableShow th+td {
        padding-left: 10px;
    }
    .tableShow th {
        display: none;
    }
    h2 {
        font-size: 1.5em !important;
    }
    .headers {
        display: none;
    }
    .buttonform {
        padding: 1em;
    }
    .sel {
        width: 200px;
        height: 35px;
    }
    .inp {
        width: 200px;
        height: 35px;
    }
    .mx-auto1 {
        width: 90%;
        padding: 0.15emx;
        text-align: center !important;
    }
    .mx-auto2 {
        width: 90% !important;
    }
    .mx-auto3 {
        margin: auto;
        width: 550px;
    }
    .form-group1 {
        display: block;
        margin: auto;
    }
    .label {
        display: block;
        text-align: center;
        margin: auto;
        width: auto;
        font-size: 15px;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .label2 {
        display: block;
        text-align: center;
        margin: auto;
    }
    .labellog {
        display: block;
        text-align: left;
        font-size: 20px;
    }
    .legendPresta {
        font-size: 25px;
    }
    .btn-info {
        display: block !important;
        margin: auto;
    }
    .btn {
        display: block !important;
        margin: auto;
    }
    .maxfile {
        font-size: 20px;
    }
    .header {
        background-color: #fff;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .38);
        position: fixed;
        width: 100%;
        z-index: 3;
        color: #000000;
    }
    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }
    .header li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
    }
    .header li a:hover,
    .header .menu-btn:hover {
        background-color: #f4f4f4;
    }
    .header .logo {
        display: block;
        float: left;
    }
    /* menu */
    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }
    /* menu icon */
    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }
    .header .menu-icon .navicon {
        background: #333;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }
    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }
    .header .menu-icon .navicon:before {
        top: 5px;
    }
    .header .menu-icon .navicon:after {
        top: -5px;
    }
    /* menu btn */
    .header .menu-btn {
        display: none;
    }
    .header .menu-btn:checked~.menu {
        max-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        text-align: center;
        margin: auto;
        z-index: auto;
        margin-bottom: 0;
        list-style: none;
    }
    .header .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }
    .header .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }
    .header .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        top: 0;
    }
}

@media only screen and (max-width: 700px) {
    .mx-auto3 {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .input-img {
        display: none;
    }
    .form-control2 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .btn-primary1 {
        width: 80px !important;
    }
    .inp {
        width: 150px;
    }
    .sel {
        width: 150px;
    }
}

@media only screen and (max-width: 1500px) {
    .listCalendar {
        display: none;
    }
    .blockCalendar {
        padding: 0;
    }
}
