:root {
  --bth-base-brand-color-default: #0761FF;
  --bth-base-brand-brown: #9a8b7d;
  --bth-base-brand-lilac: #A6B8FF;
  --bth-base-brand-lime: #00BB77;
  --bth-base-brand-gray: #959798;
  --bth-base-brand-red: #FF7A75;
  --bth-base-brand-blue: #009ADC;
  --bth-base-brand-navy: #263E81;
  --bth-base-brand-green: #A7C27E;
  --bth-base-brand-yellow: #F3B02E;
  --bth-base-brand-orange: #F4812E;
}

.mainBody {
  padding-top: 45px;
}

.bth-container {
  display: flex;
  padding: 0;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-wrapper:after {
  content: 'search';
  z-index: 1;
  position: absolute;
  top: 1px;
  left: 8px;
  font-size: 24px;
  color: #DEDEDE;
  font-family: "Material Icons";
  pointer-events: none;
}

.search-wrapper input {
  padding-left: 36px;
  font-family: "Open Sans";
  font-size: 14px;
  display: block;
  top: 0;
  transition: all 0.15s ease-in-out;
}

.search-wrapper button {
  position: absolute;
  top: 2px;
  right: 3px;
  border: none;
  background-color: #FFF;
  outline: 0;
  cursor: pointer;
  z-index: 2;
  width: 24px;
  height: calc(100% - 4px);
  font-size: 20px;
  color: #767676;
}

.header-sidebar-filter {
  padding: 10px 10px 16px 10px;
}

.header-sidebar-filter .filter-wrapper {
  border-top: 0;
}

.header-sidebar-filter .head-sidebar-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #FFF;
  border-radius: 2px;
  border-top: 1px solid #f1f3f3;
}

.filter-wrapper .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.bth-container-content .content-side-filter {
  overflow-y: auto;
  padding-right: 6px;
}

.bth-container .bth-container-card.fixed-width {
  flex-grow: 0;
  flex-basis: auto;
}

.bth-container .bth-container-card.bth-hidden-sidebar {
  left: 0px !important;
  padding: 0px;
  width: 250px;
  height: calc(100vh - 105px);
}

.bth-container {
  padding: 0 5px;
  display: flex;
  height: calc(100vh - 95px);
}

.bth-container-card .bth-container-content .bth-side-filters {
  display: flex;
  flex-flow: column;
  width: 300px;
}

.bth-side-filters h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: none;
  padding-top: 0;
  font-weight: normal;
  margin-top:0;
}

.filter-wrapper .header h5 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  grid-gap: 3px;
  padding-top: 0;
  margin: 0 !important;
  font-family: "Open Sans";
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.keyboard-shortcut {
  color: #C0C0C0;
  font-weight: 400;
}

resource-select {
  height: 100%;
}

.bth-pendencias-lista {
  overflow-y: auto !important;
  overflow-x: hide;
}

.list-group-item.no-border-radius {
  border-radius: 0;
}

.no-padding{
  padding: 0;
}

.no-margin{
  margin-bottom: 0px;
  margin-top: 0px;
}

.text-silver{
  color: #767676;
}

.col-md-3 .no-padding{
  padding-left: 0px;
}

.sidebar>li.header {
	border-bottom: 1px solid #e6e6e6;
	background-color: #eaeaea;
}

.sidebar .pesquisa-produto input {
  height: 28px;
  font-size: 15px;
  width: 100%;
}

.sidebar .pesquisa-produto input:focus {
  outline: 0;
  border: 0;
}

.sidebar .pesquisa-produto:after {
  top: 17px;
  right: 23px;
}

.clearSearchInput {
	width: 20px !important;
  height: 17px !important;
  position: absolute !important;
  top: 16px !important;
  right: 29px !important;
  padding: 0 !important;
}

.bth-radio.center {
  justify-content: center
}

.bth-radio input[type=radio] {
  cursor: pointer;
}

.bth-radio input[type=radio]+label {
  cursor: default;
}

.bth-radio input[type=radio]:disabled {
  cursor: not-allowed;
}

.bth-radio input[type=radio]:disabled+label {
  cursor: default;
}

.vl-middle {
    vertical-align: middle;
}

.flex-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: center;
}

/* Definindo filtros */
.well-editor-filtros .well {
  background-color: rgba(208, 208, 208, 0.34);
  border: 1px solid #BFBFBF;
  position: relative;
}

.well-editor-filtros .well .well::before {
  content: "";
  width: 20px;
  height: 2px;
  left: -20px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  background-color: #BFBFBF;
}

.list-group > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.list-group > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.has-sub ul {
  margin: 0;
  padding: 0;
}

.list-group a:hover, .list-group a:focus {
  text-decoration: none !important;
}

.has-sub ul.collapsing {
  overflow-x: visible !important;
}

.list-group > li {
  padding: 0;
}

.list-group > div > li {
  padding: 0;
}

.list-group .header input{
  height: 43px;
  width: 85%;
  border: none;
  padding: 0 15px;
  background-color: #EEEEEE;
}

.has-sub ul li {
  border-left: 0;
  border-right: 0;
  border-radius: 0 !important;
  background-color: rgba(0,0,0,.07);
  padding: 10px 15px;
}

.has-sub ul li:last-child {
  border-bottom: 0;
}

.list-group li a {
  color: rgba(0,0,0,.7);
}

.list-group li.active a {
  color: white;
}

.has-sub ul li.active a .badge {
  background-color: white;
  color: #777;
}

.list-group .header input{
  height: 43px;
  width: 85%;
  border: none;
  padding: 0 15px;
  background-color: #EEEEEE;
}

.list-group .header input:focus {
  outline: none;
}

.list-group .header:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 13px;
}

.list-group .header {
  position: relative;
  background-color: #EEEEEE;
}

.ui-list-blank-container {
  background-image: url('../images/folhinha.png');
}

.scrollContent {
  position: relative;
}

.scrollBar {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollBar::-webkit-scrollbar {
  width: 6px;
}
.scrollBar.thin {
  transition: all 0.5s;
}
.scrollBar.thin::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(100, 100, 100, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}

.hierarchy-item__node:hover {
  cursor: pointer;
}

.hierarchy-item__description {
  padding: 5px;
}

.hierarchy-item__description:hover {
  background-color: #F7F7F7;
}

.hierarchy-item__child {
  margin-left: 44px;
}

.resolucao-center {
  display: grid;
  grid-template-columns: 25px 25px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: baseline;
}

.alert.alert-danger:before {
  content: 'warning';
}
.alert:before {
  content: '';
  margin-right: 8px;
  font-size: 22px;
  font-family: 'Material icons';
}

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

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

.bth-pendencias-field-desc:first-letter {
  text-transform: uppercase;
}

.bth-pendencias-action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}

.bth-pendencias-action-bar .title {
  flex: 1;
}

.bth-inline-edit-action {
  position: absolute;
  top: 10px;
  font-size: 10px;
  right: 25px;
}

.bth-inline-addon {
  padding: 5px 2px 5px 5px;
}

.bth-relative {
  position: relative;
}

.bth-flexbox {
  display: flex;
  align-items: center;
}

.bth-flexbox .grow {
  flex: 1;
}

.bth-flexbox.spaced {
  justify-content: space-between;
}

/* temp fixes */
.table th {
  text-transform: uppercase;
}

.container.container-page {
  margin-top: 10px;
}

.bth-context.ng-hide + .bth-navigation--fixed > .container{
  top: 45px;
}

.bth-context+.bth-navigation {
  margin: 0;
}

.alert {
  display: flex;
  align-items: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.bth-wizard {
  padding-bottom: 25px;
}

.indentation h5 {
  padding-right: 31px;
}

.bth-pendencias-title {
  box-sizing: none;
}

.bth-pendencias-title .container.container-fluid {
  width: 100%;
}


.context-selection-container {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 12px;
}
.context-selection-search {
  position: sticky;
  top: 45px;
  padding: 8px 0;
  background-color: white;
}

.mainBody--context .context-selection-search {
  top: 85px;
}

.context-selection-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 8px 0;
}
.context-selection-list li {
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  background-color: #f5f7fa;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
}
.context-selection-list li:not(:last-child) {
  margin-bottom: 8px;
}
.context-selection-list li:hover {
  background-color: #e1e3e6;
}
.context-selection-list li:focus {
  box-shadow: inset 0 0 0 1px #3374db;
}
.context-selection-list li h4 {
  font-size: 16px;
  margin: 0 12px 0;
}
.context-selection-list li .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  margin-bottom: 0;
}
.context-selection-list li .img-wrapper img {
  width: 100%;
  height: auto;
}
.context-selection-list li .icon-wrapper {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: silver;
}
.context-selection-list li .icon-wrapper.PLA {
  background-color: var(--bth-base-brand-lilac);
}
.context-selection-list li .icon-wrapper.SAU {
  background-color: var(--bth-base-brand-green);
}
.context-selection-list li .icon-wrapper.GEN {
  background-color: var(--bth-base-brand-navy);
}
.context-selection-list li .icon-wrapper.MUN {
  background-color: var(--bth-base-brand-brown);
}
.context-selection-list li .icon-wrapper.ARR {
  background-color: var(--bth-base-brand-lime);
}
.context-selection-list li .icon-wrapper.ATE {
  background-color: var(--bth-base-brand-gray);
}
.context-selection-list li .icon-wrapper.PES {
  background-color: var(--bth-base-brand-blue);
}
.context-selection-list li .icon-wrapper.COM {
  background-color: var(--bth-base-brand-red);
}
.context-selection-list li .icon-wrapper.EDU {
  background-color: var(--bth-base-brand-yellow);
}
.context-selection-list li .icon-wrapper.PEC {
  background-color: var(--bth-base-brand-blue);
}
.context-selection-list li .icon-wrapper.LEI {
  background-color: var(--bth-base-brand-orange);
}
.context-selection-list li .icon-wrapper.SUP {
  background-color: var(--bth-base-brand-color-default);
}
