﻿@import url("/LiverpoolTheme/Theme.LiverpoolTheme.css?4419");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateLiverpool.aspx
        2 - Copy the generated CSS
        3 - Paste it here

*/


/*------------------------------------*\
              Import Font
\*-------------------------------------*/

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Regular.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.svg#Open-Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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: 'HenrySans-Regular';
    src: url('/SellersPortal/HenrySans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HenrySans-Medium';
    src: url('/SellersPortal/HenrySans-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
             Font Definition
\*------------------------------------*/

html, body, a, select, fieldset, input, button, select, textarea, optgroup, option {
    font-family: 'HenrySans-Regular';
}


/*------------------------------------*\
              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;
}

* {
  
  font-family: 'HenrySans-Regular';
}



/* =================================================== */

body,
.Content,
.MainContent {
    background: rgba(255, 255, 255, 1);
}

a,
a:link,
a:visited {
    color: rgba(60, 54, 126, 1);
}

body,
select,
textarea,
input,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(1, 32, 96, 1);
}

.Header {
    background-color: rgba(1, 32, 96, 1);
    color: rgba(255, 255, 255, 1);
}

thead {
    position: static;
}

.Application_Title a,
.Application_Title a:link,
.Application_Title a:visited,
.Application_Title a:hover {
    color: rgba(255, 255, 255, 1);
}

.Login_Info,
.AppSwitcherContainer,
a.Login_Info_Username,
a.Login_Info_Username:link,
a.Login_Info_Username:visited {
    color: rgba(255, 255, 255, 1);
}

.Login_Info_Logout:before,
.Login_Info_Username:before,
.AppSwitcherContainer:before,
.AppSwitcherLink[disabled='disabled']:before {
    color: rgba(255, 255, 255, 1);
}

.Footer {
    background: rgba(249, 244, 240, 1);
}

.Header_Menu,
.Application_Menu {
    background-color: rgba(249, 244, 240, 1);
}

.ie8 .Header_Menu {
    border-bottom: rgba(249, 244, 240, 1);
}

.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link,
.Menu_DropDownPanel a:visited {
    color: rgba(1, 32, 96, 1);
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    color: rgba(1, 32, 96, 1);
}

.Menu_TopMenu a:hover,
.Menu_TopMenu:hover {
    background-color: #AEAAA8;
}

.Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: rgba(1, 32, 96, 1);
}

.Menu_TopMenuActive,
.Menu_DropDownButton.open .Menu_TopMenu  {
    background-color: #AEAAA8;
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited,
a.Menu_SubMenuItem:hover {
    color: rgba(1, 32, 96, 1);
}

.tablet .MenuSlider_Toggler, 
.phone .MenuSlider_Toggler {
    color: rgba(255, 255, 255, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(249, 244, 240, 1);
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #AEAAA8;
}

.Menu_DropDownPanel a.Menu_SubMenuItem,
.Menu_DropDownPanel a.Menu_SubMenuItem:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    border-color: #AEAAA8;
    color: rgba(1, 32, 96, 1);
    background-color: rgba(249, 244, 240, 1);
}

.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem,
.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem:link,
.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    border-bottom: #AEAAA8;
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #AEAAA8;
}

.Feedback_AjaxWait {
    color: rgba(201, 199, 217, 1);
}

.Login_background + span .Feedback_Message_Wrapper span + .Feedback_Message_Error .Feedback_Message_Wrapper_Close:after {
    color: rgba(255, 255, 255, 1);
}

.DropdownMenu .PH > a:hover {
   color: rgba(60, 54, 126, 1);
}

.IconBadge_number {
    background-color: rgba(201, 199, 217, 1);
}

.NavigationBar a.Active:after {
    background-color: rgba(201, 199, 217, 1);
}

.NavigationBar a.Active:not(.IE8):before { /* Triangle indicator (:before) */
    border-bottom: 4px solid rgba(201, 199, 217, 1);
}

.desktop .NavigationBar a:hover:after,
.desktop .NavigationBar a:link:hover:after {
    background-color: rgba(201, 199, 217, 1);
}

.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(201, 199, 217, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(201, 199, 217, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover {;
    border-color: rgba(201, 199, 217, 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: rgba(201, 199, 217, 1);
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: rgba(60, 54, 126, 1);
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid rgba(60, 54, 126, 1);
    color: rgba(60, 54, 126, 1);
}

.WizardStep.ActiveStep {
    background: rgba(249, 244, 240, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(249, 244, 240, 1);
    border-bottom-color: rgba(249, 244, 240, 1);
}

.WizardStep.Past {
    background-color: rgba(249, 244, 240, .8);
}

.WizardStep.Past:after {
    border-top: 1px solid rgba(249, 244, 240, 1);
    border-right: 1px solid rgba(249, 244, 240, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(201, 199, 217, .9);
    border-color: rgba(201, 199, 217, .9);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: rgba(201, 199, 217, 1);
    border-color: rgba(201, 199, 217, 1);
}

.Button.Link {
    color: rgba(201, 199, 217, 1);
}

.desktop .Button.Link:hover {
    border-color: rgba(201, 199, 217, 1);
    color: rgba(201, 199, 217, 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 #AEAAA8;
}

.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 #AEAAA8;
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(249, 244, 240, 1);
}

div.calendarPattern thead .button {
    color: rgba(249, 244, 240, 1);
}

div.calendarPattern tbody td.selected {
    background:  rgba(249, 244, 240, 1);
}

.DropdownMenu .PH > a:hover {
   color: #AEAAA8;
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: #AEAAA8;
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid #AEAAA8;
    color: #AEAAA8;
}

.WizardStep.Past {
    background-color: #AEAAA8;
}

.WizardStep.Past:before{
    border-color: #AEAAA8;
}

a.Header_ButtonMenu {
    color: #FFF;
}

.tablet .Menu_DropDownPanel,    
.phone .Menu_DropDownPanel {
    background-color: #999;
}


a.ActionAdd,
a.ActionEdit,
a.ActionChange,
a.ActionDelete {
    background-color: rgba(249, 244, 240, 1);
    color: #FFF;
    border: 1px solid rgba(249, 244, 240, 1);
 }

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionChange:hover,
a.ActionDelete:hover {
  background-color: #AEAAA8;;
  border-color: #AEAAA8;;
}


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;
}

.TableRecords > tbody > tr:hover {
    background: #FAFCFF;
}

.TableRecords {
    background: none repeat scroll 0 0 #FFF;
    border-color: #d0d0d0;
}

.TableRecords_EvenLine {
    background-color: #F4F4F4;
}

.EditableTable thead td {
    color: #2e3136;
}

.EditableTable {
    border: 1px solid #d0d0d0;
}
.EditableTable thead td {
    border-bottom: 1px solid #d0d0d0;
}

.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(249, 244, 240, 1);
}

.ButtonDropdown_text,
.ButtonDropdown_icon {
    color: #000;
}

.IconDropdown.open .Button {
    background-color: rgba(249, 244, 240, 1);
    border-color: rgba(249, 244, 240, 1);
}

.IconBadge_number {
    border: 2px solid #F2F2F2;
    background-color: rgba(249, 244, 240, 1);
    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: rgba(249, 244, 240, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(249, 244, 240, 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: rgba(249, 244, 240, 1);
}

.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(249, 244, 240, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(249, 244, 240, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover {;
    border-color: rgba(249, 244, 240, 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: rgba(249, 244, 240, 1);
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: rgba(249, 244, 240, 1);
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid rgba(249, 244, 240, 1);
    color: rgba(249, 244, 240, 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 {
    background: rgba(249, 244, 240, 1);
    font-weight: bold;
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(249, 244, 240, 1);
    border-bottom-color: rgba(249, 244, 240, 1);
}

.WizardStep.Past {
    background-color: rgba(249, 244, 240, 1);
}

.WizardStep.Past:before {
    border-color: rgba(249, 244, 240, 1);
}

.WizardStep.Past:after {
    border-top: 1px solid #AEAAA8;
    border-right: 1px solid #AEAAA8;
}

.WizardStep:after {
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.Button,
a.Button {
   background-color: #FCFCFC;
   border: 1px solid #CCCCCC;
   color: #2e3136;
}

.Button:visited,
.Button:link {
    color: #2e3136;
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(249, 244, 240, 1);
    color: #FFF;
    border-color: rgba(249, 244, 240, 1);
    border: 1px solid rgba(249, 244, 240, 1);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #AEAAA8;;
    border-color: #AEAAA8;;
}

.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(249, 244, 240, 1);
}

.desktop .Button:hover,
.desktop a.Button:hover {
    background-color: #E6E6E6;
    border-color: #4C4C4C;
}

.desktop .Button[disabled]:hover {
    color: #FF0000;
}

.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: rgba(249, 244, 240, 1);
    color: rgba(249, 244, 240, 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(249, 244, 240, 1);
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(249, 244, 240, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(249, 244, 240, 1); 
}

.Calendar-dayNames {
    border-top: 2px solid rgba(249, 244, 240, 1); 
}

/*----------MANUAL MODIFICATIONS------------*/

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(1, 32, 96, 1);
    color: #FFF;
    border-color: rgba(1, 32, 96, .85);
    border: 1px solid rgba(1, 32, 96, .85);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #AEAAA8;;
    border-color: #AEAAA8;;
}

.Button[disabled] {
    background: #eeeeee;
    color: #ccc;
    border-color: #eeeeee;
}

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-color: rgba(1, 32, 96, 1);
}

.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-color: -moz-use-text-color -moz-use-text-color #AEAAA8;
    border-color: #AEAAA8;
}

.Title_Section
{
    background-color: #012060;
}

.Title
{
    color: #fff;
}

.phone .Title
{
    text-align: center;
}

.Title .fa-mail-reply
{
    border-radius: .3em;
    background-color: #aeaaa8;
    color: #012060;
}


.phone .Title .fa-mail-reply
{
        margin-left: 0px;
}

.phone .Title_App
{
    font-size: 15px;
}

.phone div.Feedback_Message_Error, 
.phone div.Feedback_Message_Success,
.phone div.Feedback_Message_Warning,
.phone div.Feedback_Message_Info
{
    z-index: 999999999;
}

.bgDisabled {
    background: #f3f6f8 !important;
}
.conInput {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height: 32px;
    padding: 2px 12px 0px 12px;
}

.maxwidth {
    width: auto !important;
}

.Required   {
   border: 1px solid #bf1601 !important; 
    padding: 0 12px !important;
    
}

.Scrollable_Wrapper {
    overflow-x: scroll;
    overflow-y: scroll;
}

.Scrollable_WrapperX {
    overflow-x: scroll;
    overflow-y: hidden;
}

.Scrollable_WrapperY {
    overflow-x: hidden;
    overflow-y: scroll;
}

.cmbbox {
    margin-top: 5px;
    text-align: center;
}
.marg-top-text {
    margin-top: 5px;
}

.symbol-text {
    font-size: 16px;
    margin-top: 5px;
}
.margin-5 {
    margin-top: 5px;
}
.display_percent, .align_cntr.display_percent {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height: 32px;
    padding: 2px 12px 0px 12px;
    background: #f3f6f8 !important;
}

.display_amount, .align_rght.display_amount {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height: 32px;
    padding: 2px 12px 0px 12px;
    background: #f3f6f8 !important;
}

.fs_165em {
    font-size: 1.65em;   
}

.ipay_text {
    color: #000;
    font-size: 12px;
}
.hyperlink {
    color: #0000FF;
}

/*------------------------------------------------------------*/
/* Example1 > Feedback Ajax Loading ***************************/
/*------------------------------------------------------------*/

.Feedback_AjaxWait {
    background: rgba(255, 255, 255, .8); /* Opacity layer color - choose your color*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    color: #003755; /* Text color - choose your color */
    height: 100%;
    right: 0;
    width: 100%;
}

.ie :not(.ie11):not(.ie10).Feedback_AjaxWait{
    height: 100%;
}

.FeedbackAjax_Content {
    margin: 20% auto;
}

.FeedbackAjax_Content .item_text {
    font-size: 24px;
}

.FeedbackAjax_Content .sk-circle {
    height: 80px;
    position: relative;
    text-align: center;
    width: 100%;
}

.FeedbackAjax_Content .sk-circle .sk-child {
    height: 80px;
    left: 47%;
    position: absolute;
    top: 0;
    width: 80px;
}

.FeedbackAjax_Content .sk-circle .sk-child:before {
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    background: #003755; /* Loading background - choose your color */
    border-radius: 100%;
    content: "";
    display: block;
    height: 15%;
    margin: 0 auto;
    width: 15%;
}

.FeedbackAjax_Content .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
}

.FeedbackAjax_Content .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}

.FeedbackAjax_Content .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}

.FeedbackAjax_Content .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
            animation-delay: -.9s;
}

.FeedbackAjax_Content .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}

.FeedbackAjax_Content .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
            animation-delay: -.7s;
}

.FeedbackAjax_Content .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
            animation-delay: -.6s;
}

.FeedbackAjax_Content .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
            animation-delay: -.5s;
}

.FeedbackAjax_Content .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
            animation-delay: -.4s;
}

.FeedbackAjax_Content .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
            animation-delay: -.3s;
}

.FeedbackAjax_Content .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
            animation-delay: -.2s;
}

.FeedbackAjax_Content .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
            animation-delay: -.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 40% {

        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    } 40% {

        -webkit-transform: scale(1);
                transform: scale(1);
    }
}