.nav.nav-pills {
	display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.nav-pills li a, .nav-pills li a:hover {
    background: #eee;
    border-top: 3px solid #ccc;
    font-size: 18px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: #537953;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #679868;
}

.nav-pills>li+li {
    margin-left: 5px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title.big {
    font-size: 20px;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #5d895e;
    border-color: #537953;
}

.info-bottom {
	color: #aaa;
    padding: 5px 0px;
    display: block;
    font-size: 12px;
}

span.required {
    color: #FF0000;
}

#image_preview {
    max-width: 100%;
    max-height: 250px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.show-preview {
    display: block!important;
}

img.rounded {
	border-radius: 50%;
	object-fit: cover;
}

p.info {
	background-color: #f3f3f3;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.cadastro-novo-usuario table {
	background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cadastro-novo-usuario table thead tr th {
	text-align: center;
    padding: 15px 10px;
    border-bottom: 3px solid #ccc;
    border-right: 1px solid #ccc;
}

.cadastro-novo-usuario table tbody tr td {
	text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.help-block.txt-red {
    color: #ff0000;
}

.sidebar-menu i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

.filter-box {
	background-color: #ecf0f5;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0px 0px 10px -4px #000000;
    margin-bottom: 5px;
    padding: 15px;
}

.filter-box .slider-track {
    background-color: #d2d6de;
    background-image: -moz-linear-gradient(top, #d2d6de, #d2d6de);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d2d6de), to(#d2d6de));
    background-image: -webkit-linear-gradient(top, #d2d6de, #d2d6de);
    background-image: -o-linear-gradient(top, #d2d6de, #d2d6de);
    background-image: linear-gradient(to bottom, #d2d6de, #d2d6de);
}

.filter-box .slider-handle {
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 0px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 0px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0px 1px 0px 1px rgba(0,0,0,.05);
}

.filter-box #green .slider-selection {
    background: #679868;
}

.filter-box .slider.slider-horizontal {
    margin-top: 8px;
}

.dataTables_paginate, .dataTables_info, .dataTables_length, .dataTables_filter {
	display: none;
}

.with-js-datatable .dataTables_paginate, .with-js-datatable .dataTables_info, .with-js-datatable .dataTables_length, .with-js-datatable .dataTables_filter {
  display: block;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #679868;
    border-color: #679868;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #486a49;
}

.content {
	opacity: 1!important;
	transition: all .5s ease;
}

.content.loading {
	opacity: 0!important;
}

.loader {
	text-align: center;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: 50px;
}

.ml-loader {
  position: relative;
  width: 70px;
  height: 70px;
}

.ml-loader div {
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
  -webkit-animation: 1.2s opaque ease-in-out infinite both;
          animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 18px;
  border-radius: 10px;
  background-color: #679868;
}

.ml-loader div:nth-child(1) {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.ml-loader div:nth-child(2) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.ml-loader div:nth-child(3) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ml-loader div:nth-child(4) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.ml-loader div:nth-child(5) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ml-loader div:nth-child(6) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ml-loader div:nth-child(7) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ml-loader div:nth-child(8) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.ml-loader div:nth-child(9) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ml-loader div:nth-child(10) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.ml-loader div:nth-child(11) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ml-loader div:nth-child(12) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.ml-loader div:nth-child(13) {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes opaque {
    0%, 40%, 100% {
      opacity: 0.1;
    }
    40% {
      opacity: 1;
    }
}

@keyframes opaque {
    0%, 40%, 100% {
      opacity: 0.1;
    }
    40% {
      opacity: 1;
    }
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #679868;
    border-color: #679868;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #679868 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #679868;
}

.user-edit-form-header {
  padding: 10px;
  margin-bottom: 20px;
}

.box-foto-edit {
  position: relative;
}

.box-foto-edit .profile-user-img {
  width: 150px;
  height: 150px;
  object-fit: fill;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  background-color: #679868;
  display: inline-block;
  transition: all .3s ease;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0px;
  right: 50%;
  margin-right: -66px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.inputfile + label i {
  font-size: 22px;
  color: white;
  padding: 7px 0px;
  display: block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #486a49;
}

p.highlight {
  display: inline-block;
  background-color: #679868;
  color: #ffffff;
  padding: 0px 10px 0px 0px;
  border-radius: 2px;
}

p.highlight span {
  padding: 5px 5px 5px 10px;
  display: inline-block;
  background-color: #486a49;
  margin-right: 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.user-panel > .image > img {
  object-fit: cover;
  max-height: 45px;
  min-height: 45px;
}

.navbar-nav > .user-menu .user-image {
  object-fit: cover;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  object-fit: cover;
}

.gmap {
  height: 500px;
}

.no-padding {
  padding: 0px!important;
}

.box-body {
  position: relative;
}

.img-circle {
  object-fit: cover;
}

table.center-body tbody tr td {
  text-align: center;
  vertical-align: middle;
}

tr.table-cell-bg-red td {
  background-color: #ff9b9b;
}

tr.table-cell-bg-green td {
  background-color: #d6f3e1;
}

.filter-box .search {
  width: 100%;
  outline: none;
  padding: 5px 5px;
}

label i {
  color: #679868;
}

.dark {
  position: relative;
}

.dark .tooltip-inner {
  background-color: #000;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.dark .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}

.tooltip-inner {
  background-color: #eee;
  color: #555;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #eee;
}

textarea.form-control {
  resize: none;
}

.box-pergunta {
  min-height: 200px;
  background-color: #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
}

.pergunta-content {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.numero_questionario {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #679868;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  padding: 3px 0px;
  color: #fff;
  border: 4px solid #ddd;
  cursor: pointer;
  transition: all .3s ease;
}

span.numero_questionario[disabled] {
  cursor: default;
  background-color: #679868!important;
}

.numero_questionario:hover {
  background-color: #486a49;
}

.remover-pergunta {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ff0000;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  padding: 3px 0px;
  color: #fff;
  border: 4px solid #ddd;
  cursor: pointer;
  transition: all .3s ease;
}

span.remover-pergunta[disabled] {
  cursor: not-allowed;
  background-color: #ff8080!important;
}

.remover-pergunta:hover {
  background-color: #b30000;
}

.pergunta {
  width: 100%;
  resize: none;
  height: 70px;
  border: none;
  background-color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  border-top-left-radius: 20px;
  outline: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
}

.tipo_pergunta {
  width: 100%;
}

.box-resposta {
  width: 100%;
  padding: 0px 5px 5px 5px;
}

.box-resposta .input-group-addon {
  color: #aaa;
}

.box-resposta .form-control:focus {
  border-color: #d2d6de;
  box-shadow: none;
}

.content-pergunta {
  margin-bottom: 5px;
}

.adicionar-resposta, .adicionar-resposta-multipla {
  margin-top: 5px;
  margin-right: 5px;
}

.remover-resposta {
  margin-top: 5px;  
}

.select2 {
  width:100%!important;
}

label.opcao {
  background-color: #fff;
  padding: 5px;
  font-weight: normal;
  width: 100%;
}

label.opcao:first-child {
  margin-bottom: 0px;
}

label.opcao input {
  margin-right: 10px;
}

p.descrition {
  margin-bottom: 0px;
  margin-top: 5px;
  background-color: #eee;
  padding: 5px;
  border-radius: 3px;
  color: #888;
  display: inline-block;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5d895e;
  border-color: #537953;
}

p.empty-result {
  margin: -10px -10px -10px -10px;
  background-color: #f2f2f2;
  color: #ccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  padding: 30px 0px;
  font-size: 26px;
}

.skin-green .nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #679868;
}

.modal-dialog.big {
  width: 800px;
}

p.description {
  background: #f2f2f2;
  color: #888;
  font-size: 12px;
  padding: 5px 5px;
}

table.dvData {
  display: none;
}

.vagas-min {
  background-color: #d2d6de;
  padding: 0px 5px;
  border-radius: 4px;
  color: #888;
}

.vagas-max {
  float: right;
  background-color: #d2d6de;
  padding: 0px 5px;
  border-radius: 4px;
  color: #888;
}

.limite-respostas .form-group {
  margin-bottom: 0px;
}

.limite-respostas label {
  margin-right: 15px;
}

.limite-respostas input {
  width: 50px;
  text-align: center;
  padding: 0px 5px;
}

.box-resposta .col-lg-4 {
  overflow-x: auto;
  display: flex;
}

.short_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  vertical-align: bottom;
}

small.short_title {
  vertical-align: inherit;
}