/**
* Seleção de entidades
* --------------------------------------------------------------------------------------------------
*/
.avatar-circle{
    border-radius: 50px;
    height: 20px;
    margin-right: 6px;
}  

.bth-context.bth-context--fixed {
  z-index: 1068;
  position: fixed; 
  top: 45px;
}

.menu-contexto-padding {
  padding-top: 91px;
  z-index: 1068;
}

/**
* --------------------------------------------------------------------------------------------------
*/

.middle-align {
  vertical-align: middle !important;
}

.tip {
  vertical-align: super;
  margin-left: 2px;
  color: #333;
}

.content-row {
  padding-top: 10px;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

.func-tabset ul {
  border-bottom: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0px;
}

.thumb {
  width: 34px;
  height: 45px;
  background-image: url(441740ba02f811308947f2767bf3bcb0.png);
  background-size: 34px 45px;
}

.thumb-default {
  background-image: url(441740ba02f811308947f2767bf3bcb0.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EDEDED;
}

/*.row-draggable {
		background-color: #eff1f6;
		border-radius: 3px;
		padding: 6px;
		margin-bottom: 2px;
		color: #537eac;
		cursor: pointer;
}*/
/*.row-draggable:hover {background-color: #e5e7e9;}
.row-draggable .row {margin-bottom: 0;}*/

.incremental-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.incremental-table tr td,
.incremental-table tr th {
  border: 1px solid #e5e7e9;
  padding: 4px;
  font-size: 13px;
}

.incremental-table tr td {
  font-size: 14px;
}

.incremental-table tr td input,
.incremental-table tr td select {
  border: none;
  width: 100%;
  outline: none;
}

.incremental-table .select2-container .select2-choice,
.incremental-table .select2-container-multi .select2-choices {
  border: none !important;
  box-shadow: none !important;
  height: 22px;
  line-height: 22px;
  padding-left: 0;
}

.incremental-table .select2-container .select2-choice .select2-chosen,
.incremental-table .select2-container-multi .select2-choices .select2-chosen {
  line-height: 18px;
}

.incremental-table .select2-container .select2-choice .select2-arrow {
  line-height: 22px;
}

.incremental-table a,
.a-dropdown {
  color: #000;
}

.incremental-table i {
  font-size: 14px;
}

.incremental-table .tip {
  font-size: 80% !important;
}

.incremental-table .tr-resultado td:nth-of-type(1) {
  font-weight: bold;
  text-align: right;
  padding: 0px 10px 0px 0px;
  border: 0px;
  background-color: #fff;
}

.incremental-table .tr-resultado td {
  background-color: #f7f7f7;
}

/*Fim incremental table*/
.salario-input {
  background-color: #d6edd6;
  border-color: #74c274;
}

/*Level2 é utilizado para formatar uma tab dentro de outra tab*/
.level2 {
  margin-top: 20px;
}

.level2 h4 {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-top: 0px;
}

.level2 .tab-content {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0 20px 0;
}

.level2 .nav-tabs {
  margin-bottom: -1px;
}

.level2 .nav-tabs > li.active > a,
.level2 .nav-tabs > li.active > a:hover,
.level2 .nav-tabs > li.active > a:focus,
.level2 .tab-content {
  background-color: #f8f8f8;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.level2 .tab-content {
  border-radius: 0;
  padding: 10px;
  margin: 0 0 20px 0;
}

.level2 .nav > li > a {
  padding: 4px 8px;
  color: #333;
}

/*Fim Level2*/
/**/
.float-right {
  float: right;
}

/*Colocar o novo checkbox e retirar essa class verificar com o Cristiano se tenho que cadastrar uma Sar para a fábrica fazer a alteração*/
.checkbox-horizontal label {
  margin-right: 30px;
}

.no-margin-right {
  margin-right: 0px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-left {
  text-align: left !important;
}

.margin-top-zero {
  margin-top: 0px;
}

.margin-bottom-zero {
  margin-bottom: 0px;
}

.padding-top-zero {
  padding-top: 0px !important;
}

.padding-zero {
  padding: 0px;
}

/*Tira o espaçamento e a borda da tab do cadastro de funcionário*/
.func-tabset > ul {
  border-bottom: 0px;
}

/*--------------------------------------------------------------*/

/*Formatação Lotação Física - Não entrou ainda para o framework*/
.list-organograma .btn-default {
  margin: 10px 0px 0px;
}

.list-organograma ul {
  max-height: 400px;
  overflow-y: auto;
  margin: 0px;
  padding: 0px;
  left: -133px;
}

.list-organograma ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}

.list-organograma .active,
.list-organograma .geral {
  padding: 8px 12px;
  margin-bottom: 3px;
  line-height: 14px;
  border-radius: 4px;
  margin: 0px 0px 10px;
  display: block;
}

.config-organograma {
  opacity: 0;
  position: absolute;
  top: 25px;
  right: 15px;
}

.list-organograma .geral:hover {
  background-color: #eff1f6;
}

.list-organograma .active:hover .config-organograma {
  opacity: 1;
  position: absolute;
  top: 32%;
  right: 15px;
  color: #000;
}

.list-organograma .geral:hover .config-organograma {
  opacity: 1;
  position: absolute;
  top: 29%;
  right: 15px;
  color: #000;
}

.list-organograma .active {
  color: #fff;
  background-color: #4687df;
}

.list-organograma .geral {
  background-color: #f8f9fc;
}

.list-organograma p {
  margin: 0px;
}

.list-organograma .titulo-organograma {
  font-size: 14px;
}

.list-organograma .active .titulo-numeracao,
.list-organograma .geral .titulo-numeracao {
  color: #efefef;
  font-size: 14px;
  display: block;
  padding-top: 6px;
}

.list-organograma .geral .titulo-numeracao {
  color: #777;
}

.list-organograma small {
  text-align: right;
  display: block;
}

.padding-td1 {
  padding: 8px 32px !important;
}

.padding-td2 {
  padding: 8px 48px !important;
}

.scroll-table-lotacao-cad {
  height: 290px;
  overflow-y: auto;
}

.scroll-table {
  height: 390px;
  overflow-y: auto;
}

.margin-zero {
  margin: 0px;
}

.table-organograma .table > tr > td {
  padding: 9px auto;
}

.table-organograma .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}

:-webkit-scrollbar {
  width: 7px;
}

/*Fim organograma*/
/*Pin lançamento de variáveis*/
input[type="checkbox"].css-checkbox.lrg {
  display: none;
}

input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg,
input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg2,
input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg3 {
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #616161;
}

.color-thumb-tack {
  color: #00b22d;
}

/*Fim pin*/
.table-base input:disabled {
  background-color: #fff;
}

.disabled-white:disabled {
  background-color: #fff;
}

.icon-percentage {
  font-weight: bold;
  cursor: pointer;
}

.border-bottom-zero {
  border-bottom: 0px !important;
}

.margin-top-29 {
  margin-top: 29px;
}

.none-border-bottom-left {
  border-bottom: 0px !important;
  border-left: 0px !important;
}

.none-border-bottom-right {
  border-bottom: 0px !important;
  border-right: 0px !important;
}

/*Switch Radio button*/
.lbl-switch-horizontal {
  margin-top: 7px;
}

.lbl-switch-horizontal .chk-text {
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

.lbl-switch {
  position: relative;
  display: block;
  height: 15px;
  width: 40px;
  float: left;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lbl-switch:after {
  position: absolute;
  left: -1px;
  top: -3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  content: "";
  transition: all 0.3s ease;
}

.check-switch:checked ~ label div {
  background: #5cb85c;
}

.text-switch {
  color: #898989;
  float: left;
  margin: 0px 0px 0px 10px;
}

.check-switch:checked ~ label .text-switch {
  color: #000;
}

.check-switch:checked ~ label div:after {
  left: 22px;
  background: #fff;
}

.check-switch:disabled ~ label div {
  background: #d5d5d5;
  /*pointer-events: none;*/
  cursor: not-allowed;
}

.check-switch:disabled ~ label .text-switch {
  color: #bcbdbc;
  cursor: not-allowed;
}

.check-switch:disabled ~ label div:after {
  background: #bcbdbc;
}

.chk-text {
  cursor: pointer;
  display: flex;
}

.chk-text label {
  line-height: 16px;
}

.hidden {
  display: none;
}

/**
	* move-tabs - Tabs com movimentação animada solicitações
*/
.move-tabs-group .container-page {
  position: relative;
}

.move-tabs-group .move-tabs-content {
  background: #eff1f6;
  height: 110px;
  margin: -5px -25px 0 -25px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

.move-tabs-step {
  position: absolute;
}

.move-tabs-step a {
  position: absolute;
  z-index: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.move-tabs-step a:hover,
.move-tabs-step a:focus {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.move-tabs-step.active a:hover,
.move-tabs-step.active a:focus {
  opacity: 1;
  cursor: default;
}

.move-tabs-primary a {
  top: 35px;
  width: 35px;
  height: 35px;
  padding-top: 0px;
  font-size: 15px;
}

.move-tabs-primary a .move-tabs-title {
  margin-left: -47px;
  color: #333;
}

.move-tabs-primary .move-tabs-dots {
  left: 47px;
}

.move-tabs-secondary a {
  top: 25px;
  width: 25px;
  height: 25px;
  padding-top: 2px;
  font-size: 14px;
}

.move-tabs-secondary .move-tabs-title {
  margin-left: -78px;
  color: #999;
}

.move-tabs-secondary .move-tabs-dots {
  left: 40px;
}

.move-tabs-dots {
  position: absolute;
  top: 35px;
  width: 100px;
  height: 6px;
}

.move-tabs-number {
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.17);
}

.move-tabs-title {
  margin-top: 0px;
  line-height: 20px;
  width: 128px;
}

.move-tabs-active {
  position: absolute;
  bottom: -111px;
  background: #fff;
  width: 140px;
  height: 100px;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.move-tabs-content {
  height: 108px;
}

/*Fim super tabs*/
/*Formatação específica para a central de cálculo - Thead em forma de div*/
.header-table-div {
  position: relative;
  padding: 2px;
  font-size: 14px;
  color: #2a2b2b;
  font-weight: normal;
  vertical-align: middle;
  background-color: #ecf0f1;
  border-left: 1px solid #dbe1e3;
  border-top: 1px solid #dbe1e3;
  border-right: 1px solid #dbe1e3;
  background-clip: padding-box;
  margin: 0px;
}

.header-table-div strong {
  line-height: 22px;
  float: left;
}

.header-table-div button {
  margin-right: 4px;
}

.app-central {
  background-color: #fff;
  margin: 0px 0px 25px;
}

.app-central .icon-list-alt {
  margin-left: 8px;
}

.spread-sheet .total-footer {
  background-color: #ecf0f1;
}

/*Fim formatação específica central de cálculo*/
/*Class big popOver temporária até ser liberado o framework 2.2*/
/* ajuste para compatibilidade versão base front-end 2.3+ */
/*.popover {
		max-width: 100%;
		width: auto;
}
.big-popover,
.med-popover {
	min-width: 200px;
	max-width: 600px;
	cursor: auto;
	.popover-content {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 400px;
	}
}

.big-popover { width: 500px; }
.med-popover { width: 400px; }*/
/*Nano scroll*/
.nano {
  margin: 0;
  width: 100%;
  height: auto !important;
  max-height: 400px !important;
  min-height: 186px !important;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  width: 8px;
  right: 2px;
}

.notificacoes ul {
  margin-right: 0px;
}

.notificacoes ul li i {
  display: inline-block;
  text-align: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 0;
  border-radius: 0;
  min-width: auto;
  width: auto;
  height: auto;
  float: inherit;
  cursor: default;
}

.notificacoes-dropdown .notificacao-footer .tempo {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #aaa;
  padding: 3px 0;
  transition: all 0.2s ease-in-out;
  margin-right: -20px;
}

.notificacoes-dropdown .notificacao-footer .tempo .btn-archive {
  opacity: 0;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.6s ease;
}

.notificacoes-dropdown .notificacoes.scrollBar {
  height: 250px;
}

.notificacoes ul li:hover .tempo {
  margin-right: 0;
}

.notificacoes ul li:hover .tempo .btn-archive {
  opacity: 1;
}

.notificacoes ul li {
  line-height: 18px !important;
  font-size: 13px;
}

.notificacoes ul li.unread {
  background-color: #f3f3f3;
}

.notificacoes ul li:hover {
  background-color: #f3f3f3;
}

/*Fim nano scroll*/

/* Organograma */
.organogramas .nav-pills {
  margin-bottom: 20px;
}

.organogramas .nav-pills > li > .link {
  cursor: pointer;
  color: #428bca;
  background-color: #f8f9fc;
  border-radius: 4px;
}

.organogramas .nav-pills.nav-stacked > li > .link {
  padding: 8px 12px;
  margin-bottom: 3px;
  line-height: 14px;
}

.organogramas .nav-pills > li > .link:hover {
  background-color: #eff1f6;
}

.organogramas .nav-pills > li.active > .link,
.organogramas .nav-pills > li.active > .link:hover {
  color: #fff;
  background-color: #4687df;
}

.organogramas .nav-pills .active .text-muted {
  color: #efefef;
}

.organogramas .nav-pills li {
  position: relative;
}

.organogramas .nav-pills li .dropdown {
  position: absolute;
  top: 30%;
  right: 5px;
}

.organogramas .nav-pills .dropdown-toggle {
  color: #333;
  background: transparent !important;
}

.organogramas .nav-pills .text-muted {
  display: block;
  padding-top: 6px;
}

table td.nivel2 {
  padding-left: 20px !important;
}

table td.nivel3 {
  padding-left: 40px !important;
}

table td.nivel4 {
  padding-left: 60px !important;
}

table td.nivel5 {
  padding-left: 80px !important;
}

table td.nivel6 {
  padding-left: 100px !important;
}

table td.nivel7 {
  padding-left: 120px !important;
}

table td.nivel8 {
  padding-left: 140px !important;
}

table td.nivel9 {
  padding-left: 160px !important;
}

table td.nivel10 {
  padding-left: 180px !important;
}

table td.nivel11 {
  padding-left: 200px !important;
}

table td.nivel12 {
  padding-left: 220px !important;
}

table td.nivel13 {
  padding-left: 240px !important;
}

/*Fim organograma*/

a .fa-star {
  color: #777;
  opacity: 0.7;
}

a .fa-star:hover {
  color: #f7ca5b !important;
  opacity: 0.7;
}

a .active {
  color: #f7ca5b !important;
  opacity: 1;
}

.label-periodo {
  line-height: 32px;
}

/*CSS range*/

.slider-control {
  height: 1em;
  padding-top: 0.5em;
}

.slider {
  height: 2px;
  border: 1px solid black;
}

.slider-handle {
  height: 1em;
  width: 1em;
  border: 1px solid black;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}

.slider-handle:hover {
  background: #ddd;
}

.widget-list .list-group {
  margin-bottom: 0px;
}

.widget-list .list-group .list-group-item {
  padding: 5px;
  border: 0;
  border-top: 1px solid #ddd;
}

.widget-list .list-group .list-group-item:hover {
  background-color: #f5f6fa;
}

.widget-list .list-group .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.widget-list .list-group-item small span {
  display: block;
  font-size: 90%;
}

.widget-list-plus {
  max-height: 250px;
}

/* --- Timeline -- */

.simpleTimeline {
  list-style: none;
  position: relative;
  padding: 20px 0 0;
}

.super-tabs li a:hover {
  background: #c8ccd7;
}

.simpleTimeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  margin-left: 8px;
}

.agrupador-turno {
  padding-left: 30px !important;
  background: #f1f7e8;
  position: relative;
}

.simpleTimeline > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 27px;
}

.simpleTimeline > li:before,
.agrupador-turno:hover {
  background: #dceec8;
  cursor: pointer;
}

.agrupador-etapa {
  padding-left: 40px !important;
  background-color: #f5f5f5;
  cursor: pointer;
}

.simpleTimeline > li:after {
  content: " ";
  display: table;
}

.simpleTimeline > li:after {
  clear: both;
}

.simpleTimeline > li:before,
.simpleTimeline > li:after {
  content: " ";
  display: table;
}

.simpleTimeline > li > .simpleTimeline-panel {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 9px;
  transition: all ease-in-out 0.5s;
}

.simpleTimeline > li > .simpleTimeline-badge {
  width: 30px;
  height: 30px;
  color: #70d0b9;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 3px;
  /*z-index: 100;*/
  background-color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: all 0.5s ease-in-out;
  margin-left: -32px;
}

.simpleTimeline > li > .simpleTimeline-badge:hover + .simpleTimeline-panel,
.simpleTimeline > li > .simpleTimeline-panel:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: all ease-in-out 0.5s;
}

.simpleTimeline > li > .simpleTimeline-badge:hover {
  color: #fff;
  background-color: #70d0b9;
  transition: all ease-in-out 0.5s;
}

.simpleTimeline > li > .simpleTimeline-panel {
  float: right;
}

.simpleTimeline > li > .simpleTimeline-panel .simpleTimeline-heading {
  color: #a5a5a5;
  font-size: 10px;
}

.simpleTimeline
  > li
  > .simpleTimeline-panel
  .simpleTimeline-heading
  .simpleTimeline-user {
  margin-top: 0;
  color: #333;
}

.btn-fixoBottom {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  left: 0px;
  bottom: 0;
  border-radius: 0 0 5px 5px;
  margin-top: 25px;
  -webkit-box-shadow: 0px -1px 14px #c8c8c8;
  -moz-box-shadow: 0px -1px 14px #c8c8c8;
  box-shadow: 0px -1px 14px #c8c8c8;
}

/*Teste widget*/

.teste-bar .progress {
  height: 5px;
}

.li-no-style {
  list-style-type: none;
}

.li-no-style .list-group li {
  padding-left: 35px !important;
}

.total-footer {
  position: relative;
  padding: 6px 15px !important;
  font-size: 13px;
  color: #999;
  line-height: 1.3;
}

/* 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);
}

/* PIN */
label .pin {
  transform: rotate(25deg);
  margin: 0px 3px;
  font-size: 14px;
}

/* FILTRAR POR - FILTROS */
.filtrar-por.filtros:before {
  content: "Filtros";
}

.filtrar-por.filtros li a {
  background: #c2cad3;
  color: #fff;
}

.filtrar-por.filtros li a.active {
  background: #777;
  color: #fff;
}

.filtrar-por.filtros li a:hover {
  opacity: 0.8;
}

/* Candidato a ir para o framework */
/*.nav-tabs {margin-bottom: 0px;}*/
.nav-tabs li a {
  cursor: pointer;
}

.modal-header h3 {
  display: inline;
  margin-right: 10px;
}

.label-modal-header {
  margin-top: 7px;
  margin-right: 14px;
}

.photo-container-entidade {
  width: 128px;
  height: 128px;
  background-image: url(a55ce00e461324f5ff1cb74c875fc596.png);
  background-size: 118px 118px;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ddd;
}

.photo-container-entidade .photo-hover a {
  position: relative;
  top: 90px;
  font-size: 11px;
  color: #fff;
}

.photo-container-entidade .photo-hover {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s;
}

.photo-container-entidade .photo-hover:hover {
  opacity: 1;
}

.filtrar-por .open > .dropdown-menu {
  left: auto;
}

.filtrar-por li ul {
  padding-top: 8px;
}

.filtrar-por li .dropdown-menu-data {
  width: 180px;
}

.filtrar-por li .dropdown-menu-periodo {
  width: 380px;
}

.filtrar-por li ul li {
  display: block;
}

.filtrar-por li ul li .input-group .input-group {
  padding: 0px;
}

.filtrar-por li ul li .input-group {
  padding: 4px;
}

/* CARGOS > PANEL VAGAS */
.vaga-label {
  font-size: 11px;
}

.vaga-num {
  font-size: 24px;
}

.vagas-panel > div:first-child > div[class^="col-"] {
  padding: 0 0 15px 5px;
}

.vagas-panel > div:last-child > div[class^="col-"] {
  padding: 6px 0 0 5px;
}

.vagas-panel > div:not(:first-child):not(:last-child) > div[class^="col-"] {
  padding: 11px 5px;
}

.vaga-last {
  padding-left: 15px !important;
}

.page-lista-cargos {
  padding: 15px 25px 25px 25px;
}

.fol-agrup .group-heading {
  border-bottom: 1px solid #ddd;
  background-color: white;
}

.fol-agrup {
  margin: 0 -11px;
  background-color: #eee;
}

.fol-agrup .group-list-itens {
  padding: 7px 11px;
}

.fol-agrup table {
  background-color: white;
}

.fol-agrup .group-heading {
  padding: 9px;
  transition: 0.2s background linear;
}

.fol-agrup .group-heading:hover {
  background: lightgray;
  cursor: pointer;
  transition: 0.2s background linear;
}

/* Sub dropdown */

.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;
}

.sub-dropdown:hover {
  background-color: #f5f5f5;
}

/* BTH HISTORICO EDIT SUBITEM */

.bth-historico-edit-hover .bth-btn-edit {
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.bth-historico-edit-hover .bth-historico-subitem:hover .bth-btn-edit {
  opacity: 1;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.bth-historico-sub-subitem {
  margin-top: 5px;
}

.bth-historico-sub-subitem .bth-historico-subitem > div {
  padding-left: 15px;
}

.modal-header h3 {
  display: inline;
  margin-right: 10px;
}

.item-warning-undo {
  opacity: 0.3;
  text-decoration: line-through;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

/*Central de cálculo*/
.table > tfoot > tr > td.col-no-border-lb,
.table > tbody > tr > td.col-no-border-lb {
  border-left: 0px;
  border-bottom: 0px;
}

.table > tfoot > tr > td.col-no-border-lbt,
.table > tbody > tr > td.col-no-border-lbt {
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
}

.table > tbody > tr.no-background-table,
.table > tbody > tr.no-background-table {
  background: inherit !important;
}

.country-state {
  list-style: none;
  padding: 0px 0 0 0px;
}

.country-state .progress {
  margin-top: 8px;
}

.progress {
  height: 4px;
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  float: left;
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible {
  margin: 0;
}

.collapsible .panel {
  border-radius: 0px;
}

.collapsible .panel-heading {
  padding: 5px 5px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  background: #eff1f6;
  color: #333 !important;
}

.collapsible .panel-heading:hover {
  background: #e5e7e9;
  transition: background 0.3s;
}

.collapsible .panel-heading .btn-group {
  vertical-align: inherit;
}

.collapsible .panel-title {
  font-size: 15px;
}

.collapsible .panel-heading a {
  line-height: 25px;
  text-decoration: none;
}

.collapsible .panel-default {
  border-color: transparent;
}

.collapsible .panel-body {
  padding: 0px;
}

.collapsible .country-state {
  margin: 0px;
}

.collapsible .country-state .list-widget {
  padding: 10px 10px 15px;
}

.collapsible .country-state .list-widget:hover {
  cursor: pointer;
  background: rgb(241, 246, 251);
  transition: background 0.3s;
}

.panel-title a i {
  color: #777;
}

/*Grade de horários*/

.table .highlight {
  position: absolute;
  visibility: visible;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border: 1px solid #4285f4;
  pointer-events: none;
}

.table .dashed {
  position: absolute;
  visibility: visible;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border: 1px dashed #4285f4;
  pointer-events: none;
  z-index: 9999;
}

.table tr .square {
  height: 7px;
  border: 1px solid white;
  background-color: #4285f4;
  z-index: 1050;
}
.table tr .selector,
.table tr .square {
  position: absolute;
  display: block;
  right: -4px;
  width: 7px;
  margin-top: 21px;
  cursor: crosshair;
  pointer-events: all;
}

.pos-r {
  position: relative;
}

td.pos-r .list-alert-group {
  top: 3px;
  right: 3px;
}

td.pos-r .list-alert {
  width: 6px;
  height: 6px;
  color: transparent;
  cursor: default;
  transition: all 0.3s ease;
}

td.pos-r:hover .list-alert {
  width: 9px;
  height: 19px;
  color: #fff;
  transition: all 0.1s ease-out;
}
/*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;
}

/*Histórico cores*/

/*.bth-historico-icon,*/

.bth-historico-icon-full.yellow5HistIcon:after {
  color: #f7ca5b;
}

.bth-historico-icon-full.greenA3HistIcon:after {
  color: #c8e4aa;
}

.bth-historico-icon-full.greenA5HistIcon:after {
  color: #a2d16f;
}

.bth-historico-icon-full.greenA6HistIcon:after {
  color: #8fc954;
}

.bth-historico-icon-full.purpleA5HistIcon:after {
  color: #aa8de6;
}

.bth-historico-icon-full.purpleA7HistIcon:after {
  color: #8760dc;
}

.bth-historico-icon-full.blueA5HistIcon:after {
  color: #71caef;
}

.bth-historico-icon-full.blueA7HistIcon:after {
  color: #3eb4e8;
}

.bth-historico-icon-full.crimson6HistIcon:after {
  color: #db4c5c;
}

.bth-historico-icon-full.gray8HistIcon:after {
  color: #7e8390;
}

.bth-historico-icon-full.cancelado:after {
  content: "\F05E";
}

/*Linha do tempo*/

.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-app {
  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);
}

/*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;
}

/* SCROLL BAR */
.scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
}

.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: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dfdfdf;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}
.scrollContent {
  position: relative;
}
.scrollBar {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollBar:hover {
}

.scrollBar::-webkit-scrollbar {
  width: 6px;
}
.scrollBar.thin {
  transition: all 0.5s;
}
.scrollBar.thin::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(100, 100, 100, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}

.bth-context__list>li>div>ul {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bth-context__list > li > .dropdown > a > i {
  margin-top: 0px!important;
}
/*Helpers*/

.flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.mg-right--5 {
  margin-right: 5px!important;
}
ui-spinner,
ui-select,
ui-select-boolean,
ui-select-enum,
pes-datepicker {
    display:block;
}
.uib-tab.active ui-tab-warning {
    display: none;
}
.pes-card-selectable {
    border: 1px solid #b095fa;
    background-color: #eef6fa;
}

.pes-card-selectable h4.bth-card__title {
    color: #342c49;
}

