/*  .+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.  */
/* (      __  __                         _         ____            _             _     ____ ____ ____        ) */
/*  )    |  \/  | __ _ _ __  _   _  __ _| |___    / ___|___  _ __ | |_ ___ _ __ | |_  / ___/ ___/ ___|      (  */
/* (     | |\/| |/ _` | '_ \| | | |/ _` | / __|  | |   / _ \| '_ \| __/ _ \ '_ \| __|| |   \___ \___ \       ) */
/*  )    | |  | | (_| | | | | |_| | (_| | \__ \  | |__| (_) | | | | ||  __/ | | | |_ | |___ ___) |__) |     (  */
/* (     |_|  |_|\__,_|_| |_|\__,_|\__,_|_|___/___\____\___/|_| |_|\__\___|_| |_|\__(_)____|____/____/       ) */
/*  )                                        |_____|                                                        (  */
/* (                                                                                                         ) */
/*  "+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"  */

/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████              Content             ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.ContentWrapper{
    flex-grow: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #7accf500;
}
.Content{
height: inherit;
background-color: rgba(0, 128, 0, 0);

width: 60%;
}

.Images{
height: inherit;
background-color: rgba(0, 0, 255, 0);

flex-grow: 1;
}


/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████         Content - Iframes        ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
div.SingularIframe{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

iframe.SingularIframe,
iframe.DualIframe1,
iframe.DualIframe2{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;

    background-color: rgba(255, 255, 255, 0);
    border-style: none;

    zoom: 0.995;
}


div.DualIframe1{
    max-height: 100%;
    min-height: 100%;
    width: 60%;
}

div.DualIframe2{
    flex-grow: 1;
}

div.DualIframe2Top{
    height: calc(100% - 35px);
}


div.DualIframe2Bottom{
    max-height: 35px;
    min-height: 35px;

    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #4c4c4c;

    text-align: left;
}


/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████ Content - Extract Content Button ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
button.OpenImages{
    /* NOTE: height and width are set by JS => Function SetElements() */
    vertical-align: top;

    /*Top Right Bottom left */
    margin:2px 2px 2px 3px;

    border-style: solid;
    border-color: white;
    border-width: 1px;

    background-color: #4c4c4c00;

    height: 31px;
    width: 31px;
}
button.OpenImages:hover{
    cursor: pointer;

    /* Set border-color & background-color to the inverted of what we want */
    border-color: #000;
    background-color: #85340A;

    /* invert all colours */
    filter: invert(1);
}

img.OpenImagesIcon{
    display: block;
    margin-left: auto;
    margin-right: auto;

    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}






/*███████████████████████████████████████████████████████████████████████████████████
█████████████████████████       Content - Search Tab       ██████████████████████████
███████████████████████████████████████████████████████████████████████████████████*/
.ContentWrapperSearch{
    background-color: rgba(255, 255, 255, 0.400);

    overflow-y: scroll;
    text-align: left;

    display: block;
    padding: 10px;
}


.SearchInfo,
.SearchTime,
.SearchCounter,
.SearchHeader,
.SearchResultWrapper{
    background-color: rgba(255, 0, 0, 0);
    border-style: solid;
    border-color: rgb(142, 142, 142);

    /* top right bottom left */
    border-width: 1px 2px 1px 2px;

    width: 100%;
    height: auto;
}

.SearchInfo{
    font-size: 125%;
    color: rgb(218, 59, 59);
    margin-bottom: 5px;

    /* top right bottom left */
    border-width: 3px 3px 3px 3px;

    display: flex;
    flex-direction: column;
}

.SearchTime,
.SearchCounter{
    width: 100%;
    padding: 3px;

    border-width: 0px;

    height: 30px;
    max-height: 30px;
}

.SearchTime{
    /* top right bottom left */
    border-width: 0px 0px 2px 0px;
}

.SearchCounter{
    overflow: hidden;
}

.SearchHeader{
    /* top right bottom left */
    border-width: 2px 2px 1px 2px;
}

.SearchHeader,
a.SearchResultLink{
    display: flex;
    flex-direction: row;
}

a.SearchResultLink{
    text-decoration: none;
    color: black;
}

a.SearchResultLink:hover{
    background-color: #EAACB8;
}

.SearchResultTitle{
    background-color: rgba(255, 255, 0, 0);
    min-width: 35%;
    max-width: 35%;

    padding: 2px;
}
.SearchResultText{
    background-color: rgba(0, 128, 0, 0);
    min-width: 50%;
    max-width: 50%;

    overflow: hidden;

    padding: 2px;
}
.SearchResultPublication{
    background-color: rgba(255, 192, 203, 0);
    min-width: 7.5%;
    max-width: 7.5%;

    padding: 2px;
}

.SearchResultEffectivity{
    min-width: 7.5%;
    max-width: 7.5%;

    padding: 2px;
}