﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, 
ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, 
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

body {
/*	line-height: 1;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; /* change by willie, old value was separate */
	border-spacing: 0;
}

/*caption, th, td*/ 
caption, th {
    
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* =Generalizations
------------------------------------------------------------------------------*/

h1 {
	color: #333;
	background: url(../../Imagens/System.Logo.jpg) no-repeat;
	float: left;
	font: bold italic 1.6em Segoe UI,Calibri, sans-serif;
	margin: 5px 0 0 30px;
	height: 43px;
	text-indent: -5000px;
	text-transform: uppercase;
	width: 115px;
}

h2 {margin: 20px 5px; margin-top: 10px;}

h2 span {color: #504e4e; font-size: 1.8em;}

h3 {background: #edebeb; padding: 2px 5px;}

h3 span {font-size: 13px;}

h6
{
    font-weight: normal;
    font-size: 11px;
    color: #8c8c8c;
}

/* =Containers
------------------------------------------------------------------------------*/

#page {margin: 0 auto; width: 900px; height:100%;}


/* Main Board */

#main-board {background-color: #d92031; height: 45px; width: 100%;}

#main-board-logo
{
    background-position: right;
    background-image: url('../../Imagens/32x32.Icon.User.png');
    background-repeat: no-repeat;
    width: 220px;
    float: left;
    height: 40px;
    margin-right: 5px;
    margin-top: 2px;
}
                 
#main-board-content {min-width: 300px;
                 float: left;
                 height: 35px;
                 vertical-align: top;
                 padding-top: 5px;}
                 
#main-board-options {min-width: 170px;
                 float: right;
                 height: 30px;
                 padding-top: 10px;}

#main-board span {color: #ffffff; font-size: 12px; text-decoration: none;}

#main-board-options a {color: #ffffff; font-size: 13px; text-decoration: none;}

#main-board-options a:hover {color: #504e4e;}

#main-board-line {background-color: #d92031; height: 5px; width: 100%; filter: alpha(opacity=70); opacity: .7;}

/* Main Menu - Render Table */

#main-menu-bar {background-color: #edebeb; height: 23px; width: 100%; vertical-align: middle;}
#main-menu-bar table table table tr {background-color: #edebeb;}
#main-menu-bar table table table tr td a {color: #504e4e; font-size: 13px; padding-left: 2px; padding-right: 2px;}
#main-menu-bar table table table tr td {border: none; padding: 2px 0px;}
#main-menu-bar table table table tr:hover {background-color: #504e4e;}
#main-menu-bar table table table tr:hover a {color: white; font-size: 13px;}
/* */

#main-menu-logo {min-width: 16%; float: left; height: 25px;}

a {color: #3272B8; font: normal 1em 'Open Sans', sans-serif;}

/* =Content
------------------------------------------------------------------------------*/

#content
{
    background: #808080;
    clear: left;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
}

#footer {background: #d92031 url(../../Imagens/Background.Content.Bottom.png) left bottom no-repeat;  height: 5px; margin-bottom: 20px; }

#rodape 
{
   position: fixed;
   bottom: 0 !important;
   left: 0;
   width:100%;
   background: rgb(203, 224, 241);
}

/* Context Menu */

#context-menu { padding-left: 30px; }

#context-menu li { float: left; margin-right: 5px; _width: 90px; text-align: center; white-space: nowrap }

#context-menu a,  #context-menu span { display: block; height: 23px; padding: 7px 7px 0; float: left; }

#context-menu li.current-page
{
    background: #808080;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
}

#context-menu li.current-page span {color: white; font-size: 12px;}

#context-menu li.current-page input {margin-top: 8px;}

#context-menu li.current-page input.prev {}

#context-menu li.current-page input.next {margin-right: 7px;}

#context-menu li.tab { background: #f0f0f0;}

#context-menu li.tab a { color: #999; text-decoration: none; }

#context-menu li.tab a:hover { color: #6595ca; text-decoration: underline; }


/* =Forms */

fieldset {background: #eee; margin: 5px 0; padding-bottom: 6px;}

fieldset h3 {background: #f0f0f0; }

fieldset.detail {background: #ededed; }

fieldset.detail h3 {background: #d6d6d6;}

fieldset.message {background: white; padding-bottom: 10px; margin: 0px 0;}

fieldset.message span.message {display: block; font-size: 1.4em; margin: 10px; padding-left: 40px;} 

fieldset.message span.message.alert {color: #d92031; background: url(../../Imagens/BackgroundIcon.ContextMessage.Alert.Sprite.png) 0 1px no-repeat;}

fieldset.message ul {padding-top: 10px;} 

fieldset.message ul li {display: block; font-size: 1.4em; margin-left: 20px; padding-left: 30px; color: #d92031; background: url(../../Imagens/BackgroundIcon.ContextMessage.Alert.Sprite.png) 0 1px no-repeat;} 

fieldset.message input {margin: 0 0 10px 20px;}

fieldset.neutral {background-color:White; padding-bottom: 20px; margin: 20px; padding-left: 30px;}

.text, .textarea, .password 
{
    
	border: 1px solid #ccc;
	color: #666;
	font: normal 13px Calibri, sans-serif;
	padding: 3px;
}

.drop-down-list
{
    border: 1px solid #ccc;
    color: #666;
    font: normal 13px Calibri, sans-serif;
    height:23px;

}

.drop-down-list[disabled]
{
    background-color: #F0F0F0 !important;
}

.text, .textarea, .password {width: 300px;}

.listbox.table {font: normal 13px Calibri, sans-serif; color: red;}

input.date {width: 110px;}

input.period {width: 132px;}

input.code {width: 59px;}

.import {font: normal 13px Courier New;}

input.description {
}

input.value {width: 65px; direction: rtl;}

input[disabled] {
    background-color:#F0F0F0 !important;
    color:#303030 !important;
}

input[type="image"][disabled] {
    background-color:transparent  !important;
}

textarea[disabled] {
    background-color:#F0F0F0 !important;
    color:#303030 !important;
}

/*
input.action
{
    border: 0px solid rgb(51, 51, 51);
    font-size: 16px;
    background-color: rgb(66, 151, 238);
    color: rgb(255, 255, 255);
    display: inline-block;
    float: none;
    font-family: Calibri;
    font-weight: bold;
    margin-right: 0px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 3px 3px 3px 3px;
}
*/

input.action {
	-moz-box-shadow:inset 0px 1px 0px -2px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -2px #bbdaf7;
	box-shadow:inset 0px 1px 0px -2px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #504e4e), color-stop(1, #504e4e) );
	background:-moz-linear-gradient( center top, #504e4e 5%, #504e4e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#504e4e', endColorstr='#504e4e');
	background-color:#504e4e;
	border:1px solid #504e4e;
	display:inline-block;
	color:#ffffff;
	font-family:Segoe UI;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
}

input.action:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #504e4e), color-stop(1, #504e4e) );
	background:-moz-linear-gradient( center top, #504e4e 5%, #504e4e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#504e4e', endColorstr='#504e4e');
	background-color:#504e4e;
	color: #d92031;
}

input.action:active {
	position:relative;
	top:1px;
}

input.action[disabled]
{
	-moz-box-shadow:inset 0px 1px 0px -2px gray;
	-webkit-box-shadow:inset 0px 1px 0px -2px gray;
	box-shadow:inset 0px 1px 0px -2px gray;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#c2c2c2;
	font-family:Segoe UI;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
} 

input.action.critical {
	-moz-box-shadow:inset 0px 1px 0px -2px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px -2px #c1ed9c;
	box-shadow:inset 0px 1px 0px -2px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d92031), color-stop(1, #d92031) );
	background:-moz-linear-gradient( center top, #d92031 5%, #d92031 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92031', endColorstr='#d92031');
	background-color:#d92031;
	border:1px solid #d92031;
	display:inline-block;
	color:#ffffff;	
	font-family:Segoe UI;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
}

input.action.critical:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d92031), color-stop(1, #d92031) );
	background:-moz-linear-gradient( center top, #d92031 5%, #d92031 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92031', endColorstr='#d92031');
	background-color:#d92031;
	color:#504e4e;
}

input.action.critical:active {
	position:relative;
	top:1px;
}

input.action.critical[disabled]
{
	-moz-box-shadow:inset 0px 1px 0px -2px gray;
	-webkit-box-shadow:inset 0px 1px 0px -2px gray;
	box-shadow:inset 0px 1px 0px -2px gray;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#c2c2c2;
	font-family:Segoe UI;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;	
} 

input.preferred {
	-moz-box-shadow:inset 0px 1px 0px -2px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -2px #bbdaf7;
	box-shadow:inset 0px 1px 0px -2px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #504e4e), color-stop(1, #504e4e) );
	background:-moz-linear-gradient( center top, #504e4e 5%, #504e4e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#504e4e', endColorstr='#504e4e');
	background-color:#504e4e;
	border:1px solid #504e4e;
	display:inline-block;
	color:#ffffff;
	font-family:Segoe UI;
	font-size:15px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
}

input.preferred:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #504e4e), color-stop(1, #504e4e) );
	background:-moz-linear-gradient( center top, #504e4e 5%, #504e4e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#504e4e', endColorstr='#504e4e');
	background-color:#504e4e;
	color:#d92031;

}

input.preferred:active {
	position:relative;
	top:1px;
}

input.preferred[disabled]
{
	-moz-box-shadow:inset 0px 1px 0px -2px gray;
	-webkit-box-shadow:inset 0px 1px 0px -2px gray;
	box-shadow:inset 0px 1px 0px -2px gray;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#c2c2c2;
	font-family:Segoe UI;
	font-size:15px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;	
} 

input.preferred.critical {
	-moz-box-shadow:inset 0px 1px 0px -2px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px -2px #c1ed9c;
	box-shadow:inset 0px 1px 0px -2px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d92031), color-stop(1, #d92031) );
	background:-moz-linear-gradient( center top, #d92031 5%, #d92031 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92031', endColorstr='#d92031');
	background-color:#d92031;
	border:1px solid #d92031;
	display:inline-block;
	color:#ffffff;
	font-family:Segoe UI;
	font-size:15px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
}

input.preferred.critical:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d92031), color-stop(1, #d92031) );
	background:-moz-linear-gradient( center top, #d92031 5%, #d92031 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92031', endColorstr='#d92031');
	background-color:#d92031;
	color: #504e4e;
}

input.preferred.critical:active {
	position:relative;
	top:1px;
}

input.preferred.critical[disabled]
{
	-moz-box-shadow:inset 0px 1px 0px -2px gray;
	-webkit-box-shadow:inset 0px 1px 0px -2px gray;
	box-shadow:inset 0px 1px 0px -2px gray;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#c2c2c2;
	font-family:Segoe UI;
	font-size:15px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
} 

/*

input.action {font-family: Calibri; font-size: 1.2em;}

input.action:hover
{
    background-color: rgb(51, 51, 51); border: 0px solid white ;
}


input.preferred {font-family: Calibri; font-size: 1.6em; color: #333;}

input.preferred.critical {font-family: Calibri; color: #f45418;}

*/




/* GridView / DataList */

table.data-list {width: 754px;}

table.popup-data-list {width: 530px;}

table.grid {background: white; border-collapse: collapse; width: 883px; margin-left: 1px;}

table.popup {background: white; border-collapse: collapse; width: 529px; margin-left: 1px;}

table.grid td {font-size: 11px;}

table.grid th, table.grid td {padding: 1px 5px; border: 1px solid #f0f0f0;}

table.grid a {color: #3272B8;}

table td label {color: #666;}

table.grid tr, table.research tr {display: none;}

table.grid table.data-list tr,
table.grid tr.header, 
table.grid tr.item, 
table.grid tr.selected,
table.grid tr.alternate,
table.grid tr.footer,
table.grid tr.footer tr,
table.neutral tr,
table.research tr.item,
table.research tr.alternate {background: white; display: table-row; *display: block;}

table.grid tr.header {height: 22px;}

table.grid tr.header span.diagnostic-from {color: #d92031;}

table.grid tr.alternate {background: #f5f9fc;}

table.grid tr.selected {background: #f3ffea;}

table.grid td.action, table.grid th.action, table.grid td.state {text-align: center; width: 25px;}

table.grid tr.header th, table.grid tr.header td {color: #504e4e; font-weight: bold; white-space: nowrap !important;}

table.grid tr.header span {white-space: nowrap;}

table.grid tr.footer.pager td {color: #504e4e; font-weight: bold; text-align: left; }

table.grid span.highlight {color: #666; font-weight: bold;}

table.grid p {margin-top: 10px;}

table.grid p span {text-transform: capitalize;}

table.grid tr.item th, table.grid tr.alternate th {white-space: normal;width: 75px;}

table.grid td span {font-size: 11px;}


/* Table Form */

table.form {margin-top: 5px; width: 100%;}

table.form tr {background: #edebeb; border: 1px solid #edebeb; border-left: none; border-right: none;}

table.form th {font-size: 1.2em; line-height: 100%; padding: 10px; width: 115px;}

table.form td {padding: 7px; white-space: nowrap;} /* width: 308px;} /* Causando renderização estranha na tela de contrato */

table.form th, table.form td {vertical-align: top;}

table.form tr.alternate {background: none;} 

table.form td.additional-info {background: #cbe0f1;	padding: 7px 20px 7px; width: 331px; white-space: normal;}

table.form tr.footer, fieldset.detail table.form tr.footer {background: none;}
	
table.form span.required, table.form label.required {color: black; font-weight: bold;}

table.form th span.field-tip {color: #666; font-size: 10px; white-space: nowrap;}

table.form td span.field-tip2 {color: #666; font-size: 10px; white-space: nowrap;}

table.form th span.field-tip-alert {color: red; font-size: 10px; font-weight: bold; white-space: nowrap;}

table.form tr#decision td {width: auto;}

table.form a.search {background: url(../../Imagens/20x20.Icon.Search.png) 0 0px no-repeat; padding-left: 20px;}

table.form a.customer {background: url(../../Imagens/20x20.Icon.AddressBook.png) 0 0px no-repeat; padding-left: 20px;}

table.form a.detail {background: url(../../Imagens/20x20.Icon.Detail.png) 0 0px no-repeat; padding-left: 20px;}

table.form a.web {background: url(../../Imagens/20x20.Icon.Web.png) 0 0px no-repeat; padding-left: 20px;}

table.form a.computer {background: url(../../Imagens/20x20.Icon.Computer.png) 0 0px no-repeat; padding-left: 20px;}

table.form input.checkbox {margin-left: 115px;}

table.form tr.sub-editor {color: #666; background: #E7F0F8;}

table.form tr.sub-editor th {text-align: right;}

table.form tr.sub-editor td.additional-info {background: #cbe0f1}

table.grid table.form tr, table.grid table.form th, table.grid table.form td {border: none;}

/* Table Slim */

table.slim td {padding: 2px; white-space: nowrap;} /* width: 308px;} /* Causando renderização estranha na tela de contrato */

/* Table Research*/

table.research span.title {font-size: 1.4em;line-height: 150%; color: #d92031;}


/* Table Response */

table.response {width: 735px; margin: 15px 0;}

table.response tr, table.response td {background: none !important;border: 1px solid #f0f0f0; padding: 5px 10px;}

table.response table.grid {width: 100%;} 

table.response table.grid td {background: white !important; border: 1px solid #f0f0f0 !important;}

table.response caption {color: #d92031;}

table.response table.grid td {padding: 1px 5px;}

table.response table.grid tr {display: none !important;}

table.response table.grid tr.header,
table.response table.grid tr.item,
table.response table.grid tr.alternate,
table.response table.grid tr.footer {background: white; display: table-row !important; *display: block !important;}


/* Calendar */
table.calendar {background: red; border-color: #6595CA;}

table.calendar a {text-decoration: none;}

table.calendar a:hover {text-decoration: underline;}

table.calendar td, table.calendar th {padding: 3px; text-align: center;}

table.calendar .day-header {color: #6595CA; font-weight: bold;}

table.calendar .other-month-day a {color: #999 !important;}

table.calendar .selected-day {background: #f3ffea !important; border: 1px solid #d6d6d6;}

table.calendar .selected-day a {color: #d92031 !important;font-weight: bold !important;font-size: 1.2em;}

table.calendar .title {}

table.calendar .today a {font-weight: bold !important;}

table.calendar .weekend-day {}

table.calendar .next-prev {}


/* Ajax Calendar Extender */
.ajax__calendar td {padding: 0 !important}


/* Detail */

fieldset.detail table.form tr {background: #f5f5f5;	border-color: #f5f5f5;}

fieldset.detail table.form tr.alternate {background: none;}

fieldset.detail table.form td.additional-info {background: #ededed;}

fieldset.detail table.slim tr {background: #f5f5f5;	border-color: #f5f5f5;}

fieldset.detail table.slim tr.alternate {background: none;}

fieldset.detail table.slim td.additional-info {background: #ededed;}


/* Context Message */

span.context-message {display: block; font-size: 10px; padding: 2px 0 0 20px; margin-bottom: 2px;}

span.context-message-info {color: #d92031; font-weight: bold; font-size: 1.1em;}

span.context-message.alert {color: #d92031; font-weight: bold;}

fieldset.detail span.context-message.alert {background: url(../../Imagens/BackgroundIcon.ContextMessage.Detail.Alert.png) no-repeat;}


/* State Switcher */
fieldset#state-switcher {background: none; right: 10px; top: -90px;	position: absolute;}

fieldset#state-switcher label {color: #d92031; display: block; font-weight: bold;}

fieldset#state-switcher select {width: 180px;}

/* CheckBoxList */
table.checkboxlist,
table.checkboxlist tr,
table.checkboxlist td {border: none !important; margin: 0 !important; padding: 0 !important; background: none !important;}


/* RadioButtonList */
table.neutral,
table.neutral tr,
table.neutral td, 
table.neutral label {font-weight: bold; border: none !important; margin-top: 5px; padding: 0 !important; background: none !important;}

/* ReportViewer */
.report input {width: auto;}

/* Alert Panel */

#alert-panel {
	right: 150px;
	position: absolute;
	top: -75px;
	z-index: 3000;
	width: 500px; 
}
	
#alert-panel a.critical {
	background: red url(../../Imagens/Icon.Expand.gif) 185px no-repeat;
}

#alert-panel a.schedule {
	background: #f57e52 url(../../Imagens/Icon.Expand.gif) 185px no-repeat;
}

#alert-panel a.critical-off, #alert-panel a.schedule-off { background: none;}

#alert-panel a.critical-off { color: red;}

#alert-panel a.schedule-off { color: #f57e52;}

#alert-panel a.critical.expanded, #alert-panel a.schedule.expanded {
	background-image: url(../../Imagens/Icon.Collapse.gif);
	-moz-border-radius: 3px 3px 0 0;
}

#alert-panel a.critical, #alert-panel a.schedule {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	height: 20px;
	margin: 2px auto 0;
	padding: 0 5px;
	width: 195px; 
	-moz-border-radius: 3px;
}

#alert-panel a.critical:hover, #alert-panel a.schedule:hover {text-decoration: underline;}

#alert-panel div.panel {
	position: absolute; 
	padding: 5px; 
	height: 243px;
	width: 490px;
	left: 0; z-index: 2;
}

#alert-panel div.panel.critical div {background: red;}

#alert-panel div.panel.schedule div {background: #F57E52;}

#alert-panel div.panel iframe {z-index: 3;width: 500px;}

#alert-panel div.panel div {z-index: 4; overflow: auto; padding: 5px;width: 490px;}

#alert-panel div.panel div,#alert-panel div.panel iframe { height:300px; position: absolute; top: 0;}

#alert-panel div.panel table {width: 485px;}

#alert-panel div.panel tr.header th {color: #b00000 !important;}

#alert-panel div.panel tr.alternate {background: #fffff2;}


/* Modal Popup */

span.suggest {display: block; color: #29507A;font-size: 1.8em; padding: 15px;}

a.modal-action { font-size: 1.2em; margin: 10px;}

.modal-popup {display: none;}

/* Other */

span.grid {font-size: 1.3em; line-height: 150%;}
span.grid-highlighting {color: #273d77; font-weight: bold;}

a.upload {background: url(../../Imagens/20x20.Icon.Upload.png) 0 0px no-repeat; padding-left: 20px;}

span.question {font-size: 1.4em; line-height: 150%;}
span.question-highlighting {color: #d92031; margin: 7px 0px; display: block;}

span.title {font-size: 14px; line-height: 150%;}
span.title-highlighting {color: #d92031; margin: 20px 5px; display: block;}

span.title-highlighting2 {color: #504e4e; font-weight: bold; margin: 1px 5px; display: block;}

span.title-highlighting3 {color: #504e4e; margin: 1px 5px; display: block;}

span.title-highlighting4 {color: red; font-weight: bold; margin: 1px 5px; display: block;}

span.title-flag-blue {background: url(../../Imagens/20x20.Icon.Flag_Blue.png) 0 0px no-repeat; padding-left: 20px; color: #273d77; font-weight: bold; margin: 1px 5px; display: block;}
span.title-flag-green {background: url(../../Imagens/20x20.Icon.Flag_Green.png) 0 0px no-repeat; padding-left: 20px; color: #273d77; font-weight: bold; margin: 1px 5px; display: block;}
span.title-flag-red {background: url(../../Imagens/20x20.Icon.Flag_Red.png) 0 0px no-repeat; padding-left: 20px; color: #273d77; font-weight: bold; margin: 1px 5px; display: block;}
span.title-flag-yellow {background: url(../../Imagens/20x20.Icon.Flag_Yellow.png) 0 0px no-repeat; padding-left: 20px; color: #273d77; font-weight: bold; margin: 1px 5px; display: block;}


span.dropdown {padding-bottom: 2px;}
span.dropdown2 {color: #666; font-size: 10px; white-space: nowrap; padding-bottom: 3px;}

/* Login Page                                                                     */
/* ------------------------------------------------------------------------------ */
body#login
{
    background: none;
}

body#login form
{
	float: right;
	margin-top: 125px;
	margin-right: 23%;
	width: 255px;
	-moz-border-radius: 3px;
	border-bottom-color: #d92031;
	border-bottom-width: 5px;
	border-bottom-style: solid;
    border-top-color: #d92031;
	border-top-width: 1px;
	border-top-style: solid;
}

body#login fieldset
{
	margin: 10px;
	font-size: 20px;
	padding-bottom: 5px;
	-moz-border-radius: 3px;
	background: none;
}

body#login span.context-message.alert
{
    margin-left: 0px;
    background: none;
    color: red;
    font-weight: bold;
}

#login table
{
    margin-top: 5px;
}

#login
{
    line-height: 100%;
    font-size: 1.2em;
    color: #333;
}

#login td, #login th
{
    padding: 3px;
    width: 220px;
}

#login tr {border-top: none;}

#login .text
{
	width: 220px;
	font-size: 16px;
}

#login h1 {
	height: 240px;
	width: 421px;	
	margin-top: 120px;
	margin-left: 9.5%;
}

#login h6
{
    margin-top: 20px;
	width: 421px;
	margin-left: 10%;
}

#login h3 
{
    font-size: 19px;
    height: 20px;
    font-weight:bold;
    background: none;
    line-height: 1.1;
}

#login h4 {background: #f0f0f0; padding: 2px 2px;}

#login h4 span {font-size: 13px; font-weight:bold;}

#login .button {margin-right: 10px;}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:70000 !important;
}

.modalPopup {
	background-color:#f0f0f0;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}

.modalPopup p {
    padding: 5px;
}

div#progress
    {
        display: block;
        height: 100px;
        width: 0%;
        height: 14px;
    }

div#progressbar
    {
        width: 256px;
        height: 14px;
        display: block;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        background-color: white;
    }
    
.progressbarValid
    {
        background-color: green;
        background-image: -o-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: linear-gradient(-90deg, #8AD702 0%, #389100 100%);
    }
    
.progressbarInvalid
    {
        background-color: red;
        background-image: -o-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: -moz-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: -ms-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: linear-gradient(-90deg, #F94046 0%, #92080B 100%);
    }   


/* =Bug and Workarounds
------------------------------------------------------------------------------*/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {*zoom: 1; *display: block;}  
	
/*\*//*/
.clearfix {display: inline-block;}  /* for IE/Mac */
/**/


/* =Others
------------------------------------------------------------------------------*/


    .formeditor div
    {
        float: left;
        margin-right: 10px;
    }
    
    .formeditor span
    {
        display: block;
    }
    
    .formmessage
    {
        margin-right: 10px;
        padding: 2px;
    }


/* Dropdown Menu */
#context-menu .dropdown
{
    color: #555;
    position: relative;
    text-align: left;
}

#context-menu .submenu
{
    background: #fff;
    position: absolute;
    left: -10px;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    padding: 40px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

#context-menu .dropdown li a
{
    color: #555555;
    display: block;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

#context-menu .dropdown li a:hover
{
    text-decoration: underline;
}

a.account
{
    position: absolute;
    z-index: 110;
    height: 28px;
    width: 121px;
    margin-left: 4px;
    text-decoration: none;
    cursor: pointer;
}

a.arrow
{
    background: url(../../Imagens/20x20.Icon.Arrow.png) left 14px no-repeat;
}

#context-menu .root
{
    list-style: none;
    margin-top: -10px;
    padding: 0px;
    border-top: 1px solid #dedede;
}