
/******** Feedback Messages ***********/

/********** Warning Alert Message ***********/
html div.Feedback_Message_Warning {
    background-color: #e19631;
    
}

/********** Info Alert Message ***********/
html div.Feedback_Message_Info {
    background-color: #0e5678;
    
}

/*** Buttons ***/

/****Button One****/

html .Content .ButtonAuskey,
html .Content .Button.ButtonDefault,
html .Content a.Button.ButtonDefault:link,
html .Content a.Button.ButtonDefault:visited,
html .Content .Button.Is_Default,
html .Content a.Button.Is_Default:link,
html .Content a.Button.Is_Default:visited,
html .Button.ButtonDefault,
html a.Button.ButtonDefault:link,
html a.Button.ButtonDefault:visited, 
html .Button.Is_Default,
html a.Button.Is_Default:link,
html a.Button.Is_Default:visited {
/*    background-color: #e19631; */
    background-color: #00aeef;
    color: #033b50;
}

/****Button One Active****/

html .desktop .Button.ButtonDefault:hover, 
html .desktop .Button.Is_Default:hover, 
html .desktop .Content .Button.ButtonDefault:hover,
html .desktop .Content .Button.ButtonDefault:link:hover,
html .desktop .Content .Button.ButtonDefault:visited:hover,
html .desktop .Content .Button.Is_Default:hover,
html .desktop .Content .Button.Is_Default:link:hover,
html .desktop .Content .Button.Is_Default:visited:hover,
html .desktop .Button.ButtonDefault:hover,
html .desktop .Button.ButtonDefault:link:hover,
html .desktop .Button.ButtonDefault:visited:hover,
html .desktop .Button.Is_Default:hover,
html .desktop .Button.Is_Default:link:hover,
html .desktop .Button.Is_Default:visited:hover {
    background-color: #0e5678;
    border-color:#0e5678;
}
/****End Of Button One****/

/****Button Two ****/
html .Content a.Button, 
html .Content a.Button:link, 
html .Content .Button, 
html .Content a.Button,
html a.Button, 
html a.Button:link, 
html .Button, 
html a.Button {
    border: 1px solid #0e5678;
    color: #0e5678;
    border-radius: 4px;
    box-shadow: none;    
    background-color: #fff;
}

/****Button Two Active****/
html .desktop .Content .Button:hover,
html .desktop .Content a.Button:hover,
html .desktop .Button:hover,
html .desktop a.Button:hover {
    background-color: #0e5678 ;
    border: 1px solid #0e5678;
    color: #fff;
}
/****End Of Button Two ****/

/************ Button Three *************/

html .desktop .Content .Button.Three, 
html .desktop .Content .Button.Three:link, 
html .desktop .Content .Button.Three:visited,
html .desktop .Button.Three, 
html .desktop .Button.Three:link, 
html .desktop .Button.Three:visited {
    background-color: #0e5678;
    border: 1px solid #0e5678;
    border-radius: 4px;
    box-shadow: none;
    color: #FFF;
}

html .desktop .Content .Button.Three:hover, 
html .desktop .Content .Button.Three:link:hover, 
html .desktop .Content .Button.Three:visited:hover,
html .desktop .Button.Three:hover, 
html .desktop .Button.Three:link:hover, 
html .desktop .Button.Three:visited:hover {
    background-color: #fff;
    border: 1px solid #0e5678;
    border-radius: 4px;
    box-shadow: none;
    color: #0e5678;
}


/******* Button Four **************************/

html .Button.Cancel,
html .Button.Cancel:link,
html .Button.Cancel:visited,
html .desktop .Content .Button.Cancel, 
html .desktop .Content .Button.Cancel:link, 
html .desktop .Content .Button.Cancel:visited,
html .desktop .Button.Cancel, 
html .desktop .Button.Cancel:link, 
html .desktop .Button.Cancel:visited {
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
    color: #051629;
}

/****Button Four Active****/
html .Button.Cancel:hover,
html .desktop .Content .Button.Cancel:hover, 
html .desktop .Content .Button.Cancel:link:hover, 
html .desktop .Content .Button.Cancel:visited:hover,
html .desktop .Button.Cancel:hover, 
html .desktop .Button.Cancel:link:hover, 
html .desktop .Button.Cancel:visited:hover {
    background-color: #dfdfdf;
    border: 1px solid #cccccc;
    color: #999999;
    border-radius: 4px;
    box-shadow: none;    
}
/* End Of Button Four **************************/


/*** Accordion Active  ***/

html .AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid #00aeef;
}

html .AccordionVertical_item.open .AccordionVertical___icon > .fa {
    background-color: #00aeef;
    border: 1px solid #00aeef;
}

/*** Accordion Inactive  ***/
html .AccordionVertical___icon > .fa {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 22px;
    color: #cccccc;
    font-size: 20px;
    height: 22px;
    width: 22px;
}
    
}



html .Header_content_wrap {
    padding-left: 300px;
    background-color: #00aeef;
}

html .Header {
    background-color: #00aeef;
}

html .Header_title {
    background-color: #00aeef;
    border-right: 1px solid #00aeef;
    border-bottom: 1px solid #d5dbde;
    border-left: 3px solid #00aeef;
}

html .Header_Info {
    border-bottom: 2px solid #00aeef;   
}

html .Header__HomeLink {
    display: none;
}

html .Footer {
    background-color: #FFF;
    font-size: 12px;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    top: 100%;
    width: auto;
}

/******Header HomePage Icon Inactive*******/
html .Header_content_wrap a, 
html .Header_content_wrap a:link, 
html .Header_content_wrap a:visited {
    color: #0e5678;
}




/**** Sidebar Dividers and Sidebar Text ********/
html .Menu_TopMenu a:link, 
html .Menu_TopMenu a:visited, 
html .Menu_TopMenu a {
    border-bottom: 1px solid #0e5678;
    border-left: 2px solid transparent;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-size: 11pt;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

/*********** SideBar Background **********/

html .Menu {
background-color: #dddddd;
}



html .Menu_TopMenu:hover span.fa {
    border-color: #00aeef;
    color: #00aeef;
}

html .Menu_TopMenuActive a span.fa {
    border-color: #00aeef;
    color: #00aeef;
}

html .Menu_DropDownPanel a span.fa {
    color: #00aeef;
}
html .Menu_DropDownPanel a,
html .Menu_TopMenu a  {
    background-color: #0e5678;
}
html .Menu_DropDownButton {
    border-bottom-color: #dddddd;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color: #00aeef;
    border-left-style:solid;
    border-left-width:3px;
}

html a.Menu_SubMenuItem, 
html .desktop a.Menu_SubMenuItem:hover, 
html a.Menu_SubMenuItem:link, 
html a.Menu_SubMenuItem:visited {
    border-left-color: #00aeef;
    border-left-style:solid;
    border-left-width:1px;
}


/*******   Active Menu Item   *********/

html .Menu_TopMenuActive a:link, 
html .Menu_TopMenuActive a:visited,
html .Menu_TopMenuActive a,
html .Menu_TopMenuActive:hover a,
html .Menu_TopMenuActive:hover a:link, 
html .Menu_TopMenuActive a:link, 
html .Menu_TopMenuActive:hover a:visited, 
html .Menu_TopMenuActive a:visited,
html .Menu_TopMenuActive a:link:hover, 
html .Menu_TopMenuActive a:visited:hover,
html .Menu_TopMenuActive a:hover {
    background-color: #00aeef;
    color: #033b50;
}


/********  Menu Item On Hover   ********/

html .Menu_TopMenu a:link:hover, 
html .Menu_TopMenu a:visited:hover, 
html .Menu_TopMenu a:hover {
background-color: #00aeef;
color: #033b50;
}

/*******   SubMenu Active Item *********/


html .Menu_TopMenu:hover, 
html .Menu_TopMenu:hover a .fa, 
html .Menu_TopMenuActive a:link .fa, .Menu_TopMenuActive a:visited .fa,
html .Menu_DropDownPanel a.Menu_SubMenuItemActive,
html .Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
html .Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
/* html .Menu_DropDownPanel a.Menu_SubMenuItem:hover, */
html .Menu_DropDownPanel a.Menu_SubMenuItemActive:visited:hover, 
html .Menu_DropDownPanel a.Menu_SubMenuItemActive:link:hover {
    background-color: #00aeef;
    color:#033b50;
    font-size: 11pt;
}

/********* SubMenu Item ********/
 html .Menu_DropDownPanel a.Menu_SubMenuItem {                      
    background-color: #dddddd;  
    border-left-color: #00aeef;
    border-left-style:solid;
    border-left-width:1px;
    color:#033b50;
    font-size: 11pt;
}


html .desktop.small .Menu_DropDownPanel a, .desktop.small .Menu_DropDownPanel a:link, .desktop.small .Menu_DropDownPanel a:visited, .tablet .Menu_DropDownPanel a, .tablet .Menu_DropDownPanel a:link, .tablet .Menu_DropDownPanel a:visited {
    padding-left: 35px;
    padding-right: 20px;
    font-size: 11px;
    word-wrap: break-word;
}

html .desktop.small .Menu_DropDownPanel a.Menu_SubMenuItemActive:visited:hover, 
html .desktop.small .Menu_DropDownPanel a.Menu_SubMenuItemActive:link:hover {
    font-size: 11px;
}


html .Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #00aeef;
    color: #033b50;
}


/****** Dropdown Arrow Color *****/
html .Menu_DropDownArrow {
    background-color:transparent;
    display: inline-block;
    height: 0;
    margin-top: -5px;
    padding-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    font-size:0;
    line-height:0;
    color: #00aeef
}

html .Menu_TopMenuActive .Menu_DropDownArrow,
html .Menu_TopMenuActive:hover .Menu_DropDownArrow {
    background-color:transparent;
    display: inline-block;
    height: 0;
    margin-top: -5px;
    padding-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    border-top: 4px solid #033b50;
    border-right: 4px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    font-size:0;
    line-height:0;
    color: #033b50;
}

/********* Arrow Hover ********/
/* Code in the menu Item 
html .Menu_TopMenu a:link:hover + .Menu_DropDownArrow,
html .Menu_TopMenu a:visited:hover + .Menu_DropDownArrow, 
html .Menu_TopMenu a:hover + .Menu_DropDownArrow{
    background-color: #00aeef !important;
    color:#0e5678 !important;
    border-top-color: #0e5678 !important;
}

html .Menu_TopMenu a:link:hover,
html .Menu_TopMenu a:visited:hover, 
html .Menu_TopMenu a:hover{
    background-color: #00aeef !important;
    color:#0e5678 !important;
}

html .Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #00aeef !important;
    color:#0e5678 !important;                   */

/* Color arrow in hover - new code*/ 
/*
html .Menu_TopMenu a:link:hover + .Menu_DropDownArrow,
html .Menu_TopMenu a:visited:hover + .Menu_DropDownArrow, 
html .Menu_TopMenu a:hover + .Menu_DropDownArrow{
    background-color: transparent;
    color:#033b50;
    border-top-color: #033b50;
}                                                                           */





/* Application title **************************/

html .desktop .Content_Top .Top_carousel_item_content.active,
html .tablet .Content_Top .Top_carousel_item_content.active,
html .phone.landscape .Content_Top .Top_carousel_item_content.active {
    border-bottom: 2px solid #00aeef;
}

html .desktop .Content_Top .Top_carousel_item_content.active .fa,
html .tablet .Content_Top .Top_carousel_item_content.active .fa,
html .phone .Content_Top .Top_carousel_item_content.active .fa {
    color: #00aeef;   
}


html .Breadcrumbs div a {
    color: #00aeef;
}

html .HeaderPage .BreadcrumbsContainer .Breadcrumbs,
html .HeaderPage .BreadcrumbsContainer .Breadcrumbs a,
html .HeaderPage .BreadcrumbsContainer .Breadcrumbs span {
    color: #00aeef;
}

html a.ActionAdd {
    background-color: #00aeef;
}

html .TableRecords_Header {
   
    color: #0e5678;
}

html .EditableTable thead th {
    color: #00aeef;   
}

html .Login_Form_Title {
    border-bottom: 1px solid #00aeef;
}

html .Login_Instructions {
    border-bottom: 1px solid #00aeef;
}

html .Login_Form_Body {
    border-bottom: 0px solid #00aeef;
}

html .Login_Form_Links a {
    color: #00aeef;
}

html .Login__Logo {
    border-bottom: 1px solid #00aeef;
}


html .Box.Blue {
    background-color: #00aeef;   
}

html .owl-theme .owl-controls .owl-page.active span, 
html .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #00aeef;
}

html .owl-theme .owl-controls .owl-buttons div {
    color: #00aeef;
}

html .Post_icon img {
    border: 2px solid #00aeef;
}

html .SectionIndex a.active, 
html .SectionIndex a:hover {
    border-bottom: solid 2px #00aeef;
    color: #00aeef;
}

html .SectionIndex.vertical a.active,
html .SectionIndex.vertical  a:hover {
    border-left-color: #00aeef;
}

html .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #00aeef;
    border: 1px solid #00aeef;
}

html .Panel .SectionExpandable__icon.Heading2 > .fa {
    border: 1px solid #00aeef;
}

html .Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #00aeef;
    border: 1px solid #00aeef;
}

html .ButtonGroup_button.Button.active {
    color: #00aeef;
}

html .ButtonGroup_button.Button:hover {
    color: #00aeef;
}

html .Calendar-dayNames {
    border-top: 2px solid #00aeef;
}

html .Calendar-navBtn > div {
    color: #00aeef;
}

html .Calendar-time-down, 
html .Calendar-time-up, 
html .Calendar-time-am {
    color: #00aeef;
}

html .calendarPattern tr.daynames {
    border-top: 2px solid #00aeef;
}

html .calendarPattern thead .button {
    color: #00aeef;
}

html .Counter.Blue {
    background-color: #00aeef;
}

html .Tile.Blue {
    background-color: #00aeef;
}

html .UserInitials.Blue {
    background-color: #00aeef;
}

html .ListItem {
    color: #00aeef;
}

html .desktop .NavigationBar a:hover:after,
html .desktop .NavigationBar a:link:hover:after,
html .NavigationBar a.Active:after {
    background-color: #00aeef;
}

html .NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid #00aeef;
}

/* NavigationBar: Vertical ******************************/
html .desktop .NavigationBar.Vertical a:hover,
html .desktop .NavigationBar.Vertical a:link:hover,
html .NavigationBar.Vertical a.Active,
html .NavigationBar.Vertical a:link.Active {
    border-color: #00aeef;
}

html .NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid #00aeef;
}

html .phone  .NavigationBar .InlineDropdown:active:after,
html .phone  .NavigationBar .InlineDropdown:link:active:after,
html .tablet .NavigationBar .InlineDropdown:active:after,
html .tablet .NavigationBar .InlineDropdown:link:active:after,
html .phone  .NavigationBar a:active:after,
html .phone  .NavigationBar a:link:active:after,
html .tablet .NavigationBar a:active:after,
html .tablet .NavigationBar a:link:active:after {
    background-color: #00aeef;
}

html .phone .NavigationBar a.open:after,
html .tablet .NavigationBar a.open:after {
    background-color: #00aeef;
}

html .Tabs__tab.active {
    border-top: 2px solid #00aeef;
}


/*Link Button*/
html .Content a.Link.Button,
html .Content a.Link.Button:link,
html .Content .Button.Link,
html .Content a.Button.Link {
    background-color: #00aeef;
}


html .BottomMenu_item.active {
    background-color: #00aeef;   
}

html .Blue {
    background-color: #00aeef;
}

html .Heading2 {
    color: #00aeef;
}

html .CustomChart .CustomChartTitle {
    border-bottom: 1px solid #00aeef;
}

html .FilterUnits .ButtonGroup_button.Button {
    border-color: #00aeef;
    color: #00aeef;
}

html .FilterUnits .ButtonGroup_button.Button.active {
    background: #00aeef;
    border-color: #00aeef;
}

html .CustomChart .ChartFilter .FilterPeriod .PeriodOption.active,
html .CustomChart .ChartFilter .FilterPeriod .PeriodOption.active .PeriodOptionLabel {
    background: #00aeef;
}

html .FilterBalloon .CustomChart .Balloon {
    border: 1px solid #00aeef;
}

html .Table_Label {
    color: #00aeef;
}

/************ COMMON ******************/

html .BottomBorderBlueLine {
    border-bottom-color: #00aeef;
}

html .Section_header {
    border-bottom: 1px solid #00aeef;
}

/* html .TableRecords_Header {
    color: #00aeef;
}*/ /* duplicate    */ 


html .TotDue {
    color: #00aeef;
}

html .BottomBorderBlueLineLogin {
    border-bottom-color: #00aeef;
}

html .TextColour {
   color: #00aeef;
}

html .BottomBorderBlueLine {
    border-bottom-color: #00aeef;
}

html .Login_Form_Title {
    border-bottom: 1px solid #00aeef;
}

.BLueLink a {
    color: #00aeef;
}

html .phone.portrait .Title.Heading1 {
    border-bottom: 1px solid #00aeef;
}

html .BoxTitle {
    background-color: #00aeef;
}

/******** Anonymous Theme *******/

html .TermsConditions a{
    color: #00aeef;
}

html .AnonymousBottonBorder {
    border-bottom: 1px solid #00aeef;
}


/*Loading Screen*/
html .loader {
  border-top: 1.1em solid #00aeef;
  border-right: 1.1em solid #00aeef;
  border-bottom: 1.1em solid #00aeef;
}

html .TopBorderBlueLine {
    border-top-color: #00aeef;
}

/*****Links*******/

html a,
html a:link,
html a:visited {
    color: #00aeef;
    text-decoration: none;
}

html a {
    font-size: 14px;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

div[onclick] {
    cursor: pointer; /* add a pointer cursor when the div has a click event */
}

.OSAutoMarginTop {
    margin-top: 20px;
}

/* Scaffolding buttons */
html .Content a.ActionAdd,
html .Content a.ActionAdd:link,
html .Content a.ActionAdd:visited,
html .Content a.ActionEdit,
html .Content a.ActionEdit:link,
html .Content a.ActionEdit:visited,
html .Content a.ActionDelete,
html .Content a.ActionDelete:link,
html .Content a.ActionDelete:visited,
html .Content a.ActionChange,
html .Content a.ActionChange:link,
html .Content a.ActionChange:visited {
    background-color: #e19631;
    border: 1px solid #e19631;
}

html .desktop .Content a.ActionAdd:hover,
html .desktop .Content a.ActionAdd:hover:visited,
html .desktop .Content a.ActionAdd:link:hover,
html .desktop .Content a.ActionEdit:hover,
html .desktop .Content a.ActionEdit:link:hover,
html .desktop .Content a.ActionEdit:link:visited,
html .desktop .Content a.ActionDelete:hover,
html .desktop .Content a.ActionDelete:hover:visited,
html .desktop .Content a.ActionDelete:link:hover,
html .desktop .Content a.ActionChange:hover,
html .desktop .Content a.ActionChange:hover:visited,
html .desktop .Content a.ActionChange:link:hover {
    background-color: #e19631;
    border-color: #e19631;
}

html .Orange {
    background-color: #e19631;
}

html .Text_gray {
    color: #e19631;
}


html .TableRecords > tbody > tr > td a {
    color: #662d91;
}


/******** Icons *********/

html .fa.fa-fw.fa-cubes.fa-5x {
    color:#cccccc;
}
html .fa.fa-fw.fa-cubes.fa-5x:hover {
    color:#00aeef;
}

/********** Menu Scroll Bar ********/

html .Menu_TopMenus {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}



/***********  Heading Size & Color// Heading1 **************/

html .Login_Form_Title,
html .desktop .Heading1 {
    font-size:18pt;
    color: #051629;
}

/***********  SubHeading Size & Color // SettingsHeadings  *******/

html .SettingsHeadings {
    font-size: 14pt;
    color: #051629;
    font-weight: bold;
}


/*************  Font Family ************************/

html .Form input.ReadOnly,
html .Form textarea.ReadOnly, 
html .Form select.ReadOnly,
html .AccordionVertical__content, 
html .AccordionVertical___title,
html .TileIcon_text,
html .TileNumber_text,
html .TileIconText_label,
html .Heading1,
html .Heading2,
html .Heading3,
html .Heading4,
html .Header_title a,
html .EditableTable thead td,
html .TableRecords_Header
html .SettingsHeadings {
    font-family: 'Source Sans Pro', sans-serif;
}
 
html,
html body,
html a,
html select,
html fieldset,
html input,
html tr,
html td,
html button,
html select,
html textarea,
html optgroup,
html option,
html form {
    font-family: 'Source Sans Pro', sans-serif;
}


/********* Body Copy Size & Color*********/

html .Button,
html .NormalText,
html .Form label {
    font-size: 11pt;
}

html .NormalText,
html .Form label {
font-family: 'Source Sans Pro', sans-serif;
}

html .NormalText,
html .Form label {
    color: #051629;
}

html,
html body,
html a,
html select,
html fieldset,
html input,
html button,
html select,
html textarea,
html optgroup,
html option,
html form,
html .Form input.ReadOnly,
html .Form textarea.ReadOnly, 
html .Form select.ReadOnly,
html .AccordionVertical__content, 
html .AccordionVertical___title {
font-size: 11pt;
}

html,
html body,
html a,
html select,
html fieldset,
html input,
html select,
html textarea,
html optgroup,
html option,
html form,
html .Form input.ReadOnly,
html .Form textarea.ReadOnly, 
html .Form select.ReadOnly,
html .AccordionVertical__content, 
html .AccordionVertical___title {
color: #051629;
}

/*** Button Corners ***/

html .Content .Button.ButtonDefault,
html .Content a.Button.ButtonDefault:link,
html .Content a.Button.ButtonDefault:visited,
html .Content .Button.Is_Default,
html .Content a.Button.Is_Default:link,
html .Content a.Button.Is_Default:visited,
html .Button.ButtonDefault,
html a.Button.ButtonDefault:link,
html a.Button.ButtonDefault:visited,
html .Button.Is_Default,
html a.Button.Is_Default:link,
html a.Button.Is_Default:visited,
html .desktop .Content .Button.ButtonDefault:hover,
html .desktop .Content .Button.ButtonDefault:link:hover,
html .desktop .Content .Button.ButtonDefault:visited:hover,
html .desktop .Content .Button.Is_Default:hover,
html .desktop .Content .Button.Is_Default:link:hover,
html .desktop .Content .Button.Is_Default:visited:hover,
html .desktop .Button.ButtonDefault:hover,
html .desktop .Button.ButtonDefault:link:hover,
html .desktop .Button.ButtonDefault:visited:hover,
html .desktop .Button.Is_Default:hover,
html .desktop .Button.Is_Default:link:hover,
html .desktop .Button.Is_Default:visited:hover,
html .Content a.Button, 
html .Content a.Button:link, 
html .Content .Button, 
html .Content a.Button,
html a.Button, 
html a.Button:link, 
html .Button, 
html a.Button,
html .desktop .Content .Button:hover,
html .desktop .Content a.Button:hover,
html .desktop .Content .Button.Cancel, 
html .desktop .Content .Button.Cancel:link, 
html .desktop .Content .Button.Cancel:visited,
html .desktop .Content .Button.Cancel:hover, 
html .desktop .Content .Button.Cancel:link:hover, 
html .desktop .Content .Button.Cancel:visited:hover,
html .desktop .Content .Button.Three, 
html .desktop .Content .Button.Three:link, 
html .desktop .Content .Button.Three:visited,
html .desktop .Content .Button.Three:hover, 
html .desktop .Content .Button.Three:link:hover, 
html .desktop .Content .Button.Three:visited:hover,

html .desktop .Button:hover,
html .desktop a.Button:hover,
html .desktop .Button.Cancel, 
html .desktop .Button.Cancel:link, 
html .desktop .Button.Cancel:visited,
html .desktop .Button.Cancel:hover, 
html .desktop .Button.Cancel:link:hover, 
html .desktop .Button.Cancel:visited:hover,
html .desktop .Button.Three, 
html .desktop .Button.Three:link, 
html .desktop .Button.Three:visited,
html .desktop .Button.Three:hover, 
html .desktop .Button.Three:link:hover, 
html .desktop .Button.Three:visited:hover {
    border-radius: 4px;
       
}


