h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}
html{
  overflow-x: auto !important;
  height: 100%;
}

body{
  min-height: 100%;
  padding: 0px;
}

.margin_content{
  /* margin: 0% 2%; */
}

.vertical-align{
  display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;          /* NEW - Chrome */
  display: flex;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items:center;
}

.icon-text{
  display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;          /* NEW - Chrome */
  display: flex;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -moz-flex;
  align-items:center;
  -webkit-align-items: center;
  padding: 0.5em 0;
}
.icon-text i{
  margin-right: 0.5em;
}

.titulo_paginas{
  /* font-size: 1.5em;
  margin-top: 9px; */
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
}

.line{
  height: 3px;
  background: #f44336;
}

.line-saude{
  height: 2px;
  background: #5cb85c;
}

.line-assistencia-social{
  height: 2px;
  background: #0275d8;
}

.line-educacao{
  height: 2px;
  background: #f0ad4e;
}

.line-estrutura{
  height: 2px;
  background: #d9534f;
}

.link{
  cursor:pointer;
}
.link:hover{
  text-decoration:underline;
}

.ui-multiselect-label-container > label {
  margin-bottom: 0px !important;
}

.ui-multiselect .ui-multiselect-label {
  padding: 0px !important;
}

.ui-fluid .ui-multiselect {
  min-width: 15em !important;
}

.cv-noticias {
  background: #5cb85c;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .ui-fluid .ui-dropdown {
  min-width: 250px;
} */

body .ui-listbox .ui-listbox-header .ui-listbox-filter-container {
  width: 90% !important;
  padding: 5px !important;
  height: 40px !important;
}

.ui-listbox-header .ui-listbox-filter-container .fa {
    position: absolute;
    top: 0.8em !important;
    left: 0.7em !important;
}

.ui-listbox-list-wrapper {
  max-height: 240px;
}

.ui-chips>ul.ui-inputtext {
  padding: 0.2rem !important;
}

body .ui-listbox .ui-listbox-header .ui-listbox-filter-container > .ui-inputtext {
  height: 30px !important;
}

@media screen and (max-width: 768px) {
  .margin_content{
    margin: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .margin_content{
    margin: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .margin_content{
    margin: 50px;
  }
}

.sidebar .nav .nav-item .nav-link-sidebar {
  color: #969ca0 !important;
  padding-left: 2em !important;
}

.sidebar .nav .nav-item a.nav-link-sidebar:hover{
    color: #fff !important;
    background: #34444b !important;
}

.sidebar .nav .nav-item a.nav-wrap-sidebar:hover {
    color: #fff !important;
    background: #384044 !important;
}

.box:hover, .box:active, .box:visited, .box:focus{
   box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.25) !important;
}

.ui-growl {
  z-index: 99999999999 !important;
}

.btn-graficos:focus {
  background: #078dbd;
}

.hand-hover {
  cursor: pointer;
  color: #f44336;
}

body .ui-accordion .ui-accordion-header.ui-state-active {
  background-color: #f0f3f5 !important;
}

body .ui-accordion .ui-accordion-header.ui-state-active a {
  color: #202020 !important;
}

.card .custom-card-footer {
  padding: 0 !important;
  background-color: inherit !important;
  /* background-color: #21a8d8 !important; */
  border: none !important;
}

.app-full-bleed-dialog .mat-dialog-container {
  padding: 0;
}
