﻿@import url("/DublinTheme/Theme.DublinTheme.css?2695");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateDublin.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

/*------------------------------------*\
             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: 400;
    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: 700;
    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: 'Oswald';
    src: url('/SilkUIFonts/fonts/Oswald-Regular.eot');
    src: url('/SilkUIFonts/fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/Oswald-Regular.woff') format('woff'),
         url('/SilkUIFonts/fonts/Oswald-Regular.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/Oswald-Regular.svg#oswaldregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/SilkUIFonts/fonts/Oswald-Bold.eot');
    src: url('/SilkUIFonts/fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/Oswald-Bold.woff') format('woff'),
         url('/SilkUIFonts/fonts/Oswald-Bold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/Oswald-Bold.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/SilkUIFonts/fonts/Oswald-Light.eot');
    src: url('/SilkUIFonts/fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/Oswald-Light.woff') format('woff'),
         url('/SilkUIFonts/fonts/Oswald-Light.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/Oswald-Light.svg#oswaldlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*------------------------------------*\
             Font Definition
\*------------------------------------*/

html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', Meiryo, sans-serif;
}

.TileIcon_text, .TileNumber_text, .TileIconText_label, .Heading1, .Heading2, .Heading3, .Heading4, .Header_title a, .EditableTable thead td, .TableRecords_Header {
    font-family: 'Oswald', Meiryo, sans-serif;
}

/*------------------------------------*\
              Font Classes
\*------------------------------------*/

/* Font Oswald classes */

.Oswald_Regular {
    font-family: 'Oswald',Meiryo;
    font-weight: 400;
}

.Oswald_Bold {
    font-family: 'Oswald',Meiryo;
    font-weight: 700;
}

.Oswald_Light {
    font-family: 'Oswald',Meiryo;
    font-weight: 300;
}

/* 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;
}



/***************************************/
/***** PRIMARY COLOR CUSTOMIZATION *****/
/***************************************/
html,
body {    
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.Header {
    background-color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, 1);
}

.Header_title {    
    border-right-color: rgba(255, 255, 255, 1);
}

.Header_title a,
.Header_title a:link,
.Header_title a:visited,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(89, 138, 215, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(89, 138, 215, 1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: rgba(0, 0, 0, 1);
}

.phone .Menu .LoginInfo {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(89, 138, 215, 1);
}

.Menu {
    background: -webkit-linear-gradient(0deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:    -moz-linear-gradient(0deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:     -ms-linear-gradient(0deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:      -o-linear-gradient(0deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:         linear-gradient(0deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    
}

.tablet .Application_Menu {
    
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom: 1px solid rgba(89, 138, 215, 1);
}

.Menu_TopMenu a span.fa {
    border: 2px solid rgba(89, 138, 215, 1);
}

.Menu_TopMenu:hover,
.Menu_TopMenu:hover a [class^=fa],
.Menu_TopMenuActive a:link [class^=fa],
.Menu_TopMenuActive a:visited [class^=fa],
.Menu_DropDownPanel a.Menu_SubMenuItemActive, 
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #48687c;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.Menu_TopMenu a:hover, 
.Menu_TopMenu a:link:hover, 
.Menu_TopMenu a:visited {
    border-left: 2px solid rgba(200, 230, 254, 1);
}

.tablet .Menu_TopMenu .Menu_DropDownArrow {
    border-left: 4px solid rgba(89, 138, 215, 1);
}

.tablet .Menu_TopMenu:hover .Menu_DropDownArrow {
    border-left: 4px solid rgba(200, 230, 254, 1);
}

.tablet .Menu_TopMenuActive .Menu_DropDownArrow, 
.tablet .Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-left: 4px solid rgba(200, 230, 254, 1);
}

.Menu_TopMenu:hover span.fa {
    color: rgba(200, 230, 254, 1);
    border-color: rgba(200, 230, 254, 1);
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: rgba(200, 230, 254, 1);
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: rgba(200, 230, 254, 1);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top: 4px solid rgba(200, 230, 254, 1);
    border-left: 4px solid rgba(89, 138, 215, 1);
}

.Menu_DropDownArrow {
    border-top: 4px solid rgba(89, 138, 215, 1);
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited {
   background-color: rgba(89, 138, 215, 1);
   border-left: 2px solid rgba(200, 230, 254, 1);
}

.Menu_TopMenuActive a span.fa {
    color: rgba(200, 230, 254, 1);
    border-color: rgba(200, 230, 254, 1);
}

.Menu_DropDownPanel a span.fa {
    color: rgba(200, 230, 254, 1);
}

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionDelete:hover,
a.ActionChange:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ActionAdd,
a.ActionEdit,
a.ActionChange {
    color: rgba(89, 138, 215, 1);
}

a.ActionAdd {
    background-color: rgba(200, 230, 254, 1);
    border-bottom: 2px solid rgba(200, 230, 254, 1);
}

a.ActionAdd:hover {
    background-color: rgba(200, 230, 254, 1);
    border-bottom: 2px solid rgba(200, 230, 254, 1);
}

.EditableTable tr.Selected td {
    background-color: rgba(255, 255, 255, 1);
}



a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: rgba(89, 138, 215, 1);
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: rgba(89, 138, 215, 1);
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    background-color: rgba(255, 255, 255, 1);
}

.Feedback_AjaxWait {
    color: rgba(89, 138, 215, 1);
}

.Login_Footer {
    background: -webkit-linear-gradient(90deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:    -moz-linear-gradient(90deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:     -ms-linear-gradient(90deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:      -o-linear-gradient(90deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    background:          linear-gradient(0deg, #3E6096 0%, rgba(89, 138, 215, 1) 100%);
    height: 100px;
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid rgba(200, 230, 254, 1);
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    background-color: rgba(89, 138, 215, 1);
    border: 1px solid rgba(89, 138, 215, 1);
}

.Post_icon img {
  border: 2px solid rgba(200, 230, 254, 1);
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: rgba(89, 138, 215, 1);
    border: 1px solid rgba(89, 138, 215, 1);
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(89, 138, 215, 1);
    border: 1px solid rgba(89, 138, 215, 1);
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: rgba(89, 138, 215, 1);
    border: 1px solid rgba(89, 138, 215, 1);
}

.ButtonGroup_button.Button:hover {
    background: rgba(255, 255, 255, 1);
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(200, 230, 254, 1);
}

div.calendarPattern thead .button {
    color: rgba(200, 230, 254, 1);
}

div.calendarPattern tbody td.selected {
    background-color: rgba(89, 138, 215, 1);
}

.IconDropdown.open .Button {
    background-color: rgba(200, 230, 254, 1);
    border-top: 1px solid rgba(200, 230, 254, 1);
    border-bottom: 2px solid rgba(200, 230, 254, 1);
 }

.select2-container .select2-choice {
    color: rgba(89, 138, 215, 1);
}

.IconBadge_number {
    background-color: rgba(200, 230, 254, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: rgba(89, 138, 215, 1);
}

.NavigationBar a.Active {
    color: rgba(89, 138, 215, 1);
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: rgba(200, 230, 254, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(200, 230, 254, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(200, 230, 254, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(200, 230, 254, 1);
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: rgba(89, 138, 215, 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(200, 230, 254, 1);
    
}

.Tabs__tab.active {
    border-top: 2px solid rgba(200, 230, 254, 1);
    color: rgba(89, 138, 215, 1);
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top: 5px solid rgba(200, 230, 254, 1);
}

.WizardStep.ActiveStep {
    background: rgba(89, 138, 215, 1);
}

.WizardStep.Past {
    background: rgba(89, 138, 215, 1);
}

.WizardStep.Past:before {
    border-top-color: rgba(89, 138, 215, 1);
    border-bottom-color: rgba(89, 138, 215, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(89, 138, 215, 1);
    border-bottom-color: rgba(89, 138, 215, 1);
}

.Button,
a.Button {
    color: rgba(89, 138, 215, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(89, 138, 215, 1);
    border-color: rgba(89, 138, 215, 1);
}

.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover {
    background-color: rgba(200, 230, 254, 1);
    border-color: rgba(200, 230, 254, 1);
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: rgba(136, 176, 47, 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(89, 138, 215, 1);
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(89, 138, 215, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(89, 138, 215, 1); 
}

.Calendar-dayNames {
    border-top: 2px solid rgba(89, 138, 215, 1); 
}

/* ~~~~~~~~~~~~~~~ */
/*    Additions    */
/* ~~~~~~~~~~~~~~~ */


/*  
    Show the header logo a bit bigger
    Added by Marieke on 26-06-2017 
*/    
.Header_title a img {
    height: 50px;
    margin-bottom: 4px;
    margin-right: 5px;
    vertical-align: middle;
}


/*
    Make an expression look like a form label
    Added by Marieke on 14-08-2017
*/
.textColorLabel {
        color: #999;
    }
    
.MandatoryLabel:after {
    content: "*";
    color: #BF1601;
    position: absolute;
    padding: 0px 5px 5px 3px;
    font-size: 12px;
    font-weight: normal;
}

/*
    Initially added to align with the asterisk 
    in Editable Tables for mandatory field based 
    on a home-made web block instead of a standard
    widget.
    Added by Toine on 25-04-2018
*/
.MandatoryLabelBigAsterisk:after {
    content: "*";
    color: #BF1601;
    position: absolute;
    padding: 0px 5px 5px 3px;
    font-size: 14px;
    font-weight: bold;
}

/* 
    No difference in background for odd and even table record rows 
    Added by Marieke on 06-07-2017 
*/
.NoDifferenceInTableRows tr:nth-child(even) {
    background-color: #fff;
}



/* 
    Small but useful CSS classes 
    Added by Marieke on 10-07-2017 
*/
.NoWrap {
    white-space: nowrap;   
}
.Pointer{
    cursor: pointer;   
}
.Invisible {
    display:none;
}


/*
    Button color in Actions region (top right in schreen) always green
    Added by Marieke on 30-08-2017
*/
.Actions input.Button, .Button.Is_Default {
    background-color: rgba(136, 176, 47, 1);
    border-color: rgba(136, 176, 47, 1);
}

/*
    Make active Wizard step green
    Added by Marieke on 31-08-2017
*/
.WizardStep.ActiveStep {
    background-color: rgba(136, 176, 47, 1);
}
.WizardStep.ActiveStep:before {
    border-top-color: rgba(136, 176, 47, 1);
    border-bottom-color: rgba(136, 176, 47, 1);
}

/*
    Make text in past Wizard step white
    Added by Marieke on 31-08-2017
*/
.WizardStep.Past {
    color: #fff;
}

/*
    General 'make something GQ-Net Green' classes
    Added by Marieke on 30-08-2017
*/
.GQNetGreenColor {
    color: rgba(136, 176, 47, 1) !important;
}
.GQNetGreenBackgroundColor {
    background-color: rgba(136, 176, 47, 1) !important;
}
.GQNetGreenBorderColor {
    border-color: rgba(136, 176, 47, 1);
}

/*
    General 'make something GQ-Net Red' classes
    Added by Marieke on 16-05-2018
*/
.GQNetRedColor {
    color: #ff1925 !important;
}
.GQNetRedBackgroundColor {
    background-color: #ff1925 !important;
}
.GQNetRedBorderColor {
    border-color: #ff1925;
}
/*
    disabled styling on input outside of forms
    Added by Wieger on 18-09-2017
*/
.DisabledTextInput {
    background-color: #f5f5f5 !important;
    cursor: not-allowed !important;
    background-image: none;
    color: #999;
}

/*
    make sure the links in the wizard are always the same color
    (green, in this case)
    added by Marieke februari 2018
*/

.WizardStep a, .WizardStep a:link {
        color: rgba(136, 176, 47, 1);   
}


/*
    remove annoying refresh arrow in input fields
    added by Marieke on 05-03-2018
*/
.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, 
.Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, 
.Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo {
    display: none !important;
}


/*
    red border for warnings on registration screens
    added by Marieke on 30-04-2018
*/
.RedBorder {
    padding: 10px;
    border: solid;
    border-color: #ff1925;
    border-radius: 15px;   
}

/*
    set vertical align to bottom
    added by Marieke on 14-05-2018
*/
.VerticalAlignBottom {
    vertical-align: bottom !important;
}