/**************************** Controle tela base ***********************/

input[type="text"]:not([no-upper]), input[type="search"], tbody:not([no-upper]) {
    text-transform: uppercase;
}

::placeholder {
    text-transform: none;
}

body {
  font-size: .875rem;
}

a{
  text-decoration: none;
  color: inherit;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

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

.sidebar .nav-link.active {
  color: #007bff;
}

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

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

.card-body {
  overflow: auto;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

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

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

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}
#navbar-superior,
#navbar-superior form,
#navbar-superior input,
#navbar-superior span{
  height: 48px;
}

header{
  margin-bottom: 5px;
}



/**************************** Fim tela base ************************/

/**************************** Elemetos da tela ************************/
fieldset{
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}

fieldset legend{
  font-size: 1.1rem;
  color: #17a2b8;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  font-weight: 300;
  padding-bottom: .5rem;
}

.asteriskField{
  color: crimson;
}
/**************************** Fim elementos da tela ************************/

/**************************** Controle de erros ************************/
.feedback-erro{
    width: 100%;
    margin-top: 0.25em;
    font-size: 80%;
    color: #dc3545;
}
/**************************** Fim controle de erros ************************/


/**************************** Multi-select ************************/
.ms-container{
  width: 71em!important;
}

.ms-container input[type=text]{
  margin-bottom: 0.3em;

}

.easy-autocomplete{
  width: 100%;
}

.easy-autocomplete-container{
  color: black;
}

.overflow-y {
  overflow-y: auto;
}
