﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?62193");

@import url("/LisbonTheme/Theme.LisbonTheme.css?2393&62193");
@import url("//fonts.googleapis.com/css?family=Fira+Sans:100,400,400i,700");
/*
    To override a style copy and paste it to
    the application theme and then modify it

    1. General Properties
    2. Structure
    3. Text formating
    4. Forms
    5. Built-in widgets
    6. RichWidgets
    7. Login

*/
/*------------------------------------*\
              $1. General Properties
\*-------------------------------------*/

html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Fira Sans', Arial, Helvetica, Meiryo, sans-serif;
}

html,
body,
form,
.Page {
  height: 100%;
  position: relative; }

body,
select,
textarea,
input {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43; }

body {
  background-color: #edf1f3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch; }

a,
a:link,
a:visited {
  color: #67be60;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  overflow-wrap: break-word; }

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
  color: #b39501;
  text-decoration: none;
}

div[onclick] {
  cursor: pointer;
  /* add a pointer cursor when the div has a click event */ }

.OSAutoMarginTop {
  margin-top: 20px; }

/*------------------------------------*\
              $2. Structure
\*-------------------------------------*/
/* Header ******************************/
.Header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
   }

.Header_center {
  position: relative; }

.tablet .Header_center.ThemeGrid_Container,
.phone .Header_center.ThemeGrid_Container {
  padding: 0; }

.Header_background {
  background-color: #2d323c;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.Page.UseHeaderFade .Header .Header_background {
  display: none; }

/* Menu */
.Header_Menu,
.Header_Menu .ListRecords {
  display: inline-block;
   }

.Application_Menu,
.Header_Menu {
  
   }

/* Extra menu content - login info, search, etc */
.Others_Menu {
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap; }

.desktop.small.UseSidebar .Others_Menu {
  margin-right: 55px; }

.tablet.UseSidebar .Others_Menu {
  margin-right: 40px; }

.phone .Others_Menu {
  display: none; }

.Header_Menu a,
.Header_Menu a:link,
.Header_Menu a:visited {
  color: #fff; }

.Header_Menu a:hover,
.Header_Menu a:link:hover,
.Header_Menu a:visited:hover {
  color: #67be60; }

/* Button Menu */
a.Header_ButtonMenu {
  color: #fff;
  display: none;
  float: left;
  font-size: 20px;
  text-align: center;
  width: 50px; }

.desktop a.Header_ButtonMenu {
  color: #67be60; }

.tablet a.Header_ButtonMenu,
.phone a.Header_ButtonMenu {
  display: block;
  width: 50px; }

.Page.active .Header_ButtonMenu {
  color: #67be60; }

/* Search - LoginInfo - Logout | PHONE Rules */
.phone .Others_Menu {
  display: block;
  margin-right: 0;
  position: relative;
  width: 100%; }

.phone .Application_Menu .Others_Menu a:link,
.phone .Application_Menu .Others_Menu a:visited {
  padding: 0; }

.phone .Application_Menu .Others_Menu .Header_Search {
  margin-left: 30px;
  margin-right: 0; }

.phone .Application_Menu .Others_Menu .Login_Info {
  width: 100%; }

.phone .Application_Menu .Others_Menu .Login_Info a {
  display: none; }

.phone .Application_Menu .Others_Menu .Login_Info .Logout_Icon a {
  display: block; }

.phone .Application_Menu .Others_Menu .Login_Info .Logout_Icon {
  position: absolute;
  right: 15px; }

/* Button Sidebar */
a.Header_ButtonSidebar {
  color: #fff;
  display: none;
  float: right;
  font-size: 20px;
  text-align: center;
  width: 40px; }

.desktop.small.UseSidebar a.Header_ButtonSidebar,
.tablet.UseSidebar a.Header_ButtonSidebar {
  display: block; }

/* Sidebar **********************************/
.Sidebar {
  border-left: 1px solid #ddd;
  height: 100%;
  padding: 20px 10px;
  position: fixed;
  right: -320px;
  top: 50px;
  width: 300px;
  
  
   }

.desktop .Sidebar,
.desktop.hd .Sidebar,
.desktop.big .Sidebar {
  right: 0; }

.desktop.small .Sidebar,
.tablet .Sidebar {
  background-color: #edf1f3;
  right: -300px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }

.desktop.small .Sidebar.open,
.tablet .Sidebar.open {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.phone .Sidebar {
  position: relative;
  right: 0;
  width: 100%; }

.SectionWebsite_title {
  color: #fff;
  margin-bottom: 40px;
  text-align: center; }

.Title_Section.Transparent .SectionWebsite_title {
  color: #333; }

.Title_Section.Silver .SectionWebsite_title {
  color: #333; }

.Title_Section.White .SectionWebsite_title {
  color: #333; }

.Title_Section.Yellow .SectionWebsite_title {
  color: #fff; }

.SectionWebsite {
  text-align: center; }

.SectionWebsite.UsePadding {
  padding: 40px 0; }

.SectionWebsite .Card {
  color: #333; }

.SectionWebsite .Panel {
  color: #333; }

.SectionWebsite .AccordionVertical {
  color: #333; }

.SectionWebsite .SectionExpandable {
  color: #333; }

.SectionWebsite .Box {
  color: #fff; }

.SectionWebsite .Box.Silver {
  color: #333; }

.SectionWebsite .Box.White {
  color: #333; }

.SectionWebsite .Box.Transparent {
  color: #fff; }

.SectionWebsite.Silver .Box.Transparent {
  color: #333; }

.SectionWebsite.Transparent .Box.Transparent {
  color: #333; }

.SectionWebsite.White .Box.Transparent {
  color: #333; }

.SectionWebsite.Silver .Section {
  color: #333; }

.SectionWebsite.Transparent .Section {
  color: #333; }

.Website .ThemeGrid_Container {
  max-width: 1280px; }

.Website .MainContent {
  margin: 0;
  min-height: inherit;
  padding: 0;
  
  /* push the footer down on preview */ }

.Website .Footer {
  background-color: inherit;
  height: auto;
  padding: 0;
  position: static;
  width: auto; }

/* APP Title */
.Header_Title {
  float: left;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
   }

.phone .Header_Title {
  left: 60px;
  position: absolute;
  right: 60px;
  text-align: center; }

.Application_Title a,
.Application_Title a:link,
.Application_Title a:visited,
.Application_Title a:hover {
  color: #fff;
  padding-right: 10px;
  text-decoration: none; }

.Header .Application_Title img {
  max-height: 30px;
  vertical-align: middle; }

/* Responsive Context */
.tablet .Application_Title,
.phone .Application_Title {
  padding: 0; }

/* Menu ***************************************/
/* item menu */
.Menu_TopMenu {
  position: relative; }

.Menu_TopMenus {
  width: 100%; }

/* hover menu */
.Menu_TopMenu a:hover {
  color: #fff; }

/* link/button menu */
.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.tablet .Menu_TopMenu a,
.phone .Menu_TopMenu a {
  text-align: left; }

/* pointer */
.Menu_TopMenu .Menu_DropDownArrow {
  border-top-color: #fff;
  opacity: .5;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
  border-top-color: #67be60;
  opacity: 1;
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px); }

/* active menu */
.Menu_TopMenuActive {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 3px solid #67be60;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  height: 49px;
  line-height: 44px; }

.Menu_DropDownButton.open .Menu_TopMenu a {
  color: #fff; }

/* active menus */
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
  color: #fff; }

/* submenu item */
.Menu_DropDownPanel {
  background-color: #454952;
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }

/* reset any inherit styles (e.g.: ChicagoMobile -> Chicago) */
div.Menu_DropDownPanel a,
div.Menu_DropDownPanel a:link,
div.Menu_DropDownPanel a:visited {
  color: #717578;
  height: auto; }

div.Menu_DropDownPanel a:hover,
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
  color: #67be60; }

/* submenu */
.Menu_DropDownPanel a.Menu_SubMenuItem,
.Menu_DropDownPanel a.Menu_SubMenuItem:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  padding: 3px 20px; }

/* hover submenu item */
.Menu_DropDownPanel a.Menu_SubMenuItem:hover,
.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
  background-color: #444;
  color: #67be60; }

/* submenu header */
.Menu_DropDownPanel .Menu_SubMenuHeader {
    display: block;
    padding-left: 12px;
    color: #67be60;
    cursor: default;
    margin-bottom: -6px;
}

/* Menu tablet and phone */
.tablet .Application_Menu,
.phone .Application_Menu {
  background: #2d323c;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 49px;
  /* Enable hardware acceleration */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  /* Animate the menu when opening and closing */
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 250px;
  /* reduce animation flickering */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.phone .Application_Menu {
  overflow-x: hidden;
  width: 100%; }

.tablet .Application_Menu .Menu_TopMenu,
.phone .Application_Menu .Menu_TopMenu {
  border-top-width: 1px;
  margin: 0;
  padding: 0 0;
  width: 100%; }

.tablet .Application_Menu .Menu_DropDownButton.open .Menu_TopMenu,
.phone .Application_Menu .Menu_DropDownButton.open .Menu_TopMenu {
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3); }

.tablet.active .Application_Menu,
.phone.active .Application_Menu {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tablet.active .Menu_Container,
.phone.active .Menu_Container {
  margin-bottom: 44px;
  right: 0;
  width: 100%; }

.tablet .Application_Menu .Menu_DropDownButton,
.phone .Application_Menu .Menu_DropDownButton {
  display: block;
  position: relative; }

.tablet .Application_Menu a,
.phone .Application_Menu a,
.tablet .Application_Menu a:link,
.phone .Application_Menu a:link,
.phone .Application_menu a:visited,
.phone .Application_menu a:visited {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  -webkit-transform: translateX(-300px) scale(0.5);
  transform: translateX(-300px) scale(0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%; }

.tablet.active .Application_Menu a,
.phone.active .Application_Menu a,
.tablet.active .Application_Menu a:link,
.phone.active .Application_Menu a:link,
.tablet.active .Application_Menu a:visited,
.phone.active .Application_Menu a:visited {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1); }

.tablet .Application_Menu .Menu_DropDownPanel,
.phone .Application_Menu .Menu_DropDownPanel {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  position: static; }

.phone .Application_Menu .Menu_DropDownArrow,
.tablet .Application_Menu .Menu_DropDownArrow {
  position: absolute;
  right: 14px;
  top: 21px; }

.Logout_Icon {
  border-radius: 50%;
  text-align: center;
  width: 22px; }

.Header_Search {
  display: inline-block;
  margin-right: 20px;
  min-width: 100px; }

/* User */
.Login_Info,
.AppSwitcherContainer,
a.Login_Info_Username,
a.Login_Info_Username:link,
a.Login_Info_Username:visited {
  color: #333;
  font-size: 100%;
  font-weight: normal; }

.Login_Info_Logout {
  font-size: 22px; }

.Login_Info_Logout:before,
.Login_Info_Username:before,
.AppSwitcherContainer:before,
.AppSwitcherLink[disabled="disabled"]:before {
  color: #b3b3b3;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px; }

.Login_Info_Username:before {
  content: "\f007";
  /* fa-user at http://fortawesome.github.io/Font-Awesome/icons/ */ }

.Login_Info_Logout:before {
  content: "\f011";
  /* fa-power-off at http://fortawesome.github.io/Font-Awesome/icons/ */
  margin-right: 0; }

/* Responsive Context */
.tablet .Login_Info_Logout:before,
.phone .Login_Info_Logout:before {
  font-size: 20px; }

/* Content *********************************************/
.Page > .Content {
  padding-top: 0; }

/* If we use sidebar */
.desktop:not(.small).UseSidebar .Content {
  margin-right: 300px; }

.UseSidebar .Content {
  padding-top: 70px; }

/* Title Page ************/
.Title_Section {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.15);
  color: #333;
  margin-top: 0;
  padding: 80px 20px 30px 20px; }

.Title_Section.Black {
  background-color: #131819;
  color: #fff; }

.Title_Section.Blue {
  background-color: #0074c1;
  color: #fff; }

.Title_Section.Transparent {
  background-color: transparent; }

.Title_Section.White {
  background-color: #fff; }

.Title_Section.Yellow {
  background-color: #67be60;
  color: #fff; }

.Title_Section.Orange {
  background-color: #da6802;
  color: #fff; }

.Title_Section.Red {
  background-color: #d01a1a;
  color: #fff; }

.Title_Section.DarkRed {
  background-color: #b10000;
  color: #fff; }

.Title_Section.Plum {
  background-color: #c32b87;
  color: #fff; }

.Title_Section.DarkPlum {
  background-color: #970263;
  color: #fff; }

.Title_Section.Green {
  background-color: #388e3c;
  color: #fff; }

.Title_Section.LightGreen {
  background-color: #64be68;
  color: #fff; }

.Title_Section.Turquoise {
  background-color: #00b0c1;
  color: #fff; }

.Title_Section.DarkBlue {
  background-color: #194968;
  color: #fff; }

.Title_Section.Silver {
  background-color: #dadbde; }

.Title_Section.Gray {
  background-color: #79868a;
  color: #fff; }

.Title_Section.BackgroundFixed {
  background-attachment: fixed; }

.tablet .Title_Section.BackgroundFixed,
.phone .Title_Section.BackgroundFixed {
  background-attachment: scroll; }

.UseSidebar .Title_Section {
  margin: 0 20px 0 20px;
  padding: 20px; }

.Title_Section .Actions,
.Title_Section .Title {
   }

.Title_Section {
  
  
   }

.Title_Section .Title {
   }

.Title_Section .Actions {
  
   }

.Title_Section .Title {
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%; }

.Title_Section .Actions {
  line-height: 32px;
  text-align: right;
  width: 70%; }

.Title_Section .Actions a {
  margin-left: 10px;
}

.Title_Section .Actions a:first-child {
  margin-left: 0; }

.phone.portrait .Actions {
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%; }

.phone.portrait .Actions .Button {
  margin: 0;
  margin-bottom: 10px;
  width: 100%; }

.phone.portrait .Actions .Button:last-child {
  margin-bottom: 0; }

.phone .Title_Section .Title {
  margin-bottom: 10px;
  text-align: center;
  width: 100%; }

.phone .Title_Section .Actions,
.phone .Title_Section a.ActionAdd,
.phone .Title_Section a.ActionEdit,
.phone .Title_Section a.ActionDelete,
.phone .Title_Section a.ActionChange {
  width: 100%; }

/* To work with old applications */
.Title_Links {
  font-size: 14px;
  margin-top: 5px; }

/* Main Content ****************************/
.MainContent {
  min-height: 100%;
  padding: 20px;
  padding-bottom: 60px;
   }

.Page.active .MainContent {
  pointer-events: none; }

/* Footer **********************************/
.Footer {
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  width: 100%;
   }

.Footer a,
.Footer a:link,
.Footer a:visited {
  color: #67be60;
  font-size: 12px; }

.MainPopup {
  background: #fff;
  display: table-cell;
  padding: 14px 16px;
  vertical-align: top; }

.MainPopup .Button.ThemeGrid_MarginGutter {
  margin-left: 10px; }

.ThemeGrid_Container {
  margin-left: auto;
  margin-right: auto; }

html .ThemeGrid_Container {
  padding-left: 20px;
  padding-right: 20px; }

.OSInlineClear {
  /* This style will never be used in runtime.
When applied in Service Studio, it will prevent the style 'OSInline' from being
automatically applied to divs and tables with widths != (fill parent) */ }

/*------------------------------------*\
              $3. Text formatting
\*-------------------------------------*/
/*------------------------------------*\
              $4. Forms
\*-------------------------------------*/

.Form label,
.desktop .Form label,
.tablet .Form label,
.phone .Form label {
  color: #6B6B6B;
}

textarea,
select,
input {
  font-size: 14px; }

html input {
  height: 34px; }

/* radio and checkbox override rules */
html input[type="radio"],
html input[type="checkbox"] {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 20px; }

input[type="checkbox"]:after {
  border: 3px solid #333;
  border-right: 0;
  border-top: 0;
  height: 5px;
  left: 20%;
  top: 23%;
  width: 11px; }

html input[type="radio"]:after {
    background: #333;
    border: 2px solid #333;
    border-radius: 50%;
    content: " ";
    height: 6px;
    left: 30%;
    top: 29%;
    width: 6px;
}

/* Checkboxes and Radio Buttons */
html input[type="radio"]:before,
html input[type="checkbox"]:before {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* force padding to center vertically on Firefox */
select {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 32px;
  padding: 4px 6px; }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 }

.Form:not(.ReadOnly) {
  cursor: text; }

select.ReadOnly {
  cursor: pointer; }

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-size: 12px; }

.Form input.ReadOnly:not(.Not_Valid):focus,
.Form textarea.ReadOnly:not(.Not_Valid):focus,
.Form select.ReadOnly:not(.Not_Valid):focus {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px; }

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"] {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 30px;
  vertical-align: initial; }

textarea,
select {
  line-height: 20px; }

textarea:focus,
select:focus,
input:focus {
  border-color: #aaa;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.Form textarea.ReadOnly[readonly="readonly"],
.Form textarea.ReadOnly[disabled="disabled"],
.Form select.ReadOnly[disabled="disabled"],
.Form input.ReadOnly[readonly="readonly"],
.Form input.ReadOnly[disabled="disabled"],
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid),
.Form textarea[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form textarea[readonly="readonly"].ReadOnly:not(.Not_Valid),
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid),
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid),
textarea[disabled="disabled"],
textarea[readonly="readonly"],
select[disabled="disabled"],
input[readonly="readonly"],
input[disabled="disabled"] {
  background-color: #f5f5f5;
  cursor: not-allowed; }

/* All focus disabled inputs - maintain same style*/
input[disabled="disabled"][type="text"]:focus,
input[disabled="disabled"][type="password"]:focus,
textarea[disabled="disabled"]:focus,
textarea[readonly="readonly"]:focus,
select[disabled="disabled"]:focus,
input[readonly="readonly"]:focus,
input[disabled="disabled"]:focus,
.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid):focus,
.Form textarea[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form textarea[disabled="disabled"].ReadOnly:not(.Not_Valid):focus,
.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid):focus {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.Form input.ReadOnly,
.Form textarea.ReadOnly,
.Form select.ReadOnly {
  font-size: 12px; }

textarea:focus,
select:focus,
input:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important; }

input[type="radio"].ReadOnly,
input[type="checkbox"].ReadOnly,
.Form input.ReadOnly[disabled="disabled"][type="radio"],
.Form input.ReadOnly[readonly="readonly"][type="radio"],
.Form input.ReadOnly[disabled="disabled"][type="checkbox"],
.Form input.ReadOnly[readonly="readonly"][type="checkbox"],
.Form input[type="radio"].ReadOnly,
.Form input[type="checkbox"].ReadOnly {
  background-color: transparent;
  border-width: 0; }

/* Not_Valid handling style */
.Form input.Not_Valid,
.Form select.Not_Valid,
.Form textarea.Not_Valid,
input.Not_Valid,
select.Not_Valid,
textarea.Not_Valid {
  border-radius: 4px; }

.ie input[type="radio"],
.ie input[type="checkbox"],
.ie .Form input[type="radio"],
.ie .Form input[type="checkbox"] {
  border-radius: 0; }

.Form textarea.Not_Valid:focus,
.Form textarea.Not_Valid,
textarea.Not_Valid:focus,
textarea.Not_Valid {
  font-size: 12px;
  padding: 10px 12px; }

select.Not_Valid:focus,
input.Not_Valid:focus,
textarea.Not_Valid:focus {
  border: 1px solid #bf1601; }

.Form input[type="checkbox"].Not_Valid,
.Form input[type="radio"].Not_Valid,
input[type="checkbox"].Not_Valid,
input[type="radio"].Not_Valid {
  border: transparent;
  padding: 0; }

.Form input.ReadOnly,
.Form textarea.ReadOnly {
  background: #fff; }

/*------------------------------------*\
              $5. Buit-in widgets
\*-------------------------------------*/
a.ListNavigation_PageNumber:link,
a.ListNavigation_Previous:link,
a.ListNavigation_Next:link {
  background: #fff;
  border: 1px solid #999;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 6px 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  vertical-align: middle;
  white-space: nowrap; }

span.ListNavigation_Ellipsis {
  color: #999;
  cursor: auto;
  border: none;
  padding: 6px 0px;
}
span.ListNavigation_CurrentPageNumber {
  color: #fff;
  background-color: #67be60;
  cursor: auto;
}
.TableRecords_Header {
  border-bottom: solid 1px #eee;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase; }

.TableRecords > tbody > tr:hover {
  background: #fff; }

.TableRecords {
  background-color: #fff;
  border: 1px solid #dadbde;
  -webkit-box-shadow: 0 1px 2px rgba(211, 211, 211, 0.5);
          box-shadow: 0 1px 2px rgba(211, 211, 211, 0.5);
  padding: 5px 0 0; }

.TableRecords_OddLine,
.TableRecords_EvenLine {
  border-bottom: none; }

.TableRecords_OddLine {
  background-color: #fafafa; }

.TableRecords_OddLine:first-child,
.TableRecords_EvenLine:first-child,
.TableRecords_Header:first-child {
  padding-left: 20px; }

.TableRecords_OddLine,
.TableRecords_EvenLine {
  border-bottom: 1px solid #eee;
  padding: 5px 10px; }

.TableRecords_OddLine:not(:first-child),
.TableRecords_EvenLine:not(:first-child) {
  border-left: 1px solid #eee; }


tr.Highlight .TableRecords_OddLine,
tr.Highlight .TableRecords_EvenLine,
tr.Highlight td {
  background: #e8efe8; }

.TableRecords > tbody > tr.Highlight:hover,
.TableRecords > tbody > tr.Highlight:hover > .TableRecords_OddLine,
.TableRecords > tbody > tr.Highlight:hover > .TableRecords_EvenLine,
{
  background: #fefffe; }



.TableRecords tbody > tr:last-child > td {
  border-bottom: none; }

.EditableTable thead td {
  color: #333;
  font-weight: bold; }

.EditableTable {
  border: 1px solid #ddd; }

.EditableTable thead tr th {
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.EditableTable tr:nth-child(odd) {
  background-color: #fafafa; }

.EditableTable tbody tr:not(.RowControlGroup) td {
  border-bottom: 1px solid #ddd; }

td.RowWithAddAction {
  background: none repeat scroll 0 0 #fff;
  border-bottom: none;
  padding: 0; }

td.RowWithAddAction a {
  padding: 10px 0 10px 22px; }

.EditableTable tr.RowControlGroup a:hover {
  color: #67be60; }

.EditableTable tr.RowControlGroup a {
  color: #b39501; }

.Form select.ReadOnly, select {
  padding-right: 10px; }

/*------------------------------------*\
              $6. RichWidgets
\*-------------------------------------*/
/* Accordion Harrow */
.fa-angle-down:before {
  padding-left: 1px; }

/* Feedback Message*/
.Feedback_Message_Wrapper {
  margin-top: 102px; }

/* Feedback Message **************************/
div.Feedback_Message_Info:before,
div.Feedback_Message_Success:before,
div.Feedback_Message_Error:before,
div.Feedback_Message_Warning:before {
  font-size: 20px;
  left: 15px;
  top: 9px; }

div.Feedback_Message_Success {
  background-color: #dff0d8;
  border: 1px solid #cbe0ba;
  color: #346b35; }

div.Feedback_Message_Success a.Feedback_Message_Wrapper_Close {
  opacity: 1; }

div.Feedback_Message_Success a.Feedback_Message_Wrapper_Close:after {
  color: #346b35; }

div.Feedback_Message_Success:before {
  color: #7dc62b; }

div.Feedback_Message_Error {
  background-color: #f5e7e7;
  border: 1px solid #ead8d8;
  color: #843534; }

div.Feedback_Message_Error a.Feedback_Message_Wrapper_Close {
  opacity: 1; }

div.Feedback_Message_Error a.Feedback_Message_Wrapper_Close:after {
  color: #843557; }

div.Feedback_Message_Error:before {
  color: #e58d8d; }

div.Feedback_Message_Warning {
  background-color: #fcf8e3;
  border: 1px solid #f1deb6;
  color: #8a6d3b; }

div.Feedback_Message_Warning a.Feedback_Message_Wrapper_Close {
  opacity: 1; }

div.Feedback_Message_Warning a.Feedback_Message_Wrapper_Close:after {
  color: #8a6d3b; }

div.Feedback_Message_Warning:before {
  color: #eabd30; }

div.Feedback_Message_Info {
  background-color: #fcf8e3;
  border: 1px solid #f1deb6;
  color: #8a6d3b; }

div.Feedback_Message_Info a.Feedback_Message_Wrapper_Close {
  opacity: 1; }

div.Feedback_Message_Info a.Feedback_Message_Wrapper_Close:after {
  color: #8a6d3b; }

div.Feedback_Message_Info:before {
  color: #eabd30; }

div.Feedback_Message_Wrapper {
  left: 0;
  z-index: 5000; }

div.Feedback_Message_Error,
div.Feedback_Message_Success,
div.Feedback_Message_Warning,
div.Feedback_Message_Info {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  max-width: 100%;
  min-width: 300px;
  padding: 10px 40px 10px 40px;
  word-break: break-word;
  -webkit-backface-visibility: hidden; }

a.Feedback_Message_Wrapper_Close {
  color: #000;
  opacity: .3;
  right: 10px;
  top: 8px; }

.tablet a.Feedback_Message_Wrapper_Close,
.phone a.Feedback_Message_Wrapper_Close {
  pointer-events: none; }

div.Feedback_Message_Error .Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Warning .Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Info .Feedback_Message_Wrapper_Close:after,
div.Feedback_Message_Success .Feedback_Message_Wrapper_Close:after {
  color: #000;
  content: "\f00d";
  /* fa-times at http://fortawesome.github.io/Font-Awesome/icons/ */
  font-family: FontAwesome;
  text-align: right; }

a.Feedback_Message_Wrapper_Close:hover {
  opacity: .6; }

.tablet a.Feedback_Message_Wrapper_Close,
.phone a.Feedback_Message_Wrapper_Close {
  pointer-events: none; }

/* Ajax Loading */
.Feedback_AjaxWait {
  background-color: white;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: #cba900;
  font-size: 12px;
  height: 60px;
  padding: 16px 20px 10px 20px;
  right: 20px; }

.Feedback_AjaxWait .Loader {
  background: url(/WebPatterns/img/loading_lisbon_yellow.gif?59285) no-repeat;
  height: 16px;
  position: relative;
  text-indent: -9999em;
  width: 16px; }

/* Burguer */
.fa-bars {
  cursor: pointer; }

.MenuSlider_IsOpen .LoginInfo {
  font-size: 30px; }

.Filters_Wrapper {
  background: #fff;
  border-radius: 0;
  line-height: 32px;
  padding: 10px; }

.Filters_Wrapper .Button {
  margin-left: 10px; }

.Search_wrapper input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 32px;
  line-height: 30px;
  padding-left: 30px; }

.Search_wrapper input[type="text"]:focus {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Search_wrapper:after {
  left: 10px;
  top: 9px; }

/* Search inside header */
.Header .Search_wrapper input[type="text"] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: #333;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100px; }

.Header .Search_wrapper input[type="text"]:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;  
  width: 200px; }

.Header .Search_wrapper:after {
  color: #cdcdcd;
  left: 10px;
  pointer-events: none; }

div.Counter_Message {
  color: #555555; }

/*------------------------------------*\
        $7. Login
\*-------------------------------------*/
/* login container **************************/
.Login {
  background-color: #666;
  background-image: radial-gradient(circle 497px at 16.42% 87.08%, rgba(255, 255, 255, 0.2) 0%, transparent 100%), radial-gradient(circle 242px at 21.53% 91.67%, #222731 0%, #222731 100%);
  color: #fff;
  height: 100%;
  min-height: 280px;
  position: absolute;
  width: 100%;
  
   }

.Login_Box {
  padding-top: 20px; }

.phone .Login_Box {
  left: 50%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.Login__Logo {
  padding-bottom: 10px; }

.Login_background {
   }

.Login_background img {
  
   }

/* Form **************************/
.Login__Form {
  background-color: transparent;
  padding: 20px 20px; }

.phone .Login_Footer {
  padding: 15px 0; }

/* Iphone X Landscape Styles */
.iphonex.landscape .ThemeGrid_Container {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right); }

.iphonex.landscape .Title_Section {
  padding: 80px constant(safe-area-inset-right) 30px constant(safe-area-inset-left);
  padding: 80px env(safe-area-inset-right) 30px env(safe-area-inset-left); }

.phone.iphonex.landscape .Header_Search {
  margin-left: constant(safe-area-inset-left);
  margin-left: env(safe-area-inset-left); }

.iphonex.landscape .Application_Menu a,
.iphonex.landscape .Application_Menu a:link,
.iphonex.landscape .Application_Menu a:visited {
  padding: 0 constant(safe-area-inset-left);
  padding: 0 env(safe-area-inset-left); }

.iphonex.landscape .Menu_DropDownArrow {
  right: constant(safe-area-inset-right);
  right: env(safe-area-inset-right); }

.iphonex.landscape .MainContent {
  padding: 20px constant(safe-area-inset-right) 60px constant(safe-area-inset-left);
  padding: 20px env(safe-area-inset-right) 60px env(safe-area-inset-left); }

.iphonex.Website .MainContent {
  padding: 0; }

/* ExcludeFromPickers: ActionAdd, ActionChange, ActionDelete, ActionEdit, Actions, Application_Menu, Badge, Breadcrumbs, BreadcrumbsContainer,
Content, ControlActions, desktop, EditableTable, EditRecord, EditRecord_Buttons, fa, Feedback_AjaxWait, Feedback_Message_Error,
Feedback_Message_Info, Feedback_Message_Success, Feedback_Message_Warning, Feedback_Message_Wrapper, Feedback_Message_Wrapper_Close,
Filters_Wrapper, Footer, Form, Header, Header__activity, Header__loginInfo, Header_buttonMenu, Header_search, Header_title, Header_user,
HeaderPage, ie, ie10, ie11, ie8, InEditMode, ListNavigation_CurrentPageNumber, ListNavigation_DisabledNext, ListNavigation_DisabledPrevious,
ListNavigation_Ellipsis, ListNavigation_Next, ListNavigation_PageNumber, ListNavigation_Previous, Loader, Login__Form, Login__Logo, Login_Box,
Login_Footer, Login_Text, LoginInfo, LoginInfo_username, MainContent, MainPopup, Menu, Menu_DropDownArrow, Menu_DropDownButton, Menu_DropDownPanel,
Menu_SubItemsPlaceholder, Menu_SubMenuItem, Menu_SubMenuItemActive, Menu_TopMenu, Menu_TopMenuActive, Menu_TopMenus, menuOpen, MenuSlider_Toggler,
mini, Not_Valid, OnEdit, open, OSAutoMarginTop, OSInlineClear, Page, phone, portait, Responsive, RowControlGroup, RowWithAddAction, select2-choice,
select2-container, Selected, ShowRecord, SmartInput_Undo, TableRecords, TableRecords_EvenLine, TableRecords_Header, TableRecords_OddLine, tablet,
ThemeGrid_Container, ThemeGrid_MarginGutter, ThemeGrid_Width12, ThemeGrid_Wrapper, Title, Title_Section */
/*
    File: Patterns_Lisbon

    1.1 Patterns > Content
    1.2 Patterns > Controls
    1.3 Patterns > Data
    1.4 Patterns > Development
    1.5 Patterns > Email
    1.6 Patterns > Layout
    1.7 Patterns > Mobile
    1.8 Patterns > Navigation
    1.9 Patterns > Responsive
    1.10 Patterns > Structure
    1.11 Patterns > Utilities
    2. Usefull Classes
    3. Buit-in widgets
*/
/*------------------------------------*\
        1.1 Patterns > Content
\*-------------------------------------*/
/* Accordion **************************/
.AccordionVertical {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5);
          box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5); }

.AccordionVertical_item.open > .AccordionVertical__header {
  font-weight: 400; }

.AccordionVertical___title {
  color: #4e4e4e; }

.AccordionVertical___icon {
  border-left: 0;
  color: #949fa3; }

.AccordionVertical___icon > .fa {
  border: 0; }

.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
  border: 0;
  color: #daaf03; }

/* Alert **************************/
.Alert {
  border-radius: 2px; }

.Alert.Info {
  background-color: #d9edf7;
  border-color: #c8dee9;
  color: #31708f; }

.Alert.Info span.fa {
  color: #5eb1db; }

.Alert.Success {
  background-color: #dff0d8;
  border-color: #cbe0ba;
  color: #346b35; }

.Alert.Success span.fa {
  color: #7dc62b; }

.Alert.Error {
  background-color: #f5e7e7;
  border-color: #ead8d8;
  color: #843534; }

.Alert.Error span.fa {
  color: #e58d8d; }

.Alert.Warning {
  background-color: #fcf8e3;
  border-color: #f1deb6;
  color: #8a6d3b; }

.Alert.Warning span.fa {
  color: #eabd30; }

/* Balloon **************************/
.Balloon {
  border-radius: 3px; }

/* Format the Balloon Arrow Position */
.Balloon .tooltipster-arrow-top.tooltipster-arrow {
  top: 0; }

.Balloon .tooltipster-arrow-bottom.tooltipster-arrow {
  top: 0; }

.Balloon .tooltipster-arrow-left.tooltipster-arrow {
  left: -1px; }

.Balloon .tooltipster-arrow-right.tooltipster-arrow {
  left: 1px; }

/* BlankSlate **************************/
.Blank {
  border-style: dashed; }

/* Card **************************/
.Card {
  background-color: #fff;
  border: 1px solid #dadbde;
  -webkit-box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5);
          box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5); }

/* Carrousel **************************/
.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #79868a;
  font-size: 30px; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #67be60; }

/* Panel **************************/
.Panel {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #dadbde;
          box-shadow: 0 1px 3px #dadbde; }

.Panel .Panel_footer {
  border-top-style: dashed; }

/* Post **************************/
.Post .Post_icon img {
  border: 1px solid #dadbde;
  border-radius: 4px; }

.Post .Post__label {
  font-size: 16px; }

/* SectionExpandable **************************/
.SectionExpandable {
  background-color: #fff;
  border: 1px solid #dadbde;
  -webkit-box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5);
          box-shadow: 0 1px 3px rgba(211, 211, 211, 0.5); }

.SectionExpandable .SectionExpandable_header {
  padding: 10px; }

.SectionExpandable .SectionExpandable_header .Heading2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px; }

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
  color: #67be60; }

.SectionExpandable .SectionExpandable_header .Heading2.SectionExpandable__icon {
  font-size: 24px; }

.expanded .SectionExpandable__icon.Heading2 > .fa {
  background-color: transparent !important;
  border: #4e4e4e !important; }

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
  color: #4e4e4e; }

/* Tooltip **************************/
.tooltip_style {
  background-color: #fff;
  border: 1px solid #dadbde;
  color: #79868a;
  padding: 6px; }

.tooltipstered {
  color: #0074c1; }

/*------------------------------------*\
        1.2 Patterns > Controls
\*-------------------------------------*/
/* ButtonGroup **************************/
.ButtonGroup_button.Button:first-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 0; }

.ButtonGroup_button.Button:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px; }

.desktop .ButtonGroup_button.Button.disabled,
.desktop .ButtonGroup_button.Button.disabled:hover {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(19, 24, 25, 0.3);
          box-shadow: inset 0 -1px 0 rgba(19, 24, 25, 0.3); }

.ButtonGroup_button.active,
.desktop .ButtonGroup_button.active:hover {
  background: none;
  background-color: #67be60;
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(18, 20, 20, 0.2);
          box-shadow: inset 0 1px 1px 0 rgba(18, 20, 20, 0.2);
  color: #fff; }

.Form .ButtonGroup_button.active,
.desktop .Form .ButtonGroup_button.active:hover,
.Form .ButtonGroup_button.active span.fa,
.ButtonGroup_button.active span.fa,
.desktop .Form .ButtonGroup_button.active:hover span.fa,
.desktop .ButtonGroup_button.active:hover span.fa {
  color: #fff; }

.desktop .Form .ButtonGroup_button.active:hover {
  color:#fff
}


.phone .ButtonGroup_button.Button:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px; }

.phone .ButtonGroup_button.Button:last-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.phone .NoResponsive > .ButtonGroup .ButtonGroup_button.Button:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0; }

.phone .NoResponsive > .ButtonGroup .ButtonGroup_button.Button:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px; }
  
.ButtonGroup label.focus {
  text-decoration: underline;
  text-decoration-style: solid;
}


/* Dropdown **************************/
.DropdownMenu .PH > a {
  color: #67be60; }

.DropdownMenu .PH.active {
  background-color: #67be60;
  color: #fff; }

.DropdownMenu .PH.active a:hover {
  background-color: #119a06;
  color: #fff;
}

.DropdownMenu .PH.active > a {
color: #fff; }
    
  
  
.ButtonDropdown.open .ButtonDropdown_button.Button {
  background-color: #f5f5f5;
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(18, 20, 20, 0.2);
          box-shadow: inset 0 2px 4px 0 rgba(18, 20, 20, 0.2); }

.ButtonDropdown.open .ButtonDropdown_button.Button .ButtonDropdown_icon {
  background-color: transparent; }

.ButtonDropdown_button.Button {
  padding-right: 0; }

.ButtonDropdown_icon {
  background-color: #f5f5f5;
  height: 29px;
  margin-left: 10px;
  width: 30px; }

.phone .ButtonDropdown_icon,
.tablet .ButtonDropdown_icon {
  height: 35px; }

.ButtonDropdown_button.Button:hover .ButtonDropdown_icon {
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }

.IconDropdown_button.Button {
  padding-right: 0; }

.IconDropdown_button.Button .IconDown {
  background-color: #f6f6f6;
  height: 29px;
  margin-left: 10px;
  width: 30px; }

.phone .IconDropdown_button.Button .IconDown,
.tablet .IconDropdown_button.Button .IconDown {
  height: 35px; }

.IconDropdown_button.Button:hover .IconDown {
  background-color: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }

.IconDropdown.open .IconDropdown_button.Button {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(18, 20, 20, 0.2);
          box-shadow: inset 0 2px 4px 0 rgba(18, 20, 20, 0.2); }

.IconDropdown.open .IconDropdown_button.Button .IconDown {
  background-color: transparent; }



/* File Upload **************************/
.FileUpload {
  border-radius: 4px; }

/* InputWithIcons **************************/
.InputWithIcons.Right .InputIcon {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

.InputWithIcons .InputIcon {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }

/* Slide Range DEPRECATED **************************/
.SliderRange .ui-slider-range {
  background-color: #67be60;
  border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 16px; }

.SliderRange {
  background-color: #dadbde;
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 16px; }

.SliderRange .ui-slider-handle,
.phone .SliderRange .ui-slider-handle,
.tablet .SliderRange .ui-slider-handle {
  background: none;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(107, 107, 107, 0.3);
          box-shadow: 0 1px 3px rgba(107, 107, 107, 0.3);
  height: 30px;
  top: -6px;
  width: 30px; }

.SliderRange .ui-slider-handle:before,
.phone .SliderRange .ui-slider-handle:before,
.tablet .SliderRange .ui-slider-handle:before {
  height: 12px;
  left: 9px;
  margin-left: 0;
  top: 8px; }

.SliderRange .ui-slider-handle:after,
.phone .SliderRange .ui-slider-handle:after,
.tablet .SliderRange .ui-slider-handle:after {
  height: 12px;
  left: 13px;
  top: 8px;
  width: 2px; }

.SliderRange .ui-slider-handle:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Range Slider */
.noui-interval .noUi-base, .noUi-origin .noUi-background, .noUi-origin {
  background-color: #dadbde;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 16px; }

.noUi-origin.noUi-connect {
  background-color: #67be60; }

.noUi-horizontal .noUi-handle {
  background: none;
  background-color: #fff;
  border-radius: 30px;
  height: 30px;
  top: -6px;
  width: 30px; }

.noUi-horizontal .noUi-handle:before {
  height: 12px;
  left: 9px;
  top: 8px; }

.noUi-horizontal .noUi-handle:after {
  height: 12px;
  left: 13px;
  top: 8px;
  width: 2px; }

.noUi-base {
  background-color: #67be60;
  border-radius: 16px; }

/* Select2 **************************/
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  background-color: #f6f6f6;
  border-left: 0;
  width: 30px; }

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 7px 2px;
  width: 40px; }

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -11px 2px; }

.select2-container .select2-choice span {
  color: #67be60; }

.select2-dropdown-open .select2-choice {
  background-color: #fff; }

.select2-drop.select2-drop-active {
  border-top: 1px solid #dadbde;
  padding-top: 5px; }

.select2-search input {
  background-position: -35px -22px;
  padding-left: 28px;
  padding-right: 12px; }

.select2-results .select2-highlighted {
  background-color: #67be60; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #aaa; }

.select2-container-multi .select2-choices {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

input.select2-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.InputWithIcons .select2-choice {
  padding-left: 48px;
}

/* ToggleButton **************************/
.ToggleButton {
  background-color: #dadbde;
  border: 0;
  border-radius: 40px; }

.ToggleButton.changed {
  background-color: #4ec054; }

.ToggleButton_label:after,
.ToggleButton_label.changed:after {
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(107, 107, 107, 0.5);
          box-shadow: 0 1px 1px rgba(107, 107, 107, 0.5);
  top: 6px; }

/*------------------------------------*\
        1.3 Patterns > Data
\*-------------------------------------*/
/* Badge **************************/
.Badge {
  border-radius: 0;
  padding: 1px 0; }

.IconBadge_number {
  border: 0;
  border-radius: 0;
  position: absolute;
  text-shadow: none;
  top: -6px; }

/* Progress **************************/
.Progress {
  background-color: #dadbde;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Progress_bar {
  border-radius: 40px; }

/* Counter **************************/
.Counter {
  background-color: #fff;
  border-bottom: solid 4px #fff; }

.Counter_label {
  color: #949fa3; }

.Counter_number {
  color: #384142;
  font-weight: bold; }

/* Tile **************************/
.Tile {
  background-color: #fff;
  border-bottom: solid 4px #fff;
  color: #949fa3; }

.TileIcon_icon,
.TileNumber_number,
.TileIconText_icon {
  color: #384142; }

.Black {
  background-color: #131819; }

.Blue {
  background-color: #0074c1; }

.DarkBlue {
  background-color: #194968; }

.DarkPlum {
  background-color: #970263; }

.DarkRed {
  background-color: #b10000; }

.Gray {
  background-color: #79868a; }

.Green {
  background-color: #388e3c; }

.LightGreen {
  background-color: #64be68; }

.Orange {
  background-color: #da6802; }

.Plum {
  background-color: #c32b87; }

.Red {
  background-color: #d01a1a; }

.Silver {
  background-color: #dadbde; }

.Turquoise {
  background-color: #00b0c1; }

.White {
  background-color: #fff; }

.Yellow {
  background-color: #dab702; }

.Counter.Black,
.Tile.Black {
  background-color: #fff;
  border-bottom-color: #131819; }

.Counter.Blue,
.Tile.Blue {
  background-color: #fff;
  border-bottom-color: #0074c1; }

.Counter.DarkBlue,
.Tile.DarkBlue {
  background-color: #fff;
  border-bottom-color: #194968; }

.Counter.DarkPlum,
.Tile.DarkPlum {
  background-color: #fff;
  border-bottom-color: #970263; }

.Counter.DarkRed,
.Tile.DarkRed {
  background-color: #fff;
  border-bottom-color: #b10000; }

.Counter.Gray,
.Tile.Gray {
  background-color: #fff;
  border-bottom-color: #79868a; }

.Counter.Green,
.Tile.Green {
  background-color: #fff;
  border-bottom-color: #388e3c; }

.Counter.LightGreen,
.Tile.LightGreen {
  background-color: #fff;
  border-bottom-color: #64be68; }

.Counter.Orange,
.Tile.Orange {
  background-color: #fff;
  border-bottom-color: #da6802; }

.Counter.Plum,
.Tile.Plum {
  background-color: #fff;
  border-bottom-color: #c32b87; }

.Counter.Red,
.Tile.Red {
  background-color: #fff;
  border-bottom-color: #d01a1a; }

.Counter.Silver,
.Tile.Silver {
  background-color: #fff;
  border-bottom-color: #dadbde; }

.Counter.Transparent,
.Tile.Transparent {
  background-color: #fff;
  border-bottom-color: transparent; }

.Counter.Turquoise,
.Tile.Turquoise {
  background-color: #fff;
  border-bottom-color: #00b0c1; }

.Counter.White,
.Tile.White {
  background-color: #fff;
  border-bottom-color: #fff; }

.Counter.Yellow,
.Tile.Yellow {
  background-color: #fff;
  border-bottom-color: #67be60; }

.UserInitials {
  background-color: transparent;
  border: solid 2px transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/* UserInitials **************************/
.UserInitials.Black {
  border-color: #131819;
  color: #131819; }

.UserInitials.Blue {
  border-color: #0074c1;
  color: #0074c1; }

.UserInitials.DarkBlue {
  border-color: #194968;
  color: #194968; }

.UserInitials.DarkPlum {
  border-color: #970263;
  color: #970263; }

.UserInitials.DarkRed {
  border-color: #b10000;
  color: #b10000; }

.UserInitials.Gray {
  border-color: #79868a;
  color: #79868a; }

.UserInitials.Green {
  border-color: #388e3c;
  color: #388e3c; }

.UserInitials.LightGreen {
  border-color: #64be68;
  color: #64be68; }

.UserInitials.Orange {
  border-color: #da6802;
  color: #da6802; }

.UserInitials.Plum {
  border-color: #c32b87;
  color: #c32b87; }

.UserInitials.Red {
  border-color: #d01a1a;
  color: #d01a1a; }

.UserInitials.Silver {
  border-color: #dadbde;
  color: #dadbde; }

.UserInitials.Transparent {
  border-color: transparent;
  color: transparent; }

.UserInitials.Turquoise {
  border-color: #00b0c1;
  color: #00b0c1; }

.UserInitials.White {
  border-color: #fff;
  color: #fff; }

.UserInitials.Yellow {
  border-color: #dab702;
  color: #dab702; }

/*------------------------------------*\
        1.4 Patterns > Development
\*-------------------------------------*/
/*------------------------------------*\
        1.5 Patterns > Email
\*-------------------------------------*/
/*------------------------------------*\
        1.6 Patterns > Layout
\*-------------------------------------*/
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
  background-color: #67be60;
  height: 50px;
  padding-top: 5px; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
  background-image: url(/WebPatterns/img/PopupCloseDark.png?2390&59285);
  opacity: .3;
  right: 20px;
  top: 20px; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title {
  opacity: .3; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400; }

/*------------------------------------*\
        1.7 Patterns > Mobile
\*-------------------------------------*/
/* BottomMenu **************************/
.BottomMenu_wrapper {
  background-color: transparent; }

.BottomMenu_item.active {
  background-color: #67be60; }

.BottomMenu_item.active span.fa {
  color: #fff; }

.BottomMenu_wrapper a span.fa,
.BottomMenu_item span.fa {
  color: #bdc5c7; }

/* ListItem **************************/
.ListItem {
  background-color: #fff;
  border: 1px solid #dadbde; }

.ListItemGroup .ListItem {
  border: 0;
  border-bottom: solid 1px  #dadbde; }

a .ListItem:after {
  color: #949fa3; }

/*------------------------------------*\
        1.8 Patterns > Navigation
\*-------------------------------------*/
/* NavigationBar **************************/
.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
  color: #384142; }

.NavigationBar a.Active {
  color: #131819; }

.NavigationBar a:focus {
  text-decoration: underline;
  text-decoration-style: solid;
}

html .NavigationBar a.Active:after {
  background-color: #67be60; }

html .NavigationBar a.Active:not(.ie7):before,
html .NavigationBar a.Active:not(.ie8):before {
  border-bottom-color: #67be60; }

html .desktop .NavigationBar a:hover:after,
html .desktop .NavigationBar a:link:hover:after {
  background-color: #67be60; }

html .desktop .NavigationBar a:hover,
html .desktop .NavigationBar a:link:hover {
  font-weight: 600; }

html .phone .NavigationBar a:active,
html .phone .NavigationBar a:link:active,
html .tablet .NavigationBar a:active,
html .tablet .NavigationBar a:link:active {
  color: #67be60; }

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: #67be60; }

.Tabs {
  border-color: #dadbde; }

.Tabs_body {
  background-color: #fff; }

.Tabs__tab {
  background-color: #e6e7eb;
  border: 0;
  border-left: solid 1px #fff;
  border-top: solid 1px #dadbde;
  color: #79868a; }

.Tabs__tab.active {
  border-top: solid 1px #dadbde;
  color: #384142; }

/* Wizard **************************/
.WizardParent {
  border: 0; }

.WizardStep {
  background-color: #e6e7eb; }

.WizardStep a, .WizardStep a:link {
  color: #79868a !important; }

.WizardStep a,
.WizardStep a:link,
.WizardStep a[disabled="disabled"],
.WizardStep a[disabled="disabled"]:hover {
  color: #79868a; }

.WizardStep:before {
  border-bottom-width: 19px;
  border-top-width: 19px;
  border-bottom: 20px solid #e6e7eb;
  border-top: 20px solid #e6e7eb; }

.WizardStep:after {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff; }

.WizardStep.Past a,
.WizardStep.Past a:link,
.WizardStep.Past a[disabled="disabled"],
.WizardStep.Past a[disabled="disabled"]:hover {
  color: #ffffff !important; }

.WizardStep.Past {
  background-color: #ebeada; }

.WizardStep.Past:before {
  border-bottom-color: #ebeada;
  border-top-color: #ebeada; }

.WizardStep.Past:after {
  border-right-color: #ffffff;
  border-top-color: #ffffff; }

.WizardStep.ActiveStep {
  background-color: #67be60;
  color: #fff; }

.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:link,
.WizardStep.ActiveStep a[disabled="disabled"],
.WizardStep.ActiveStep a[disabled="disabled"]:hover {
  color: #fff; }

.WizardStep.ActiveStep:before {
  border-bottom-color: #67be60;
  border-top-color: #67be60; }

/* SectionIndex **************************/
.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
  border-left-color: #67be60; }

.SectionIndex a.active,
.SectionIndex a:hover {
  color: #67be60; }

/*------------------------------------*\
        1.9 Patterns > Responsive
\*-------------------------------------*/
/*------------------------------------*\
        1.10 Patterns > Structure
\*-------------------------------------*/
/*------------------------------------*\
        1.11 Patterns > Utilities
\*-------------------------------------*/
/*------------------------------------*\
        2. Usefull Classes
\*-------------------------------------*/
/* Buttons **************************/
.Button,
a.Button {
  background-color: #fff;
  border: 1px solid #dadbde;
  border-bottom-width: 0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(19, 24, 25, 0.2);
          box-shadow: inset 0 -2px 0 rgba(19, 24, 25, 0.2);
  color: #67be60;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }

.Button:focus,
a.Button:focus {
  text-decoration: underline;
  text-decoration-style: solid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

input.Button:focus {
  text-decoration: underline;
  text-decoration-style: solid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

input.Button {
  height: 32px;
  line-height: 31px; }

.desktop .Button:hover,
.desktop a.Button:hover {
  background-color: #f6f6f6;
  border-bottom-width: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #67be60; }

.Button:hover:active,
a.Button:hover:active {
  background-color: #f6f6f6;
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(18, 20, 20, 0.4);
          box-shadow: inset 0 1px 2px 0 rgba(18, 20, 20, 0.4);
  color: #67be60; }

/* Default Action Button **************************/
.Form .Button.ButtonDefault,
.Button.ButtonDefault,
.Form .Button.Is_Default,
.Button.Is_Default {
  background-color: #67be60;
  border-color: #67be60;
  color: #fff; }

.desktop .Button.ButtonDefault:hover,
.desktop .Form .Button.ButtonDefault:hover,
.desktop .Button.Is_Default:hover,
.desktop .Form .Button.Is_Default:hover {
  background-color: #67be60;
  border-color: #67be60;
  color: #fff; }

.Form .Button.ButtonDefault:hover:active,
.Button.ButtonDefault:hover:active,
.Form .Button.Is_Default:hover:active,
.Button.Is_Default:hover:active {
  background-color: #67be60;
  border-color: #67be60;
  color: #fff; }

.Button.ButtonDefault:focus,
.Button.Is_Default:focus {
  text-decoration: underline;
  text-decoration-style: solid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* Scaffolding buttons ***************************/
a.ActionAdd,
a.ActionAdd:link,
a.ActionAdd:visited,
a.ActionEdit,
a.ActionEdit:link,
a.ActionEdit:visited,
a.ActionDelete,
a.ActionDelete:link,
a.ActionDelete:visited,
a.ActionChange,
a.ActionChange:link,
a.ActionChange:visited {
  background-color: #67be60;
  border: 1px solid #67be60;
  border-bottom: 0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(19, 24, 25, 0.2);
          box-shadow: inset 0 -2px 0 rgba(19, 24, 25, 0.2);
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  min-width: 80px;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }

.desktop a.ActionAdd:hover,
.desktop a.ActionAdd:hover:visited,
.desktop a.ActionAdd:link:hover,
.desktop a.ActionEdit:hover,
.desktop a.ActionEdit:link:hover,
.desktop a.ActionEdit:link:visited,
.desktop a.ActionDelete:hover,
.desktop a.ActionDelete:hover:visited,
.desktop a.ActionDelete:link:hover,
.desktop a.ActionChange:hover,
.desktop a.ActionChange:hover:visited,
.desktop a.ActionChange:link:hover {
  background-color: #67be60;
  border-bottom-width: 1px;
  border-color: #67be60;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
  background-color: #67be60;
  border-color: #67be60;
  color: #fff; }

/* Other buttons ***************************/
.Button.Cancel {
  border: 1px solid #dadbde;
  border-bottom-width: 0;
  color: #79868a; }

.desktop .Button.Cancel:hover {
  background-color: #fff;
  border: 1px solid #dadbde;
  color: #79868a; }

.Button.Cancel:hover:active {
  color: #79868a; }

.Button.Success {
  background-color: #66bb6a;
  border-color: #66bb6a;
  color: #fff; }

.desktop .Button.Success:hover {
  background-color: #559f59;
  border-color: #559f59;
  color: #fff; }

.Button.Success:hover:active {
  background-color: #559f59;
  border-color: #559f59;
  color: #fff; }

.Button.Danger,
a.ActionDelete {
  background-color: #ff5722;
  border-color: #ff5722;
  color: #fff; }

.desktop .Button.Danger:hover {
  background-color: #ce461b;
  border-color: #ce461b;
  color: #fff; }

.Button.Danger:hover:active {
  background-color: #ce461b;
  border-color: #ce461b;
  color: #fff; }

.Button.Link {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #67be60; }

.desktop .Button.Link:hover {
  background-color: transparent;
  border-color: #67be60;
  color: #67be60; }

a.Button.Link:active,
.Button.Link:active {
  background-color: transparent;
  border-bottom-width: 1px;
  border-color: #67be60;
  color: #67be60; }

.Button.Small,
.Panel__Actions .Button,
.Section_Actions .Button {
  font-size: 11px;
  height: 26px;
  line-height: 24px;
  min-width: 60px;
  padding-left: 10px;
  padding-right: 10px; }

.Button.Icon {
  min-width: 0; }

.Button.Icon span.fa {
  margin: 0; }

.Button.Loading:before,
.Button.Loading[disabled]:before,
.Button.Loading:disabled:before {
  background-image: url(/WebPatterns/img/loading_lisbon_yellow.gif?2390&59285);
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width: 16px; }

.Button.Is_Default.Loading:before,
.Button.Is_Default.Loading[disabled]:before,
.Button.Is_Default.Loading:disabled:before,
.Button.ButtonDefault.Loading:before,
.Button.ButtonDefault.Loading[disabled]:before,
.Button.ButtonDefault.Loading:disabled:before {
  background-image: url(/WebPatterns/img/loading_lisbon_white.gif?2390&59285); }

.Button.Small.Loading:before {
  margin-top: 4px; }

.Button.Loading.Icon:before {
  margin-right: 0; }

.Button.Loading span.fa {
  display: none; }

/* Responsive Context **************************/
.phone .Button,
.tablet .Button,
.phone a.Button,
.tablet a.Button {
  height: 38px;
  line-height: 36px;
  text-decoration: none; }

.phone input.Button:focus,
.tablet input.Button:focus,
.phone input.Button,
.tablet input.Button {
  height: 37px;
  line-height: 37px; }

.phone .Button.Small,
.tablet .Button.Small {
  height: 30px;
  line-height: 28px; }

/* Text Classes **************************/
.Heading1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 34px; }

.Heading2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px; }

.Heading3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px; }

.Heading4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px; }

.Label {
  border-radius: 10px;
  padding: 2px 8px; }

/* TOOLTIP FIX */
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  bottom: -8px; }

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  top: -8px; }

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  right: -8px; }

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  left: -8px; }

.EditableTable tr.RowControlGroup a {
  color: #67be60; }

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
  color: #4e4e4e; }

.phone .Menu .LoginInfo {
  color: #4e4e4e;
  background-color: #67be60; }

.Menu {
  background: -webkit-gradient(linear, left bottom, left top, from(#488543), to(#67be60));
  background: linear-gradient(0deg, #488543 0%, #67be60 100%);
   }

.tablet .Application_Menu {
   }

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionDelete:hover,
a.ActionChange:hover {
  background-color: #fff; }

a.ActionAdd,
a.ActionEdit,
a.ActionChange {
  color: #67be60; }

a.ActionAdd {
  background-color: #4b4b4b;
  border-bottom: 2px solid #4b4b4b; }

a.ActionAdd:hover {
  background-color: #4b4b4b;
  border-bottom: 2px solid #4b4b4b; }

.EditableTable tr.Selected td {
  background-color: #fff; }

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
a.ListNavigation_PageNumber:link,
span.ListNavigation_DisabledNext,
span.ListNavigation_DisabledPrevious {
  color: #67be60; }

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_DisabledNext:hover,
span.ListNavigation_DisabledPrevious:hover {
  background-color: #f6f6f6; }

.Feedback_AjaxWait {
  color: #67be60; }

.Login_Footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#488543), to(#67be60));
  background: linear-gradient(0deg, #488543 0%, #67be60 100%); }

.AccordionVertical_item.open .AccordionVertical__header {
  border-top: 2px solid #4b4b4b; }

.AccordionVertical_item.open .AccordionVertical__icon > .fa {
  background-color: #67be60;
  border: 1px solid #67be60; }

.Post_icon img {
  border: 2px solid #4b4b4b; }

.ButtonGroup_button.Button:hover {
  background: white; }

div.calendarPattern tr.daynames {
  border-top: 2px solid #4b4b4b; }

div.calendarPattern thead .button {
  color: #4b4b4b; }

div.calendarPattern tbody td.selected {
  background-color: #67be60; }

.IconDropdown.open .Button {
  background-color: #4b4b4b;
  border-top: 1px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b; }

.select2-container .select2-choice {
  color: #67be60; }

.IconBadge_number {
  background-color: #4b4b4b; }

.bg-primary {
  background-color: #67be60; }

.bg-secondary {
  background-color: #4b4b4b; }

.bg-tertiary {
    background-color: #f8f8f8; }

.bg-neutral {
    background-color: #c4c4c4; }

.text-color {
  background-color: #4e4e4e; }

.title-color {
  background-color: #4b4b4b; }

.k--light-text {
  color: #aaaaaa !important; }

.bg {
  background-color: #fff; }

.k--neutral-column {
  background-color: #f8f8f8;
  margin: -10px -10px -18px -10px;
  padding: 10px 10px 18px 10px;
  border-left: 1px #ccc solid;
}

.Green {
  background-color: #67be60; }

.Text_green {
  color: #67be60; }

.Text_Warning {
  color: #eabd30;
}

.Fill_white {
  fill: #fff;
}

.Fill_primary {
  fill: #67be60;
}

.Fill_secondary {
  fill: #4b4b4b;
}

.Fill_gray, .Fill_disabled {
  fill: #79868a;
}

.k--bg-1 {
  background-color: #D0DEDF; }

.k--bg-2 {
  background-color: #EDF8EB; }

.k--bg-3 {
  background-color: #F6D3C8; }

.k--bg-4 {
  background-color: #F3E7E3; }

.k--bg-light {
  background-color: #fbfbfb;
}

.k--text-vertical {
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
          transform: rotate(-90deg) translate(-100%, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: relative; }

.k--text-vertical-center {
  position: absolute;
  margin-left: -100px; }

.k--full-width {
  width: 100%; }

.k--onoff-dot {
  background-color: #c4c4c4;
  border: solid 2px transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.k--onoff-dot,
.k--onoff-dot.Small {
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.k--onoff-dot.Small span {
    font-size: 10px;
}

.k--onoff-dot.Medium {
    width: 40px;
    height: 40px;
}

.k--onoff-dot.Medium span {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.6em;
}

.k--onoff-dot.Large {
    width: 40px;
    height: 40px;
}

.k--onoff-dot.Large span {
    font-weight: bold;
    line-height: 2.4em;
}

.k--onoff-dot.on,
.k--onoff-dot.Small.on,
.k--onoff-dot.Medium.on,
.k--onoff-dot.Large.on {
    color: #fff;
    background-color: #67be60;
}

/*------------------------------------*\
              Font Classes
\*------------------------------------*/
/* Font Oswald classes */
.Oswald_Regular {
  font-family: 'Oswald';
  font-weight: 400; }

.Oswald_Bold {
  font-family: 'Oswald';
  font-weight: 700; }

.Oswald_Light {
  font-family: 'Oswald';
  font-weight: 300; }

/* Font OpenSans classes */
.OpenSans_Regular {
  font-family: 'Open-Sans', sans-serif;
  font-weight: 400; }

.OpenSans_Bold {
  font-family: 'Open-Sans', sans-serif;
  font-weight: 700; }

.OpenSans_Italic {
  font-family: 'Open-Sans', sans-serif;
  font-style: italic; }

.OpenSans_Semibold {
  font-family: 'Open-Sans', sans-serif;
  font-weight: 600; }

body {
  /*background-image: url("./img/pum_bg.jpg");*/
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: 100%;
  /*background-color: transparent;*/
  background-color: #e8eae8;
  color: #4e4e4e; }

a,
.desktop a:hover,
a:link,
.desktop a:link:hover,
a:visited,
.desktop a:visited:hover {
  color: #67be60; }

a:focus {
  text-decoration: underline;
  text-decoration-style: solid;
}

a.Danger,
a.Danger:link,
a.Danger:visited,
.desktop a.Danger,
.desktop a.Danger:link,
.desktop a.Danger:visited
{
  color: #ff5722;
}

a.Danger:hover,
a.Danger:link:hover,
a.Danger:visited:hover,
.desktop a.Danger:hover,
.desktop a.Danger:link:hover,
.desktop a.Danger:visited:hover
{
  color: #ce461b;
}

a.Button.Danger:link,
a.Button.Danger:visited,
.desktop a.Button.Danger:link,
.desktop a.Button.Danger:visited,
a.ActionDelete {
  background-color: #ff5722;
  border-color: #ff5722;
  color: #fff; }

a.Button.Danger:link:hover,
.desktop .Button.Danger:hover,
.desktop .Button.Danger:link:hover,
.desktop a.Button.Danger:link:hover,
.desktop a.Button.Danger:visited:hover
 {
  background-color: #ce461b;
  border-color: #ce461b;
  color: #fff; }


.Title_Section {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px 0 20px; }

.Section_header {
  padding: 20px 30px; }

.Section_content {
  padding: 20px 30px; }

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
  border-left-color: #ffffff; }

.SectionIndex a.active,
.SectionIndex a:hover {
  color: #ffffff; }

.MainContent {
  padding-top: 10px; }

.Button,
a.Button {
  border-radius: 5px;
  color: #67be60; }

.Button.ButtonDefault,
.Button.Is_Default {
  background-color: #67be60;
  border-color: #67be60; }
  .desktop .Button.ButtonDefault:hover, .desktop
  .Button.Is_Default:hover {
    background-color: #4b4b4b;
    border-color: #4b4b4b; }

.Heading1,
.Heading2,
.Heading3,
.Heading4 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: #4b4b4b; }

.Header_wrapper {
  padding: 15px 20px 0; }

.Header {
  position: relative;
  padding: 20px 0;
  border: none;
  height: 76px;
  line-height: 36px;
  border-radius: 5px;
  background-color: #fff;
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.Header_Title {
  padding-left: 0; }

.Header_background {
  background-color: #ffffff;
  border-radius: 5px; }

.Header .Application_Title {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
  .Header .Application_Title a,
  .Header .Application_Title a:link {
    display: block; }
  .Header .Application_Title img {
    max-height: 32px; }

.Header_title {
  border-right-color: #fff; }
  .Header_title a,
  .Header_title a:link,
  .Header_title a:visited {
    color: #4b4b4b; }

.Title_Section {
  background-color: transparent; }

.Title_Section .Title {
  display: none; }

.Tabs__tab.active {
  border-top: 2px solid #4b4b4b;
  color: #4b4b4b; }

.Panel .Tabs__tab.active:not(.ie8):before {
  border-top: 5px solid #4b4b4b; }

.Menu_TopMenus .Menu_DropDownButton {
  cursor: pointer;
  margin: 0 1px; }
  .Menu_TopMenus .Menu_DropDownButton:first-child {
    margin-left: 0; }
  .Menu_TopMenus .Menu_DropDownButton:last-child {
    margin-right: 0; }

.Menu_TopMenu,
.Menu_TopMenu a {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: lowercase; }

.Menu_TopMenus,
.Menu_TopMenu,
.Menu_TopMenuActive {
  height: 36px;
  line-height: 36px; }
  .table .Menu_TopMenus,
  .phone .Menu_TopMenus, .table
  .Menu_TopMenu,
  .phone
  .Menu_TopMenu, .table
  .Menu_TopMenuActive,
  .phone
  .Menu_TopMenuActive {
    height: auto; }

.tablet .Menu_TopMenu,
.tablet .Menu_TopMenuActive,
.phone .Menu_TopMenu,
.phone .Menu_TopMenuActive,
.tablet .Application_Menu a,
.phone .Application_Menu a,
.tablet .Application_Menu a:link,
.phone .Application_Menu a:link,
.phone .Application_menu a:visited,
.phone .Application_menu a:visited {
  height: 48px;
  line-height: 48px; }

.tablet .Application_Menu,
.phone .Application_Menu {
  top: 0; }

.Menu_TopMenu {
  border-radius: 5px; 
  margin-right: 1px;
 }
  .Menu_DropDownButton.open .Menu_TopMenu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

/* link/button menu */
.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
  padding: 0 20px;
  color: #67be60; }

/* hover menu */
.Menu_TopMenu a:hover {
  color: #ffffff; }

/* pointer */
.Menu_TopMenu .Menu_DropDownArrow {
  right: 9px;
  margin-top: -1px;
  border: solid #67be60;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  opacity: 0.75;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.Menu_TopMenu.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow,
.Menu_DropDownButton:hover .Menu_TopMenu .Menu_DropDownArrow {
  border-color: #ffffff; }

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

/* active menu */
.Menu_TopMenuActive {
  background-color: #67be60;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* active menus */
.Menu_TopMenuActive a,
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
  color: #ffffff; }

/* open/hovered menu */
.Menu_DropDownButton:hover .Menu_TopMenu,
.Menu_DropDownButton.open .Menu_TopMenu {
  background-color: #67be60; }

/* open/hovered menus */
.Menu_DropDownButton:hover .Menu_TopMenu a,
.Menu_DropDownButton:hover .Menu_TopMenu a:link,
.Menu_DropDownButton:hover .Menu_TopMenu a:visited,
.Menu_DropDownButton.open .Menu_TopMenu a,
.Menu_DropDownButton.open .Menu_TopMenu a:link,
.Menu_DropDownButton.open .Menu_TopMenu a:visited {
  color: #ffffff; }

/* submenu item */
.Menu_DropDownPanel {
  margin: 0;
  background-color: #4b4b4b;
  border-radius: 0 5px 5px 5px;
  overflow: hidden; }

div.Menu_DropDownPanel a,
div.Menu_DropDownPanel a:link,
div.Menu_DropDownPanel a:visited {
  color: #eeeeee; }

div.Menu_DropDownPanel a:hover,
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
  color: #ffffff; }

/* submenu */
.Menu_DropDownPanel a.Menu_SubMenuItem,
.Menu_DropDownPanel a.Menu_SubMenuItem:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited {
  color: #ffffff; }

/* hover submenu item */
.Menu_DropDownPanel a.Menu_SubMenuItem:hover,
.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
  background-color: #67be60;
  color: #ffffff; }

/* Icons */
.Menu_TopMenu a span.fa,
.Menu_TopMenuActive a span.fa,
.Menu_DropDownPanel a span.fa {
  margin-right: 4px; }

.Menu_DropDownPanel a span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem:link span.fa {
  color: #777777; }

.Menu_DropDownPanel a:hover span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem:link:hover span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive:link span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited:hover span.fa,
.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive:visited span.fa {
  color: #eeeeee; }

.NavigationBar,
.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
  font-family: 'Fira Sans', sans-serif; }

.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
  margin-bottom: 0; }
  .NavigationBar a.Active,
  .NavigationBar a:link.Active,
  .NavigationBar a:visited.Active {
    color: #67be60; }
html .desktop .NavigationBar a:hover,
html .desktop .NavigationBar a:link:hover,
html .desktop .NavigationBar a:visited:hover,
html .NavigationBar a:hover,
html .NavigationBar a:link:hover,
html .NavigationBar a:visited:hover {
    color: #67be60; }
  .NavigationBar a:after,
  .NavigationBar a:link:after,
  .NavigationBar a:visited:after {
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1); }

.NavigationBar a.Active:not(.IE8):before {
  border-bottom: 4px solid #67be60; }

html .desktop .NavigationBar a:hover:after,
html .desktop .NavigationBar a:link:hover:after,
.desktop .NavigationBar a:hover:after,
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after,
.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: #67be60; }

.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: #67be60; }

/**
 ===== Vertical =====
 */
.NavigationBar.Vertical a.Active:not(.ie7):before,
.NavigationBar.Vertical a.Active:not(.ie8):before {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0;
  border-left-color: #4b4b4b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #4b4b4b; }

.desktop .k--navbar-shallow .NavigationBar.Vertical a:hover,
.desktop .k--navbar-shallow .NavigationBar.Vertical a:link:hover,
.k--navbar-shallow .NavigationBar.Vertical a.Active,
.k--navbar-shallow .NavigationBar.Vertical a:link {
  padding-top: 0px;
  padding-bottom: 0px; }

.Breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
  padding: 6px 20px;
  color: #333333;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5); }
  .Breadcrumbs,
  .Breadcrumbs a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    line-height: 15px; 
    text-decoration: underline; }
  .Breadcrumbs a {
    color: #333333; 
    text-decoration: underline; }
  .Breadcrumbs span {
    padding: 0 12px 0 11px;
    font-size: 12px;
     }

.Box {
  background-color: transparent; }
  .Box.White, .Box.k--filled-box,
  .k--filled-box .Box {
    background-color: #ffffff; }
  .Box.k--shaded-box,
  .k--shaded-box .Box {
    background-color: #777777; }
  .Box.k--rounded-box,
  .k--rounded-box .Box {
    border-radius: 5px; }
  .k--main-panel .Box {
    min-height: 500px; }

.Card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .Box .Card,
  .SectionExpandable .Card {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); }
  .k--card-rounded .Card.CardSimpleImage {
    border-radius: 5px; }
  .Card.CardSimpleImage .Card_Text {
    font-family: 'Fira Sans', sans-serif;
    color: #67be60; }
  .k--card-selected .Card.CardSimpleImage {
    background-color: #67be60;
    border-color: #67be60; }
    .k--card-selected .Card.CardSimpleImage .Card_Text {
      color: #fff; }

.SectionExpandable {
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .SectionExpandable .SectionExpandable_header {
    border-color: transparent; }
  .SectionExpandable.expanded .SectionExpandable_header {
    padding-left: 15px;
    border-color: #eeeeee; }
  .SectionExpandable.expanded .SectionExpandable_content {
    padding: 15px; }
  .SectionExpandable.expanded .SectionExpandable_header .Heading2,
  .SectionExpandable .SectionExpandable_header .Heading2 {
    font-size: 16px;
    line-height: 24px; }
  .SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    font-weight: 600; }

.expanded .SectionExpandable__icon.Heading2 > .fa {
  background-color: #67be60;
  border: 1px solid #67be60; }

.Panel .SectionExpandable__icon.Heading2 > .fa {
  color: #67be60;
  border: 1px solid #67be60; }

.Panel .SectionExpandable__icon.Heading2 > .fa {
  background-color: #67be60;
  border: 1px solid #67be60; }

.Calendar-day-selected,
.Calendar-day-selected:hover {
  background: #67be60; }

.Calendar-navDisabled > div,
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down,
.Calendar-time-up,
.Calendar-time-am {
  color: #67be60; }

.Calendar-dayNames {
  border-top: 2px solid #67be60; }

.WizardStep.ActiveStep {
  background: #4b4b4b; }

.WizardStep.Past {
  background: #67be60; }

.WizardStep.Past:before {
  border-top-color: #67be60;
  border-bottom-color: #67be60; }

.WizardStep.ActiveStep:before {
  border-top-color: #4b4b4b;
  border-bottom-color: #4b4b4b; }

.ContentLinkAnchor {
  height: 60px;
  margin-top: -70px;
  visibility: hidden;
  z-index: -1;
  position: absolute; }

a.k--workflow-button,
input.Button.k--workflow-button {
  text-transform: uppercase;
  font-size: 1.2em; }

a.ActionAdd[disabled="disabled"],
a.ActionAdd[disabled="disabled"]:hover,
a.ActionAdd[disabled="disabled"]:hover:active,
a.ActionChange[disabled="disabled"],
a.ActionChange[disabled="disabled"]:hover,
a.ActionChange[disabled="disabled"]:hover:active,
input.Button[disabled],
input.Button[disabled]:hover,
input.Button[disabled]:hover:active,
input.Button:disabled,
input.Button:disabled:hover,
input.Button:disabled:hover:active,
a[disabled="disabled"].k--workflow-button,
a[disabled="disabled"].k--workflow-button:hover,
a[disabled="disabled"].k--workflow-button:hover:active,
input.Button[disabled].k--workflow-button,
input.Button[disabled].k--workflow-button:hover,
input.Button[disabled].k--workflow-button:hover:active,
input.Button.k--workflow-button:disabled,
input.Button.k--workflow-button:disabled:hover,
input.Button.k--workflow-button:disabled:hover:active {
  background: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.k--big-button,
.Button.k--big-button,
a.Button.k--big-button,
input.Button.k--big-button {
  min-height: 48px;
  line-height: 47px;
  font-size: 1.5em;
  border-radius: 5px; }

a[disabled="disabled"].k--big-button,
a[disabled="disabled"].k--big-button:hover,
a[disabled="disabled"].k--big-button:hover:active,
input.Button[disabled].k--big-button,
input.Button[disabled].k--big-button:hover,
input.Button[disabled].k--big-button:hover:active,
input.Button.k--big-button:disabled,
input.Button.k--big-button:disabled:hover,
input.Button.k--big-button:disabled:hover:active {
  background: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

a.k--big-button.ActionAdd,
a.k--big-button.ActionChange,
a.k--big-button {
  padding-top: 8px; }

.k--panel-header-button {
  margin-top: -6px;
  margin-bottom: -6px;
}

table.k--table-compact td,
table.k--table-compact th,
table.k--table-compact td:first-child,
table.k--table-compact td:last-child,
table.k--table-compact th:first-child,
table.k--table-compact th:last-child {
  padding: 5px; }

table.k--table-compact .TableRecords_OddLine,
table.k--table-compact .TableRecords_EvenLine {
  padding: 5px; }

.k--totals-row {
  border-top: 1px solid #888; }

.k--no-link a,
.k--no-link a:link,
.k--no-link a:visited,
.k--no-link a:hover,
.k--no-link a:active {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit; }

.k--swatch {
  padding: 20px;
  margin: 15px;
  color: #fff; }
  .k--swatch a,
  .k--swatch a:link,
  .k--swatch a:visited,
  .k--swatch a:hover,
  .k--swatch a:active {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit; }
  .k--swatch-row {
    display: table;
    width: 100%; }
  .k--swatch-cell {
    display: table-cell;
    margin-left: 15px;
    margin-right: 15px; }
  .k--swatch .k--product-name {
    font-size: 3.0em;
    padding-top: 20px;
    padding-bottom: 10px; }

.k--swatch-wb {
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); }
  .k--swatch-wb a,
  .k--swatch-wb a:link,
  .k--swatch-wb a:visited,
  .k--swatch-wb a:hover,
  .k--swatch-wb a:active,
  .k--swatch-wb a[disabled="disabled"],
  .k--swatch-wb a[disabled="disabled"]:hover {
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit; }
  .k--swatch-wb .k--product-name {
    font-size: 2.0em;
    padding-top: 10px;
    padding-bottom: 5px; }

.k--product-name.k--green-bg a:hover {
  color: #ffffff; }

.k--nav-horizontal-active {
  padding: 10px 20px; }

.k--bg-broadacre {
  background-color: #60b2be; }

.k--bg-cotton {
  background-color: #67be60; }

.k--bg-primeguard {
  background-color: #9ebe60; }

.k--bg-greenhouse {
  background-color: #9ebe60; }

.k--section-title-content-wrapper {
  position: relative; }

.k--section-title-content {
  position: absolute;
  top: 14px;
  left: 15em; }

.k--big-tabs__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.k--big-tabs__panels {
  border-radius: 0 5px 5px 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.k--big-tabs__panel-item > .Box {
  background-color: transparent; }

.k--big-tab {
  position: relative;
  margin-right: 10px;
  border-radius: 5px 5px 0 0; }
  .k--big-tab:last-child {
    margin-right: 0; }
  .k--big-tab-stepheading, .k--big-tab-stepheading, .k--big-tab-stepheading:hover,
  .k--big-tab a .k--big-tab-stepheading,
  .k--big-tab a .k--big-tab-stepheading:hover,
  .k--big-tab a:link .k--big-tab-stepheading,
  .k--big-tab a:hover .k--big-tab-stepheading,
  .k--big-tab a:link:hover .k--big-tab-stepheading {
    color: #eeeeee; }
  .k--big-tab:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1); }
  .k--big-tab-previous {
    background-color: #67be60; }
  .k--big-tab-active {
    background-color: #fff; }
    .k--big-tab-active:after {
      display: none; }
  .k--big-tab-next {
    background-color: #eeeeee; }
.phone .k--big-tab-previous,
.phone .k--big-tab-next {
    display:none;
}

a.k--big-tab-inner,
a.k--big-tab-inner:link,
a.k--big-tab-inner:visited,
.k--big-tab-inner {
  display: block;
  padding: 10px 20px 13px; }
  a.k--big-tab-inner:after,
  a.k--big-tab-inner:link:after,
  a.k--big-tab-inner:visited:after,
  .k--big-tab-inner:after {
    display: none; }

.k--big-tab-heading-current,
.Heading3.k--big-tab-heading-current {
    color: #67be60;
}

.k--big-tab-heading-locked,
.Heading3.k--big-tab-heading-locked,
.k--big-tab-heading-next,
.Heading3.k--big-tab-heading-next
{
    color: grey;
}

.k--big-tab-heading-previous,
.Heading3.k--big-tab-heading-previous
{
    color: #fff;
}

.k--radio-group {
  display: table;
  padding-top: 10px;
  margin-bottom: 20px; }
  .k--radio-group input[type=radio] {
    position: absolute;
    left: -9999px; }
    .k--radio-group input[type=radio]:checked + label {
      background: #609b5c;
      color: #fff; }
  .Form .k--radio-group label,
  .k--radio-group label {
    background: #fff;
    border-bottom: 1px solid #609b5c;
    border-right: 1px solid #609b5c;
    border-top: 1px solid #609b5c;
    color: #609b5c;
    cursor: pointer;
    display: table-cell;
    font-size: .8125rem;
    font-weight: 600;
    padding: 8px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 50%; }
    .Form .k--radio-group label:first-of-type,
    .k--radio-group label:first-of-type {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      border-left: 1px solid #609b5c; }
    .Form .k--radio-group label:last-of-type,
    .k--radio-group label:last-of-type {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }

.k--policy-entry-summary {
  margin-top: 59px;
}
  .k--policy-entry-summary__header .Card {
    padding: 10px 20px 0 20px;
    border-color: #777777;
    background-color: #555555;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .k--policy-entry-summary__policyquote-label {
    color: #aaaaaa; }
  .k--policy-entry-summary__product-name {
    color: #ffffff; }
  .k--policy-entry-summary__info .Box {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .k--policy-entry-summary__section-name {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #aaaaaa; }
  .k--policy-entry-summary__section-title {
    margin-bottom: 6px;
    font-size: 22px;
    font-family: "Fira Sans", sans-serif;
    color: #222222; }
  .k--policy-entry-summary__premium {
    margin-top: 16px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    font-family: "Fira Sans", sans-serif; }
    .k--policy-entry-summary__premium:first-letter {
      margin-right: 4px;
      font-size: 24px;
      line-height: 1.45;
      vertical-align: top; }
/* added later, not currently in SASS CSS generation */
.Panel.k--rounded-box,
.k--rounded-box > span > .Panel,
.k--rounded-box > span > span > .Panel,
.k--rounded-box > .Panel { border-radius: 5px; }

.k--panel-many-actions .Panel_header > div.Panel__title {
    width: 30%;
}

.k--policy-create-next-panel,
.desktop .k--policy-create-next-panel,
.tablet .k--policy-create-next-panel {
    margin-top: 520px;
}

.k--policy-create-next-panel-broker,
.desktop .k--policy-create-next-panel-broker,
.tablet .k--policy-create-next-panel-broker {
    margin-top: 370px;
}

.phone .k--policy-create-next-panel,
.phone .k--policy-create-next-panel-broker {
    margin-top: 20px;
}

/* Add responsive left and right margins */
.k--main-margin-left {
     margin-left: 12.5%;
 }

 .k--main-margin-right {
     margin-right: 12.5%;
 }
 
@media screen and (max-width:1200px) {
 .k--main-margin-left {
     margin-left: 0;
 }

 .k--main-margin-right {
     margin-right: 0;
 }

}
.k--no-margin, div.k--no-margin {
    margin: 0;
}

.k--summary-header {
    background-color:#edf1f3;
    margin: 0;
}

.k--summary-detail {
    margin: 0;
}

.k--rounded {
    border-radius: 5px;
}

.k--rounded-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.k--rounded-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.k--attribute-display-heading {
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.k--attribute-display-label {
    font-size: 13px;
    color: #888;
    text-align: left;
}

.k--attribute-display-value {
    font-size: 13px;
    color: black;
    float: right;
    font-weight: bold;
    max-width: 70%;
    text-align: right;
}

.k--attribute-display-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
}

.k--attribute-display-value-left {
    font-size: 13px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.k--list-line {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background-color: #fafafa;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.Text_label {
    color: #999;
}

.k--action-area a[disabled="disabled"],
.k--action-area a[disabled="disabled"]:hover,
.k--action-area a[disabled="disabled"]:hover:active{
  background: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.svg-icon-container {
  border-radius: 5px;
}
.svg-icon-container svg path {
    fill: #4b4b4b;
}
.svg-icon-container svg rect {
    fill: #4b4b4b;
}

.svg-icon-container.Fill_white svg path {
    fill: #fff;
}
.svg-icon-container.Fill_white svg rect {
    fill: #fff;
}

.svg-icon-container.k--svg-line-thick svg path {
    stroke-width: 2;
    stroke: #4b4b4b;
}

.svg-icon-container.Fill_white.k--svg-line-thick svg path {
    stroke: #fff;
}        

.Form .k--inline-widget {
    display:inline-block;
    vertical-align: middle; 
    margin-right:20px;   
}

.Form .k--inline-widget input[type=text]{
    width:auto;   
}

/* Make a container around plain text the same height as an input box */
.k--form-control-value {
    padding: 5px 0;
    margin-bottom: 2px;
    font-weight: bold;
}

.desktop .ButtonGroup_button.Button.disabled
, .desktop .ButtonGroup_button.Button.disabled:hover
{
    cursor: not-allowed;
}

.desktop .ButtonGroup_button.Button.active.disabled
, .desktop .ButtonGroup_button.Button.active.disabled:hover
{
    background-color:#67be60;
    color:#DDD;
    cursor: not-allowed;
}

.k--default-value {
    color:#999;
}

.k--hover-highlight:hover {
    background: #fafcff;
}

.k--math-symbol {
    color: #999;
    font-size: 14pt;
    margin-top: -5px;
}

.k--form-fieldset-container {
  margin-top: 20px;
}

.k--form-attr-edit:first {
  margin-top: 0px;
}

.k--form-attr-edit {
  margin-top: 10px;
}

.k--form-view-panel:first {
  margin-top: 0px;
}

.k--form-view-panel {
  margin-top: 10px;
}

.k--form-attr-static-prompt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.k--panel-width-separator > .Separator {
  margin-left: -10px;
  margin-right: -10px;
}

a.k--low-priority-link {
  color: #7f8c8d;
}


.k--visible-on-hover-parent:not(:hover) .k--visible-on-hover,
.k--visible-on-hover-parent:not(:hover).k--visible-on-hover
{
  color: #7f8c8d;
  opacity: 0.2;
}

.k--visible-on-hover-parent:hover .k--visible-on-hover,
.k--visible-on-hover-parent:hover.k--visible-on-hover
{
  opacity: 1.0;
}

.k--property-wizard-content {
    min-width: 800px;
    font-size: 14px;
}

.phone .k--property-wizard-content {
    min-width: 100%;
}

.k--padding-m {
  padding: 10px;
}

.k--padding-left-m {
  padding-left: 10px;
}

.k--padding-right-m {
  padding-right: 10px;
}

.k--padding-top-m {
  padding-top: 10px;
}

.k--padding-bottom-m {
  padding-bottom: 10px;
}

.k--margin-top-xsmall {
    margin-top:3px;
}

.k--margin-top-small {
    margin-top:10px;
}

.k--margin-top-med {
    margin-top:20px;
}

.k--margin-top-large {
    margin-top:30px;
}

.Box .k--highlight-card .Card,
.SectionExpandable .k--highlight-card .Card,
.k--highlight-card .Card {
    box-shadow: 10px 12px 15px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 10px 12px 15px 0 rgba(0, 0, 0, 0.12);
}

.k--no-highlight-card .Card {
    background: #fafafa;
}

.k--secondary-value {
    color: #888;
}


/* Bootstrap inspired styles */
.k--text-normal {
  font-weight: normal;   
}

.k--badge {
  color: #ffffff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 10rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.k--badge-outline {
  background: #ffffff;
  border: 2px solid #67be60;
  color: #67be60;  
}

@media (prefers-reduced-motion: reduce) {
  .k--badge-outline,
  .k--badge {
    transition: none;
  }
}

a.k--badge-outline:hover, a.k--badge-outline:focus,
a.k--badge:hover, a.k--badge:focus {
  text-decoration: none;
}

.k--badge-outline:empty,
.k--badge:empty {
  display: none;
}

.k--policy-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.k--policy-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.k--policy-detail {
    padding: 20px 0px;
}

.k--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.k--col,
.k--col-1, 
.k--col-2, 
.k--col-3, 
.k--col-4, 
.k--col-5, 
.k--col-6, 
.k--col-7, 
.k--col-8, 
.k--col-9, 
.k--col-10, 
.k--col-11, 
.k--col-12, 
.k--col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.k--col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}


.k--col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.k--col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.k--col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.k--col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.k--col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.k--col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.k--col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.k--col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.k--col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.k--col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.k--col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.k--col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.k--col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .k--col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .k--col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .k--col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .k--col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .k--col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .k--col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .k--col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .k--col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .k--col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .k--col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .k--col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .k--col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .k--col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .k--col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .k--col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .k--col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .k--col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .k--col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .k--col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .k--col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .k--col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .k--col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .k--col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .k--col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .k--col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .k--col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .k--col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .k--col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 800px) {
  .k--col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .k--col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .k--col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .k--col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .k--col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .k--col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .k--col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .k--col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .k--col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .k--col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .k--col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .k--col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .k--col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .k--col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.no-gutters > .k--col,
.no-gutters > [class*="k--col-"] {
  padding-right: 0;
  padding-left: 0;
}

.align-items-center {
  align-items: center;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

html .filepond--root .filepond--drop-label label
{
  font-size: 14px;
}

.k--alert-insidecontent > .Alert {
  margin-bottom: 0px;
}

.select.k--select-large-list
{
    min-height: 220px;
}

.select.k--select-large-list .select2-choices,
.select.k--select-large-list.select2-container-multi .select2-choices
{
    height: 220px !important;
}

.NavigationBar.Vertical.Small a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}


.k--back-to-top a {
    font-size: 13px;
}

.k--back-to-top {
    margin-left: 10px;
    margin-top: 2px;
}
