@import url('../bootstrap/fonts/icomoon/iconmoon.css');

html{
    background-color: #E6E6E6;
}

body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4b4b4b;    
    /*background-color: #E6E6E6;*/
    background-image: url(background-login.png) repeat-x;
}
.navbar-default{
    background-color: #182C51;
    border: none;
}
.navbar-default.logged{
    background-color: #182C51;
    border: none;
}

.navbar-brand{
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav a{
    text-transform: uppercase;
    text-align: center;
}
.navbar-default .navbar-nav a span{
    margin: 0 auto;
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    margin-top: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: #182C51;
    color: #FFF;
    border-bottom: 4px solid #0098c3;
    padding: 5px 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #FFF;
}
.navbar-default .navbar-nav>li>a{
    padding: 7px 0;
}
.navbar-nav li{
    margin-left: 0px;
}
.dropdown-menu{
    background: linear-gradient(to bottom, transparent, transparent 11px, #182C51 11px);
    color: #FFF;
    padding: 10px 0;
    border: none;
    padding-top: 25px;
}
.dropdown-menu > li{
    margin-left: 0;
}
.dropdown-menu > li > a{
    color: #496b8a !important;
    text-align: left !important;
}
.dropdown-menu > li > a:hover{
    background-color: transparent;
    color: #FFF;
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  
  .homeFirstColumn{
      padding-right: 26px !important;
  }
  
  /*qdo a home nao tem produtos*/
  .homeTitularides{
	padding-right: 15px !important;
    width: 100%;
  }
  
}
@media (min-width: 690px){
    .dropdown-menu li {
        margin-left: 0 !important;
    }
    
    .navbar-nav li {
        margin-left: 40px;
    }
    
    
    ul.dropdown-menu:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        /*border-bottom: 10px solid #000;*/
        top: 3px;
        content: '';
        left: 20%;
        margin-left: -10px;
        position: absolute;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
 /*   
   .containerBoxesForms .col-md-4{
        width: 32.7%;
    }
	*/
}
ul.dropdown-search{
    width: 100%;
    padding-top: 0;
    background: #000;
    padding: 10px;
    font-size: 1.2em;
}
ul.dropdown-search:before{
    display: none;
}
.nav>li.search-dropdown{
    position: static;
}
.dropdown-search input {
    background: transparent;
    border: none;
    width: 70%;
    outline: none;
    margin-left: 30%;
}
.dropdown-menu > li > a strong{
    color: #FFF;
}
ul.dropdown-profile:before{
    left: 96%;
}
.panel-title a .arrow-collapse-in, .panel-title a.collapsed .arrow-collapse-out{
    display: inline-block;
}
.panel-title a.collapsed .arrow-collapse-in, .panel-title a .arrow-collapse-out{
    display: none;
}
.form-inline .form-group{
    margin-right: 2em;
}
.form-tabs{
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-form-label{
    padding: .5em;
}
.form-check-label{
    font-weight: normal;
}

.panel-info {
    border-color: #ccc;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 -2px; 
    border-bottom: 0;
}

.page-header h1{
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 2.1em;
    font-weight: bold;    
}

h3.text-logon {
    font-size: 1.18em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-login input[type="text"],input[type="password"]{
    border-radius: 0;
    height: 34px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}

.form-login .form-group{
    margin-bottom: 10px;
}

.form-login .form-check-label{
    color: #aaa;
    font-size: 80%;    
    bottom: 1px;
}
 
.panel-login{
    padding-left: 0;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#help-login{
    float: right;
    margin-top: 0px;    
    color: #2B80B3;
    text-decoration: none;
    font-size: 14px;
}

.buttonIportal {
    height: 28px;
/*    border: none;*/
    cursor: pointer;
    text-transform: uppercase;
    line-height: 0.1;
	background: #459BD1;
    border-bottom: 3px solid #2B80B3;
    color: #fff;
    white-space: nowrap;
    margin: 10px 0 10px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 24px;
	
}

.col-centered{
    float: none;
    margin: 0 auto;
}

ul.callback{
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 0.9em;
    list-style-type: none;
    /*margin: 1%;*/
    padding: 10px;
    position: relative;
    /*width: 96.5%;*/
    /*z-index: 10000;*/
}
ul.callback.callbackSuccess{
    background-color: #E5F1E7;
    background-image: url("img/callbackSuccess.png");
    border: 1px solid #A4B9A7;
}
ul.callback.callbackSuccess li{
    color: #4D584F;
}
ul.callback.callbackWarning{
    background-color: #FFF8DC;
    background-image: url("img/callbackWarning.png");
    border: 1px solid #A49042;
}
ul.callback.callbackWarning li{
    color: #A49042;
}
ul.callback.callbackError{
    background-color: #FFF1F1;
    background-image: url("img/callbackError.png");
    border: 1px solid #A87979;
}
ul.callback.callbackError li{
    color: #784141;
}
ul.callback.callbackInformation {
    background-color: #DEECFF;
    background-image: url("img/callbackInformation.png");
    border: 1px solid #2D4C76;
}
ul.callback.callbackInformation li{
    color: #2D4C76;
}
ul.callback li{
    margin-left: 25px;
}

ul#validFormResponse{
    background-color: #FFF1F1;
    border: 1px solid #A87979;
    display: none;
    list-style-type: none;
    padding: 1px;
    width: 100%;
}
ul#validFormResponse li{
    margin: 3px;
    color: #784141;
    list-style-type: none;
    margin: 3px 3px 0px 10px;
}
ul#validFormResponse li label{
    color: #784141;
}

#spanLinkAutoCadastro{
    margin-top: 4px;
    /* color: #0098c3; */
    text-decoration: none;
    font-size: 14px;
}

.table-bordered-dynatable {
	border: none;
	
}

.table-bordered-dynatable th, .table-bordered-dynatable td {
    border-bottom: 1px solid #c1c1c1;
}

.table-bordered-dynatable th, .table-bordered-dynatable td {
        /* padding: 4px !important; */
    /* line-height: 20px; */
    text-align: left !important;
    vertical-align: middle;
    /* border-top: 1px solid #8E8C8C; */
    /* font-family: tahoma,arial,sans-serif; */
    font-size: 1.1em;
    /* padding-top: 12px; */
}

 .table-bordered-dynatable td {
    padding-top: 5px;
    padding-bottom: 5px;
 }

.table-bordered-dynatable th {
    /*background: #E1E1E1;    */
    /*font-family: tahoma,arial,sans-serif;*/
    font-size: 1.1em;
    /*	border-bottom:2px solid #173f59;*/
}

.table-bordered-dynatable th a {    
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600!important;
    color: #a6a2a2!important;
    text-decoration: none;
}

.dynatable-pagination-links {
    margin-top: 9px !important;
}

.dynatable-demo ul {
    margin-top: 18px;
}
.dynatable-pagination-links {
    text-align: center;
    color: #496b8a !important;
    /*font-family: tahoma,arial,sans-serif;*/
    font-size: 1.1em;
    padding-left: 0;
}

.dynatable-pagination-links span, .dynatable-pagination-links li {
    display: inline-block;
}

.dynatable-disabled-page, .dynatable-disabled-page:hover {
    background: none;
    color: #999;
}

.dynatable-active-page {
    cursor: text !important;
}

.dynatable-active-page {
    /*background: #496b8a !important;
    border-radius: 5px !important;*/
    text-decoration:none;
    background-color: #0298C4;
    color: #fff;
}

.dynatable-page-link .dynatable-active-page{    
    color: #fff !important;
    cursor: text;
    text-decoration: none !important;
}

.dynatable-disabled-page {    
    background: none !important;
    color: #999 !important;
    cursor: text !important;
    text-decoration: none !important;
}

.dynatable-page-link {
    cursor: pointer;
    text-decoration: none !important;
    padding: 6px 13px;
}

.dynatable-page-link, .dynatable-page-break {
    display: block;
    
}

.dynatable-page-break {
    display: block;
    padding: 5px 7px;
}

.dynatable-sort-header{
    text-decoration: none;
}

.div-search-dynatable{
    margin-bottom: 14px;
    text-align: left;    
}
/*********************************/

.dropdown-menu li:first-child{
    display: none !important;    
}

.dropdown-menu li:last-child{
    display: none !important;    
}

.panel-control-icon{
    padding-left: 8px;

}

/*Exibição dos erros sob os campos*/ 
.erro-iportal label{
	font-weight:normal !important; 
}

label.error{   
	color: red !important;
    font-size: 13px !important;
    padding-left: 2px !important;
	text-transform: none !important; 	
}


/* Trazendo as tabs para o main */
#tabControl{
    margin-bottom: 25px;
}

.header{
    width: auto;
    /*height: 29px;*/
    border-bottom: 1px #CCC solid;
}
.abas li{
    list-style: none;
    float: left;
    text-align: center;
    padding: 7px 10px;
    border: 1px #CCC solid;
    border-bottom: none;
    font-size: 0.8em;
    font-weight: bold;
    color: #8B824C;
    margin-right: 10px;
    background-color: #FFF;
}
.abas li:hover{
    cursor: pointer;
}
.selected_tab{
    background-color: #EEE !important;
    margin-top: 1px;
}
.selected_tab_titularidade{
    background-color: #EEE !important;
    margin-top: 1px;
}
.aba span{
    font-size: 1.4em;
}

.tabContent{
    margin-top: 20px;
}

.tabContentTitularidade{
    margin-top: 20px;
}
/* Fim das tabs para o main */

.form-control {    
    height: 34px;   
    border-radius: 0;
}

.validForm fieldset {
    border: 1px solid #DDDDDD;                
    background-color: transparent;
}

legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
    color: #4b4b4b;
    border: 0;
    margin-left: 15px;
    border-bottom: 3px solid #e5e5e5;
}

.insertFormLink {
    background-image: url(img/add.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-left: 8px;
    display: inline;
}

.deleteFormLink { 
    background-image: url(img/deleteFormLink.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-right: 8px;
    display: inline;
    padding-bottom: 5px;
}

.editLink {
    background-image: url(img/listEditLink.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-right: 8px;
    display: inline;
    padding-bottom: 5px;
}

.deleteFormLink.legend { 
    padding-left: 20px;
}

.editLink.legend {
    padding-left: 20px;
}

.insertFormLink.legend {
    padding-left: 20px;
    margin-left: 0;
}

.form-control-inline {
    display: inline !important;
    width: 90% !important;
}

@media only screen and (max-width: 865px){
    .abas li{
        float: none;
    }
    
    .boxMarginRight{
        margin-right: 0 !important;
    }
    
    .fixed-buttons-form{
        height: 120px !important;
    }
    
    .containerBoxesForms{
        margin-bottom: 120px !important; 
     } 

}

.navbar-brand.navbar-brand-homeLogged{
    margin-top: 0 !important;
    padding: 0 !important;        
    margin-bottom: 0 !important;
}

.navbar-brand .logo{
   /* height: 74px; */
}

#topTabs {
    white-space: nowrap;
    font-size: inherit;
}

#topTabs .tab-display{
    font-size: 1.0em;
}

.icon-tab-id-2:before{
    font-family: FontAwesome;
    content: "\f15c";
}

.icon-tab-id-3:before{
    font-family: FontAwesome;
    content: "\f075";
}

.icon-tab-id-4:before{
    font-family: FontAwesome;
    content: "\f022";
}

.icon-tab-id-9:before{
    font-family: FontAwesome;
    content: "\f007";
}

.contentWrapper .navbar-nav>li>a {    
    line-height: 0px;
}

#topTabs>li.active>a {
    color: #fff;
    border-bottom: 4px solid #0098c3;
    font-weight: 700;
}

.profile .dropdown-menu li:first-child{
    display: block !important;    
}

.profile .dropdown-menu li:last-child{
    display: block !important;    
}

.profile .dropdown-menu > li > a {
    color: #fff !important;
    text-align: left !important;
}

.dropdown-menu{
    margin-top: -10px !important;
}

.containerBoxesForms{
   margin-bottom: 150px; 
}    

.boxForm{        
    border: 1px solid #eaeaea;
    padding-right: 0;
    padding-left: 0;    
}

.boxMarginRight{
    /*margin-right: 10px;*/
    padding-right: 30px;
}

.boxForm .row{
    padding-right: 15px;
    padding-left: 15px;
    
}

.boxForm h3{        
        /* text-transform: uppercase; */
    border-left-color: #0098c3;
    font-size: 24px;
    font-weight: lighter;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    /* letter-spacing: -0.05em; */
    border-left: 4px solid #0098c3;
    padding-left: 15px;
}

.containerClone{
    padding-left: 0;
    padding-right: 0;
}

.hrDashed{
    /* border-top: 1px dashed #F1F1F1; */
    border-top: 1px dashed #eee;
    margin-top: 0;
}

.btnCloneAdd{
    background-color: #6cbd7d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin: 0;
    padding: 4px 25px 0 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    border: 2px solid #4ba75e;
    margin-bottom: 10px;
}

.btnCloneListEdit{
    height: 24px;
    background-color: #6cbd7d;
    /*background-image: url(img/listEditLink.png);*/
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* line-height: 28px; */
    /* margin: 6px; */
    padding: 0px 25px 0 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 95%;
    border: 0px solid;
    /* margin-bottom: 10px; */
    background-position: 5px;
    font-size: 12px;
}

.btnCloneRemove{
    background-color: #D9534F;    
    color: #fff;
    cursor: pointer;
    display: inline-block;    
    line-height: 40px;
    margin-top: 10px;
    padding: 4px 25px 0 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    border-bottom: 6px solid #B32926;
    margin-bottom: 10px;
    border: 0;
}

.btnCloneListAdd{
    background-color: #0298C4;
    /* background-image: url(img/add.png); */
    background-repeat: no-repeat;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 1.1em;
    cursor: pointer;
    display: inline-block;
    /* line-height: 28px; */
    /* margin: 6px; */
    padding: 14px 0px 12px 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    border: 0px solid ;
    margin-bottom: 10px;
    background-position: 5px;
}

.fixed-buttons-form{
    bottom: 0px;
    position: fixed;
    height: 100px;
    display: inline-block;    
    width: 100%;
    display: inline-block;    
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: white;
    border-top: 1px solid #ccc;
    text-align: center;
}

.btn-primary {
    background: #459BD1;
    border-bottom: 6px solid #2B80B3;
    color: #fff;
    white-space: nowrap;
    margin: 10px 0 10px;
    width: 250px;
    border-radius: 0;
    text-transform: uppercase;
    
}

.btn-primary.back {
    background-color: #f6f6f6;
    color: #7b7b7b;
    border: 2px solid #eaeaea;
}

.formContainer h3 {    
    border-left-color: #0098c3;
    font-size: 24px;
    font-weight: lighter;    
    border-left: 4px solid #0098c3;
    padding-left: 15px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}

.formContainer h2 {    
    border-left-color: #6cbd7d;
    font-size: 18px;
    font-weight: lighter;    
    border-left: 4px solid #6cbd7d;
    padding-left: 15px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}

.produtosSelecionados div[class*="row"]:first-of-type .hrDashed{
    display: none;
}


.lblCampoObrigatorio:before{
    content: "*";
    display: inline-block;
    
    width: 10px;
    color: red;
}

.select2-selection--single {
    border-radius: 0 !important;
}

.form-group label{
    font-size: 12px;
    color: #a6a2a2;
    font-weight: 600;
    text-transform: uppercase;
}
/*
.form-control.required {
    border-left-color: #ea2839!important;
    border-left-width: 3px!important;
    padding-left: 8px;
}*/

input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 !important;    
}

.form-group:not(.form-login) > .form-group{
    font-size: 12px;
    color: #a6a2a2;
    font-weight: 600;
    text-transform: uppercase;
}

.form-control{
    font: caption;
    font-size: 15px;
}

select.form-control {
    padding: 6px 8px;
}

.select2-container--default .select2-selection--single {    
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container .select2-selection--single {    
    height: 34px !important;    
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font: caption;
    font-size: 15px;
	line-height: 34px !important;
}


.btnUpload::-webkit-file-upload-button{    
    background: #459BD1;
    border: 2px solid #2B80B3;
    color: #fff !important;
    white-space: nowrap;
    margin: 4px 0 4px;
    font-size: 14px;
    
    padding: 12px;
    border-radius: 0;
    text-transform: uppercase; 
    display: inline-block !important; 
    margin-right: 4px;
}

.btnUploadLabel{
    background: #459BD1;
    border: 2px solid #2B80B3;
    color: #fff !important;
    white-space: nowrap;
    margin: 10px 0 10px;
    /* width: 221px; */
    padding: 8px;
    border-radius: 0;
    text-transform: uppercase; 
    display: inline-block !important; 
}

.spanNomeTitularidadeDoc{
    font-size: 18px;
}

.spanImprimirAssinarDocs{
    font-size: 18px;
    color: #D9534F;    
}

.btnPlusFile{
    background-color: transparent;
    color: #4ba75e;
    cursor: pointer;
    display: inline-block;    
    text-transform: uppercase;    
    border: 0;
    margin-bottom: 10px;
    float: left;
    font-weight: 600;
}

.btnCloneRemoveFile{
    background-color: transparent;
    color: #D9534F;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    /* margin-bottom: 10px; */
    float: right;
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    padding: 12px;
}

.spanTextoGeralSuitability{
    text-transform: none;
    font-weight: 100;
    font-size: 14px;
    color: #474747;
}

.labelAceitoNaoAceitoSuitability{
    text-transform: none !important;
    font-weight: 100 !important;
    font-size: 13px !important;
    color: #474747 !important;
}

.labelPerguntaTexto{
    font-size: 14px !important;
    color: #474747 !important;
    font-weight: 600 !important;
}

.spanRespostaSuitability{
    text-transform: none;
    font-weight: 100;
    font-size: 14px;
    color: #474747;
}

.spanTextoFinalizacaoSuitability{
    text-transform: none;
    font-weight: 100;
    font-size: 14px;
    color: #474747;
}

.spanPerfilSuitability{
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    color: #474747;
}

/*descrição do documento na tela de documentos*/
.doc-descricao{
	font-size: 11px;
} 
.label-anexo-descricao{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 100 !important;
    color: #4b4b4b !important;
}
.spanImprimirConferirDocs{
    font-size: 18px !important;
    color: #D9534F !important;
}

#iportalContainer #pageFooter {
	background-color: #d2d2d2;
	display: inline-block;
	text-align: right;
	width: 100%;
	font-size: 0.7em;
	padding: 1%;
}

#iportalContainer #pageFooter  p{
	display: inline;
	line-height: 1.7em;
    color: #7F7F7F;
}

.btn-finalizar{
    background-color: #6cbd7d;
    border-color: #4ba75e;
    border-bottom: 6px solid #4ba75e;
}

.btn-finalizar:hover{
    background-color: #4d8659 !important;
    border-color: #368045 !important;
    border-bottom: 6px solid #368045 !important;
}


.btn-sem-finalizar{
    background-color: #459BD1;
    border-color: #337ab7;
    border-bottom: 6px solid #2B80B3;
 }
 
 .info-tooltip{
        cursor: pointer;
        font-size: 16px !important;
        padding-left: 10px;
    }
	
	.info-tooltip-mobile{
	display:none !important; 
	
}
 
 /*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/

/*MOBILE - CSS - era 865px*/
@media only screen and (max-width: 991px){
	
.info-tooltip{
	display:none !important;
}
.info-tooltip-mobile{
	display: inline-block !important;
	padding-left: 10px; 
}
}
