h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}

header img {
  display: block;
  /* margin: 0 auto;*/
}

table input,
table textarea {
  width: 100%;
  min-width: 150px;
  resize: none;
}

input.peq {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin: 0 auto;
}

input.discreto {
  height: 1em;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.datasEncs {
  margin: 5px;
}

.loginForm {
  max-width: 200px;
  margin: 0 auto;
}

td.tight {
  padding: 10px 3px !important;
  width: 20px !important;
}

th,
td {
  text-align: left;
}
.toAproveSignal {
  position: absolute;
  background-color: #efc113;
  border: 2px solid #f59213;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  font-weight: bolder;
  text-align: center;
  top: -15px;
  right: -15px;
  padding-top: 1px;
}
.btn {
  position: relative;
}
.btn-success:hover,
.btn-primary:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-success:active,
.btn-primary:active,
.btn-info:active,
.btn-danger:active,
.btn-warning:active,
.btn-success:active:focus,
.btn-primary:active:focus,
.btn-info:active:focus,
.btn-danger:active:focus,
.btn-warning:active:focus,
.btn-success:focus,
.btn-primary:focus,
.btn-info:focus,
.btn-danger:focus,
.btn-warning:focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.btn-success {
  color: #fff;
  background-color: #90a343;
  border-color: #90a343;
}
.btn-primary {
  color: #fff;
  background-color: #f15e4a;
  border-color: #f15e4a;
}
.btn-info {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.btn-danger {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.dia-dhoje {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.dia-ddescanco {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.dia-doutro {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
/* Navbar */
.menu-topo {
  background-color: #222;
  margin: 20px 0;
}
ul.navbar-nav {
  float: left;
  margin: 0px 0;
  width: 100%;
}
.nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: none;
  text-transform: uppercase;
}
.nav li a:hover,
.nav li a:focus,
.nav li.active a,
.nav li.active a:hover {
  color: #fff;
  text-decoration: underline;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav > li {
  float: left;
  /*width: 25%;*/
  text-align: center;
}
.navbar-nav > li.menu-sair {
  text-align: right;
  float: right;
}
.navbar-nav > li.menu-sair > a {
  display: inline-block;
}
.navbar-nav > li > a {
  padding-bottom: 6px;
  padding-top: 5px;
  margin-left: 2px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav .caret {
  border-bottom-color: #999;
  border-top-color: #999;
}

/* Slider */
input[type="range"] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #5bc0de;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #31b0d5;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #5bc0de;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
  background: #5bc0de;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #31b0d5;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #31b0d5;
}

.acabada {
  background-color: #eeeeee !important;
}

.acabada:hover {
  background-color: #cccccc !important;
}

.overboard {
  background-color: #f5e7cd !important;
}

.overboard:hover {
  background-color: #ecdfc5 !important;
}

.uploadCSV,
.downloadExcel,
.loadTarefAnte,
.floatRight {
  float: right;
  margin: 0px 2px;
}

.formCSV,
.loadTarefAnteForm,
.updateFerramForm,
#uploadimage,
#uploadtoolimage {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.filtroFerramentas {
  float: left;
  width: 250px;
}

.filtroFechar {
  color: #b3b3b3;
  position: relative;
  top: 2px;
  left: 5px;
  cursor: pointer;
}

.estado0 {
  color: #aa3939;
}

.estado1 {
  color: #408e2f;
}

.thePhoto {
  border: 1px solid #363636;
  padding: 3px;
  cursor: pointer;
}

.table_colabs tbody td {
  height: 77px;
}

.thePhoto:hover {
  width: 225px;
  height: 300px;
  position: absolute;
  left: 25px;
}

.menuButtons a {
  margin-bottom: 5px;
}

.timeOnTar {
  float: left;
}

.planned {
  border-right: 5px solid #26a65b;
}

.nplanned {
  border-right: 5px solid #ec644b;
}

.table_obj tbody td {
  text-align: left;
}

.area-uma,
.area-uma-print {
  border: #999999 2px solid;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
}

.area-uma i,
.area-uma-print i {
  float: right;
}

.descricao-tarefas,
.colabs_encSide {
  height: 90px !important;
  resize: none;
}

.notas-tarefas-group {
  margin: 0;
}

.notas-tarefas-group .col-xs-6 {
  padding: 0;
  margin: 0;
}

textarea.notas-tarefas {
  background-color: #c7c7c7;
  height: 50px !important;
}

textarea.nota-tarefa1.notas-tarefas-text {
  background-color: #ffe711;
}

textarea.nota-tarefa2.notas-tarefas-text {
  background-color: #f34242;
  color: #ffffff;
}

textarea.nota-tarefa3.notas-tarefas-text {
  background-color: #e866d7;
  color: #ffffff;
}

textarea.nota-tarefa4.notas-tarefas-text {
  background-color: #0eeaf1;
}

.col-xs-6.nota-tarefa1.notas-tarefas-text {
  color: #b5a300;
}

.col-xs-6.nota-tarefa2.notas-tarefas-text {
  color: #cc0000;
}

.col-xs-6.nota-tarefa3.notas-tarefas-text {
  color: #a90093;
}

.col-xs-6.nota-tarefa4.notas-tarefas-text {
  color: #0074ad;
}

.col-xs-6.notas-tarefas {
  padding: 3px 7px;
}

.add_photo_tarefas {
  display: none !important;
}

.clearfix {
  clear: both;
}

/*medidas*/
.mt5 {
  margin-top: 5px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mr40 {
  margin-right: 40px;
}
