/* Reset */

* {
  outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.form-control:focus {
  box-shadow: none;
}

/* Fonts */

/* Colors */

/* Padding */

/* Modules */

/* Geral Config */

.btn {
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

button {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Login */

.btn-login {
  width: 100%;
  background-color: #b7393c;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.9rem 0.3rem;
}

.btn-login:hover {
  box-shadow: 0 0.5rem 1.8rem 0 rgba(183, 57, 60, 0.4);
  -webkit-box-shadow: 0 0.5rem 1.8rem 0 rgba(183, 57, 60, 0.4);
  -moz-box-shadow: 0 0.5rem 1.8rem 0 rgba(183, 57, 60, 0.4);
  -o-box-shadow: 0 0.5rem 1.8rem 0 rgba(183, 57, 60, 0.4);
  -ms-box-shadow: 0 0.5rem 1.8rem 0 rgba(183, 57, 60, 0.4);
}

/* Navbar Menu */

.btn-menu {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.5em;
  border-radius: 100%;
}

.btn-menu:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn-menu:focus {
  box-shadow: none;
}

/* Dashboard Button*/

.btn-dash {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #ffffff !important;
  background-color: #b7393c;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0.1rem;
}

.btn-dash:hover {
  box-shadow: 0.1rem 0.3rem 1rem 0 rgba(183, 57, 60, 0.4);
  -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(183, 57, 60, 0.4);
  -moz-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(183, 57, 60, 0.4);
  -o-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(183, 57, 60, 0.4);
  -ms-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(183, 57, 60, 0.4);
  color: #ffffff !important;
}

.btn-dash-dark {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #ffffff !important;
  background-color: #902d2f;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0.1rem;
}

.btn-dash-dark:hover {
  box-shadow: 0.1rem 0.3rem 1rem 0 rgba(144, 45, 47, 0.4);
  -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(144, 45, 47, 0.4);
  -moz-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(144, 45, 47, 0.4);
  -o-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(144, 45, 47, 0.4);
  -ms-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(144, 45, 47, 0.4);
  color: #ffffff !important;
}

.btn-create {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #ffffff !important;
  background-color: #38c172;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0.1rem;
}

.btn-create:hover {
  box-shadow: 0.1rem 0.3rem 1rem 0 rgba(56, 193, 114, 0.4);
  -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(56, 193, 114, 0.4);
  -moz-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(56, 193, 114, 0.4);
  -o-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(56, 193, 114, 0.4);
  -ms-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(56, 193, 114, 0.4);
  color: #ffffff !important;
}

.btn-view {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #ffffff !important;
  background-color: #3490dc;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0.1rem;
}

.btn-view:hover {
  box-shadow: 0.1rem 0.3rem 1rem 0 rgba(52, 144, 220, 0.4);
  -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(52, 144, 220, 0.4);
  -moz-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(52, 144, 220, 0.4);
  -o-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(52, 144, 220, 0.4);
  -ms-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(52, 144, 220, 0.4);
  color: #ffffff !important;
}

.btn-edit {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #ffffff !important;
  background-color: #f6993f;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0.1rem;
}

.btn-edit:hover {
  box-shadow: 0.1rem 0.3rem 1rem 0 rgba(246, 153, 63, 0.4);
  -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(246, 153, 63, 0.4);
  -moz-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(246, 153, 63, 0.4);
  -o-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(246, 153, 63, 0.4);
  -ms-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(246, 153, 63, 0.4);
  color: #ffffff !important;
}

.btn-del {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #ffffff !important;
  background-color: #e3342f;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0.1rem;
}

.btn-del:hover {
  box-shadow: 0.1rem 0.3rem 1rem 0 rgba(227, 52, 47, 0.4);
  -webkit-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(227, 52, 47, 0.4);
  -moz-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(227, 52, 47, 0.4);
  -o-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(227, 52, 47, 0.4);
  -ms-box-shadow: 0.1rem 0.3rem 1rem 0 rgba(227, 52, 47, 0.4);
  color: #ffffff !important;
}

.btn-circle-2 {
  width: 46px;
  height: 46px;
  border: 0.06rem solid #b7393c;
  background-color: #ffffff !important;
  color: #b7393c !important;
  border-radius: 0;
  padding: 11px;
  font-size: 1em;
}

.btn-circle-2:hover {
  border: 0.06rem solid #b7393c;
  color: #ffffff !important;
  background-color: #b7393c !important;
}

.btn-circle-2:hover .fa {
  font-size: 1.7rem;
}

.card {
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  margin: 1.3rem 0;
}

.card .card-header {
  background-color: #ffffff;
  border-color: #ededed;
}

.card .card-header .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #b7393c;
  padding: 0.3rem 0;
}

.card .card-body .title {
  padding: 0rem 0rem 0.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  color: #606062;
}

.card .card-body .form-control {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #606062;
  height: calc(2.25rem + 2px);
  border-color: #ededed;
}

.card .card-body .form-control:focus {
  border-color: #c5c5c5;
}

.card .card-body .form-control::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #adadae;
}

.card .card-body .form-control:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #adadae;
}

.card .card-body .form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #adadae;
}

.card .card-body .simple-select2-mult {
  overflow: hidden !important;
  height: auto !important;
}

.card .card-body .form-control-area {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #606062;
  height: 8rem;
  border-color: #ededed;
}

.card .card-body .form-control-area:focus {
  border-color: #c5c5c5;
}

.card .card-body .form-control-area::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #adadae;
}

.card .card-body .form-control-area:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #adadae;
}

.card .card-body .form-control-area::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #adadae;
}

.card .card-body .line-chart {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ededed;
}

.card .card-body .line-chart small {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #a0a0a2;
  line-height: 1.5em;
}

.card .card-body .line-chart p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #5a606e;
}

.card .card-body .line-chart a {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #b7393c;
  text-decoration: none;
}

.card .card-body .line-chart a:hover {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #902d2f;
}

.card .card-body .line-chart-single {
  padding: 0.5rem 0;
}

.card .card-body .line-chart-single small {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #cacaca;
  line-height: 1.5em;
}

.card .toggle.btn {
  border-color: #ededed;
}

.card .toggle-off {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #b7393c;
  background-color: #ededed;
  border-color: #adadae;
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.card .toggle-handle {
  background-color: #ffffff;
  border-color: #ededed;
}

.card .card-footer {
  background-color: #ffffff;
  border-top: none !important;
}

.card .card-footer .page-item .page-link {
  color: #b7393c;
  background-color: #ffffff;
  border: 1px solid #b7393c;
}

.card .card-footer .page-item .page-link:hover {
  color: #ffffff;
  background-color: #902d2f;
}

.card .card-footer .page-item.active .page-link {
  color: #ffffff;
  background-color: #b7393c;
}

.card-chart {
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0;
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.1);
  margin: 3vh 0;
}

.card-chart:hover {
  box-shadow: 0px 14px 24px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 14px 24px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 24px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 14px 24px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 14px 24px 1px rgba(0, 0, 0, 0.2);
  transition: 200ms ease-in;
}

.card-chart a {
  color: #606062;
  text-decoration: none;
}

.card-chart .icon i {
  color: #b7393c;
  font-size: 2em;
}

.clickable {
  cursor: pointer;
}

.clickable:hover {
  background: #b7393c !important;
}

.clickable:hover td {
  color: #ffffff !important;
}

.table thead {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #606062;
}

.table thead th:last-child {
  width: 25%;
}

.table td {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #5a606e;
  vertical-align: middle;
  padding: 0.5em 0.3em !important;
}

.table td a {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #5a606e;
  text-decoration: none;
  float: left;
}

.table td a:hover {
  color: #b7393c;
}

.table .footer-sub {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #5a606e;
  background-color: #f4f6f9;
  border-top: 2px solid #a0a0a2;
}

.table .footer-tax {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #5a606e;
  background-color: #f4f6f9;
}

.table .footer-total {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #b7393c;
}

.thead-theme {
  background-color: #b7393c;
  color: #ffffff !important;
}

.thead-border {
  background-color: #ffffff;
  border-bottom: 3px solid #dee2e6;
}

#datatable_wrapper input,
#datatablesum_wrapper input {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #adadae;
  height: calc(2.25rem + 2px);
  border: 1px solid #ededed;
  padding: 0 1rem;
}

#datatable_wrapper select,
#datatablesum_wrapper select {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #606062;
  height: calc(2.25rem + 2px);
  border: 1px solid #ededed;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#datatable_paginate span a {
  background: #b7393c;
  border: 0;
  color: #ffffff !important;
}

#datatable_paginate span a.current {
  background: #902d2f;
}

#table-dash .wait td {
  color: #f6993f !important;
}

#table-dash .ok td {
  color: #3490dc !important;
}

#table-dash .finish td {
  color: #38c172 !important;
}

/* Modules and Pages */

.bg-base {
  background: #b7393c;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #ffffff;
}

.bg-base-dark {
  background: #902d2f;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #ffffff;
}

.text-primary {
  color: #3490dc !important;
}

.text-success {
  color: #38c172 !important;
}

.text-info {
  color: #b7393c !important;
}

.text-warning {
  color: #f6993f !important;
}

.text-danger {
  color: #e3342f !important;
}

.bg-base-light {
  background: #d77f81;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #000000;
}

.border-left-primary {
  border-left: 0.25rem solid #3490dc !important;
}

.border-left-success {
  border-left: 0.25rem solid #38c172 !important;
}

.border-left-info {
  border-left: 0.25rem solid #b7393c !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6993f !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e3342f !important;
}

.text-base {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #5a606e;
}

.navbar {
  background-color: #b7393c;
  border-bottom: 0.06rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0.612rem;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Quicksand", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #ffffff;
  padding: 0.6rem 1.2rem;
}

.navbar-light .navbar-nav .nav-link:focus {
  border: 0;
  box-shadow: 0;
  background-color: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #ffffff;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}

.navbar-light span {
  font-weight: 600;
}

.dropleft .dropdown-menu {
  top: 50px;
  right: 0;
  border: 0;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.09);
  transition: 400ms all;
}

.dropleft .dropdown-menu .dropdown-item {
  font-family: "Quicksand", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #adadae;
  padding: 0.5rem 1rem;
}

.dropleft .dropdown-menu .dropdown-item:hover {
  background-color: #ededed;
}

.dropleft .dropdown-menu .dropdown-item span {
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #a0a0a2;
}

.dropleft .dropdown-menu .dropdown-item i {
  color: #b7393c;
}

.dropleft .dropdown-menu .last {
  font-family: "Quicksand", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  color: #b7393c;
}

.dropleft .dropdown-menu .last:hover {
  background-color: #b7393c;
  color: #ffffff;
}

.dropleft .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
  .navbar {
    padding: 0.6rem 6rem;
  }
}

.breadcrumb {
  background: #902d2f;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #5a606e;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb-item:before {
  color: #ffffff !important;
}

.breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #d77f81;
}

.breadcrumb-item.active:before {
  color: #ffffff;
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #606062;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background-color: #ffffff;
  color: #5a606e;
  box-shadow: 1px 20px 20px 1px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  height: 100vh;
  z-index: 9999;
}

#sidebar.active:hover {
  min-width: 250px;
  max-width: 250px;
}

#sidebar.active .sidebar-header .logo {
  display: none;
}

#sidebar.active .sidebar-header .small-logo {
  display: block;
  padding: 0.51rem 0;
}

#sidebar.active .sidebar-header .small-logo img {
  width: 40px;
}

#sidebar .sidebar-header {
  padding: 0.56rem;
  text-align: center;
  box-shadow: 0.6rem 0 5rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0.6rem 0 5rem 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0.6rem 0 5rem 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0.6rem 0 5rem 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0.6rem 0 5rem 0 rgba(0, 0, 0, 0.08);
}

#sidebar .sidebar-header .logo img {
  width: 180px;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active:hover span {
  opacity: 1;
}

#sidebar.active ul li {
  white-space: nowrap;
}

#sidebar.active ul li a {
  padding: 1rem 1.85rem;
  text-align: left;
  font-size: 1em;
}

#sidebar.active ul li a span {
  opacity: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  color: #5a606e;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 20px;
  right: 10%;
  transform: translateX(50%);
}

#sidebar .sidebar-header .small-logo {
  display: none;
}

#sidebar ul {
  margin: 0;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul li li:last-child {
  border-bottom: 1px solid #ededed;
}

#sidebar ul li a {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #5a606e;
  padding: 1rem 0.5rem;
  display: block;
}

#sidebar ul li a:hover {
  color: #5a606e;
  background-color: rgba(96, 96, 98, 0.1);
  text-decoration: none;
}

#sidebar ul li a[aria-expanded=true] {
  background-color: #b7393c;
  color: #ffffff;
}

#sidebar ul li a i {
  margin-right: 1rem !important;
  text-align: center;
  width: 18px;
  height: 18px;
}

#sidebar ul li a span {
  white-space: nowrap;
}

#sidebar ul li.active > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background-color: rgba(96, 96, 98, 0.03);
}

.mini-card:hover {
  box-shadow: 1px 10px 20px 1px rgba(0, 0, 0, 0.3);
}

.mini-card h1 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  color: #5a606e;
  padding: 0.2rem;
}

.mini-card p {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #5a606e;
  padding: 0.5rem;
}

.mini-card i {
  font-size: 2rem;
}

a {
  text-decoration: none !important;
}

/* ---------------------------------------------------
 * *    CONTENT STYLE
 * *----------------------------------------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  background-color: #ffffff;
}

/* ---------------------------------------------------
 * *    MEDIAQUERIES
 * *----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }

  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li {
    white-space: nowrap;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
    opacity: 0;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: inline-block;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }
}

.m-100 {
  margin-top: 30vh;
}

.box-login {
  background-color: #ffffff;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  height: auto;
}

.box-login .logo {
  text-align: center;
}

.box-login .logo img {
  width: 310px;
}

.box-login .form-control {
  border-radius: 0;
}

.box-login .form-control::-moz-placeholder {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #adadae;
  letter-spacing: 0.02em;
}

.box-login .form-control:-ms-input-placeholder {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #adadae;
  letter-spacing: 0.02em;
}

.box-login .form-control::placeholder {
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #adadae;
  letter-spacing: 0.02em;
}

.box-login .form-control:focus {
  box-shadow: none;
  border-color: #606062;
}

.box-login .input-group-text {
  background-color: rgba(96, 96, 98, 0.01);
  border-radius: 0;
}

.box-login .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #606062;
}

.box-login .form-check-input {
  margin-top: 0.16rem;
}

.box-login a {
  font-size: 0.8em;
  float: right;
  color: #4680ff;
  margin-top: 2px;
}

.box-login .help-block {
  background-color: #b7393c;
}

.treeview {
  margin: 0 0 1rem;
}

ul {
  list-style: none;
}

.treeview li {
  padding: 2px 0 2px 16px;
}

.treeview li.last {
  background-position: 0 -1766px;
}

.treeview li > input {
  height: 16px;
  width: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.treeview li > label {
  background: url(https://www.thecssninja.com/demo/css_custom-forms/gr_custom-inputs.png) 0 -1px no-repeat;
  display: inline;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #5a606e;
  margin-left: -20px;
  padding-left: 30px;
}

.treeview .custom-unchecked {
  background-position: 0 -1px;
}

.treeview .custom-unchecked:hover {
  background-position: 0 -21px;
}

.treeview .custom-checked {
  background-position: 0 -81px;
}

.treeview .custom-checked:hover {
  background-position: 0 -101px;
}

.treeview .custom-indeterminate {
  background-position: 0 -141px;
}

.treeview .custom-indeterminate:hover {
  background-position: 0 -121px;
}

footer {
  background-color: #373435;
  padding: 15px;
  border-top: 1px solid #e8e8e8;
  position: relative;
}

footer p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 0;
}

.equip-card h5 {
  color: #606062;
  font-size: 1em;
}

.equip-card a {
  text-decoration: none !important;
}

.equip-card .count {
  font-size: 1.3em;
  padding: 0.3em;
  color: #b7393c;
}

.equip-card:hover {
  background: #b7393c;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.equip-card:hover h5 {
  color: #ffffff !important;
}

.equip-card:hover .count {
  color: #ffffff !important;
}

.page-break {
  page-break-before: always;
}

.paper {
  padding: 0 15px;
  background: white;
  display: block;
  width: 100%;
  height: 100%;
}

.paper[size=A4] {
  width: 27cm;
  height: 39cm;
}

.paper .row {
  padding: 3px;
  box-sizing: border-box !important;
}

.paper .row .col-md-1,
.paper .row .col-md-2,
.paper .row .col-md-3,
.paper .row .col-md-4,
.paper .row .col-md-8,
.paper .row .col-md-9,
.paper .row .col-md-10 {
  box-sizing: border-box !important;
  float: left;
}

.paper .row .col-md-1 .circle,
.paper .row .col-md-2 .circle,
.paper .row .col-md-3 .circle,
.paper .row .col-md-4 .circle,
.paper .row .col-md-8 .circle,
.paper .row .col-md-9 .circle,
.paper .row .col-md-10 .circle {
  margin: 10px 0 0 3px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.paper .row .col-md-1 {
  width: 8.3333333333%;
}

.paper .row .col-md-2 {
  width: 16.6666666667%;
}

.paper .row .col-md-3 {
  width: 20%;
}

.paper .row .col-md-9 {
  width: 50%;
}

.paper .row .col-md-4 {
  width: 33.3333333333%;
}

.paper .row .col-md-10 {
  width: 83.33%;
}

.paper .row .col-md-8 {
  width: 66.66666%;
}

.paper .row .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.paper h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin: 0.3em 0 0.8em 0;
  display: block;
  width: 100%;
}

.paper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #000000;
  margin-top: 0.7em;
}

.paper p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #000000;
  text-align: justify;
  line-height: 1.3em;
  margin: 0.4em 0 0.1em 0;
  width: 100%;
}

.paper img {
  width: 170px;
  height: auto;
}

.paper span {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #000000;
}

.paper ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #000000;
  text-align: justify;
  margin-bottom: 0.2em;
}

.paper ul li:first-child {
  margin-top: 0.6em;
}

.paper ul li:last-child {
  margin-bottom: 0.6em;
}

.paper table {
  margin-top: 1em;
  width: 100%;
}

.paper table thead th {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #000000;
}

.paper table tbody td {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: #000000;
  padding: 0px !important;
  height: 35px !important;
}

.paper table tbody td .status {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  width: 4.7em;
  height: 30px;
  padding: 0;
  text-align: center;
  float: left;
  margin-right: 2px;
}

.paper table tbody td .status span {
  display: block;
  width: 100%;
  margin-top: 3px !important;
}

.paper table tbody td .status dd {
  font-size: 0.8em;
  font-weight: 600;
  padding-top: 0;
  letter-spacing: -0.07em;
}

.paper .print-head p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #000000;
}

.paper .line-chart {
  padding: 0.2rem 0;
  min-height: 50px;
}

.paper .line-chart .alert {
  width: 20px;
  height: 40px;
  border-radius: 100% 100% 100% 100%;
  margin: 0 auto;
}

.paper .line-chart i {
  font-size: 2em;
}

.paper .line-chart small {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  color: #000000;
  line-height: 1.2em;
}

.paper .line-chart p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #000000;
}

.paper .line-chart img {
  width: 100%;
  height: auto;
}

.paper footer {
  background: #ffffff;
  width: 100%;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
}

.charts {
  width: 100%;
  height: 380px;
  margin: 15px 0;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  text-align: center;
}

.charts img {
  width: 95%;
}

