﻿@import url("/LiverpoolTheme/Theme.LiverpoolTheme.css?1519");

/
@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Bold.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Bold.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Bold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Bold.svg#Open-Sans') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Italic.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Italic.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Italic.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Italic.svg#Open-Sans') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Semibold.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.svg#Open-Sans') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('/MarketDataBackOffice/OpenSans-CondLight-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*------------------------------------*\
             Font Definition
\*------------------------------------*/

html, body, a, select, fieldset, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', Meiryo, sans-serif;
}
ul, li, form, table, tbody, thead, tr, th, td {
    font-size: 11px;
    margin: 0;

}


/*------------------------------------*\
              Font Classes
\*------------------------------------*/




/* Font OpenSans classes */

.OpenSans_Regular {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    font-weight: 400;
}

.OpenSans_Bold {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    font-weight: 700;
}

.OpenSans_Italic {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    font-style: italic;
}

.OpenSans_Semibold {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    font-weight: 600;
}


.Dashboard_BlockTitle {
    color: #444444;
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 2px;
    border-bottom: 2px dotted #CCCCCC;
    
}


/*Customize*/
/* =================================================== */

body,
.Content,
.MainContent {
    background: rgba(255, 255, 255, 1);
    font-size: 12px;

}

label{
     color: #777;
     font-weight: 100;
     font-size: 0.8em;
     line-height: 0.8em;
     padding-bottom: 5px;
     text-transform: uppercase;
 }
a,
a:link,
a:visited {
    color: #ce0202;
}

body,
select,
textarea,
input,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(0, 0, 0, 1);
}
.Title{
     font-variant: all-petite-caps;
}
input{
 font-size: 12px;
 font-variant: normal;
 box-shadow: none;
 margin: auto;
 border-radius:12px;
}
fieldset { 
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
margin-bottom: 6px;
margin-top: 6px;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #acacac;
  font-size:90%;
  text-align:left;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  }
.Heading1{
background: linear-gradient(to right, #2c2c2c, #5b5b5b, #8e8e8e, #c5c5c5, #ffffff);
    color: #fff;
    line-height: 36px;
    padding: 5px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; 
}
.Heading2,
.Heading3,
.Heading4{
}
.Footer,
.Header {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    line-height: 21px;
    background-color: #282829;
    color: #fff;
}
.DarkBlue {
    background-color: #707070;
    color: #fff;
}
.Application_Title a,
.Application_Title a:link,
.Application_Title a:visited,
.Application_Title a:hover {
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 21px;
    
}

.Login_Info,
.AppSwitcherContainer,
a.Login_Info_Username,
a.Login_Info_Username:link,
a.Login_Info_Username:visited {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
}

.Login_Info_Logout:before,
.Login_Info_Username:before,
.AppSwitcherContainer:before,
.AppSwitcherLink[disabled='disabled']:before {
    color: rgba(255, 255, 255, 1);
}

.Header_Menu,
.Application_Menu { 
    color:#fff;
    background:#a41e36;
    line-height: 2;
}

.ie8 .Header_Menu {
    border-bottom: rgba(237, 128, 0, 1);
}

.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link,
.Menu_DropDownPanel a:visited {
    color: rgb(234, 234, 234);
}

.Menu_DropDownArrow {
    position: relative;
    top: 10px;
    border-style: solid dashed dashed;
    border-color: transparent;
    border-top-color: #666;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    border-width: 6px 4px 0;
    padding-top: 1px;
}
/* .Menu_TopMenu **************************/
.Menu_TopMenu {
    height: 62px;
    position: relative;
}
.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    font-family: 'Open Sans Condensed';
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;

}

.Menu_TopMenu a:hover,
.Menu_TopMenu:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #61110c;
}

.Menu_TopMenuActive,
.Menu_DropDownButton.open .Menu_TopMenu  {
    background-color: rgba(0,0,0,0.3);
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited,
a.Menu_SubMenuItem:hover {
    color: rgb(184, 185, 185)
}

.tablet .MenuSlider_Toggler, 
.phone .MenuSlider_Toggler {
    color: rgba(237, 128, 0, 1);
}

.Menu_DropDownPanel {
    background-color: #282829;
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #000;
}

.Menu_DropDownPanel a.Menu_SubMenuItem,
.Menu_DropDownPanel a.Menu_SubMenuItem:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    border-color: #000;
    color: #bde6fb;
    background-color: #000;
}

.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem,
.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem:link,
.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    border-bottom: #000;
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #0000;
}

.Feedback_AjaxWait {
    color: rgba(237, 128, 0, 1);
}

.Login_background + span .Feedback_Message_Wrapper span + .Feedback_Message_Error .Feedback_Message_Wrapper_Close:after {
    color: #207ce5;
}

.DropdownMenu .PH > a:hover {
   color: rgba(250, 223, 190, 1);
}

.IconBadge_number {
    background-color: rgba(237, 128, 0, 1);
}

.NavigationBar a.Active:after {
    background-color: #2b84e6;
}

.NavigationBar a.Active:not(.IE8):before { /* Triangle indicator (:before) */
    border-bottom: 4px solid rgba(237, 128, 0, 1);
}

.desktop .NavigationBar a:hover:after,
.desktop .NavigationBar a:link:hover:after {
    background-color: rgba(237, 128, 0, 1);
}

.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
    border-color: #0047ed;
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid;
    border-color: #0047ed;
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover {;
    border-color:  #0047ed;
}
.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after,
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after,
.tablet .NavigationBar a:link:active:after {
    background-color: #fff;
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: rgba(250, 223, 190, 1);
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 5px solid rgba(250, 223, 190, 1);
    color: rgba(250, 223, 190, 1);
}

.WizardStep.ActiveStep {
    background-color: #207ce5;
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(237, 128, 0, 1);
    border-bottom-color: rgba(237, 128, 0, 1);
}

.WizardStep.Past {
    background-color: rgba(237, 128, 0, .8);
}

.WizardStep.Past:after {
    border-top: 1px solid rgba(237, 128, 0, 1);
    border-right: 1px solid rgba(237, 128, 0, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #040815;
    border-color: #207ce5;
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #e73d25;
    border-color:#f95940;
}

.Button.Link {
    color: rgba(237, 128, 0, 1);
}

.desktop .Button.Link:hover {
    border-color: #207ce5;
    color: rgba(237, 128, 0, 1);
}

div.Application_Menu div.Menu_DropDownPanel a,
div.Application_Menu div.Menu_DropDownPanel a:link,
div.Application_Menu div.Menu_DropDownPanel a:visited {
    border-bottom: solid 1px #333333;
}

.tablet .Application_Menu a,
.phone .Application_Menu a,
.tablet .Application_Menu a:link,
.phone .Application_Menu a:link,
.phone Application_Menu a:visited,
.phone Application_Menu a:visited{
    border-bottom: 1px solid #333333;
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(237, 128, 0, 1);
}

div.calendarPattern thead .button {
    color: #207ce5;
}

div.calendarPattern tbody td.selected {
    background:  rgba(237, 128, 0, 1);
}

.DropdownMenu .PH > a:hover {
   color: #207ce5;
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: #207ce5;
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid #207ce5;
    color: #207ce5;
}

.WizardStep.Past {
    background-color: #207ce5;
}

.WizardStep.Past:before{
    border-color: #207ce5;
}


a.Header_ButtonMenu {
    color: #FFF;
}

.tablet .Menu_DropDownPanel,    
.phone .Menu_DropDownPanel {
    background-color: #999;
}


a.ActionAdd, 
a.ActionEdit, 
a.ActionChange,
a.ActionDelete {
    background-color: #282829;
    color: #FFF;
    border: 1px solid;
    border-color: #383838;
}

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionChange:hover,
a.ActionDelete:hover {
  background-color: #207ce5;;
  border-color: #207ce5;;
}


a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis,
a.ListNavigation_Previous:link,
a.ListNavigation_Next:link {
    background: #fcfcfc;
    border: 1px solid #CCCCCC;
    color: #2e3136;
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_Ellipsis:hover,
a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover {
    background-color: #E6E6E6;
    border-color: #4C4C4C;
}

span.ListNavigation_CurrentPageNumber {
    border: 1px solid #4C4C4C;
    background-color: #E6E6E6;
}

.TableRecords_Header {
    color: #2e3136;
    border-bottom: 1px solid #d0d0d0;
    font-size: 0.8em;
}

.TableRecords tr:hover {
    background: #ffe97d !important;
}

.InEvidenza td{
    background: #ECE9F3 !important;
}

.TableRecords {
    background: none repeat scroll 0 0 #FFF;
    border-color: #d0d0d0;
}

.TableRecords_EvenLine {
    background-color: #fff5f5;
}

.EditableTable thead td {
    color: #2e3136;
    
}

.EditableTable {
    border: 1px solid #d0d0d0;
}
.EditableTable thead td {
    border-bottom: 1px solid #d0d0d0;
}
.EditableTable tr:hover {
    background: #ffe563;
}
.EditableTable tr:nth-child(even) {
    background: #F4F4F4;
}

td.RowWithAddAction {
    background: none repeat scroll 0 0 #FFF;
}

.Login_Title {
    color:  #fff;
}

.Login_Text {
    color: #333;
}

.Login_background + span .Feedback_Message_Wrapper span + .Feedback_Message_Error .Feedback_Message_Wrapper_Close:after {
    color: #fff;
}

.Login_Footer {
   color: #999;
}

.Accordion {
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.Post {
    background: none repeat scroll 0 0 #fff;
    padding: 5px;
    border: 1px solid #d0d0d0;
}

.tooltip_style {
    background-color: #393939;
}

.ButtonGroup_button.Button {
    color: #171717;
    background-color: #FCFCFC;
    border-color: #CCC;
    border-right: 1px solid #CBCBCB;
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button.active,
.ButtonGroup_button.Button:active {
    border-color: #CBCBCB;
    background: #E6E6E6;
}

.ButtonGroup_button.Button:first-child {
    border-left: 1px solid #CBCBCB;
}

.desktop .ButtonGroup .Button:hover {
    border: 1px solid #CCC;
    background: #E6E6E6;
}
.desktop .ButtonGroup .Button:first-child:hover {
    border: 1px solid #CCC;
}
.desktop .ButtonGroup_button.Button.disabled,
.desktop .ButtonGroup_button.Button.disabled:hover {
    color: #999;
    background-color: #F5F5F5;
}

.desktop .ButtonGroup_button.Button.active,
.tablet .ButtonGroup_button.Button.active,
.phone .ButtonGroup_button.Button.active {
    background: #ccc;
}

.phone .ButtonGroup_button.Button,
.mini.tablet .ButtonGroup_button.Button {
    border-left: 1px solid #CCC;
} 


.DropdownMenu .PH > a {
   color: #A4A4A4;
}

.DropdownMenu .PH > a:hover {
   color: rgba(237, 128, 0, 1);
}

.ButtonDropdown_text,
.ButtonDropdown_icon {
    color: #000;
}

.IconDropdown.open .Button {
    background-color: #499cea;
    border-color: #207ce5;
}

.IconBadge_number {
    border: 2px solid #F2F2F2;
    background-color: #499cea;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
    color: #c7c7c7;
}

.NavigationBar a.Active {
    color: #3e5154;
}

.NavigationBar a:after,
.NavigationBar a:link:after {
    background-color: #c7c7c7;
}

.NavigationBar a.Active:after {
    background-color: #499cea;
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(237, 128, 0, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #3e5154;
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after {
    background-color: #499cea;
}

.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
    border-color: #207ce5;
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(237, 128, 0, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover {;
    border-color: rgba(237, 128, 0, 1);
}
.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: #207ce5;
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: rgba(237, 128, 0, 1);
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid rgba(237, 128, 0, 1);
    color: rgba(237, 128, 0, 1);
}

.TabsServer a,
.TabsServer a:link,
.TabsServer a:visited {
    color: #333;
    background-color: #e6e6e6;
    border-color: #CCC;
}

.TabsServer a:hover,
.TabsServer a:active,
.TabsServer a.Active {
    color: #333;
    background-color: #F2F2F2;
    border-bottom-color: #F2F2F2;
}

.TabsServer a:hover {
    border-color: #CCC;
    background-color: #F2F2F2;
}

.Panel .Tabs__tab {
    border-left: 1px solid #CCC;
}

.phone.landscape .Tabs__tab,
.tablet .Tabs__tab {
    border-right: 1px solid #ccc;
}

.WizardStep {
    background-color: #C2C2C2;
}

.WizardStep:before {
    border-top-color: #C2C2C2;
    border-bottom-color: #C2C2C2;
}

.WizardStep a,
.WizardStep a:link,
.WizardStep a:visited {
    color: #FFF;
}

.WizardStep.ActiveStep {
    font-weight: bold;
    background-color: #499cea;
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(237, 128, 0, 1);
    border-bottom-color: rgba(237, 128, 0, 1);
}

.WizardStep.Past {
    background-color: #207ce5;
}

.WizardStep.Past:before {
    border-color: #207ce5;
}

.WizardStep.Past:after {
    border-top: 1px solid #207ce5;
    border-right: 1px solid #207ce5;
}

.WizardStep:after {
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.Button,
a.Button {
   background-color: #FCFCFC;
   border: 1px solid #CCCCCC;
   color: #2e3136;
   font-size: 13px;
}

.Button:visited,
.Button:link {
    color: #2e3136;
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #c22513;
    color: #FFF;
    border-color: #207ce5;
    border: 1px solid;
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #930f00;
    border-color: #000;
}

.Button[disabled] {
    background: #eeeeee;
    color: #ccc;
    border-color: #eeeeee;
}

.Button.Cancel,
a.ActionDelete {
    border-color: #999;
    color: #4c4c4c;
}

.Button.Neutral {
    background-color:  #FCFCFC;
}

.Button.Link {
    color: rgba(237, 128, 0, 1);
}

.desktop .Button:hover,
.desktop a.Button:hover {
    background-color: #ccc;
    border-color: #4C4C4C;
}

.desktop .Button[disabled]:hover {
    color: #fff;
}

.desktop .Button.Cancel:hover {
    background-color:  #e0e1e3;
    border-color: #999999;
    color: #4c4c4c;
}

.desktop .Button.Success:hover {
    background-color: #acc469;
}

.desktop .Button.Danger:hover {
    background-color: #9e5141;
    border-color: #9e5141;
}

.desktop .Button.Link:hover {
    border-color: #207ce5;
    color: rgba(237, 128, 0, 1);
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: rgba(237, 128, 0, 1);
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background-color: #d6260c;
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #207ce5;
}

.Calendar-dayNames {
    border-top: 2px solid rgba(237, 128, 0, 1); 
}

.CardTransparent{
    padding: 10px;
    width: 100%;
    border: 1px solid #dadbde;
    box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5);
}

 
 .ico_red, .ico_red a{
     color: red !important;
 }
 .ico_green, .ico_red a{
     color: green !important;
 }
 .ico_orange{
     color: orange !important;
 }
 
 td.tooltip .Neu_tooltip{
    position: absolute;
    background: rgba(0, 0, 27, 0.91);
    padding: 5px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    margin-top: -0.5em;
    box-shadow: -5px 5px 5px #888888;
    margin-left: -195px;
    width: 180px;
    text-align: right;
    color: white;
    opacity:0;
    
 }
 
 td.tooltip:hover .Neu_tooltip{
     opacity:1;
 }
 
 td.tooltip .Neu_tooltip .Heading2{
     color: #fff;
     font-size: 16px
 }
 
  td.tooltip {
      cursor: pointer;
  }
 
 .SmallTop{
     font-size: 0.8em;
     margin-top: -0.5em;
     
 }
 td.nowrap{
     white-space: nowrap;
 }

.small{
    font-size: 0.6em
}

.Flat{
    font-weight: 400;
}
 /*Layout fix Mari */
 
 .right{
     float: right;
 }

.tab-item, .tab-item.tab-item {
    color:#207ce5;
}
.button-red, .Button.button-red {
    background-color:#cf0000;
    color:#fff;
}
.Filters_Wrapper {

    border-radius: 8px;
    margin-bottom: 10px;
    margin:3px;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.76) 32%, rgba(209,209,209,0.73) 37%, rgba(254,254,254,0.26) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(32%, rgba(219,219,219,0.76)), color-stop(37%, rgba(209,209,209,0.73)), color-stop(100%, rgba(254,254,254,0.26)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.76) 32%, rgba(209,209,209,0.73) 37%, rgba(254,254,254,0.26) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.76) 32%, rgba(209,209,209,0.73) 37%, rgba(254,254,254,0.26) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.76) 32%, rgba(209,209,209,0.73) 37%, rgba(254,254,254,0.26) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,0.76) 32%, rgba(209,209,209,0.73) 37%, rgba(254,254,254,0.26) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );

}
.TableRecords_Header {
    border-bottom: 1px solid #d0d0d0;
    color: #fafcff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    text-transform: uppercase;
    background-color: #ca3f3f;
}
input[type="checkbox"]:disabled:before {
    box-shadow: inset 0 0 15px #d0d0d0;
    opacity: 0.3;
    filter: alpha(opacity=40);
}
input[type=file] {
    padding-top:6px;
    vertical-align: middle;
}
.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #282829;
    color: #FFF;
    border-color: #282829;
}
.CardSimple .Card_Text {
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
}
div.Feedback_AjaxWait {
  top: 50%;
  left: 25%;
  max-height:100px;
  max-width: 50%;
  position: absolute;
}
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar, div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: #282829;
    font-size: 12px;
}
.Form label {
    position: relative;
    font-size: 10px;
}
.Form input.ReadOnly,.Form input.ReadOnly:not(.Not_Valid),  .Form textarea.ReadOnly, .Form select.ReadOnly {
    box-shadow: none;
    text-size:14px;
}
.Counter.Auto{
border-radius: 12px;
}
.Login_Box {
    margin-left: -150px;
    width: 300px;

}
.Login__Logo{
    padding-bottom: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.Login__Form{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*** Generated classes from Style Editor in OutSystems 10 ***/
[data-style-key="LI6eJ1sWUkmMAl6xzEJhJA"] { background:rgba(0,0,0,0.7); padding:3px; }
.Button.Button_red[data-style-key="NIQgqzBwGkCXN3gW4I9W9w"] { background-color:#d23505; border-color:#830000; }
.White[data-style-key="F8LQoG1cbEi+o0Xq5z1gbQ"] { border-radius:12px 12px 0px 0px; font-size:18px; margin:-25px 0px 0px 0px; padding:3px; text-align:center; }
[data-style-key="dzI8OLCrkUO_0n_X_oaJcQ"] { background:#fff; }
[data-style-key="wLEJJ1maWE2fcQzYEvqOLA"] { height:30px; }
[data-style-key="8MXCB+k15Ui7KLHKYw8BZw"] { font-family:'Open Sans Condensed'; font-size:18px; }
[data-style-key="_8AFYvYaLkmlEE5mkYAumg"] { font-family:'Open Sans Condensed'; }
[data-style-key="guz5A7Vqmk2hDjr3EZqUQg"] { font-family:'Open Sans Condensed'; font-size:24PX; font-weight:bold; }
.Button[data-style-key="RpKyGLJmIkK1PWxAoV+sXQ"] { background-color:#ff0c0c; color:#fff; }
[data-style-key="QbEWBmqOPkWz1rg7cUj0_g"] { font-weight:bold; }
[data-style-key="C2vxbMupV0mC9I35qDUN3w"] { font-style:normal; font-weight:bold; text-decoration:underline; }
[data-style-key="JRSIJu4nRUyIB8aFMbOQiQ"] { text-align:left; }
[data-style-key="i2irnP8nDk22_omUhbQTPw"] { text-align:center; }
[data-style-key="O8QISs9TdUe0OGlOO7F5lw"] { text-align:center; }
[data-style-key="V7dnnJrRg0qUoGZeHED0VQ"] { font-weight:bold; }
[data-style-key="94AEMSyiIES8gnntvA8PBw"] { font-weight:bold; }
.Filters_Wrapper[data-style-key="S5Cv_jz6Vk6HUOsYGT4DrA"] { border-radius:8px; }
[data-style-key="jDUJMQoRE0ysvlV+ZrRXsA"] { margin:auto; }
[data-style-key="fUOJEoQplEeLMe7PTtd8Sw"] { text-align:right; }
[data-style-key="81oEJ6FSM0eApCkZBnSOrQ"] { text-align:center; }
[data-style-key="vQORWz6jEkGmoGl2q05Y3A"] { text-align:center; }
[data-style-key="ym+G0VZHLUWlfY4MB6XREA"] { text-align:center; }
[data-style-key="yl0QM_SLt0akvY8Bs5ZAZQ"] { text-align:center; }
[data-style-key="HbA69gTYcECDAGZLg_IHCA"] { font-size:100%; }
.tab-item[data-style-key="cV5K1pt6GEmesZ6RJSiuUQ"] { color:#bf0404; font-weight:bold; }
.Text_small[data-style-key="YhgB8WUgy0KD6lEv445Ydw"] { padding:5px; }
.Text_small[data-style-key="oxuEKJNDZ0+krb9YbQESeA"] { padding:5px; }
.Text_small[data-style-key="AckmH7tCO0qUGk5FnLBseg"] { padding:5px; }
.Text_small[data-style-key="eJYINGE1R0m9j1YhDHUeYg"] { padding:5px; }
.Text_small[data-style-key="lxQGbJNBJk2rgl5OM+tJhA"] { padding:5px; }
.Text_small[data-style-key="TnOGt+SZgkuZmsI2MCGOWQ"] { padding:5px; }
.Text_small[data-style-key="nMqAG6cBY0iXiJvIpIn5bg"] { padding:5px 0px 5px 0px; }
.Text_small[data-style-key="NYXxrvfxiU6CvvGECrS9wQ"] { padding:5px 0px 5px 0px; }
.Text_small[data-style-key="K59eVMN2mEqKJ3B+8VVYgw"] { padding:5px; }
.Text_small[data-style-key="ZyU6_PR6yEaYjxhhs43m7Q"] { padding:5px; }
[data-style-key="wRo+ZQoyv0WySfWycgiTuw"] { text-align:center; }
[data-style-key="hUd8E8O4gEispttK5VReGQ"] { color:#999; font-size:12px; font-weight:normal; text-align:center; }
[data-style-key="iueJBuzOPE+bklzxDaJxNQ"] { font-size:12px; font-style:italic; font-weight:bold; }
[data-style-key="gqoD04_3wE2TM5kG2Jj6Eg"] { text-align:right; }
.Button[data-style-key="n8HbrJGlqEuj08UCejnjPA"] { color:#ed7e00; }
.Button[data-style-key="G_Nb58LyGE6R9UdY20INEQ"] { background-color:#df2d11; color:#fff; }
.Button[data-style-key="oUZHNaHNDE+B+bbI6Mdt3w"] { background-color:#df2d11; color:#fff; }
[data-style-key="NVVDDA8KskGwlqSLD0444w"] { text-align:right; }
[data-style-key="xbVR4bLY7Ui4XFnZ5slEow"] { border:none!important; font-size:14px; }
[data-style-key="ZWFgR1RHCUqETZfdQI11Gg"] { text-align:right; }
.Text_Note[data-style-key="aNmbpH3VLkec57QuEYJ3Jw"] { color:#fff; }
.Text_Note[data-style-key="p7vudOTKb0WCwViIP5aPCQ"] { color:#fff; }
[data-style-key="QvFjQbdoz0uzkbJJ3sv++Q"] { text-align:right; }
[data-style-key="+J3dDfvhBEGJJfLOxsQf7w"] { background-color:#999; color:#fff; }
[data-style-key="cPSHJeoGhUWRUwvBdWjOxA"] { border-radius:14px; }
.Dash-title[data-style-key="E5M19NVwWkmXfCBB2uLzDw"] { color:#fff; }
[data-style-key="wxu567vbVEiVSF2u_MbKdw"] { text-align:center; }
[data-style-key="LQEiJKpey0+sk9Z429SIjw"] { text-align:right; }
.Button[data-style-key="dEq+4CafWkSiIVmkj+JUPA"] { background-color:#00d907; color:#fff; }
/*** Generated classes from Style Editor in OutSystems 10 ***/