@font-face {
    font-family: "AesteticoRegular";
    src: url("../fonts/Latinotype-AesteticoRegular.otf") format("opentype");
}

.bootstrapCustom {
	font-family: AesteticoRegular;
} 

.bootstrapCustom .linha-buscar{
	border-top: 2px solid #dedede;
	margin: 0px 0px 20px;
}

.bootstrapCustom .table {
	font-size: 14px;
}

.bootstrapCustom .texto-busca {
    font-family: AesteticoRegular;
    font-size: 18px;
    margin-left: 15px;
    color: #1b365d;
}

.bootstrapCustom .bt-imprimir {
    margin-top: -21px;
}

.bootstrapCustom .bt-imprimir.mass {
    margin-top: -2px;
    margin-right: -15px;
}

.bootstrapCustom .nome-negocio {
    font-family: AesteticoRegular;
    font-size: 18px;
    display: block;
    position: relative;
    top: -30px;
    color: black;
}

.bootstrapCustom .bootstrapCustom-container{
    margin-top: 30px;
}

.bootstrapCustom .link-box {
    text-decoration: none !important;
    border: none;
    box-shadow: none !important;
    width: 100%;
    background: #eee;
    padding: 0px;
    margin-bottom: 5px;
    
}

.bootstrapCustom .box-icon{
    background: #eeeeee;
    height: 130px;
    color: #cccccc; 
    text-align: center;
}

.bootstrapCustom .icone{
    background: #ffffff;
    padding: 23px;
    border-radius: 40px;
    margin: 15px 15px 10px;
}

.bootstrapCustom .box-icon p {
    font-size: 16px;
    text-transform: uppercase;
}

.bootstrapCustom .box-icon:hover, .bootstrapCustom .link-box:hover, .bootstrapCustom .box-icon:active {
    background: #cccce0;
    color: #050569;
}

.bootstrapCustom .disabled {
    cursor: not-allowed;
}

.bootstrapCustom .box-inputs{
    margin: 25px 0px;
    background: #f2f2f2;
    height: 150px;
    padding: 30px;
}

.bootstrapCustom .titulo-resultados{
    background: #000066;
    padding: 10px;
    color: #ffffff;
    margin: 10px 0px;
}

.bootstrapCustom .usuario-buscado{
    -webkit-box-shadow: 1px 1px 3px 3px rgba(153,153,153,0.2);
    -moz-box-shadow: 1px 1px 3px 3px rgba(153,153,153,0.2);
    box-shadow: 1px 1px 3px 3px rgba(153,153,153,0.2);
    min-height: 80px;
    padding: 15px 0px;
}

.bootstrapCustom .icone-usuario-buscado{
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    border: 1px dashed #000000;
}

.bootstrapCustom .input-usuario-buscado{
    margin-top: 10px;
    font-family: AesteticoRegular;
}

.bootstrapCustom .nome-usuario{
    font-family: AesteticoRegular;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;        
}

.bootstrapCustom .lista{
    margin-top: 10px;
    font-family: AesteticoRegular;
}

.bootstrapCustom .container {
    max-width: 970px;
}

  .botao-cinzaPdf {
 	background: url('/sulamerica/service/pagamentos/img/pdf-inativo.svg') center no-repeat;
	cursor: not-allowed;
  }
  
  .gerar-boletoPdf {
 	background: url('/sulamerica/service/pagamentos/img/pdf-ativo.svg') center no-repeat;
 	cursor: pointer;
  }

  .botao-cinzaIpte {
 	background: url('/sulamerica/service/pagamentos/img/ipte_inativado.svg') center no-repeat;
	cursor: not-allowed;
  }
  
  .gerar-ipte {
 	background: url('/sulamerica/service/pagamentos/img/ipte_ativado.svg') center no-repeat;
 	cursor: pointer;
  }

  .botao-cinzaSaudeIpte {
 	background: url('/sulamerica/service/pagamentos/img/ipte_inativado_saude.svg') center no-repeat;
	cursor: not-allowed;
  }
  
  .gerar-saudeIpte {
 	background: url('/sulamerica/service/pagamentos/img/ipte_ativado_saude.svg') center no-repeat;
 	cursor: pointer;
  }

.bootstrapCustom .gerar-boleto {
    background: #f4792c left top repeat-x;
    border-bottom: solid 2px #c14e16;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.bootstrapCustom .gerar-boletoPdf,
.bootstrapCustom .gerar-ipte,
.bootstrapCustom .gerar-saudeIpte {
    padding: 16px 23px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: 30%;
}

.bootstrapCustom .gerar-boleto:hover,
.bootstrapCustom .gerar-boletoPdf:hover,
.bootstrapCustom .gerar-ipte:hover,
.bootstrapCustom .gerar-saudeIpte:hover {
    color: #632803;
    text-decoration: none !important;
}

.bootstrapCustom .ver-fatura{
    background: #000066 left top repeat-x;
    border-bottom: solid 2px #000038;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.bootstrapCustom .ver-fatura:hover {
    text-decoration: none !important;
}

.bootstrapCustom .botao-cinza {
    background: #babaca left top repeat-x;
    border-bottom: solid 2px #6e6e75;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.bootstrapCustom .botao-cinzaPdf,
.bootstrapCustom .botao-cinzaIpte,
.bootstrapCustom .botao-cinzaSaudeIpte {
    padding: 16px 23px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
	position: relative;
    left: 30%;
}

.bootstrapCustom .botao-cinza:hover,
.bootstrapCustom .botao-cinzaPdf:hover,
.bootstrapCustom .botao-cinzaIpte:hover,
.bootstrapCustom .botao-cinzaSaudeIpte:hover {
    text-decoration: none !important;
    color: #fff;
    cursor: not-allowed;
}


.bootstrapCustom .seta-pagamento-vida{
    margin: -3px 0px !important;
}

.bootstrapCustom .panel-title {
    font-size: 14px !important;
    text-decoration: none !important;
    color: #666 !important;
    font-weight: bold;
    font-family: AesteticoRegular;
    text-transform: uppercase;
}

.bootstrapCustom .box-accordion {
    margin-bottom: 20px !important;
    font-family: AesteticoRegular;
}

.bootstrapCustom .situacao-saude{
    background: none !important;
    border: none;
    text-decoration: underline;
    color: #f4792c;
}

.bootstrapCustom .icon-size{
    font-size: 2em !important;
}

.bootstrapCustom .activeButton{
	background: #cccce0;
    color: #050569;
}

.bootstrapCustom .btn-primary {
	background-color: #dc6b2f !important;
}

.nopad-left {
    padding-left: 0 !important; 
}

.nopad-right {
    padding-right: 0 !important;
}

@media (min-width: 250px) and (max-width: 767px) { 
    .bootstrapCustom .texto-busca { font-family: AesteticoRegular; font-size: 16px; margin: 10px 15px;}
    .bootstrapCustom .box-inputs { margin: 20px 0px;}
    .bootstrapCustom .nome-usuario {margin-left:5px; font-size: 14px;}
    
    /* -- areas de negocio --*/
    
    .bootstrapCustom .box-icon{
    background: #eeeeee;
    height: 50px;
    color: #cccccc;
    margin-bottom: 5px;
    text-align: left;
        
    }

    .bootstrapCustom .icone{
        background: #ffffff;
        padding: 10px;
        border-radius: 40px;
        margin: 10px;
    }

    .bootstrapCustom .box-icon p {
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .bootstrapCustom .icon-size{
    font-size: 1em !important;
    }
    
    .bootstrapCustom .nome-negocio{display: inline;}
    
    /* -- areas de negocio --*/
}

@media (min-width: 768px) and (max-width: 992px) { 
    
  /* -- areas de negocio --*/
    
    .bootstrapCustom .box-icon{
    background: #eeeeee;
    height: 100px;
    color: #cccccc;
    margin-bottom: 5px;
    }

    .bootstrapCustom .icon{
        background: #ffffff;
        padding: 10px;
        border-radius: 40px;
        margin: 10px;
    }

    .bootstrapCustom .box-icon p {
        font-size: 16px;
        text-transform: uppercase;
    }
    
    /* -- areas de negocio --*/
}



/* Modifica��es exclusivas desta tela */

#nac-tabpesquisa input[type=text] {
	border: 1px solid #ccc; 
	margin: 10px 10px 15px 0;
}

#nac-acompprempme, #nac-tabpesquisa {
    clear: both;
    padding: 6px 0 5px 0;
}

.bt-pesquisa {
	background-color: #f4792c;
	color: #fff;
	font-size: 1.0em !important;
	padding: 10px 20px !important;
	border-bottom: 2px solid #c24e11 !important;
	background-image: linear-gradient(#f4792c, #f2611e) !important;
	border-radius: 5px;
	text-decoration: none;
	cursor:pointer;
}

.linha-buscar {
    border-top: 2px solid #dedede;
    margin: -4px 0px 20px;
}


/* Modificações exclusivas do plugin de tabela */
tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
    
.dataTables_wrapper .dataTables_length {
	float: right;
}   

.bootstrapCustom select {
    margin: 0;
    font: inherit;
    color: #000;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F57113; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
    }
  100% {
    border-color: #F57113; } }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F57113; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F57113; } }
    
 .bootstrapCustom .titulo-resultados{
       margin: 10px 0px 0px; 
}

/* tooltip de fatura unifcada */

.ags-ico-help.ags-tooltip,
.ags-ico-attention.ags-tooltip {
	display:inline-block;
}
.ags-ico-help.ags-tooltip.align,
.ags-ico-attention.ags-tooltip.align {
	margin-top:-2px;
}
.ags-ico-help.ags-tooltip .ags-tooltip-content,
.ags-ico-attention.ags-tooltip .ags-tooltip-content {
	width:300px; /*300px*/
}
.ags-ico-help.ags-tooltip .ags-tooltip-content.small,
.ags-ico-attention.ags-tooltip .ags-tooltip-content.small {
	width:193px; 
	left:-80px;
}
.ags-ico-help.ags-tooltip .ags-tooltip-content:before,
.ags-ico-help.ags-tooltip .ags-tooltip-content:after,
.ags-ico-attention.ags-tooltip .ags-tooltip-content:before,
.ags-ico-attention.ags-tooltip .ags-tooltip-content:after {
	left:147px;
}
.ags-ico-help.ags-tooltip .ags-tooltip-content.small:before,
.ags-ico-help.ags-tooltip .ags-tooltip-content.small:after,
.ags-ico-attention.ags-tooltip .ags-tooltip-content.small:before,
.ags-ico-attention.ags-tooltip .ags-tooltip-content.small:after {
	left:77px;
}

.tooltip{
	z-index:9999 !important;
}

.ags-ico-attention {
	background:url(/sulamerica/service/pagamentos/img/info_icon.png) no-repeat 0 0;
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 6px -2px 6px;
}

.ags-tooltip {
	display: block;
	position:absolute;
}

.ags-tooltip-content{
	display:none;
	background-color:#ffffff;
	border:2px solid #dadada;
	border-radius:3px;
	position:absolute;
	color:#464646;
	padding:15px;
	white-space: normal;
	width:300px;
	bottom:23px;
	left:-150px;
	-webkit-box-shadow: 0 0 2px 0 #919191;
	box-shadow: 0 0 2px 0 #919191;
}

.ags-tooltip-content{
	display:none;
	background-color:#ffffff;
	border:2px solid #dadada;
	border-radius:3px;
	position:absolute;
	color:#464646;
	padding:15px;
	white-space: normal;
	width:300px;
	bottom:23px;
	left:-150px;
	-webkit-box-shadow: 0 0 2px 0 #919191;
	box-shadow: 0 0 2px 0 #919191;
}

.ags-tooltip-content:before{
	display: block;
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #dadada transparent transparent transparent;
	bottom:-10px;
	left:180px;
}

.ags-tooltip-content:after{
	display: block;
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
	bottom:-7px;
	left:180px;
}

.ags-tooltip:hover .ags-tooltip-content{
	display: block;
}

#tooltip #imagem_chat {
	margin: -7px 0 0 -144px;
	padding: 0px; 
	border: 0px; 
	display: block; 
	cursor: pointer; 
	float: left;
}

#results_container #cdt_container_wrapper {
	overflow: auto;
}

/** responsividade 2a via boleto **/
@media (max-width: 640px) {
  .sasConteudo .detalhes-produto {border: none !important;}

  #cdt_container .hide-mobile {display: none !important;}
  #cdt_container .show-mobile {display: table-cell !important;}

  #cdt_container tbody .odd td, #cdt_container thead tr th {
      red: solid !important;
      display: none !important;
  }

  #cdt_container tbody tr.odd td:first-child, #cdt_container thead tr th:first-child,
  #cdt_container tbody tr.odd td:last-child, #cdt_container thead tr th:last-child{
      display: table-cell !important;
  }

  #cdt_container thead tr.linhaVazia{
      display: none;
  }
  
  .row {
    margin-right: -26px !important;
    margin-left: -26px !important;
  }

  .btn-pesquisar-padding .gerar-boleto {
    background: none;
    border: solid 1px #f4792c;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 25%;
    color: #f4792c;
    font-size: 14px;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
  }
  
  .btn-pesquisar-padding .gerar-boletoPdf,
  .btn-pesquisar-padding .gerar-ipte,
  .btn-pesquisar-padding .gerar-saudeIpte {
    padding: 5px 10px;
    margin-left: 25%;
    color: #f4792c;
    font-size: 14px;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
    
  }
  
  .show-mobile .botao-cinza, .show-mobile .gerar-boleto,
  .show-mobile .botao-cinzaPdf, .show-mobile .gerar-boletoPdf,
  .show-mobile .botao-cinzaIpte, .show-mobile .gerar-ipte,
  .show-mobile .botao-cinzaSaudeIpte, .show-mobile .gerar-saudeIpte {
	background-size: 25px 25px;
    display: block;
    border: none;
    color: transparent;
    position: relative;
    left: 5%;
  }

  .show-mobile .botao-cinzaPdf, .show-mobile .gerar-boletoPdf,
  .show-mobile .botao-cinzaIpte, .show-mobile .gerar-ipte {
	width:50%;
	display:inline-block;
  }
  
  .show-mobile .botao-cinzaSaudeIpte {
 	background: url('/sulamerica/service/pagamentos/img/ipte_inativado_saude_mobile.svg') center no-repeat;
	cursor: not-allowed;
  }
  
  .show-mobile .gerar-saudeIpte {
 	background: url('/sulamerica/service/pagamentos/img/ipte_ativado_saude_mobile.svg') center no-repeat;
 	cursor: pointer;
  }

  .show-mobile .botao-cinza:hover,
  .show-mobile .botao-cinzaPdf:hover,
  .show-mobile .botao-cinzaIpte:hover,
  .show-mobile .botao-cinzaSaudeIpte:hover {
    color: transparent;
  }

  .show-mobile .gerar-boleto:hover,
  .show-mobile .gerar-boletoPdf:hover,
  .show-mobile .gerar-ipte:hover,
  .show-mobile .gerar-saudeIpte:hover {
      color: transparent;
  }
  
  #cdt_container thead tr th.competencia{
  	display: none !important;
  }

  #cdt_container thead tr th.textHead{
  	padding: 1%;
    text-align: center;
  }

 #cdt_container.paddingTable {
 	padding: 8px 10px;
 }

}
