html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
}

[ng-cloak] {
    display: none;
}

/* Toolbar area */

md-toolbar h1 {
    margin: auto;
}

/* desabilita o efeito de hover do botão*/
md-toolbar .md-button:not([disabled]):hover {
    background-color: transparent;
    transition: 0.3s;
}

.titulo-app {
    font-size: 28px;
    text-align: center;
    font-weight: bold;

}

.subtitulo-app {
    font-size: 0.47em;
    font-weight: bold;
    vertical-align: text-top;
}

.versao-aplicacao {
    font-size: 0.5em;
    padding-left: 5px;
}

/* Sidenav area */

md-list .md-button {
    color: inherit;
    font-weight: 500;
    text-align: left;
    width: 100%;
    padding-top: 10px;
}

md-list .md-button.selected {
    color: #03a9f4;
}

md-sidenav md-list {
    padding: 0 0 8px 0;
}


/* Primary content area */

#content {
    overflow: scroll;
    border: 1px solid #0d47a0;
}

#content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
}

#content .md-button.share {
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    margin: 8px auto 16px 0;
    position: absolute;
    top: 10px;
    right: 25px;
}

#content md-icon.avatar {
    margin-top: 0;
}

#content .md-button.share > md-icon {
    fill: black;
    width: 36px;
    height: 36px;
}

md-button.menuBtn > md-icon {
    fill: white;
    width: 24px;
    height: 24px;
}

#content .md-button.share:active > md-icon {
    background-color: #dadada;
    border-radius: 75%;
    padding: 4px;
    transition: all 100ms ease-out 30ms;
}

#content img {
    display: block;
    height: auto;
    max-width: 500px;
}

/* Utils */

.divisor-vertical {
    position:relative;
    margin-top: 15px;
    margin-bottom: 15px;
    right: 23px;
    float: left;
    background: #ffffff;
    border-left-width: 1px;
    border-left-style: solid;
}

md-toast.md-top {
    padding-top: 8%;
    margin-right: 20px;
}

.barra-acao {
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    color: #818080;
    /*background: #f0f0f0;*/


}

.barra-acao .icone24 {
    color: #0d47a0;
    background: transparent;
}

.content-wrapper {
    position: relative;
}

/* Block UI */

.block-ui .block-ui-message {
    display: inline-block;
    text-align: left;
    background-color: transparent;
    color: #4b4b4b;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    filter: alpha(opacity=100);
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
    font-size: 1.250em;
    font-weight: 400;
}

.avatar {
    position: relative;
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    vertical-align: middle;
}

md-bottom-sheet md-icon {
    margin-right: 20px;
}

span.name {
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 5px;
}

md-list-item .md-button {
    margin: 0;
}

md-list .md-button.selected {
    color: #03A9F7;
    background-color: #EFF1F2;
}

md-list md-list-item button.md-button:not(.selected):not([disabled]) {
    background-color: white;
}

#content {
    padding: 25px;
}

#content md-icon.avatar {
    width: 100px;
    height: 100px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}

md-toolbar.md-small {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
}

footer md-toolbar {
    font-size: 0.85em;
}

.icone24 {
    font-size: 24px;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
    color: #f1f1f1;
}

.icone30 {
    font-size: 30px;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    color: #f1f1f1;
}

.icone36 {
    font-size: 36px;
    height: 36px;
    width: 36px;
    min-height: 36px;
    min-width: 36px;
    color: #f1f1f1;
}

.icone48 {
    font-size: 48px;
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    color: #f1f1f1;
}

.espaco-titulo {
    margin-right: 68px;
}

.usuario-logado {
    font-size: 0.80em;
}

/************
 * DOCS MENU
 ************/

.site-sidenav {
    border-top: 1px solid #0d47a1;
    border-bottom: 1px solid #0d47a1;
    border-right: 1px solid #0d47a1;
    background: #FFFFFF;
}

.site-sidenav md-content {
    background: transparent;
}

.elemento-barra-navegacao {
    margin-top: 15px;
    margin-bottom: 15px;
}

.site-sidenav,
.site-sidenav.md-locked-open-add-active,
.site-sidenav.md-locked-open {
    width:     272px;
    min-width: 272px;
    max-width: 272px;
}
.site-sidenav > * {
    min-width: 218px;
}

.docs-menu,
.docs-menu ul {
    list-style: none;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}
.docs-menu li {
    margin: 0;
}
.docs-menu > li:nth-child(1) {
    border-top: none;
}
.md-whiteframe-glow-z1 {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 0px 2px 2px rgba(0, 0, 0, 0.098),
    0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.docs-menu > li {
    border-bottom: 1px solid #FFFFFF;
}

.docs-menu .md-button {
    border-radius: 0;
    color: #0d47a1;
    cursor: pointer;
    display: block;
    align-items: inherit;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
    width: 100%;
}

html[dir=rtl] .docs-menu .md-button,
body[dir=rtl] .docs-menu .md-button {
    unicode-bidi: embed;
    text-align: right;
}

.docs-menu .md-button:hover {
    background: #e1e1e1;
}

.docs-menu .md-button md-icon {
    color: #FF8C00
}

.docs-menu md-select {

    /* Override md-select margins.  With margins the menu will look incorrect and causes mobile list
       to not be scrollable.
     */
    margin: 0;
    width: 100%;
}

.docs-menu md-select .md-select-label {
    justify-content: flex-end;
    padding-top: 10px;
}

.docs-menu md-select .md-select-label span {
    margin-right: auto;
    padding-left: 13px;
}

.docs-menu md-select .md-select-icon {
    margin-right: 28px;
}

.docs-menu button.md-button::-moz-focus-inner {
    padding: 0;
}
.docs-menu .md-button.active {
    background: #267ED5;
}
.menu-heading {
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 8px 16px 0;
    text-align: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.54)
}


html[dir=rtl] .menu-heading,
body[dir=rtl] .menu-heading {
    unicode-bidi: embed;
    text-align: right;
}


.docs-menu li.parentActive,
.docs-menu li.parentActive .menu-toggle-list {
    /*background-color: #2C80D2 !important;*/
}
.menu-toggle-list {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: height;
    -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition-property: height;
    transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: height;
}
.docs-menu .menu-toggle-list a.md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
    text-rendering: optimizeLegibility;
    color: #4b4b4b;
    font-weight: 500;
}

.docs-menu .menu-toggle-list a.md-button:focus {
    background: #e1e1e1;
}

.parent-list-item:last-child {
    margin-bottom: 20px;

    /* Prevent the hidden License link from causing a double bottom-border */
    border-bottom: none;
}
.md-button-toggle .md-toggle-icon, .md-button-sub-toggle .md-toggle-icon  {
    display: block;
    margin-left: auto;
    speak: none;
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
}
.md-button-toggle .md-toggle-icon.toggled, .md-button-sub-toggle .md-toggle-icon.toggled {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.md-button-sub-toggle {
    padding: 0 16px 0 32px !important;
}

.menu-sub-toggle-list {
    padding: 0 16px 0 20px !important;
}


.md-button .selecionada {
  color: black;
  background-color: green;
}

/* End Docs Menu */


/* data tables */
.md-table md-checkbox.md-checked .md-icon {
    background-color: #0d47a0;
}

.md-table tr:nth-child(odd) {
    background-color: #ebebeb;
}

.md-table th {
    background-color: #ffffff;
}

/* Corrigir alinhamento do md-datepicker dentro de um md-input */
.input-datepicker {
    margin-top: 15px;
}

.dialog-content {
    font-size: 20px;
}

md-toast.md-info-toast-theme .md-toast-content {
    color: #00529B;
    background-color: #BDE5F8;
}

md-toast.md-success-toast-theme .md-toast-content {
    color: #4F8A10;
    background-color: #DFF2BF;
}

md-toast.md-warning-toast-theme .md-toast-content {
    color: #9F6000;
    background-color: #FEEFB3;
}

md-toast.md-error-toast-theme .md-toast-content {
    color: #D8000C;
    background-color: #FFBABA;
}

.md-body-2 {
    font-weight: bold !important;
}


.info .titulo-formulario {
    padding-top: 30px;
    text-align: center;
    vertical-align: text-bottom;
    color: #0d47a0;
    font-size: 48px;
    font-weight: bold;
}

.info .subtitulo-formulario {
    text-align: center;
    vertical-align: text-top;
    color: #0d47a0;
    font-size: 15px;
    font-weight: bold;
}

.corVermelha{
    color: #DC143C !important;
}

.corAzul{
    color: #1E90FF !important;
}

.help {
    padding: 25px;
    margin-top: 10px;
}

.helpInfo .helpInfo-icon{
    padding-right: 25px;
}

.pendencia {
    padding: 0 15px 15px 15px;
}
.info {
    background-color: #BDE5F8;
}

.aviso {
    background-color: #fbda6cfa;
}

.erro {
    background-color: #f09a9afa;
}

/* CSS STEPPER */

.mdl-card {
  width: 550px;
  min-height: 0;
  margin: 10px auto;
}

.mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 25%;
}


/* Begin actual mdl-stepper css styles */

.mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  background-color: rgba(0, 0, 0, .06);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  border-radius: 15% / 75%;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
  background-color: #757575;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
  display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #9E9E9E;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
  color: white;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: rgb(33, 150, 243);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
  content: "\2714";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle * {
  display: none;
}




.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  text-align: center;
  color: rgba(0, 0, 0, .26);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  color: rgba(0, 0, 0, .87);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title {
  font-weight: 300;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, .54);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 85px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}
/* FIM CSS STEPPER */

@media print {
    body * {
      visibility: hidden;
    }
    .visible-print, .visible-print * {
      visibility: visible;
    }
    .visible-print {
      width:100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    @page {
        size: landscape
    }
    .pageBreak{
        page-break-after: always !important;
    }

  }

.selecionado {
    /*background-color:blue;*/
    color: rgb(13,71,161);
}

.tabela-simples {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.tabela-simples th {
    background-color: #DFDFDF;
}

.tabela-simples th,
.tabela-simples td {
    border: 1px solid #666;
    padding: 4px;
}

/* Notificações(Emails) e Contas Bancárias*/
.margin-left-30px {
    margin-left: 30px !important;
}

.margin-top-15px {
    margin-top: 15px !important;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.width-100px {
    width: 100px !important;
}

.width-135px {
    width: 135px !important;
}

.width-145px {
    width: 145px !important;
}

.max-width-135px {
    max-width: 135px !important;
}

.height-30px {
    height: 30px !important;
}

.width-40percent {
    width: 40% !important;
}

.width-50percent {
    width: 50%;
}

.padding-top-zero {
    padding-top: 0 !important;
}

.border-radius-25px {
    border-radius: 25px;
}

.md-warn {
    text-transform: none !important;
}

.destaqueMenu {
    background-color: #BDE5F8 !important;
}
