/**
 *
 * Apply Here your Custom CSS
 *
*/

html,
body,
.page-container {
  height: 100%;
  min-height: 100%;
}

html,
body,
.page-container,
.page-container .main-content {
  background: #f8f8f8;
}

thead tr th {
  font-weight: bold;
  color: #000;
}

i {
  cursor: pointer;
}

.logo img {
  max-width: 160px;
}

.img-perfil {
  margin-left: 10px;
}

.page-container .sidebar-menu #main-menu li.active > a {
  background-color: #013d75;
}

.page-container .sidebar-menu {
  background: #0058a9;
}

.page-container .sidebar-menu .logo-env > div.sidebar-collapse a,
.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
  border-color: #1d4d95;
}

.page-container.sidebar-is-collapsing .sidebar-menu .logo-env > div.logo,
.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo {
  display: none;
}

.page-container .sidebar-menu #main-menu li {
  border-color: rgba(255, 255, 255, 0.5);
}

.page-body .page-container .main-content {
  min-height: calc(100% - 30px);
}

footer {
  line-height: 30px;
}

.page-container.sidebar-is-collapsing .wrapper-cliente,
.page-container.sidebar-collapsed .wrapper-cliente {
  display: none;
}

.cliente {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem;
}
.cliente strong {
  color: #fff;
}
.cliente span {
  color: #bdbdbd;
}

.content-header h4 {
  line-height: 28px;
}

@media (max-width: 767px) {
  .page-body .page-container .main-content {
    min-height: calc(100% - 100px) !important;
  }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0058a9;
  border: 1px solid #0058a9 !important;
}

.btn-primary {
  background-color: #0058a9;
  border-color: #0058a9 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #013d75;
  border-color: #013d75;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2a6ba7;
  border-color: #2a6ba7;
}

.swal2-actions {
  margin-top: 1.5rem !important;
}
.swal2-styled {
  padding: 0.75rem 1.75rem !important;
  font-size: 1.25rem !important;
}
.swal2-styled.swal2-confirm {
  background-color: rgb(0, 88, 169) !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(0, 88, 169, 0.5) !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.ml-2 {
  margin-left: 1rem !important;
}
.ml-3 {
  margin-left: 1.5rem !important;
}
.ml-4 {
  margin-left: 2rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.mr-3 {
  margin-right: 1.5rem !important;
}
.mr-4 {
  margin-right: 2rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pt-3 {
  padding-top: 1.5rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pb-3 {
  padding-bottom: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.pl-2 {
  padding-left: 1rem !important;
}
.pl-3 {
  padding-left: 1.5rem !important;
}
.pl-4 {
  padding-left: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
.pr-2 {
  padding-right: 1rem !important;
}
.pr-3 {
  padding-right: 1.5rem !important;
}
.pr-4 {
  padding-right: 2rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.datagrid .pagination-wrapper {
  margin: 1.5rem 0 0;
  line-height: 1;
}

.datagrid .table > thead > tr > td,
.datagrid .table > tbody > tr > td,
.datagrid .table > tfoot > tr > td {
  vertical-align: middle;
  height: 38px;
}

.datagrid .pagination {
  margin: 0;
}

.datagrid.use-datatable .panel-body:last-child {
  padding: 0;
}

.datagrid.use-datatable .dataTables_wrapper .dataTables_filter > label {
  float: none;
}

.datagrid.use-datatable .dataTables_filter,
.datagrid.use-datatable .dataTables_paginate {
  border: 0 none;
}

.datagrid.use-datatable .pagination li {
  display: inline-block;
  margin: 0 2px;
}

.datagrid.use-datatable .pagination li + li {
  margin-left: 5px;
}

.datagrid.use-datatable .pagination li a,
.datagrid.use-datatable .pagination li span,
.datagrid.use-datatable .pagination li.prev a,
.datagrid.use-datatable .pagination li.prev span,
.datagrid.use-datatable .pagination li.next a,
.datagrid.use-datatable .pagination li.next span {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  padding: 0;
  min-width: 30px;
  border-radius: 50%;
  border: 0 none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.datagrid.use-datatable .pagination li.prev.disabled,
.datagrid.use-datatable .pagination li.next.disabled {
  display: none;
}

.datagrid.use-datatable .dataTables_wrapper .dataTables_paginate {
  border-bottom: 0 none;
  text-align: center;
  background: transparent;
}

.datagrid .datagrid-col-actions {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.datagrid .datagrid-col-actions .btn {
  padding: 0;
  width: 30px;
  line-height: 26px;
}

.nav-tabs > li.has-error > a,
.nav-tabs > li.has-error > a:hover,
.nav-tabs > li.has-error > a:focus {
  color: #ff3030;
}

.nav-tabs > li.active.has-error > a {
  border-top-color: #ffafbd;
  border-left-color: #ffafbd;
  border-right-color: #ffafbd;
}

.page-body .select2-drop .select2-search .select2-result-label,
.page-body .select2-drop .select2-results .select2-result-label {
  padding: 10px 15px;
  line-height: 20px;
}

#tab_itens .table tr th:first-child,
#tab_itens .table tr td:first-child {
  padding-left: 0;
}

#tab_itens .table tr th:last-child,
#tab_itens .table tr td:last-child {
  padding-right: 0;
}

.history {
}

.history .entry {
  margin: 2rem 0 1rem;
}

.history .entry .entry-info {
  font-size: 11px;
}

.history .entry .entry-comment {
  margin-top: 0.5rem;
}

.pwd-field {
  position: relative;
}

.pwd-field .entypo-eye {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  padding: 7px 8px 6px;
  line-height: 14px;
}

.pwd-field .entypo-eye:before {
  font-size: 16px;
}

.pwd-field .entypo-eye.show {
  color: #ff3030;
}
