@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600,300italic,300,400italic,800,700);

html,
body {
	height: 100vh;
	min-width: 300px;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: transparent;
	font-family: 'Open Sans', sans-serif, Helvetica, FontAwesome;
	overflow-x: hidden;
	line-height: 18px;
}

*[hidden] {
	display: none;
}

div.clear {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left,
.right {
	display: inline;
}

hr {
	border-width: 0px;
	height: 1px;
	border-top: 1px solid #b9b9b9;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #428bca;
	outline: none;
	background: transparent;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #3279b2;
}

a:active,
a:hover {
	outline: none;
}

p {
	margin-bottom: 18px;
}

img {
	border: 0px;
	vertical-align: bottom;
}

ul {
	margin: 15px;
	margin-left: 35px;
}

li {
	vertical-align: bottom;
}

ul.clear,
ul.inline {
	list-style-type: none;
	margin: 0px;
}

ul.clear li,
ul.inline li {
	list-style: none;
	list-style-type: none;
	vertical-align: bottom;
}

ul.inline li {
	display: inline;
}

ul.inline li div {
	float: left;
	display: inline;
}

span.bold {
	font-weight: bold;
}

span.break {
	display: inline-table;
}

/* efeitos de caixas */
.box-shadow {
	/* -webkit-box-shadow: 1px 1px 2px 0px rgba(201, 201, 201, 0.7);
	-moz-box-shadow:    1px 1px 2px 0px rgba(201, 201, 201, 0.7);
	box-shadow:         1px 1px 2px 0px rgba(201, 201, 201, 0.7); */

	-webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.3);

	background: #ffffff;
	padding: 0px;
	margin-bottom: 2px;
}

.round-all {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.round-top {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.round-bot {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.rotate90 {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.border-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #5cb85c;
	line-height: 160px;
	width: 160px;
	height: 160px;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 100px;
}

.padd-20 {
	padding: 20px;
}

img.circle-image {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

span.highlight {
	font-weight: bold;
	text-decoration: underline;
}

/* reseta fieldset */
legend {
	padding: 0;
	display: table;
}

fieldset {
	border: 0;
	padding: 0.01em 0 0 0;
	margin: 0;
	min-width: 0;
}

.uk-button-extralarge {
	font-size: 28px;
	padding: 15px 25px;
}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}

.counter {
	position: absolute;
	top: -3px;
	right: -3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fa3e3e;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	min-width: 15px;
	text-align: center;
	font-family: Arial;
	padding: 0 2px;
}

/* estrutura principal */
#main,
#mainBox {
	background: #ffffff;
	height: 100%;
}

#mainBox {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;

	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;

	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
}

#header {
	width: 100%;
	height: 60px;
	background: #4e5260;
	color: #ffffff;
}

#headerBox,
#contentBox {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;

	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
}

#content {
	width: 100%;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	height: calc(100% - 60px);
}

#contentBox {
	height: 100%;
	width: 100%;
}

#centerBox {
	background: #e9ebee;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	width: 100%;
	overflow: auto;
	/* padding: 20px 20px 20px 45px; */
	padding: 20px;
}

/* fim estrutura inicial */

/* header */
.textbold {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.textslim {
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#icones {
	/* flex-grow: 1;
	-webkit-flex-grow: 1; */
	width: 100%;
	text-align: center;
}

#icones i {
	cursor: pointer;
}

#icones .uk-vertical-align {
	height: 60px;
}

#logo {
	width: 270px;
	min-width: 270px;
	/* height: 65px; */
	background: #000000;
	cursor: pointer;
}

#logo img {
	margin: 0px 45px 0px 20px;
	width: 160px;
	/* margin-left: 20px;
	margin-right: 45px; */
}

#logo i {
	/* margin: 0px 10px 0px 0px; */
	color: #ffffff;
}

/* fim header*/

/* menu */
#menuBox {
	background: #435b91;
	position: relative;
	width: 270px;
	min-width: 270px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	min-height: 100%;
	bottom: 0;
	/* height: 100%;
	overflow: hidden; */
}

#menuBox ul {
	padding: 0px;
	margin: 0px;
}

#menuBox ul.menu li {
	padding: 10px 0;
	color: #ffffff;
}

#menuBox ul.menu li i {
	margin: 0 10px;
	padding: 10px 0;
	color: #98afe0;
}

#menuBox ul.menu li span.title {
	font-size: 17px;
	line-height: 26px;
	vertical-align: bottom;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

#menuBox ul.menu li span.subtitle {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#menuBox ul.menu li:hover {
	/* background: #8cc63f; */
	background: #576ea3;
	cursor: pointer;
}

#menuBox ul.menu li:hover i,
#menuBox ul.menu li:hover span.subtitle {
	color: #ffffff;
}

#menuBox div#subBox {
	background: #354978;
	right: 0;
	left: 54px;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	/* min-height: 100%; */
	min-height: 550px;
	/* height: inherit; */
	display: none;
	padding: 10px 0;
}

#menuBox div#subBox ul {
	display: none;
	margin: 0;
	padding: 0;
}

#menuBox div#subBox ul li {
	padding: 10px 15px;
	color: #ffffff;
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	list-style: none;
	list-style-type: none;
	text-transform: uppercase;
}

#menuBox div#subBox ul li.title {
	color: #ffffff;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #b7cbf7;
	padding: 10px 0;
	margin: 0 10px 20px 10px;

}

#menuBox div#subBox ul li.title:after {
	font-family: FontAwesome;
	content: "\f0d9";
	display: block;
	top: 20px;
	right: 10px;
	position: absolute;
	font-size: 18px;
	line-height: 20px;
}

#menuBox div#subBox ul li:hover {
	background: #5b6e94;
	cursor: pointer;
}

#menuBox div#subBox ul li.active {
	background: #5b6e94;
}

#menuBox div#subBox ul li.title:hover {
	background: transparent;
}

/* fim menu */

/* alinhamento do "aguarde..." do Ajax */
#messageZone {
	top: calc(50% - 30px);
	left: calc(50% - 76px);
}

.pagetitle {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 20px 0;
	color: #213668;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 22px;
}

.pagetitleborder {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 0;
	margin: 0 0 30px 0;
}

/* ajustes do UIKit */
.uk-tab {
	margin: 0 0 30px 0;
}

.uk-chart,
.uk-info {
	height: 400px;
	background: #ffffff;
}

.uk-info {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
}

.uk-input-group {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
}

.uk-input-group-large {
	width: calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	width: -moz-calc(100% - 55px);
}

.uk-button-group .uk-button-min {
	width: 40px;
	min-width: 40px !important;
}

.uk-button-group .uk-button-max {
	width: 55px;
	min-width: 55px !important;
}

.uk-button-group select,
.uk-button-group input[type="text"] {
	font-size: 14px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.uk-button-extralarge {
	font-size: 28px;
	padding: 15px 25px;
}

.uk-tab li.uk-active a {
	cursor: default;
}

/* fim ajustes do UIKit */

.uk-noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.uk-input-group-number {
	width: calc(100% - 72px);
	width: -webkit-calc(100% - 72px);
	width: -moz-calc(100% - 72px);
}

.input-number {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome and Opera */
}

.input-number a {
	font-size: 20px;
	line-height: 23px;
	width: 36px;
}

.input-number a:last-child {
	line-height: 26px;
}

.input-number div {
	padding: 0;
	/* max-width: 50px */
	;
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
}

.input-number div input[type=text] {
	border: none;
	background: transparent;
	min-width: 40px;
}

#goHome,
#goOut {
	display: none;
}

#ukHelp>div.uk-offcanvas-bar {
	padding: 20px;
	color: #ffffff;
}

#ukHelp>div.uk-offcanvas-bar h3 {
	color: #ffffff;
	text-decoration: underline;
}

.boxCanvas {
	background: #ffffff;
	padding: 15px;
}

canvas {
	background: #ffffff;
	width: 100%;
	max-height: 300px;
	/*padding: 15px;*/
}

/* 960|1024|1152 pixels - Tablets em formato paisagem e monitores antigos */
@media only screen and (min-width: 960px) and (max-width: 1279px) {}

/* 768|800 pixels - Tablets em formato retrato */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menuBox {
		position: absolute;
		top: 0;
		bottom: 0;
		display: none;
	}

	#content {
		flex-grow: 0;
		position: absolute;
		top: 60px;
		bottom: 0px;
	}

	.uk-chart,
	.uk-info {
		height: 300px;
	}
}

/* 540 pixels - Smartphones em formato paisagem */
@media only screen and (min-width: 540px) and (max-width: 767px) {
	#menuBox {
		position: absolute;
		top: 0;
		bottom: 0;
		display: none;
	}

	#content {
		flex-grow: 0;
		position: absolute;
		top: 60px;
		bottom: 0px;
	}

	.uk-chart,
	.uk-info {
		height: 300px;
	}
}

/* 320 pixels - Smartphones em formato retrato */
@media only screen and (max-width: 539px) {
	#menuBox {
		position: absolute;
		top: 0;
		bottom: 0;
		display: none;
	}

	#content {
		flex-grow: 0;
		position: absolute;
		top: 60px;
		bottom: 0px;
		height: calc(100% - 60px);
	}

	.uk-chart,
	.uk-info {
		height: 250px;
	}

	#header,
	#headerBox {
		display: block;
		height: 60px;
	}

	#logo {
		width: 100%;
		display: block;
	}

	#icones {
		/* flex-grow: 0;
		-webkit-flex-grow: 0; */
		width: 100%;
		/* display: inline-table; */
		display: none;
	}

	#logo i {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	#logo img {
		margin: 12px 15px 13px 20px;
	}

	#goHome,
	#goOut {
		display: block;
	}
}

.uk-modal-dialog-large {
	width: 85% !important;
}