﻿

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav {
    position: fixed;
    left: 5%;
    top: 5%;
}


*:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    /*background: #000;*/
    font: normal 1em/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    /*text-align: center;*/
    height: 100%;
    overflow: auto;
}
/*body { 
    height: 100%;
    background-image: url("~/images/pespectivas/pespectiva5.png");
}*/

body {
    background: url("../../images/backgrounds/paisagem.jpeg") no-repeat center center fixed;
    background-size: cover;
    /*height:100%;*/
}



.inner {
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

legend {
    color: #FFFFF3;
}



#login {
    background-color: rgba(204,204,102,.5);
    width: 100%;
}

    #login h1 {
        color: #FFFFF3;
    }

.botao-entrar {
    background-color: rgba(144, 144, 0, 0.6);
    display: block;
}

.panel-default {
    opacity: 0.9;
    margin-top: 30px;
    z-index: 10;
}


.list-group {
    padding-top: 45px;
}

.list-group-item {
    background-color: rgba(81, 127, 218, 0.8);
    color: #FFF !important;
}

.hover:hover {
    background-color: rgba(81, 127, 218, 0.8) !important;
    color: rgba(0,0,0,.5) !important;
}

.list-group-item :hover {
    background-color: rgba(81, 127, 218, 0.8);
    color: rgba(0,0,0,.5) !important;
}


.background-btn {
    background-color: rgba(81, 127, 218, 0.8);
    color: #fff;
}

/*.positionLabel {
    padding-top: 13px;
}

@media(max-width:700px) {
    .positionLabel {
        padding-top: 13px;
    }
}*/

.positionModal {
    margin-top: 25%;
    margin-left: 20%;
}

@media(max-width:700px) {
    .positionModal {
        margin-top: 0%;
        margin-left: 0%;
        
    }
}


@media(max-width:700px) {
    .positionMobileModal{
        padding-top:130px
    }
}