﻿body {
    padding-top: 50px;
}

#bg {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: -1;
}
#bg_nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1029;
}

.bgwidth {
    width: 100%;
}
.bgheight {
    height: 100%;
}

.navbar_prod {
    background: rgba(255,255,255,0.60);
}

.navbar_debug {
    background-color: rgba(255, 150, 150, 0.80);
}

.navbar_dev {
    background-color: rgba(255, 217, 9, 0.60);
}

.footer_home {
    background-color: rgba(217, 240, 209, 0.60);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.in.navbar-collapse {
    background-color: white;
}

.impersonation {
    position: fixed; 
    left: 0px; 
    top: 0px; 
    bottom: 0px; 
    width: 150px; 
    z-index: -1; 
    background: #fc5353 url('/Content/img/impersonation.png') no-repeat bottom left;
}


/* Set 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;
}


input[type=checkbox]
{
    width: 34px;
}

/* campi input per i file */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.overlay {
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    cursor:pointer;
    /*Trasperenza cross browser*/
    opacity: .7; 
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";   
}

.box {
    z-index: 300;
    position: absolute;
    left: 10%;
    top: 10%;
    width: 850px;
    height: 500px;
}

.contatto {
    cursor: pointer;
}