.filterDiv {
    float: left;
    color: #000;
    width: 500px;
    line-height: 100px;
    text-align: center;
    display: none;
}

.show {
    display: block;
}

.container {
    margin-top: 20px;
    overflow: hidden;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}


#the-canvas {
    border: 0px solid black;
    direction: ltr;
    width: 100%;
}

.tabPart {
    table-layout: fixed;
    width: 100%;
}

#leyenda {
    width: 80%;
    margin-left: 10%;
    margin-top: 3%;
    border-radius: 10px;
}

.tbl {
    padding: 20px 10px 50px 10px;
}

.tbl_ {
    padding: 20px 10px 20px 10px;
}

.fa {
    font-size: 15px !important;
}

.bodyPDF:after {
    background-image: url('/Content/marca_agua4.png');
    font-size: 15em;
    color: rgba(52, 166, 214, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.img-modal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}