[class^="mdi-"]:before,
[class*=" mdi-"]:before,
[class^="msi-"]:before,
[class*=" msi-"]:before {
	font-size: 32px;
  	margin: auto;
  	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

md-menu-item [class^="mdi-"]:before,
md-menu-item [class*=" mdi-"]:before,
md-menu-item [class^="msi-"]:before,
md-menu-item [class*=" msi-"]:before {
	font-size: 24px;
}

md-icon:not([ng-click]) {
	cursor: default;
}

*[ng-click] {
	cursor: pointer;
}

.form-spacer-top,
msi-table.form-spacer-top > .data-table-container {
	margin-top: 16px;
}

md-card.login {
	border-radius: 15px !important;
}

md-card.login > md-card-title > img {
	height: 60px;
	width: auto;
}

.autenticar-content-media{
    max-width: 50%;
}
.autenticar-content-media img{
    max-width: 100%;
}

@media(max-width: 600px) {
	md-card.login > md-card-title .md-headline {
		line-height: 60px;
		margin-left: 5px;
	}
}

@media(max-width: 599px) {
	md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
		padding: 6px;
	}
	md-card md-card-actions.layout-column .md-button:not(.md-icon-button):not(:last-child) {
		margin: 0 0 8px 0;
	}
}
@media(min-width: 600px) {
	md-card md-card-actions.layout-gt-xs-row .md-button:not(.md-icon-button):not(:last-child) {
		margin: 0 8px 0 0;
	}
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):not(:last-child) {
	margin: 0 8px 0 0;
}

md-card md-card-header md-card-avatar {
	margin-right: 12px;
}

md-card md-card-header-text md-input-container,
md-card md-card-title-text md-input-container {
	margin-bottom: 0 !important;
}

md-toast {
	position: fixed;
}

md-card-content>div>img.logo{
	position: relative;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	border-radius: none;
	background-color: transparent;
}
table{
	border-spacing: 0px;
}
table>thead>tr>th{
	margin: 0px;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

table>tbody>tr>td{
	padding: 1px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}
table>tbody>tr:HOVER>td, table>tbody>tr.active>td{
	background-color: rgba(0,0,0,0.05);
}

table>tfoot>tr>td{
	border-top: 1px solid rgba(0,0,0,0.10);
}
input[type='decimal'],
*:not(.md-chip-input-container) > input[type='number'],
td.align-right, td.decimal, td.valor, th.decimal, th.valor, th.align-right,
input.valor, input.decimal,
strong.valor, input.decimal{
	text-align: right;
}
td.id {
	padding-left: 5px;
}
td.decimal, td.valor, td.align-right{
	padding-right: 10px;
}
td.saldo{
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCC;
}
table > tbody > tr.os-fechada {
	color: rgb(0, 150, 136);
}
table > tbody > tr.os-cancelada, table > tbody > tr.recurso-monitorado-false {
	color: rgb(244, 67, 54);
}

.credito, .credito md-icon{
	color: #4CAF50;
}

.debito, .debito md-icon {
	color: #F44336;
}

.pointer{
	cursor: pointer;
}

.agenda-data{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0,0,0,.18);
	color: #fff;
	width: 33.333%;
	text-transform: uppercase;
}
.agenda-data-dia{
	font-size: 30px;
    font-weight: 500;
}
.agenda-data-mes{
	font-size: 20px;
    font-weight: 500;
}
.agenda-evento{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 66.666%;
}
.agenda-evento span{
	padding-left: 10px;
}

.img-produto img{
	border: 0;
	max-width: 150px;
}

md-list.lista-os-tramites md-list-item:first-child::before {
	display: none;
}
md-list.lista-os-tramites md-list-item::before {
	min-height: 16px;
}

.item-menu-container{
	padding: 10px;
}
.md-button.item-menu {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 10px 0px;
    padding: 5px 0 0;
    border-radius: 0%;
}
.md-button.item-menu md-icon {
	margin: 4px;
}
.md-button.item-menu span{
	color: #757575;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: pre-line;
    z-index: 1;
    line-height: normal;
}

.frente-caixa-coluna-itens{
	padding: 15px;
}
.frente-caixa-virtual-repeat{
	border: 1px dotted #666;
	min-height: 200px !important;
}
.frente-caixa-virtual-repeat-item{
	margin: 15px;
}
.frente-caixa-virtual-repeat-item-header{
	border-bottom: 1px dotted #666;
}
.frente-caixa-virtual-repeat-item-right{
	text-align: right;
}
.frente-caixa-virtual-repeat-item-left{
	text-align: left;
}

@media(min-width: 768px) {
	.frente-caixa-virtual-repeat{
		min-height: 200px !important;
	}
}

header {
	/* Em cima da sidenav */
	z-index: 70;
}

header .atalhos .md-button.md-icon-button {
	padding: 0;
}

.md-open-menu-container > md-menu-content {
	max-height: 400px;
}

#controller-sidenav-container > * {
	top: 56px;
}

@media(min-width: 600px) {
	#controller-sidenav-container > * {
		top: 48px;
	}

	#controller-sidenav {
		width: 450px;
		max-width: 450px;
	}
}
@media(min-width: 960px) {
	#controller-sidenav-container > * {
		top: 64px;
	}
}

.contato {
	padding-top: 16px;
}

.contato ul {
	list-style: none;
    padding-left: 10px;
}

/* ************************ *\
|* Campos disable + Escuros *|
\* ************************ */
md-input-container.md-controller-theme .md-input[disabled], [disabled] md-input-container.md-controller-theme .md-input,md-select.md-controller-theme[disabled] .md-select-value{
	color:rgba(0,0,0,0.7) !important;
}

md-input-container.md-controller-theme label, md-input-container.md-controller-theme .md-placeholder {
    color: rgba(0,0,0,0.3) !important;
}

md-input-container.md-controller-theme:not(.md-input-invalid).md-input-has-value label {
    color: rgba(0,0,0,0.54) !important;
}

md-card[disabled] {
	background-color: rgba(210, 210, 210, 0.54);
}


/* *************************** *\
|* input-file inside md-button *|
\* *************************** */
md-button input[type=file],
.md-button input[type=file],
.center-cicle-100  input[type=file],
.center-line-100 input[type=file] {
	opacity:0;
	width:100%;
	height:100%;
	z-index:30;
	left:0;
	position:absolute;
}

.foto-3x4 {
	min-height: 200px !important;
	background: #999;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.foto-3x4-xl {
	min-height: 360px !important;
}


/* ************************************************************************** *\
|* espa�amento para os campos dos formul�rios, para n�o usar o layout-padding *|
\* ************************************************************************** */
.spacing{
	padding-left: 4px;
	padding-right: 4px;
}

.center-line-100,.center-cicle-100{
	position:relative;
	border:3px solid white;
	height:100px;
	background-color: #DDD;
	background-position:center;
	background-repeat: no-repeat;
}
.center-cicle-100{
	left:50%;
	margin-top:-100px;
	margin-left:-50px;
	border-radius:50%;
	width:100px;
	background-size:cover;
}
.center-line-100{
	width:100%;
	background-size:contain;
	border-color:rgba(0,0,0,.5);
	border-style: dashed;
}


.grayscale{
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
}

.text-gray {
	color: rgba(0,0,0,0.54) !important;
}

.button-close-card{
	position: relative;
    margin-top: -105px !important;
    left: 80%;
    margin-bottom: 35px !important;
}
.button-close-card md-icon.mdi {
	margin-top: -7px;
    margin-left: -7px;
}

md-divider.md-controller-theme.financeiro_lancamento{
	border-top-color:#FFF59D;
	border-top-width:5px;
	border-radius:3px 3px 0px 0px;
}

md-divider.md-controller-theme.financeiro_receber{
	border-top-color:#A5D6A7;
	border-top-width:5px;
	border-radius:3px 3px 0px 0px;
}

md-divider.md-controller-theme.financeiro_pagar{
	border-top-color:#EF9A9A;
	border-top-width:5px;
	border-radius:3px 3px 0px 0px;
}

md-divider.md-controller-theme.financeiro_lixeira{
	border-top-color:#CE93D8;
	border-top-width:5px;
	border-radius:3px 3px 0px 0px;
}

md-divider.md-controller-theme.hotel{
	margin-bottom: 16px;
}

md-divider.vertical-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(0,0,0,0.3);
  margin: 0;
}

md-divider.light {
	border-color: rgba(255,255,255,0.12) !important;
}

md-icon.md-controller-theme.confirmada{
    color: #009688;
    font-weight: bold;
}
md-icon.md-controller-theme.checkin{
    color: #106CC8;
    font-weight: bold;
}

md-grid-tile-header figcaption,
md-grid-tile-footer figcaption {
    width:100%
}

ul.md-autocomplete-suggestions>li>i {
	padding: 5px;
	margin-top: 5px;
}

md-menu-item > *:not(a),
md-menu-item > *:not(button) {
	width: auto;
}
md-menu-item .fa {
	font-size: 1.25em;
    text-align: center;
}

/** INICIO Regras Safari **/
md-input-container {
	min-height: 30px;
}

md-autocomplete:not(.search-input) {
	min-height: 52px;
}
md-chips md-autocomplete:not([md-floating-label]):not(.search-input) {
	min-height: 0;
}

[layout] > div[layout] {
	min-height: 48px;
}
/** FIM Regras Safari **/

md-chips md-input-container,
md-chips md-autocomplete:not([md-floating-label]),
md-chips input {
	margin-top: 3px;
}
.autocomplete-small-container, .autocomplete-small-container li{
	min-height: 24px !important;
	min-width: 200px !important;
}
.autocomplete-medium-container, .autocomplete-medium-container li{
	min-height: 24px !important;
	min-width: 250px !important;
}
.autocomplete-large-container, .autocomplete-large-container li{
	min-height: 24px !important;
	min-width: 400px !important;
}
.autocomplete-2-lines li {
	border-bottom: 1px solid #ccc;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: normal;
}
.autocomplete-2-lines li:last-child {
	border-bottom-width: 0;
}
.autocomplete-2-lines .item-title,
.autocomplete-2-lines .item-subtitle {
	display: block;
	line-height: 1.5;
}
.autocomplete-2-lines .item-subtitle {
	font-size: 10px;
	height: auto;
}

md-select-header.select-header-search {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
	height: 48px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
}
md-select-header.select-header-search input[type=search] {
	border: none;
	outline: none;
	height: 100%;
	width: calc(100% - 10.667px);
	padding: 0 0 0 10.667px;
}
md-select-header.select-header-search md-content._md {
	max-height: 240px;
}

/********************         NAILA - AJUSTES APOS ATUALIZACAO DO MATERIAL ANGULAR            **************************/
md-input-container .md-errors-spacer{
	display: none !important;
}

md-autocomplete md-autocomplete-wrap md-input-container{
	padding: 2px !important;
}

md-autocomplete md-autocomplete-wrap .linha{
	display: block;
	padding: 2px;
}

md-input-container{
	margin: 12px 0px 6px 0px !important;
}

/* Copiando regra do angular      md-input-container > md-select */
md-input-container md-select {
	margin: 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}
md-input-container md-select[disabled] .md-select-value,
md-input-container md-select.ng-disabled .md-select-value,
md-input-container md-select.disabled .md-select-value  {
	padding-bottom: 2px;
}

md-tabs.md-dynamic-height md-tabs-content-wrapper{
	padding: 10px 0 0 0;
}

md-dialog md-dialog-content{
	padding: 10px 5px !important;
}
md-dialog md-dialog-content p,
md-dialog md-dialog-content li {
	text-align: justify;
}

.md-chips {
	padding: 0 0 0px 3px !important;
}

/*****CHIPS NA TELA DE RESERVA******/
.AUDITORIA{
	color: #e01b24 !important;
}
/*****FIM CHIPS NA TELA DE RESERVA******/

input[type=number]:disabled {
	-moz-appearance: textfield;
}

.md-chips input[type=number],
input[type=number].no-spinner {
	-moz-appearance: textfield;
	text-align: left;
}

.md-chips input[type=number]::-webkit-outer-spin-button,
.md-chips input[type=number]::-webkit-inner-spin-button,
input[type=number].no-spinner::-webkit-outer-spin-button,
input[type=number].no-spinner::-webkit-inner-spin-button {
	-webkit-appearance: none;
    margin: 0;
}

#abrir-os md-sidenav {
	/* Abaixo do backdrop da sidenav principal */
	z-index: 58;
}
#abrir-os md-sidenav md-icon {
	margin-right: 12px;
}

#abrir-os md-backdrop {
	z-index: 57;
}

md-sidenav md-list:first-child,
md-card > md-list {
	padding: 0;
}

.md-subheader .md-button {
	padding: 0;
	margin: 0;
	height: 24px;
	width: 24px;
	min-height: 24px;
	min-width: 24px;
}
.md-subheader .md-icon-button.md-raised:not([disabled]) {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.26);
}

label.label{
	font-size:12px;
	color:rgba(0,0,0,.6);
	line-height: 24px;
	margin-bottom: 2px;
}
div.show-text{
	border:0px none;
	flex:1 1 auto;
	color:rgba(0,0,0,.8);
	margin-bottom: 8px;
}
ul.plano, ul.plano ul {
	list-style-type: none;
	padding-inline-start: 18px;
}
ul.plano .md-button.md-flat {
	text-align: left;
}
/********************         MATHEUS - TO PRINT            **************************/
@media print {
	.no-print,.no-print * {
	 display: none;
	}

	.to-print{
	 min-width:100%;
	 display:flex !important;
	}

}

md-list md-content,
md-list .content,
md-list md-card-actions {
	padding: 16px;
}

md-list.protocolo-passos-list .protocolo-passo.passo-atual {
	border-width: 0;
}
md-list.protocolo-passos-list .protocolo-passo:not(.passo-atual) {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
md-list.protocolo-passos-list .protocolo-passo h5,
md-list.protocolo-passos-list .protocolo-passo h6 {
	margin: 12px 0 16px;
}

md-list.protocolo-passos-list .protocolo-passo .protocolo-tramites-list > h4 {
	margin-bottom: 0;
}
md-list.protocolo-passos-list .protocolo-passo .protocolo-tramites-list > h4 ~ md-input-container,
md-list.protocolo-passos-list .protocolo-passo .protocolo-tramites-list > .md-caption {
	margin-bottom: 12px;
}

/**/
.max-1-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: calc(1.2em*1);       /* fallback */
}

.max-2-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: calc(1.2em*2);       /* fallback */
}

.max-3-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: calc(1.2em*3);       /* fallback */
}

.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}
/************    CORRECAO SELECT    ***************/
md-select.md-controller-theme .md-select-value {
    overflow: hidden;
    width: 100%;
}

.msi-modal {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
}

.msi-modal.fade {
    z-index: -999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.msi-modal.fade.in {
	z-index: 999;
	visibility: visible;
	opacity: 1;
}

.msi-modal.fade.in > * {
	z-index: 998;
}

.msi-modal > md-card {
	border-radius: 4px;
	box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
}

/***********      HOTKEYS HELP      ***************/
.msi-hotkeys-help,
.msi-hotkeys-help td {
	cursor: default;
}

.msi-hotkeys-help > md-card > md-card-content {
	padding: 20px;
}

.msi-hotkeys-help table tr > td {
	padding-left: 10px;
	font-size: 1em;
}
.msi-hotkeys-help table tr > td,
.msi-hotkeys-help table tr:hover > td,
.msi-hotkeys-help table tr:active > td {
	background: transparent;
}

.msi-hotkeys-help table tr > td.msi-hotkeys-keys {
	padding: 4px;
	text-align: right;
}
.msi-hotkeys-help table tr > td.msi-hotkeys-keys > span {
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	padding: 8px 10px;
	font-size: 1em;
	text-transform: uppercase;
}

/********* PAINEL CONTABILIDADE ***************/
.item-component-ret{
	display: inline-block;
    border: 1px solid;
    height: 3px;
    width: 17px;
    text-align: center;
    font-weight: 900;
}

.item-component-circ{
	display: block;
    border: 1px solid;
    height: 10px;
    width: 10px;
    text-align: center;
    font-weight: 900;
    border-radius: 50%;
    margin: 0 auto;
}

msi-table td .item-progresso-painel {
    display: inline-block;
    border: 1px solid;
    height: 17px;
    width: 17px;
    text-align: center;
    font-weight: 900;
    border-radius: 50%;
}
msi-table td .item-progresso-painel:not(:last-child) {
	margin-right: 1px;
}
msi-table td .item-progresso-painel.auditado {
	background-color: #f4b400;
	border-color: #f4b400;
    color: #f09300;
}
msi-table td .item-progresso-painel.concluido {
	background-color: #1b9b62;
    color: #0b6e3e;
}
msi-table td .item-progresso-painel.pendente {
	background-color: #ff001f;
    border-color: #ff001f;
    color: #ba0900;
}

/************** CALENDARIO *****************/
md-card.month-events-summary-toggle-container.off {
    margin-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
md-card.month-events-summary-toggle-container.off + md-card.month-events-summary {
    margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.md-button.month-events-summary-toggle {
    margin: 0 2px;
    width: 25px;
    padding: 0;
    height: 25px;
}

mwl-calendar .cal-month-cell {
    padding: 10px;
}

ul.month-events {
    padding: 0;
}

ul.month-events ul,
ul.month-events .month-events-loader {
    padding-left: 40px;
}

* + ul.month-events {
    margin-top: 10px;
}

ul.month-events li {
    list-style: none;
}
ul.month-events li:not(:last-child) > ul {
    margin-bottom: 5px;
}

ul.month-events > li > .tree-switch {
    display: inline-block;
}

mwl-calendar .events-list {
    padding-bottom: 5px;
}

mwl-calendar .cal-month-cell-event,
ul.month-events .month-event-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
}
mwl-calendar .cal-month-cell-event {
    margin-top: 1px;
    margin-bottom: 1px;
}
mwl-calendar .cal-month-cell-event:not(:last-child) {
    margin-right: 4px;
}

md-tooltip .completed {
    font-style: italic;
}

mwl-calendar .completed {
    text-decoration: line-through;
    color: #888;
}

mwl-calendar .cal-month-day {
    padding: 2px 4px;
}

mwl-calendar .cal-month-cell:not(.cal-month-today),
mwl-calendar .cal-month-day:not(.cal-day-today) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

mwl-calendar .cal-day-past,
mwl-calendar .cal-day-outmonth {
    color: #aaa;
}
mwl-calendar .cal-day-past {
    background-color: #eee;
}
mwl-calendar .cal-day-outmonth {
    background-color: #e6e6e6;
}
mwl-calendar .cal-day-today {
    background-color: white;
}

.chip-cotacao md-autocomplete{
     min-width:425px !important;
}

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

.bi-resumo-financeiro p{
    font-size:20px ;
}
.bi-resumo-financeiro h3{
    font-size:24px ;
    width:100%;
    margin-top:4px;
    margin-bottom:4px;
}
.bi-resumo-financeiro>div>div{
    padding:0 8px;
}
.bi-resumo-financeiro p{
    padding:0px;
    margin:0px;
}

md-icon.red,
.bi-resumo-financeiro .red{
    color:#D32F2F !important;
}
md-icon.green,
.bi-resumo-financeiro .green{
    color:#558B2F !important;
}

md-input-container .hint {
    /* Position the hint */
/*     position: absolute; */
    left: 2px;
    right: auto;
    bottom: -18px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey;
}


.list-modelos-passos > md-card:first-of-type .ordering-arrows {
	padding-top: 18px;
}
.list-modelos-passos > md-card:last-of-type .ordering-arrows {
	padding-bottom: 18px;
}


.entrada_protocolo_arquivo_excluida md-card{
    filter:opacity(50%) grayscale(100%) brightness(110%);
}
.entrada_protocolo_arquivo_excluida::after {
    content:"delete";
    position: absolute;
    font-size:250px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-align:center;
    display:inline-block;
    color: rgba(0,0,0,0.5);
    margin-top: 70px;
}
.entrada_protocolo_endereco_excluida{
	display:block; overflow:hidden;position: relative;
}
.entrada_protocolo_endereco_excluida md-card{
    filter:opacity(50%) grayscale(100%) brightness(110%);
}
.entrada_protocolo_endereco_excluida::before {
    content:"delete";
    position: absolute;
    font-size:250px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-align:center;
    display:inline-block;
    color: rgba(0,0,0,0.5);
    z-index:1;
    width:100%;

}


/* INICIO nzTour */

nz-tour * {
	display: block;
}

nz-tour #nzTour-masks {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
}

nz-tour #nzTour-masks .mask {
	position: absolute;
}
nz-tour #nzTour-masks .mask.top,
nz-tour #nzTour-masks .mask.bottom {
	width: 100%;
}
nz-tour #nzTour-masks .mask.right,
nz-tour #nzTour-masks .mask.left {
	height: 100%;
}
nz-tour #nzTour-masks .mask.top {
	top: 0
}
nz-tour #nzTour-masks .mask.bottom {
	bottom: 0;
}
nz-tour #nzTour-masks .mask.right {
	right: 0;
}
nz-tour #nzTour-masks .mask.left {
	left: 0;
}

nz-tour #nzTour-box {
	padding: 12px;
	font-size: 14px;
}

nz-tour #nzTour-close {
	top: 4px;
	right: 4px;
	background: white;
	color: currentColor;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
}
nz-tour #nzTour-close:hover {
	background-color: white;
}

nz-tour #nzTour-content {
	padding: auto;
	border-bottom: none;
	margin-bottom: 8px;
}

nz-tour #nzTour-step {
	left: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
nz-tour #nzTour-length {
	left: 32px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

nz-tour #nzTour-step,
nz-tour #nzTour-length {
	bottom: 8px;
}

nz-tour #nzTour-actions {
	text-align: right;
	position: relative;
	height: auto;
	bottom: 8px;
	right: 8px;
	margin-bottom: 16px;
}

nz-tour #nzTour-actions button {
	display: inline-block;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	min-height: 36px;
	min-width: 88px;
	line-height: 36px;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-grid-row-align: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	padding: 0 6px;
	margin: 6px 8px;
	background: transparent;
	background-color: transparent;
	color: currentColor;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-style: inherit;
	font-variant: inherit;
	font-family: inherit;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
	transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}

nz-tour #nzTour-actions button:hover {
	background-color: #bebebe;
}
nz-tour #nzTour-actions button.success {
	background-color: #c3c3c3;
}
nz-tour #nzTour-actions button.success:hover {
	background-color: #a0a0a0;
}
/* FIM nzTour */

.transition-color{
	-webkit-transition: color 250ms; /* Safari */
    transition: color 250ms;
}
.cke_contents>textarea{
	overflow:auto;
}
.md-autocomplete-suggestions li span.not-found-display-block {
    display: block;
}
.absolute-input-small-text{
	font-size: 11px;
    z-index: 9;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    color: rgba(0,0,0,0.53);
    position: absolute;
    text-shadow: 1px 1px 2px white;
}
md-chips.small-text-chip>md-chips-wrap>div{
    margin-top: 7px;
}

.md-virtual-repeat-financeiro {
  height: 292px;
  width: 100%;
  border:1px solid rgba(0,0,0,0.4);
}

.md-virtual-repeat-financeiro .repeated-item {
  box-sizing: border-box;
  height: 52px;
}
@media (max-width: 599px) {
  .md-virtual-repeat-financeiro .repeated-item  {
    height: 162px;
    padding-top: 12px;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
   }
}

.small-row{
	min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
}
.small-row md-input-container{
    padding: 0px !important;
    margin: 0px !important; 
}
.small-row md-input-container label{
    padding: 0px !important;
    margin-bottom: -8px !important; 
}

[ng-currency] {
    text-align: right;
}

.column-checkbox{
	min-height: 20px;
    height: 20px;
}
