/* Adicionado: 04/10/2018 para resolver bug do FD3 que não coloca letras em maiusculo sem uma anchor
> Remover após atualizar ui-list-grid e ui-list-advanced */
.group-list-itens .table>thead>tr>th {
    text-transform: uppercase !important;
}
/********************************************************************/

.angular-google-map-container {
  float:left;
  width:100%;
  height:280px
}

.thumb-default {
  background-image: url(images/default-user.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EDEDED;
}

.container.container-page { 
  width: calc(100% - 30px); 
} 

.priority-box {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	border-radius: 50%;
}
.box-paleta-cores {
	display: block;
	width: 100%;
	height: 34px;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.box-paleta-cores:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}
.paleta-cores {
    width: 260px;
    padding: 0px;
    margin-bottom: 5px;
}
.popover-paleta-cor{
    width: 292px;
    min-width: 200px;
    max-width: 600px;
    cursor: auto;
}
.paleta-cores li {
    display: inline-block;
    height: 20px;
    width: 20px;
    float: left;
}
.paleta-cores li:hover {
    border: 2px solid #fff;
    box-shadow: 1px 1px 10px #4F4F4F;
}
.paleta-cores li.selected {
    border: 2px solid #fff;
    box-shadow: 1px 1px 10px #4F4F4F;
}

/* SCROLL BAR */
.scrollContent {
    position: relative;
}
.scrollBar {
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollBar::-webkit-scrollbar {
    width: 6px;
}
.scrollBar.thin {
    transition: all 0.5s;
}
.scrollBar.thin::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(100, 100, 100, 0.2);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}
/*Histórico mais opções*/
.sub-dropdown {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.sub-dropdown > a {
    color: #333;
    display: block;
}

/*Modal header*/
.modal-header h3 {
    display: inline;
    margin-right: 10px;
}

/*  tabela sem bordas */
.table>thead.none-border, .table>thead>tr>th.none-border {
    border: 0px!important;
}
.table>thead>tr>th.none-border-left {
    
    border-left: 0px!important;
}
.table>thead>tr>th.none-border-right {
  border-right: 0px!important;
}

/*.table>thead>th.border-left {
    border-left: 1px solid #ededed!important;
}*/
.table>thead>tr>th.border-top {
    border-top: 1px solid #ededed!important;
}

/* PPP's */
.ui-list-blank-container.tela-ppp {
    background: url(images/search-funcionario.png) center 60px no-repeat;
}

/* Alerta small */
.alert-small {
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

/* Profile */

/*.profile {
    width: calc(100% + 38px);
    margin: -5px -19px 0;
    border-radius: 0px;
    padding: 2px 9px 6px 9px;
    background-color: #f2f4f7;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-top: none;
}*/

.profile {
    width: 100%;
    border-radius: 0px;
    padding: 15px 10px 15px 10px;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.profile .round-thumb {
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    margin: -1px 15px 0px 15px;
}

.nome-contribuinte {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
}
.painel.painel-totalizador {
    padding: 4px 6px 9px 6px;
    color: #5f5e5e;
    background: 0;
    box-shadow: none;
    border: 0;
}
.link-alterar-contribuinte {
    position: absolute;
    top: 12px;
}
.painel-totalizador .col-md-2 {
    width: 53px;
}
.painel-totalizador .painel-icon {
    font-size: 21px;
    pointer-events: none;
    border-right: 1px solid #ddd;
    margin-top: 8px;
}
.painel-totalizador .painel-title {
    margin-top: 6px;
    margin-left: 2px;
}
.painel-totalizador .painel-valor {
    margin-left: 2px;
}

.emp-vinculos-add {
    margin-left: 15px;
    margin-right: 15px;
}

.emp-vinculo-title-add {
    padding-top: 10px;
    color: #000;
    border-top: 1px solid #eee;
}

.emp-vinculo-title-add a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.emp-vinculo-title-add.expand { cursor: pointer; }

.emp-vinculo-title-add .btn-collapse {
    margin-left: 5px;
    font-size: 80%;
    opacity: .6;
}

.emp-vinculo-title-add .pin { padding: 0 4px; }
.emp-vinculo-title-add .pin.left {
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 1;
}

.emp-vinculos-box-add {
    background-color: #eee;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.emp-vinculo-title-add .notification {
    position: relative;
    float: left;
    margin: -2px 6px 0 12px;
    padding: 2px 5px;
    font-size: 9px;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
    background: #ddd;
    border-radius: 9px;
    border: none;
    z-index: 2;
}

.emp-vinculos-box-add .emp-vinculos-scroll {
    max-height: 350px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.emp-vinculos-box-add .emp-vinculos-scroll .popover { display: none !important; }
.emp-vinculos-box-add .group-heading { background-color: #DBDDE1; }

small.situacao {
    margin-right: 2px;
    background-color: #E7EAEF;
    padding: 2px 4px;
    border-radius: 2px;
}

/* Linha do tempo */

.hidden {
  display: none;
}

.container-anos-flex{
    position: relative;
    height: 45px;
}

.anos-flex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 2px;
    background-color: #dfdfdf;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.ponto-grande{
    text-align: center;
    height: 28px;
}

.ponto-grande a{
    font-size: 13px;
    color: #383838;
    text-decoration: none;
    display: block;
}

.ponto-grande a:hover i.fa-circle-o{
    color: #5CB85C;
    transition: all 0.5s;
}

.ponto-grande i.fa-circle{
    color: #5CB85C;
    transition: all 0.5s;
}

.ponto-grande i.fa-circle-o{
    color: #dfdfdf;
    background-color: #fff;
    border-radius: 50%;
}

.ponto-grande.disabled a{
    color: #dfdfdf;
    cursor: no-drop;
}

.ponto-grande.disabled a:hover i.fa-circle-o{
    color: #dfdfdf;
}

.nav-flex{
    display: flex;
    justify-content: space-between;
}

.box-rh{
    margin-bottom: 30px;
}

.row.navigation .nav-disabled a{
    color: #dfdfdf;
    cursor: no-drop;
}

.row.navigation .nav-disabled a:hover{
    color: #dfdfdf;
}

.navigation .prev a{
    display: inline-block;
    color: #5CB85C;
    margin-top: 17px;
    margin-bottom: 10px;
}

.navigation .prev a:hover{
    color: #3E8C3E;
}

.navigation .next a{
    display: inline-block;
    color: #5CB85C;
    margin-top: 17px;
    margin-bottom: 10px;
}

.navigation .next a:hover{
    color: #3E8C3E;
}

.navigation .ano a{
    text-decoration: none;
    color: #333;
}

/* Scrollbar */
.scrollContent {
    position: relative;
}

.scrollBar {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollBar::-webkit-scrollbar {
    width: 6px;
}

.scrollBar.thin {
    transition: all 0.5s;
}

.scrollBar.thin::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(100, 100, 100, 0.2);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}

/* Range Spinner */

.input-group.range-spinner .ui-spinner:first-child input, .input-group.range-spinner .ui-spinner:first-child a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group.range-spinner .ui-spinner:last-child input{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.range-spinner .input-group-addon {
    line-height: 20px;
}

.tip {
    vertical-align: super;
    margin-left: 2px;
    color: #333;
}

/*Scroll*/

.scrollContent {
  position: relative;
}
.scrollBar::-webkit-scrollbar { 
  width: 6px; 
}
.scrollBar.thin {
  transition: all 0.5s;
}
.scrollBar.thin::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track { 
  border-radius: 10px; 
  background: rgba(100, 100, 100, 0.2);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px; 
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive { 
  background: rgba(0, 0, 0, 0.1);
}
.scrollBar {
  overflow-y: scroll; 
  overflow-x: hidden; 
}

/*Fim do scroll*/

/*Painel*/
.painel {
  margin-bottom: 1px;
  background-color: #f9f9f9;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  box-shadow: 1px 1px 1px #eee;
  border: 1px solid rgba(221, 221, 221, 0.55);
  border-radius: 2px;
}
  
.painel.painel-cadastro {
  padding: 3px 12px 10px 6px;
  color: #5f5e5e;
  cursor: pointer;
  border-bottom: 1px solid #009cde;
}
  
.painel-cadastro .painel-title {
  margin-top: 4px;
  margin-left: 2px;
}
.painel-cadastro:hover {
  background-color: #ededed;
}

.painel-cadastro.painel.ativo {
  background-color: #009cde;
  color: #fff;
}

.painel-cadastro.painel.ativo .painel-icon {
  border-right: 1px solid #fff;
  color: #fff;
}

.painel-cadastro .painel-icon {
  font-size: 19px;
  pointer-events: none;
  border-right: 1px solid #ddd;
  margin-top: 8px;
}

.painel-cadastro .painel-info {
  margin-top: 11px;
  margin-left: 2px;
}

.painel-cadastro .painel-info .info-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}

.date-range-sm > .input-group > .input-group-btn > .btn {
  line-height: 1.2;
}

/* Helper class */

.center-x {
  display: flex !important;
  justify-content: center !important;
}

.center-y {
  display: flex !important;
  align-items: center !important;
}

.center-xy {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.flex-grow-1 {
  flex-grow: 1;
}

ol.breadcrumb {
  float: right;
}

.row.is-page {
  margin-top: -15px;
}

/* Text */
.text-nowrap {
  white-space: nowrap;
}

/* Lançar incidente para framework */
.bth-context__list>li .dropdown {
  height: 100% !important;
}

.bth-context__list>li .dropdown>a, .bth-context__list>li .dropdown>button {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 6px;
  text-transform: none;
}


.bth-timeline__item--visited {
  color: #3475c1;
  font-weight: 600;
}
/*Processos de aposentadorias e pensões*/

/*Passo a passo*/

.greenA3Passo a:before {
  background-color: #c8e4aa !important;
}

.greenA5Passo a:before {
  background-color: #a2d16f !important;
}

.purpleA5Passo a:before {
  background-color: #aa8de6 !important;
}

.purpleA7Passo a:before {
  background-color: #8760dc !important;
}

.blueA5Passo a:before {
  background-color: #71caef !important;
}

.blueA7Passo a:before {
  background-color: #3eb4e8 !important;
}

.bth-empty--sm {
  background-size: 180px !important;
  padding-top: 180px !important;
}

.disabled > a {
  pointer-events: none;
  cursor: not-allowed;
}


/*Gestão de avaliações de desempenho*/ 
.avaliacoes-parciais-container {
  border: 2px solid #f5f7fa; 
  background: #f5f7fa;

}
.avaliacoes-parciais-container .listagem-avaliacoes {
  margin: 0px 15px 15px;
}

/* TODO remover ao subir versão do ui-list-grid */
ui-list-grid .pes-ui-list-grid-detail--center {
  vertical-align: middle !important;
  line-height: 0px !important;
  text-align: center;
}

/* Solicitação de diárias em matrículas */
.table-footer span {
  text-transform: uppercase;
  font-weight: 600;
}


/*Cadastro de agendamentos (mini-calendar)*/
.scroll-calendar-tbody{
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 220px;
}

.scroll-calendar-tbody tr,
.scroll-calendar-tbody td{
  display: block;
  width: 100%;
}
.input-group .select2-container {  display: table;  table-layout: fixed;  position: relative;  z-index: 2;  width: 100%;  margin-bottom: 0;}

/*
* RH-5218: Recrutamento e seleção
* Ajustando o tamanho da coluna de edital para aumentar conforme o tamanho do conteúdo
*/

pes-recrutamentos-em-andamento .table,
pes-recrutamentos-concluidos .table {
  width: 100% !important;
  table-layout: auto!important;
}

pes-recrutamentos-em-andamento .table td.numeroEdital,
pes-recrutamentos-concluidos .table td.numeroEdital{
  width: 1%;
  white-space: nowrap;
  min-width: 125px;
}
pes-feedback .users-feedback {
  z-index: 1069 !important;
}
.integracao-minha-folha .bth-card__body {
  padding: 0 10px !important;
}

.integracao-minha-folha .bth-card>div:last-child {
  padding-bottom: 12px !important;
}

pes-steps.integracao-minha-folha .bth-wizard {
  padding-top: 5px !important;
}
.popover-importacao{
  position: relative;
  margin-top: 0px;
  bottom: 35px;
  left: 5px;
}

.bl-0 {
    border-left: 1px solid #fff !important;
}

.br-0 {
    border-right: 1px solid #fff !important;
}

.list-to-list-pgr{
  margin-left: -10px;
  margin-right: -10px;
}
.table-wrapper {
    display: flex;
    overflow: auto;
}

.table-scrollable thead,
.table-scrollable tbody {
    position: relative;
}

.table-scrollable thead th {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;

    border-top: none !important;
    border-bottom: none !important;
    box-shadow: inset 0 1px 0 #e1e3e6, inset 0 -1px 0 #e1e3e6;
}

.table-scrollable thead th.th-colspan {
    top: 30.1406px; /* Altura da th */
    box-shadow: 0 1px 0 #e1e3e6, inset 0 -1px 0 #e1e3e6;
}

table.table-scrollable tbody:nth-of-type(1) tr:nth-of-type(1) td {
    border-top: none !important;
}

table.table-scrollable {
    border: none !important;
}
.pes-card-selectable {
    border: 1px solid #3475c1;
    background-color: #eef6fa;
}

.pes-card-selectable h4.bth-card__title {
    color: #3475c1;
}

.pes-image__size {
  height: 150px;
  width: 200px;
}

.border__gray--l10 {
  border: 1px solid #E1E3E6;
}

.border__blue {
  border: 1px solid #3475c1;
}

/* Ajustar no ui-spinner */

.ui-spinner.input-group {
  margin-bottom: 0px!important;
}

/* Cadastro - recrutamento-editais */
pes-cadastro-recrutamento-editais .table>tbody>tr>td.has-edit .form-control {
  height: auto !important;
}

pes-cadastro-recrutamento-editais .input-group {
  align-items: normal !important;
}

pes-cadastro-recrutamento-editais .input-group-attach>div.form-control {
  flex-wrap: wrap;
}

pes-cadastro-recrutamento-editais .input-group-attach>div.form-control .label {
  margin: 0 2px 2px 0;
}
.bth-body * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 15px;
}

.bth-body__area--standard path:first-child {
	fill: #f6cac0
}

.bth-body__area--standard {
	background-color: #f6cac0
}

.bth-body__area--high path:first-child {
	fill: #E45459
}

.bth-body__area--high {
	background-color: #E45459
}

.bth-body__area--high:hover path:first-child {
	fill: #cc3f44
}

.bth-body__area--disabled path:first-child {
	filter: brightness(80%);
}

.bth-body__area--disabled {
	filter: brightness(80%);
}

.bth-body__area--disabled:hover path:first-child {
	filter: brightness(80%);
}

.bth-body__path-line {
	fill: #6e3f2f
}

.bth-body__area path {
	transition: all .1s linear
}

.bth-body__area:hover path {
	cursor: pointer;
}

.bth-body__area:focus {
	outline: none;
}

.bth-body__area--standard:hover path:first-child,
.bth-body__area--standard:focus path:first-child {
	fill: #DDB3AA;
}

.bth-body-adult--disabled {
	cursor: not-allowed;
}

.bth-body__legend--circle {
	display: inline-block;
	border-radius: 100%;
	height: 15px;
	vertical-align: sub;
	width: 15px;
}

button.bth-wizard__item--disabled::before {
    content: "";
}

span.bth-wizard__item--disabled::before {
    content: "";
} 
    #tree{
        overflow-y: scroll;
    }

