﻿
/* /--Inserted in the upgrade to 8.0.0.0--\ */

/*@import url("/RichWidgets/upgradeTo8000.css");*/
/*@import url("/RichWidgets/Theme.FontRoboto.css");*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,100);

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

html, form {
    height: 100%;
    margin:0px; 
    padding:0px;
}

body { /*Corpo da Página*/
    height: 100%;
    background-color: #FFFFFF;
    margin: 0px;
}

select,
textarea,
input,
td,
th { /*Corpo da Página*/
    text-align: left;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.Bold {
    display: inline;
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;
    text-decoration: underline;
}

input {
    padding: 1px 0px 1px 0px;
}

input[disabled='disabled'] {
    background: ButtonFace;
    cursor: text;
}


input[type='text'][readonly]{
    background: #EAEAEA; 
}

input[type=radio],
input[type=checkbox] {
    margin: 0px;
    vertical-align: bottom;
}

input[type=file] {
    height: 21px;
    vertical-align: bottom;
}

textarea {
    margin-top: 2px;
}

table {
    border-collapse: separate;
    empty-cells: show;
    border-color: #1E9D96;
}

a,
a:link,
a:visited {
    color: #1E9D96;
    font-family: Roboto;
    font-size: 12px;
}

a:hover {
    color: #CC3300;
}

a[disabled='disabled'] {
    color: ButtonShadow;
}

img {
    vertical-align: text-bottom;
    border-width: 0px;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button {
    text-align: center;
    margin-right: 3px;
    padding: 0px 10px 1px 10px;
}

.Button[disabled='disabled'] {
    padding: 1px 12px 2px 10px;
    color: ButtonShadow;
    cursor: text;
}

td .Button {
    font-size: 9pt;
}

.EditRecord {
    
}

.EditRecord_Caption {
    color: #444444;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
}

.EditRecord_Value {
    border-left: 3px solid transparent;
    color: #444444;
    vertical-align: top;
}

.EditRecord_Buttons {
    text-align: left;
    padding-top: 8px;
    border-bottom: 2px solid #1E5AA3;
    padding-bottom: 3px;
}

.ShowRecord {
    
}

.ShowRecord_Caption {
    color: #444444;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
    
}

.ShowRecord_Value {
    border-left: 3px solid transparent;
    padding: 5px;
    color: #444444;
    font-weight: normal;
    vertical-align: top;   
    
}

.ShowRecord_Buttons {
    text-align: left;
    padding-top: 8px;
    border-bottom: 2px solid #1E5AA3;
    padding-bottom: 3px;
}

.TableRecords { /*Fundo da tabela */
    font-family: Roboto;
    /*background-color: #F0F0F0;*/
    _background-color: white;
}

.TableRecords_Header {
    color:#EAEAEA;
    font-weight: normal;
    background: #1E5AA3 url(/RichWidgets/img/Bar_Gradient.png?5016) repeat-x top;
    _background:#1E5AA3;  /* IE6 */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid white;
    border-color: #1E9D96;
    background-color: #1E9D96;
    font-size: 14px;
}

.TableRecords_evolucaoHeader {
    background: #eeeeee;
    padding:0px;
}

.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
    color: white;
}

.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0; /*JA*/
}

.TableRecords_OddLine, 
.TableRecords_EvenLine { /*Fundo da Tabela */
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid black; /*linhas verticais */
    border-bottom: 6px solid white; /*linhas verticais */
    white-space: nowrap;
    vertical-align: top;
    /*background-color: #F0F0F0;*/
}

.ColunaTabela { /*Coluna de uma Tabela */
    background-color: #F0F0F0;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

.ListRecords {
}

img.RecordPicture {
    display: block;
    float: left;
    width: 120px;
}

div.RecordPicture_Wrapper {
    float: left;
}

div.RecordPicture_Wrapper img.RecordPicture {
    float: none;
}

.TableRecords img.RecordPicture {
    width: auto;
    height: 40px;
    float: none;
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

input.Mandatory {
}

select.Mandatory {
}

textarea.Mandatory {
}

input.Not_Valid {
    border: 2px solid #BF1601;
}

select.Not_Valid {
    border: 2px solid #BF1601;
}

textarea.Not_Valid {
    border: 2px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryCaption {
}

td.MandatoryValue {
}

span.ValidationMessage {
    color: white;
    font-size: 11px;
    position: absolute;
    padding: 6px;
    font-weight: bold;
    background: #BF1601;
    max-width: 300px;
    z-index: 100;
}

span.ValidationIcon {
}

span.InputMandatorySymbol {
    position: absolute;
    color: #BF1601;
    padding: 3px;
    content: '*';
    font-size: 12px;
}

table.Empty {
    
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

.Heading1 {
    color: #1E9D96;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
}

.Heading2 {
    color: #1E9D96;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 3px;    
}

.Heading3 {
    color: #1E9D96;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 2px;   
    font-family: Roboto;
}

.Text_Note {
    font-size: 14px;
    /*color: #1E9D96;*/
    font-family: Roboto;
    /*font-weight: bold;*/
}

.Text_Note1 {
    font-size: 13px;
    /*color: #1E9D96;*/
    font-family: Roboto;
    /*font-weight: bold;*/
}
    
.Text_Error {
    color: #c7331f;
    font-family: Roboto;
    font-weight: bold;
}

.Text_NoWrap {
    white-space: nowrap;
    font-size: 13px;
    color: #999999;
    font-family: Roboto;
}

.Text_Preformatted {
    white-space: -moz-pre-wrap;
    white-space: pre;
    word-wrap: break-word;
    background-color: #EEEEEE;
}

.Text_Justified { 
    text-align: justify;
    font-size: 14px;
    font-family: Roboto;
}

.Text_Label { 
    text-align: right;
    font-size: 13px;
    font-family: Roboto;
}

.Text_Tabela { 
    text-align: justify;
    font-size: 13px;
    background-color: #F0F0F0;
    font-family: Roboto;
}

.Text_Italico { 
    text-align: justify;
    font-size: 14px;
    font-style: italic;
    font-family: Roboto;
}

.Document {
    background-color: white;    
    width: 968px;
    border: none;
    background:url(http://desout2/EP_StyleGuide/img/centro_bg.jpg) repeat-y 50% 0%;
    margin-left:auto;
    margin-right:auto;
    font-family: ROBOTO;
}

.DocumentPopup {
    background-color: White;    
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.Body {
    padding: 0px 16px 14px 16px;
    vertical-align:top;    
}

.BodyPopup {
    padding: 0px 16px 14px 16px;
    vertical-align:top;    
}

.Body .Button {
    margin-top: 10px;
}

.Body td .Button,
.Body th .Button {
    margin-top: 0px;
}

.Title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #1E9D96;
    font-weight: bold;
    font-family: ROBOTO;
}

.Apontador {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #1E9D96;
    font-weight: bold;
    font-family: ROBOTO;
    background-color: #F0F0F0;
}

.Title_Links, .Title_Links td {
    font-size: 14px;
    color: black;
}

.ShowRecord {
    margin-bottom: 8px;
}

.ShowRecord_SectionTitle {
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #888888;
    text-align: left;
}

.EditRecord {
    margin-bottom: 8px;
}

.EditRecord_SectionTitle {
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #888888;
    text-align: left;
}

.TableRecords_Wrapper {  
}

.TableRecords_Wrapper .Button {
    font-size: 10px;
    margin-top: 0px;
}

.TableRecords {
    border-top: 1px solid white;
    width: 100%;
}

table.TableRecords>tbody>tr:hover {
    background-color: #EEEEEE;
}

.TableRecords_Actions,
.TableRecords_Footer {
    font-size: 11px;
    vertical-align: middle;
    float: left;
    font-weight: bold;
    padding: 1px;
}

.TableRecords_TopNavigation {
    padding: 0px;
    border-top: 1px solid white;
    border-right: 0px none white;
    border-bottom: 0px solid white;
    border-left: 0px none white;
    display: block;
}

.TableRecords_TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.TableRecords_BottomNavigation {
    padding-top: 2px;
    border-top: 1px solid #1E5AA3;
    border-right: 0px none white;
    border-bottom: 0px solid white;
    border-left: 0px none white;
    display: block;    
}

.TableRecords_BottomNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.Filters_Wrapper {
    background: #dddddd url(/RichWidgets/img/Filter_Gradient.gif?5016) repeat-x top;
    padding: 4px;
}

.Filters {    
    white-space: nowrap;
}

.Filters td {    
    padding: 2px 0px 2px 4px;
    vertical-align: middle;
}

.Filters td img {
    vertical-align: middle;
}

.Filters td .Button {
    font-size: 12px;
}

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/

.linha_direita {
    border: 1px solid grey;
    border-right-width:1px;
    border-color: #1E9D96;
}

.linha_esquerda {
    border: 0px solid grey;
    border-left-width:1px;
}

.linha_esquerda_direita {
    border: 0px solid grey;
    border-left-width:1px;
    border-right-width:1px;
} 
 
.TableRecords_Evolucao {
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    white-space: nowrap;
    vertical-align: top;
}

.linha_fundo {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

.rebordo_preto{
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

.TableRecords_smaller {
    
}

.TableRecords_smaller td {
    font-size: 90%;
}

.TableRecords_smaller th {
    font-size: 90%;
}