﻿@import url("/DublinTheme/Theme.DublinTheme.css?624");

/*

    To override a style copy and paste it to 
    the application theme and then modify it

    File: DublinTheme

    1. General Properties
    2. Structure
    3. Forms
    4. Built-in widgets
    5. RichWidgets
    6. Login
    7. Theme Grid
    0. Studio Preview
    
*/


/*------------------------------------*\
        $1. General Properties
\*-------------------------------------*/

html,
body {
    background-color: #efefef;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,
body,
form,
.Page {
    height: 100%;
}


/* a links **************************/
a,
a:link,
a:visited {
    color: #125f90;
    text-decoration: none;
}

a {
    font-size: 14px;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

a[disabled="disabled"],
a[disabled="disabled"]:hover {
    color: #ccc;
    text-decoration: none;
}

div[onclick] {
    cursor: pointer; /* add a pointer cursor when the div has a click event */
}

.OSAutoMarginTop {
    margin-top: 20px;
}



/*------------------------------------*\
        $2. Structure
\*-------------------------------------*/

.ThemeGrid_Container {
    position: relative;
}

/* header **************************/
.Header {
    background-color: #fff;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, .24);
    color: #fff;
    display: table;
    height: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;

    
}

.phone .Header {
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: left 300ms ease;
            transition: left 300ms ease;
}

/* button **************************/
.Header .Button.Header_buttonMenu {
    display: none;
    font-size: 20px;
    height: 36px;
    line-height: 24px;
    padding: 5px;
    position: absolute;
    top: 12px;
    width: 38px;
    z-index: 99;
}

.phone .Header .Button.Header_buttonMenu {
    display: block;
}

.Header .Balloon_content {
    display: none;
}

/* Application title **************************/
.Header_title {
    border-right: 1px solid #d5dbde;
    height: 60px;
    left: 0;
    line-height: 54px;
    padding-left: 30px;
    position: absolute;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* 20180726 - Eric - blocking display original was 300px now set to 0px */
    width: 0px;
    z-index: 2;
}

/* Responsive Context **************************/
.Page.phone.MenuOpen .Header,
.Page.phone.MenuOpen .Content.ThemeGrid_Wrapper {
    left: 260px;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
}

.tablet .Header_title,
.phone .Header_title {
    border-right: none;
}

.phone .Header_title {
    margin-left: 40px;
}

.Header_title a {
    color: #2c4150;
    font-size: 25px;
    font-weight: 300;
}

.Header_title a img {
    height: 18px;
    margin-bottom: 4px;
    margin-right: 5px;
    vertical-align: middle;
}

.Header_title a,
.Header_title a:link,
.Header_title a:visited,
.Header_title a:hover {
    margin-right: 10px;
    text-decoration: none;
}

/* application search **************************/
.Header_search {
    display: table-cell;
    left: 300px;
    margin-top: 14px;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    vertical-align: middle;
    width: 100%;

    
    
    
    
}

/* application user **************************/
.Header_user {
    display: table;
    min-height: 60px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    width: 240px;
}

.Header__activity {
    color: #48687c;
    display: table-cell;
    vertical-align: middle;
}

.firefox .Header__activity {
    height: 60px;
    text-align: right;
}

.phone .Header__activity {
    display: none;
}

.Header__loginInfo {
    display: table-cell;
}

/* login info web block **************************/
.LoginInfo {
    color: #2d2b31;
    font-size: 14px;
    margin-top: 14px;
    text-align: right;
}

.LoginInfo_username {
    line-height: 32px;
}

.LoginInfo_username img {
    border: 3px solid #dcddde;
    border-radius: 32px;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

/* 
    *** Menu structure ***
    
    div.Header_Menu
    - div.Application_Menu
    - - div.Menu_TopMenus
    - - - div.Menu_DropDownButton
    - - - - div.Menu_TopMenu
    - - - - - sapn.Menu_DropDownArrow
    - - - - div.Menu_DropDownPanel
    - - - - - div.Menu_SubItemsPlaceholder
    - - - - - - a.Menu_SubMenuItem
    
*/

/* Menu **************************/
.Menu {
    background: -webkit-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background:    -moz-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background:     -ms-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background:      -o-linear-gradient(90deg, #001b31 0%, #2e4859 100%);
    background:         linear-gradient(0deg, #001b31 0%, #2e4859 100%);
    background-color: #1e394c;
    background-color: #2e4859;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 60px;
    width: 300px;
    z-index: 5;

    
}

.phone .Menu {
    height: 100%;
    left: -260px;
    overflow-x: hidden;
    top: 0;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: left 300ms ease;
            transition: left 300ms ease;
    width: 260px;
    -webkit-overflow-scrolling: touch;
}

.Page.phone.MenuOpen .Menu {
    left: 0;
}

.desktop.small .Menu,
.tablet .Menu {
    display: block;
    height: auto;
    width: 120px;
}

/* login info  **************************/
.Menu .LoginInfo {
    display: none;
}

.phone .Menu .LoginInfo {
    background-color: #355264;
    color: #fff;
    display: block;
    margin-top: 0;
    padding: 20px 20px 20px 25px;
    text-align: left;
    width: 260px;
}

.Application_Menu {
    position: relative;
    width: 100%;
}

.desktop.small .Application_Menu,
.tablet .Application_Menu {
    height: 100%;
}

.Menu_TopMenus {
    width: 100%;
}

.Menu_TopMenu {
    position: relative;
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom: 1px solid #48687c;
    border-left: 2px solid transparent;
    box-shadow: -2px 1px 2px 0 rgba(50, 50, 50, .75);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

.desktop.small .Menu_TopMenu a:link,
.desktop.small .Menu_TopMenu a:visited,
.desktop.small .Menu_TopMenu a,
.tablet .Menu_TopMenu a:link,
.tablet .Menu_TopMenu a:visited,
.tablet .Menu_TopMenu a {
    font-size: 11px;
    padding: 15px;
    text-align: center;
    word-wrap: break-word;
}

.desktop.small .Menu_TopMenu a span.fa,
.tablet .Menu_TopMenu a span.fa {
    display: block;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -15px;
    position: relative;
    top: 0;
}

.desktop.small.MenuHideIcons .Menu_TopMenu a span.fa,
.tablet.MenuHideIcons .Menu_TopMenu a span.fa {
    display: none;
}

/* remove shadow form de last link **************************/
.Menu_TopMenu a:link:last-child,
.Menu_TopMenu a:visited:last-child,
.Menu_TopMenu a:last-child {
    box-shadow: none;
}

/* style icon font **************************/
.Menu_TopMenu a span.fa {
    border: 2px solid #48687c;
    border-radius: 34px;
    height: 34px;
    line-height: 30px;
    margin-right: 10px;
    width: 34px;
}

.desktop.small .Menu_TopMenu a span,
.tablet .Menu_TopMenu a span {
    left: 45px;
    position: absolute;
    top: 10px;
}

/* style hover/active menu **************************/
.Menu_TopMenu:hover,
.Menu_TopMenu:hover a .fa,
.Menu_TopMenuActive a:link .fa,
.Menu_TopMenuActive a:visited .fa,
.Menu_DropDownPanel a.Menu_SubMenuItemActive,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #48687c;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.desktop.small .Menu_DropDownPanel a,
.desktop.small .Menu_DropDownPanel a:link,
.desktop.small .Menu_DropDownPanel a:visited,
.tablet .Menu_DropDownPanel a,
.tablet .Menu_DropDownPanel a:link,
.tablet .Menu_DropDownPanel a:visited {
    padding-left: 20px;
    padding-right: 20px;
}

.Menu_TopMenu a:hover,
.Menu_TopMenu a:link:hover,
.Menu_TopMenu a:visited {
    border-left: 2px solid #d7a909;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.desktop.small .Menu_TopMenu .Menu_DropDownArrow,
.tablet .Menu_TopMenu .Menu_DropDownArrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #48687c;
    border-top: 4px solid transparent;
    right: 5px;
}

.desktop.small .Menu_TopMenu:hover .Menu_DropDownArrow,
.tablet .Menu_TopMenu:hover .Menu_DropDownArrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #d7a909;
    border-top: 4px solid transparent;
}

.desktop.small .Menu_TopMenuActive .Menu_DropDownArrow,
.desktop.small .Menu_TopMenuActive:hover .Menu_DropDownArrow,
.tablet .Menu_TopMenuActive .Menu_DropDownArrow,
.tablet .Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #d7a909;
    border-top: 4px solid transparent;
}

/* show submenu if active **************************/
.Menu_TopMenuActive + .Menu_DropDownPanel:not(:Empty) {
    display: block;
}

.desktop.small .Menu_TopMenuActive + .Menu_DropDownPanel:not(:Empty),
.tablet .Menu_TopMenuActive + .Menu_DropDownPanel:not(:Empty) {
    display: none;
}

/* style icon on hover **************************/
.Menu_TopMenu:hover span.fa {
    border-color: #d7a909;
    color: #d7a909;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #d7a909;
}

.Menu_TopMenu .Badge {
    float: right;
    top: 6px;

    
    
    
    
}

.desktop.small .Menu_TopMenu .Badge,
.tablet .Menu_TopMenu .Badge {
    display: none;
}

.Menu_TopMenuActive:hover a:link,
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited,
.Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a,
.Menu_TopMenuActive a,
.Menu_TopMenu:hover a,
.Menu_TopMenu a {
    color: #d7a909;
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-bottom: 0 solid transparent;
    border-left: 4px solid #48687c;
    border-right: 4px solid transparent;
    border-top: 4px solid #d7a909;
}

.Menu_DropDownArrow {
    display: -moz-inline-box;
    display: inline-block;
    height: 0;
    margin-top: -5px;
    padding-top: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    border-width: 0;
    border-style: solid dashed dashed;
    border-top: 4px solid #48687c;
    border-right: 4px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    background-color: transparent;
}

.Menu_DropDownButton {
    display: block;
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited {
    background-color: #48687c;
    border-left: 2px solid #d7a909;
    box-shadow: -2px 1px 2px 0 rgba(50, 50, 50, .75);
}

.Menu_TopMenuActive a span.fa {
    border-color: #d7a909;
    color: #d7a909;
}

.MenuSlider_Toggler {
    color: #fff;
}

.Menu_DropDownPanel {
    background-color: #253b4a;
    border: 0;
    box-shadow: none;
    display: none;
    list-style: none;
    margin: 0;
    position: relative;
}

.desktop.small .Menu_DropDownPanel,
.tablet .Menu_DropDownPanel {
    bottom: 0;
    height: 100%;
    left: 120px;
    position: fixed;
    top: 60px;
    z-index: 999;
}

.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link,
.Menu_DropDownPanel a:visited {
    background: none;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    clear: both;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    min-width: 0;
    padding: 0;
    padding-left: 66px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

/* remove border from last submenu **************************/
.Menu_DropDownPanel a:last-child {
    border-bottom: none;
}

/* hover submenu **************************/
.Menu_DropDownPanel a:hover,
.Menu_DropDownPanel a:link:hover,
.Menu_DropDownPanel a:visited:hover {
    background-color: #48687c;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.Menu_DropDownPanel a span.fa {
    color: #d7a909;
    margin-right: 8px;
}

a.Menu_SubMenuItem,
.desktop a.Menu_SubMenuItem:hover,
a.Menu_SubMenuItem:link,
a.Menu_SubMenuItem:visited {
    border-bottom: 0;
    height: 32px;
    padding: 0;
    padding-left: 66px;

    
}

.desktop.small .Menu_SubItemsPlaceholder,
.tablet .Menu_SubItemsPlaceholder {
    height: 100%;
    left: 0;
    position: relative;
    top: 5px;
    width: 180px;

    -webkit-overflow-scrolling: touch;
}

/* Page content header **************************/
.HeaderPage {
    display: block;
}

.HeaderPage .BreadcrumbsContainer {
    margin-bottom: 5px;
    margin-left: 20px;

    
}

.HeaderPage .BreadcrumbsContainer .Breadcrumbs,
.HeaderPage .BreadcrumbsContainer .Breadcrumbs a,
.HeaderPage .BreadcrumbsContainer .Breadcrumbs span {
    font-size: 12px;
    margin-bottom: 0;
}

.phone .HeaderPage .BreadcrumbsContainer {
    
}

.phone .HeaderPage .BreadcrumbsContainer > div span {
    
}

/* Page Title **************************/
.Title {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.Title.Heading1 {
    border-bottom: 1px solid #ddd;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 20px;

    
    
}

.tablet.portait .Title.Heading1,
.tablet.mini .Title.Heading1 {
    font-size: 22px;
    position: relative;
}

.phone.portrait .Title.Heading1 {
    border: none;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    position: relative;
    text-align: center;

    
}

.Title_Section {
    margin-top: 34px;
    position: relative;
}

/* Page actions **************************/
.Actions {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;

    
    
}

.phone.portrait .Actions {
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.phone.portrait .Actions .Button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.Actions a {
    margin-left: 10px;
}

.Actions a:first-child {
    margin-left: 0;
}

a.ActionAdd,
a.ActionEdit,
a.ActionDelete,
a.ActionChange {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 30px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
}

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionDelete:hover,
a.ActionChange:hover {
    background-color: #efefef;
}

a.ActionAdd[disabled],
a.ActionAdd:disable,
a.ActionEdit[disabled],
a.ActionEdit:disable,
a.ActionDelete[disabled],
a.ActionDelete:disable,
a.ActionChange[disabled],
a.ActionChange:disable {
    background-color: #ccc;
    box-shadow: none;
    color: #999;
}

a.ActionAdd,
a.ActionEdit,
a.ActionChange {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
    color: #48687c;
}

a.ActionAdd {
    background-color: #d7a909;
    border-bottom: 2px solid #b79008;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #fff;
    text-shadow: none;
}

a.ActionAdd:hover {
    background-color: #e9bd24;
    border-bottom: 2px solid #c6a11f;
}

a.ActionDelete {
    background-color: #bb5858;
    border-bottom: 2px solid #9f4b4b;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
    color: #fff;
}

a.ActionDelete:hover {
    background-color: #d56565;
    border-bottom: 2px solid #b55656;
}

.Actions input.Button {
    margin-left: 20px;
}

/* Wrapper content **************************/
.Content.ThemeGrid_Wrapper {
    left: 300px;
    min-width: 20px;
    overflow-x: hidden;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 60px;

    
    
    
}

.desktop.small .Content.ThemeGrid_Wrapper,
.tablet .Content.ThemeGrid_Wrapper {
    left: 120px;
}

.phone .Content.ThemeGrid_Wrapper {
    left: 0;
    overflow: hidden;
    -webkit-transition: left 300ms ease;
            transition: left 300ms ease;
    width: 100%;

    
}

/* Content **************************/
.MainContent {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 20px;
    padding-bottom: 30px;

    
    
    
}

.phone .MainContent {
    
    
}

.Page.MenuOpen .MainContent {
    pointer-events: none;
}


/* footer **************************/
.Footer {
    background-color: transparent;
    font-size: 12px;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    top: 100%;
    width: auto;

    
}

.phone .Footer {
    display: none;
}

.MainPopup {
    background: #fff;
    display: table-cell;
    padding: 14px 16px;
    vertical-align: top;
}

.MainPopup .Button.ThemeGrid_MarginGutter {
    margin-left: 10px;
}

.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. Forms
\*-------------------------------------*/

textarea,
select,
input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.06);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #666;
    font-size: 14px;
}

html input {
    height: 34px;
}

/* radio and checkbox override rules **************************/
html input[type="radio"],
html input[type="checkbox"] {
    background-color: transparent;
    box-shadow: none !important;
    height: 20px;
}

/* force padding to center vertically on Firefox **************************/
select {
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
    color: rgb(102, 102, 102);
    height: 32px;
    line-height: 1.43;
    padding: 4px 8px;
}

.Form input.ReadOnly,
.Form textarea.ReadOnly,
.Form select.ReadOnly {
    background-color: #fff;
    border-bottom-color: #ccc;
    border-color: #ccc;
    border-left-color: #ccc;
    border-radius: 4px;
    border-right-color: #ccc;
    border-top-color: #ccc;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.06);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

.Form input.Not_Valid.ReadOnly,
.Form textarea.Not_Valid.ReadOnly,
.Form select.Not_Valid.ReadOnly,
.select2-container.Not_Valid .select2-choice {
    border: 1px solid #bf1601;
}

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid):focus {
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.06);
}

.Form a.SmartInput_Undo {
    padding: 8px 5px;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #999;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.06);
}

textarea:focus {
    border: 1px solid #999;
}

input[type="radio"]:disabled:before,
input[type="checkbox"]:disabled:before {
    background: rgba(204,204,204,.1);
}


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 textarea[readonly="readonly"].ReadOnly:not(.Not_Valid):focus,
.Form textarea[disabled="disabled"].ReadOnly:not(.Not_Valid):focus {
    border: 1px solid #ccc;
}

.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;
}

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,
.Form select.ReadOnly {
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
}

select:not(.Not_Valid):focus {
    border: 1px solid #999;
}



/*------------------------------------*\
        $4. Buit-in widgets
\*-------------------------------------*/


/* filter form **************************/
.Filters_Wrapper {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    line-height: 34px;
    padding: 20px;
}

.Filters_Wrapper .Button {
    margin-left: 10px;
}

.phone .Filters_Wrapper input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}

.phone .Filters_Wrapper input.Button.Is_Default {
    margin-left: 0;
}

/* editable table **************************/
.EditableTable {
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.EditableTable thead td {
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 20px;
    text-transform: uppercase;
}

.EditableTable tbody tr:not(.RowControlGroup) td {
    border-bottom: 1px solid #ddd;
}

.EditableTable tr.Selected td {
    background-color: #fafcff;
}

.EditableTable tr.OnEdit + tr.RowControlGroup .ControlActions,
.EditableTable tr.Selected + tr.RowControlGroup .ControlActions {
    background: #fafcff;
    border: 1px solid #ddd;
    border-top: 2px solid #fafcff; /* same as background */
    left: 50%;
    margin-left: -82px;
    margin-top: -2px;
    padding: 6px;
}

.EditableTable tr.RowControlGroup a {
    color: #125f90;
    cursor: pointer;
    display: none;
    width: 50px;
}

td.RowWithAddAction {
    border-bottom: 0;
}

td.RowWithAddAction i {
    font-size: 14px;
    margin-right: 5px;
}

body .EditableTable input:not(.InEditMode),
body .EditableTable textarea:not(.InEditMode),
body .EditableTable select:not(.InEditMode) {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    color: #666;
    font-size: 14px;
}

/* Submit Button */
.EditRecord_Buttons .Button {
    line-height: 15px;
}

/* Header **************************/
.TableRecords_Header {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}

/* table **************************/
table.EditRecord,
table.ShowRecord {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-top: 0;
}

/* First row **************************/
table.EditRecord tr:first-child td,
table.ShowRecord tr:first-child td {
    padding-top: 20px;
}

/* All columns **************************/
table.EditRecord tr td,
table.ShowRecord tr td {
    padding-right: 20px;
}

/* First column **************************/
table.EditRecord tr td:first-child,
table.ShowRecord tr td:first-child {
    padding-left: 20px;
}

/* Last Row **************************/
table.EditRecord tr:last-child td,
table.ShowRecord tr:last-child td {
    padding-bottom: 20px;
}

/* First Column / first column - tablet and phone **************************/
.tablet table.EditRecord tr:first-child td:first-child,
.tablet table.ShowRecord tr:first-child td:first-child,
.phone table.EditRecord tr:first-child td:first-child,
.phone table.ShowRecord tr:first-child td:first-child {
    padding-top: 20px;
}

.tablet table.EditRecord tr td,
.tablet table.ShowRecord tr td,
.phone table.EditRecord tr td,
.phone table.ShowRecord tr td {
    padding-left: 20px;
    padding-right: 20px;
}

.tablet td.EditRecord_Caption:first-child + .EditRecord_Value,
.phone td.EditRecord_Caption:first-child + .EditRecord_Value {
    padding-right: 20px;
}

/* Last Row / Last Column on tablet and phone **************************/
.tablet table.EditRecord tr:last-child td:last-child,
.tablet table.ShowRecord tr:last-child td:last-child,
.phone table.EditRecord tr:last-child td:last-child,
.phone table.ShowRecord tr:last-child td:last-child {
    padding-bottom: 20px;
}

.TableRecords > tbody > tr > td a {
    color: #48687c;
    font-weight: 600;
}

.TableRecords {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0;
}

.TableRecords tr:nth-child(even) {
    background-color: #f4f4f4;
}

.TableRecords_OddLine,
.TableRecords_EvenLine {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

.TableRecords_OddLine:first-child,
.TableRecords_EvenLine:first-child,
.TableRecords_Header:first-child {
    padding-left: 20px;
}



/*------------------------------------*\
        $5. RichWidgets
\*-------------------------------------*/

/* 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;
    opacity: .5;
    top: 9px;
}

div.Feedback_Message_Success {
    background-color: #73a354;
    border-color: #73a354;
    border-radius: 0;
    color: #333;
}

div.Feedback_Message_Error {
    background-color: #bb5858;
    border-color: #bb5858;
    border-radius: 0;
    color: #fff;
}

div.Feedback_Message_Warning {
    background-color: #bba758;
    border-color: #bba758;
    border-radius: 0;
    color: #333;
}

div.Feedback_Message_Info {
    background-color: #5485a3;
    border-radius: 0;
    color: #333;
}

/* This margin-top:0px is for all pages without .Page in layout **************************/
div.Feedback_Message_Wrapper {
    left: 0;
    margin-top: 0;
    z-index: 5000;
}

.Page div.Feedback_Message_Wrapper {
    margin-top: 62px;
}

div.Feedback_Message_Error,
div.Feedback_Message_Success,
div.Feedback_Message_Warning,
div.Feedback_Message_Info {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    line-height: normal;
    max-width: 100%;
    min-width: 300px;
    padding: 10px 40px 10px 40px;
    width: 100%;
    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;
}

/* Ajax Loading **************************/
.Feedback_AjaxWait {
    
    
}

/* Pagination **************************/
a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
    color: #48687c;
    text-decoration: none;
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    background-color: #efefef;
}

span.ListNavigation_CurrentPageNumber,
span.ListNavigation_CurrentPageNumber:hover {
    background-color: #ccc;
    box-shadow: none;
    color: #999;
    cursor: default;
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext,
span.ListNavigation_DisabledPrevious {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
    color: #48687c;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover,
span.ListNavigation_DisabledPrevious:hover {
    background-color: #efefef;
}

/* Ajax Loading **************************/
.Feedback_AjaxWait {
    background-color: #fff;
    border: 1px solid #dddedf;
    border-radius: 4px;
    bottom: 10px;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, .05);
    color: #48687c;
    font-size: 12px;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
    right: 25px;
    z-index: 10000;
}

.ie .Feedback_AjaxWait:not(.ie11):not(.ie10) {
    border: 1px solid #dddedf;
    height: 70px;
    padding-top: 0;
    z-index: 10000;
}

.ie .Feedback_AjaxWait .Loader {
    animation: none;
    background: url("/WebPatterns/img/ajaxloader_new.gif?633") no-repeat;
    background-position: 8px 9px;
    height: 81%;
    margin-bottom: 0;
    width: 100%;
}

.Feedback_AjaxWait .Loader {
    -webkit-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear;
    border-radius: 50%;
    font-size: 4px;
    height: 1em;
    margin-bottom: 20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em;
}

@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #125f90, 2em -2em 0 0 #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 0 #125f90;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #125f90, 2em -2em 0 .2em #125f90, 3em 0 0 0 #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 0 #125f90, 3em 0 0 .2em #125f90, 2em 2em 0 0 #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 0 #125f90, 2em 2em 0 .2em #125f90, 0 3em 0 0 #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 0 #125f90, 0 3em 0 .2em #125f90, -2em 2em 0 0 #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 0 #125f90, -2em 2em 0 .2em #125f90, -3em 0 0 0 #125f90, -2em -2em 0 -.5em #125f90;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 0 #125f90, -3em 0 0 .2em #125f90, -2em -2em 0 0 #125f90;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 0 #125f90, -3em 0 0 0 #125f90, -2em -2em 0 .2em #125f90;
    }
}
@keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #125f90, 2em -2em 0 0 #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 0 #125f90;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #125f90, 2em -2em 0 .2em #125f90, 3em 0 0 0 #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 0 #125f90, 3em 0 0 .2em #125f90, 2em 2em 0 0 #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 0 #125f90, 2em 2em 0 .2em #125f90, 0 3em 0 0 #125f90, -2em 2em 0 -.5em #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 0 #125f90, 0 3em 0 .2em #125f90, -2em 2em 0 0 #125f90, -3em 0 0 -.5em #125f90, -2em -2em 0 -.5em #125f90;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 0 #125f90, -2em 2em 0 .2em #125f90, -3em 0 0 0 #125f90, -2em -2em 0 -.5em #125f90;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 0 #125f90, -3em 0 0 .2em #125f90, -2em -2em 0 0 #125f90;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #125f90, 2em -2em 0 -.5em #125f90, 3em 0 0 -.5em #125f90, 2em 2em 0 -.5em #125f90, 0 3em 0 -.5em #125f90, -2em 2em 0 0 #125f90, -3em 0 0 0 #125f90, -2em -2em 0 .2em #125f90;
    }
}

.Form .select2-container .select2-choice {
    box-shadow: none;
    height: 38px;
    line-height: 38px;
}

.Form .select2-container:after {
    top: 10px;
}

.Form .select2-container .select2-choice span {
    font-weight: normal;
    line-height: 34px;
}



/*------------------------------------*\
        $6. Login
\*-------------------------------------*/

/* Feddback Message on Login **************************/
.Page .Login + div + span div.Feedback_Message_Wrapper {
    margin-top: 0;
    width: 100% !important;
}

.Login_Footer {
    background: -webkit-linear-gradient(90deg, #00152a 0%, #2d4657 100%);
    background:    -moz-linear-gradient(90deg, #00152a 0%, #2d4657 100%);
    background:     -ms-linear-gradient(90deg, #00152a 0%, #2d4657 100%);
    background:      -o-linear-gradient(90deg, #00152a 0%, #2d4657 100%);
    background:         linear-gradient(0deg, #00152a 0%, #2d4657 100%);
    box-shadow: inset 2px 4px 5px 0 rgba(0, 0, 0, .41);
    height: 20%;
    left: 0;
    margin-left: 0;
    width: 100%;
}

.tablet .Login_Footer,
.phone .Login_Footer {
    bottom: 0;
    height: 50px;
    padding-top: 15px;
    position: fixed;
}

.Login_Footer a,
.Login_Footer a:link,
.Login_Footer a:visited {
    color: #fff;
}

.Login__Form {
    background-color: rgba(0,0,0,0);
}

.Login_Box {
    top: 50%;
}

.Login__Logo {
    padding-bottom: 0;
}

.Login_Text {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
}



/*------------------------------------*\
        $7. Theme Grid
\*-------------------------------------*/

html .ThemeGrid_Container {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

html .ThemeGrid_Wrapper {
    min-width: 0;
}

html .Content.ThemeGrid_Wrapper {
    padding-top: 20px;
    top: 60px;
}

.phone .ThemeGrid_Container {
    
}

/* 12 columns **************************/
html .ThemeGrid_Width12 {
    width: auto;
}

/* 12 columns **************************/
html .tablet .ThemeGrid_Width12 {
    width: 100%;
}

html .tablet .ThemeGrid_Width12 {
    margin-left: 0;
}



/*------------------------------------*\
        $0. Studio Preview
\*-------------------------------------*/

/* header **************************/
.Page.phone .Header__loginInfo,
.Page.phone .Header__activity,
.Page.phone .Header_search,
.Page.tablet .Header_search {
    
}

/* wrapper **************************/
.Page.phone .ThemeGrid_Wrapper {
    
}
.Page.tablet .ThemeGrid_Wrapper {
    
}

/* menu **************************/
.Menu {
    
    
}

.Application_Menu {
    
}

.tablet .Menu_TopMenu a:link,
.tablet .Menu_TopMenu a:visited,
.tablet .Menu_TopMenu a {
    white-space: normal;

    
    
    
}

.tablet .Menu_TopMenu a:link span.fa,
.tablet .Menu_TopMenu a:visited span.fa,
.tablet .Menu_TopMenu a span.fa {
    
}


/* 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 */

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateDublin.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

/*------------------------------------*\
             Import Font
\*------------------------------------*/

/*--EricHalim: CustomFont--*/
@font-face {
    font-family: 'helveticaNeue';
    /*src: url('/TradeConnectTheme/HelveticaNeueLTStd-Roman.otf') format('opentype');*/
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Regular.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.svg#Open-Sans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Bold.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Bold.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Bold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Bold.svg#Open-Sans') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Italic.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Italic.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Italic.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Italic.svg#Open-Sans') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Semibold.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.svg#Open-Sans') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/SilkUIFonts/fonts/Oswald-Regular.eot');
    src: url('/SilkUIFonts/fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/Oswald-Regular.woff') format('woff'),
         url('/SilkUIFonts/fonts/Oswald-Regular.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/Oswald-Regular.svg#oswaldregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/SilkUIFonts/fonts/Oswald-Bold.eot');
    src: url('/SilkUIFonts/fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/Oswald-Bold.woff') format('woff'),
         url('/SilkUIFonts/fonts/Oswald-Bold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/Oswald-Bold.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('/SilkUIFonts/fonts/Oswald-Light.eot');
    src: url('/SilkUIFonts/fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/Oswald-Light.woff') format('woff'),
         url('/SilkUIFonts/fonts/Oswald-Light.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/Oswald-Light.svg#oswaldlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*------------------------------------*\
             Font Definition
\*------------------------------------*/

/*--EricHalim: CustomFont--*/
body {
    letter-spacing: 0.08em;
}

html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: Calibri, 'Calibri Alt', Helvetica, sans-serif;
}

.TileIcon_text, .TileNumber_text, .TileIconText_label, .Heading1, .Heading2, .Heading3, .Heading4, .Header_title a, .EditableTable thead td, .TableRecords_Header {
    font-family: Calibri, 'Calibri Alt', Helvetica, sans-serif;
}

/*
html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: HelveticaNeue, Helvetica, 'Open-Sans', Meiryo, sans-serif;
}

.TileIcon_text, .TileNumber_text, .TileIconText_label, .Heading1, .Heading2, .Heading3, .Heading4, .Header_title a, .EditableTable thead td, .TableRecords_Header {
    font-family: HelveticaNeue, Helvetica, 'Oswald', Meiryo, sans-serif;
}
*/

/*------------------------------------*\
              Font Classes
\*------------------------------------*/

/* Font Oswald classes */

.Oswald_Regular {
    font-family: 'Oswald',Meiryo;
    font-weight: 400;
}

.Oswald_Bold {
    font-family: 'Oswald',Meiryo;
    font-weight: 700;
}

.Oswald_Light {
    font-family: 'Oswald',Meiryo;
    font-weight: 300;
}

/* Font OpenSans classes */

.OpenSans_Regular {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    font-weight: 400;
}

.OpenSans_Bold {
    font-family:  'Open-Sans', Meiryo, sans-serif;
    font-weight: 700;
}

.OpenSans_Italic {
    font-family:  'Open-Sans',Meiryo, sans-serif;
    font-style: italic;
}

.OpenSans_Semibold {
    font-family:  'Open-Sans',Meiryo, sans-serif;
    font-weight: 600;
}



/***************************************/r
/***** PRIMARY COLOR CUSTOMIZATION *****/
/***************************************/

.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: #fb7d00; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #fb7d00; /*primary-color*/
    -webkit-filter: brightness(110%);
    filter: brightness(1.1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: #fb7d00; /*primary-color*/
}

.phone .Menu .LoginInfo {
    background-color: #fb7d00; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}


.Menu {
    background: #fb7d00; /*primary-color*/
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    border-bottom-color: rgba(0,0,0,0.1);
    box-shadow:none;
}

.Menu_DropDownPanel a.Menu_SubMenuItemActive, 
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}

.Menu_TopMenu a:hover, 
.Menu_TopMenu a:link:hover, 
.Menu_TopMenu a:visited {
    border-left-color: #fb7d00; /*primary-color*/
}


.Menu_TopMenu a span.fa {
    border-color: #FFF;
}

.Menu_TopMenu:hover,
.Menu_TopMenu:hover a [class^=fa],
.Menu_TopMenuActive a:link [class^=fa],
.Menu_TopMenuActive a:visited [class^=fa],
.Menu_DropDownPanel a.Menu_SubMenuItemActive, 
.Menu_DropDownPanel a.Menu_SubMenuItemActive:visited,
.Menu_DropDownPanel a.Menu_SubMenuItemActive:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #fb7d00; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}

.Menu_TopMenu a:hover, 
.Menu_TopMenu a:link:hover, 
.Menu_TopMenu a:visited {
    border-left-color: #FFF;
}

.tablet .Menu_TopMenu .Menu_DropDownArrow {
    border-left-color: #fb7d00; /*primary-color*/
    -webkit-filter: brightness(80%);
    filter: brightness(0.8);
    
}

.tablet .Menu_TopMenu:hover .Menu_DropDownArrow {
    border-left-color: #FFF;
}

.tablet .Menu_TopMenuActive .Menu_DropDownArrow, 
.tablet .Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-left-color: #FFF;
}

.Menu_TopMenu:hover span.fa {
    border-color: #FFF;
    color: #FFF;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: #FFF;
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
    border-left-color: #fb7d00; /*primary-color*/
}

.Menu_DropDownArrow {
    border-top-color: #FFF;
}


.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited {
   background-color: #fb7d00; /*primary-color*/
   border-left-color: #FFF;
}

.Menu_TopMenuActive a span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_TopMenuActive{
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}

.Menu_DropDownPanel a span.fa {
    color: #FFF;
}

a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #fb7d00; /*primary-color*/
}



a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #fb7d00; /*primary-color*/
}

.Feedback_AjaxWait {
    color: #fb7d00; /*primary-color*/
}

.Login_Footer {
    background: #fb7d00; /*primary-color*/
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:    -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:     -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:      -o-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:          linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top-color: #fb7d00; /*primary-color*/
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    background-color:  #fb7d00; /*primary-color*/
    border-color:  #fb7d00; /*primary-color*/
}

.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    background-color: #fb7d00; /*primary-color*/
    border-color: #fb7d00; /*primary-color*/
}

.Post_icon img {
    border-color: #fb7d00; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #fb7d00; /*primary-color*/
    border: #fb7d00; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #fb7d00; /*primary-color*/
    border: 1px solid #fb7d00; /*primary-color*/
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: #fb7d00; /*primary-color*/
    border: #fb7d00; /*primary-color*/
}
.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #fb7d00; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #fb7d00; /*primary-color*/
}

.Calendar-dayNames {
    border-top-color: #fb7d00; /*primary-color*/
}

.Calendar-navBtn > div {
    color: #fb7d00; /*primary-color*/
}

.select2-container .select2-choice {
    color: #fb7d00; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #fb7d00; /*primary-color*/
}

.NavigationBar a.Active {
    color: #fb7d00; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #fb7d00; /*primary-color*/ 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #fb7d00; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #fb7d00; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #fb7d00; /*primary-color*/
}

.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: #fb7d00; /*primary-color*/
}

.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: #fb7d00; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #fb7d00; /*primary-color*/
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top-color: #fb7d00; /*primary-color*/
}

.WizardStep.ActiveStep {
    background: #fb7d00; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}

.WizardStep.ActiveStep:before {
    border-top-color: #fb7d00; /*primary-color*/
    border-bottom-color: #fb7d00; /*primary-color*/
}

.WizardStep.Past {
    background: #fb7d00; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #fb7d00; /*primary-color*/
    border-bottom-color: #fb7d00; /*primary-color*/
}

.Button,
a.Button {
    color: #fb7d00; /*primary-color*/
    background-color: #fb7d00; /*primary-color*/
    border-bottom-color: rgba(0,0,0,0.2);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #fb7d00; /*primary-color*/
    border-color: #fb7d00; /*primary-color*/
    border-bottom-color: rgba(0,0,0,0.2);
}

.desktop .Button.ButtonDefault:hover, 
.desktop .Button.Is_Default:hover {
    background-color: #fb7d00; /*primary-color*/
    border-color: #fb7d00; /*primary-color*/
    border-bottom-color: rgba(0,0,0,0.2);
    -webkit-filter: brightness(80%);
    filter: brightness(0.8);
    
}
.Button.Cancel,
.desktop .Button.Cancel:hover {
    border-color: #999;
    color: #999;
}
.desktop .Button.Cancel:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(0.8);
    
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a,
.Button.Link {
    color: #fb7d00; /*primary-color*/
}

a.ActionAdd:hover{
    background-color: #fb7d00; /*primary-color*/
    border-bottom-color: #fb7d00; /*primary-color*/
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}
a.ActionDelete:hover{
    background-color: #bb5858;
    -webkit-filter: brightness(90%);
    filter: brightness(0.9);
    
}

a.ActionAdd,
a.ActionDelete {
    color: #FFF;
}

a.ActionAdd {
    background-color: #fb7d00; /*primary-color*/
    border-bottom-color: #fb7d00; /*primary-color*/
}


.desktop .Button.Link:hover {
    background-color: transparent;
    border-color: #fb7d00; /*primary-color*/
    color: #fb7d00; /*primary-color*/
}

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: #fb7d00; /*primary-color*/
}


.SectionIndex a.active, 
.SectionIndex a:hover{    
    border-bottom-color: #fb7d00; /*primary-color*/
    color: #fb7d00; /*primary-color*/
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical  a:hover{
    border-left-color: #fb7d00; /*primary-color*/
}

.TableRecords > tbody > tr > td a {
    color: #fb7d00; /*primary-color*/
}

.IconBadge_number {
    background-color: #fb7d00; /*primary-color*/
}

.pika-prev:after,
.pika-next:after {
    color: #fb7d00; /*primary-color*/ 
}

.pika-title {
    border-bottom: 2px solid #fb7d00; /*primary-color*/
}

.is-selected .pika-button {
   background-color: #fb7d00; /*primary-color*/
}

.has-event .pika-button:after {
   background-color: #fb7d00; /*primary-color*/ 
}



.Feedback_AjaxWait {
    color: #222;
}

@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}
@keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}


.Application_Menu {
     /*primary-color*/
}

/*--EricHalim--*/
/*Logininfo title*/
.Text_small_italic {
    font-size: .8em !important;
    font-style: italic;
}

/*Disabled input field*/
.Form input[readonly="readonly"], textarea[readonly="readonly"], select[readonly="readonly"] {
    background-color: #EFEFEF !important;
}

/* Custom CSS AJO */
.Text_TC_orange {
    color: #EA421B;
}

a:hover {
    text-decoration: none;
}

.Application_Menu {
     /*primary-color*/
}

.Menu {
    background: transparent/*#333333*/ none repeat scroll 0 0;
}
    /*background-color: transparent;
}

.desktop.small .Menu_TopMenu a,
.tablet .Menu_TopMenu a {
    background: #333;
}*/

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    padding: 8px 20px !important;
}

.desktop.small .Content.ThemeGrid_Wrapper,
.tablet .Content.ThemeGrid_Wrapper {
    left: 0;
}

.HeaderAJOButton {
    background-color: #F7931D;
    border-radius: 4px;
    padding: 6px;
    min-width: 80px;
    border-bottom: 2px solid #B79008;
}

/* Application title **************************/
.Header_title {
    border-right: none;
    height: 60px;
    left: 0;
    line-height: 54px;
    padding-left: 30px;
    position: absolute;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* 20180726 - Eric - blocking display original was 300px now set to 0px */
    width: 0px;
    z-index: 2;
}

/* Header */
.Header {
    background-color: #FFFFFF;
    border-bottom: none;
    box-shadow: none;
    color: #FFFFFF;
    display: table;
    height: 120px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 90;

    
}

.LoginInfo_username {
    line-height: 20px;
}

.LoginInfo_username img {
    border: 1px solid #dcddde;
    border-radius: 20px;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

/* Footer */
.Footer {
    background-color: transparent;
    font-size: 12px;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    top: 100%;
    width: auto;
    position: fixed;
    bottom: 0;
    
    
}

/* Body Scrollbar */
html .Content.ThemeGrid_Wrapper {
    padding-top: 10px;
    top: 120px;
    height: calc(100vh - 160px);
}

.phone .Content.ThemeGrid_Wrapper,
.tablet .Content.ThemeGrid_Wrapper {
    left: 0;
    overflow: auto;
    transition: left 300ms ease 0s;
    width: 100%;
}

body {
    font-size: 12px;
}

/* Module Container */

.Module {
    background-color: #FFFFFF;
    padding: 10px;
}

.ModuleHeader {
    background-color: #F7931D;
    height: 32px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    line-height: 32px;
    padding-left: 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.Filters_Wrapper {
    border: none;
    border-radius: 0;
    line-height: 32px;
    padding: 5px 20px;
}

/* Forms */
.Form a.SmartInput_Undo::after {
    color: #aaa;
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
}

.Form input.ReadOnly,
.Form textarea.ReadOnly,
.Form select.ReadOnly {
    font-size: 12px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    letter-spacing: 0.08em;
}

select {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}

/*  */

.ActionAdd,
.Button {
    font-size: 12px !important;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 2px;
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

a.ActionAdd,
a.ActionEdit,
a.ActionDelete,
a.ActionChange {
    font-size: 12px;
}

div.Feedback_Message_Wrapper {
    position: absolute;
    top: 120px !important;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 0 !important;
    _position: absolute; /* IE6 */
    _top: expression( (document.documentElement.scrollTop - 2) + 'px' ); /* IE6 */
    z-index: 10000;
}

.Page div.Feedback_Message_Wrapper {
    margin-top: 0;
    position: fixed;
    top: 120px !important;
}

div.Feedback_Message_Error {
    background-color: #DF1601;
}

div.Feedback_Message_Warning {
    background-color: #E88310;
}

div.Feedback_Message_Success {
    background-color: #76B501;
}

div.Feedback_Message_Info {
    background-color: #166BA5;
}

.Feedback_Message_Error,
.Feedback_Message_Warning,
.Feedback_Message_Success,
.Feedback_Message_Info {
    color: transparent !important;
}

.Feedback_Message_Error span,
.Feedback_Message_Warning span,
.Feedback_Message_Success span,
.Feedback_Message_Info span {
    color: #FFF !important;
}

a.Feedback_Message_Wrapper_Close {
    opacity: .8;
    right: 10px;
    top: 10px;
}

/**/

.Text_small {
    font-size: .9em !important;
}

td > a {
    font-size: 12px;
}

/**/

html input[type="radio"],
html input[type="checkbox"] {
    height: 12px;
    width: 12px;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
    margin-top: 4px;
}

input[type="checkbox"]:after {
    height: 4px;
    left: 10%;
    top: 10%;
}

.TableRecords_OddLine,
.TableRecords_EvenLine {
    border-bottom: 1px solid #ddd;
    padding: 2px !important;
    vertical-align: middle;
}

.TableRecords_Header {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 3px 0 3px 10px;
    text-transform: capitalize;
    background-color: #ccc;
}

.TableRecords thead tr {
    background-color: #fff !important;
}

.TableRecords tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.TableRecords tr:nth-child(even) {
    background-color: #fff;
}

.TableRecords_BottomNavigation {
    margin-top: 10px;
}

.Form a.SmartInput_Undo {
    padding: 2px 5px;
}

.desktop .Button:hover,
.desktop a.Button:hover {
    text-decoration: none;
    transform: brightness(0.9);
}

/* Pop-up Editor */

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 {
    top: 12px;
}

.TextAlignRight {
    text-align: right;
    /* padding-right: 30px !important; */
}

.TextBlackOver {
    color: #000 !important;
}

.draft {
    color: yellow;
}

.desktop .TableRecords > tbody > tr:hover td {
    background: #DDD !important;
}

.Header_user {
    width: 150px;
}

.Header__activity {
    display: none;
}

.Header__loginInfo {
    width: 150px;
}

/* Tooltip Login */
.tooltipster-base {
    width: 164px !important;
}

.Balloon_content {
    width: 164px;
}

.TitleActions .Heading1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

.tooltipster-base {
    z-index: 10001 !important;
}

/*
.Module label {
    text-align: right;
}

.ModuleHeader label {
    text-align: left;
}
*/

/*xman 20180514*/
/*menyamakan warna tombol hover antara button active dan button inactive*/
.Button:hover, .desktop a.Button:hover {
    background-color: #DE841A !important;
    text-decoration: none;
}

.Link:hover {
     color: #FFFFFF !important;
}

/* 20180629 */
/* make error message larger */
.ValidationMessage {
    font-size: 14px;
}
.text {
    color: #000;
    font-weight: bold;
}
.JenisProduk {
    /*font-family:Calibri, 'Calibri Alt', Helvetica, sans-serif;*/
    font-weight:normal;
    margin:0px 0px 0px 10px;
    font-size: 13px;
}
.text {
    font-weight:bold;
}
.textItalic {
    font-style:italic;
}
.content {
    border-style:solid;
    border-width:1px;
    padding-left: 2px;
    padding-right: 2px;
}
/*** Generated classes from Style Editor in OutSystems 10 ***/
.LoginInfo[data-style-key="HuHqytXDkkab3dRE0r69SQ"] { height:219px; margin:0px; }
.LoginInfo[data-style-key="a1gST6dDuk6cWbctQT8eWg"] { margin:0px; }
[data-style-key="gQjTmnl8I0yZldBuuaRFkw"] { margin:0px; }
.ContentContainer[data-style-key="+IHAc0wqAE6OfMOe2I1Rtw"] { text-align:center; }
.ColumnsMarginBottom[data-style-key="INNLfjfJ6EeRMw55I+YvYw"] { display:inline-block; width:401px; }
[data-style-key="2cN5eDwKlEK+yMDoMo3DDg"] { color:#f7911d; font-size:16px; font-weight:bold; }
.ModuleHeader.ModuleEfect[data-style-key="8+MfIzkl6k2oR6OSeTcjsQ"] { background-color:#fff; color:#fb7d00; }
[data-style-key="wpQmjdWBlkKzZc9gFiHRYQ"] { font-size:12px; }
[data-style-key="dK8Wu8kFOkC_G_wmCeXsFA"] { margin:0px; }
[data-style-key="ORWkpONk6kSiG5Cu+vUwBw"] { margin:15px; }
[data-style-key="QhnvXQWsd0KCetsYS8bALA"] { font-weight:bold; }
[data-style-key="EaUQYpJFzEuX4246E5AwEQ"] { color:#6494ed; font-weight:bold; text-decoration:underline; }
[data-style-key="ZtYG50W3IECvZYcb3ol8Dg"] { font-family:"arial"; font-size:10px; }
[data-style-key="MZ7myE5BoEmQqiIRl2Q+gA"] { font-family:"arial"; font-size:10px; }
[data-style-key="VkUl3xiJC0iTtxgYkNF3UQ"] { font-family:"arial"; font-size:10px; }
[data-style-key="wY3htM28r0mntB5627YyOw"] { font-family:"arial"; font-size:10px; }
[data-style-key="lnYzpNqULkWbs7wvIRx6Mg"] { font-family:"arial"; font-size:10px; }
[data-style-key="y5_StuHiw0GdxAzHkq93dg"] { margin:15px 0px 0px 0px; }
[data-style-key="Whu+KwNFH0WCoDq5TOfIxg"] { font-family:"arial"; font-size:10px; }
[data-style-key="wR9BHK1AR0iDxu3FCzXJOA"] { font-family:"arial"; font-size:10px; }
[data-style-key="g3x_rmbC9kiixYZS1+ujTA"] { margin:15px; }
[data-style-key="jj9Zs3tKcEifnfvwtpQ_FQ"] { margin:15px 0px 0px 0px; }
.paragraf[data-style-key="qARNSZfRpkezz6VafphInA"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
.expressionItalic[data-style-key="3jpdAGC4+EK+7YHjdyqEMg"] { font-family:"arial"; font-size:10px; font-style:italic; }
[data-style-key="9636a3h9TUeLQciDiqMfRA"] { font-size:10px; font-style:normal; }
[data-style-key="etXkA097xUqO7VPZLOeo+g"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="0pao0A6GmEGXnERPdpedYA"] { font-size:10px; font-style:normal; }
[data-style-key="4yI+WxbBIkerzj1CPt+cEw"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="U5uwgoEj+kemjaMbxuPGJA"] { font-size:10px; font-style:normal; }
[data-style-key="DV0r4NxOjEG76_2hP55oJA"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="0gTp9HJm5kuCaLun0EiE_w"] { font-size:10px; font-style:normal; }
[data-style-key="a9kfI8J7iEiezHFzsFYeQQ"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="qHDTdepszkOyJGWhKVlcHg"] { font-size:10px; font-style:normal; }
[data-style-key="xg4EkwnUQk6tberJLfmY+w"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="HItyOYOU0EyW96y1sIgfSQ"] { font-size:10px; font-style:normal; }
[data-style-key="Aue8JQtd7kyZhnhdVHCRaw"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="pXD3tb41QEWd9a3OQASD3A"] { margin:0px 0px 15px 0px; }
[data-style-key="cxW2vrzZn0KWsCECYvl1CA"] { font-size:12px; }
[data-style-key="+kwA6AWGUEmRRObHsp3KYQ"] { font-size:10px; font-style:normal; }
[data-style-key="KTMqY6ndVku_MloepCr1Cg"] { font-size:10px; font-style:normal; }
[data-style-key="Bvn5OInB3UqsfEfDkg+ltw"] { font-size:12px; }
[data-style-key="rW1jHWiWqEmQ7va6A4z57Q"] { margin:0px; }
[data-style-key="IeSD3P7pqUC0iWIooApgHw"] { font-weight:bold; }
[data-style-key="JPvOD0VEK0SNMcG3h1dFeA"] { color:#6494ed; font-weight:bold; text-decoration:underline; }
[data-style-key="pbKc1EEBpEOyZOMxWiLYIw"] { font-family:"arial"; font-size:10px; }
[data-style-key="CS_owLGvXU+bSpElyXHdGQ"] { font-family:"arial"; font-size:10px; }
[data-style-key="VvdsKL3mzE+PaZR0qXm+RA"] { font-family:"arial"; font-size:10px; }
[data-style-key="0d5OscU7UEO1++kmZwrC2g"] { font-family:"arial"; font-size:10px; }
[data-style-key="C3iIzQ0ak0agR0hMvhfzkQ"] { font-family:"arial"; font-size:10px; }
[data-style-key="7Mm6_AnAvkSVECYT8K7JvA"] { font-family:"arial"; font-size:10px; }
[data-style-key="6ChkhYDKLkesPGwzMc4wDA"] { font-family:"arial"; font-size:10px; }
[data-style-key="tCeiIESrtEyVna1w8fdqHA"] { font-family:"arial"; font-size:10px; }
[data-style-key="NV1dlay8iUS3T1h3VImSPg"] { font-family:"arial"; font-size:10px; }
[data-style-key="xyK5mXlBX0+1fOgtKrUAZg"] { font-family:"arial"; font-size:10px; }
[data-style-key="jFkQM8NXOk6Wq2wA9NktPA"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="kWTu1n6hekymrFW467h5DA"] { font-family:"arial"; font-size:10px; font-style:italic; }
[data-style-key="3CSeTb1vckqe2s6JcGtoDw"] { font-size:10px; font-style:normal; }
[data-style-key="T5vubD3mjE2OgXuIcCTEZg"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="PfWdX5W2r0qRwCz5AFIAvw"] { font-family:"arial"; font-size:10px; font-style:italic; }
[data-style-key="IvMJMZCZBUSmpUgbukgzwQ"] { font-size:10px; font-style:normal; }
[data-style-key="j7onhMMDkkeFUxw9Rwc0vg"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="Kyeq0IrdpUet67OWcP3GUg"] { font-size:10px; font-style:normal; }
[data-style-key="lefqp343cE+ELiuYf1+tVw"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="w8Bicm6fIUC0IDhr3mFfqA"] { font-size:10px; font-style:normal; }
[data-style-key="jidgXCjsYk2FbP_v5pCj0w"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="lLjndOntS0eoY7ZmXK36ZQ"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="OI5LoMWl2UWdlHQdqDSQTg"] { font-size:10px; }
[data-style-key="pMkPn3Qai0a3XBNI3B2icg"] { font-size:10px; font-style:normal; }
[data-style-key="Cx3Sxya22keTsBhbM1PIYQ"] { font-size:12px; }
[data-style-key="uNfVGpM_h0uH1P1ZOzKe8g"] { margin:0px; }
[data-style-key="ArlVHeb_rUiDBmDorzg4_Q"] { font-weight:bold; }
[data-style-key="rsfld68r8U+cCLSQ_uEPlw"] { color:#6494ed; font-weight:bold; text-decoration:underline; }
[data-style-key="odyX5KGg7E+wJaaasJ_uXw"] { font-family:"arial"; font-size:10px; }
[data-style-key="qkz8ocKQKUSJFHTsJybL9w"] { font-family:"arial"; font-size:10px; }
[data-style-key="iii1GxTqDE2tEcMPfoTtQg"] { font-family:"arial"; font-size:10px; }
[data-style-key="wiGXO6LgSkeXQoDAoWo_2Q"] { font-family:"arial"; font-size:10px; }
[data-style-key="ld3rUfoP3UCtt3f9jR455Q"] { font-family:"arial"; font-size:10px; }
[data-style-key="LQdE_Xad3U2psMZpkLUtFw"] { font-family:"arial"; font-size:10px; }
[data-style-key="3cwCZcPpBU2TSPdcJOQQGA"] { font-family:"arial"; font-size:10px; }
[data-style-key="BH1e3bTy9kOd8b6ZevIhZQ"] { font-family:"arial"; font-size:10px; }
[data-style-key="Wc6r5ffghEmD6sf+bumHUg"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="GVEIIaG6bE6iFn++noKgPw"] { font-family:"arial"; font-size:10px; font-style:italic; }
[data-style-key="wjylldbKpUu7OIKL6lX9Lw"] { font-size:10px; font-style:normal; }
[data-style-key="LJnXANPy3kW935t0iRvu9g"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="Z7P9UiTmOku2Cr3EXBmumQ"] { font-size:10px; font-style:normal; }
[data-style-key="bSVKZzUbBkiOTsygsYi4YQ"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="4GeEEe8Vv0a+AKPYPlhCzw"] { font-size:10px; font-style:normal; }
[data-style-key="AJT1KkZ4FkG2lyxfupXysw"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="0z2q5rd3AkOJP+i+DMdSUQ"] { font-size:10px; font-style:normal; }
[data-style-key="gtJEHNOVa0CZOr6p63zWVQ"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="W+IDUo2wlE2TQ_dOjJPYcw"] { font-size:10px; font-style:normal; }
[data-style-key="nircf7bc9ESGXaOUx9cjcw"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="Rjd2S6bRZ0GZPCF7wUzqwQ"] { font-family:"arial"; font-size:10px; margin:0px 0px 0px 30px; }
[data-style-key="s9p8wupoDUmYKuTy8QKaQA"] { font-size:12px; }
[data-style-key="95ASA1MsRkSI6Qgpvfs4zQ"] { font-size:16px; }
[data-style-key="cSmi8Roms0SYYe9MrfQ4wg"] { font-size:10px; font-style:normal; }
[data-style-key="9HeDq96qE02yRp_aYt3IvQ"] { font-family:"arial"; font-size:10px; font-style:italic; }
[data-style-key="znvPiN4n0Ui1bSB+NkrVxA"] { font-family:"arial"; font-size:10px; }
[data-style-key="JPSe7VZed06ByPqUVB3qPw"] { text-align:center; }
[data-style-key="iFsbSoLEgka8zHbsyGRgtg"] { text-align:right; }
[data-style-key="Y6yDjFWisE2sz44+K4WNGA"] { text-align:right; }
[data-style-key="olFrIwTCYkiMSoa+V0t0KQ"] { text-align:right; }
[data-style-key="pyMjnzp9I0+ZJkZaVYwoTg"] { text-align:right; }
[data-style-key="7vjTvEP0JUqwYjYj8mCzrw"] { text-align:left; }
[data-style-key="po02AOpIJEW_UD4+DwLWjw"] { text-align:left; }
[data-style-key="1jduNswDikmReXaNQqBN7Q"] { text-align:left; }
[data-style-key="f6YPFRQq_0iiafgP5Pf95A"] { text-align:center; }
[data-style-key="gTjMekxkSkGQKUoaxlqcow"] { text-align:center; }
[data-style-key="dot8aC2qtU6Bf2cQKSJJ+g"] { text-align:center; }
[data-style-key="y3_r44fZNkWVrzUH4taseQ"] { text-align:center; }
[data-style-key="hr2LMYOp2U6xaBZMjXR8lw"] { text-align:center; }
[data-style-key="16TB4vsi+Ue3uJ0dNP+Bcw"] { text-align:center; }
[data-style-key="Z9hgKaHNN0mWHwgSC9xRnA"] { text-align:center; }
[data-style-key="6w9MZIKK2UGibPNfvGE0sA"] { background-color:#fff; }
[data-style-key="u6RCnbrvskSfU8dSfTHpTg"] { text-align:center; }
[data-style-key="BiKXrvSKLkGk75qMgp6mWA"] { font-size:12px; }
[data-style-key="fsHMOGWmfkmMU76TmeY0qg"] { text-align:center; }
[data-style-key="C72niYGEvUuV3ka9e2z_KA"] { text-align:right; }
[data-style-key="iZRkqq_R5U2WPo1RRiHO1w"] { text-align:center; }
[data-style-key="wWeYrP0k3kas_1CnVZOR9Q"] { text-align:right; }
[data-style-key="iCfEbT3rA0qb4gmm9zQTCg"] { text-align:right; }
[data-style-key="9ipYgQzqQEKqnKyhh_i6iw"] { text-align:center; }
[data-style-key="aKmm_X6EHUWgo7fotF55aw"] { text-align:right; }
[data-style-key="lumaFf_u00i414afdl4law"] { text-align:right; }
[data-style-key="jzrGDeg8aUahc5yyV0bprQ"] { text-align:center; }
[data-style-key="W_thPSoRPkiUaUaJeTfGyQ"] { text-align:right; }
[data-style-key="58hoMxZj5UWvUjFKDrSIpQ"] { text-align:right; }
[data-style-key="ue1ZSu3FRkuy2OZ_6GeriQ"] { text-align:right; }
[data-style-key="OKbxtVlhkUW9saL_5S1rnw"] { text-align:right; }
[data-style-key="Vdemjbf2L0iHpmtXVr8v4A"] { text-align:right; }
[data-style-key="7tol4AxqyEaPvStb5z0VWA"] { text-align:left; }
[data-style-key="mdTlvRCQjky6U60t5iB86Q"] { text-align:left; }
[data-style-key="KUfTLWSSHkOF1asXd+hCeA"] { text-align:left; }
[data-style-key="+bAFMVEiO0aZs1ihZzMzBg"] { text-align:left; }
[data-style-key="3AgSjVQ1KU23KfteO0AYEg"] { color:#ff9a2f; }
[data-style-key="UhfTIEtJb0OTj0HoHcM_1w"] { text-align:center; }
[data-style-key="QJrC_KrNqkSSObT30BoyMw"] { text-align:center; }
[data-style-key="w2aysL8MyUmb4l8NHyCk1w"] { text-align:center; }
[data-style-key="rEBsRfS_WEmdJ7GGtAiG6Q"] { text-align:center; }
[data-style-key="ut22ahaslkKkKLtgBy0wDw"] { text-align:center; }
[data-style-key="54L09NLRCU2EAuiRvIFI0w"] { text-align:center; }
[data-style-key="hem22YILvkayr5qM4zrLzQ"] { text-align:center; }
[data-style-key="RktnfOTDDEO7xXM_kt033Q"] { text-align:center; }
[data-style-key="KK1HlKXPOUC3VTSuA92xhQ"] { text-align:center; }
[data-style-key="oUgOZU5H30iQbYie8bWmtw"] { text-align:center; }
[data-style-key="lwYPLCNDCke8vszReOROZw"] { text-align:center; }
[data-style-key="_zWbruoS6EG6Zo12oWEKgg"] { text-align:center; }
[data-style-key="mUh3ZJBpXUirzCn0lauUdQ"] { border-radius:10px; }
[data-style-key="otgIUs9NLUCH_2m921CF2Q"] { border-radius:10px; }
[data-style-key="b+_6p3T8i0C4eALQeRCvHQ"] { text-align:center; }
[data-style-key="G3OWNiLzjUqkxxANIiFJHg"] { margin:0px 0px 10px 0px; text-align:left; }
[data-style-key="GlD_f+dG4Eeoh05d+t6DMA"] { color:#f7911d; font-weight:bold; text-align:left; }
[data-style-key="D9ULjfg7lUqmxmsE88yRmA"] { font-weight:bold; }
[data-style-key="sfGWVfa7aUe4PB37UUpesw"] { margin:0px 0px 10px 0px; text-align:left; }
[data-style-key="yFdYUw6hqUq4NN9FMmpetQ"] { font-weight:bold; }
[data-style-key="qxhwI4VQ006wbKOKIECC1w"] { margin:0px 0px 10px 0px; text-align:left; }
[data-style-key="eUfzrGahKESHFQRHNYS2tg"] { font-weight:bold; }
[data-style-key="qMacA1n6cUeCeeG+6qfz1w"] { margin:0px 0px 10px 0px; }
[data-style-key="MQOkCe7xFk6zJk339AScIQ"] { font-weight:bold; }
[data-style-key="dfintXRRaEu3djMAxSiA4w"] { margin:0px 0px 10px 0px; }
[data-style-key="aIEHpZiOyUebmLGhbJuQlw"] { font-weight:bold; }
[data-style-key="ao4LtSFE3kGEtWZwZZRfGw"] { margin:0px 0px 10px 0px; }
[data-style-key="gZiqcaubS0G3VKytJ7JmUA"] { font-weight:bold; }
[data-style-key="jb0KAt1XzEqkQ51yxJaWNw"] { margin:0px 0px 10px 0px; }
[data-style-key="DG7Ti3WRekWOKVXe1o9y8w"] { font-weight:bold; }
[data-style-key="jGjwrHz_q0q7A1iPvLKsdg"] { margin:0px 0px 10px 0px; }
[data-style-key="qhs8k7CNdEKMfvbA5Bhs_A"] { font-weight:bold; }
[data-style-key="J30sTfe9IkuVKKiQcoBeRw"] { margin:0px 0px 10px 0px; }
[data-style-key="J4Do2kN_R0aHtJTfacq_TA"] { font-weight:bold; }
[data-style-key="4op11ixUvUuJlDfn6V0PoA"] { margin:0px 0px 10px 0px; }
[data-style-key="6b2CrzhNyUOV_qlhPY8arg"] { font-weight:bold; }
[data-style-key="dW+ERS38ZU+LSYCeGeFUWA"] { margin:0px 0px 10px 0px; }
[data-style-key="JQctdguasEO7jdqbGOuMeQ"] { font-weight:bold; }
[data-style-key="+bmQ5qhBPUy76IbbrWsHfQ"] { margin:0px 0px 10px 0px; }
[data-style-key="_BXPEMDiLkidXKBnj37OFw"] { font-weight:bold; }
[data-style-key="NAI7ix1D9UWIHVfd+M5dTw"] { margin:0px 0px 10px 0px; }
[data-style-key="O6H9xVMgEkW3v4040JgSPQ"] { font-weight:bold; }
[data-style-key="t+Dj03M5iUyHSdaaHnxfWg"] { margin:0px 0px 10px 0px; }
[data-style-key="idledcmgUUCf7prF9EWe9g"] { font-weight:bold; }
[data-style-key="_tglBoI0MkSmK69SciMM5w"] { margin:0px; }
[data-style-key="2znUb21UREmmafMGthzS7g"] { font-weight:bold; }
[data-style-key="HDuzkOGw3E6usfj1ZLX2vg"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:3px; color:#939090; height:26px; padding:2px; text-align:left; }
.JenisProduk[data-style-key="ErRFBCf0uUq3LRMLw99jqg"] { color:#666; font-size:13px; font-weight:normal; margin:0px 0px 0px 10px; }
[data-style-key="wyZxU+K8jk6Vc0esReBlJA"] { margin:0px 0px 10px 0px; }
[data-style-key="czmko_hfq0KHSpomA7XFBw"] { font-weight:bold; }
[data-style-key="Uw3cu9dQbkCUYKU0HrEeCw"] { margin:0px 0px 10px 0px; }
[data-style-key="wgfNlVsPr0K_+aIkM+H_dQ"] { font-weight:bold; }
[data-style-key="R+3x88swI02RCIHKjG8SQQ"] { margin:0px 0px 10px 0px; }
[data-style-key="N9eXNdl_vE6_DXHJNNDh6g"] { font-weight:bold; }
[data-style-key="Nrqq0K+0MEi+Vq19AST+HQ"] { margin:0px; }
[data-style-key="Ji1NjBAnfUCHIFWrFMyC9g"] { font-weight:bold; }
[data-style-key="yMmlqrI5skmLKZQxvcuvsw"] { border-radius:10px; }
[data-style-key="78pWTsyL_UueTyHiStj56w"] { border-radius:10px; }
[data-style-key="ttfncbQNnEWEZJx9KWh7JQ"] { margin:0px 0px 10px 0px; }
[data-style-key="1WF6dtBCM0acnhQJFGy7GA"] { padding:0px 12px 10px 12px; }
[data-style-key="PJIzpqROrUa+iTZpqPLI8w"] { font-weight:bold; }
[data-style-key="uRwt0WGqHUaA4KvJwJSOnA"] { margin:0px 0px 10px 0px; }
[data-style-key="T1_T3gZ+gEeDfqrv7uuNww"] { color:#f7911d; font-weight:bold; }
[data-style-key="SXXe2sUgLUabpWGo_tEUpw"] { font-weight:bold; }
[data-style-key="JSP6POOsu0SMENznS2PeBw"] { margin:0px 0px 10px 0px; text-align:left; }
[data-style-key="SJ4PiivvDEiq+f7YXzX+sQ"] { font-weight:bold; }
[data-style-key="ouV2ooN7QUKn_9FfmMxR2Q"] { margin:0px 0px 10px 0px; text-align:left; }
[data-style-key="PSmcRPTV+kqbDvKRzVCduA"] { font-weight:bold; }
[data-style-key="wtCmpSWW4k6rfhxeIFJB1g"] { margin:0px 0px 10px 0px; }
[data-style-key="oQGFAEyU60eidOPntZIiyQ"] { font-weight:bold; }
[data-style-key="DmgrRdmiq0G3GsIBZaym_Q"] { margin:0px 0px 10px 0px; }
[data-style-key="pe49f2xomUCKCk_bio+fKg"] { font-weight:bold; }
[data-style-key="fisiCwQRPUuFcv7FfhTVcA"] { margin:0px 0px 10px 0px; }
[data-style-key="Ufh21COm+EqvFKGycO7rCw"] { font-weight:bold; }
[data-style-key="BLTf4iK8dkGYJfJOgomWCg"] { margin:0px 0px 10px 0px; }
[data-style-key="tAL971JHkUOSGpeOMh2CZQ"] { font-weight:bold; }
[data-style-key="g019PRTxREGfbZ4gakQZWg"] { margin:0px 0px 10px 0px; }
[data-style-key="i1_xDkjSwUe3ZJfHMPWsHQ"] { font-weight:bold; }
[data-style-key="ps21MHB68E2J0iPwAOa_Kg"] { margin:0px 0px 10px 0px; }
[data-style-key="MvNH+Hlhukyr9s5RIp41nw"] { font-weight:bold; }
[data-style-key="DzAdKh+PLUeJoBVI_Ltwaw"] { margin:0px 0px 10px 0px; }
[data-style-key="J47jTVOpd0mZtfhehGaeVg"] { font-weight:bold; }
[data-style-key="kT2r65MHr0y9ycpEQcM80Q"] { margin:0px 0px 10px 0px; }
[data-style-key="hwdbOYMTkEKPZpSNxT1cCg"] { font-weight:bold; }
[data-style-key="w9Zgd9LCyU+WtKbeWqTrsQ"] { margin:0px 0px 10px 0px; }
[data-style-key="tIyyCwX1YkeYqs_efv0OQA"] { font-weight:bold; }
[data-style-key="X78W9kZM2kuQ7Mm1ViR1Gw"] { margin:0px 0px 10px 0px; }
[data-style-key="MA2wyfR0IU2E_pXEFGmMvQ"] { font-weight:bold; }
[data-style-key="ABw549wcukOGC8ZlQSCiyw"] { margin:0px 0px 10px 0px; }
[data-style-key="1EFAsfbidkm8LvFMf0jIGw"] { font-weight:bold; }
[data-style-key="kRtwKaogIUWI5mFq9rAApg"] { margin:0px; }
[data-style-key="dvopaLg98U6Cc7__mFWVIA"] { background-color:#efefef; border-color:#d6d4d4; border-radius:4px; border-style:solid; border-width:2px; color:#939090; height:26px; padding:2px; text-align:left; }
.JenisProduk[data-style-key="nUV9V9qsjEK_yF9nTNNufg"] { color:#666; font-size:13px; font-weight:normal; margin:0px 0px 0px 10px; padding:2px; }
[data-style-key="YWFCbr7DEE+iwg_p2Nw9+Q"] { font-weight:bold; }
[data-style-key="YB24DCSp+EuZsP1zgS4PIg"] { margin:0px 0px 10px 0px; }
[data-style-key="eI5L8Iyp1UmOpcOWQWRZOg"] { font-weight:bold; }
[data-style-key="asJgP4O3TkKfv6VlQ6ZLPg"] { margin:0px 0px 10px 0px; }
[data-style-key="qwP0aQiPz0mDOEmCeV591g"] { font-weight:bold; }
[data-style-key="ncnuA8qKmkqUA6hOz8iDdA"] { margin:0px 0px 10px 0px; }
[data-style-key="A9l_zVzVGUW6UnDtlpqNMA"] { font-weight:bold; }
[data-style-key="DlkDMZH7CEycYxU1IbhK6g"] { margin:0px; }
[data-style-key="2La0Tt+3KUysSYn7A9Q4jw"] { font-weight:bold; }
.myscroll[data-style-key="NygkzGxriEmnA68AQcvpvg"] { margin:0px; }
[data-style-key="tFDLfQV2V0aKmAAek68vRQ"] { font-size:12px; }
[data-style-key="61PRtNahWE24UZYwwIIhJw"] { text-align:center; }
[data-style-key="9ybhvgBUNkC7UhWN1vIHAg"] { text-align:right; }
[data-style-key="u4Yg_8DJjk+FCyH5qUpJdA"] { color:#292929; }
[data-style-key="9Cqi3ocdGE6JMMBtVo57Dg"] { color:#292929; }
[data-style-key="AV2G4xYqJ0uaaIAkw4OTDg"] { text-align:center; }
[data-style-key="oFnpryifLkqKzdQ2EepJrg"] { text-align:right; }
[data-style-key="CSNVyPqmDkSlGkT1dlU1Ng"] { text-align:right; }
[data-style-key="KrtpIOH+AEK6ANZm0xYREQ"] { text-align:center; }
[data-style-key="nfZG7YXXpkKJc5TXXZJG_A"] { text-align:right; }
[data-style-key="joUj9HfxQk+sXiwRQXP5_A"] { text-align:right; }
[data-style-key="THdkqEcJFEmi4ncVOl9s6A"] { text-align:center; }
[data-style-key="Z9aBdxeh40S_eWFIjuF8xA"] { text-align:right; }
[data-style-key="5LKW1igN1kixeHfs9j_AiQ"] { text-align:right; }
[data-style-key="9NcAn2tNfkSXBIfRMNbqtg"] { text-align:right; }
[data-style-key="QqgVTScPEUek5zqtvKJ5yg"] { text-align:right; }
[data-style-key="GhQTxrb0fUmTWTVy7XowbA"] { text-align:right; }
[data-style-key="c8pbejki70CkM30S3YkBZw"] { text-align:left; }
[data-style-key="vBN7lpav_kqBva8vUyoGGA"] { text-align:left; }
[data-style-key="2O+fAvPx40WXpRLcZpCZSw"] { text-align:left; }
[data-style-key="NO5SS+H7MUafyEMLfn6F2w"] { text-align:left; }
[data-style-key="o59YCu3sBUaNWaLY0JNBvQ"] { text-align:left; }
[data-style-key="87wTrMUlq0m83nNqDik1Tg"] { text-align:center; }
[data-style-key="770WW5Fhqkqa_2vS32Co_g"] { text-align:center; }
[data-style-key="0uViXBU0xUCRHqMlTkqMVQ"] { text-align:center; }
[data-style-key="+JC72nzER0apBox9YTVa_A"] { text-align:center; }
[data-style-key="s9myMqWXYkqCAtHzgVNFHQ"] { text-align:center; }
[data-style-key="HTOpMUbo+U6qzaRZj_QXzg"] { text-align:center; }
[data-style-key="WwLwFqORaE2sd07OiKo+QQ"] { text-align:center; }
[data-style-key="mieSGJOVYkelUMWy1h6apQ"] { text-align:center; }
[data-style-key="wVcQSRhbcEiZxazIlEyYzw"] { text-align:center; }
[data-style-key="D2QeinDjVEim0PPLDKkrIg"] { text-align:center; }
[data-style-key="ZfkAGJbRx0KfXEDgWumZxg"] { text-align:center; }
[data-style-key="Ej8jaKsnIkOpRQhybPV6LA"] { text-align:center; }
[data-style-key="Bqc14oTyV0GBeDGcpEM6MQ"] { text-align:center; }
[data-style-key="JZqNP2t_aEuuYe0Dlvu2Gw"] { font-size:12px; }
[data-style-key="fqrov6PNkUCGTWd8z6yncg"] { font-size:12p; }
[data-style-key="vb6Qp2Lq6UuPlFm+vqdAWw"] { font-size:100%; }
[data-style-key="S+0dp4pO4kG81ngbE19XBg"] { font-size:12px; }
[data-style-key="D8tBCXM0702Et4prvK5VBA"] { text-align:left; }
[data-style-key="BUb3aOzbwEC6mihR0k0LCA"] { text-align:left; }
[data-style-key="JvKhKX2xnUqtBb4FPcyVXg"] { text-align:center; }
[data-style-key="F8VaCQotmkq_ahoeGsXSdg"] { text-align:right; }
[data-style-key="9HBDVrzSZketdgD6Eetpyw"] { text-align:center; }
[data-style-key="ipXtX7pPYkezVQa02qw33w"] { text-align:right; }
[data-style-key="790_k08AeEiHCscREL1p7g"] { text-align:right; }
[data-style-key="hIhCy0r5_Um1TlIjNKdp6g"] { text-align:right; }
[data-style-key="+oZN_0eP3EOICN6td6QOVA"] { text-align:left; }
[data-style-key="n_04A19t60WAzRWr8veFKg"] { text-align:left; }
[data-style-key="rWCe4XZedUihftW1MPMpig"] { text-align:left; }
[data-style-key="pPMku+s0lkKACL5TeOtYtg"] { text-align:center; }
[data-style-key="VoWisZa+Z0y_pAtjws_o8A"] { text-align:center; }
[data-style-key="6aaQg9qkGU+a4luowYK+hQ"] { text-align:center; }
[data-style-key="9ZjRqETKFkWTzk6mzAGjVA"] { font-weight:bold; }
[data-style-key="3wGaETbdaEm4Zzegvid9wA"] { text-align:center; }
[data-style-key="utu9hsHqKE6uETkvGdlxIw"] { text-align:center; }
[data-style-key="xvvOD0CAhUuodcOAEno_Sw"] { text-align:center; }
[data-style-key="61n7kzd5fkSKuqPhgqkSyQ"] { text-align:center; }
[data-style-key="tAz9wkh9rUyMTKVzTop4eQ"] { text-align:center; }
[data-style-key="bq0+PMuj20aUjD8QPsCeXg"] { text-align:center; }
[data-style-key="rkYb6iDF60mrJq+9Rg5H5Q"] { text-align:center; }
[data-style-key="wlnS6ysK3k2epFGZ3kOqDg"] { margin:0px 0px 20px 0px; }
[data-style-key="6jq0UiegKUKGPncoIdP3qw"] { margin:auto; }
[data-style-key="molHiS5vwkqxGGPLIVAEVQ"] { margin:0px 0px 20px 0px; }
[data-style-key="TVTR6uB+wESMPOijLy1N2w"] { margin:20px 0px 0px 0px; }
.Button[data-style-key="XFpl_lnzN0+BsqYDQLTOSw"] { margin:0px; }
[data-style-key="KVrYqzTLPEijLVrua1RuTA"] { margin:0px 0px 10px 0px; }
[data-style-key="vp1BZM5xWkuQJ2fLDhtvXA"] { font-weight:bold; }
[data-style-key="55ZE5o+RDUK3h0k3cMWAQA"] { margin:0px 0px 10px 0px; }
[data-style-key="YNEzJJ0hI0yMBMiNNAzr4Q"] { color:#f7911d; font-size:14px; font-weight:bold; margin:0px 0px 10px 0px; }
[data-style-key="Gi5qP5Q0OkeBmsyyRX8CsQ"] { font-weight:bold; }
[data-style-key="lRC_DAYKJ0qm90i5h4iqEw"] { margin:0px 0px 10px 0px; }
[data-style-key="F+dEyXeda0yYf+MYmqfoVA"] { font-weight:bold; }
[data-style-key="Dy5oWuxnJ02M26MJIMHW5w"] { margin:0px 0px 10px 0px; }
[data-style-key="iGdjbA7LhkGcSr8oblKd9A"] { font-weight:bold; }
[data-style-key="f+XJ_kOuE0K4SmpoOws8jg"] { margin:0px 0px 10px 0px; }
[data-style-key="T53NYYpq0kSHCtyRJn2EFA"] { font-weight:bold; }
[data-style-key="tYUnu982OUml7ozoBKLOKw"] { margin:0px 0px 10px 0px; }
[data-style-key="3QWsiSxEA0CQMqJZch7lWQ"] { font-weight:bold; }
[data-style-key="uA0NHohWOEaeD2VCJpK4AQ"] { margin:0px 0px 10px 0px; }
[data-style-key="GnKxmC3AdkWrfx_c6HkIQQ"] { font-weight:bold; }
[data-style-key="WWBuO09P1kCuT2IwgB7_6w"] { margin:0px 0px 10px 0px; }
[data-style-key="4JOkL+BLC064GpfLsgNm3A"] { font-weight:bold; }
[data-style-key="nFoErgvBakqlZxufBJVtlw"] { margin:0px 0px 10px 0px; }
[data-style-key="NnqBwFY20Emv9y9amIcEaQ"] { font-weight:bold; }
[data-style-key="HXt9xUcd7UyZdJw5CBobjg"] { margin:0px 0px 10px 0px; }
[data-style-key="PwHYuDVOWU2xEOD9Ld_4Zw"] { font-weight:bold; }
[data-style-key="id4tJBULoEC98kPGWN_Izw"] { margin:0px 0px 10px 0px; }
[data-style-key="Wkfohmu340Ckc3liF8smnA"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:3px; color:#939090; height:26px; text-align:left; }
.JenisProduk[data-style-key="cQoL71oOAUGdKxWP7XvqKw"] { color:#666; font-size:13px; font-weight:normal; margin:0px 0px 0px 10px; padding:2px; }
[data-style-key="DrsJRBl48ES24oCFOBd+EQ"] { font-weight:bold; }
[data-style-key="VlD0k7IPmk2uwEwK6H5oLA"] { margin:0px 0px 10px 0px; }
[data-style-key="tGxoRgryikC9noXPL5uDBA"] { font-weight:bold; }
[data-style-key="CmiKU1TxVE+ZTOXk_wX0dg"] { margin:0px 0px 10px 0px; }
[data-style-key="VTNWYdhUz0KxFgSiKfoQ1Q"] { font-weight:bold; }
[data-style-key="HoB22Q5Xpk2_1yEkGWIu8A"] { margin:20px 0px 0px 0px; }
.TableRecords_Wrapper[data-style-key="7cR0bt8mB0uxm+vXT589Qw"] { margin:14px 0px 0px 0px; }
[data-style-key="mmMGUkgXrUqoDnbUtDuj7A"] { margin:20px 0px 0px 0px; }
.ModuleHeader[data-style-key="FXoV1kj5MEWx9qAp_gt+3g"] { text-align:right; }
[data-style-key="7Kxe3S2CkUWvmcYo4saWkw"] { margin:0px 0px 10px 0px; }
[data-style-key="4XDX83Ghw0yawI4lAE1TgA"] { font-weight:bold; }
[data-style-key="CC9QLMQodkWaeyDU4fgprw"] { font-weight:bold; }
[data-style-key="59gcjFM0yUC0Cx5SmJg48A"] { font-weight:bold; }
[data-style-key="JS4C8ZZ_d0OotkEIYmWMUg"] { font-weight:bold; }
[data-style-key="0DSufcuNmUqHuWsBp+Yrjg"] { font-weight:bold; }
[data-style-key="39Cbh7RFRU2Ry5bMf2XfzA"] { font-weight:bold; }
[data-style-key="iEB5qadr8UqhBOYKEAulXg"] { font-weight:bold; }
[data-style-key="KgKn+400eUGloS1pdf53pA"] { margin:0px 0px 10px 0px; }
[data-style-key="zKwKYkoLhU+5rh1rGDzgwg"] { font-weight:bold; }
[data-style-key="CsxftkOkUUGz83Swt11TaQ"] { margin:0px 0px 10px 0px; }
[data-style-key="BrNgl3zFhEqLKnBfq7_4HA"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; padding:2px; text-align:left; }
[data-style-key="bi5DwxmgrkebZyYZbK12EQ"] { color:#666; font-size:13px; margin:0px 0px 0px 10px; }
[data-style-key="LQrvgSAJ00qI1K7Yjn6b2w"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; text-align:left; }
[data-style-key="lNwn9tr0ekaX2yvXRJ4JzA"] { font-weight:bold; }
[data-style-key="5udg0OudDEyO9ZVi86n6VQ"] { margin:0px 0px 10px 0px; }
[data-style-key="H2mMrWL_IUGKr7FWlx5w8w"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; padding:2px; text-align:left; }
[data-style-key="6BpLHvDVtk2yoMH76t8xdQ"] { color:#666; font-size:13px; margin:0px 0px 0px 10px; }
[data-style-key="RP24fJVwTka47b7RGQK_VQ"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; text-align:left; }
[data-style-key="XNxNdsYPeky5kxBtOjEvJg"] { font-weight:bold; }
[data-style-key="ljSLM5X1akeocGPTq32_CQ"] { margin:0px 0px 10px 0px; }
[data-style-key="wB53koehWEK7WemyFmmSUQ"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; padding:2px; text-align:left; }
[data-style-key="Oj3z3G7xKk++1YzZ6sPzvQ"] { color:#666; font-size:13px; margin:0px 0px 0px 10px; }
[data-style-key="VHcq748OukyGOzGp8_u51A"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; text-align:left; }
[data-style-key="tR1PaQ72IkOlUMUBFoQ6iA"] { font-weight:bold; }
[data-style-key="dHuLJzPq5kmdPEs1amTEUQ"] { margin:0px 0px 10px 0px; }
[data-style-key="JAVt7+BHLE+twSzCwBefHQ"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; text-align:left; }
[data-style-key="q9hZLAiHpUSwkw5zeWyb4A"] { color:#666; font-size:13px; margin:0px 0px 0px 10px; padding:2px; }
[data-style-key="3_ngqkQp6UqDvPGF8rSlFA"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; text-align:left; }
[data-style-key="CYYceFlJs0Ke4zaClQiujw"] { font-weight:bold; }
[data-style-key="vip6HUNhhEyn3Nznmz0c8A"] { margin:0px 0px 10px 0px; }
[data-style-key="Mob6s35CV0WtpD+CkHrnUw"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; padding:2px; text-align:left; }
[data-style-key="iGaqzMGZ50OJL5274I8xgw"] { color:#666; font-size:13px; margin:0px 0px 0px 10px; }
[data-style-key="RGsn4BU5T0W2Ga9MLzxzQw"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; text-align:left; }
[data-style-key="dOHIkMMJL0yKT1XSlAbNOw"] { font-weight:bold; }
[data-style-key="SdM7kLjGikyf6FStIpEXOw"] { margin:0px 0px 10px 0px; }
[data-style-key="NR06HRYFWkSfowAKn4G31w"] { font-weight:bold; }
[data-style-key="cOmxddhqyU6W7S39kaUVsg"] { margin:0px 0px 10px 0px; }
[data-style-key="kphaBeJbPEGBlMLbHgOAgg"] { font-weight:bold; }
[data-style-key="s6Iu9fhCiE2DPcMSLyfAww"] { margin:0px 0px 10px 0px; }
[data-style-key="A1LVCcikREOvcwEB9K0wpA"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:3px; color:#939090; height:26px; padding:2px; text-align:left; }
.JenisProduk[data-style-key="DHNygEZFWU6xB5G0fv1pZA"] { color:#666; font-size:13px; margin:0px 0px 0px 10px; }
[data-style-key="XBpE2Rt2mEqME3Uvgcl1XQ"] { font-weight:bold; }
[data-style-key="XuaXyiBJIUGHJ+E9cP0ZzA"] { margin:0px 0px 10px 0px; }
[data-style-key="H3vqteZxLUqYBUiGm+3e+g"] { font-weight:bold; }
[data-style-key="Z9uHluIR806R+e0jMxUh_w"] { margin:0px 0px 10px 0px; }
[data-style-key="o3XWaxYs8EqMH5zSx3xjPQ"] { font-weight:bold; }
.Heading1[data-style-key="3_y109cNx0+YxmhnuNNmvA"] { font-weight:bold; }
[data-style-key="bT4HcqTIlE6PqaOBsO+S2A"] { margin:10px 5px 0px 5px; }
[data-style-key="1X7Mxey4okSfUCYMvFfs_w"] { margin:20px 0px 20pxpx 0px; }
.textItalic[data-style-key="SW+RT1gOO06VRJrorLc6rA"] { margin:40px 0px 10px 0px; }
[data-style-key="gyKs9PWGN0qyGg7JARha3A"] { text-align:center; }
[data-style-key="MAEotg6OpECdxoqoI3uXog"] { text-align:center; }
[data-style-key="jVqVhRU5k0ql9HPrjRGv+A"] { text-align:center; }
[data-style-key="jbaigv4I0kKUfERhLtyNRA"] { text-align:center; }
[data-style-key="yDcJFeM7OkaMIg+qrK5cxw"] { text-align:center; }
[data-style-key="ghkiLKVS0k6ZeQY_u7e09A"] { text-align:center; }
[data-style-key="D9qmd8Nv80SBTg7tP7qLFA"] { text-align:center; }
[data-style-key="wDhMak4_CEOIdYpMxHQSBg"] { text-align:center; }
[data-style-key="8RQAn+DJb06n0VjCFD6BHg"] { text-align:center; }
[data-style-key="0QwDsQ3_MEajZoQ3Ws68Jg"] { text-align:center; }
[data-style-key="9O4Q7+19H0GgY1_ilYBT5w"] { text-align:center; }
[data-style-key="zKHNOc7jEkij8SmpbMaz6Q"] { text-align:center; }
[data-style-key="LGevpEZ2nkOziieyKea6ZA"] { text-align:center; }
[data-style-key="hB5IqZRJBkyzZT043aZQiA"] { text-align:center; }
[data-style-key="tpTZcuVtsEKD9d0VLViFpA"] { text-align:center; }
[data-style-key="V4xKmDS20E+nB5flVBYrqw"] { text-align:center; }
[data-style-key="Qwp85FG8QkSYwb1m_ZajXQ"] { margin:0px 0px 10px 0px; }
[data-style-key="4YIpEIblhEyXfw8BaxQY2w"] { padding:0px 12px 10px 12px; }
[data-style-key="yNoSBwCJkEqT7HTw+WBp7A"] { font-weight:bold; }
[data-style-key="GpVVDHvTm0GKri09zn9M0Q"] { margin:10px 0px 0px 0px; }
[data-style-key="b3LfrzU8z0y2zMc7rsFQfQ"] { margin:0px 0px 10px 0px; }
[data-style-key="F7IT0ytPTkScmpNYmaRKQQ"] { font-weight:bold; }
[data-style-key="zbIGc5+H6UWAJhkqOGD3Qw"] { margin:0px 0px 10px 0px; }
[data-style-key="gSgbrW+_AUe6SpGlYD5jug"] { color:#f7911d; font-size:14px; font-weight:bold; }
[data-style-key="tH_a8riOjUiiAns0xGUokw"] { font-weight:bold; }
[data-style-key="lzNgvei5q0q3_BLJ+I5gDg"] { margin:0px 0px 10px 0px; }
[data-style-key="WuGWJMXPjkObLlXBxQZuSQ"] { font-weight:bold; }
[data-style-key="ixGMjk5cj0O8HExTgpQw+g"] { margin:0px 0px 10px 0px; }
[data-style-key="k0aKHM7xT0GlHb+iU1eSkQ"] { font-weight:bold; }
[data-style-key="HzofqUaFWUu389OgaLIx0g"] { margin:0px 0px 10px 0px; }
[data-style-key="K+eQ2l+94kKmuqUs6lqZLg"] { font-weight:bold; }
[data-style-key="NVoXMw2QWUigTX8jDxaoDA"] { margin:0px 0px 10px 0px; }
[data-style-key="f6HgHpXvA0ihjEukBGYTug"] { font-weight:bold; }
[data-style-key="_ylyp+AuOUOKucQvHXdXOw"] { margin:0px 0px 10px 0px; }
[data-style-key="s+IO0zjhMU+v8wFwcAiPCA"] { font-weight:bold; }
[data-style-key="SPr55N8+FUuOTHdJAtCUsA"] { margin:0px 0px 10px 0px; }
[data-style-key="cIAKtkZu906IdzDbJbQ2rg"] { font-weight:bold; }
[data-style-key="1R7IsRMpkEKa5VMnWFyx9Q"] { margin:0px 0px 10px 0px; }
[data-style-key="7p5bB4Ghfk6vngwG0H_SWg"] { font-weight:bold; }
[data-style-key="IZUV38klX0CGEwRe1B6jqw"] { margin:0px 0px 10px 0px; }
[data-style-key="BRim3kNuz0q46VPR0hmjKA"] { font-weight:bold; }
[data-style-key="lDF_3Nn3ikGwV_xsWYJEXw"] { margin:0px 0px 10px 0px; }
[data-style-key="tsn+uQxN10ySD+_lmlYVhQ"] { background-color:#efefef; border-color:#d9d7d7; border-radius:4px; border-style:solid; border-width:1px; color:#939090; height:26px; padding:2px; text-align:left; }
.JenisProduk[data-style-key="1tCYlfnUNka872AyBFpA7w"] { font-size:13px; font-weight:normal; margin:0px 0px 0px 10px; }
[data-style-key="SNTKZM73EUex408G993Kaw"] { font-weight:bold; }
[data-style-key="LRrlOlLQFEur7FD91eRUsg"] { margin:0px 0px 10px 0px; }
[data-style-key="xAmnzNJLfUGVgUIQPHTGcA"] { font-weight:bold; }
[data-style-key="e8fABr5GlEGZ3GAJwGG9BA"] { margin:0px 0px 10px 0px; }
[data-style-key="ChRvJDx3aES6uHqd0gNoxg"] { font-weight:bold; }
[data-style-key="Bzf7er_8I06eBtGTPErWkg"] { margin:0px 0px 10px 0px; }
[data-style-key="0YvDMpK5wUiURoDw29XiMA"] { border-radius:10px; }
[data-style-key="qjWc5LVqLESV8FDu6IXSLg"] { border-radius:10px; margin:20px 0px 0px 0px; }
.Button[data-style-key="Sg6Z1ZG+G0KtBSf5FXcMqw"] { margin:0px 0px 0px 10px; }
[data-style-key="tX9jgpPwqUWbB9LLdWXxeQ"] { margin:0px 0px 10px 0px; }
[data-style-key="W8cHi8+55EuWQAHB0fadlg"] { font-weight:bold; }
[data-style-key="KWi6mZYR60SJk_Xkn+MMZQ"] { margin:0px 0px 10px 0px; }
[data-style-key="FWTcbxKW7EmlTW6RT1yjoQ"] { font-weight:bold; }
[data-style-key="JtS+3CZcZ0eIGbTqmnYSpg"] { margin:0px 0px 10px 0px; }
[data-style-key="uQyhZABXGEqfXoncxABT6g"] { font-weight:bold; }
[data-style-key="VqEv42qmJkq4pTYH_pdj+Q"] { margin:0px 0px 10px 0px; }
[data-style-key="c55ZAvRlTE2_Bsm_Z2h9PA"] { font-weight:bold; }
[data-style-key="gKl579ZYDUWtTge8BFWOlQ"] { margin:0px 0px 10px 0px; }
[data-style-key="CYmWcL45oEet2nLFlMWbJg"] { font-weight:bold; }
[data-style-key="GnxRFKhPB0iOgdMY6mCgGA"] { margin:0px 0px 10px 0px; }
[data-style-key="cHattbq+MU6eDC2wGAOxrQ"] { font-weight:bold; }
[data-style-key="oAXFxfwq6E+lEBlee2tFmg"] { margin:0px 0px 10px 0px; }
[data-style-key="O5JgLU_0DU+AQdB9GjndPQ"] { font-weight:bold; }
[data-style-key="qbPXON8gTU+CmCV0x29aXQ"] { margin:0px 0px 10px 0px; }
[data-style-key="OEngK6M0qUOohT1vW06Grw"] { font-weight:bold; }
[data-style-key="1J5PpYg5g0G7bGV9jdYv2w"] { margin:0px 0px 10px 0px; }
[data-style-key="7AgM3tS7kEq4oB6GMkXrMg"] { font-weight:bold; }
[data-style-key="LdKlD+bZz0S+Q2uyHaoXvw"] { margin:0px 0px 10px 0px; }
[data-style-key="43sCe_d_q0yIK_PCcMehzA"] { font-weight:bold; }
[data-style-key="Po9LCvjMZ0SRimLA_M+TtA"] { margin:0px 0px 10px 0px; }
[data-style-key="MQso7H7MUECuPj0oxBn19w"] { font-weight:bold; }
[data-style-key="Eg1cm3PNoUmv62dWgNbEoA"] { margin:0px 0px 10px 0px; }
[data-style-key="4jkSQkVYX0aHj4mYn8+9cQ"] { font-weight:bold; }
[data-style-key="oJHrC9llXEKT+6TjlKadwQ"] { font-size:15px; margin:0px; }
[data-style-key="y2Xk8eAnNkmqppdY9gj7Gw"] { margin:0px 0px 10px 0px; }
[data-style-key="6540zPo8VUSl1H28Uv+oEg"] { font-weight:bold; }
[data-style-key="a_OEFY0EZkiFsUTX+zTWuw"] { margin:0px 0px 10px 0px; }
[data-style-key="Y6zyF3LfTkyYDqo1UV25Rg"] { font-weight:bold; }
[data-style-key="IaoAnK5RCk6tvK0k+eFiLg"] { background-color:#efefef; border-color:#e6e4e4; border-radius:4px; border-style:solid; border-width:3px; color:#939090; height:26px; padding:2px; text-align:left; }
.JenisProduk[data-style-key="Muim0KLIq02zhEEX5zu7AQ"] { color:#666; font-size:13px; font-weight:normal; margin:0px 0px 0px 10px; }
[data-style-key="8a6YMpdCnkSJqz92Cw_TVA"] { margin:0px 0px 10px 0px; }
[data-style-key="uMYpi6uep0SoDVTodYKTxQ"] { font-weight:bold; }
[data-style-key="Ab3GkokSXEqFVXTV3XPK7A"] { margin:0px 0px 10px 0px; }
[data-style-key="5wOGCAGZ7Eq3ZnIDrAKixQ"] { font-weight:bold; }
[data-style-key="JdCtyrHfl0mKED7I33nwKQ"] { margin:0px 0px 10px 0px; }
[data-style-key="iGrfrXf5V0iDDreU3Au0mg"] { font-weight:bold; }
[data-style-key="nsuTFIQacUioM7T1m3aPuQ"] { margin:0px; }
[data-style-key="Ne9XcD722UKS+9+2cZTQHQ"] { font-weight:bold; }
[data-style-key="OH4bD5Sn9Ei+X9RnbMqQIw"] { color:#f7911d; font-size:14px; font-weight:normal; }
[data-style-key="mQFrpXQzYEWYnPukX7OlVg"] { margin:auto; }
[data-style-key="rqVN3x2_uk+vsaPoTeLs0w"] { margin:20px 0px 0px 0px; }
[data-style-key="bhvU3BTU+ky5YpfpdJpl6A"] { margin:20px 0px 0px 0px; }
[data-style-key="e4XG_RyDN0iG3I3J2Ll9eA"] { margin:20px 0px 0px 0px; }
.Button[data-style-key="qYiGhZXotUSJ5qJrSN2MSA"] { margin:0px; }
[data-style-key="vDz2O3t0_EywFp0x2vx70g"] { text-align:center; }
[data-style-key="X4yhGbL_lECxoLV74RGw+A"] { text-align:right; }
[data-style-key="uYnaEOJGjke5pOmBfNFMIw"] { text-align:right; }
[data-style-key="swF9w+0OLEy4SziL5xrocg"] { text-align:center; }
[data-style-key="zGAUtBSTV0WdoBOIH5km5w"] { text-align:right; }
[data-style-key="AbbbeaKuHka7SjUbUBfYRA"] { text-align:right; }
[data-style-key="ZLD2mqMt10WmtMEstLv_yA"] { text-align:center; }
[data-style-key="o25TkBbdRkyN3jGKYzHHVQ"] { text-align:right; }
[data-style-key="wSpjP_D++kKBz93iQK9LoA"] { text-align:right; }
[data-style-key="_DV+hJ64KU+Fx3J4vH7oSA"] { text-align:center; }
[data-style-key="StsT76QuyE6ukrz_unXeNw"] { text-align:right; }
[data-style-key="JJVlfcFTfE2XxWz9EIA0xg"] { text-align:right; }
[data-style-key="Q4Z0DMNY90yRskrg0Lv2oA"] { text-align:right; }
[data-style-key="WnzL_otZA0GzgBsDSUxZvQ"] { text-align:right; }
[data-style-key="VT1A_ZHCbE6HX4wEeQf+2g"] { text-align:right; }
[data-style-key="GQLKWsDqOE63XkpcAmsW0Q"] { text-align:left; }
[data-style-key="MFWdI8yeQEe86qG+rjJ_pQ"] { text-align:left; }
[data-style-key="KfzJxrUoMkuYtveLhO4Osw"] { text-align:left; }
[data-style-key="LQ+4aVy7Lk6fbsH7cQSbWA"] { text-align:left; }
[data-style-key="vEjSdHlmdUuO8W4hFhfy3A"] { text-align:center; }
[data-style-key="+JP+DEKO9kKY6fUv8aDdKw"] { text-align:center; }
[data-style-key="bC2SwSBY+0yNJzZ6n3hPKg"] { text-align:center; }
[data-style-key="3+Qnj3D1aUGvkxKbLtd1gw"] { text-align:center; }
[data-style-key="lg8QEMbmRE2zt8V9XNeGog"] { text-align:center; }
[data-style-key="z8Am99982U28VBFTthZPDw"] { text-align:center; }
[data-style-key="F_rNYbJClUim805ApTsrTQ"] { text-align:center; }
[data-style-key="VzRyfb+D1EGkgNHqEQSugQ"] { text-align:center; }
[data-style-key="8qjZvEG1Ok+RkLOPeVJ9KA"] { text-align:center; }
[data-style-key="je6RCU9nwEu8z69mlh9cXQ"] { text-align:center; }
[data-style-key="DPDWs1Fjmk6YnI7CivHaaw"] { text-align:center; }
[data-style-key="JRg23CWCvEGKRoOrUnslCQ"] { text-align:center; }
[data-style-key="sYTDxLd35UiQ8qF2i3A2fA"] { text-align:center; }
[data-style-key="hnVzNPvoUUyV8EH7vbkk8A"] { text-align:center; }
.Module[data-style-key="ss59pTznA0ymPPI3UXgR9A"] { margin:0px; }
[data-style-key="eoLSSbz6aE+0Mv1Ux3ZxkQ"] { font-size:12px; }
[data-style-key="tHnrYNEBi0CLrlxnH96f8Q"] { text-align:center; }
[data-style-key="aajf2Lk0I0ysjl5qEmCGpQ"] { text-align:center; }
[data-style-key="t07ks51h40+CNRg93boFog"] { text-align:right; }
[data-style-key="gUX5BpKRE0KdJ4gUH65S7w"] { text-align:right; }
[data-style-key="E7yvH85kj0GVCwnSKbedCw"] { text-align:right; }
[data-style-key="DTmMpADK10aemepNhFUOYw"] { text-align:left; }
[data-style-key="Ni1K5ZdsxUWXm15lBDwTmw"] { text-align:left; }
[data-style-key="cyUmyMtBdUiirAuVay+Lsw"] { text-align:left; }
[data-style-key="S5x2oJz7xEaYucmiZsIS4Q"] { text-align:center; }
[data-style-key="GUMoiBsYd0C1rsK4dt07cg"] { text-align:center; }
[data-style-key="MJv+5Y+eGUmvL+runzpPvQ"] { text-align:center; }
[data-style-key="ZMXdt5d7kk6BsgNxOeCeQA"] { text-align:center; }
[data-style-key="fnJ11QTYfkC7Kn17R8cnoA"] { text-align:center; }
[data-style-key="Zu9scd8n00mXmJHyjwdYAg"] { text-align:center; }
[data-style-key="qXhWCEwEg0uEe1y12+Go8Q"] { text-align:center; }
/*** Generated classes from Style Editor in OutSystems 10 ***/