﻿/* Style the tab */
#tabsLinks {
    font-family: monospace;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: var(--colorCA)  /*#f1f1f1;*/
}

    /* Style the buttons inside the tab */
    #tabsLinks a {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        padding: 4px 6px;
        transition: 0.3s;
        font-size: 16px;
        display: flex;
	color:white;
    }

        /* Change background color of buttons on hover */
        #tabsLinks a:hover {
            background-color: var(--backhover);
        }

        /* Create an active/current tablink class */
        #tabsLinks a.active {
            background-color: var(--backhover);
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px;
    border: 1px solid #ccc;
    border-top: none;
}

.iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    background: url(images/loading.gif) center center no-repeat;
}

.imgspan {
    right: 0;
    cursor: pointer;
    background-image: url(images/botones/icon_close.png);
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}


.imgspan_reload {
    right: 0;
    cursor: pointer;
    background-image: url(images/botones/icon_reload.png);
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.imgspan_opentab {
    right: 0;
    cursor: pointer;
    background-image: url(images/botones/icon_opentab.png);
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.textspan {
    cursor: pointer;
    padding-right: 5px
}

.iframe-loading {
}
