@CHARSET "ISO-8859-1";

/* MENSAGEM DIALAGO */
input {
	font-size: 8pt;
	color: #42426F;
}

#purr-container {
	line-height: 1.4em;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}

.notice {
	position: relative;
	width: 350px;
	right: 5px;
	top: 5px;
}

.notice .close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	background: url(../img/purrClose.png) no-repeat 0 5px;
}

.notice-body {
	min-height: 50px;
	padding: 22px 22px 0 22px;
	background: url(../img/purrTop.png) no-repeat left top;
	color: #f9f9f9;
}

.notice-bodyQuestion {
    font-size: 14px !important;
    height: 490px !important;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    transition: all .2s ease-in;
    color: white;
    background: #2c1414;
    padding: 22px 22px 10px 22px;
}

.notice-bodyInformation {
	min-height: 50px;
	padding: 22px 22px 22px 22px;
	background: #00aeed;
	color: white;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	transition: all .2s ease-in;
}

.notice-bodyError {
	min-height: 50px;
	padding: 22px 22px 10px 22px;
	background: #cd021a;
	color: white;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	transition: all .2s ease-in;
}

.notice-bodyWarning {
	min-height: 50px;
	padding: 22px 22px 10px 22px;
	background: #f38629;
	color: white;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	transition: all .2s ease-in;
}

.notice-body img, .notice-bodyError img, .notice-bodyWarning img,
	.notice-bodyInformation img, .notice-bodyQuestion img {
	width: 50px;
	margin: 0 10px 0 0;
	float: left;
}

.notice img.seta {
	width: 16px;
	height: 16px;
}

.notice-body h3, .notice-bodyError h3, .notice-bodyWarning h3,
	.notice-bodyInformation h3, .notice-bodyQuestion h3 {
	margin: 0;
	font-size: 13pt;
	font-weight: bold !important;
}

.notice-body p, .notice-bodyError p, .notice-bodyWarning p,
	.notice-bodyInformation p, .notice-bodyQuestion p {
	margin: 5px 0 0 60px;
	font-size: 11pt;
}

img.inputvalue {
	height: 32px;
	width: 32px;
}

.notice-bottom {
	height: 22px;
	background: url(../img/purrBottom.png) no-repeat left top;
}

input.botaosim {
	position: relative;
	bottom: 45px;
	left: 80px;
	width: 70px;
	height: 28px;
	/* border: none; */
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
	font-size: 11pt;
	font-weight: bold;
}

input.botaosim:hover {
	background: #f38629;
	border-color: #b85106;
	box-shadow: inset 0 1px 0 #fab161;
}

input.botaonao {
	position: relative;
	bottom: 45px;
	left: 120px;
	width: 70px;
	height: 28px;
	border: none;
	border: none;
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
	font-size: 11pt;
	font-weight: bold;
}

input.botaonao:hover {
	background: #f38629;
	border-color: #b85106;
	box-shadow: inset 0 1px 0 #fab161;
}

input.botaosimcolor {
	position: relative;
	bottom: 35px;
	left: 80px;
	width: 70px;
	height: 28px;
	border: none;
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
	font-size: 11pt;
	font-weight: bold;
}

input.botaonaocolor {
	position: relative;
	bottom: 35px;
	left: 120px;
	width: 70px;
	height: 28px;
	border: none;
	border: none;
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
	font-size: 11pt;
	font-weight: bold;
}

input.botaosimcolororange {
    position: relative;
    bottom: 35px;
    left: 80px;
    width: 70px;
    height: 28px;
    border: none;
    margin-right: 2px;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
    touch-action: manipulation;
    transition: all .2s ease-in;
    color: #f2f2f2;
    font-size: 11pt;
    font-weight: bold;
    background: #f38629;
    border-color: #b85106;
    box-shadow: inset 0 1px 0 #fab161;
    
}

input.botaonaocolororange {
    position: relative;
    bottom: 35px;
    left: 120px;
    width: 70px;
    height: 28px;
    border: none;
    border: none;
    margin-right: 2px;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
    touch-action: manipulation;
    transition: all .2s ease-in;
    color: #f2f2f2;
    font-size: 11pt;
    font-weight: bold;
    background: #f38629;
    border-color: #b85106;
    box-shadow: inset 0 1px 0 #fab161;
}


input.botaook:hover {
	background: #f38629;
	border-color: #b85106;
	box-shadow: inset 0 1px 0 #fab161;
}

input.botaosimcolor:hover {
	background: #f38629;
	border-color: #b85106;
	box-shadow: inset 0 1px 0 #fab161;
}

input.botaonaocolor:hover {
	background: #f38629;
	border-color: #b85106;
	box-shadow: inset 0 1px 0 #fab161;
}

/*input.botaonaocolor {
	position: relative;
	bottom: 30px;
	left: 120px;
	width: 70px;
	height: 28px;
	border: none;
	background: transparent url(../img/botao_naocolor.png) no-repeat 1px 1px;
}*/
input.botaook {
	position: relative;
	bottom: 35px;
	left: 140px;
	width: 70px;
	height: 28px;
	border: none;
	border: none;
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
	font-size: 11pt;
	font-weight: bold;
}

input#inputvalue {
	margin-top: 10px;
	width: 95%;
	margin-left: 10px;
}

input.botaovariavel {
	position: relative;
	bottom: 30px;
	left: 30px;
	width: 100px;
	height: 30px;
	border: none;
	background: transparent url(../img/botao_variavel.png) no-repeat 1px 1px;
}

input.botaosimples {
	position: relative;
	bottom: 30px;
	left: 30px;
	width: 100px;
	height: 30px;
	border: none;
	background: transparent url(../img/botao_simples.png) no-repeat 1px 1px;
}

input.botaomei {
	position: relative;
	bottom: 30px;
	left: 30px;
	width: 100px;
	height: 30px;
	border: none;
	background: transparent url(../img/botao_mei.png) no-repeat 1px 1px;
}

input.btnL {
	top: 10px;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	bottom: 45px;
	left: 60px;
	height: 30px;
	width: 200px;
	border: none;
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
}

input.btnL2 {
	top: 10px;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	bottom: 45px;
	height: 30px;
	width: 120px;
	border: none;
	margin-right: 2px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	touch-action: manipulation;
	transition: all .2s ease-in;
	color: #f2f2f2;
	background: #377fbc;
	border-color: #0d6db2;
	box-shadow: inset 0 1px 0 #6eb0df;
}


input.btnL:hover {
	background: #f38629;
	border-color: #b85106;
	box-shadow: inset 0 1px 0 #fab161;
}
