.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important
}

.ZebraDialog {
	width: 500px;
	z-index: 1001;
	border: 1px solid #DEDEDE; 
}
.ZebraDialogHide{
	display:none !important;
}
.ZebraDialog_pequeno{
/* 	width: 500px;
	z-index: 1001;
	border: 1px solid #DEDEDE;  */
}

.ZebraDialog_sem_titulo .ZebraDialog_Title{
  padding: 0;
}

.ZebraDialog_pequeno .ZebraDialog_Title{
	font-size: 12px !important;
}

.ZebraDialog_pequeno .ZebraDialog_Icone{
	font-size: 25px !important;
	width: 36px !important;
	height: 24px !important;
	padding: 20px !important;
	margin-top: 0px !important;
}

.ZebraDialog_pequeno .ZebraDialog_Body{
	padding-top: 15px !important;
/* 	height: 35px; */
	min-height: 20px;
	display: table;
}

.ZebraDialog_pequeno .ZebraDialog_Body div{
	display: table !important;
}

.ZebraDialog_pequeno a.ZebraDialog_Close{
	right: 3px !important;
	top: -3px !important;
	font-size: 15px !important;
	color: #999 !important;
}

.ZebraDialog_pequeno .ZebraDialog_BodyOuter{
	height: 65px;
	padding-top: 5px;
}

.ZebraDialog_pequeno .zebra_botao_sair{
	font-size: 10px !important;
	padding: 5px !important;
}

.ZebraDialog_pequeno .fa-spinner:before {
	content: "";
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
}

.ZebraDialog_Body table{
	float:left;
	font-size: 14px;
	width:100%;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {}

.ZebraDialog .ZebraDialog_Title {
	font-size: 16px;
	font-weight: bold;
	color: #428bca;
	background: #F0F0F0;
	padding: 12px 15px;
	vertical-align: middle;
	border-bottom: 1px solid #F0F0F0;
}


/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */

.ZebraDialog .ZebraDialog_BodyOuter {
	background: #FFF;
	display: flex;
	width: 100%;
}

.ZebraDialog .ZebraDialog_BodyOuter > .fa {
	color: #428bca;
	display: inline-block;
	font-size: 45px;
	padding: 25px 30px 20px 30px;
	text-align: center;
	text-shadow: 1px 2px #d9d9d9;
	width: 45px;
}

.ipt_editaveis_select,
.ipt_editaveis,
.ipt_editaveis_estilo,
.ipt_editaveis_estilo_select,
.ipt_editaveis_estilo_select_aux,
.ipt_editaveis_formato {
	height: 21px;
	font-family: monospace !important;
	font-size: 12px !important;
/* 	font-family: 'Dosis', monospace, sans-serif !important; */
/* 	font-size: 14px !important; */
	padding: 0px 3px;
	line-height: 1.5;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 100%;
}

.red {
	color: #bd362f !important;
}

.ZebraDialog .ZebraDialog_BodyOuter > .fa.fa-spinner {
	height: 62px;
	background: url('img/loading.gif') no-repeat center center;
}
.ZebraDialog .ZebraDialog_BodyOuter > .fa.fa-sad {
	height: 62px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 7px !important;
	background: url('/imagem/diversos/icones/emoji/11.png') no-repeat center center;
}

.ZebraDialog_Sad{
/* 	height: 80px; */
	padding-top: 20px !important;
}

.ZebraDialog .ZebraDialog_Body {
	color: #44484A;
	padding: 30px 30px 20px 0;
	width: 100%;
}

.ZebraDialog .ZebraDialog_Body #formLoginGet input {
	padding: 5px;
	font-size: 12px;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
	background: #FFF;
	padding: 10px 2px 10px 10px;
}

.zebra_login > .ZebraDialog_ButtonsOuter{
	padding: 10px 8%;
}

.ZebraDialog_Body span.msgInputHeader {
	/*     font-weight: bold; */
}

.ZebraDialog_Body textarea,
.ZebraDialog_Body input[type='text'],
.ZebraDialog_Body input[type='password'] {
	padding: 2px;
	font-size:10px;
	margin:2px;
	border: 1px solid #DFDFDF;
	color: #2f2f2f;
	width: 95%;
	left: 15%;
	touch-action: activeborder;
	resize: vertical;
	margin-left: 0;
}

.ZebraDialog_Body textarea[readonly],
.ZebraDialog_Body input[type='text'][readonly]{
	background-color: #ebebe4;
}

.ZebraDialog_Body select[readonly] {
  background: #ebebe4; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}

.ZebraDialog .ZebraDialog_Buttons:after {
	clear: both
}

.ZebraDialog .ZebraDialog_Buttons {
	*zoom: 1
}


/* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
	font-weight: bold;
	color: #FFF;
	padding: 10px 15px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
	background: #224467;
	color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
	position: absolute;
	right: 6px;
	top: 0px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #444
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
	color: #888;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
	color: #000;
}

.ZebraDialogOverlay {
	background: #666;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.janelaAlterarSenhaForm {
	margin-left: 35%;
	top: 120px;
}

.ZebraDialog label{
	font-weight: normal;
}
.ZebraDialog select{
	    background-color: #fff;
    border: 1px solid #ddd;
    margin: 2px 2px 2px 0;
}
/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/

.ZebraDialog .ZebraDialog_Body {
	overflow: auto;
}

.ZebraDialog .ZebraDialog_Icon {
	background-repeat: no-repeat;
	background-position: 30px 40px;
	/*     padding-left: 124px; */
	width: 100%;
	min-height: 64px;
	_height: 64px;
}

.confirmation .ZebraDialog_Icone{
	color:yellowgreen !important;
}
.error .ZebraDialog_Icone{
	color:orangered !important;
}
.whatsapp .ZebraDialog_BodyOuter .fa-whatsapp{
	color: green !important;
}

/* .ZebraDialog .ZebraDialog_Confirmation  { background-image: url('img/confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('img/error.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('img/information.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('img/question.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('img/warning.png') }
.ZebraDialog .ZebraDialog_Loading       { background-image: url('img/loading.gif') } */

.ZebraDialog .ZebraDialog_Buttons a {
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
	min-width: 60px;
	float: right;
	_width: 60px;
	background: #428bca;
	border-radius: 4px;
	outline:none;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
	zoom: 1;
	*display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
	height: 32px;
	background: url('preloader.gif') no-repeat center center;
}

#capslockon{
	color: red;
	padding: 0 0 0 5px;
	font-size: 10px;
}

/* Customizado */

#caixa_resposta_zebra {
/* 	float: left;
	width: 100%; */
	font-weight: bold;
	text-align: center;
	background-color: #F0F0F0;
	padding: 3px 0;
	margin: 0 0 10px 0;
	display: none;
	color: #428bca;
}

.zebra_aguarde,
.zebra_atencao,
.zebra_sucesso,
.zebra_erro {
	display: block !important;
}

.zebra_atencao {
	color: #ce7c36 !important;
	background-color: #ffead3 !important;
}

.zebra_sucesso {
	color: #0b9c17 !important;
	background-color: #d3ffde !important;
}

.zebra_erro {
	color: #c54949 !important;
	background-color: #ffd3d3 !important;
}

.zebra_aguarde {
	color: #888;
}

.zebra_botao_sair {
	background-color: #ce7c36 !important;
}

.zebra_botao_importante {
	background-color: #c54949 !important;
}

.zebra_botao_salvar {
	background-color: #0b9c17 !important;
}

#caixa_resposta_zebra> .fa {
	font-size: 14px;
	display: initial;
	padding: 0;
	color: inherit;
	text-shadow: none;
}

.zebra_continuar {
	display: none !important;
	padding: 13px 10px !important;
	/*     min-width: 45px !important; */
	height: 13px !important;
	line-height: 15px !important;
}

.zebra_continuar.zebra_show {
	display: inline-block !important;
	background-color:#d9d9d9 !important;
	color:#428bca !important;
}

.zebra_botao_azul{
  background-color:#428bca;
}

.ZebraDialog.ui-draggable> .ZebraDialog_Title,
.ZebraDialog.ui-draggable> .ZebraDialog_BodyOuter,
.ZebraDialog.ui-draggable> .ZebraDialog_ButtonsOuter {
	cursor: move;
}

.ZebraDialog.ui-draggable> .ZebraDialog_BodyOuter> .ZebraDialog_Body {
	cursor: initial;
}
.botao_invalido, .botao_invalido_fix{
	background-color: #888  !important;
	cursor: not-allowed;
	pointer-events:none;
}
.input_zebra_red{
	outline-color: red !important;
	border-color: red !important;
}
.botao_salvar_baixar_nfse{
	background-color: #dfc545 !important;
}

.campo_adicionar{
	    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
	font-size: 12px;
}
input.campo_adicionar{
	margin-left: 0 !important;
}
textarea.campo_adicionar{
	resize: vertical;
}
select.campo_adicionar{
	    width: 82%;
    background-color: #fff;
    margin: 2px 0;
}
.botaoCinza{
	background-color:grey !important;
}
.alDireita{
	text-align:right;
	padding-right:10px;
	width:20%;
}

/* RESPONSIVE ------------*/

@media only screen and (max-width:982px) {
	.janelaAlterarSenhaForm {
		margin-left: inherit;
		top: 50px;
	}
	.ZebraDialog {
		width: 96% !important;
		left: 2% !important;
	}
	.ZebraDialog_Title {
		font-size: 25px !important;
	}
	.ZebraDialog_Body,
	.ZebraDialog_ButtonsOuter {
		font-size: 20px !important;
	}
	.zebra_login > .ZebraDialog, .zebra_login > .ZebraDialog_Buttons a{
		font-size: 1rem;
    padding: 0.6rem;
	}
	.ZebraDialog .ZebraDialog_Buttons a {
		font-size: 15px;
    padding: 10px;
	}
	.ZebraDialog .ZebraDialog_BodyOuter > .fa {
		font-size: 50px;
		width: 50px;
	}
	.ZebraDialog .ZebraDialog_Body #formLoginGet input {
		padding: 10px;
		font-size: 15px;
	}
	.ZebraDialog a.ZebraDialog_Close {
		font-size: 30px;
	}
	.ZebraDialog .ZebraDialog_BodyOuter > .fa.fa-spinner {
		height: 124px;
		background: url('img/loading124.gif') no-repeat center center;
	}
}

@media only screen and (max-width:768px) {
	
	.zebra_login .ZebraDialog_Buttons a{
		font-size: 1rem;
    padding: 0.6rem;
	}
	
	.zebra_login .ZebraDialog_Body, .zebra_login .ZebraDialog_ButtonsOuter{
		font-size: 1rem !important;
	}
	
	.zebra_login .ZebraDialog_BodyOuter > .fa{
		font-size: 2.5rem;
	}
	
	.zebra_login .ZebraDialog_ButtonsOuter{
		padding: 10px 8.6%;
	}
	
	.zebra_login .ZebraDialog_Title{
		font-size: 1.3rem !important;
	}
	
	.ZebraDialog .ZebraDialog_BodyOuter > .fa.fa-spinner{
		height: 75px;
		background: url(img/loading.gif) no-repeat center center;
	}
  
/*   .ZebraDialog_pequeno .ZebraDialog_BodyOuter > .fa.fa-spinner{
    margin-top: 18px;
    background-size: 5rem;
    padding: 55px !important;
  }
  
  .ZebraDialog_pequeno .ZebraDialog_BodyOuter > .ZebraDialog_Body{
    font-size: 2rem !important;
  } */
	
}

@media only screen and (max-width:425px) {
	
	.ZebraDialog .box_btn_aviso {
		font-size: 10px !important;
	}
	
	.zebra_login > .ZebraDialog .ZebraDialog_ButtonsOuter{
		padding: 10px 7.5%;
	}
  
  .ZebraDialog .ZebraDialog_Buttons a {
		font-size: 10px;
    padding: 6px;
	}
  
  .ZebraDialog_Body, .ZebraDialog_ButtonsOuter{
    font-size: 15px !important;
  }
	
/* 	.zebra_login_loading > .ZebraDialog_Title{
		font-size: 2.3rem !important;
	}
	
	.zebra_login_loading > .ZebraDialog_Title > .ZebraDialog_Close, .zebra_login_loading p{
		font-size: 2.5rem !important;
	}
	
	.zebra_login_loading .ZebraDialog_Icone{
		margin-top: 18px;margin-left: 30px;
	} */
	
/* 	.zebra_login_loading > .ZebraDialog_BodyOuter > .ZebraDialog_Icone{
		margin-left: 30px;
	} */
	
}

.ZebraDialog_Icone.hide-icon{
	font-size:0px !important;
}

.ZebraDialog_Confirmation, .ZebraDialog_Loading{
	min-height:inherit !important;
	padding-top: 35px !important;
/* 	font-size:12px !important; */
}

.bloco_zebra_esquerda{
  display: inline-block; 
  width: 60%; 
}
/* @media only screen and (max-width:1024px) and (max-height:1366px) {
	.janelaAlterarSenhaForm {
		margin-left: inherit;
		top: 50px;
	}
	.ZebraDialog {
		width: 96% !important;
		left: 2% !important;
	}
	.ZebraDialog_Title {
		font-size: 25px !important;
	}
	.ZebraDialog_Body,
	.ZebraDialog_ButtonsOuter {
		font-size: 20px !important;
	}
	.ZebraDialog .ZebraDialog_Buttons a {
		font-size: 25px;
		padding: 20px;
	}
	.ZebraDialog .ZebraDialog_BodyOuter > .fa {
		font-size: 50px;
		width: 50px;
	}
	.ZebraDialog .ZebraDialog_Body #formLoginGet input {
		padding: 10px;
		font-size: 15px;
	}
	.ZebraDialog a.ZebraDialog_Close {
		font-size: 30px;
	}
	.ZebraDialog .ZebraDialog_BodyOuter > .fa.fa-spinner {
		height: 124px;
		background: url('img/loading124.gif') no-repeat center center;
	}
} */