.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}


body {
    background: #f9fafc;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000000;
}

a:hover{
    /* color: rgba(242, 87, 60, 0.65); */
    color: #ff3b3b
}

.img-presentation {
    width: 7rem;
    margin-left: 1%;
    margin-bottom: 11px;
}

.toolbar{
    border: 0;
    font-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 0;
    /* background: rgba(58, 62, 63, 0.85); */
    background: #00b993;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}

.img-bottom {
    width: 15rem;
    margin-left: 5em;
}

.search {
    width: 93%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 83%;
    border: 1px solid #e0e0e0;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #212121;
    background: #ffffff;
    font-size: 120%;
    transition: border 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}

.searchTerm:focus {
    border: 1px solid #444444;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #444444;
    background: #444444;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.line{
    color: #212121;
    position: relative;
    left: 2px;
    font-size: 3rem;
    top: -3px;
   }

.corDaBorda{
    border-left: 1rem solid #009e00;
    padding-bottom: 1rem !important;
    padding: 0% !important
}

.corMatIcon{
    color: #444444 !important;
}

.cardTamanho{
    cursor: pointer;
}

.content {
    min-height: calc(100vh - 70px) ;
    background-color: #e9ecec;
}

.footer {
    height: 50px;
    background-color: #e9ecec;
}

.BottomWidth{
    cursor: pointer;
}

.UltimoCard{
    cursor: pointer;
}

.titulo{
    color: #666;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 25px;
    width: 100%;
}

.cabecalho{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.perfil{
    /* width: 40%;
    margin-left: 46rem; */
}

.perfilMenu{
    margin-top: 1%;
    padding-bottom: 3rem;
}

.margeIcon{
    color: #000000
}

.corIcones{
    color: #444444;
}

.fontMat{
    font-size: 29px;
}

.margeMenu{
    margin-top: 3rem !important;
}

.itensMenu{
    padding: 0px 11px !important;
    max-width: 114% !important;
}

.fontCard{
    font-size: 1.5rem;
    font-family: sans-serif;
    margin-top: 2rem;
    margin-left: 15%
}

.matIconCard{
    font-size: 7rem
}

.iconeFooter{
    width: 0.1rem;
    margin-top: 2rem
}

.copyFooter{
    margin-left: 1rem;
    margin-top: 4rem
}

.versionFooter{
    margin-left: 100rem;
    margin-top: 26px;
    margin-right: -14rem
}

.centralizaCard{
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconeCabecalho{
    padding-left: 2%;
    color: white
}

.posiColTop{
    display: flex;
    justify-content: center;
}

.tituloCard{
    margin-top: 4%;
}

.desktop{
   display: block
}

.mobile{
    display: none
}

@media(max-width: 767px){
    .desktop {
        display: none;
      }
      .mobile {
        display: block;
        /* ou inline, inline-block */
      }
}

/* submenu */
.example-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  /* .example-is-mobile .example-toolbar {
    position: fixed;
    Make sure the toolbar will stay on top of the content as it scrolls past.
    z-index: 2;
    background-color: rgba(58, 62, 63, 0.85);
  } */

  h1.example-app-name {
    margin-left: 8px;
    color: white;
  }

  .example-sidenav-container {
    /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
       causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
    flex: 1;
  }

  .example-is-mobile .example-sidenav-container {
    /* When the sidenav is fixed, don't constrain the height of the sidenav container. This allows the
       `<body>` to be our scrolling element for mobile layouts. */
    flex: 1 0 auto;
  }

/* sub-menu */

  .example-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    /* right: 0; */
  }


.sub-search {
  width: 100%;
  position: relative;
  display: flex;
}

.sub-searchTerm {
  width: 100%;
  border: 3px solid #e0e0e0;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #212121;
  background: #ffffff;
  transition: border 0.4s ease;
}

.sub-searchTerm:focus{
  border: 3px solid #009e00;
}

.sub-searchButton {
  width: 40px;
  height: 36px;
  border: 3px solid #f2573c;
  background: #f2573c;
  text-align: center;
  color:  #ffffff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  border-left: #f2573c;
}

/*Resize the wrap to see the search bar change!*/
.sub-wrap{
  width: 90%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.sub{
    text-decoration: none;
    color: #232323;
    transition: color 0.5s ease;
 }

a.sub:hover{
    background-color: rgba(0, 0, 0, 0.10) !important;
    color: #ffffff !important;
    transition: color 0.3s ease,
                background 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
}

.list-item-active {
    font-weight: bold;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.39);
    transition: color 0.3s ease,
                background 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
}

.colorTextSub{
    font-family: Helvetica, "Neue",Helvetica,Arial,sans-serif;
    /* font-weight: 600 !important; */
    white-space: normal !important;
    font-size: 80% !important
}

/* aba-corporativa */

a.corporativo:hover{
    text-decoration: underline !important;
    transition: text-decoration 0.3s ease,
                background 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
}

.starCorpo{
    color: #292926;
    font-size: 3em;
    margin-top: -40%;
    margin-right: 20%
}

.btnMinimiza{
    display: flex;
    justify-content: flex-end;
    padding-top: 2%
}

.iconeMinimiza{
    font-size: 2rem;
    margin-bottom: 3%;
    color: #009e00
}

/* FORMS */

.example-form {
    min-width: 150px;
    max-width: 500px;
    width: 100%;
}

.example-full-width {
    width: 100%;
}

mat-form-field {
    font-size: 15px !important;
    width: 100%;
}
mat-form-field.paginator {
    font-size: 15px !important;
    width: 90% !important;
}

mat-stroked-button{
    margin: 1em;
}

table{
    width: 100%;
}

.botoesPesquisa{
    margin-right: 1em !important;
}

.botaoAcao{
    background-color: #337ab7 !important;
    color: #ffffff !important
}

.botaoGravar{
    background-color: #28a745 !important;
    color: #ffffff !important
}

.botaoLimpar{
    background-color: #6c757d !important;
    color: #ffffff !important
}

.botaoAdiar{
    background-color: #f0ad4e !important;
    color: #ffffff !important
}

.botaoCancelar{
    background-color: #dc3545 !important;
    color: #ffffff !important
}

.flexStart{
    display: flex;
    justify-content: flex-start
}

.iconesTabela{
    font-size: 18px;
    color: #444444;
}

.iconesExcluir{
    font-size: 18px;
    color: #dc3545;
}

.mat-elevation-z4{
    box-shadow: none !important;
}

.mat-row:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.10);
}

label.control{
    margin-bottom: -0.5rem !important
}

hr{
    border-top: 3px solid #4a824a;
}

  /* submenu funcionando */
mat-list-item:hover{
    background-color: rgba(243, 236, 236, 0.31) !important;
    color: #ddd7e0 !important;
    transition: color 0.3s ease,
                background 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
}
.selected-amml-item{
    background: linear-gradient(to bottom, #f57f68 0%,#f15235 100%) !important;

}

.mat-divider{
    display: none !important
}

/* .amml-icon-arrow-container{
    margin-bottom: 12%;
}

.icon-container{
    margin-top: -6%;
}

.mat-list .mat-list-item{
    height: 56px !important;
} */

/* cards forms */

*, ::after, ::before {
    box-sizing: border-box;
}

.mat-card.form{
    padding: 0%;
}

.form{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),
                0 2px 2px 0 rgba(0,0,0,.14),
                0 1px 5px 0 rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    display: block;
    position: relative;
    border-radius: 2px;
    background: #fff;
    color: rgba(0,0,0,.87);
    padding: 0%;
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

.form-header{
    background-color: #f0f3f5;
    display: flex;
    flex-direction: row;
    height: 7em;
}

.form-title{
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    opacity: .9;
    font-family: 'Roboto', sans-serif;
    color: #666666
}

.form-content{
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    padding: 1%
}

.form-footer{
    background-color: #f0f3f5;
    display: block;
    margin: 0;
}

.mat-card-footer {
    margin: 0 !important;
}

.mat-divider.divider-form{
    display: flex !important;
    border: 1px solid #2d5677;
}

.label-combo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    height: 21px;
    float: left;
}

/* inputs de ocorrencia */
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
::ng-deep.selected-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75%;
    height: 21px;
    float: left;
}

.row.no-gutters {
    background-color: #FFFF ;
    border-radius: 10px;
    margin: 5px;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    display: flex;
    position: absolute;
    top: .25em;
    left: 0;
    right: 0;
    background: #FFFF;
    bottom: 0;
    pointer-events: none;
    border-radius: 5px;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    display: flex;
    position: absolute;
    top: .25em;
    left: 0;
    right: 0;
    background: #FFFF;
    bottom: 0;
    pointer-events: none;
    border-radius: 5px;
    color: black;
}

.mat-form-field-label {
    color: black;
}

.mat-tab-body-content .SemBarra {
    overflow: hidden !important;
}

.mat-card {
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    display: block;
    position: relative;
    padding: 24px;
    /* border-radius: 5px !important; */
    /* margin-bottom: 5px; */
}

@media screen and (max-width: 1000px) {
    th.mat-header-cell {
        padding: 32px !important;  
    }

    .mat-tab-body-content {
        overflow-x: scroll !important;
    }

    td.mat-cell:first-of-type {
        padding-left: 0px !important;
    }

    td.mat-cell:last-of-type {
        padding-right: 0px !important;
    }

    mat-sidenav-container {
        margin-top: 0px !important;
    }

    .mat-drawer-container {
        position: unset;
    }
}

.example-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
}

.coluna-font{
    font-size:  13px;
    white-space: pre-wrap;
}



