﻿html
{
  height: 100%;
  overflow: hidden;
}

body
{
	background-color: #F4F4F4;
	min-height: 100%;
}

.btn
{
	min-width: 100px;
}

.header
{
	position: relative;
    width: 100%;
	z-index: 1220;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 40%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(40%,#dbdbdb), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #CCCCCC;
	height: 60px;
}

.headerBar
{
	height: 80px;
    margin-top: 10px;
    width: 100%;
}

.logo
{
	margin-left: 11px;
    margin-top: 1px;
    z-index: 1230;
}

.siteLogoHeader
{
	left: -10px;
    position: absolute;
    top: -10px;
}

.detalheBar
{
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 40%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(40%,#dbdbdb), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 40%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	padding: 5px;
	-moz-box-shadow:6px 6px 8px #888888; 
	-webkit-box-shadow:6px 6px 8px #888888; 
	box-shadow:6px 6px 8px #888888; 

	height: 95px;
    position: absolute;
    text-align: center;
    top: 16px;
	left: -5px;
    width: 240px;
}

.loginPartial
{
	font-weight: bold;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 2px;
}

.footer
{
	background-color: #E2E2E2;
    border-top: 1px solid #CCCCCC;
    bottom: 0;
    color: #FFFFFF;
    height: 30px;
    position: fixed;
    text-align: center;
    width: 100%;
}

.footerVersion
{
	color: #494949;
    font-weight: bold;
}

label.required
{
	color: #FF0000;
	font-weight: bold;
}

.customErrorAlert
{
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    color: #f00;
}

div.validation-summary-errors ul li {
    list-style-type: none;
}

.validation-summary-valid {
    display: none;
}

.divLoaderDialog
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Sobrescrita bootstrap */

.form-control:focus
{
	border-color: #E86666;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(232, 102, 102, 0.6);
	outline: 0 none;
}

/* jQuery UI corner CSS */

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Internacionalização */

.internacinalizacao
{
	position: absolute;
    right: 4px;
    top: 62px;
	z-index: 1000;
}

.imgFlag
{
	margin-left: 5px;
    text-decoration: none;
}

a.imgFlag:hover
{
	text-decoration: none;
}