﻿@font-face {
    font-family: 'NaturaScript';
    src: url('../fonts/NaturaScript.otf') format('opentype');
}

@font-face {
    /*font-family: 'HelveticaNowDisplay';*/
    font-family: 'NaturaSans';
    src: url('../fonts/HelveticaNowDisplay.ttf') format('truetype');
}

/*@font-face {
    font-family: 'NaturaSans';
    src: url('../fonts/NaturaSans.otf') format('opentype');
}*/

.modalPop-header {
    cursor: move;
}

.modalPop-title{
    font-size:.8em;
}

.modalPopu {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 400; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    padding: 0 !important;
    overflow: hidden;
    font-family: 'NaturaSans';
    font-size:1.2em;
}

    .modalPopu:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.fondomodalPop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    width: 100%;
    height: 100%;
}

.modalPop-dialogu {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    border-radius: 4px;
    min-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modalPop-header {
    padding: 11px;
    border-bottom: 3px solid #2e2e2e;
    background-color: #fff;
    font-family: 'NaturaSans';
}

.modalPop-footer {
    padding: 1px 15px 15px;
    margin-top: 1px;
    text-align: left;
    border-top: 0px solid #e5e5e5;
}

.modalPop-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    margin:0 auto;
}

.modalPop-body {
    max-height: 200px;
    /*overflow: auto;*/
    padding:12px;    
}

.fondoBodyPop {
    background: rgba(255, 255, 255, .4);
}

@media (min-width: 500px) {

    .modalPop-title {
        font-size: 1em;
        font-family: 'NaturaSans';
    }
}

@media (min-width: 1200px) {

    .modalPop-body {
        max-height: 550px;
    }
}

h4{
    margin-top:0;
    margin-bottom:0;
}

.prelogin-volder img {
    height: 27px;
    float: left;
    margin-right: 12px;
    opacity: .7;
}

.prelogin-volder img:hover {
    opacity:1;
    cursor:pointer;
}