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

html, body {
	margin: 0;
	padding: 0;
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	background-color: #EAEAEA;
}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#statusloader {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

a {
	color: #1d79c6;
	font-weight: 700;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.menu{
	float: left;
}
.caixamenu{
	width:180px;
}

.circulo {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: solid;
	border-width: 2px;
	border-color: azure;
	border-radius: 50%;
	margin: 0 auto;
}
.highcharts-container{
	height:100% !important;
	width:100% !important;
}

.highcharts-root{
	font-family: "Open Sans", sans-serif !important;
}

#panel{
	margin-left: 180px;
}

.pagetitulo{
	background-color: #ffbe11;
	padding: 20px;
	font-size: 20px;
	color: #ffffff;
}

.listabotoes{
	padding: 5px  20px 0px 20px;
	/*text-align: center;*/
	display: table;
	/*margin: 0 auto;*/
	z-index: 10;
}

/* menu de cadastro de usuarios  */
#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 1001;
}


#primary_nav_wrap ul a
{
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:500;
	font-size:13px;
	line-height:32px;
	padding:0 15px;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:#1d79c6;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#1d79c6;
}

#primary_nav_wrap ul li:hover
{
	background:#1F56A1
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}






.botonholder{
	float: left;
	margin: 0px 7px;
	padding: 10px 0px;
}

/* botoes do panel azuis */
.botoespanel {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	background: #0068B3;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.botoespanel:hover {
	background: #3cb0fd;
	text-decoration: none;
}

.caixacadas{
	text-align: center;
	background-color: #F7F7F7;
	border: solid;
	border-color: #efefef;
	border-width: 1px;
}

.numerograndes{
	font-size: 30px;
	font-weight: 700;
	color: #3695D5;
}

.caixaunidadees{
	background-color: #ffffff;
}

.lineaunihome{
	text-align: center;
	padding: 5px !important;
	line-height: 21px;
}




.tortas{
	padding: 0px;
}
.modal {
	padding: 25px 30px;
	background: rgba(255,255,255,0.9);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
}
.modal a {
	color: #2da5da;
}


/* button pulse */
.pulse-button {

	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	box-shadow: 0 0 0 0 rgba(29, 121, 198, 0.7);
	border-radius: 50%;
	background-color: #1d79c6;
	background-size:cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover
{
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

/* CSS dos botoes para o usuÃƒÂ¡rio */
.dropbtn {
	border: none;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	padding: 0px;
}

.dropdown {
	position: relative;
	display: inline-block;
	text-align: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: -10px;
	margin-right: 13px;
	text-align: left;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
	display: block;
}

.menu_cadastro {
	position: relative;
	float: left;
	margin: 0;
	line-height: 120%;
	padding: 10px 15px !important;
	background: #1d79c6;
	color: #ffffff;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	width: 50% !important;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
	width: 80%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 35px;
	padding: 10px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 12px/23px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-color: #e5e5e5;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	margin-right: 81px;
}

.searchButton{
	position: relative;
	float: right;
	margin: 0;
	margin-right: 5px;
	line-height: 114%;
	padding: 10px 10px !important;
	background: #1d79c6;
	color: #ffffff;
	top: 45px;
	z-index: 1000;
	cursor: pointer;
	border: none;
}

button.dt-button, div.dt-button, a.dt-button {
	color: #fbfbfb !important;
	background-color: #1d78c6 !important;
	background-image: linear-gradient(to bottom, #1d78c6 0%, #1d78c6 100%) !important;
	border: none !important;
	padding: 8px 10px !important;
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif !important;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}

@media screen and (max-width: 1024px) {
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
		width: 41% !important;
	}
}

/* button pulse */
@media screen and (max-width: 900px) {
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
		width: 100% !important;
	}
	.searchButton{
		position: relative;
		float: right;
		margin: 0;
		margin-right: 5px;
		line-height: 120%;
		padding: 10px 10px !important;
		background: #1d79c6;
		color: #ffffff;
		top: 106px;
		z-index: 9999;
		cursor: pointer;
	}

	div.dt-buttons {
		width: 100% !important;
		text-align: center !important;
		font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif !important;
	}
}

@media screen and (max-width: 600px) {
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
		width: 100% !important;
	}
	.searchButton{
		position: relative;
		float: right;
		margin: 0;
		margin-right: 5px;
		line-height: 120%;
		padding: 7px 10px !important;
		background: #1d79c6;
		color: #ffffff;
		top: 86px;
		z-index: 9999;
		cursor: pointer;
		font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif !important;
	}

	.dataTables_wrapper .dataTables_filter input {
		width: 75%;
	}

	#panel {
		margin-left: 0px;
	}
	.menu{
		float: none;
	}
	.caixamenu{
		width:100%;
	}
	.pagetitulo {
		padding: 7px;
		font-size: 16px;
		text-align: center;
	}

	.botonholder {
		float: none;
		margin: 7px auto;
	}
	.caixacadas {
		padding: 7px 0px;
	}
	.caixaunidadees{
		max-width: 98% !important;
		flex-basis: 98% !important;
		width: 98%;
		font-size: 16px;
		padding: 0px 7px;
		border: none;
		margin: 0px 10px;

	}
	.tortas{
		width: 100%;
		padding: 0px;
		margin-top: 10px;
	}

}

.section-grid{
	display: none;
}