﻿body {
}


body {
    font: 13px "Source Sans Pro", Arial, Helvetica, sans-serif;
    /*background-color: #e8c3b9;*/
    /*color: #fff;*/
    color: darkblue;
    text-align: center;
}

.moving-letters {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0px;
    margin-top: 0px;
    height: 0px;
    z-index: 4;
}

* {
    margin: 0;
    padding: 0;
}

#slide {
    width: 650px;
    overflow: hidden;
    height: 300px;
    margin: 0px auto;
    box-shadow: 0 0 8px #000;
    position: relative;
}

    #slide div {
        position: absolute;
        z-index: 1;
        display: none;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #slide img {
        position: absolute;
        z-index: 1;
        display: none;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #slide p {
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        font-family: Arial;
        font-size: 14px;
        background: rgba(0,0,0,0.5);
        color: #fff;
    }


.tableRowValueArea {
    display: inline-table;
    height: 100px;
    vertical-align: middle;
    border: 2px solid white;
    align-items: center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: padding-box;
    background-position: center;
    min-width: 100px;
    min-height: 100px;
    padding-left: 32px;
    min-width: 100%;
    /*border: 2px solid black;*/
}

.ml2 {
    font-weight: 400;
    font-size: 4em;
}

    .ml2 .letter {
        vertical-align:text-bottom;
        display: inline-block;
        line-height: 2em;
    }



.ml22 {
    position: relative;
    font-weight: 200;
    font-size: 2em;
}

    .ml22 .text-wrapper {
        position: relative;
        display: inline-block;
        /*padding-top: 0.2em;*/
        padding-top: 0px;
        padding-right: 0.05em;
        padding-bottom: 0px; /*0.1em;*/
        overflow: hidden;
    }

    .ml22 .letter {
        transform-origin: 50% 100%;
        display: inline-block;
        line-height: 1em;
    }

/* Chrome, Safari and Opera syntax */
:-webkit-full-screen {
    background-color: yellow;
}

/* Firefox syntax */
:-moz-full-screen {
    background-color: yellow;
}

/* IE/Edge syntax */
:-ms-fullscreen {
    background-color: yellow;
}

/* Standard syntax */
:fullscreen {
    background-color: yellow;
}

* extensão de w3 */
.w3-box-containner {
    min-width: 280px;
    min-height: 280px;
}

/* extensão de w3  */
.w3-box-internal-containner {
    width: 100%;
    height: 100%;
    min-width: 280px;
    min-height: 280px;
    background-color: white;        
}

.w3-box-1-4 {
    width: 100%;
    height: 25%;
    min-width: 180px;
    min-height: 25%;
    background-color: white;    
}

.w3-containner-ico-nav-kikker {
    width: 100%;
    min-width: 86px; 
}

/*@media ( screen max-width:1080px) {
    .w3-box-containner {
        min-width: 50%;
    }
}
                                           }
    */
@media (max-width:601px) {
    .w3-mobi-sideTitle-nav-kikker {
        margin-top: 90px;
    }


    .w3-mobi-ico-nav-kikker {
        margin-top: 60px;
        max-width: 33%;
    }

    .w3-mobi-topoptions-kikker {
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
        max-width: 31%;
    }

    .w3-mobi-title-box-nav-kikker {
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        font-size: 14px;
        max-width: 34.9999%;
    }

    .w3-mobi-title-nav-kikker {
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 4px;
        padding-top: 10px;
        padding-right: 0px;
        font-size: 22px;
    }

    .w3-mobi-icon-top-options-nav-kikker {
        max-width: 48px;
        max-height: 48px;
        padding: 0px;
        margin: 0px;
    }

    .w3-internal-h3-subtitle-kikker {
        font-size: 14px;
    }

    .w3-internal-h1-subtitle-kikker {
        font-size: 14px;
    }

    .w3-mobi-box-field_half {
        padding-left: 8px;
        max-width: 50%;
    }

    .w3-mobi-box-field_twothird {
        padding-left: 8px;
        max-width: 66%;
    }

    .w3-mobi-box-field_third {
        padding-left: 4px;
        padding-right: 4px;
        max-width: 33%;        
    }

    .w3-mobi-box-field_threequarter {
        padding-left: 8px;
        max-width: 75%;
    }

    .w3-mobi-label-field {
        font-size: 1em;
        text-align: left;
        display: inline-table;
        padding-left: 8px;
        max-width: 15%;
        min-width: 14.9999%
    }

    .w3-mobi-field {
        font-size: 1em;
        display: inline-table;
        padding-right: 0px;
        margin-left: 0px;
        max-width: 83%;
        min-width: 82.9999%;
    }

    .w3-mobi-button-field {
        min-width: 99%;
    }
}

.w3-button-field {
    min-width: 99%;
}

.w3-ico-nav {
    width: 100%;
    min-width: 48px;
    max-width: 48px;
}

    .w3-green-kikker, .w3-hover-teal:hover {
        color: #fff !important;
        background-color: #5a7f39 !important
    }

.w3-sipu {
    color: white !important;
    background-color: transparent !important
}
.w3-sipu :hover {
    color: whitesmoke !important;
    background-color: transparent !important
}

.w3-menusite {
    align-self:center;
    align-content:center;
    align-items:center;
}
.w3-menusite .dx-menu-item {
    
    color: #fff;
}

    .w3-menusite .dx-menu-item :hover {
        color: #33024d;
    }

.w3-sipu-logo {
    /*max-width: 130px;*/
    max-height: 70px;
    
}

.w3-img-box {
    /*max-width: 130px;*/
    max-width: 80%;
    opacity: 0.2;
}

.w3-pense-simbol_logo {
    max-height: 70px;
    /*max-height: 100%;*/
}

.w3-header-lys {
    position: fixed !important;
    z-index: 1;
    /*background-image: url(../images/headerBackground02.png);*/
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    /*background-color: #33024d;*/
    background-color: #002060; /*rgba(20,1,30,0.95); /*#CBC8E1CC;*/
}
.w3-footer-lys {
    z-index: 1;
    background-color: #002060; /*#33024d;*/
}
.w3-sidebar-sipu {
    position: fixed !important;
    z-index: 1;
    background-color: #60bde3 !important;
    background-image: url(../images/backgroundSideBarMedio01.PNG);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.w3-box-page {
    
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.w3-white-kikker, .w3-hover-white-kikker:hover {
    color: gray !important;
    background-color: transparent !important
}

.w3-blue-kikker, .w3-hover-blue-kikker:hover {
    color: #244483 !important;
    background-color: transparent !important
}

    .w3-whitesmoke, .w3-hover-whitesmoke:hover {    
        background-color: whitesmoke !important
    }

    .w3-kikker-anEighth {
        width: 8.33333%;
        min-width: 8.33333%;
    }

.w3-title-box-sipu {
    margin: 0px 0px 0px 0px;
    color: #ffff !important;
    background-color: transparent !important;
    min-height: 40px;
}

.w3-margin-0 {
    margin: 0px 0px 0px 0px;
}
.w3-padding-8 {
    padding: 8px 8px 8px 8px;
}

.w3-margin-top-8 {
    margin-top: 8px ;
}

.w3-internal-box {
    width: 100%;
    height: 100%;
    min-width: 360px;
    min-height: 317px;
    display: flex;
    align-items: center;    
}


    .w3-ligthGreenBackground-kikker, .w3-hover-ligthbackground-kikker:hover {
        color: white !important;
        background-color: mediumseagreen !important
    }
.w3-ligthGrayBackground-kikker, .w3-hover-ligthbackground-kikker:hover {
    color: darkgray !important;
    background-color: transparent !important
}

.w3-text-box {
    text-align: justify
}

.screen-size:after {
    content: "large";
    position: fixed;
    left: -9999px;
}



    @media (max-width:600px) {

        .screen-size:after {
            content: "small";
            position: fixed;
            left: -9999px;
        }

        .w3-mobile-sidebar {
            display: block;
            width: 90% !important;
            transform: translate(0%,-50%);
            -ms-transform: translate(-0%,-50%);
        }
    }

