﻿@charset "utf-8";
/* CSS Document */

@import url("fonts/stylesheet.css");

/*CONFERENCE LIST*/

.noMargin {
    margin: 0 !important;
    padding: 0 !important;
}

.align-middle {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.iconInfoConf {
    position: relative;
    width: 20px;
}

.marginIconInfo {
    margin-left: 13%;
}

.divColsConf {
    padding: 3px 0 0 0;
    text-align: center;
}

.AlignAdditionalInfo {
    margin: 0px 0px 20px -15px;
}

.configRowAdditionalInfo {
    background-color: rgb(102,102,102);
    /*width: 11%;*/
    text-align: center;
    height: 35px;
    padding: 8px 0 0 0px;
    color: white;
}

.configSpanAdditionalInfo {
    border: 1px solid lightgrey;
    box-shadow: 0px 0px 3px 0px #888888;
    width: 5%;
    padding: 6px 0 0px 0;
    height: 35px;
    margin: 0 0 0 8px;
    text-align: center;
    border-radius: 5px;
}

#lstConfItems .configFieldset {
    border: 6px solid rgb(220,220,220, 0.5);
    border-top: 28px solid rgb(220,220,220, 0.5);
}

#lstConfItems .rowTitle {
    padding: 0 0 0 0;
    margin: -20px 0 0 0px;
    font-size: 14px;
}

#lstConfItems .rowConfig1 {
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
}

#lstConfItems .rowConfig2 {
    padding: 3px 0 0 14px;
}

#lstConfItems .rowStatus {
    padding: 3px 0 0 0px;
    text-align: center;
}

#lstConfItems .stateYellow {
    background-color: rgb(255,204,0);
    border: 4px solid rgb(255,204,0);
    color: white;
}

#lstConfItems .stateGreen {
    background-color: green;
    border-left: 7px solid green;
    border-top: 3px solid green;
    border-bottom: 3px solid green;
    border-right: 10px solid green;
    color: white;
}

#lstConfItems .stateBlue {
    background-color: dodgerblue;
    color: white;
    border-left: 16px solid dodgerblue;
    border-right: 16px solid dodgerblue;
    border-top: 3px solid dodgerblue;
    border-bottom: 3px solid dodgerblue;
}

#lstConfItems .stateGray {
    background-color: gray;
    border-left: 14px solid gray;
    border-right: 14px solid gray;
    border-top: 3px solid grey;
    border-bottom: 3px solid grey;
    color: white;
}

/*POPUP Upload Docs*/

#ConfItemsDocs .divMain {
    padding: 35px;
}

#ConfItemsDocs .rowMain {
    border: 2px solid #009943;
    margin: 0;
    padding: 0;
}

#ConfItemsDocs .rowHeader {
    margin: 0px -15px 0px -17px;
}

#ConfItemsDocs .configRow {
    padding: 0 0 0 0;
    margin-top: -1px;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
}

#ConfItemsDocs .configRow2 {
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    cursor: context-menu;
}

#ConfItemsDocs .borderTable {
    border-right: 1px solid lightgray;
    padding: 4px 0px 4px 0px;
}

#ConfItemsDocs .pFiles {
    border: 1px solid black;
    width: 72%;
    height: auto;
    margin: 40px 0 0 15%;
    background-color: lightgray;
    padding: 1%;
}


#ConfItemsDocs .textCommentArea {
    border: 1px solid lightgray;
    text-align: left;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0;
}

#ConfItemsDocs .iconAddComment {
    width: 30%;
    padding: 6% 0% 0% 0%;
}

#ConfItemsDocs .iconUploadFiles {
    width: 12%;
    margin-top: 5%;
}

.configMainRowConfItems {
    padding: 0 0 0 0;
    margin-top: 2px;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
}

/***********************************************/

body {
    font-family: 'gotham_mediumregular';
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.progress-bar {
    background-color: #009943;
}

div.progress {
    width: 600px;
}

.clearfix {
    clear: both;
}

.text-black {
    font-family: 'gotham_blackregular';
}

.text-bold {
    font-family: 'gotham_boldregular';
}

.text-medium {
    font-family: 'gotham_mediumregular';
}

.text-light {
    font-family: 'gotham_lightregular';
}

.text-extra-light {
    font-family: 'gotham_extralightregular';
}

.upper {
    text-transform: uppercase;
}

.text-green {
    color: #009943;
}

.text-white {
    color: #FFF;
}

.text20 {
    font-size: 20px;
}

.text16 {
    font-size: 16px;
}

.text14 {
    font-size: 14px;
}

.text12 {
    font-size: 12px;
}

.float-left {
    float: left;
}

.container {
    max-width: 1400px;
}

button.close {
    padding: 6px 12px;
    opacity: 1;
}
/* LOGIN + ZONAS */
.cover-bg {
    background: url(../img/Bi-BG.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#btneditprop {
    float: right;
}

#btprop {
    float: right;
}

.headline {
    text-align: center;
    color: #FFF;
    font-size: 2.5em;
    margin-top: 100px;
}

.box-rounded {
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 50px;
    max-width: 340px;
    margin: 80px auto 0;
}

.fields {
    background-color: #EEE;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    /* 	-webkit-appearance: none; */
    border-radius: 0px;
    margin: 0px 0 25px;
}

    .fields:focus {
        border-color: #36c977;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,153,67,.5);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,153,67,.5);
    }

.valueformat::-webkit-input-placeholder {
    color: #555;
}

.valueformat:-moz-placeholder {
    color: #555;
}

/* BOTÕES */

.buttons-green {
    margin: 50px 0 0 0;
    border: none;
}

.btn-primary {
    background-color: #009943 !important;
    color: #FFF;
}

.btn-secondary {
    background-color: #FFF;
    color: #009943;
}

.btn-outline-secondary {
    color: #FFF;
    background-color: #009943;
    border: 2px solid #fff;
}

.btn-primary:hover {
    background-color: #007031 !important;
}

.btn-outline-secondary:disabled {
    background-color: #999 !important;
}

.btn-outline-secondary:hover {
    background-color: #fff;
    color: #009943;
    border: 2px solid #009943;
}



.logo-vertical {
    margin: 40px 0;
}




/*** Página SIMULADOR ***/
#myModal .modal-header {
    border-bottom: 0;
    background-color: #009943;
    border-top: 4px solid #e5e5e5;
    border-top-right-radius: 6%;
    border-top-left-radius: 6%;
}

    #myModal .modal-header h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

#myModal .modal-footer {
    border-top: 0;
    background-color: #fff;
    border-bottom-left-radius: 6%;
    border-bottom-right-radius: 6%;
}

#myModal .modal-body {
    font-size: 14px;
}


.modal-content {
    background-color: #fff;
    text-align: center;
    color: black;
    border: 1px solid #999;
}

.logo-horizontal {
    margin: 0;
}

/* MENU */

#navbar, .navbar-header {
    background-color: #009943;
}

.navbar {
    min-height: 80px;
}

.navbar-brand {
    height: 80px;
}


.navbar-nav {
    /*float: right;*/
}

.navbar-inverse {
    background-color: #009943;
    border: none;
    border-radius: 0;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active {
        background-color: #4db87c;
        border: none;
        font-family: 'gotham_mediumregular';
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #FFF;
        padding-top: 0;
    }

    .navbar-inverse .navbar-nav > li:focus, .navbar-inverse .navbar-nav > li:hover {
        background-color: #4db87c;
        border: none;
        cursor: pointer;
    }

ul.nav li {
    padding-top: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'gotham_lightregular';
}


    ul.nav li.item-simulador {
        background: url(../img/simulador.png) #009943 center 10px no-repeat;
    }

    ul.nav li.item-consulta {
        background: url(../img/documentos.png) #009943 center 10px no-repeat;
    }
    ul.nav li.item-lstOperations {
        background: url(../img/iconMenuOperations.png) #009943 center 10px no-repeat;
    }

    ul.nav li.item-lstGestao {
        background: url(../img/documentos.png) #009943 center 10px no-repeat;
    }

    ul.nav li.item-Help {
        background: url(../img/iconMenuHelp.png) #009943 center 10px no-repeat;
    }

    ul.nav li.item-sair {
        background: url(../img/sair.png) #009943 center 10px no-repeat;
    }


.navbar-toggle {
    margin-top: 32px;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFF;
}

    .navbar-inverse .navbar-toggle:hover {
        background: #FFF;
    }

        .navbar-inverse .navbar-toggle:hover .icon-bar {
            background-color: #009943;
        }

.site-wrapper .navbar {
    margin-bottom: 0;
    z-index: 2;
}

#menubar .container {
    width: 100%;
}

#menuEntityInfo .content-simulador {
    margin-top: 0;
}

#menuEntityInfo .content-simulador {
    padding-bottom: 0;
}

#menubar .navbar-nav {
    float: right;
}

#menubar .container > .navbar-header {
}

#menuEntityInfo {
    margin-top: 0px;
    margin-bottom: 15px;
}

#menuEntity {
    position: relative;
    padding-left: 40px;
}

#liformpFornId:hover {
    cursor: default;
}

#liformpFornId {
    padding-top: 15px;
    background-color: #009943;
    margin-left: 100px;
}


#lblCommercial {
    display: block;
    color: #ffffff;
    background-color: #009943;
    border: none;
    margin: 0;
    padding-top: 5px;
    font-size: 9px;
    max-width: 400px;
}


#liformpFornId #lblEntitySel {
    display: block;
    color: #ffffff;
    background-color: #009943;
    border: none;
    margin: 0;
    padding-top: 0;
    font-size: small;
    max-width: 500px;
}

#input_nEnt {
    color: #ffffff;
    background-color: #009943;
    border: none;
    margin: 0;
    padding-top: 0;
    font-size: small;
}

#navbar .subMenu {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: #009943;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
#lioperacoes .subMenu {
    min-width: 205px;
}

#liinfgestao .subMenu {
    min-width: 222px;
}
/*
#liconsulta.noDroped .subMenu {
    display: none;
}

#liconsulta.droped .subMenu {
    display: block;
}

#lioperacoes.noDroped .subMenu {
    display: none;
}

#lioperacoes.droped .subMenu {
    display: block;
}

#liinfgestao.noDroped .subMenu {
    display: none;
}

#liinfgestao.droped .subMenu {
    display: block;
}

#optionsList {
    display: none;
}
*/
#optionsList label {
    color: #009943;
}

.boxesToShowOptions.inactive {
    display: none;
}

.boxesToShowOptions.active {
    display: block;
}

ul.nav li .subMenu li {
    float: none;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.nav li .subMenu a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #FFF;
    font-family: 'gotham_mediumregular';
}

.subMenu li:hover {
    background-color: #4db87c;
}

#liconsulta:hover .subMenu {
    display: block;
    padding-left: 0;
}

#liinfgestao:hover .subMenu {
    display: block;
    padding-left: 0;
}


#lioperacoes:hover .subMenu {
    display: block;
    padding-left: 0;
}

.infoImg {
    width: 17px;
    margin-left: 5px;
    cursor: pointer;
}

.infoText {
    position: absolute;
    display: inline-block;
    min-width: 186px;
    color: #009943;
    font-size: 12px;
    font-family: 'gotham_lightregular';
    opacity: 0;
    z-index: 20;
    padding: 6px;
    margin-left: 7px;
    border-radius: 4px;
    border: 1px solid #009943;
    bottom: 60px;
}

.iconDiv input {
    padding-left: 50px;
}

.iban .iconDiv input {
    padding-left: 60px;
}

.iconDiv .zipCodeInput {
    padding-left: 46px;
}

.iconDiv .glyphicon {
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: #009943;
    color: #fff;
    padding: 8px 12px;
    cursor: pointer;
}

.iban .iconDiv .glyphicon {
    left: 2px;
    top: 2px;
    padding: 8px 12px;
}

.iconDiv input[type=text]:focus + .glyphicon {
    color: green;
}


/* SIMULADOR */
.content-simulador {
    max-width: 840px;
    margin: 50px auto 0;
    padding-bottom: 20px;
}

#simulatorContent .content-simulador {
    margin-top: 0;
}

.label-inline {
    padding: 0px;
}

    .label-inline label {
        padding: 8px 0 0;
    }

.field-inline {
    padding: 0px;
}


/* Radio button */

.radio-right {
    float: right;
}




.label-radio {
    padding: 0 0 0 20px;
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #009943;
}

.custom-radio {
    margin-left: 12px;
}

    .custom-radio .custom-control-indicator {
        border-radius: 50%;
    }

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #009943;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.custom-control-description {
    padding-left: 5px;
}

/* Prestação Bar */

.prestacao-green-bar {
    position: fixed;
    bottom: 0;
    /* height: 200px; */
    background-color: #009943;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 20px;
    /* max-width: 840px; */
    width: 840px;
    margin: 5% auto 0;
    /* left: 0; */
    right: 0;
}

#mainSectionSimulator .prestacao-green-bar {
    width: 20%;
    margin: 5% auto 0;
    right: 0%;
    height: auto;
}

#formPost {
    margin-right: 0%;
}

#pullMenuIpad {
    display: none;
}

.prestacao-green-bar .prestacao-total {
    padding: 15px 0;
    text-align: center
}

#simulatorGreenBar {
    padding: 17px 17px;
    margin-left: 26%;
    width: 58%;
    margin-right: 23%;
    padding-top: 20px;
}

a .bts-prestacao {
    color: #FFF;
    height: 34px;
    padding: 34px 0 0;
    text-align: center;
}

a.prestacao-bt {
    display: inline-block;
    padding: 0 15px;
}

    a.prestacao-bt:hover {
        color: #FFF;
        text-decoration: none !important;
    }

.tools-menu {
    margin: 0 auto;
    text-align: center;
}

.bt-gravar {
    background: url(../img/gravar-off.png) center 0px no-repeat;
}

    .bt-gravar:hover {
        background: url(../img/gravar-on.png) center 0px no-repeat;
    }

.bt-imprimir {
    background: url(../img/imprimir-off.png) center 0px no-repeat;
}

    .bt-imprimir:hover {
        background: url(../img/imprimir-on.png) center 0px no-repeat;
    }

.bt-limpar {
    background: url(../img/limpar-off.png) center 0px no-repeat;
}

    .bt-limpar:hover {
        background: url(../img/limpar-on.png) center 0px no-repeat;
    }


.tools-btn {
    display: inline-block;
    color: rgba(255,255,255,0.8);
    margin: 0px 10px;
}

    .tools-btn:hover {
        color: rgba(255,255,255,1);
        text-decoration: none;
    }


.tools-menu-mobile {
    padding-top: 50px;
    display: none;
}

    .tools-menu-mobile .tools-btn {
        color: rgba(0,153,67,0.8);
        text-decoration: none;
    }

        .tools-menu-mobile .tools-btn:hover {
            color: rgba(0,153,67,1);
        }

.tools-btn .glyphicon {
    font-size: 33px;
}

/* Simulador Formulario */

.simulador-form {
    padding-bottom: 20px;
}


.slider-wrap {
    padding: 5px 0;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 26px !important;
}

    .slider.slider-horizontal .slider-track {
        height: 5px !important;
    }

.slider-selection {
    background: #009943 !important;
}

.slider-handle {
    background-image: linear-gradient(to bottom,#009943 0,#009943 100%) !important;
    border: 2px solid #fff !important;
    cursor: pointer;
}


/* Simulador Result  */

.simulador-result {
    background: #EDEDED;
    width: 100%;
    max-width: 100%;
    padding-bottom: 200px;
}

.col-left {
    display: block;
    float: left;
}

.col-right {
    display: block;
    float: right;
}

.p20top {
    padding-top: 20px;
}

.p10top {
    padding-top: 10px;
}

.p10bottom {
    padding-bottom: 10px !important;
}

.p20bottom {
    padding-bottom: 20px !important;
}

.p50bottom {
    padding-bottom: 50px !important;
}

.p0left {
    padding-left: 0;
}

.p0right {
    padding-right: 0;
}

.gray-line {
    color: #666;
    border-bottom: 1px solid #666;
    margin: 0px 0 25px;
    padding-bottom: 20px;
}




/* Toggle Btn */

.togglebtn {
    background-color: #009943;
    color: #fff;
}

    .togglebtn .glyphicon {
        font-weight: bold;
        line-height: 0;
        font-size: 10px;
    }

.btn-default:hover {
    color: #fff !important;
    background-color: #009943 !important;
}

.btn-default:active {
    color: #fff !important;
    background-color: #009943 !important;
}

.btn-default:focus {
    color: #fff !important;
    background-color: #009943 !important;
}



#formparceiro {
    display: none;
    padding-top: 10px;
}

#inputvalorparceiro {
    text-align: right;
}

#valorparceirocurrency {
    font-size: 18px;
    line-height: 32px;
    pointer-events: none;
}

/* Resultado - Comissoes */

#resultado-comissoes {
    display: none;
}

.spanover:hover {
    cursor: pointer;
}

/* Tools Menu Mobile */


.tools-menu-mobile a .bts-prestacao {
    color: #009943 !important;
}


/** Documentos **/
.content-documentos {
    margin: 50px auto 0;
    padding-bottom: 20px;
    margin-top: 0;
}

    .content-documentos #menuEntityInfo .p40 {
        padding-left: 0;
    }

    .content-documentos .rowbtns {
        margin: 20px -15px;
    }

    .content-documentos .btn {
        /* 	margin:50px 0 0 0; */
        border: none;
        background-color: #dddddf;
    }

    .content-documentos .txtleft {
        text-align: left;
    }

    .content-documentos .txtright {
        text-align: right;
    }

    .content-documentos .txtcenter {
        text-align: center;
    }

    .content-documentos .tabeladocumentos {
        font-family: 'gotham_lightregular';
        font-size: 13px;
    }

        .content-documentos .tabeladocumentos .tabelaheader {
            font-family: 'gotham_mediumregular';
            background-color: #009943;
        }

        .content-documentos .tabeladocumentos .tabelacol {
            float: left;
            padding: 5px;
        }

    .content-documentos .tabelaheader .tabelacol {
        color: #fff;
        /* 	float: left; */
        /*border-left: 1px solid #fff;*/
    }

        .content-documentos .tabelaheader .tabelacol:nth-child(1) {
            border: none;
        }

/*
.content-documentos .tabelaheader .tabelacol img {
	position: absolute;
	top: 0;	
}
*/

/* total colunas fixas 50 % */
.tabeladocumentos .col-direccao {
    width: 4%;
}

.tabeladocumentos .col-entidade {
    width: 20%;
}

.tabeladocumentos .col-tipodocumento {
    width: 14%;
}

.tabeladocumentos .col-data {
    width: 12%;
}

/* total colunas dinamicas 46% */
.tabeladocumentos .col-col1 {
    width: 16%;
}

.tabeladocumentos .col-col2 {
    width: 16%;
}

.tabeladocumentos .col-col3 {
    width: 14%;
}


/* total colunas detalhe e down 4% */
.tabeladocumentos .col-detalhe {
    width: 0%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.tabeladocumentos .col-download {
    width: 4%;
    text-align: right;
}

.content-documentos .tabeladocumentos .rowdocumento {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
}

    .content-documentos .tabeladocumentos .rowdocumento:nth-child(1) {
        border: none;
    }

.content-documentos .tabeladocumentos .rowselected {
    background-color: #daf0e4;
}


.tabeladocumentos .rowdocumento .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

    .tabeladocumentos .rowdocumento .detail label {
        font-family: 'gotham_boldregular';
        margin-top: 20px;
    }

    .tabeladocumentos .rowdocumento .detail .fechardetailbtn {
        text-decoration: underline;
        padding: 5px 0;
        cursor: pointer;
        font-size: 16px;
    }

.content-documentos .pesquisawrap {
    display: none;
    position: relative;
    width: 100%;
    background-color: #e7e7e9;
    padding: 30px 20px;
    margin-bottom: 20px;
}

    .content-documentos .pesquisawrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .content-documentos .pesquisawrap .fecharbtn {
        position: absolute;
        top: 30px;
        right: 50px;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'gotham_boldregular';
        cursor: pointer;
    }

    .content-documentos .pesquisawrap label {
        font-family: 'gotham_boldregular';
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 16px;
    }

        .content-documentos .pesquisawrap label info {
            font-family: 'gotham_lightregular';
            text-transform: none;
            font-size: 12px;
        }

    .content-documentos .pesquisawrap .radiotipo {
        margin-left: 20px;
        float: left;
    }

        .content-documentos .pesquisawrap .radiotipo input {
            margin-right: 5px;
        }

        .content-documentos .pesquisawrap .radiotipo:nth-child(1) {
            margin-left: 0;
        }


/** lista HELP **/
.content-Help {
    margin: 50px auto 0;
    padding-bottom: 20px;
}

    .content-Help u {
        cursor: pointer;
    }

    .content-Help #menuEntityInfo .p40 {
        padding-left: 0;
    }

    .content-Help .rowbtns {
        margin: 20px -15px;
    }

    .content-Help .btn {
        /* 	margin:50px 0 0 0; */
        border: none;
        background-color: #dddddf;
    }

    .content-Help .txtleft {
        text-align: left;
    }

    .content-Help .txtright {
        text-align: right;
    }

    .content-Help .txtcenter {
        text-align: center;
    }

    .content-Help .tabeladocumentos {
        font-family: 'gotham_lightregular';
        font-size: 13px;
    }

    .content-Help .tabelaHelp .tabelaheader {
        font-family: 'gotham_mediumregular';
        background-color: #009943;
    }

    .content-Help .tabelaHelp .tabelacol {
        float: left;
        padding: 5px;
    }

    .content-Help .tabelaheader .tabelacol {
        color: #fff;
        /* 	float: left; */
        border-left: 1px solid #fff;
    }

        .content-Help .tabelaheader .tabelacol:nth-child(1) {
            border: none;
        }


        .content-Help .tabelaheader .tabelacol img {
            position: absolute;
            top: 0;
        }

    .content-Help .rowHelp {
        padding: 2px 0;
        border-top: 1px solid #dedede;
        cursor: pointer;
        font-family: 'gotham_lightregular';
    }

    .content-Help .tabelaHelp .rowdocumento {
        padding: 2px 0;
        border-top: 1px solid #dedede;
        cursor: pointer;
    }

        .content-Help .tabelaHelp .rowdocumento:nth-child(1) {
            border: none;
        }

    .content-Help .tabelaHelp .rowselected {
        background-color: #daf0e4;
    }



/** lista prop **/
.content-listprop {
    margin: 50px auto 0;
    padding-bottom: 20px;
}

    .content-listprop #menuEntityInfo .p40 {
        padding-left: 0;
    }

    .content-listprop .rowbtns {
        margin: 20px -15px;
    }

    .content-listprop .btn {
        /* 	margin:50px 0 0 0; */
        border: none;
        background-color: #dddddf;
    }

    .content-listprop .txtleft {
        text-align: left;
    }

    .content-listprop .txtright {
        text-align: right;
    }

    .content-listprop .txtcenter {
        text-align: center;
    }

    .content-listprop .tabeladocumentos {
        font-family: 'gotham_lightregular';
        font-size: 13px;
    }

    .content-listprop .tabelalistprop .tabelaheader {
        font-family: 'gotham_mediumregular';
        background-color: #009943;
    }

    .content-listprop .tabelalistprop .tabelacol {
        float: left;
        padding: 5px;
    }

    .content-listprop .tabelaheader .tabelacol {
        color: #fff;
    }

    .content-listprop .tabelaheader .tabelacol:nth-child(1) {
        border: none;
    }


    .content-listprop .tabelaheader .tabelacol img {
        position: absolute;
        top: 0;
    }

    .content-listprop .rowlistprop {
        padding: 2px 0;
        border-top: 1px solid #dedede;
        cursor: pointer;
        font-family: 'gotham_lightregular';
    }

.tabelalistprop .col-entidade {
    width: 0%;
}

.tabelalistprop .col-cliente {
    width: 35%;
}

.tabelalistprop .col-data {
    width: 12%;
}

.tabelalistprop .col-matricula {
    width: 13%;
}

.tabelalistprop .col-estado {
    width: 17%;
}


.tabelalistprop .col-estado2 {
    width: 22%;
}

.tabelalistprop .col-username {
    width: 0%;
}

.tabelalistprop .col-proposta {
    width: 13%;
}

.tabelalistprop .col-delete {
    width: 5%;
}

.tabelalistprop .col-doc {
    width: 5%;
}

.tabelalistprop .docprop_go {
    cursor: pointer;
}

/* total colunas detalhe e down 4% */
.tabelalistprop .col-detalhe {
    width: 0%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.content-listprop .tabelalistprop .rowdocumento {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
}

    .content-listprop .tabelalistprop .rowdocumento:nth-child(1) {
        border: none;
    }

.content-listprop .tabelalistprop .rowselected {
    background-color: #daf0e4;
}


.tabelalistprop .rowdocumento .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

    .tabelalistprop .rowdocumento .detail label {
        font-family: 'gotham_boldregular';
        margin-top: 20px;
    }

    .tabelalistprop .rowdocumento .detail .fechardetailbtn {
        text-decoration: underline;
        padding: 5px 0;
        cursor: pointer;
        font-size: 16px;
    }



/**lstintervs*/

#moddlg_lstintervs {
    width: 900px;
}

.content-lstintervs {
    margin: 15px 15px 0 15px;
    padding-bottom: 20px;
}

.content-lstintervs .rowbtns {
    margin: 20px -15px;
}

.content-lstintervs .btn {
    border: none;
    background-color: #dddddf;
}

.content-lstintervs .txtleft {
    text-align: left;
}

.content-lstintervs .txtright {
    text-align: right;
}

.content-lstintervs .txtcenter {
    text-align: center;
}

.content-lstintervs .tabelalstintervs .tabelaheader {
    font-family: 'gotham_mediumregular';
    background-color: #009943;
}

.content-lstintervs .tabelalstintervs .tabelacol {
    float: left;
    padding: 5px;
}

.content-lstintervs .tabelaheader .tabelacol {
    color: #fff;
    border-left: 1px solid #fff;
}

.content-lstintervs .tabelaheader .tabelacol:nth-child(1) {
    border: none;
}

.content-lstintervs .tabelaheader .tabelacol img {
    position: absolute;
    top: 0;

}

.content-lstintervs .rowlstintervs {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
    font-family: 'gotham_lightregular';
}

.tabelalstintervs .col-tblhcol1 {
    width: 15%;
}

.tabelalstintervs .col-tblhcol2 {
    width: 40%;
}

.tabelalstintervs .col-tblhcol3 {
    width: 20%;
}

.tabelalstintervs .col-tblhcol4 {
    width: 25%;
}

.tabelalstintervs .col-detalhe {
    width: 0%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.content-lstintervs .tabelalstintervs .rowselected {
    background-color: #daf0e4;
}

.tabelalstintervs .rowlstintervs .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

.tabelalstintervs .rowlstintervs .detail label {
    font-family: 'gotham_boldregular';
    margin-top: 20px;
}

.tabelalstintervs .rowlstintervs .detail .fechardetailbtn {
    text-decoration: underline;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
}

/**lstintervs*/




/** lstSignState **/

#moddlg_lstsignstate {
    width: 860px;
}

.content-lstsignstate {
    margin: 15px 15px 0 15px;
    padding-bottom: 20px;
}

.content-lstsignstate .rowbtns {
    margin: 20px -15px;
}

.content-lstsignstate .btn {
    border: none;
    background-color: #dddddf;
}

.content-lstsignstate .txtleft {
    text-align: left;
}

.content-lstsignstate .txtright {
    text-align: right;
}

.content-lstsignstate .txtcenter {
    text-align: center;
}

.content-lstsignstate .tabelalstsignstate .tabelaheader {
    font-family: 'gotham_mediumregular';
    background-color: #009943;
}

.content-lstsignstate .tabelalstsignstate .tabelacol {
float: left;
padding: 5px;
}

.content-lstsignstate .tabelaheader .tabelacol {
    color: #fff;
    border-left: 1px solid #fff;
}

.content-lstsignstate .tabelaheader .tabelacol:nth-child(1) {
    border: none;
}

.content-lstsignstate .tabelaheader .tabelacol img {
    position: absolute;
    top: 0;
}

.content-lstsignstate .rowlstsignstate {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
    font-family: 'gotham_lightregular';
}

.tabelalstsignstate .col-tblhcol1 {
    width: 10%;
}

.tabelalstsignstate .col-tblhcol2 {
    width: 35%;
}

.tabelalstsignstate .col-tblhcol3 {
    width: 12%;
}

.tabelalstsignstate .col-tblhcol4 {
    width: 15%;
}

.tabelalstsignstate .col-tblhcol5 {
    width: 13%;
}

.tabelalstsignstate .col-tblhcol6 {
    width: 10%;
}


.tabelalstsignstate .col-detalhe {
    width: 0%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.content-lstsignstate .tabelalstsignstate .rowlstcontracts:nth-child(1) {
    border: none;
}

.content-lstsignstate .tabelalstsignstate .rowselected {
    background-color: #daf0e4;
}

.tabelalstsignstate .rowlstsignstate .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

    .tabelalstsignstate .rowlstsignstate .detail label {
        font-family: 'gotham_boldregular';
        margin-top: 20px;
    }

    .tabelalstsignstate .rowlstsignstate .detail .fechardetailbtn {
        text-decoration: underline;
        padding: 5px 0;
        cursor: pointer;
        font-size: 16px;
    }
/** lstSignState **/

/**LISTCONTRACTS*/

.content-lstcontracts {
    margin: 50px auto 0;
    padding-bottom: 20px;
}

.content-lstcontracts .rowbtns {
    margin: 20px -15px;
}

.content-lstcontracts .btn {
    border: none;
    background-color: #dddddf;
}

.content-lstcontracts .txtleft {
    text-align: left;
}

.content-lstcontracts .txtright {
    text-align: right;
}

.content-lstcontracts .txtcenter {
    text-align: center;
}

.content-lstcontracts .tabelalstcontracts .tabelaheader {
    font-family: 'gotham_mediumregular';
    background-color: #009943;
}

.content-lstcontracts .tabelalstcontracts .tabelacol {
    float: left;
    padding: 5px;
}

.content-lstcontracts .tabelaheader .tabelacol {
    color: #fff;
}
      
.content-lstcontracts .tabelaheader .tabelacol img {
    position: absolute;
    top: 0;
}

.content-lstcontracts .rowlstcontracts {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
    font-family: 'gotham_lightregular';
}

.tabelalstcontracts .col-tblhcol1 {
    width: 14%;
}

.tabelalstcontracts .col-tblhcol2 {
    width: 26%;
}

.tabelalstcontracts .col-tblhcol3 {
    width: 8%;
}

.tabelalstcontracts .col-tblhcol4 {
    width: 12%;
}

.tabelalstcontracts .col-tblhcol5 {
    width: 12%;
}

.tabelalstcontracts .col-tblhcol6 {
    width: 12%;
}

.tabelalstcontracts .col-tblhcol7 {
    width: 8%;
}

.tabelalstcontracts .col-tblhcol8 {
    width: 8%;
}

.tabelalstcontracts .col-detalhe {
    width: 0%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.content-lstcontracts .tabelalstcontracts .rowdocumento {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
}

.content-lstcontracts .tabelalstcontracts .rowlstcontracts:nth-child(1) {
    border: none;
}

.content-lstcontracts .tabelalstcontracts .rowselected {
    background-color: #daf0e4;
}

.tabelalstcontracts .rowlstcontracts .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

.tabelalstcontracts .rowlstcontracts .detail label {
    font-family: 'gotham_boldregular';
    margin-top: 20px;
}

.tabelalstcontracts .rowlstcontracts .detail .fechardetailbtn {
    text-decoration: underline;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
}

/**lstcontracts*/
        /**LISTCONF*/
        .content-listconf {
margin: 50px auto 0;
padding-bottom: 20px;
}

.content-listconf #menuEntityInfo .p40 {
    padding-left: 0;
}

.content-listconf .rowbtns {
    margin: 20px -15px;
}

.content-listconf .btn {
    border: none;
    background-color: #dddddf;
}

.content-listconf .txtleft {
    text-align: left;
}

.content-listconf .txtright {
    text-align: right;
}

.content-listconf .txtcenter {
    text-align: center;
}

.content-listconf .tabelalistconf .tabelaheader {
    font-family: 'gotham_mediumregular';
    background-color: #009943;
}

.content-listconf .tabelalistconf .tabelacol {
    float: left;
    padding: 5px;
}

.content-listconf .tabelaheader .tabelacol {
    color: #fff;
}

.content-listconf .tabelaheader .tabelacol:nth-child(1) {
    border: none;
}

.content-listconf .tabelaheader .tabelacol img {
    position: absolute;
    top: 0;
}

.content-listconf .rowlistprop {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
    font-family: 'gotham_lightregular';
    }

.tabelalistconf .col-cliente {
    width: 20%;
}
.tabelalistconf .col-dateconf {
    width: 15%;
}

.tabelalistconf .col-matricula {
    width: 10%;
}

.tabelalistconf .col-estadoConf {
    width: 15%;
}

.tabelalistconf .col-estadoProp {
    width: 15%;
}

.tabelalistconf .col-sign {
    width: 0%;
}

.tabelalistconf .col-proposta {
    width: 10%;
}

.tabelalistconf .col-docfalta {
    width: 15%;
}

.tabelalistconf .docprop_go {
    cursor: pointer;
}

/* total colunas detalhe e down 4% */
.tabelalistconf .col-detalhe {
    width: 0%;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.content-listconf .tabelalistconf .rowdocumento {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
}

.content-listconf .tabelalistconf .rowdocumento:nth-child(1) {
    border: none;
}

.content-listconf .tabelalistconf .rowselected {
    background-color: #daf0e4;
}

.tabelalistconf .rowdocumento .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

.tabelalistconf .rowdocumento .detail label {
    font-family: 'gotham_boldregular';
    margin-top: 20px;
}

.tabelalistconf .rowdocumento .detail .fechardetailbtn {
    text-decoration: underline;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
}

/** LISTSIMUL **/
.content-listsimul {
    margin: 50px auto 0;
    padding-bottom: 20px;
}

    .content-listsimul #menuEntityInfo .p40 {
        padding-left: 0;
    }

    .content-listsimul .rowbtns {
        margin: 20px -15px;
    }

    .content-listsimul .btn {
        /* 	margin:50px 0 0 0; */
        border: none;
        background-color: #dddddf;
    }

    .content-listsimul .txtleft {
        text-align: left;
    }

    .content-listsimul .txtright {
        text-align: right;
    }

    .content-listsimul .txtcenter {
        text-align: center;
    }

    .content-listsimul .tabelalistsimul {
        font-family: 'gotham_lightregular';
        font-size: 14px;
    }

    .content-listsimul .tabelalistsimul .tabelaheader {
        font-family: 'gotham_mediumregular';
        background-color: #009943;
    }

    .content-listsimul .tabelalistsimul .tabelacol {
        float: left;
        padding: 5px;
    }

    .content-listsimul .tabelaheader .tabelacol {
        color: #fff;
    }
    
    .content-listsimul .tabelaheader .tabelacol:nth-child(1) {
        border: none;
    }

.tabelalistsimul .col-cliente {
    width: 35%;
}

.tabelalistsimul .col-data {
    width: 15%;
}

.tabelalistsimul .col-matricula {
    width: 15%;
}

.tabelalistsimul .col-vprest {
    width: 15%;
}

.tabelalistsimul .col-download {
    width: 10%;
    text-align: center;
}

.content-listsimul .tabelalistsimul .rowlistsimul {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    cursor: pointer;
}

    .content-listsimul .tabelalistsimul .rowlistsimul:nth-child(1) {
        border: none;
    }

.content-listsimul .tabelalistsimul .rowselected {
    background-color: #daf0e4;
}


.tabelalistsimul .rowlistsimul .detail {
    width: 100%;
    background-color: #e7e7e9;
    padding: 5px;
    display: none;
}

    .tabelalistsimul .rowlistsimul .detail label {
        font-family: 'gotham_boldregular';
        margin-top: 20px;
    }

    .tabelalistsimul .rowlistsimul .detail .fechardetailbtn {
        text-decoration: underline;
        padding: 5px 0;
        cursor: pointer;
        font-size: 16px;
    }



.content-listsimul .pesquisawrap {
    display: none;
    position: relative;
    width: 100%;
    background-color: #e7e7e9;
    padding: 30px 20px;
    margin-bottom: 20px;
}

    .content-listsimul .pesquisawrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .content-listsimul .pesquisawrap .fecharbtn {
        position: absolute;
        top: 30px;
        right: 50px;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'gotham_boldregular';
        cursor: pointer;
    }

    .content-listsimul .pesquisawrap label {
        font-family: 'gotham_boldregular';
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 16px;
    }

        .content-listsimul .pesquisawrap label info {
            font-family: 'gotham_lightregular';
            text-transform: none;
            font-size: 12px;
        }

    .content-listsimul .pesquisawrap .radiotipo {
        margin-left: 20px;
        float: left;
    }

        .content-listsimul .pesquisawrap .radiotipo input {
            margin-right: 5px;
        }

        .content-listsimul .pesquisawrap .radiotipo:nth-child(1) {
            margin-left: 0;
        }

.nav > li > a {
    font-family: 'gotham_mediumregular';
    color: white;
}



.nav > li.docs {
    padding-top: 0px;
    width: 180px;
    margin-bottom: 2px;
    background-color: #009943;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    font-family: 'gotham_mediumregular';
    background-color: #4db87c;
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}










@media screen and (max-width: 990px) {

    .tabeladocumentos .col-direccao {
        width: 5%;
    }

    .tabeladocumentos .col-tipodocumento {
        width: 30%;
    }

    .tabeladocumentos .col-data {
        width: 20%;
    }

    .tabeladocumentos .col-entidade {
        /*display: none;*/
    }

    .tabeladocumentos .col-col1 {
        width: 30%;
    }

    .tabeladocumentos .col-col2 {
        display: none;
    }

    .tabeladocumentos .col-col3 {
        display: none;
    }

    .tabeladocumentos .col-detalhe {
        width: 10%;
        display: block;
    }

    .tabeladocumentos .col-download {
        width: 5%;
        text-align: right;
    }
    /*///////////////////////////**/
    .tabelalistsimul .col-entidade {
        display: none;
    }

    .tabelalistsimul .col-cliente {
        width: 50%;
    }

    .tabelalistsimul .col-data {
        display: none;
    }

    .tabelalistsimul .col-matricula {
        width: 20%;
    }

    .tabelalistsimul .col-vprest {
        width: 20%;
    }

    .tabelalistsimul .col-download {
        width: 10%;
        text-align: center;
    }
}






@media screen and (min-device-width: 860px) {
    .p40.date {
        padding-right: 0;
        padding-left: 0;
        width: 27.7%;
    }

    .p40.slash {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 4px;
        text-align: center;
    }

    .p40.iban {
        width: 5%;
        padding-top: 1%;
    }

    .p40.inputIban {
        width: 95%;
    }

    .text-grey {
        color: grey;
    }
}
/********************************************************************* Wide Screen **********************************************************************************/
/********************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************/

#mainSectionSimulator {
    margin-left: 15px;
}

    #mainSectionSimulator .content-simulador {
        max-width: 100%;
        margin-top: 0;
        padding-left: 0px;
        padding-right: 0;
    }

    #mainSectionSimulator .fields {
        margin-bottom: 0;
    }

    #mainSectionSimulator .row {
        margin-bottom: 25px;
    }

.section {
    display: block;
    margin: 5px 20px;
}

.containerMenu {
    position: relative;
    margin-bottom: 8%;
    height: auto;
}

#simGoToProposal {
    background-color: #fff;
    color: #009943;
}
/*.simulador-result #divsimulation-result {
    max-width: 1400px;
    width: 958px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 100px;
}*/
.submenu {
    position: relative;
    padding-left: 60px;
    margin-top: 4%;
    height: auto;
    margin-left: 6%;
}

#sideMenu {
    position: fixed;
    top: 17%;
    right: 1%;
    height: 400px;
    font-weight: normal;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 20%;
}

    #sideMenu .p40 {
        padding-left: 20px;
        padding-right: 20px;
    }

.menuClick {
    padding-left: 15px;
    padding-right: 15px;
}

#menuOptionTit1, #menuOptionTit2 {
    width: 45%;
    padding-top: 2%;
}

input[type="radio"] {
    cursor: pointer;
}

section .title {
    margin-bottom: 2%;
}

input[type=date] {
    text-align: center;
}

.slash {
    text-align: center;
}

.titCheck {
    text-transform: capitalize;
    font-family: 'gotham_lightregular';
    cursor: pointer;
    color: grey;
}

    .titCheck.Active {
        text-transform: capitalize;
        font-family: 'gotham_mediumregular';
        color: rgb(0, 153, 67);
    }

.p40 {
    padding-left: 40px;
    padding-right: 40px;
}

.multipleLeft {
    padding-left: 0;
}

.multipleRight {
    padding-right: 0;
}

.multipleCenter {
    padding-left: 5px;
    padding-right: 5px;
}

.prestacao-green-bar {
    right: 15px;
}

.toolsMain {
    padding: 0;
}

.toolsSection {
    padding: 0;
}

#buttonSimul {
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
}

    #buttonSimul button {
        width: 100px;
    }
/*validations*/
#menuInfo.noError {
    border: 2px solid #009943;
    padding: 20px;
    border-radius: 5px;
    color: #009943;
    font-size: 14px;
}

#menuInfo.error {
    border: 2px solid red;
    padding: 20px;
    border-radius: 5px;
    color: red;
}

#menuInfo.info {
    display: inline-block;
    border: 2px solid green;
    padding: 20px;
    border-radius: 5px;
    color: green;
}

label.noError {
    color: #333;
}

label.error {
    color: red;
}

div.error {
    color: red;
}

input.error, textarea.error, select.error {
    border: 1px solid red;
}

input.noError, textarea.noError, select.noError {
    border: 1px solid #ccc;
}

.sideContainerActive {
    border-left: 2px solid #009943;
}

.sideContainerError {
    border-left: 2px solid red;
}

.sideContainerInactive {
    border-left: none;
}

.sideSpanActive {
    color: #009943;
}

.sideSpanInactive {
    color: grey;
}

/*
@media only screen and (min-device-height : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #pullMenuIpad {
        display: inline-block;
        text-align: center;
    }

    #menuPull {
        width: 12px;
        margin-top: -4%;
        color: #fff;
        padding-bottom: 1%;
    }
}
*/

/********************************************************************* ipad horizontal **********************************************************************************/
/********************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #sideMenu {
        display: none;
    }

    #mainSectionSimulator .prestacao-green-bar {
        width: 60%;
        left: 0;
        right: 0;
        bottom: -10%;
    }

        #mainSectionSimulator .prestacao-green-bar img {
            transform: rotate(0deg);
        }

        #mainSectionSimulator .prestacao-green-bar span.upMenu {
            transform: rotate(180deg);
        }

    #pullMenuIpad {
        display: inline-block;
        text-align: center;
    }

    #menuPull {
        width: 12px;
        margin-top: -4%;
        color: #fff;
        padding-bottom: 1%;
    }

    .tools-menu-desktop {
        display: inline-block;
    }

    .toolsSection {
        padding-left: 0;
    }

    .toolsMain {
        padding-left: 0;
    }

    #buttonSimul {
        padding-left: 0;
        padding-right: 0;
    }

        #buttonSimul button {
            width: 120px;
        }

    #formPost {
        margin-right: 0;
    }

    #mainSectionSimulator {
        margin-left: auto;
    }

    #btsimular {
        width: 120px;
    }
}
/********************************************************************* Ipad vertical **********************************************************************************/
/********************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #sideMenu {
        display: none;
    }

    #menuEntity {
        padding-left: 70px;
    }
}
/********************************************************************* NO Mobile **********************************************************************************/
/********************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************/
@media (min-width : 769px) {
    #liconsulta:hover .subMenu {
        display: block;
    }
    #liinfgestao:hover .subMenu {
        display: block;
    }
    #lioperacoes:hover .subMenu {
        display: block;
    }

    .nav > li > a:hover {
        background-color: #4db87c;
    }
    /*para o scroll do menu lateral ter folga*/
    #mainSectionSimulator #condFinanc {
        margin-bottom: 10%;
    }
}

/********************************************************************* Mobile **********************************************************************************/
/********************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************/
@media screen and (max-width: 767px) {
    #mainSectionSimulator .fields {
        margin-bottom: 0;
    }

    #simulatorGreenBar.prestacao-green-bar {
        right: 0;
    }

    #mainSectionSimulator .row {
        margin-bottom: 0px;
    }

    #mainSectionSimulator .col-sm-6 {
        margin-bottom: 25px;
    }

    #liconsulta:hover .subMenu {
        position: relative;
    }

    #lioperacoes:hover .subMenu {
        position: relative;
    }

    #liconsulta:hover .subMenu {
        position: relative;
    }

    #liinfgestao:hover .subMenu {
        position: relative;
    }

    #lioperacoes:hover .subMenu {
        position: relative;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active {
        background-color: #009943;
    }

    .navbar-inverse .navbar-nav > li:focus, .navbar-inverse .navbar-nav > li:hover {
        background-color: #009943;
    }

    #mainSectionSimulator {
        margin-left: 0%;
    }

    .tools-menu-desktop {
        padding: 10px 0;
        display: none;
    }

    #menuEntity {
        padding-left: 0;
    }

    .nav > li.docs {
        width: 250px;
        margin-bottom: 5px;
    }

    .tools-menu-mobile {
        display: block;
    }

    .prestacao-green-bar {
        width: inherit;
        max-width: 840px;
        padding: 0px 20px 10px;
        margin-left: 0;
    }

    #btneditprop {
        float: left;
    }

    #btprop {
        float: left;
    }

    .slider-wrap {
        padding: 0px 0px 20px;
    }

    #docdownloadbtn {
        margin-top: 15px;
    }

    #docfiltrarbtn {
        margin-top: 20px;
    }

    .content-listsimul .pesquisawrap .p40bottom {
        padding-bottom: 20px !important;
    }

    .content-listsimul .pesquisawrap .radiotipowrap {
        margin-bottom: 20px;
    }

    .content-listsimul .pesquisawrap .radiotipo {
        margin-left: 0px;
        float: inherit;
    }

    .responsivePadding0 {
        padding-right: 0;
        padding-left: 0;
    }

    .zipCode {
        display: inline-block;
        width: 49%;
    }

    .zipCode2 {
        display: inline-block;
        width: 38%;
        padding-right: 0;
    }

    .slash {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        width: 8%;
    }

    .multipleCenter {
        padding-left: 0px;
        padding-right: 0px;
    }

    #formPost {
        margin-right: 0;
    }

    #mainSectionSimulator .prestacao-green-bar {
        width: 100%;
    }

    .tools-menu-desktop {
        display: inline-block;
    }

    .toolsSection {
        display: none;
        padding-left: 15px;
    }

    .toolsSectionMobile {
        /*display: none;
        padding-left: 15px;*/
        margin-bottom: 20%;
    }

    .toolsSectionSimulator {
        width: 50%;
    }

    .tabelalistsimul .col-cliente {
        width: 30%;
    }

    .tabelalistsimul .col-matricula {
        width: 25%;
    }

    .tabelalistsimul .col-vprest {
        width: 35%;
        text-align: left;
    }

    .tools-btn {
        color: #009943;
    }

    .p40 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .toolsMain {
        padding-left: 0px;
    }

    #buttonSimul {
        padding-left: 0;
        padding-top: 10px;
        padding-right: 0;
        margin: 0 auto;
        float: none;
    }

        #buttonSimul button {
            width: 120px;
            margin: 0 auto;
            height: 50px;
        }

    /** Documentos **/
    .tools-menu {
    }

    .cover-bg {
        background: url(../img/Bi-BG-mobile.jpg) no-repeat center top scroll;
    }

    .headline {
        margin-top: 50px;
    }

    .box-rounded {
        margin: 50px auto 0;
    }

    .logo-vertical {
        text-align: center;
    }

    .navbar-nav {
        float: left;
        margin-left: 2px;
    }


    ul.nav li {
        color: #FFF;
        text-transform: uppercase;
        font-family: 'gotham_lightregular';
        padding-left: 45px;
        padding-top: 10px;
    }


    ul.nav li.item-simulador {
        background: url(../img/simulador.png) #009943 10px center no-repeat;
    }

    ul.nav li.item-consulta {
        background: url(../img/documentos.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-lstOperations {
        background: url(../img/iconMenuOperations.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-lstGestao {
        background: url(../img/documentos.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-Help {
        background: url(../img/iconMenuHelp.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-sair {
        background: url(../img/sair.png) #009943 14px center no-repeat;
    }

    .field-inline {
        display: block;
        padding: 0px;
    }

  

    .mobileHide {
        display: none
    }

    .tabeladocumentos .col-entidade, .tabelalistprop .col-cliente {
        width: 50%;
    }

    .tabeladocumentos .col-data, .tabelalistprop .col-cliente {
        width: 30%;
    }

    .tabeladocumentos .col-detalhe {
        width: 20%;
    }

    .nav {
        padding-left: 40px;
    }

    #exTab1 .nav {
        padding-left: 0;
    }

    #sideMenu {
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {

    .cover-bg {
        background: url(../img/Bi-BG-mobile.jpg) no-repeat center top scroll;
    }

    .headline {
        margin-top: 50px;
    }

    .box-rounded {
        margin: 50px auto 0;
    }

    .logo-vertical {
        text-align: center;
    }

    .navbar-nav {
        float: left;
        margin-left: 2px;
    }


    ul.nav li {
        color: #FFF;
        text-transform: uppercase;
        font-family: 'gotham_lightregular';
        padding-left: 45px;
        padding-top: 10px;
    }


    ul.nav li.item-simulador {
        background: url(../img/simulador.png) #009943 10px center no-repeat;
    }

    ul.nav li.item-consulta {
        background: url(../img/documentos.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-lstOperations {
        background: url(../img/iconMenuOperations.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-lstGestao {
        background: url(../img/documentos.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-Help {
        background: url(../img/iconMenuHelp.png) #009943 14px 0 no-repeat;
    }

    ul.nav li.item-sair {
        background: url(../img/sair.png) #009943 14px center no-repeat;
    }

    .field-inline {
        display: block;
        padding: 0px;
    }
}

@media screen and (max-device-width: 320px) {

    a.prestacao-bt {
        padding: 0 8px;
    }


    .modal {
        padding-top: 10%;
    }

    .modal-dialog {
        width: 40%;
        margin: 30px auto;
    }

    .btn-default {
        background: #009943;
        color: #ffffff;
        border-radius: 6px;
    }


    .btn-default.align-right {
        float: right;
    }

    .btn-default.align-left {
        float: left;
    }


    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background: #007031;
        color: #ffffff;
        border-radius: 6px;
    }

    .modal-header {
        text-align: center;
        border-bottom: 0px;
    }

    .modal-body {
        text-align: center;
    }

    .modal-footer {
        text-align: center;
        border-top: 0px;
    }


    .flyover {
        left: 150%;
        overflow: hidden;
        position: fixed;
        width: 20%;
        min-height: 20%;
        opacity: 0.9;
        z-index: 1050;
        transition: left 0.6s ease-out 0s;
    }

    .flyover-centered {
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .flyover.in {
        left: 50%;
    }
}

/*@media screen and (max-width: 990px) {

    .tabelalistprop .col-entidade {
        display: none;
    }

    .tabelalistprop .col-data {
        width: 10%;
    }

    .tabelalistprop .col-cliente {
        width: 20%;
    }

    .tabelalistprop .col-matricula {
        width: 10%;
    }

    .tabelalistprop .col-estado {
        width: 10%;
    }

    .tabelalistprop .col-proposta {
        display: none;
    }

    .tabelalistprop .col-username {
        display: none;
    }

    .tabelalistprop .col-delete {
        width: 4%;
    }

    .tabelalistprop .col-detalhe {
        width: 10%;
        display: block;
    }
}*/
/* Advertising*/
#closeAdv {
    cursor: pointer;
    color: #fff;
}

#advertisingOptions {
    position: absolute;
    z-index: 4;
    left: 10px;
    width: 200px;
}

#advertisingContent {
    position: absolute;
    z-index: 1;
    width: 650px;
}

    #advertisingContent.top {
        right: 32%;
        top: -38%;
    }

    #advertisingContent.right {
        right: -38%;
        top: 30%;
    }

    #advertisingContent.middle {
        display: none;
        opacity: 0;
        right: 32%;
        top: 30%;
    }

    #advertisingContent img {
        width: 100%;
        height: 100%;
    }

    #advertisingContent button {
        position: absolute;
        z-index: 4;
        right: 16px;
        width: auto;
    }
    /*@keyframes AvertiseTop{
    0% {
        margin-top: -24%;
    }
    100% {
        margin-top: -1.8%;
    }
}*/
    #advertisingContent.border {
        background-color: lightgrey;
        padding: 24px;
        border-radius: 4px;
    }

        #advertisingContent.border button {
            top: -2px;
            right: -4px;
        }

/*Modals css*/
.modal.fade {
    opacity: 1;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

#modalPreview {
    width: 10%;
    height: 100%;
    background-color: lightgrey;
    position: fixed;
    top: 0;
    right: -10%;
}

    #modalPreview span.arrow {
        width: 30px;
        position: absolute;
        right: 55%;
        margin-top: 139%;
        cursor: pointer;
        margin-right: 42%;
        z-index: 3;
    }

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    cursor: pointer;
    color: #009943;
}

#modalPreview .openMenu {
    transform: rotate(180deg);
}

#modalPreview .campName {
    cursor: pointer;
    display: block;
    padding: 3px;
    text-transform: capitalize;
    color: #009943;
    font-weight: 500;
    font-family: sans-serif;
}

    #modalPreview .campName:hover {
        color: #fff;
        background-color: #009943;
        cursor: pointer;
        text-decoration: none;
    }

#modalOption {
    top: 30%;
    position: absolute;
    width: 100%;
    right: -16%;
}

#modalPreview .campName.visited {
    color: blueviolet;
}

.simulador-result {
    padding-bottom: 0px;
}

#negComercial {
    display: none;
}

#divsimulation-result_ren {
    background-color: #EDEDED;
}
/*CAR DETAILS*/
#carDetailsHeader img {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px;
    width: 250px;
    height: 150px;
}

#mainSectionCarDetails #carDetailsTitle img {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px;
    float: left;
    margin-bottom: 0px;
}

#carDetailsHeader img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
/*#mainSectionCarDetails .content-simulador{
    max-width: 100%;
}*/
#mainSectionCarDetails input, #mainSectionCarDetails img, #mainSectionCarDetails button, #mainSectionCarDetails select {
    width: 100%;
    margin-bottom: 30px;
}

textarea {
    resize: none;
}

#carDetailsTitle label {
    font-size: 14px;
}

#carDetailsTitle a {
    float: left;
}

#carDetailsHeader input.detailsName {
    background-color: darkgray;
    color: #fff;
}

#profile-img-tag, #logoCompany {
    cursor: pointer;
}

#mainSectionCarDetails input#profile-img, #mainSectionCarDetails input#profile-imgLogo {
    opacity: 0;
    position: absolute;
    padding: 12px;
    height: 1px;
    width: 1px;
    cursor: pointer;
    display: none;
}

#txtCommentPartner {
    min-height: 60px;
    color: black;
    font-size: 12px;
    padding: 7px;
}


/* LOADING*/


#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
