﻿@import url("/RichWidgets/Theme.LondonFluid.css?63019");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://www.outsystems.com/goto/themegenerator
        2 - Copy the generated CSS
        3 - Paste it here
        
*/

@import url(OS-Icon-Set.css?75808);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body, select, textarea, input {
    font-family: 'Open Sans';
    color: #79868a;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 3px;
}

body, html, form {
    min-width: 1000px;
}

.Content.ThemeGrid_Wrapper,
.Header.ThemeGrid_Wrapper {
    min-width: 1150px;
}

.MainContent {
    margin-top: 0px;
    padding-top: 36px;
}

.Content .ThemeGrid_Container {
    height: 100%;
}


.DisplayCell[class*="ThemeGrid_Width"], .DisplayCell[class*="ThemeGrid_Width"] div {
    vertical-align: middle;
}

.DisplayCell.OSInline {
    vertical-align: middle;
}

.Content {
    padding-top: 0px;
}

.Content, .MainContent {
    background: white;
}

.LeftContent {
    background-color: #e6eaeb;
    padding-top: 10px;
    min-height: 503px;
    height: 100%;
}

.LeftNavigation {}

.SubHeader_Bar_Bg {
    background-color: #F2F2F2;
    border-bottom: 1px solid #e6eaeb;
    height: 30px;
    margin-top: 0px;
    color: #79868a;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    width: 100%;
    min-width: 990px;
    top: 0;
    left: 0;
    z-index: 20;
}

/* LeftNavigationContainerOuter and LeftNavigationContainerInner are needed
to have a scrollable container where the scroll bar is not visible. The inner
container is wider than the outer, so the scrollbar is outside of view */
.LeftNavigationContainerOuter {
    overflow: hidden;
    height: 450px;
    position: relative;
    
}

.LeftNavigationContainerInner {
    /* change overflow-y to scroll in order to have a scrollable navigation */
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 450px;
    position: absolute;
    
}

.LeftNavigationContainerInner .CutoffText {
    text-overflow: ellipsis;
    max-width: 120px;
    overflow: hidden;
}

/* The body has a min width, so when the screen becomes smaller
than the min-width we need to override the percentage width of the
left navigation bar */
@media screen and (max-width: 999px) {
    .LeftNavigation {
        width: 253px ! important;
    }
}

html .Hidden { 
    display: none; 
}

div.Heading3 {
    margin-top: 0px;
}

.Header {
    box-shadow: none;
    position: relative;
    width: 100%;
    min-width: 990px;
    height: 60px;
    max-height: 60px;
    border-bottom: solid 1px #808080;
    
    top: 0;
    left: 0;
    color: #eaeaea;
    /* Old browsers */
    background: #666666;
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #666666 0%, #444444 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #666666 0%, #444444 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #666666 0%, #444444 100%);
    /* IE10+ */
    background: -ms-linear-gradient(top, #666666 0%, #444444 100%);
    /* W3C */
    background: linear-gradient(top, #666666 0%, #444444 100%);
    /* PIE */
    -pie-background: linear-gradient(#666666, #444444);
    behavior: url('/LifeTimeCore/PIE.htc');
    z-index: 20;
}

.Application_Title img {
    max-height: 44px;
    padding-bottom: 0px;
}

.Application_Title {
    margin-top: 5px;
    padding: 0px;
    font-stretch: semi-condensed;
    line-height: 50px;
    min-width: 190px;    
}

.Login_Info {
    padding: 18px 0px;
}

.Login_Info_Logout:before {
    content: "\f08b"; /* fa-power-off at http://fortawesome.github.io/Font-Awesome/icons/ */
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #E83E26;
    margin-right: 5px;
}

.Login_Info_Username:before {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #E83E26;
}

.AppSwitcherContainer {
    margin-right: 20px;
    color: #EAEAEA;
}

.AppSwitcherContainer:hover {
    color: #E83E26;
}

/* Menu */
.Header_Menu,
.Application_Menu {
    background: transparent;
}

.Menu_TopMenu {
    font-size: 14px;
    color: #eaeaea;
    text-align: center;
    vertical-align: middle;
    padding: 3px 2px;
    margin: 0px 3px;
    border: none;
    text-decoration: none;
    behavior: url('/LifeTimeCore/PIE.htc');
}

.Menu_TopMenu:hover {
    color: #eaeaea;
    text-decoration: none;
    background-color: #636363;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    behavior: url('/PIE.htc');
}

.Menu_TopMenu a:link, .Menu_TopMenu a:visited, .Menu_TopMenu a {
    color: #FFF;
    padding: 6px 13px;
}

.Menu_TopMenu a, .Menu_TopMenu a:link, .Menu_TopMenu a:visited {
    font-size: 14px;
}

.Menu_TopMenuActive:hover {
    color: #fafafa;
    text-decoration: none;
    background-color: #707070;
    border: 1px solid #555;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inset 1px 1px 2px 1px #333333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    behavior: url('/PIE.htc');
}

.Menu_TopMenuActive {    
    color: #fafafa;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-color: #707070;
    border: 1px solid #555;
    -webkit-box-shadow: inset 1px 1px 2px 1px #333333;
    -moz-box-shadow: inset 1px 1px 2px 1px #333333;
    box-shadow: inset 1px 1px 2px 1px #333333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    behavior: url('/PIE.htc');
}

/* Menu */

/* Input */
input[type=checkbox].Toggle {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 80px;
    background: #FFF;
    border: 1px solid #79868a;
    border-radius: 5px;
    line-height: 23px;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

input[type=checkbox].Toggle:before {
    content: "ON";
    color: #bdc5c7;
    position: absolute;
    display: block;
    height: 23px;
    width: 40px;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    background: #FFF;
    
}

input[type=checkbox].Toggle:after {
    color: #fff;
    content: "OFF";
    position: absolute;
    display: block;
    height: 23px;
    width: 40px;
    top: 0;
    left: 38px;
    border-radius: 0 4px 4px 0;
    background: #79868a;
}

input[type=checkbox].Toggle:checked:before {
    content: "OFF";
    left: 38px;
    border-radius: 0 4px 4px 0;
}

input[type=checkbox].Toggle:checked:after {
    content: "ON";
    left: 0;
    border-radius: 4px 0 0 4px;
    background: #8cc83c;
}

input[type="search"] {
    border: 0;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    height: 33px;
    padding: 0px 0px;
}

select {
    font-size: 14px;
}

/* Input */

/* Status */
.Status {
    border-radius: 30px;
    border: 1px solid;
    padding: 2px 10px;
    font-size: 12px;
}

.Status.Open {
    border-color: #CC2200;
    color: #CC2200;
}

.Status.Close {
    border-color: #8cc83c;
    color:#8cc83c;
}
/* Status */

/* Font Style */
.Heading1 {
    font-size: 30px;   
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #384142;
}

.Heading2 {
    font-size: 24px; 
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #384142;
}

.Heading3 {
    color: #384142;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.Heading4 {
    color: #384142;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.Heading5 {
    color: #384142;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 8px;
}

.Heading6 {
    color: #384142;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}

.Login_Info a,
.Login_Info a:link,
.Login_Info a:visited {
   text-decoration: none;
   color: #EAEAEA;
}

.SubHeader_Bar_Bg a,
.SubHeader_Bar_Bg a:link,
.SubHeader_Bar_Bg a:visited {
    text-decoration: none;
    color: #79868a;
}

.Login_Info a:hover,
.SubHeader_Bar_Bg a:hover {
   text-decoration: underline;
   color: #E83E26;
}

a,
a:link,
a:visited {
    color: #0088CC;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.LoadMore a, 
.LoadMore a:link,
.LoadMore a:visited {
    font-size: 14px;
}

.Application_Title a, .Application_Title a:link, .Application_Title a:visited, .Application_Title a:hover {
    font-family: 'Open Sans';
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

.Application_Menu a, .Application_Title a:link, .Application_Title a:visited, .Application_Title a:hover {
    font-family: 'lucida grande', 'lucida sans unicode', Arial, Helvetica, sans-serif;
}

.TextBlack {
    color: #384142;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; 
}

.TextBlack.Bigger {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}

.Text {
    color: #79868a;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.Text .Size14px {
    font-size: 14px;
}
/* Font Style */

/* Container Styles */
.RowRecord {
    padding-top: 10px;
    padding-left:10px;
    height: 90px;
}

.BorderBottom {
    border-bottom: 1px solid #e6eaeb;
}

.DivSearch {
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    box-sizing: border-box;
    vertical-align: middle;
    height: 36px;
}

.DivSearch .osicon-search {
    margin-left: 10px;
    margin-top: 10px;
    color: #949fa3;
}

.DivSearch .osicon-note {
    margin-left: 10px;
    color: #949fa3;
}

.Icon {
    font-size: 20px;
    line-height: 28.839px;
}

.Icon.LightGrey {
    color: #bdc5c7;
}

.Icon.DarkGrey {
    color: #79868a;
}

.Icon.Blue {
    color: #0088cc;
    font-weight: 400;
}

.Icon.Red {
    color: #c20;
    font-weight: 400;
}

.Icon.Bigger {
    font-size: 90px;
}

.Icon.Small {
    font-size: 14px;
}

.ApplicationLateralMenu {
    background-color: transparent;
    padding: 15px 55px 15px 0px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 5px;
    min-width: 190px;
    overflow: hidden;
}

.NotificationFeedback {
    background-color: #c20;
    width: 20px;
    border-radius: 20px;
    height: 18px;
    position: absolute;
    color: white;
    padding-top: 4px;
    padding-right: 2px;
    margin-left: -8px;
    margin-top: -8px;
    border: 1px solid #861600;
}

.ApplicationLateralMenu.Selected {
    background-color: white;
}

.HorizontalLine {
    margin-top:20px;
    border-top:1px solid #bdc5c7;
}

/* Display divs as tables */
.DisplayTable {
    display: table;
    width: 100%;
}

.DisplayRow {
    display: table-row;
    width: 100%;
}

.DisplayCell {
    display: table-cell;
    width: 100%;
}
/* Container Styles */

/* Styles for the application list */
.AppCell {
    text-align: left;
}

.ApplicationIcon {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
    background-color: #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;   
}

.ApplicationIcon.Small {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.ApplicationIcon.Bigger {
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
}

.ApplicationIcon img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ApplicationName {
    color:  #384142;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
}

.AFOverlayBig{
    position: relative;
}

.AFOverlaySmall{
    position: relative;
}

.AFOverlayNormal{
    position: relative;
}

@media screen and (max-width: 1023px) {  
    /* Menu is hidden - redefine margin-tops */
    .Responsive.Content {
        padding-top: 0px;
    }
    
}

.ApplicationOverlay.WebResponsive .osicon-desktop:before {
  content: "\e65a";
}
.ApplicationOverlay.Mobile .osicon-desktop:before {
  content: "\e67c";
}
.ApplicationOverlay.Service .osicon-desktop:before {
  content: "\e90b";
}
.ApplicationOverlay.CrossDevice .osicon-desktop:before {
  content: "\e90d";
}

