/* Definicao Global para form select */
select {
  text-transform: capitalize;
}
option {
  text-transform: capitalize;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  background: #fcfcfc;
  border-radius: 5px;
  color: #4A3336;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-transform: capitalize;
}
/* Definicao de campo invalido */
input:invalid {
  border-color: red !important;
}
select:invalid {
  border-color: red !important;
}
/* Regras de cores do calendario */
.calendario- {
  background-color: #111 !important;
  color: #333 !important;
  border: 1px solid #111 !important;
  opacity: .65;
  padding: 7px 0;
}
.calendario-p {
  background-color: #00c0ef !important;
  color: #fff !important;
  border: 1px solid #00c0ef !important;
  padding: 7px 0;
}
.calendario-introdutorio {
  background-color: #605ca8 !important;
  color: #fff !important;
  border: 1px solid #605ca8 !important;
  padding: 7px 0;
}
.calendario-fixo {
  background-color: #00a65a !important;
  color: #fff !important;
  border: 1px solid #00a65a !important;
  padding: 7px 0;
}
.calendario-complementar {
  background-color: #f39c12 !important;
  color: #fff !important;
  border: 1px solid #f39c12 !important;
  padding: 7px 0;
}
.calendario-projeto {
  background-color: #E0910C !important;
  color: #fff !important;
  border: 1px solid #E0910C !important;
  padding: 7px 0;
}
.calendario-feriado {
  background-color: #f56954 !important;
  color: #fff !important;
  border: 1px solid #f56954 !important;
  padding: 7px 0;
}
.calendario-sala {
  background-color: #39CCCC !important;
  color: #fff !important;
  border: 1px solid #39CCCC !important;
  padding: 7px 0;
}
.fc-sticky {
  white-space: pre-wrap;
}
#legenda .label {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin: 3px;
}
.calendario-obs {
  margin: 8px 4px 0px;
  color: #fff;
}
@media (min-width: 992px) {
  #legenda .col-md-2 {
    width: 16%;
  }
}
.fc-toolbar-title {
  text-transform: uppercase;
}
.justificativa-1 {
  background-color: #008d4c !important;
  color: #fff !important;
  border: 1px solid #008d4c !important;
}
.justificativa-2, .justificativa-3, .justificativa-12 {
  background-color: #ff7701 !important;
  color: #fff !important;
  border: 1px solid #ff7701 !important;
}
.justificativa-4, .justificativa-5, .justificativa-6, .justificativa-8,
.justificativa-9, .justificativa-10, .justificativa-11, .justificativa-14,
.justificativa-15 {
  background-color: #39CCCC !important;
  color: #fff !important;
  border: 1px solid #39CCCC !important;
}
.justificativa-7, .justificativa-13 {
  /*display: none;*/
  background-color: #fff !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.calendario-o {
  background-color: #3c8dbc !important;
  color: #fff !important;
  border: 1px solid #3c8dbc !important;
}
.calendario-i {
  background-color: #39CCCC !important;
  color: #fff !important;
  border: 1px solid #39CCCC !important;
}
.calendario-ferias {
  background-color: #f56954 !important;
  color: #fff !important;
  border: 1px solid #f56954 !important;
}
.profile-user-img {
  height: 110px;
  width: 110px !important;
  overflow: hidden;
}
.profile-user-img img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  margin-top: -3px;
  margin-left: -3px;
}
.profile-user-img-ativa {
  border: 5px solid #00a65a !important;
}
.profile-user-img-inativa {
  border: 5px solid #d33724 !important;
}
.profile-user-img-cadastrada {
  border: 5px solid #3c8dbc !important;
}
a #edita-pos {
  position: relative;
  width: 110px;
  height: 24px;
  top: -24px;
  left: -9px;
  text-align: center;
  background-color: #f5f5f5;
  color: #999;
}
a:hover #edita-pos {
  color: #605ca8;
}
.label-12 {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin: 3px;
}
.btn-m5-left {
  margin-left: 5px;
}
.input{
  background: #fcfcfc;
  border-radius: 5px;
  color:#4A3336;
}
.botao-amarelo {
  background: #FBED00;
  color:#4A3336;
}
.botao-azul {
  background: #00B3DB ;
  color:#fff;
}
.exibe-calendar {
  background-color: #f7f7f7;
  height: auto;
  width: auto;
  overflow-y: scroll;
}
.botao-marrom {
  background: #4A3336;
  color:#ffff;
}
.icon-marrom {
  color: #4A3336;
}
.icon-azul {
  color: #00B3DB;
}
.icon-amarelo {
  color:#ffa228;
}
.icon-roxo {
  color:#cc0199;
}
.icon-verde {
  color:#226754;
}
.icon-vermelho {
  color:#fc6c6c;
}
.icon-dashboard {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
}
.icon-dashboard i {
  font-size: 50px;
}
.modal-home {
  padding: 2px 3em 1em -10em;
  float: left;
}
.box-background-amarelo {
  background: #FBED00;
  color: #4A3336;
}
.box-background-amarelo:hover {
  color: #4A3336 !important;
}
.box-background-marrom {
  background: #4A3336;
  color: #fff;
}
.box-background-azul {
  background: #00B3DB;
  color: #fff;
}
.box-background-branco {
  background: #ffff;
  color: #4A3336;
}
.box-background-branco:hover {
  color: #4A3336 !important;
}
.link-lateral {
  display: inline;
  float: right;
}
.profile {
  margin: auto;
  width: 120px;
  padding: 3px;
}
.img {
  border-radius: 50%;
}
.box-body {
  overflow: hidden;
}
.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
  background: rgba(0,0,0,0.1);
}
.avatar {
  background: white;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.form{
  margin: 0 auto;
  width: 100%;
  background: #fff
}
.form2{
  margin: 0 auto;
  width: 85%;
  background: #fff
}
a:hover{
  background-color: #ddd;
  color: black;
}
.botao {
  background-color: #FBED00;
  color:#4A3336;
  border-radius: 10px 10px;
}
.center{
  display: flex;
  justify-content: flex-start;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #4A3336;
  opacity:30%;
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}
.text-separator{
  opacity:40%;
}
a.doc-cor:link,
a.doc-cor:visited,
a.doc-cor:active,
a.doc-cor:focus {
  color: #001F3F;
  background-color: #fff;
}
a.doc-cor:hover {
  color: #3c8dbc;
  background-color: #fff;
}
.radio-select {
  margin-top: 7px;
}
.fa-mg-right{
  margin-right: 5px;
}
.profile-socialname {
  font-size: 14px;
  margin-top: -5px;
}
.box-height {
  min-height: 117px;
}
/* Ajuste css timepicker */
.timepicker-picker td {
  text-align: center;
}
/* Ajuste css timepicker */
.sidebar-menu i {
  font-size: 18px;
  margin-right: 10px;
}
.treeview-menu span {
  margin-left: 20px;
}
.treeview-menu a:hover {
  background-color: #6D6B6A !important;
}
/* css para o cropper.js */
img {
  max-width: 100%;
}
#canvas {
  height: 400px;
  width: auto;
  max-width: 600px;
  cursor: default;
}
/* css para o cropper.js */
.bg-aqua {
  /*background: #00c0ef;*/
  background: #00c0ef;
  margin-left: auto;
  margin-right: auto;
}
IMG.img-logo {
  display: block;
  margin: auto;
  height: 20em;

}
p.txt-erro {
  text-align: center;
  font-size: 30px;
}
a.btn-voltar {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #3c8dbc;
  border-color: #367fa9;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  user-select: none;
  /*vertical-align: middle;
  float: center!important;*/
}

@media (min-width: 768px) {
  .calendar-show-mobile {
    display: none;
  }
  .calendar-hide-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .calendar-show-mobile {
    display: block;
  }
  .calendar-hide-mobile {
    display: none;
  }
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.all-campos {
  display: none;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.span-radio {
  top: -2px;
  left: 5px;
  position: relative;
}

span.radio {
  top: -2px;
  left: 9px;
  display: initial;
  font-weight: initial;
}
.report-h3 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.campo-hide,
.passos-hide {
  display: none;
}
.btn-download-pos {
  position: absolute;
  top: 7px;
  right: 2px;
}
#alerta_idade {
  display: none;
}
.lista-tr-thumb {
  width: 36px;
}
.lista-user-img {
  height: 22px;
  width: 22px !important;
  overflow: hidden;
}
.lista-user-img img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  margin-top: -3px;
  margin-left: -3px;
}
.lista-user-img-ativa {
  border: 2px solid #00a65a !important;
}
.lista-user-img-inativa {
  border: 2px solid #d33724 !important;
}
.lista-user-img-cadastrada {
  border: 2px solid #3c8dbc !important;
}
.news-no-wrap {
  white-space: initial !important;
}

.min-box {
  min-height: 125px;
}
.users-list-name-cust {
  white-space: initial !important;
}
.users-list-cust {
  height: 210px !important;
}
.users-list-cust>a:hover, .users-list>li>a:hover .users-list-name {
  color: #666 !important;
  background-color: initial !important;
}
.sem-bg:hover {
  color: #666 !important;
  background-color: initial !important;
}
.table tr td.pad-statusbar .progress {
  margin-top: 8px !important;
}
.no-icon-margin {
  margin-left: 0 !important;
}
#data_inicio_sel_div {
  display: none;
}
.text-vaga-16x {
  font-size: 1.6em;
}
.text-vaga-13x {
  font-size: 1.3em;
}
.text-vaga-09x {
  font-size: 0.9em;
}
a.vagas-ico {
  color: #444;
}
a.vagas-ico:hover {
  color: #0073b7;
  background-color: #FFF !important;
}
.vagas-ico-top i {
  margin-top: 14px !important;
}
.text-vaga-cliente {
  margin-top: -5px;
  display: block;
  margin-bottom: 8px;
}
a.vaga-title {
  color: #444;
}
a.vaga-title:hover {
  color: #0073b7;
  background-color: #FFF !important;
}
.und-show {
  display: block;
}
.und-hide {
  display: none;
}

/* tratamento para 8 colunas */
.col-xs-8cl,
.col-sm-8cl,
.col-md-8cl,
.col-lg-8cl {
  position: relative;
  min-height: 1px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-8cl {
  width: 12.5%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-8cl {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-8cl {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-8cl {
    width: 12.5%;
    float: left;
  }
}
/* tratamento para 8 colunas */

.rec-move-box {
  padding: 12px 5px;
  margin-bottom: 20px;
}

.acoes-modal-sistema {
  float: left;
}

.unsortable, .unsortable .box-header {
  cursor: default !important;
}
.edit-indicacao {
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}
.edit-indicacao:hover {
  background-color: #FFF;
  color: #0073b7;
}
.link-pointer {
  cursor: pointer !important;
}
.modal-small {
  font-size: 9px;
}

#bg-luz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.84);
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
}

.upper-name {
  text-transform: uppercase;
}
.text-detail {
  font-size: 20px;
  font-weight: bold;
  margin: 0 !important;
  padding-top: 4px;
}
.block-title-h3 {
  margin: 0px !important;
}
.block-title {
  font-size: 12px;
  color: #666666;
  margin-bottom: -6px !important;
}
.label-top-position {
  position: relative;
  top: -4px !important;
  padding: 0.2em 0.4em 0.2em;
}
.label-danger-position {
  position: relative;
  top: -2px !important;
  padding: 0.2em 0.4em 0.2em;
}
.hide-falta {
  display: none;
}
.vagas-options-bg {
  background-color: #FFF;
  padding: 10px 16px;
}
.hide-social {
  display: none;
}

.voc-btn-50p {
  width: 49%;
}

.rowHh {
  display: flex;
  flex-wrap: wrap;
}
.rowHh .connectedSortable {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #F5F5F5;
  padding: 2px;
  border: 1px #FFFFFF dashed;
}
.connectedSortable {
  height: 100%;
}

#headerkambanDiv {
  transition: all 0.3s ease-in-out;
}
.fixed-collapse {
  max-width: calc(100% - 50px);
  position: fixed;
  top: 0;
  z-index: 1000;
}
.fixed-full {
  max-width: calc(100% - 230px);
  position: fixed;
  top: 0;
  z-index: 1000;
}