*{
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

/*COLORS*/
.lightgray {color: #E1E1E1; }
.mediumgray {color: #747B6B; }
.darkgray {color: #313230; }
.lightgreen {color: #D3D800; }
.mediumgreen {color: #95C11F; }
.darkgreen {color: #005F27; }
.red{color: red;}
.green{color: green;}

.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }

/* LOGIN */
html#login,
#login body {
  height: 100%;
    font-family: 'Work Sans', sans-serif;
}

#login body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

#login .form-signin {
  max-width: 400px;
  padding: 15px;
  background-color: #fff;
}

#login .form-signin .form-floating:focus-within {
  z-index: 2;
}

#login .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#login .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


#login body{
    background: url('/img/fundo@2x.jpg') center center no-repeat;
}

#login h1{
    font-size: 18px;
    color: #95c11f;
    font-weight: normal;
}

/**/
h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #005F27;
    margin-bottom: 35px;
}

#login .btn-primary{
    background-color: #005f27;
}

a{
    color: #005f27;
}

#login .error{
    color: red;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.navbar-brand { background-color: transparent !important; }


body {
    background-color: #f9f9f9;;
}

.pd-5{
    padding: 20px;
}

.mt-25{
    margin-top: 25px;
}


.nav-left{
    margin-top:  35px;
}

.nav-left a{
    color:  #005f27;
}


.feather {
  width: 16px;
  height: 16px;
}

.out{
    color: #313230;
}

.top-bar{
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin: 5px 0px;
}

/*
 * Sidebar
 */

.sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1021; /* Front the navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.isAdmin .sidebar {
    background-color: #E3E3E3
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 400;
  color: #747b6b;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #005f27;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: #fff;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

#navbarNav {
    margin: 20px 0 0 0 ;
}
#navbarNav ul li.nav-item {
    padding: 0 20px !important;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


footer{
    width: 82%;
    bottom: 0px;
    padding: 20px 20px 10px 0;
    position: fixed !important;
    background-color: #F7F7F7;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.top-bar .navbar-nav a.active{
    color: #005f27;
}

.top-bar .navbar-nav a{
    text-transform: uppercase;
    color: #313230;
    font-size: 13px;
}

.navbar-brand img{
    max-width: 80%;
}

.text-right{
    text-align: right;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 5px;
    padding: 20px 20px 50px 20px;
}

/* FORMS */
label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #313230;
}

input, select, textarea, .bootstrap-select>.dropdown-toggle {
    min-height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    margin: 5px 0 20px 0;
}

input::placeholder,
textarea::placeholder,
.placeholder{
    color: #A3AEA3 !important;
    font-weight: 400;
}

input.required,
textarea.required,
select.required {
    border: 1px solid #005F27;
}

.form-control:focus {
    background-color: #fff;
    border-color: #005F27;
    box-shadow: 0 0 0 0.25rem rgb(0 95 39 / 25%);
}

select,
.arrow {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

input[type="file"]{
    min-height: 30px;
}

/* BOTOES */
.btn {
    height: 50px;
    min-width: 130px;
    font-weight: 400;
    padding: 15px;
    margin-top:10px;
}

.btn-group-sm .btn {
    height: 30px;
    min-width: 35px;
    font-weight: 400;
    padding: 7px;
    font-size: 10px;
    color: #313230;
    background-color: #E1E1E1;
    border: 1px solid #747B6B;
    margin-top:0px;
}

.btn-group-sm .btn:hover {
    color: #FFFFFF;
    background-color: #95C11F;
}

.btn.btn-primary{
    background-color: #95C11F;
    color: #FFFFFF;
    border: 1px solid #95C11F ;
}

.btn.btn-primary:hover{
    background-color: #FFFFFF;
    color: #95C11F;
    border: 1px solid #95C11F ;
}

.btn.btn-secundary{
    background-color: #FFFFFF;
    color: #E1E1E1;
    border: 1px solid #E1E1E1;
}

.btn.btn-secundary:hover{
    background-color: #E1E1E1;
    color: #FFFFFF;
    border: 1px solid #E1E1E1;
}

/* DATATABLE */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td {
    font-weight: 500;
    color: #005F27;
}

.dataTables_wrapper .dataTables_info {
    margin-top:20px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_length select {
    min-height: 30px
}

/* USER DROPDOWN*/
.nav-item.dropdown i {
    margin: 0 10px 0 15px;
}

.bg-image-login{
    background-image: url(../img/fundo@2x.jpg);
}

.dataTables_wrapper .dataTables_length select{
    padding: 10px 15px;
}