﻿/* CUSTOM  
----------------------------------------------------------*/

.title1, .title2 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

.title1
{
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.title2
{
    font-size: 1.5em;
    font-weight: 600;
}


.text   
{
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
}

.align-center {
    margin: auto;
    align-content: center;
    text-align: center;
}


.invisible
{
    display: none;
}

.image_title {
    position: absolute;
    left: 3px;
    top: 3px;
    color: rgb(50, 50, 50);
    background-color: rgba(255, 255, 255, 0.3);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.image_title_multi {
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgb(50, 50, 50);
    background-color: rgba(255, 255, 255, 0.3);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


.fullscreen {
    height: 100%;
    background-color: black;

    /*display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 100%;*/
}

.login-back {
    margin: 20px;
    padding: 20px;
    position: fixed;
    /*top: 30px;
    left: 30px;*/
    /*bottom: 0;
    right: 0;*/
    overflow: auto;
}

.msg-back {
    margin: 20px;
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    overflow: auto;
}


.dimmed-back {
    background-color: rgba(0, 0, 0, 0.3);
}

.fullscreen-background {
    /*height: 100%;
    width: 100%;*/
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: black;
    background-image: none;
    /*background-image: url("../Images/background_01.jpg");*/
    /*background-attachment: scroll;*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

    .transparent {
    /*background-image: none;*/
    opacity: 0;
    
    /*-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;*/
}

.fullscreen-background1 {
    background-image: url("../Images/background_01.jpg");
}

.fullscreen-background2 {
    background-image: url("../Images/background_02.jpg");
}

.fullscreen-background3 {
    background-image: url("../Images/background_03.jpg");
}

.fullscreen-background4 {
    background-image: url("../Images/background_04.jpg");
}

.absolute {
    position: absolute;
}


/*Settings de resizing por javascript:
*/ 
.form{
    position: absolute;
    height: 100%;
}

.single-image-container {
    position: relative;
}

.single-image {
    margin: 0px;
    padding: 0px;
}

.main-content {
    position: fixed;  
    top: 0px;
    bottom:0;
    left:0;
    right:0;

    overflow-y: auto;

    /*background-color:azure;*/
}

.full-table {
    /*border-collapse: collapse;*/
    width: 100%;
    /*height: 100%;*/

    /*fill: beige;*/
}

.main-table-division {
    vertical-align: top;
}

.main-table-division-menu {
    vertical-align: top;
    width: 10px;
}


.multi-image-container {
    /*position: relative;*/
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /*background-color: greenyellow;*/
}

.multi-image {
    margin: 0px;
    padding: 5px;
    /*padding: 0px;*/
    width: 120px;
    height: 180px;
    /*width: 100%;*/
    flex-grow: 0;
    flex-shrink: 0;
    /*background-color: red;*/
}

.multi-image:hover {
    background-color: red;
    /*transition: linear 1s;*/
}

.gallery-image {
    max-width: 100%;
    max-height: 800px;
}

.gallery-container {
    /*height: 100%;
    width: 100%;
    position: relative;*/
    
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid;*/
    /*width: 50vw;
    height: 50vw;*/
}

.gallery-next-image {
    margin: 0px;
    padding: 5px;
}

.gallery-next-image:hover {
    background-color: darkgray;
    /*transition: linear 1s;*/
}

