﻿@font-face {
  font-family: 'BloggerSans';
  src: url('../Images/fonts/bloggersans/BloggerSans.eot?#iefix') format('embedded-opentype'),
	  url('../Images/fonts/bloggersans/BloggerSans.otf')  format('opentype'),
	  url('../Images/fonts/bloggersans/BloggerSans.woff') format('woff'),
	  url('../Images/fonts/bloggersans/BloggerSans.ttf')  format('truetype'),
	  url('../Images/fonts/bloggersans/BloggerSans.svg#BloggerSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'blogger_sansbold';
	src: url('../Images/fonts/blogger/blogger_sans-bold-webfont.eot');
	src: url('../Images/fonts/blogger/blogger_sans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../Images/fonts/blogger/blogger_sans-bold-webfont.woff') format('woff'),
		 url('../Images/fonts/blogger/blogger_sans-bold-webfont.ttf') format('truetype'),
		 url('../Images/fonts/blogger/blogger_sans-bold-webfont.svg#blogger_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../Images/fonts/gotham/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
	  url('../Images/fonts/gotham/GothamRounded-Bold.otf')  format('opentype'),
	  url('../Images/fonts/gotham/GothamRounded-Bold.woff') format('woff'),
	  url('../Images/fonts/gotham/GothamRounded-Bold.ttf')  format('truetype'),
	  url('../Images/fonts/gotham/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
  font-weight: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../Images/fonts/open/opensans-regular_0-webfont.eot');
	src: url('../Images/fonts/open/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../Images/fonts/open/opensans-regular_0-webfont.woff') format('woff'),
		 url('../Images/fonts/open/opensans-regular_0-webfont.ttf') format('truetype'),
		 url('../Images/fonts/open/opensans-regular_0-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

html {
	margin: 0;
	padding: 0;
}

body {
	/*background-color: #fff;
	border-top: solid 10px #000;*/
	color: #333;
	font-size: .85em;
	font-family: 'open_sansregular', Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
html, body {
	position:relative;
	height:100%;
	margin-bottom:-21px;}
a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

a:link,
	a:visited,
	a:active,
	a:hover {
		color: #333;
	}

a:hover {
		/*background-color: #c7d1d6;*/
	}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

h5 a:link,
	h5 a:visited,
	h5 a:active {
		padding: 0;
		text-decoration: none;
}


/* main layout
----------------------------------------------------------*/


#body {
	/*background-color: #efeeef;
	clear: both;*/
	/*padding-top:10PX;*/
	/* padding-bottom: 10px !important; */
}


footer {
	/*clear: both;
	background-color: #e2e2e2;
	font-size: .8em;
	height: 100px;*/
}




/* login
----------------------------------------------------------
#login {
	display: block;
	font-size: .85em;
	margin: 0 0 10px;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

	#login a.username {
		background: none;
		margin: 0;
		padding: 0;
		text-decoration: underline;
	}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}

	*/
/* menu
----------------------------------------------------------*/
/*papaya*/

/*icones*/
.icone > a{
	/* text-indent:-9999px; */
	height:40px;width:30px;
	display:block;
}
/*  mgd 2016.10.06 */
.icone.debug-fix > a{
	background:url(../Images/debug-fix.png) center no-repeat;
}
.icone.icone-1 > a{
	background:url(../Images/menu-ico-1.png) center no-repeat;
}
.icone.icone-2 > a{
	background:url(../Images/menu-ico-2.png) center no-repeat;
	background-size: 15px;
	/* background-color: rgb(3, 54, 61); */
	/* background-color: #ccc; */
    height: 29px;
    width: 25px;
    border-radius: 20px;
	margin-top: 3px;
	box-sizing: unset;
}
.icone.icone-3 > a{
	background:url(../Images/menu-ico-3.png) center no-repeat;
	background-size: 15px;
	/* background-color: rgb(3, 54, 61); */
	/* background-color: #ccc; */
    height: 29px;
    width: 25px;
    border-radius: 20px;
	margin-top: 3px;
	box-sizing: unset;
}

.icone.icone-4 > a{
	background:url(../Images/menu-ico-4.png) center no-repeat;
}
.icone.icone-4.alert-on > a{
	background:url(../Images/menu-ico-4-on.png) center no-repeat;
}

/*icones*/

/* jr 19/04/16 teste de accordion */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	/* padding: 18px; */
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
	background-color: #f5f5f5;
}

div.accordion_panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

div.accordion_panel.show {
	opacity: 1;
	max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

button.accordion:before {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	float: right;
	background-color: #ccc; /*#26373f;*/ /* #246f38; */
	width: 35px;
	height: 25px;
	border-radius: 0 4px 0px 0;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

button.accordion.active:before {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* jr 19/04/16 teste de accordion */




#menu {
	padding:0px;
	margin:0px;
}
#menu li {
	display:inline-block;
	list-style:none;
	position:relative;
}

/*menu-alerta*/
.alert-count {
	font-size:10px;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	color:#f00 !important;
	background:#fff;
	display:block;
	height:15px;
	width:15px;
	position:absolute;
	top:2px;
	right:2px;
	padding:0px;
	border-radius:100%;
}
.alert-msg {
	position:absolute;
	display:none;
	background:#f89a1c;
	padding:10px 15px;
	min-width:120px;
	right:0px
}

.alert-msg p,.alert-msg a {
	color:#fff;
	font-size:12px;
	margin:0px;
	padding:2px 0px 2px 20px;
	word-break:keep-all;
	display:block;
	border-bottom:solid 1px #fff;
	cursor:pointer;
	background:url(../Images/alert-ico.png) left center no-repeat;
}

.alert-msg p:last-child, .alert-msg a:last-child {
	border:none;
}

.alert-msg p:hover, .alert-msg a:hover {
	opacity:0.6;
}

.alert-on:hover .alert-msg {
display:block;
}

/*menu-alerta*/




.brand-copy {
	color:#fff;
	position:absolute;
	top:15px;
	padding:0px;
	margin:0px;
}

/*internal-pages*/
#page {
	position:relative;
	min-height:100%;
}
#body {
	width: 100%;
	height:100%;
	margin:0;
	/*padding-bottom:51px;*/
}
#body .content-wrapper {
	max-width:none;
	position:relative;
	min-height:200px;
	padding-top:0px;
}
	#body .content-wrapper > .main {
	}


.title h1,.title h2 {
	font-size:40px;
	color:#26373f;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	font-family:'GothamRounded-Bold';
}
.title h2 {
	font-size:30px;
}
article * {
	color:#949495;
	font-size:14px;
}
/*titulos*/

/*banners*/
.clear {
	clear:both;
	display:block;
}
.painel-page #body{
	background:url(../Images/bg.png) no-repeat bottom center;
	background-size: contain;
}
.float-blocks {
	position:relative;
}
.banner {
	background:#fff;
	position:relative;
}
	.banner a {
		display:block;
		position:relative;
		width:100%;
		height:100%;
	}
	.banner img {
		max-width:100%;
		max-height:100%;
	}
	.banner.banner-leaderboard {
		max-width:728px;height:90px;
		margin:0px auto 30px auto;
	}
	.banner.banner-wide-skyscraper {
		width:160px;
		height:600px;
		margin:0px 15px 0px 0px;
		float:right;
	}
.painel {
	margin-right:200px;
}

.search {
	position:absolute;
	right:35px;
	top:15px;
	max-width:250px;
}
.search .search-btn{	
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	padding: 12px;
	background-image:url(../Images/search-btn.png);
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	height: 32px;
	width: 35px;
	outline:none;
	position:absolute;
	
}
.search .search-btn:hover{
	cursor: pointer
}
.search .search-field {
	outline: none;
	background: #FFF;
	height: 30px;	
	padding: 0 15px;
	box-sizing: content-box;
	margin: 0 0 0 30px;
	max-width: 80%;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}
/*papaya*/
/*
ul#menu {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
}


	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		ul#menu li a {
			background: none;
			color: #999;
			text-decoration: none;
		}

		ul#menu li a:hover {
			color: #333;
			text-decoration: none;
		}
		*/

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
	background-color: #fff;
}

	.featured .content-wrapper {
		background-color: #7ac0da;
		background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
		background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		color: #3e5667;
		padding: 20px; /* 40px 30px 40px*/
	}

		.featured hgroup.title h1, .featured hgroup.title h2 {
			color: #fff;
		}

		.featured p {
			font-size: 1.1em;
		}

/* page titles
hgroup.title {
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
}

hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
} */

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* ordered list */
ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero {
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round li.one {
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round li.two {
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round li.three {
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round li.four {
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round li.five {
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round li.six {
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round li.seven {
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round li.eight {
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round li.nine {
			background: url("../Images/orderedList9.png") no-repeat;
		}

/* content */
article {
	/*float: left;
	width: 70%;*/
}

aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

/* mgd .label {
	font-weight: 700;
}

/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
/*
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}
*/
/* mgd
label {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

label.checkbox {
	display: inline;
}

input, textarea {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
   /* width: 300px; muda uploadControl
}

textarea {
	font-family: inherit;
	width: 500px;
}


	input:focus, textarea:focus {
		border: 1px solid #7ac0da;
	}

	input[type="checkbox"] {
		background: transparent;
		border: inherit;
		width: auto;
	}

	input[type="submit"],
	input[type="button"],
	button {
		background-color: #d3dce0;
		border: 1px solid #787878;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: 600;
		padding: 7px;
		margin-right: 8px;
		width: auto;
	}

	td input[type="submit"],
	td input[type="button"],
	td button {
		font-size: 1em;
		padding: 4px;
		margin-right: 4px;
	}
	
	
	
	
	.error {
	color: #e80c4d;
}

/* styles for validation helpers 
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}


	
	
	
	
	
	
	
	
	
*/
/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}


/* -- Argow -- mgd 2015.09.30, 2017.02.09
        See ArgowView.cshtml
    selecttors: http://www.w3schools.com/cssref/css_selectors.asp
*/
div.ArgowViewDash {
   margin-left: 12px;
   margin-right: 12px;
}
div.ArgowViewScript {
   margin-left: 10px;
   margin-right: 10px;
}

div.ArgowViewImport {
    margin-left: 10px;
    margin-bottom: 8px;   
}

div.ArgowViewGrid {
   padding-top: 5px;
}

div.ArgowViewPivot {
   margin-left: 4px;
   margin-right: 4px;
}
div.ArgowViewError{

}

/* edições para adaptar ao bootstrap */
/*
* {
  -webkit-box-sizing: unset !important;
  -moz-box-sizing:unset !important;
  box-sizing: unset !important;
}

*:before,
*:after {
  -webkit-box-sizing: unset !important;
  -moz-box-sizing: unset !important;
  box-sizing: unset !important;
}
.panel-body:before,
.panel-body:after{
	display:none !important;
}
*/
body{
	line-height: inherit !important;
}
/* fim edições */

#ArgowViewGrid_id .gridEdit{
/*	 height:432px !important;*/
}
img[id^="gridDetail"] /*Correção de tamanho do botão em table detail*/
{
    width: 20px;
}

.span-alerta{
	text-indent: 1px;
    color: #000;    
    border-radius: 50%;
    padding: 2px 3px;
    background-color: #f7941e;
    font-size: 8px;
	position:absolute;
	left:17px;
	top:0;
	
}