@charset "UTF-8";
/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
html body {
  background: #e0e7ee;
}

html a {
  color: #0f5ba8;
}

html a:hover {
  color: #08818f;
}

html .main-menu ul {
  height: 100%;
}
html .main-menu .navbar-header {
  width: 270px;
}
html .main-menu .navbar-header .navbar-brand {
  margin-top: 0.8rem;
}
html .main-menu .navbar-header .navbar-brand .brand-logo {
  width: 41px;
  background: url(../../img/iconpontomenu.jpg) no-repeat;
  background-size: cover;
  height: 41px;
}
html .main-menu .navbar-header .navbar-brand .brand-text small {
  display: block;
  font-size: 18px;
}

.btn-primary {
  color: #fff;
  border-color: #8ec243 !important;
  background-color: #8ec243 !important;
}

.btn-primary:hover {
  color: #fff !important;
  border-color: #949cac !important;
  box-shadow: 0 8px 25px -8px #949cac;
}

.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
}

.btn-outline-primary {
  color: #8ec243;
  border: 1px solid #8ec243;
  background-color: transparent;
}

.btn-outline-primary:hover {
  color: #08818f;
  border-color: #949cac;
  background-color: rgba(144,200,60, 0.08);
  box-shadow: 0 8px 25px -8px #949cac;
}

.btn-outline-primary:active {
  color: #fff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #0f5ba8;
  border-color: #0f5ba8;
}

/* MENU */
.main-menu.menu-light .navigation > li.active > a {
  background: #0f5ba8;
  box-shadow: none;
}

/* LOGIN */
.authentication {
  width: 100%;
}

.login-logo {
  max-width: 280px;
}

/* Formulários */
.form-control {
  border-width: 0 0 1px;
  border-radius: 0;
  font-size: 1.2rem;
}

.form-control:focus {
  border-color: #0f5ba8;
  box-shadow: none;
}

.form-control:focus ~ .form-control-position i {
  color: #0f5ba8;
}

.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
  color: #0f5ba8 !important;
}

.vs-checkbox-primary input:checked ~ .vs-checkbox {
  color: #0f5ba8 !important;
}

/* Textos */
.primary,
.text-primary {
  color: #8ec243 !important;
}

.vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #08818f !important;
}

.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
  background-color: #08818f !important;
}

/* Componentes */
.pagination .page-item.active .page-link {
  background-color: #0f5ba8;
}

.pagination .page-item .page-link:hover {
  color: #0f5ba8;
}

.nav.nav-tabs .nav-item ~ .nav-item {
  margin-left: 3px;
}

.grupo-campos-alinhados-horizontal {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.grupo-campos-alinhados-horizontal input,
.grupo-campos-alinhados-horizontal select {
  max-width: 200px;
  margin-left: 15px;
  margin-right: 15px;
}
.grupo-campos-alinhados-horizontal p {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .grupo-campos-alinhados-horizontal {
    display: block;
  }
  .grupo-campos-alinhados-horizontal input,
.grupo-campos-alinhados-horizontal select {
    max-width: 100%;
    margin: 15px 0;
  }
}

table.dataTable {
  margin-top: 20px !important;
  border: none;
}

table.data-list-view.dataTable thead th:first-child,
table.data-thumb-view.dataTable thead th:first-child {
  padding-left: 1.785rem;
}

table.data-list-view.dataTable thead th:last-child,
table.data-thumb-view.dataTable thead th:last-child {
  padding-right: 1.785rem;
}

table.data-list-view.dataTable tbody td.dt-checkboxes-cell,
table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}

table.data-list-view.dataTable thead th.dt-checkboxes-select-all,
table.data-thumb-view.dataTable thead th.dt-checkboxes-select-all {
  text-align: center;
}

.nav.nav-tabs .nav-item .nav-link {
  color: #0f5ba8;
  border: 1px solid #0f5ba8;
  border-radius: 0.4285rem;
}
.nav.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  border: 1px solid #0f5ba8;
  background-color: #0f5ba8;
}
.nav.nav-tabs .nav-item .nav-link:after {
  display: none;
}

html body .has-header-actions .content-wrapper {
  margin-top: 12rem;
}
html body .has-header-actions .card.header-actions {
  width: calc(100vw - (100vw - 100%) - 4.4rem - 80px);
  position: fixed;
  z-index: 3;
  top: 6rem;
  right: 0;
  margin: 1.3rem 2.2rem 0;
}
@media (max-width: 1199px) {
  html body .has-header-actions .card.header-actions {
    width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
  }
}
html body .has-header-actions .card.header-actions .card-body {
  padding: 1rem;
}

.menu-expanded .has-header-actions .card.header-actions {
  width: calc( 100vw - (100vw - 100%) - calc(2.2rem * 2) - 260px);
}

table thead th,
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  white-space: nowrap;
}

table .action-delete {
  color: #ea5455;
}

table .action-edit {
  color: #ff9f43;
}

label.error {
  color: #ff1c15;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
  width: 75px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a {
  line-height: inherit;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle {
  display: block !important;
}

.text-left,
.text-right {
  position: relative;
}

.nome-arquivo-importacao {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 2px;
}
.nome-arquivo-importacao .dz-size {
  display: none;
}
.nome-arquivo-importacao [data-dz-thumbnail] {
  display: none;
}
.nome-arquivo-importacao .dz-success-mark,
.nome-arquivo-importacao .dz-error-mark,
.nome-arquivo-importacao .dz-error-message {
  display: none;
}

.data-list-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination,
.data-thumb-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination {
  justify-content: flex-end;
}

.data-list-view-header .table-responsive .top .action-btns, .data-thumb-view-header .table-responsive .top .action-btns {
  display: none;
}

.data-list-view-header .table-responsive .top, .data-thumb-view-header .table-responsive .top {
  padding: 0;
}

.action-filters {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

table.data-list-view.dataTable tbody td, table.data-thumb-view.dataTable tbody td {
  padding: 1rem;
}

table.dataTable tbody tr.selected {
  color: #0f5ba8 !important;
  background-color: rgba(65, 137, 210, 0.2) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #08818f;
  background-color: #08818f;
}

.wrap-datepicker {
  position: relative;
}

.picker {
  min-width: 320px;
  z-index: 10;
}



/*estilos ta tela de edicao do usuario */
.imagemUsuPadrao{
  border: 1px solid #a6d785;
  border-radius: 5px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.uploadImg,
.uploadImgUsu {
  margin-left: 15%;
  margin-top: 1em;
}

.web-camera-usu,
.img-convertida{
  width: 100%;
}

.imagemUsu { max-width: 100% !important; }

i.feather { font-family: feather!important; }
i.feather:before { font-family: feather!important; }

div.mapa { height: 100%; }

/*estilos ta tela de edicao do usuario */


/*# sourceMappingURL=style.css.map */
