@font-face {
	font-family: rppsbrasil;
	src: url(Sansation_Bold.ttf);
}

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, .h {
	font-family: rppsbrasil;
}

.sidewall {
	background-color: #136320;
}

#working {
	transition: all .3s ease-in-out;
	position: fixed;
	top: -34px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 100000;
}

#working>span {
	font-family: rppsbrasil;
	font-size: 16px;
	padding: 8px 16px;
	background-color: #ffa;
	border: solid 2px #fa3;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 1px #aaa;
}

body.working #working {
	opacity: 1;
	top: 0;
}

label.faw-lock input {
	display: none;
}

label.faw-lock input+i.fa:before {
	content: "\f13e";
}

label.faw-lock input:checked+i.fa:before {
	content: "\f023";
}

section {
	break-inside: avoid;
}

.fullscreen {
	position: fixed;
	background-color: #fff;
	margin: 0;
	max-width: 100%; 
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	overflow: scroll;
}

.collapsed {
	display: none
}

.expand i.fa:before {
	content:"\f196";
}

.expand.open i.fa:before {
	content:"\f147";
}

input.negative {
	color: red;
}

.toolbar-actions {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#progress {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 0%;
	height: 2px;
	background: #b91f1f;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out,opacity 400ms linear;
	-ms-transition: width 500ms ease-out,opacity 400ms linear;
	-o-transition: width 500ms ease-out,opacity 400ms linear;
	-webkit-transition: width 500ms ease-out,opacity 400ms linear;
	transition: width 500ms ease-out,opacity 400ms linear
}

#progress.done {
	opacity: 0
}

#progress dd,#progress dt {
	position: absolute;
	top: 0;
	height: 2px;
	-moz-box-shadow: #b91f1f 1px 0 6px 1px;
	-ms-box-shadow: #b91f1f 1px 0 6px 1px;
	-webkit-box-shadow: #b91f1f 1px 0 6px 1px;
	box-shadow: #b91f1f 1px 0 6px 1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

#progress dd {
	opacity: 1;
	width: 20px;
	right: 0;
	clip: rect(-6px,22px,14px,10px)
}

#progress dt {
	opacity: 1;
	width: 180px;
	right: -80px;
	clip: rect(-6px,90px,14px,-6px)
}

@-moz-keyframes pulse {
	30% {
		opacity: 1
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-ms-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: .6
	}
}

@-o-keyframes pulse {
	30% {
		opacity: 1
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: .6
	}
}

@keyframes pulse {
	30% {
		opacity: 1
	}
	60% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

#progress.waiting dd,#progress.waiting dt {
	-moz-animation: pulse 2s ease-out 0s infinite;
	-ms-animation: pulse 2s ease-out 0s infinite;
	-o-animation: pulse 2s ease-out 0s infinite;
	-webkit-animation: pulse 2s ease-out 0s infinite;
	animation: pulse 2s ease-out 0s infinite
}