@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,700,300);



html,body{
    height:100%;
}

.screen{
    height: 100%;
}

.print{
    display: none;
}

.smartphone{
    position: relative;
    display: inline-block;
    height: 100% !important;
    text-align: center;
    padding-top: 100px;
    background-color: rgb(250,250,250)
}

.smartphone img{
    width: 100%;
}

.smartphone p{
    display: inline-block;
    width: 100%;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 12pt;
    font-weight: 700;
}

span.glyphicon{
    font-family: "Glyphicons Halflings" !important;
}

.lang{
    text-align: center;
    margin-top: -30px;
    z-index: 9999;
}

.lang img{
    width: 25px;
    cursor: pointer;
    display: inline-block;
}

.lang img:not(.active){
    filter:gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .spacer{
        height: 20px;
    }
    
    .menu-container{
        height: 60px;
        background-color: rgb(250,250,250);
        border-bottom: 2px solid rgb(255,127,0);
    }

    .menu{
        position: relative;
        height: 100%;
    }
    
    .menu img{
        cursor: pointer;
    }
    
    .menu .logo{
        display: inline-block;
        height: 100%;
        float: left;
    }
    
    .menu .logo img{
        height: 100%;
    }
    
    .menu .home{
        display: inline-block;
        margin-left: 30px;
        margin-top: 10px;
    }
    
    .menu .home img{
        height: 40px;
    }
    
    .menu .home .smaller{
        height: 20px;
        margin-top: 4px;
        margin-right: -12px;
    }
    
    .menu .home{}
    
    .menu .menu-opt{
        position: absolute;
        display: inline-block;
        height: 100%;
        right: 0;
    }
    
    .menu .menu-opt div{
        display: inline-block;
        float: left;
        margin-right: 20px;
        padding-top: 10px;
        height: 100%;
    }
    
    .menu .menu-opt div p{
        font-family: "Roboto Condensed", sans-serif;
        font-size:10pt;
        margin: 0;
        text-align: right;
        color: rgb(50,50,50);
    }
    
    .menu .menu-opt div img{
        position: relative;
        top: 5%;
        height: 70%;
        margin-right: 20px;
    }

    .conteudo-container{
        height: auto;
        min-height: -webkit-calc(100% - 140px);
        min-height: -moz-calc(100% - 140px);
        min-height: -o-calc(100% - 140px);
        min-height: calc(100% - 140px);
        padding-top: 30px;
    }
    
    .login input{
        margin-top: 2px;
    }
    
    .titulo-opcoes{
        height: 30px;
        border-bottom: 2px solid black;
    }
    
    .titulo-opcoes span{
        position: absolute;
        margin-top: 5px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }
    
    .titulo-simulador-patref{
        height: auto;
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }
    
    .titulo-simulador-patref span{
        position: absolute;
        margin-top: 12px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size:8pt
    }
    
    .titulo-simulador-patref .icon-simulador{
        display: inline-block;
        width: 40px;
        height: 40px;
        float: left;
        border:0;
        border-radius:20px;
        margin-right: 5px;
        background-color: black;
    }
    
    .titulo-simulador-patref .icon-simulador img{
        margin-top: 5px;
        margin-left: 5px;
        height: 30px;
    }
    
    .titulo-simulador-patref .opt-simulador{
        margin-top: 5px;
        display: inline-block;
        float: right;
    }
    
    .titulo-simulador-patref .opt-simulador img{
        width: 20px;
        margin-right: 5px;
        cursor:pointer;
    }
    
    .titulo-simulador-patref .opt-simulador .bigger{
        width: 30px;
    }
    
    .opcao{
        height: 35px;
        margin: 10px 0px;
        padding: 5px;
        background-color: rgb(255,127,0);
        cursor: pointer;s
    }
    
    .opcao img{
        float: left;
        height: 25px;
        margin:0px 10px 0px 5px;
    }
    
    .opcao span{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 10pt;
        color: white;
        display: inline-block;
        float: left;
        margin-top: 4px;
    }
    
    .opcao span.glyphicon{
        font-size: 14pt;
        margin-left: 10px
    }
    
    .opcao-patref{
        height: 25px;
        margin: 10px 0px;
        padding: 2px;
        background-color: rgb(255,127,0);
        cursor: pointer;
    }
    
    .opcao-patref img{
        float: left;
        height: 20px;
        margin:0px 10px 0px 5px;
    }
    
    .opcao-patref span{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 10pt;
        color: white;
        display: inline-block;
        float: left;
        margin-top: 2px;
    }
    
    .opcao-patref div{
        display: inline-block;
        float: right;
        padding-top: 3px;
    }
    
    .opcao-patref div img{
        height: 15px;
    }
    
    .filtro{
        height: 35px;
        margin: 10px 0px;
        padding: 5px;
        cursor: pointer;
    }
    
    .filtro img{
       float: left;
        height: 25px;
        margin:0px 10px 0px 5px;
    }
    
    .filtro span{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 14pt;
        display: inline-block;
        float: left;
    }
    
    .filtro-input{
        margin: 10px 0px;
        padding: 5px;
    }
    
    .filtro-active{
        border-left: 5px solid rgb(255,127,0);
    }
    
    .filtro-input span{
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }
    
    .filtro-input input{
        width: 100%;
    }
    
    .cliente-info, .descritivo{
        margin-top: -20px;
        display: inline-block;
        width: 100%;
    }
    
    .cliente-info select{
        margin-top: 5px;
        height: 28px !important;
        float: left;
        width: 65%
    }
    
    .cliente-info input{
        margin-top: 5px;
        height: 28px !important;
        float: left;
        width: 65%;
    }
    
    .cliente-info button, .descritivo button{
        height: 28px;
        padding-top: 4px;
        margin-top: 5px;
        float: right;
    }
    
    .cliente-info button:active, .cliente-info button:focus, .descritivo button:active, .descritivo button:focus, table tr.preenchimento button:active, table tr.preenchimento button:focus{
        outline: 0 !important;
    }
    
    .descritivo .descricao .spane{
        position: relative;
        font-family: "Roboto Condensed",sans-serif;
        font-size: 18pt;
        font-weight: 700;
    }
    
    .idades-container .idade{
        display: inline-block;
        width:39%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .idades-container .idade input{
        margin-top: 5px;
    }
    
    table{
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    
    table .thead{
        position: relative;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 10pt;
        background-color: rgb(50,50,50);
        color: white;
    }
    
    table .thead div{
        position: absolute;
        display: inline-block;
        width: 25px;
        height: 20px;
        top:2px;
        right: 10px;
    }
    
    table .thead div img{
        height: 100%;
    }
    
    table .thead div img:hover{
        cursor: pointer;
    }
    
    table tr td,table tr th{
        padding: 3px;
    }
    
    table tr.preenchimento{
        box-sizing: border-box;
        border: 1px solid black;
    }
    
    table tr.preenchimento .spane{
        display: inline-block;
        margin-top: 3px;
    }
    
    table tr.preenchimento button{
        height: 23px;
        padding-top: 1px;
        float: right;
    }
    
    table tr td{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 10pt;
    }
    
    table tr td img{
        width: 10px;
    }
    
    table tr td select{
        height: 28px !important;
    }
    
    input[type="number"]{
        padding-top: 2px;
        padding-right: 0px;
    }
    
    .hover-click:hover{
        background-color: rgb(150,150,150);
        color: white;
        cursor:pointer;
    }
    
    .table-col-2 tr td:nth-child(2){
        text-align: right;
    }
    
    .table-col-2 tr td:nth-child(2) > *{
        float: right;
        text-align: right !important;
    }
    
    .table-col-2 tr td div{
        margin-left: 10px;
    }
    
    .table-col-3 tr td{
        width: 33%;
    }
    
    .table-col-3 tr td:nth-child(2) > *{
        float: right;
        text-align: right !important;
    }
    
    .table-col-3 tr td:nth-child(3) > *{
        float: right;
        text-align: right !important;
    }
    
    .table-col-3 tr td:nth-child(3){
        text-align: right;
    }
    
    .d1{
        width: 50%;
        font-weight: 700;
        font-size: 26pt;
    }
    
    .d2{
        font-size: 16pt;
        font-weight: 700;
    }
    
    .d3 td{
        font-weight: 400 !important;
    }
    
    .orange{
        color:#0a2240;
    }
    
    .orange .thead{
        background-color: rgb(255,127,0);
    }
    
    .chad-checkboxes{
        margin-right: 10px;
    }
    
    .chad-checkboxes > * > *{
        float: left;
    }
    
    .cred-table tr td{
        text-align: right;
        padding-right: 10px;
    }
    
    .cred-table tr td:nth-child(1){
        width: 20%;
        text-align: left;
        padding-left: 10px;
    }
    
    .cred-table tr td:nth-child(2){}
    
    .cred-table-d1{
        background-color: rgb(200,200,200) !important;
        color: black;
    }
    
    .cred-table-d2{
        border: 1px solid black;
    }
    
    .cred-table-d2 td{
        font-size: 14pt !important;
    }
    
    .comparador-rentabilidade tr td:nth-child(1){
        width: 1%;
    }
    
    .comparador-rentabilidade .thead td{
        border: 1px solid white;
    }
    
    .linha-separadora{
        height: 20px;
    }
    
    .linha-separadora div{
        position: relative;
        top: 50%;
        border-top: 1px dashed rgb(200,200,200);
    }
    
    .input-height-25{
        height: 28px;
    }
    
    .input-width-sm{
        width: 50px;
    }
    
    .input-width-md{
        width: 100px !important;
    }
    
    .input-width-l{}
    
    .input-group > *{
    }
    
    .buttons{
        margin-top: 5px;
        display: inline-block;
        float: right;
    }
    
    .btn-orange{
        background-color: rgb(255,127,0);
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        font-size: 10pt;
        color: white;
        box-shadow: 0px 0px 5px #888888;
    }
    
    .btn-orange:hover{
        background-color: white;
        color: rgb(255,127,0);
        border:1px solid rgb(255,127,0);
    }
    
    .btn-orange:focus{
        outline-color:rgb(255,127,0);
        color: white;
    }
    
    .btn-orange:focus:hover{
        color:rgb(255,127,0);
    }

    .footer-container{
        height: 30px;
        background-color: rgb(250,250,250);
        border-top: 2px solid rgb(255,127,0);
        margin-top: 50px;
    }
    
    .footer{
        font-family: "Roboto Condensed", sans-serif;
        font-size: 9pt;
        font-weight: 300;
        padding-top: 2px;
    }
    
    .footer-left{
        display: inline-block;
        float: left;
    }
    
    .footer-left span{
        margin-right: 20px;
    }
    
    .footer-right{
        display: inline-block;
        float: right;
    }
    
    .transition{
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        -o-transition-duration:0.2s;
    }
    
    .silhueta-grafico{
        height: 300px;
        background-color: aqua;
    }
    
    .perfil label{
        margin: 0;
        margin-top: 10px;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 10pt;
        font-weight: 300;
    }
    
    .cinzento-claro{
        background-color: rgb(200,200,200) !important;
        color: black !important;
    }
    
    .branco{
        background-color: white;
    }
    
    .stop{
        color: rgb(255,50,50);
    }
    
    .stop img{
        width: 30px;
    }
    
    .stop center{
        display: inline-block;
        width: calc(100% - 60px);
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }