﻿
/* /--Inserted in the upgrade to 8.0.0.0--\ */

@import url("/RichWidgets/upgradeTo8000.css?34184");

/* \--Inserted in the upgrade to 8.0.0.0--/ */
/*-------------------------------------------------------*/

/*@import url("/RichWidgets/web.css"); -- Removed in the upgrade to 5.1.0.7*/
.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
    border-collapse: collapse;
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */

    .Form_Title{
        background-color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #002745;
        border-bottom: 1px solid #FFFFFF;
        font-weight: bold;
    }
    .Form_Document {
    background-color: White;    
    height: 92%;
    width: 96%;
    }    

    .Form_Border{
        border: 1px solid #002745
    }
    
    .Form_TextLeft {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #002745;
        padding-right: 4px;
    }
    
    .FieldData{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #002745;
        height: 20px;
    }
    
    .Form_H4{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #002745;
        height: 20px;
    }    

div.Popup.ui-dialog .ui-dialog-titlebar {
    background-color: #F28D01;
}

div.calendar tbody td.selected,
div.calendar tbody .rowhilite td.selected {
    background-color: #F28D01;
}

div.calendar tbody th.selected /* copied from 'div.calendar tbody td.selected' in the upgrade to 5.0.0.0 */ ,
div.calendar tbody .rowhilite th.selected /* copied from 'div.calendar tbody .rowhilite td.selected' in the upgrade to 5.0.0.0 */ {
    background-color: #F28D01;
}    

div.ui-autocomplete-results li.ui-autocomplete-over { 
    background-color: #F28D01; 
} 
 
/****** To use the Richwidgets.UI_Tabs component ****************/ 
 
.Tabs_Wrapper {} 
.Tabs_TabBody {} 
 
 
 
/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/


html, form {
    height: 100%;
    margin:0px; 
    padding:0px;
}

body {
    height: 100%;
    background-color: #EAEAEA;
}

body,
select,
textarea,
input,
td {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


body,
p {
    margin: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {
    margin-bottom: 1px;
    margin-top: 1px;
}

input {
    padding: 1px 0px 1px 0px;
}

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;
    *margin-top: 0px;
}

table {
    border-collapse: separate;
    empty-cells: show;
}

a,
a:link,
a:visited {
    color: #1F5BA4;
}

a:hover {
    color: #CC3300;
}

a[disabled="disabled"] {
    color: ButtonShadow;
}

a[disabled="disabled"].reference-link {
    color: #444444;
}

/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */

img {
    vertical-align: text-bottom;
}


/*-----------------------------------------------------------------*/
/*----------------- 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;
    *padding: 0px 3px 0px 3px;
    font-size: 8pt;
}

.Button[disabled="disabled"] {
    padding: 1px 12px 2px 10px;
    color: ButtonShadow;
    cursor: text;
}

.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 white;
    color: #444444;
}

.EditRecord_Buttons {
    text-align: left;
    padding-top: 8px;
    border-bottom: 2px solid #F28D01;
    padding-bottom: 3px;
}

.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 white;
    padding: 5px;
    color: #444444;
    font-weight: normal;
    vertical-align: top;    
}

.TableRecords_Header {
    color:#EAEAEA;
    font-weight: normal;
    background: #F28D01 url(/RichWidgets/img/Bar_Gradient.png?34184) repeat-x top;
    _background:#F28D01;  /* 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;
    font-size: 14px;
}
.SortColumns_Sortable {
    font-weight: normal;
    cursor:pointer;
    color:white;
}    
.SortColumns_Sortable:hover {
    text-decoration:underline;
}    
.SortColumns_Sorted {
    font-weight: bold;
    cursor:pointer;
    color:white;
}
.SortColumns_Sorted:hover {
    text-decoration:underline;
}
.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
    color: white;
}
.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0;
}

.TableRecords_OddLine {
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-top: 0px solid #cccccc;
    border-right: 0px solid #efefef;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    white-space: wrap;
    vertical-align: top;
}

.TableRecords_EvenLine {
    line-height: 18px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-top: 0px solid #cccccc;
    border-right: 0px solid #efefef;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    white-space: wrap;
    vertical-align: top;
     background-color: #E0E0E0;}

.TableRecords_SelectedLine {
     background-color: #E2E2E2;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

/* /--Inserted in the upgrade to 5.1.0.0--\ */

.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;
}

/* \--Inserted in the upgrade to 5.1.0.0--/ */

/* /--Inserted in the upgrade to 5.1.0.2--\ */

select.Mandatory {
}

textarea.Mandatory {
}

/* \--Inserted in the upgrade to 5.1.0.2--/ */

input.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.MandatoryValue {
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}
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;
}

.Invisible {
    display: none;
}
.DeveloperComment {
    display: none;
    border-style: solid;
    border-color: Gray;
    border-width: 1px 2px 2px 1px;
    background-color: #FFFF99;
    font-size: 9pt;
    color: #666666;
    margin: 2px;
    padding: 4px;
    position: absolute;
    right: -190px;
    width:220px;
    visibility: hidden;
    top:-1500px;
    text-align: left;
}


/*-----------------------------------------------------------------*/
/*----------------- 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.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
}

.Heading2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 3px;    
}

.Heading3 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 2px;    
}

.Text_Note {
    color: #888888;
    font-size: 11px;
}

.Text_Error {
    color: #c7331f;
}

.Text_NoWrap {
    white-space: nowrap;
}

.Text_Preformatted {
    white-space: -moz-pre-wrap;
    white-space: pre;
    word-wrap: break-word;
}

.Text_Justified { 
    text-align: justify;
} 

.Text_Gray {
    color: #888888;
    font-size: 12px;
    font-style: italic;
    font-family: sans-serif;
}

/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

.Document {
    background-color: White;    
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 1px 1px 1px;
    height: 92%;
    width: 96%;
}
.DocumentPopup {
    background-color: White;    
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
* html .Document {
    height: 90%;
}

.Footer {
    color: #666666;
    font-size: 11px;    
    width: 96%;
    padding-top: 5px;
    margin: 0 auto;
}
.BodyPopup {
    padding: 0px 16px 14px 16px;
    vertical-align:top;    
}

.Body {
    padding: 0px 16px 14px 16px;
    vertical-align:top;    
    height: 90%;
}

.Body .Button {
    margin-top: 10px;
}

.Body td .Button {
    margin-top: 0px;
}

.Body th .Button /* copied from '.Body td .Button' in the upgrade to 5.0.0.0 */ {
    margin-top: 0px;
}

.Header {
    background: #FFFFFF url(/Reclamacoes_CQ/img/Header_Background.png?34737) right top no-repeat;
}



.Title {
    margin-top: 13px;
    margin-bottom: 16px;
}

.Title_Links {
    font-size: 11px;
    font-weight: bold;
}

.Title .Heading1 {
    padding-bottom: 0px;
    font-size: 20px;
}


.Title_Links td {
    font-size: 11px;
}

.Title_Links th /* copied from '.Title_Links td' in the upgrade to 5.0.0.0 */ {
    font-size: 11px;
}

.Title_Links_bigger {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/


.Header_Greetings {
     background:url(/Reclamacoes_CQ/img/Header_Greetings.png?34737) left bottom no-repeat;
     _background-image:none;  /* IE6 */
     _background-color:white;  /* IE6 */
      _border:1px solid #CCCCCC;  /* IE6 */
     float:right;
     font-size:11px;
     padding:4px 18px 6px 8px;
}

.Header_Title {
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
    vertical-align:middle;
}

.Header_Title_NoMenu {
  border-bottom:5px solid #F28D01;
  padding-bottom:5px;
  padding-left:5px;
  padding-top:5px;
  vertical-align:middle;
  width:100%;
  background: #FFFFFF;
}

.Header_Title_Image {
    vertical-align: middle;
    float: left;
}

.Header_Title_Company {
    color:#014076;
    font-size:14px;
    font-weight:bolder;
    margin-left:5px;
    vertical-align:middle;
}
.Header_Title_Application {
    color:#014076;
    font-size:18px;
    /*font-weight:bolder;*/
    margin-left:5px;
    vertical-align:middle;
    font-family: Helvetica, sans-serif;
}

.Header_Title a,
.Header_Title a:link,
.Header_Title a:visited,
.Header_Title a:hover {
    text-decoration: none;
    color: #F28D01;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu_Container {
}


.Menu_TopMenus {
    margin-left: 10px;
    *height: 20px;
    _border-left: 1px solid #cccccc;  /* IE6 */
} 

.Menu_TopMenu { 
    display: -moz-inline-box; /*FF2*/
    display: inline-block;
    *float:left; 
    background-color: #EAEAEA;
    white-space: nowrap; 
    font-size: 12px;
    margin-left: -1px;
    padding: 2px 8px 2px 8px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
} 

.Menu_TopMenu A:link ,
.Menu_TopMenu A:visited,
.Menu_TopMenu A {
    color: #555555; 
    text-decoration: none; 
}

div.Menu_TopMenuActive {
    background-color: #8F8F8F;
}

div.Menu_TopMenuActive a, 
div.Menu_TopMenuActive a:link,
div.Menu_TopMenuActive a:visited {
    color: White;
}

.Menu_SubMenuSection {
    background: #444444 url(/RichWidgets/img/Bar_Gradient.png?34184) repeat-x top;
    _background: #444444;  /* IE6 */
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
    color: White;
    height: 18px;
    padding: 3px 0px 2px 15px;
    vertical-align: middle;
}

.Menu_SubMenuItem, 
.Menu_SubMenuItem:link,
.Menu_SubMenuItem:visited {
    color: White;
    font-size: 8pt;
    text-decoration: none;
    padding-left:3px;
    padding-right:3px;
}

.Menu_SubMenuItem:hover {
    text-decoration: underline;
}

a.Menu_SubMenuItemActive,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
    font-weight: bold;
}


/*--------Menu WebBlock End--------------------*/



/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
    margin-bottom: 8px;
}

.ShowRecord_LastModified {
    padding-top: 2px;
    color: #888888;
    font-size: 9px;    
    font-style: italic;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
    margin-bottom: 8px;
    padding: 8px;
}

.EditRecordWithTitles_Wrapper {
    float: left;
    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;
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
}
.TableRecords_Wrapper .Button {
    font-size: 10px;
    margin-top: 0px;
}

.TableRecordsWithFilters_Wrapper {
}

.Filters_Wrapper {
 background: #dddddd url(/Reclamacoes_CQ/img/Filter_Gradient.gif?34737) repeat-x top;
 padding: 4px;
}

.TableRecords_Frame {
    border-top: 1px solid white;
    width: 100%;
}

div.TableRecords_Frame>table>tbody>tr:hover {
    background-color: #EEEEEE;
}

.TableRecords_Actions,
.TableRecords_Footer {
    font-size: 11px;
    vertical-align: middle;
    float: left;
    font-weight: bold;
    padding: 1px;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
    float: left;
    padding: 0px;
}

.TableRecords_TopNavigation {
    padding: 0px;
    border-top: 1px solid white;
    border-right: 0px none white;
    border-bottom: 0px solid white;
    border-left: 0px none white;
    _height: 1%;  /* IE6 */
    display: block;
    *display: inline-block;
}

.TableRecords_TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.TableRecords_BottomNavigation {
    padding-top: 2px;
    border-top: 0px none white;
    border-right: 0px none white;
    border-bottom: 0px solid white;
    border-left: 0px none white;
    _height: 1%;  /* IE6 */
    display: block;
    *display: inline-block;    
}

.TableRecords_BottomNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.Filters {    
    white-space: nowrap;
}
.Filters td {    
    padding: 2px 0px 2px 4px;
    vertical-align: middle;
}

.Filters th /* copied from '.Filters td' in the upgrade to 5.0.0.0 */ {    
    padding: 2px 0px 2px 4px;
    vertical-align: middle;
}

.Filters td img {
    vertical-align: middle;
}

.Filters th img /* copied from '.Filters td img' in the upgrade to 5.0.0.0 */ {
    vertical-align: middle;
}

.Filters td .Button {
    font-size: 12px;
}

.Filters th .Button /* copied from '.Filters td .Button' in the upgrade to 5.0.0.0 */ {
    font-size: 12px;
}

.SolutionRecord {
    white-space: normal;
    margin: 3px 5px 2px 5px;
    font-size: 11px
}


/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
    margin-top: 16px;
    margin-bottom: 8px;
    margin-left: 31px;
    clear: both;
}

.Login_RememberValue {
    text-align: left;
}

/*--------Login Pattern End--------------------*/

.myValidationMessage {
    color: white;
    font-size: 11px;
    position: absolute;
    padding: 6px;
    font-weight: bold;
    background: #BF1601;
    max-width: 300px;
    z-index: 100;
}

.myBackground{
    background: #dddddd;
}




/*-----------------------------------------------------------------*/
/*------------------ Enterprise eSpace Styles End -----------------*/
/*-----------------------------------------------------------------*/

@media print {
   .Header, .Footer, .Menu, .Sidebar_Placeholder, .Menu_SubItems, input[type=submit]  {display: 
none;} 
   .Document {background-color: white;} 
   .Document_Frame_L, .Document_Frame_R {background-image: none;} 
}
/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/*----------------- Print version start ---------------------------*/
/*-----------------------------------------------------------------*/
.ShowRecordPrintVersion_Wrapper {
    BORDER-BOTTOM: black 1px solid; 
    BORDER-LEFT: black 1px solid; 
    BORDER-TOP: black 1px solid; 
    BORDER-RIGHT: black 1px solid; 
    PADDING: 5px;
    MARGIN-BOTTOM: 8px; 
    MARGIN-LEFT: 10PX;
    MARGIN-RIGHT: 10PX;
}

.ShowRecordPrintVersion_Caption {
    PADDING-BOTTOM: 2px; 
    PADDING-LEFT: 4px; 
    PADDING-RIGHT: 10px; 
    PADDING-TOP: 3px;
    COLOR: black; 
    FONT-SIZE: 1.1em; 
    FONT-WEIGHT: bold; 
}

.ShowRecordPrintVersion_Value {
    PADDING-BOTTOM: 2px; 
    PADDING-LEFT: 4px; 
    PADDING-RIGHT: 2px; 
    COLOR: black; 
    VERTICAL-ALIGN: bottom; 
    FONT-SIZE: 1.1em; 
}


.ShowRecordPrintVersion_Unerlinedonly {
    BORDER-BOTTOM: black 1px solid
}

.ShowRecordPrintVersion_Title {
    PADDING-LEFT: 4px; 
    MARGIN-LEFT: 10PX;
    MARGIN-RIGHT: 10PX;
    FONT-SIZE: 1.9em; 
    FONT-WEIGHT: bold; 

}

.Header_Title_Printer {
    float:right;
}





@media print {
    .ShowRecordPrintVersion_Wrapper {
        BORDER-BOTTOM: black 1px solid; 
        BORDER-LEFT: black 1px solid; 
        BORDER-TOP: black 1px solid; 
        BORDER-RIGHT: black 1px solid; 
        PADDING: 5px;
        MARGIN-BOTTOM: 8px; 
        MARGIN-LEFT: 10PX;
        MARGIN-RIGHT: 10PX;
    }

    .ShowRecordPrintVersion_Caption {
        PADDING-BOTTOM: 2px; 
        PADDING-LEFT: 4px; 
        PADDING-RIGHT: 10px; 
        PADDING-TOP: 3px
        COLOR: black; 
        FONT-SIZE: 1.8em; 
        FONT-WEIGHT: bold; 
    }

    .ShowRecordPrintVersion_Value {
        PADDING-BOTTOM: 2px; 
        PADDING-LEFT: 4px; 
        PADDING-RIGHT: 2px; 
        COLOR: black; 
        VERTICAL-ALIGN: bottom; 
        FONT-SIZE: 1.8em; 
    }


    .ShowRecordPrintVersion_Unerlinedonly {
        BORDER-BOTTOM: black 1px solid
    }

    .ShowRecordPrintVersion_Title {
        PADDING-LEFT: 4px; 
        MARGIN-LEFT: 10PX;
        MARGIN-RIGHT: 10PX;
        FONT-SIZE: 3em; 
        FONT-WEIGHT: bold; 

    }

    .Header_Title_Application {
        color:#858585;
        margin-left:5px;
        vertical-align:middle;
        font-size:3em;
        font-weight:bolder;
    }

    .Header_Title_Printer {
        float:right;
    }
}

/*-----------------------------------------------------------------*/
/*----------------- Print version end   ---------------------------*/
/*-----------------------------------------------------------------*/
/*** Generated classes from Style Editor in OutSystems 10 ***/
[data-style-key="7O+sFVSjcU6ENMEfe1Nv8A"] { margin:0px; padding:0px; }
[data-style-key="n80WO6xIGUSAV3PDV8UVrQ"] { padding:8px; }
[data-style-key="FXM6Xx7oDkqXXIHdC7EsZg"] { padding:4px 8px 4px 8px; }
[data-style-key="54PmweVKQ0eX5a6mXsU0ZA"] { padding:4px 8px 4px 8px; }
[data-style-key="4l933euC1ESc3A+YvSlV_A"] { text-align:center; }
.Header_Greetings[data-style-key="wxyLjGlu0qBbZBY+PSUWZw"] { display:inline-block; width:290px; }
[data-style-key="s_2bGxS1RE2iuU9njRYn0Q"] { display:inline-block; width:45px; }
[data-style-key="S9rPwyMtK0+2wNIR8U49ww"] { display:inline-block; width:30px; }
[data-style-key="QXeSOaAWiEWAADsgxv_MSg"] { display:inline-block; width:850px; }
.gallery-main-container[data-style-key="8ySd+s1Q_EOcSY1za1Rkxg"] { display:inline-block; height:200px; width:200px; }
.gallery-inner-border[data-style-key="_IfjYHgAZ0aHfrrWCrc6nA"] { display:inline-block; height:200px; width:200px; }
.gallery-picture-wrapper[data-style-key="FAI4o7xSn0ySFrRTG8Hgkg"] { display:inline-block; height:100px; width:200px; }
.gallery-picture-container-top[data-style-key="d7MyH2AfaEWKnZjKeANfIQ"] { display:inline-block; height:20px; width:150px; }
.gallery-picture-container-non-edit[data-style-key="NaJZCjceFECQi2JcF62EDA"] { display:inline-block; height:80px; width:150px; }
[data-style-key="omxdrYY_zk62avTm4DGCsg"] { display:inline-block; width:200px; }
[data-style-key="GWdulrpaHEaUw9OAl3YKjg"] { display:inline-block; width:220px; }
[data-style-key="CBjRUhvbLUiscEf6DIwkiQ"] { height:10px; }
[data-style-key="8ah_12szp0qExJnu_zbl_Q"] { display:inline-block; width:220px; }
[data-style-key="YyoMndmPF0WF_oKq9Y7ylA"] { height:10px; }
.gallery-main-container[data-style-key="Z3lIF91bPUWziUf_m7lfPg"] { display:inline-block; height:200px; width:200px; }
.gallery-inner-border[data-style-key="Q+CkTdaOT0qBg+CF7tRZfQ"] { display:inline-block; height:200px; width:200px; }
.gallery-picture-wrapper[data-style-key="vKEYJU8HA0Gx0_y6S_cgfw"] { display:inline-block; height:100px; width:200px; }
.gallery-picture-container-top[data-style-key="wcmdoPYnKESNpL_rANvPig"] { display:inline-block; height:20px; width:150px; }
.gallery-picture-container-non-edit[data-style-key="1GHw4+3HgEyxO3L5lOwU0Q"] { display:inline-block; height:80px; width:150px; }
[data-style-key="CSEcmlTRNEOyvbfA_Bc4zw"] { display:inline-block; width:200px; }
.gallery-main-container[data-style-key="8qGOFnnvDU2vTmC1EhWQGw"] { display:inline-block; height:200px; width:200px; }
.gallery-inner-border[data-style-key="daEI3m867kKGEBp+hzU1sA"] { display:inline-block; height:200px; width:200px; }
.gallery-picture-wrapper[data-style-key="V8Yy3LRmfkK0Hi4k_TFvpw"] { display:inline-block; height:100px; width:200px; }
.gallery-picture-container-top[data-style-key="RqZIsgbXRU+SGrj2CE_lOw"] { display:inline-block; height:20px; width:150px; }
.gallery-picture-container[data-style-key="+RW+3FuoyEmej_lANINV+w"] { display:inline-block; /*height:80px;*/ width:150px; }
.email-wrapper[data-style-key="rjce48dIRkSMqX4TVcnOOQ"] { display:inline-block; width:200px; }
[data-style-key="Ryd3hWD+QEulYf1rHEccNw"] { display:inline-block; width:200px; }
[data-style-key="oOAecKJzg0uD9da2k_5pLw"] { margin:2px; padding:2px; }
/*** Generated classes from Style Editor in OutSystems 10 ***/