﻿@import url("/LiverpoolTheme/Theme.LiverpoolTheme.css?8916");

/*
    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 Definition
\*------------------------------------*/

html, body, a, select, fieldset, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', Meiryo, sans-serif;
}

/*------------------------------------*\
              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;
}

html,
body,
form,
.Page {
    height: auto;
}

.Application_Title img {
    max-height: 45px;
}



/* ===================================================
Don't show the vertical scrollbar in iframes
=================================================== */
html.framed { overflow-y: hidden !important; } 

/* ===================================================
Override default element styling
=================================================== */
/* Fix for Edge; https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11295231/ */
[disabled] ~ _ { } {
}

select > option:disabled {
    color: #ccc;
}

select.kk-hide-disabled > option:disabled {
    display: none;
}

/* ===================================================
Quick Fix
=================================================== */

.tablet .Columns2.tab_BreakFirst  .Column.ColLast div, .tablet .Columns2.tab_BreakLast  .Column.ColLast div, .tablet .Columns2.tab_BreakAll  .Column.ColLast div, .tablet .Columns2.tab_BreakMiddle  .Column.ColLast div, .phone .Columns2.mob_BreakFirst  .Column.ColLast div, .phone .Columns2.mob_BreakLast  .Column.ColLast div, .phone .Columns2.mob_BreakAll  .Column.ColLast div, .phone .Columns2.mob_BreakMiddle  .Column.ColLast div {
    border-left-width: 0 !important;
}
.tablet .Columns2.tab_BreakFirst  .Column.ColFirst,
.tablet .Columns2.tab_BreakLast  .Column.ColFirst,
.tablet .Columns2.tab_BreakAll  .Column.ColFirst,
.tablet .Columns2.tab_BreakMiddle  .Column.ColFirst,
.phone .Columns2.mob_BreakFirst  .Column.ColFirst,
.phone .Columns2.mob_BreakLast  .Column.ColFirst,
.phone .Columns2.mob_BreakAll  .Column.ColFirst,
.phone .Columns2.mob_BreakMiddle  .Column.ColFirst,
.tablet .Columns3.tab_BreakFirst  .Column.ColFirst,
.tablet .Columns3.tab_BreakLast  .Column.ColFirst,
.tablet .Columns3.tab_BreakAll  .Column.ColFirst,
.tablet .Columns3.tab_BreakMiddle  .Column.ColFirst,
.phone .Columns3.mob_BreakFirst  .Column.ColFirst,
.phone .Columns3.mob_BreakLast  .Column.ColFirst,
.phone .Columns3.mob_BreakAll  .Column.ColFirst,
.phone .Columns3.mob_BreakMiddle  .Column.ColFirst
{
    margin-bottom: 10px !important;
}

.tablet .Columns3.tab_BreakFirst  .Column.ColLast,
.tablet .Columns3.tab_BreakLast  .Column.ColLast,
.tablet .Columns3.tab_BreakAll  .Column.ColLast,
.tablet .Columns3.tab_BreakMiddle  .Column.ColLast,
.phone .Columns3.mob_BreakFirst  .Column.ColLast,
.phone .Columns3.mob_BreakLast  .Column.ColLast,
.phone .Columns3.mob_BreakAll  .Column.ColLast,
.phone .Columns3.mob_BreakMiddle  .Column.ColLast
{
    margin-top: 10px !important;
}

/**//* form elements */
.Form:not(.ReadOnly) {
    cursor: default;
}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .Form input.ReadOnly, .Form textarea.ReadOnly, .Form select.ReadOnly {
  font-size: 14px !important;
  line-height: normal !important;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 34px !important;
}
input[type="text"]:focus {
  cursor:text; 
}
input[type="text"] {
  cursor:pointer; 
}
select {
  padding-top: 2px !important;
  padding-bottom: 6px !important;
  cursor:pointer;
}
select:focus {
    cursor:default;
}
textarea { resize: vertical; }
.tablet input[type="text"], .phone input[type="text"], .tablet input[type="password"], .phone input[type="password"], .tablet input[type="datetime"], .phone input[type="datetime"], .tablet input[type="datetime-local"], .phone input[type="datetime-local"], .tablet input[type="date"], .phone input[type="date"], .tablet input[type="month"], .phone input[type="month"], .tablet input[type="time"], .phone input[type="time"], .tablet input[type="week"], .phone input[type="week"], .tablet input[type="number"], .phone input[type="number"], .tablet input[type="email"], .phone input[type="email"], .tablet input[type="url"], .phone input[type="url"], .tablet input[type="search"], .phone input[type="search"], .tablet input[type="tel"], .phone input[type="tel"], .tablet input[type="color"], .phone input[type="color"], .tablet select, .phone select {
    height: 34px !important;
}
.Button { margin-left: 10px !important; }
.phone .Button, .tablet .Button, .phone a.Button, .tablet a.Button {
    height: 34px !important;
    line-height: 34px !important;
}
.Login_Info .Logout_Button {
    display: none;    
}
.phone .Login_Info {
    background: none;
    margin: 0;
    padding: 0;
    width: 0;
}
/* disabled */
.Form textarea.ReadOnly[disabled="disabled"],
.Form input.ReadOnly[disabled="disabled"],
textarea[disabled="disabled"],
input[disabled="disabled"] {
    background-color: #f5f5f5 !important;
    -webkit-text-fill-color:#999 !important;
    -webkit-opacity:1 !important;
    background-image: none !important;
    border-color: #ccc !important;
    color: #999 !important;
    cursor: not-allowed !important;
}

/* readonly */
.Form textarea.ReadOnly[readonly="readonly"],
.Form select.ReadOnly[disabled="disabled"],
.Form input.ReadOnly[readonly="readonly"],
textarea[readonly="readonly"],
select[disabled="disabled"],
input[readonly="readonly"] {
    background-color: #fafafa !important;
    background-image: none !important;
    border-color: #e1e1e1 !important;
    color: #666 !important;
    cursor: not-allowed !important;
}
select[disabled="disabled"],
.Form select.ReadOnly[disabled="disabled"] {
    background-image: url(/SilkUIFramework/img/arrowDeselected.png?72&4097) !important;
}
.ValidationMessage {
    background-color: #f2d0cc;
    color: #bf1601;
    margin-top: 12px;
    padding: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    position: relative;
    text-align: center;
}
.ValidationMessage:after {
    background-color: #f2d0cc;
    content: "";
    display: block;
    height: 12px;
    margin-left: -6px;
    left: 50%;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 12px;
}
.ValidationMessage.kk-plain:after,
.ValidationMessage.kk-plain:before { display: none; }
.kk-form-disable-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 18; 
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.9;
    margin: 0 auto;
    display: none;
}
.kk-form-above-disable-overlay {
    z-index:  19; 
    position:  relative;
}

.Actions {
    width: 100%;
}

/**//* TableRecords & EditableTable */
.TableRecords,
.EditableTable { margin-top: 10px; }
.TableRecords,
.TableRecords .TableRecords_Header,
.EditableTable,
.EditableTable thead th {
    border-color: #ccc !important;
}
.TableRecords_Header {
    font-size: 1em;
    padding-bottom: 7px;
}
.TableRecords .TableRecords_Header,
.EditableTable thead th {
    color: #999 !important;
    border-bottom-width: 1px !important;
    font-weight: normal !important;
}
.TableRecords > tbody > tr.Selected.OnEdit:hover,
.EditableTable > tbody > tr.OnEdit:hover:hover td {
    background: #ededed;
}
/**//* TableRecords */
.EditableTable td.RowWithAddAction,
.kk-RowWithAddAction {
    background-color: #fafcfe !important;
}
.kk-RowWithAddAction {
    border: 1px solid #ccc;
    border-top-width: 0;
    padding-left: 22px;
    padding-right: 22px;
    text-align: right;
}
.kk-RowWithAddAction a { line-height: 40px; }
.kk-RowWithAddAction.OSAutoMarginTop { margin-top: 0 !important; }

.phone .kk-align-right,
.tablet.portrait .kk-align-right{ 
    text-align: right !important; 
    position: relative; 
    left: -60%;
}

/* TableRecords with lazy load and section expandable content  */
.kk-timesheets-to-approve .TableRecords .SectionExpandable,
.kk-timesheets-overview-status .TableRecords .SectionExpandable {
    margin-top: 0px !important;
}

.kk-timesheets-to-approve .TableRecords .Section > .Section_header,
.kk-timesheets-overview-status .TableRecords .Section > .Section_header,
.kk-timesheets-to-approve .TableRecords .SectionExpandable > .SectionExpandable_header,
.kk-timesheets-overview-status .TableRecords .SectionExpandable > .SectionExpandable_header {
    border-bottom: none;
}
.kk-timesheets-to-approve .TableRecords .SectionExpandable > .SectionExpandable_header,
.kk-timesheets-overview-status .TableRecords .SectionExpandable > .SectionExpandable_header {
    border-bottom: none;
}

.kk-timesheets-to-approve .SectionExpandable > .SectionExpandable_header > .SectionExpandable__icon,
.kk-timesheets-to-approve .TableRecords_Header a,
.kk-timesheets-to-approve .TableRecords_Header a:link,
.kk-timesheets-to-approve .TableRecords_Header a:visited,
.kk-timesheets-overview-status .SectionExpandable > .SectionExpandable_header > .SectionExpandable__icon,
.kk-timesheets-overview-status .TableRecords_Header a,
.kk-timesheets-overview-status .TableRecords_Header a:link,
.kk-timesheets-overview-status .TableRecords_Header a:visited {
    color: #999 !important;
}

.kk-page-content :not(.kk-homepage-block__timesheet-overview) .TableRecords .kk-timesheets-to-approve .TableRecords_OddLine,
.kk-page-content :not(.kk-homepage-block__timesheet-overview) .TableRecords .kk-timesheets-to-approve .TableRecords_EvenLine,
.TableRecords .kk-timesheets-overview-status .TableRecords_OddLine,
.TableRecords .kk-timesheets-overview-status .TableRecords_EvenLine {
    height: 91px;
}

/* remark part of lazy load content from table  */

.kk-timesheet-extra-details .kk-remark-outer {
    font-size: 12px !important;
}

.kk-timesheet-extra-details .UserInitials.Small {
    line-height: 21px;
}

.kk-timesheet-extra-details .kk-remark-outer .kk-user {
    padding-top: 2px;
    width: 5%;
}

.kk-timesheet-extra-details .kk-remark-outer .kk-user .UserInitials.Small { background-color: #b3b3b3; }
.kk-timesheet-extra-details .kk-remark-outer .kk-remark-date {
    color: #999;
    width: 20%;
}

.kk-timesheet-extra-details .kk-remark-outer .kk-remark-text {
    line-height: normal;
    overflow: hidden;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    width: 70%;
    max-height: 200px;
    white-space: normal;
    height: initial;
}

.kk-timesheet-extra-details .kk-remark-outer {
    height: inherit;
}

/**//* EditableTable */
.EditableTable thead th {
    padding-left: 10px !important;
}
.EditableTable thead th:first-child {
    padding-left: 20px !important;
}
.EditableTable td {
    padding-left: 10px !important;
}
.EditableTable td.RowWithAddAction { text-align: right !important; }
.EditableTable td.RowWithAddAction a {
    display: block;
    line-height: 40px;
    padding: 0 !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}
/**//* TableRecords NoResponsive */
.tablet table.ShowRecord.NoResponsive tr:first-child td, 
.phone table.ShowRecord.NoResponsive tr:first-child td { padding-top: 4px; }
.tablet table.ShowRecord.NoResponsive tr td, 
.phone table.ShowRecord.NoResponsive tr td { padding-right: 20px; }
.tablet .ShowRecord.NoResponsive td,
.phone .ShowRecord.NoResponsive td {
    display: table-cell;
    float: none;
    width: auto;
}
.tablet .ShowRecord.NoResponsive td[class*="ThemeGrid_Width"],
.phone .ShowRecord.NoResponsive td[class*="ThemeGrid_Width"] { padding-right: 1.96078431372549%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption { padding-left: 20px; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Value,
.phone .ShowRecord.NoResponsive td.ShowRecord_Value { padding-right: 20px; }

.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width1,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width1 { width: 8.49673202614379%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width2,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width2 { width: 16.9934640522876%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width3,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width3 { width: 25.4901960784314%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width4,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width4 { width: 33.9869281045752%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width5,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width5 { width: 42.483660130719%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width6,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width6 { width: 50.9803921568627%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width7,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width7 { width: 59.4771241830065%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width8,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width8 { width: 67.9738562091503%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width9,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width9 { width: 76.4705882352941%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width10,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width10 { width: 84.9673202614379%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width11,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width11 { width: 93.4640522875817%; }
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width12,
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width12 { width: 101.960784313725%; }

.desktop .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width25,
.tablet .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width25 { width: 21.2418300653595%; }
.phone .ShowRecord.NoResponsive td.ShowRecord_Caption.ThemeGrid_Width25 { width: 42.483660130719%; }

.Box.White .ShowRecord.NoResponsive tr:first-child td { padding-top: 12px; }
.Box.White .ShowRecord.NoResponsive td.ShowRecord_Caption { padding-left: 0; }
.Box.White .ShowRecord.NoResponsive td.ShowRecord_Value { padding-right: 0; }

/**//* page */
.MainContent { margin-top: 0; }
.phone .Title_Section { height: 1px; }
.phone .Content,
.tablet .Content {
    padding-top: 10px;
}

/* Menu */
.kk-hide-SubMenuItem {display:none !important;}

/* BlockUIMessage */
.BlockUIMessage {
    color: #333333;
    cursor: wait;
    line-height: 50px;
    height:50px;
    text-align: center;
    display:none;
}
.BlockUIMessage img {
    position: relative;
    top: 8px;
}


/**//* patterns */
.AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___title { /* color:  tenant */ }
.AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___icon { border-left-width: 0; }
.AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___icon  .fa { border-width: 0; }
.AccordionVertical .AccordionVertical_item.open .AccordionVertical__content {
    border-top-width: 0;
    padding-top: 0;
}

/* calendar */
div.calendar thead .title {
    background: #f4f4f4;
    font-size: 12px;
    padding: 5px;
}
div.calendar thead td[colspan="3"] {
    font-size: 12px;
}
div.calendar .button {
    background: #f4f4f4;
    padding: 5px;
}
div.calendar thead .name {
    padding: 5px;
}
div.calendar tbody .day {
    text-align: center;
    padding: 5px;
}
div.calendar tfoot .ttip {
    font-size: 12px;
    background: #f4f4f4;
    padding: 5px;
}
div.calendar .combo .label, div.calendar .combo .label-IEfix { padding: 5px; }

.phone .Column.empty { display: none !important; }

.FileUpload .FileUpload_Button { float: right; }
.FileUpload .FileUpload_Label {
    display: block;
    float: left;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.FileUpload a.kk-remove-file {
    display: inline-block;
    position: relative;
    z-index: 99;
    line-height: 32px;
    margin: -10px;
    padding: 10px 15px;
}
.FileUpload a.kk-remove-file[aria-hidden=true] { display: none; }

.Section,
.SectionExpandable {
    margin: 20px 0 0 !important;
}
.Section  .Section_header,
.SectionExpandable  .SectionExpandable_header {
    min-height: 25px;
}
.Section  .Section_header .Heading2  .Heading3 { margin-bottom: 0; }
.SectionExpandable.expanded .SectionExpandable_content {
    padding: 0px !important;
    padding-top: 10px !important;
}
.Section .Section_header .Section__title div.OSInline:first-child { margin-top: -1px; }
.Section .Section_header .Section__title .fa { font-size: 0.75em; }
.Section  .Section_content  .Box.White,
.SectionExpandable.expanded  .SectionExpandable_content  .Box.White {
    padding-top: 0 !important;
}
.SectionExpandable:not(.expanded) .SmartInput_Undo { display: none !important; }
.Box .Columns:last-child .Column,
.Columns .Columns .Column {
    margin-bottom: 0 !important;
}
.Box .Form .Heading4 { padding-top: 10px; }

.NavigationBar { margin-bottom: 2em; }
.NavigationBar a { text-decoration: none !important; }
.NavigationBar a.Active {}

.phone .Tile .TileIconText_icon {
    display: none;
    width: 0;
}

.Card { border-width: 0; }
.Card.CardLeftImage .Heading3 { margin-bottom: 5px; }

.Progress.Medium,
.Progress.Medium span { line-height: 16px !important; }

.Tile + .Box {
    border: 1px solid #ccc;
    border-top-width: 0px;
    margin-top:  0 !important;
}
.phone .Tabs__tab,
.tablet .Tabs__tab {
    min-width: 44px;
}
.Tabs__tab {
    padding: 5px;
    width: 20%;
}
.Tabs__tab span.kk-timesheetRejectedTab { color: red; }
.Tabs .Tabs_body { padding: 0; }
.Tabs .Tabs_body  .Tabs__content.active { padding: 20px; }
.Tabs .Tabs_body  .Tabs__content.active  .kk-table-in-tabcontent-nopadding { margin: -20px; }
.Tabs .Tabs_body  .Tabs__content.active  .kk-table-in-tabcontent-nopadding  .TableRecords {
    border-width: 0px;
    margin-top: 0;
}
.tablet .Tabs .Tabs_body  .Tabs__content .Box.White { padding: 10px; }
.phone .Tabs .Tabs_body  .Tabs__content .Box.White { padding: 0; }

.kk-carousel-clients .owl-carousel  .owl-wrapper-outer { cursor: default; }
.kk-carousel-clients .owl-carousel  .owl-wrapper-outer  .owl-wrapper  .owl-item > div {
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
}
.kk-carousel-clients .owl-carousel  .owl-wrapper-outer  .owl-wrapper  .owl-item > div img { margin-top: 10px; }

.ToggleButton {
    background-color: #e7e7e7;
    border-radius: 16px;
    border-width: 0;
    height: 28px;
    outline: none;
    width: 54px;
}
.ToggleButton:hover,
.ToggleButton:focus {
    background-color: #ccc;
}
.ToggleButton > label {
    background: none !important;
}
.ToggleButton_label:after {
    border-color: #fff;
    border-radius: 9px;
    height: 18px;
    top: 4px;
    width: 18px;
}
.ToggleButton.changed {
    background-color: #68b83a;
    border-color: #fff;
}
.ToggleButton.changed:hover,
.ToggleButton.changed:focus {
    background-color: #68b83a;
}
.ToggleButton_label.changed:after {
    border-color: #fff;
    border-radius: 9px;
    height: 18px;
    left: 26px;
    top: 4px;
    width: 18px;
}
.ToggleButton:focus,
.ToggleButton.changed:focus,
.ToggleButton > label:focus,
.ToggleButton.changed > label:focus {
    border-radius: 15px;
    box-shadow: 0 0 6px #99c8e3;
}

.select2-search .FormEditPencil { display:none; }

.phone .Login_Info_Username { 
    bottom: 13px; 
    position: fixed; 
    right: -260px; 
    z-index: 1; 
    display: initial !important;
}
.phone.active .Login_Info_Username { 
    right: 45px; 
    margin-bottom: 3px; 
}
/* ===================================================
Language
=================================================== */

.kk-language-container-menu {
    float: right;
    margin-top: 5px !important;
    position: relative;
    z-index: 12;
}
.kk-language-link {
    float: right;
    margin-left: 0 !important;
    padding: 10px 10px 0 0;
}
.kk-language-link a { text-decoration: none; }
.kk-language-link img {
    border: none;
    width: 24px;
}
.kk-selected-language-link { opacity: 0.2; }

.kk-language-displayed-code {
    display:none !important;
}
/* ===================================================
Konnekt Classes
=================================================== */

.kk-page-content {}

.tablet.portrait .kk-page-content,
.phone .kk-page-content { padding-left: 0; padding-right: 0; }

.kk-editabletable-fake-form-element,
.kk-label-with-form-element { line-height: 34px; }

.kk-dropdown-auto-width { 
    padding-right: 20px;
    cursor:pointer;
    }
.kk-dropdown-auto-width:focus{
    cursor:default;
}

.kk-form-disclaimer-checkbox .Float_left input[type="checkbox"] { margin-top: 4px; }

.kk-nowrap { white-space: nowrap; }

.tablet .tab_BreakAll .kk-break-top-container,
.phone .mob_BreakAll .kk-break-top-container { margin-top: 10px; }

.kk-sidebar-navigation { overflow-y: hidden; }
.kk-sidebar-navigation a {
    display: block;
    line-height: 2em;
}
.kk-sidebar-navigation a.Active,
.kk-sidebar-navigation a.Active:hover {
    color: #333;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.kk-new-profile-question-textarea,
.kk-auto-resize-textarea {
    overflow: hidden;
    outline: none; 
    text-align: justify;
}
.kk-welcome-box { padding-bottom: 20px; }
.kk-welcome-box .Heading1 { margin-bottom: .5em; }
.kk-profile-short .Box.White { margin-bottom: 10px; }

.kk-profile-status .Box { padding: 10px; }
.kk-profile-status .Box.White + .Box.White {
    margin-bottom: -10px;
    margin-top: -20px;
}
.kk-profile-update-suggestions .Card.CardLeftImage  .Left { padding-right: 20px; }
.kk-profile-update-suggestions .Card.CardLeftImage  .Right { padding: 0; }

.kk-link-FileUpload.OSAutoMarginTop,
.kk-link-FileUpload { margin-top: 0 !important; }
.kk-link-FileUpload  .Box.Silver {
    background-color: rgba(0,0,0,.05);
    border: 1px solid #ccc;
    border-top-width: 0;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px;
}

.kk-vacancy-list {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.kk-vacancy-list:first-child { border-top-width: 0; }
.kk-vacancy-list .Heading3 { margin-bottom: .125em; }
.kk-vacancy-list .Heading3 a { font-size: 16px; }
.kk-vacancy-list .Text_Note {}
.kk-vacancy-list .Text_overflow.OSAutoMarginTop { margin-top: 6px; }

.kk-hide-first-column .ColFirst { display: none; }
.kk-hide-first-column .SmallLeftColumns .ColLast { width: 100%; padding-left: 0px;}

.kk-hide-first-column .Columns2 .ColLast { 
    padding-right: 5px;
    padding-left: 0px;
}


.kk-social-link {
    color: #fff !important;
    display: block;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none !important;
}
.kk-link-FB { 
    background: #4267b2;
    cursor: pointer;
    }
a.kk-link-LI { background: #00a0dc; }
.kk-social-link span.fa {
    float: left;
    margin: 8px;
}
.kk-link-FB span.fa { margin-right: 0; }
a.kk-link-LI span.fa {
    float: right;
    margin-left: 0;
}
.phone a.kk-social-link span.fa { display: none; }

.kk-social-login-separator-text {
    margin: 20px 0 !important;
    margin-bottom: -10px !important;
    text-align: center;
}
.kk-social-login-separator-text .Separator {
    margin-bottom: 0;
    margin-top: 30px;
}
.kk-social-login-separator-text .OSInline {
    background: #fff;
    margin-left: 0 !important;
    padding: 0 10px;
    position: relative;
    top: -10px;
}

.phone .kk-wider-textbox { width:100%; }

.kk-hide-table-column {
    display: none;
}

.kk-NoHeader .Section > .Section_header {
display: none;}

.kk-fake-header {
    color: #999;
    }
        
.phone .kk-hide-phone-tabletportrait, .tablet.portrait .kk-hide-phone-tabletportrait, 
.desktop .kk-hide-desktop-tabletlandscape, .tablet.landscape .kk-hide-desktop-tabletlandscape {
    display: none !important;
    }

.kk-fake-first-column {
    padding-left: 20px !important;
    }
    
.phone .kk-page-content .kk-merge-file-intro-text { display: none; }

.kk-simple-layout {
}

.kk-simple-layout .tablet .Header .Header_RightSection .Header_ButtonMenu,
.kk-simple-layout .phone .Header .Header_RightSection  .Header_ButtonMenu {
    display: none;
}

.kk-simple-layout .phone .MainContent {
    margin-top: 60px;
}

.kk-simple-layout .phone .kk-BackLinkContainer {
    margin-top: -20px;
}

/* ===================================================
Request Flow Classes
=================================================== */

.Page.Request .Content {
    margin-bottom: 0;
    padding-top: 0;
    min-width: 100%;
    width: 100%;
}
.Page.Request .Title_Section { display: none; }
.Page.Request .MainContent {
    margin-top: 0;
    padding-bottom: 10px;    
}
.Page.Request .MainContent .kk-request-form-page {
    overflow: hidden;
    padding: 4%;
    padding-bottom: 0;
    padding-top: 10px;
}

/* ===================================================
Open Registration Flow Classes
=================================================== */

/* wizard */
.kk-or-wizard {
    margin-bottom: 40px;
    position: relative;
}
.kk-or-wizard:after {
    border-bottom: 2px solid #0075b9;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 4.5em;
    width: 100%;
    z-index: 1;
}
.kk-or-wizard > table { width: 100%; }
.kk-or-wizard > table td { text-align: center; }
.kk-or-wizard > table td div {
    padding: .5em;
    position: relative;
}
.kk-or-wizard > table td div .fa {
    color: #999;
    font-size: 2em;
}
.kk-or-wizard > table td div.past,
.kk-or-wizard > table td div.past .fa,
.kk-or-wizard > table td div.active,
.kk-or-wizard > table td div.active .fa { color: #0075b9; }

.kk-or-wizard > table td div.active:before,
.kk-or-wizard > table td div.active:after {
    background-color: #f3f8fc;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
}
.kk-or-wizard > table td div.active:before {
    border: 2px solid #0075b9;
    height: 14px;
    margin-left: -12px;
    top: 56px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    z-index: 2;
}
.kk-or-wizard > table td div.active:after {
    /*background: rgba(321,123,213,.4);*/
    height: 14px;
    margin-left: -17px;
    top: 65px;
    width: 28px;
    z-index: 3;
}

.kk-attribute-epmty {
    background: #f2f2f2;
    border-radius: 2px;
    color: #999;
    font-size: .88em;
    padding: 1px 6px;
}

.kk-border { 
    border: solid 1px #ccc;
    padding:10px;
}

/* ===================================================
Media Queries
=================================================== */
.desktop .kk-signin-outer { margin: 0 22%; }
.tablet .kk-signin-outer { margin: 0; }
.phone .kk-signin-outer { margin: 0; }

.phone .kk-page-content,  .tablet .kk-page-content { padding-top:  30px; }
.phone .Login_Info_Username { display: initial !important; }

@media (max-width: 768px) /* tablet portrait and smaller */ {
    .Page.Request .MainContent .kk-request-form-page {
        padding: 2%;
        padding-bottom: 0;
        padding-top: 8px;
    }
}
@media (max-width: 320px) /* phone portrait */ {
    .Page.Request .MainContent .kk-request-form-page {
        padding: 0%;
        padding-bottom: 0;
        padding-top: 6px;
    }
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
}

/* ===================================================
Reset
=================================================== */
.Form a.SmartInput_Undo { display: none !important; }
.Feedback_AjaxWait { display: none !important; }

/*For login and register when both social media are missing */

.kk-oneTab .Tabs_body {
   border-top: 1px solid #ccc;
}

.kk-oneTab .Tabs_header {
    display: none !important;
}

.blockUIPhone.blockUI.blockMsg.blockPage{
width: 50% !important;
left: 25% !important;
}   

/* ===================================================
Home page blocks
=================================================== */
.kk-margin-myApplication{
    margin-bottom:30px; 
}

.kk-margin-HomePageIntro{
    margin-top: 8px;  
    margin-bottom:40px; 
}

.kk-completeness {
    margin-bottom: 60px;
}

.kk-completeness .kk-profile-strength {
 margin-bottom: 10px;   
}

.kk-completeness .kk-profile-strength-value {
    font-weight: bold;
}

.kk-completeness .Tooltips {
    text-align: left;
    padding: 10px;  
}

.kk-completeness .Tooltips > span > span {
 display: block;   
}

.kk-completeness .Tooltips > span > span > span,
.kk-completeness .Tooltips > span > span > a {
    margin-left: 19px;
}
.kk-completeness .Tooltips > span > span > span + span,
.kk-completeness .Tooltips > span > span > a + a {
    margin-left: 0;
}
.kk-completeness .Tooltips .checked {
    margin-left: 0;
}
.kk-completeness .Tooltips .checked:before {
    color: green;
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 5px;
}

.kk-completeness .CompletenessContainer .Tooltips {
  cursor: text;
}

.kk-completeness .CompletenessContainer .Tooltips:link {
  cursor: pointer;
}

.kk-margin-personalDetails{
    margin-bottom:40px; 
}

.kk-margin-personalDetails .Section{
    margin: 0px 0px 0px !important;
}

.kk-homepage-block__timesheets .kk-ellipsis-table .kk-timesheetPeriod {width:60%}

/* ===================================================
Timesheet block and Timesheet overview
=================================================== */
.kk-timesheetPeriod{
 font-weight: bold;
}


.phone .NoMargin .Columns3.mob_BreakAll .Column.ColLast, .tablet.portrait .NoMargin .Columns3.mob_BreakAll .Column.ColLast {
    margin-top: 0 !important;
}

.phone .NoMargin .Columns3.mob_BreakAll .Column.ColFirst, .tablet.portrait .NoMargin .Columns3.mob_BreakAll .Column.ColFirst {
    margin-bottom: 0 !important;
}


.Button.kk-NoLeftMargin {
    margin-left: 0 !important;
}

.tablet.portrait .kk-desktopTimesheet, .phone .kk-desktopTimesheet, .tablet.landscape .kk-mobileTimesheet, .desktop .kk-mobileTimesheet {
    display: none;
}

.desktop .TableRecords:not(.NoResponsive) thead tr th.kk-selection-FirstCol,
.desktop .TableRecords:not(.NoResponsive) tbody tr td.kk-selection-FirstCol,
.tablet.landscape .TableRecords:not(.NoResponsive) thead tr th.kk-selection-FirstCol,
.tablet.landscape .TableRecords:not(.NoResponsive) tbody tr td.kk-selection-FirstCol { display: none !important; }


.kk-timesheets-to-approve .kk-desktopTimesheet .TableRecords_OddLine:last-child,
.kk-timesheets-to-approve .kk-desktopTimesheet .TableRecords_EvenLine:last-child,
.kk-timesheets-to-approve .kk-desktopTimesheet .TableRecords_Header:last-child { 
    padding-right: 5px;
    padding-left: 15px; 
    }

.kk-timesheets-to-approve .kk-desktopTimesheet .kk-remark-indicator,
.kk-timesheets-to-approve .kk-desktopTimesheet .kk-allowance-indicator,
.kk-timesheets-to-approve .kk-desktopTimesheet .kk-reservation-indicator { width:20px; }
.kk-timesheets-to-approve .kk-desktopTimesheet .kk-reservation-indicator{ padding-left:10px; }
.kk-timesheets-overview-status .kk-desktopTimesheet .kk-listpagination,
.kk-timesheets-to-approve .kk-desktopTimesheet .kk-listpagination { margin-bottom:10px;}

.kk-table-in-tabcontent-nopadding .TableRecords_OddLine:last-child,
.kk-table-in-tabcontent-nopadding .TableRecords_EvenLine:last-child,
.kk-table-in-tabcontent-nopadding .TableRecords_Header:last-child { padding-right: 15px; }
    
.kk-timesheets-to-approve .kk-mobileTimesheet .SmallRightColumns > .Column.ColFirst,
.kk-timesheets-to-approve .kk-mobileTimesheet .SmallRightColumns > .Column.ColLast,
.kk-timesheets-overview-status .kk-mobileTimesheet .SmallRightColumns > .Column.ColFirst,
.kk-timesheets-overview-status .kk-mobileTimesheet .SmallRightColumns > .Column.ColLast { width: 50%; }

.kk-timesheets-to-approve .kk-mobileTimesheet .SmallRightColumns > .Column.ColLast .kk-remark-indicator,
.kk-timesheets-to-approve .kk-mobileTimesheet .SmallRightColumns > .Column.ColLast .kk-allowance-indicator, 
.kk-timesheets-to-approve .kk-mobileTimesheet .SmallRightColumns > .Column.ColLast .kk-reservation-indicator {
     padding-left:5px;
     width:20px;
 }
 
.kk-timesheets-to-approve .kk-mobileTimesheet .kk-timesheet-remarks .Columns3.mob_DontBreak .Column { width: 24%; }
.kk-timesheets-to-approve .kk-mobileTimesheet .kk-timesheet-remarks .Columns3.mob_DontBreak .Column.ColFirst { width: 35%;}
.kk-timesheets-to-approve .kk-mobileTimesheet .kk-timesheet-remarks .Columns3.mob_DontBreak .Column.ColLast div { text-align:right;}


/*Timesheet Overview - Validations*/

.kk-desktopTimesheet .TableRecords.kk-timesheet-remarks tbody tr td.kk-ColYearWeek {

    position: relative;
}

.kk-desktopTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek.kk-row-cell-Not_Valid-with-message span.ValidationMessage {
    display: block !important;
    line-height: normal !important;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 900%;
    z-index: 2;
}

.kk-desktopTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek {
    border-bottom: 25px solid transparent;
    padding-bottom: 7px;
}
.kk-desktopTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek.kk-row-cell-Not_Valid-with-message span.ValidationMessage { left: 5px; }
.kk-desktopTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek.kk-row-cell-Not_Valid-with-message span.ValidationMessage:after{ display: none !important; }

.kk-mobileTimesheet .TableRecords.kk-timesheet-remarks tbody tr td.kk-ColYearWeek {
    position: relative;
}

.kk-timesheets-overview-status .kk-mobileTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek.kk-row-cell-Not_Valid-with-message span.ValidationMessage,
.kk-timesheets-to-approve .kk-mobileTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek.kk-row-cell-Not_Valid-with-message span.ValidationMessage {
    display: block !important;
    line-height: normal !important;
    text-align: left;
}

.kk-mobileTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek { padding-bottom: 7px; }

.kk-mobileTimesheet .TableRecords.kk-timesheet-remarks tbody tr.kk-row-Not_Valid-with-message td.kk-ColYearWeek.kk-row-cell-Not_Valid-with-message span.ValidationMessage:after{ display: none !important; }

.kk-verical-align-middle div.OSInline {vertical-align: middle !important;}


/* Service Studio corrections */
.AjaxLoader {
  
}

/* Alert classes from SilkUIFramework */
.Alert.Error, 
.Alert.Success,
.Alert.Info {
    line-height: 22px;
    margin-bottom: 0px;
}

.Alert.Error a,
.Alert.Error a:link,
.Alert.Error a:visited {
    color: #FFF;
    text-decoration: underline;

}



/*If you want to truncate a text, add kk-ellipsis-table class to the table and kk-ellipsis class to the cell*/

.kk-ellipsis-table {
    width:100%; 
    display:table;
    table-layout:fixed;
}


.kk-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}


.desktop .kk-timesheet-rate,
.tablet.landscape .kk-timesheet-rate{
    width: 65px;
}

.desktop .kk-timesheet-wage,
.tablet.landscape .kk-timesheet-wage{
    width: 65px;
}

.phone .kk-timesheet-wage,
.tablet.portrait .kk-timesheet-wage {
    padding-left:5px !important;
}





























