﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------
body {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. 
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

.Tabs
{
	margin-top: 10px;
}
.Gray
{
	background-color: #EEEEEE;
	padding: 10px 20px;
	margin-top: 10px;
	border: 1px solid #999;
	border-radius: 0px 5px 5px 5px;
	font-size: .9em;
}
.Green
{
	background-color: #8dc63f;
	padding: 20px;
	margin-top: 10px;
}
.line
{
	padding-top: 7px;
}
.Green .editor-label, .validation-summary-errors li, .validation-summary-errors, div.SucessMessage
{
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	list-style: none;
}

.validation-summary-errors
{
	background-color: #F00;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin: 10px 0 0 0;
}
div.SucessMessage
{
	background-color: #0A0;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin: 10px 0 0 0;
}

.floatL
{
	float: left;
}
.floatR
{
	float: right;
}
.clr
{
	clear: both;
}
.Width100
{
	width: 100%;
}
.Width75
{
	width: 75%;
}
.Width50
{
	width: 50%;
}
.Width45
{
	width: 45%;
}
.Width33
{
	width: 33%;
}
.Width25
{
	width: 25%;
}


/* TAB MENU   
----------------------------------------------------------
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------

fieldset
{
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

textarea
{
	min-height: 75px;
}

input[type="text"], input[type="password"]
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 0.95em;
	color: #444;
	width: 200px;
}

input[type="text"].date
{
	width: 80px;
}

.withQList input[type="text"]
{
	width: 170px;
}

select
{
	border: 1px solid #ccc;
	padding: 2px;
	width: 206px;
	color: #444;
}

input[type="submit"], a.Button, button, span.Button, span.JSButton
{
	background-color: #337DBB;
	color: #FFF;
	border: medium none;
	cursor: pointer;
	font-size: 15px;
	padding: 3px;
	float: right;
	line-height: 20px;
	margin-left: 3px;
	text-decoration: none;
}
input[type="submit"]:hover, input[type="submit"]:focus, a.Button:hover, a.Button:focus, button:hover, button:focus, button.button.ui-state-hover
{
	background-color: #409DEA;
}

span.Button
{
	background-color: #888;
	cursor: default;
}

div.ActionBar
{
	padding-top: 7px;
}

div.ActionBar div.ResultSummary
{
	float: left;
	font-size: 11px;
}

div.ActionBar div.ResultSummary span.Warning
{
	color: Red;
}

div.TextArea
{
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
}
/* TABLE
----------------------------------------------------------

table.ListTable, 
table.QListTable
{
	border-color: #E8EEF4;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-collapse: collapse;
	width: 100%;
	margin-top: 7px;
}

table.ListTable tbody tr td,
table.QListTable tbody tr td
{
	border-color: #E8EEF4;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	padding: 5px;
	font-size: 11px;
}

table.ListTable thead tr th,
table.QListTable thead tr th
{
	border-color: #E8EEF4;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	padding: 6px 5px;
	text-align: center;
	background-color: #3786c8;
	font-size: 13px;
	font-weight: normal;
	color: White;
}

table tbody tr td.CenterCol
{
	text-align: center;
}
table tbody tr td.ActionCol
{
	text-align: center;
}
table thead tr th.ActionCol
{
	width: 120px;
	min-width: 120px;
}
table thead tr th.ActionColB2
{
	width: 150px;
	min-width: 150px;
}
table thead tr th.ActionColB3
{
	width: 210px;
	min-width: 210px;
}
table thead tr th.ActionColB4
{
	width: 300px;
	min-width: 300px;
}
table tbody tr td.CurrencyCol
{
	text-align: right;
	width: 100px;
	white-space: nowrap;
}
table thead tr th.CurrencyCol
{
	width: 100px;
}
table tbody tr td.DateCol
{
	text-align: center;
	width: 100px;
}
table thead tr th.DateCol
{
	width: 100px;
}
table tbody tr td.IDCol
{
	text-align: center;
	width: 50px;
}
table thead tr th.IDCol
{
	width: 50px;
}

table th.CheckCol
{
	width: 50px;
}
table td.CenteredCol
{
	text-align: center;
}

table td.ActionCol input[type="submit"], 
table td.ActionCol input[type="submit"], 
table td.ActionCol a.Button, 
table td.ActionCol span.Button
{
	float: none;
	font-size: 12px;
}

table tr.even td
{
	background-color: #D7E7F4;
}
table tr.odd td
{
	background-color: #F2F7FB;
}

table tr:hover td
{
	background-color: #409DEA;
	color: White;
}

/* MISC  
----------------------------------------------------------
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

nav, #menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------


.field-validation-error
{
	color: #ff0000;
	font-size: 0.95em;
}

.field-validation-valid
{
	display: none;
}


/* Styles for editor and display helpers
----------------------------------------------------------
.display-label, .editor-label
{
	float: left;
	width: 12em;
}

.display-field, .editor-field
{
	float: left;
}

.editor-field.textboxBig input
{
	width: 30em;
}

.editor-field.textboxMedium input
{
	width: 8em;
}

.editor-field.textboxSmall input
{
	width: 5em;
}

.editor-field.textboxTiny input
{
	width: 2em;
}

.editor-field textarea
{
	width: 600px;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

div.RadioListHorizontal div.RadioButton
{
	float: left;
	padding-right: 10px;
}

div.RadioListHorizontal div.RadioButton *
{
	cursor: pointer;
}
.jqueryShowsMe
{
	display: none;
}

.leftSpaced
{
	padding-left: 10px;
}
.leftSpacedColumn
{
	padding-left: 50px;
}
.column2
{
	width: 210px;
}

.sameline- editor-label
{
	width: 15px;
	padding-left: 10px;
	padding-right: 10px;
}




.Expandable
{
	position: relative;
	padding: 0;
	height: 22px;
}
.Expandable_Collapsed
{
	cursor: pointer;
}
.Expandable_Extended
{
	display: none;
	position: absolute;
	top: -6px;
	left: -6px;
	background-color: #409DEA;
	color: White;
	padding: 20px;
	border: 1px solid #F2F7FB;
	z-index: 99;
	width: 200px;
	text-align: left;
}

.CheckListComEstados li
{
	list-style-type: none;
}

.CheckListComEstados label
{
	cursor: pointer;
}

.MontanteEditavel .Expandable_Collapsed, .DataEditavel .Expandable_Collapsed
{
	border: 1px solid #888;
	padding: 1px;
	cursor: pointer;
	background-color: White;
	color: Black;
	min-height: 16px;
}

.MontanteEditavel .Expandable_Extended input[type="text"], .DataEditavel .Expandable_Extended input[type="text"]
{
	width: 150px;
}
.MontanteEditavel .Expandable_Extended a, .DataEditavel .Expandable_Extended a
{
	margin-top: 20px;
}
.MontanteEditavel .field-validation-error, .DataEditavel .field-validation-error
{
	color: Yellow;
}

.ui-button
{
	margin-left: -1px;
}
.ui-button-icon-only .ui-button-text
{
	padding: 0.35em;
}
.ui-autocomplete-input
{
	margin: 0;
	padding: 0.48em 0 0.47em 0.45em;
}

div.DataAte
{
	text-align: center;
	width: 35px;
}

.pagination
{
	font-size: 80%;
	float: right;
	margin-top: 10px;
}

.pagination a
{
	text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span
{
	display: block;
	float: left;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 5px;
	min-width: 1em;
	text-align: center;
}

.pagination .current
{
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next
{
	color: #999;
	border-color: #999;
	background: #fff;
}

th .Sortable, th .Sortable label
{
	cursor: pointer;
}

td.nowrap, th.nowrap
{
	white-space: nowrap;
}

html.busy, html.busy *
{
	cursor: wait !important;
}
