﻿button[aria-expanded="true"] {
    background-color: white;
}

button[aria-expanded="true"] > i.fa-chevron-right {
    display: none;
}

button[aria-expanded="false"] > i.fa-chevron-down {
    display: none;
}

.btnDoc {
    color: black
}

.containerBtnMenu {
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee
}

.containerEndpoint {
    margin-right: 20px;
    margin-left: 20px
}

.containerMethodsHead {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px
}

.pathMethodsHead {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    margin-right:20px;
    padding: 0;
}

.descriptionMethod {
    font-size: 1em;
    font-weight: light;
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #666
}



.subTitleDoc {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.containerBtnTable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.containerCloseBtn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end
}

.columnMenu {
    height: 700px;
    overflow: auto;
}

.columnDetail {
    height: 700px;
    overflow: auto;
}

.page-break {
    display: none;
}

@media print {
    .print_false {
        display: none !important;
    }

    .columnDetail {
        height: inherit;
        padding-top: 20px
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

    .collapse {
        break-inside: avoid;
    }
    @page {
        margin: 0px;
        size: A4;
    }
}



/* target left (even-numbered) pages only */
@page :top {
    margin-top: 2cm;
}

@page :left {
    padding-right: 2cm;
}

/* target right (odd-numbered) pages only */
@page :right {
    padding-left: 2cm;
}

main::after {
    content: "Copyright Telematel.com";
    display: block;
    text-align: center;
}

