/*
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.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/
.show-xs{
    display: none !important;
}

.containerbuttons-ticket div:nth-child(3) {
    position: absolute;
    right: 60px;
}
.containerbuttons-ticket div:nth-child(4) {
    position: absolute;
    right: 0px;
}
.containerbuttons-ticket div:nth-child(5) {
    position: absolute;
    right: 50px;
}
.containerbuttons-ticket div:nth-child(6) {
    position: absolute;
    right: 100px;
}
.containerbuttons-ticket div:nth-child(7) {
    position: absolute;
    right: 150px;
}

.fixed_right{
    position: fixed;
    width: 25%;
}

@media (max-width: 653px) {
    .search-filter--closed-mode .search-filter__container {
        width: 87vw;
    }
    ._filter{
        width: 100% !important
    }
    .data-table-header{
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }
    .data-table-header__actions{
        width: 100%;
    }
    .search-filter--has-clear-button .search-filter__clear{
        transform: none;
    }
    .fixed_right{
        position: relative;
        width: 100%;
    }
    .hide-xs{
        display: none !important;
    } 
    .show-xs{
        display: block !important;
    }
    .containerbuttons{
        display: flex;
    }
    .containerbuttons div:first-child {
        order: 1;
        margin-right: 8px;
    }
    .containerbuttons div:nth-child(2) {
        order: 3;
    }
    .containerbuttons div:nth-child(3) {
        order: 2;
        position: absolute;
        right: 20px;
    }
    .containerbuttons div:nth-child(4) {
        order: 4;
        position: absolute;
        right: 70px;
    }
    .containerbuttons-ticket{
        display: flex;
        /*align-items: center;*/
    }
    .containerbuttons-ticket div{
        margin-right: 16px;
    }
    .containerbuttons-ticket div:first-child {
        order: 1;
    }
    .containerbuttons-ticket div:nth-child(2) {
        order: 2;
        width: 100%;
        margin: 12px 0;
    }
    .containerbuttons-ticket div:nth-child(3) {
        order: 3;
    }
    .containerbuttons-ticket div:nth-child(4) {
        order: 4;
    }
    .containerbuttons-ticket div:nth-child(5) {
        order: 5;
    }
    .containerbuttons-ticket div:nth-child(6) {
        order: 6;
    }
    .containerbuttons-ticket div:nth-child(7) {
        order: 7;
    }

    .containerbuttons-list{
        display: flex;
    }
    .containerbuttons-list div:first-child {
        margin-right: 8px;
    }
    .containerbuttons-list div:nth-child(3) {
        width: 100%;
    }
    .containerbuttons-agenda{
        display: flex;
    }
    .containerbuttons-agenda div:first-child {
        order: 1;
    }
    .containerbuttons-agenda div:nth-child(2) {
        order: 4;
        /*width: 100%;*/
    }
    .containerbuttons-agenda div:nth-child(3) {
        order: 2;
        /*width: 100%;*/
    }
    .containerbuttons-agenda div:nth-child(4) {
        order: 3;
        /*        position: absolute;
                  right: 20px;*/
    }
}
@media (max-width: 480px) { 
    h1 {
        font-size: 1.5em;
        padding-top: 5px;
    }
    h4 {
        font-size: 0.9em;
        /*padding-top: 5px;*/
    }
}