﻿/* Move down content because we have a fixed navbar that is 50px tall */

.Menu-Lat2 {
    display: block;
    position: fixed;
    left: 0;
    top: 205px;
    z-index: 99999;
    background-color: #fff;
    border: solid 1px #eee;
    width: 5px;
    overflow: visible;
    visibility: hidden;
    padding: 9px 0 8px
}

    .Menu-Lat2 td .lingua {
        display: inline-block;
        clear: left;
        float: left;
        border-radius: 2px;
        border-color: inherit;
        max-width: 11px;
        height: 100%;
        overflow: hidden;
        -webkit-transition: max-width .2s linear .2s;
        -moz-transition: max-width .2s linear .2s;
        -o-transition: max-width .2s linear .2s;
        -ms-transition: max-width .2s linear .2s;
        transition: max-width .2s linear .2s;
        transform: translateZ(0)
    }

    .Menu-Lat2 td.inactive:hover .lingua, .Menu-Lat2 td:hover .lingua {
        width: auto;
        max-width: 100%;
        -webkit-transition: max-width .1s linear .1s;
        -moz-transition: max-width .1s linear .1s;
        -o-transition: max-width .1s linear .1s;
        -ms-transition: max-width .1s linear .1s;
        transition: max-width .1s linear .1s
    }

    .Menu-Lat2 .texto {
        display: inline-block;
        overflow: hidden;
        min-width: 80px;
        text-align: right;
        padding-right: 10px;
        padding-left: 14px;
        font-size: 10px;
        line-height: 27px;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: .6px;
        white-space: nowrap
    }

    .Menu-Lat2 td, .Menu-Lat2 td .lingua {
        cursor: pointer
    }

        .Menu-Lat2 td.inactive .lingua {
            max-width: 20px
        }

    .Menu-Lat2.show {
        visibility: visible
    }

    .Menu-Lat2 tr {
        display: table;
        height: 100%;
        min-width: 5px
    }

    .Menu-Lat2 td {
        height: 27px;
        margin-bottom: 1px;
        padding-left: 5px
    }

.badge {
    border-radius: 3px;
    background: grey;
    padding: 5px;
    text-align: center;
}

.outPopUp {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.badge1 {
    border-radius: 3px;
    background: grey;
    padding: 5px;
    text-align: center;
    color: white;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

