/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    font-family: 'open sans regular', sans-serif;
    font-style: normal !important;
    font-size: 20px;
}
.logoDinside img {opacity: 1;}
.logoDinside img:hover {opacity: 0.8;}
/*font-family: 'Font Awesome 5 Free';*/
.label, .errorLabel {
    font-style: normal !important;
}
a.nav-link.dropdown-toggle#adminDropdown::after{
    font-family: 'Font Awesome 5 Free';
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 400px;
}

.breadcrumb{
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}


.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}
.navbar-brand{
    align-items: center;
    display: flex;
    font-size: 40px!important;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}
.filter{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.sidebar {
  width: 90px !important;
  min-height: calc(100vh - 56px);
}

#body.dark .sidebar{
    background-color: #212529;
}
#body.primary .sidebar{
    background-color: #006fe6;
}
#body.info .sidebar{
    background-color: #148c9f;
}
#body.white .sidebar{
    background-color: #F6F6F6;
    /*border-right: 1px dotted #1A73E8;*/
}
#body.dark #navbar{
    background-color: #343a40;
}
#body.primary #navbar{
    background-color: #007bff;
}
#body.info #navbar{
    background-color: #17a2b8;
}
#body.white #navbar{
    background-color: #F6F6F6;
    /*border-bottom: 1px dotted #1A73E8;*/
}
#body.white .sidebar .nav-item{
    /*border-bottom: 2px solid white;*/
}
#body.white .sidebar .nav-item{
    /*border-bottom: 2px solid white;*/
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}



.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 225px;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 0px) {
    .sidebar .nav-item .nav-link span {
        font-size: 0.65rem;
        max-width: 90px;
    }
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link span {
        font-size: 20px;
        max-width: 160px;
    }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default <label> margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
}





/* fixed plugin on the right */
.fixed-plugin li > a,
.fixed-plugin .badge{
    transition: all .34s;
    -webkit-transition: all .34s;
    -moz-transition: all .34s;
}
.fixed-plugin .dropdown-menu{
    right: 0px;
    left: auto;
    padding: 10px;
}

.fixed-plugin .badge{
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    width: 28px;
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover{
    border-color: #00bbff;
}

.background-color{
    color: #FFFFFF;
    text-decoration: none;
}
.fixed-plugin .title:hover,
.fixed-plugin .title:focus{
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
}
.fixed-plugin  a.switch-trigger:hover,
.fixed-plugin  a.switch-trigger:focus{
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
}

.fixed-plugin .badge-white{
    background-color: #EBEBEB;
}
.fixed-plugin .badge-black{
    background-color: #212120;
}
.fixed-plugin .badge-primary{
    background-color: #007bff;
}
.fixed-plugin .badge-info{
    background-color: #68B3C8;
}
.fixed-plugin .badge-success{
    background-color: #7AC29A;
}
.fixed-plugin .badge-warning{
    background-color: #F3BB45;
}
.fixed-plugin .badge-danger{
    background-color: #EB5E28;
}
.fixed-plugin .badge-brown{
    background-color: #66615B;
}
.wwgrp br { display: none; }

.actions {width: 10px}
.hidden {
  display: none;
  visibility: hidden;
} 
.dependencia{
    border-radius: .3rem;
}
.tooltip-inner{
    max-width: 100%;
}
.readonly, .readonly:focus{
    background-color: #e9ecef;
    opacity: 1;
}
.formButton {
    text-align: center;
}
/*.fc-month-button { background: #2A9D8F; }*/

a:hover {
  color: white;
}
.modal-xl{
	max-width: 80%;
}
.red {
	background-color: #e74c3c80;
}
.green {
	background-color: #2ecc7180;
}
.yellow {
	background-color: #f1c40f80;
}

.table-hover tbody tr.red:hover {
	background-color: #e74c3c40;
}
.table-hover tbody tr.green:hover {
	background-color: #2ecc7140;
}
.table-hover tbody tr.yellow:hover{
	background-color: #f1c40f40;
}
td.text-break{
	overflow-wrap: break-word;
	word-break: break-word;
}