/* http://demo.neontheme.com/layouts/both-menus-right-sidebar/ */
/*
Global layout
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
/* line 8, ../sass/_legacy.scss */
.menu-value-alert {
  position: relative;
  float: right;
  font-size: 11px;
  line-height: 1.3;
  background-color: #ee4749;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
}

/* line 26, ../sass/_legacy.scss */
table, td, body {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #949494;
  border-collapse: collapse;
}

/* line 35, ../sass/_legacy.scss */
.dark-background {
  color: #949494;
  background-color: #303641;
}

/* line 39, ../sass/_legacy.scss */
.neon-page {
  height: 100vh;
}

/* line 42, ../sass/_legacy.scss */
.neon-header {
  height: 60px;
}

/* line 45, ../sass/_legacy.scss */
.neon-footer {
  height: 20px;
}

/* line 49, ../sass/_legacy.scss */
.edit-link img {
  margin-left: 5px;
}

/*
Side Menu
*/
/* line 56, ../sass/_legacy.scss */
.side-menu-action a, .Login_Info a {
  color: #aaabae;
  text-decoration: none;
}

/* line 61, ../sass/_legacy.scss */
.my-info {
  padding-right: 20px;
  text-align: right;
}

/* line 66, ../sass/_legacy.scss */
.side-menu-action {
  border-bottom-color: rgba(69, 74, 84, 0.70196);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 42px;
}

/* line 73, ../sass/_legacy.scss */
.side-menu-action:first-child {
  border-top-color: rgba(69, 74, 84, 0.70196);
  border-top-style: solid;
  border-top-width: 1px;
}

/* line 79, ../sass/_legacy.scss */
.side-menu-action a {
  padding: 10px 20px;
  /* position: relative; */
  display: block;
}

/* line 85, ../sass/_legacy.scss */
.side-menu-action a:hover, .Login_Info a:hover {
  color: white;
}

/* line 89, ../sass/_legacy.scss */
.side-menu-action:hover {
  background-color: #aaabae;
}

/* line 93, ../sass/_legacy.scss */
.side-menu-action.level2 {
  background-color: #2b303a;
}

/* line 96, ../sass/_legacy.scss */
.side-menu-action.level2 a {
  padding-left: 45px;
}

/* TABLES */
/* line 102, ../sass/_legacy.scss */
.TableRecords_Actions {
  font-size: 11px;
  vertical-align: middle;
  font-weight: bold;
  padding: 0px 0px 2px 5px;
}

/* line 109, ../sass/_legacy.scss */
.TableRecords_Actions.OSAutoMarginTop,
.TableRecords.OSAutoMarginTop {
  margin-top: 0px;
}

/* line 114, ../sass/_legacy.scss */
.TableRecords {
  border-collapse: collapse;
}

/* line 118, ../sass/_legacy.scss */
.TableRecords th {
  background-color: #f5f5f6;
  color: #a6a7aa;
}

/* line 123, ../sass/_legacy.scss */
.TableRecords th, .TableRecords td {
  border: 1px solid #ebebeb;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}

/* line 130, ../sass/_legacy.scss */
.DetailTable.TableRecords th, .DetailTable.TableRecords td {
  border: none;
}

/* line 134, ../sass/_legacy.scss */
.TableRecords td:first-child,
.TableRecords th:first-child {
  border-left: none;
}

/* line 138, ../sass/_legacy.scss */
.TableRecords td:last-child,
.TableRecords th:last-child {
  border-right: none;
}

/* line 143, ../sass/_legacy.scss */
.TableRecords_Wrapper > div:nth-child(1) {
  padding: 20px 20px 10px 20px;
}

/* line 146, ../sass/_legacy.scss */
.TableRecords_Wrapper > div:nth-child(1)[class*="Heading"] {
  padding: 0px 20px 0px 20px;
}

/* line 150, ../sass/_legacy.scss */
div.TableRecords_Wrapper > table.TableRecords:first-child tbody > tr:first-child td,
div.TableRecords_Wrapper > table.TableRecords:first-child thead > tr:first-child th {
  border-top: none;
}

/* line 154, ../sass/_legacy.scss */
.SimpleTable tr:last-child td {
  border-bottom: none;
}

/* line 158, ../sass/_legacy.scss */
div.TableRecords_BottomNavigation {
  margin-top: 0px;
  padding: 10px;
}

/* line 163, ../sass/_legacy.scss */
.TableRecords_Wrapper {
  border: 1px solid #ebebeb;
  border-radius: 5px 5px 5px 5px;
}

/* line 167, ../sass/_legacy.scss */
.TableRecords_Wrapper.no-border {
  border: none;
}

/* line 170, ../sass/_legacy.scss */
.MainPopup .TableRecords_Wrapper {
  margin: 20px;
}

/* line 174, ../sass/_legacy.scss */
div.Tabs_TabBody .TableRecords_Wrapper {
  border: none;
}

/* Basic Elements */
/* line 180, ../sass/_legacy.scss */
.SmallFont {
  font-size: 12px;
}

/* line 184, ../sass/_legacy.scss */
.Bold {
  font-weight: bold;
}

/* line 187, ../sass/_legacy.scss */
.Heading1 {
  font-size: 31px;
}

/* line 190, ../sass/_legacy.scss */
.Heading2 {
  font-size: 25px;
}

/* line 193, ../sass/_legacy.scss */
.Heading3 {
  font-size: 21px;
}

/* line 196, ../sass/_legacy.scss */
.Heading1, .Heading2, .Heading3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
  color: #373e4a;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1;
  white-space: nowrap;
}

/* line 205, ../sass/_legacy.scss */
.border-warning {
  border: solid 1px orange;
}

/* line 208, ../sass/_legacy.scss */
.Text_Note {
  font-size: 10px;
  max-width: 200px;
}

.Text_Note.truncated-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-height: 26px;
}

/* line 216, ../sass/_legacy.scss */
.Text_Note img {
  height: 12px;
  width: 12px;
}

/* line 220, ../sass/_legacy.scss */
.cell-div {
  display: table-cell;
}

/* line 223, ../sass/_legacy.scss */
.table-div {
  display: table;
  width: 100%;
}

/* line 228, ../sass/_legacy.scss */
a {
  color: #373e4a;
  text-decoration: none;
}

/* line 232, ../sass/_legacy.scss */
a:hover,
a:focus {
  color: #818da2;
}

/* line 236, ../sass/_legacy.scss */
.inline-item {
  padding-left: 5px;
}

/* line 239, ../sass/_legacy.scss */
.inline-item:nth-child(1) {
  padding-left: 0px;
}

/* line 242, ../sass/_legacy.scss */
.vertical-item {
  margin-top: 10px;
}

/* line 245, ../sass/_legacy.scss */
.vertical-item:nth-child(1) {
  margin-top: 0px;
}

/* line 249, ../sass/_legacy.scss */
.no-line-break {
  white-space: nowrap;
}

/* line 252, ../sass/_legacy.scss */
.neon-invisible {
  visibility: hidden;
}

/* line 255, ../sass/_legacy.scss */
a {
  white-space: nowrap;
}

/* line 258, ../sass/_legacy.scss */
.TableRecords td a {
  white-space: normal;
}

/* FORMS */
/* line 265, ../sass/_legacy.scss */
.Button, button.button {
  color: #303641;
  background-color: #f0f0f1;
  border-color: #f0f0f1;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
}

/* line 282, ../sass/_legacy.scss */
.Button:hover, button.button:hover {
  color: #303641;
  background-color: #dbdbdd;
  border-color: #d0d0d3;
}

/* line 288, ../sass/_legacy.scss */
input[type="text"], input[type="password"], input[type="number"], select {
  height: 31px;
}

/* line 292, ../sass/_legacy.scss */
input[type="text"], input[type="password"], input[type="number"], select, textarea {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 309, ../sass/_legacy.scss */
input[type="text"]:focus, input[type="password"]:focus, textarea {
  border-color: #c8cdd7;
  outline: 0;
  box-shadow: 0 2px 1px rgba(203, 208, 217, 0.08);
}

/* line 315, ../sass/_legacy.scss */
.EditRecord > tbody > tr > td, .ShowRecord > tbody > tr > td {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-right: 5px;
}

/* line 323, ../sass/_legacy.scss */
.EditRecord > tbody > tr:last-child td {
  border-bottom: none;
}

/* line 327, ../sass/_legacy.scss */
td.EditRecord_Caption, td.ShowRecord_Caption {
  width: 25%;
  color: #949494;
  text-align: right;
}

/* line 332, ../sass/_legacy.scss */
td.ShowRecord_Caption {
  font-weight: bold;
}

/* line 336, ../sass/_legacy.scss */
table.EditRecord, table.ShowRecord {
  width: 100%;
  padding: 20px;
  border-collapse: separate;
}

/* line 342, ../sass/_legacy.scss */
.Not_Valid {
  border-color: #ffafbd !important;
}

/* line 345, ../sass/_legacy.scss */
.ValidationMessage {
  color: #ff3030;
  padding-left: 10px;
}

/*
Tabs_ClientSide
*/
/* line 354, ../sass/_legacy.scss */
div.Tabs_Wrapper ul.Tabs_Header {
  height: initial;
}

/* line 358, ../sass/_legacy.scss */
div.Tabs_Wrapper > ul.Tabs_Header > li {
  border: none;
}

/* line 362, ../sass/_legacy.scss */
div.Tabs_Wrapper > ul.Tabs_Header > li.Tabs_TabOn {
  border: 1px solid #dddddd;
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent;
}

/* line 368, ../sass/_legacy.scss */
ul.Tabs_Header > li > a.Tabs_TabOff,
ul.Tabs_Header > li > span.Tabs_TabOn {
  padding: 10px 15px;
  background-color: white;
}

/* line 374, ../sass/_legacy.scss */
ul.Tabs_Header > li > a.Tabs_TabOff:hover {
  border-color: #eeeeee #eeeeee #ebebeb;
  text-decoration: none;
  background-color: #eeeeee;
  border-radius: 5px 5px 0 0;
}

/* line 381, ../sass/_legacy.scss */
div.Tabs_Wrapper div.Tabs_TabBody {
  margin-top: 41px;
  padding: 10px;
}

/* line 387, ../sass/_legacy.scss */
div.Tabs_Wrapper div.Tabs_TabBody {
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
}

/* line 392, ../sass/_legacy.scss */
div.Tabs_Wrapper div.Tabs_TabBody:nth-of-type(1) {
  border-radius: 0px 5px 5px 5px;
}

/* line 396, ../sass/_legacy.scss */
.Tabs_TabBody {
  padding: 0px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/_custom.scss */
html {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 28, ../sass/_custom.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 33, ../sass/_custom.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 42, ../sass/_custom.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 57, ../sass/_custom.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 70, ../sass/_custom.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 80, ../sass/_custom.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 88, ../sass/_custom.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 1, ../sass/_login.scss */
div.login {
  width: 66.66%;
  background-size: cover;
  color: #333;
}
/* line 5, ../sass/_login.scss */
div.login > table {
  background-color: #FFF;
  border-radius: 0;
  height: 100%;
  border-left: 1px solid #333;
  position: static;
  width: 51%;
  margin-right: -50%;
  float: right;
}
/* line 15, ../sass/_login.scss */
div.login > table > tbody > tr {
  display: table-cell;
  vertical-align: middle;
}
/* line 18, ../sass/_login.scss */
div.login > table > tbody > tr > td {
  display: inline-block;
  width: 100%;
}
/* line 25, ../sass/_login.scss */
div.login > table table td {
  position: relative;
}
/* line 29, ../sass/_login.scss */
div.login > table table + div {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  font-size: 14px;
}
/* line 37, ../sass/_login.scss */
div.login td {
  display: block;
  text-align: center;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 44, ../sass/_login.scss */
div.login .Heading2 {
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
  line-height: 50px;
}
/* line 48, ../sass/_login.scss */
div.login .Heading2:before {
  content: '';
  width: 95px;
  height: 95px;
  display: block;
  margin: 0 auto 10px;
  background-size: 100%;
}
/* line 57, ../sass/_login.scss */
div.login .Heading3 {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}
/* line 62, ../sass/_login.scss */
div.login .Text_Small {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
  color: #333;
  line-height: 37px;
  font-family: 'Open Sans', sans-serif;
}
/* line 73, ../sass/_login.scss */
div.login input[type="text"],
div.login input[type="password"] {
  border: none;
  border-bottom: 3px solid #333;
  width: 300px;
  position: relative;
  font-size: 14px;
  color: #333;
  border-radius: 2px;
  height: 35px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
/* line 85, ../sass/_login.scss */
div.login input[type="text"]:focus,
div.login input[type="password"]:focus {
  position: relative;
  z-index: 2;
}
/* line 90, ../sass/_login.scss */
div.login input[type="password"] {
  margin-bottom: 100px;
}
/* line 93, ../sass/_login.scss */
div.login input[type="submit"] {
  font-size: 14px;
  background-color: #333;
  color: #FFF;
  border-radius: 16px;
  height: 32px;
  border: none;
  width: 160px;
  position: relative;
  top: -70px;
  font-family: 'Open Sans', sans-serif;
}

/* header */
/* line 3, ../sass/_main.scss */
.neon-invisible {
  visibility: hidden;
  position: absolute;
  bottom: 0;
}

/* line 9, ../sass/_main.scss */
.dark-background {
  background-color: #000;
}

/* line 15, ../sass/_main.scss */
.neon-header table td {
  /* float: left; */
  /* width: auto !important; */
}
/* line 19, ../sass/_main.scss */
.neon-header table td:first-child a {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 54px;
  padding-right: 20px;
}
/* line 25, ../sass/_main.scss */
.neon-header table td:first-child a img {
  margin-right: 10px;
}
/* line 30, ../sass/_main.scss */
.neon-header table td:nth-child(3) {
  /* display: none; */
}
/* line 33, ../sass/_main.scss */
.neon-header table td:last-child {
  /* float: right; */
}
/* line 38, ../sass/_main.scss */
.neon-header .Login_Info {
  color: transparent;
}
/* line 40, ../sass/_main.scss */
.neon-header .Login_Info .Login_Info_Username {
  /* float: right; */
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width: 245px;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.2s linear;
  /* position: absolute; */
  /* right: 0; */
}
/*@media (max-width: 1200px) {
  /* line 40, ../sass/_main.scss 
  .neon-header .Login_Info .Login_Info_Username {
    display: none;
  }
}*/
/* line 54, ../sass/_main.scss */
.neon-header .Login_Info .Login_Info_Username:hover {
  background-color: #FFF;
  color: #333;
}
/* line 68, ../sass/_main.scss */
.neon-header .Login_Info .Login_Info_Logout {
  position: absolute;
  right: 0;
  width: 245px;
  color: #FFF;
  box-sizing: border-box;
  padding: 20px;
  bottom: 50px;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding-left: 45px;
  transition: all 0.2s linear;
}
/* line 81, ../sass/_main.scss */
.neon-header .Login_Info .Login_Info_Logout:hover {
  background-color: #FFF;
  color: #333;
}
/* line 85, ../sass/_main.scss */
.neon-header .Login_Info .Login_Info_Logout:before {
  content: '';
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 20px;
  right: 20px;
  top: -10px;
}

/* breadcrumb */
/* line 100, ../sass/_main.scss */
.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

/* line 105, ../sass/_main.scss */
.breadcrumb li {
  float: left;
}

/* line 109, ../sass/_main.scss */
ul.breadcrumb {
  margin: 0;
  padding: 0;
}

/* line 114, ../sass/_main.scss */
.breadcrumb li a {
  background-color: transparent;
  border: 2px solid #FFF;
  height: 25px;
  line-height: 25px;
  text-align: left;
  border-radius: 15px;
  padding: 0;
  font-size: 12px;
  width: 150px;
  padding-left: 25px;
  margin: 13px 5px 0;
  margin-top: 13px;
  color: white;
  text-decoration: none;
  display: block;
  float: left;
  position: relative;
  transition: all 0.2s linear;
}
/* line 133, ../sass/_main.scss */
.breadcrumb li a:hover {
  background-color: #FFF;
  color: #333;
}
/* line 137, ../sass/_main.scss */
.breadcrumb li a:after {
  position: absolute;
  top: 50%;
  left: 10px;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: -5px;
}
/* line 147, ../sass/_main.scss */
.breadcrumb li a .SmallFont {
  position: absolute;
  right: 10px;
}

/* line 156, ../sass/_main.scss */
.breadcrumb li:nth-child(1) a:after {
  background-color: #ffdf2d;
}

/* line 159, ../sass/_main.scss */
.breadcrumb li:nth-child(2) a:after {
  background-color: #34b5fe;
}


/* line 165, ../sass/_main.scss */
.breadcrumb li:nth-child(3) a:after {
  background-color: #e51e62;
}

/* line 168, ../sass/_main.scss */
.breadcrumb li:nth-child(4) a:after {
  background-color: #18a788;
}

/* sidemenu */
/* line 174, ../sass/_main.scss */
.sidebar-menu {
  color: #FFF;
  /* width: 250px; */
  /* position: absolute; */
  /* top: 60px; */
  /* right: 0; */
  /* width: 245px !important; */
  /* bottom: 0; */
  overflow: auto;
  /* padding-left: 50px; */
  /* left: auto; */
}
/* line 184, ../sass/_main.scss */
.sidebar-menu .side-menu-action {
  border: none;
  background-color: transparent;
}
/* line 187, ../sass/_main.scss */
.sidebar-menu .side-menu-action a {
  transition: all 0.2s linear;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height: 24px;
  height: 20px;
  padding-left: 50px;
}
/* line 197, ../sass/_main.scss */
.sidebar-menu .side-menu-action a img {
  display: none;
}
/* line 200, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.entidades {
  background-image: url("/static/layout/gaps/icon_menu_white/entidades.png");
}
/* line 202, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.entidades:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/entidades.png");
}
/* line 206, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.negocios {
  background-image: url("/static/layout/gaps/icon_menu_white/negocio_fechado.png");
}
/* line 208, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.negocios:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/negocio_fechado.png");
}
/* line 212, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.entregas {
  background-image: url("/static/layout/gaps/icon_menu_white/test-drive.png");
}
/* line 214, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.entregas:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/test-drive.png");
}
/* line 218, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.analise {
  background-image: url("/static/layout/gaps/icon_menu_white/analise.png");
}
/* line 220, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.analise:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/analise.png");
}
/* line 224, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.agenda {
  background-image: url("/static/layout/gaps/icon_menu_white/agenda.png");
}
/* line 226, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.agenda:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/agenda.png");
}
/* line 230, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.test-drive {
  background-image: url("/static/layout/gaps/icon_menu_white/test-drive.png");
}
/* line 232, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.test-drive:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/test-drive.png");
}
/* line 236, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.leads {
  background-image: url("/static/layout/gaps/icon_menu_white/lead.png");
}
/* line 238, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.leads:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/lead.png");
}
/* line 242, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.precario {
  background-image: url("/static/layout/gaps/icon_menu_white/precario.png");
}
/* line 244, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.precario:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/precario.png");
}
/* line 248, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.propostas {
  background-image: url("/static/layout/gaps/icon_menu_white/propostas.png");
}
/* line 250, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.propostas:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/propostas.png");
}
/* line 254, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.registo {
  background-image: url("/static/layout/gaps/icon_menu_white/actividade.png");
}
/* line 256, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.registo:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/actividade.png");
}
/* line 260, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.sair {
  padding-left: 50px;
  background-image: url("/static/layout/gaps/icon_menu_white/sair.png");
}
/* line 263, ../sass/_main.scss */
.sidebar-menu .side-menu-action a.sair:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/sair.png");
}
/* line 269, ../sass/_main.scss */
.sidebar-menu .side-menu-action:first-child a {
  margin-top: 10px;
}
/* line 273, ../sass/_main.scss */
.sidebar-menu .side-menu-action:last-child {
  position: relative;
  margin-top: 15px;
}
/* line 276, ../sass/_main.scss */
.sidebar-menu .side-menu-action:last-child:before {
  content: '';
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 20px;
  right: 20px;
  top: -10px;
}
/* line 286, ../sass/_main.scss */
.sidebar-menu .side-menu-action:hover {
  background-color: transparent;
}
/* line 288, ../sass/_main.scss */
.sidebar-menu .side-menu-action:hover a {
  background-color: #FFF;
  color: #333;
}
/* line 294, ../sass/_main.scss */
.sidebar-menu .side-menu-action.level2 a {
  padding-left: 60px;
  background-position: 40px center;
  background-image: url("/static/layout/gaps/icon_menu_white/arrow.png");
}
/* line 298, ../sass/_main.scss */
.sidebar-menu .side-menu-action.level2 a:hover {
  background-image: url("/static/layout/gaps/icon_menu_black/arrow.png");
}

/* content */
/* line 308, ../sass/_main.scss */
.neon-content {
  height: calc(100vh - 60px);
  background-color: #000;
}

/* line 312, ../sass/_main.scss */
.neon-content > tbody > tr > td:first-child {
  vertical-align: top;
  position: absolute;
  /* left: 0; */
  /* right: 245px; */
  top: 60px;
  bottom: 0;
  overflow: auto;
  background-color: #FFF;
}

/* line 323, ../sass/_main.scss */
.Heading1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-top: 40px;
}

/* line 329, ../sass/_main.scss */
.Heading3 {
  font-size: 15px;
}

/* line 333, ../sass/_main.scss */
.fc-widget-header {
  font-size: 12px;
  padding: 12px;
  color: #525252;
  background-color: #d7d7d7;
}

/* line 340, ../sass/_main.scss */
.fc-view,
.fc-view > table {
  border-radius: 5px;
  overflow: hidden;
}

/* line 346, ../sass/_main.scss */
.fc-widget-content {
  background-color: #EEE;
}

/* line 350, ../sass/_main.scss */
.fc-day-grid-event {
  margin: 5px 5px 0;
}
/* line 352, ../sass/_main.scss */
.fc-day-grid-event > .fc-content {
  font-size: 10px;
  padding: 7px;
}

/* line 358, ../sass/_main.scss */
.fc td,
.fc th {
  border: none;
}

/* line 363, ../sass/_main.scss */
.fc td.fc-today {
  border: none;
}

/* line 367, ../sass/_main.scss */
.fc-toolbar button {
  position: relative;
  height: 30px;
  background-color: #eeeeee;
  box-shadow: none;
  color: #b5b4b4;
  font-size: 12px;
  background-image: none;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  outline: none;
}
/* line 379, ../sass/_main.scss */
.fc-toolbar button.fc-state-active {
  background-color: #FFF;
}
/* line 382, ../sass/_main.scss */
.fc-toolbar button.fc-state-disabled {
  background-color: #EEE;
}
/* line 385, ../sass/_main.scss */
.fc-toolbar button.fc-prev-button, .fc-toolbar button.fc-next-button {
  border-radius: 50%;
  margin-right: 10px;
  color: #333;
}

/* line 394, ../sass/_main.scss */
.fc-center h2 {
  color: #333;
  font-size: 14px;
}

/* line 400, ../sass/_main.scss */
select.pivot-ui-select {
  color: #333;
}

/* line 404, ../sass/_main.scss */
::-webkit-input-placeholder {
  text-align: center;
}

/* line 408, ../sass/_main.scss */
:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

/* line 412, ../sass/_main.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

/* line 416, ../sass/_main.scss */
:-ms-input-placeholder {
  text-align: center;
}

/* line 420, ../sass/_main.scss */
a.img-icon {
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 35px;
  line-height: 25px;
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
}

/* line 432, ../sass/_main.scss */
.cell-div {
  vertical-align: top;
}

/* line 438, ../sass/_main.scss */
a.img-icon.icon-clientveh {
  margin-left: 20px;
}

/* line 441, ../sass/_main.scss */
div.img-label.icon-lupa {
  height: 14px;
}

/* line 444, ../sass/_main.scss */
div.img-label {
  vertical-align: top;
}

/* line 447, ../sass/_main.scss */
.copyright {
  font-size: 11px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 20px;
}

/* line 454, ../sass/_main.scss */
a.Login_Info_Logout {
  position: relative;
}

div.menu-separator {
  border-top-width: 1px;
  border-top-color: #FFF;
  border-top-style: solid;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

/* line 467, ../sass/_main.scss */
.edit-link img {
  position: absolute;
}

/* line 2, ../sass/_records.scss */
.popup .Button, button.button {
  background-color: #dbdbdd;
  border-color: #d0d0d3;
}
/* line 5, ../sass/_records.scss */
.popup .Button:hover, button.button:hover {
  background-color: #333;
  color: #FFF;
}
/* line 10, ../sass/_records.scss */
.popup table.EditRecord,
.popup table.ShowRecord {
  padding: 20px 10px;
}
/* line 15, ../sass/_records.scss */
.popup .TableRecords th:before {
  top: 7px;
}
/* line 18, ../sass/_records.scss */
.popup .TableRecords th, .popup .TableRecords td {
  padding: 8px 5px;
}
/* line 21, ../sass/_records.scss */
.popup .TableRecords input[type="text"] {
  width: 90px;
}
/* line 24, ../sass/_records.scss */
.popup .TableRecords .item-description {
  margin: 0;
}
/* line 28, ../sass/_records.scss */
.popup .TableRecords_BottomNavigation {
  margin: 0;
}
/* line 34, ../sass/_records.scss */
.popup .item-price {
  margin: 0;
}

/* line 51, ../sass/_records.scss */
.TableRecords {
  border-radius: 15px;
  display: block;
  margin-top: 20px !important;
  font-family: 'Open Sans', sans-serif;
}
/* line 58, ../sass/_records.scss */
.TableRecords thead tr th:first-child {
  border-radius: 5px 0 0 0;
}
/* line 61, ../sass/_records.scss */
.TableRecords thead tr th:last-child {
  border-radius: 0 5px 0 0;
}
/* line 66, ../sass/_records.scss */
.TableRecords th {
  background-color: #d7d7d7;
  color: #545454;
  border: none;
  position: relative;
  font-size: 11px;
}
/* line 72, ../sass/_records.scss */
.TableRecords th:before {
  content: '|';
  color: #000;
  position: absolute;
  left: -4px;
}
/* line 79, ../sass/_records.scss */
.TableRecords th:first-child:before {
  display: none;
}
/* line 84, ../sass/_records.scss */
.TableRecords td {
  font-family: 'Open Sans', sans-serif;
  background-color: #eee;
  vertical-align: top;
  border-bottom: none;
  border-top: none;
  font-size: 12px;
}
/* line 92, ../sass/_records.scss */
.TableRecords td .Text_Note {
  font-size: 10px;
}
/* line 97, ../sass/_records.scss */
.TableRecords tr:nth-child(2n) td {
  background-color: #e3e1e1;
}

/* line 103, ../sass/_records.scss */
.TableRecords_BottomNavigation {
  margin-right: 10px;
}

/* line 107, ../sass/_records.scss */
.Filters_Wrapper {
  background-color: #eeeeee;
  border-radius: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
}
/* line 113, ../sass/_records.scss */
.Filters_Wrapper > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../img/expand_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  margin-right: 48px;
}
/* line 122, ../sass/_records.scss */
.Filters_Wrapper > a:first-child {
  background-image: url("../img/collapse_arrow.png");
}
/* line 125, ../sass/_records.scss */
.Filters_Wrapper > a img {
  display: none;
}
/* line 129, ../sass/_records.scss */
.Filters_Wrapper select {
  margin-left: 0;
}
/* line 132, ../sass/_records.scss */
.Filters_Wrapper select,
.Filters_Wrapper input {
  color: #333;
  border: none;
}
/* line 137, ../sass/_records.scss */
.Filters_Wrapper input[type="text"] {
  border-bottom: 2px solid #333;
  border-radius: 0;
  background-color: transparent;
  /* width: 630px; */
  margin-bottom: 10px;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1280px) {
  /* line 137, ../sass/_records.scss */
  .Filters_Wrapper input[type="text"] {
    /* width: 420px; */
  }
}
/* line 150, ../sass/_records.scss */
.Filters_Wrapper input.Button {
  background-color: #FFF;
  height: 28px;
  border-radius: 14px;
  width: 160px;
}
/* line 155, ../sass/_records.scss */
.Filters_Wrapper input.Button.ThemeGrid_MarginGutter.Is_Default {
  color: transparent;
  position: absolute;
  width: 10px;
  background-color: transparent;
  height: 20px;
  margin-left: -25px;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3Qjk0MEM3OTMzQjcxMUU1QTU4MDkxRDVEMEVGRkYyNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3Qjk0MEM3QTMzQjcxMUU1QTU4MDkxRDVEMEVGRkYyNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjdCOTQwQzc3MzNCNzExRTVBNTgwOTFENUQwRUZGRjI0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdCOTQwQzc4MzNCNzExRTVBNTgwOTFENUQwRUZGRjI0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++85RAAAAAYlJREFUeNpi+P//PwM23NraGqarq7uWnZ39soiIyHE/P7/evXv3ysHksWqysLBYzMDAcBsN/2dhYbk+adIkD6wao6KiGkEKxcXFDy9atMgCJHb58mWO3NzcPEZGxpvMzMzX9+3bJ4Oi6dKlSxxMTEw3Qc47ffq0ALqhWVlZBSCbAwMDO1EkZs6c6QSS8PX17cXmhYsXL3KBXCMqKnqUiQEJfP36FSTBICws/JYBC9DT0/sGoj9+/CiAolFWVvYJkLpz/vx5Q2wat2zZogGiFRQUHmA4B+QMkHOam5sj0OUMDAxWg+TKy8tTMDRGRkaCQvU/SIGzs/P0tra2kJKSkjQZGZn9IDElJaWdGNFRUVGRBJLk4eH5z8nJ+R9qAAzfNjExWQ6KGpBaFpj709LSymbPnp0K9OejtWvXmvLz83/avHmzz+3bt9WABn2xtrY+AoyGK3APg3QHBwe3g0xUV1fffPXqVTZcyRAZM3h7e/eDNBkbGy8nRgNco76+/mofH59+UjSBMECAAQCH8Hx5sCJL5QAAAABJRU5ErkJggg==");
  background-position: center;
}
/* line 168, ../sass/_records.scss */
.Filters_Wrapper > div {
  padding-left: 100px;
}
/* line 171, ../sass/_records.scss */
.Filters_Wrapper .OSInline {
  margin-right: 20px;
  /* margin-bottom: 20px; */
}
/* line 175, ../sass/_records.scss */
.Filters_Wrapper .OSAutoMarginTop {
  margin-top: 20px;
}
/* line 177, ../sass/_records.scss */
.Filters_Wrapper .OSAutoMarginTop > select {
  /* display: block; */
  margin-right: 20px;
}
/* line 180, ../sass/_records.scss */
.Filters_Wrapper .OSAutoMarginTop > .OSInline.ThemeGrid_MarginGutter {
  width: auto;
  display: inline-block;
  margin-top: 0;
}
/* line 185, ../sass/_records.scss */
.Filters_Wrapper .OSAutoMarginTop .ThemeGrid_MarginGutter {
  width: 100%;
  /* margin-top: 20px; */
  /* margin-left: 0; */
}
/* line 189, ../sass/_records.scss */
.Filters_Wrapper .OSAutoMarginTop .ThemeGrid_MarginGutter input {
  width: 100%;
}

/* line 197, ../sass/_records.scss */
.TableRecords_Actions a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 25px;
}
/* line 201, ../sass/_records.scss */
.TableRecords_Actions a img {
  margin-right: 10px;
}

/* line 207, ../sass/_records.scss */
.TableRecords_Wrapper {
  border: none;
}

/* line 213, ../sass/_records.scss */
.ListRecords > span + span .deal-item {
  margin-top: 10px;
}

/* line 219, ../sass/_records.scss */
.TableRecords_BottomNavigation {
  font-family: 'Open Sans', sans-serif;
}
/* line 221, ../sass/_records.scss */
.TableRecords_BottomNavigation .ListNavigation_Next,
.TableRecords_BottomNavigation .ListNavigation_DisabledNext,
.TableRecords_BottomNavigation .ListNavigation_Previous,
.TableRecords_BottomNavigation .ListNavigation_DisabledPrevious {
  width: 10px;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  overflow: hidden;
}
/* line 235, ../sass/_records.scss */
.TableRecords_BottomNavigation .ListNavigation_Previous:before,
.TableRecords_BottomNavigation .ListNavigation_DisabledPrevious:before {
  content: '<';
  display: inline-block;
  color: #333;
}
/* line 243, ../sass/_records.scss */
.TableRecords_BottomNavigation .ListNavigation_Next:before,
.TableRecords_BottomNavigation .ListNavigation_DisabledNext:before {
  content: '>';
  display: inline-block;
  color: #333;
}
/* line 251, ../sass/_records.scss */
.TableRecords_BottomNavigation .ListNavigation_DisabledPrevious:before,
.TableRecords_BottomNavigation .ListNavigation_DisabledNext:before {
  color: #949494;
}

/* line 1, ../sass/_client.scss */
.client-placeholder {
  max-width: none !important;
  width: 32% !important;
  box-sizing: border-box;
  margin-top: 20px !important;
  margin-left: 2% !important;
  padding-left: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 11, ../sass/_client.scss */
.client-placeholder:nth-child(1) {
  margin-left: 0 !important;
}
/* line 13, ../sass/_client.scss */
.client-placeholder:nth-child(1) table, .client-placeholder:nth-child(1) tr, .client-placeholder:nth-child(1) td {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}
/* line 18, ../sass/_client.scss */
.client-placeholder:nth-child(1) a {
  white-space: normal;
  display: inline-block;
}
/* line 23, ../sass/_client.scss */
.client-placeholder:nth-child(1) table.ShowRecord > tbody {
  display: block;
}
/* line 27, ../sass/_client.scss */
.main-actions a {
  margin-left: 20px;
}

/* line 30, ../sass/_client.scss */
.client-placeholder:nth-child(1) table.ShowRecord > tbody > tr:first-child a img {
  margin-right: 5px;
}
/* line 36, ../sass/_client.scss */
.client-placeholder:nth-child(1) .vertical-item {
  margin-top: 0;
}
/* line 39, ../sass/_client.scss */
.client-placeholder:nth-child(1) .DetailTable {
  display: table;
}
/* line 41, ../sass/_client.scss */
.client-placeholder:nth-child(1) .DetailTable tr {
  display: table-row;
}
/* line 44, ../sass/_client.scss */
.client-placeholder:nth-child(1) .DetailTable td {
  display: table-cell;
  padding: 20px;
}
/* line 47, ../sass/_client.scss */
.client-placeholder:nth-child(1) .DetailTable td div {
  text-align: left;
}
/* line 52, ../sass/_client.scss */
.client-placeholder:nth-child(1) .ShowRecord_Caption {
  text-align: left;
  color: #000;
  border-width: 1px 0 0;
  padding-bottom: 0;
  margin-top: 20px;
  border-top: 1px solid #FFF;
  padding-top: 20px;
}
/* line 62, ../sass/_client.scss */
.client-placeholder:nth-child(1) .ShowRecord_Value a {
  color: #949494;
  line-height: 19px;
}
/* line 65, ../sass/_client.scss */
.client-placeholder:nth-child(1) .ShowRecord_Value a img {
  float: left;
  margin: 0 5px 0 0 !important;
}
/* line 72, ../sass/_client.scss */
.client-placeholder:nth-child(1) div > div:first-child {
  padding-left: 20px;
}
/* line 76, ../sass/_client.scss */
.client-placeholder:nth-child(1) .ShowRecord {
  padding: 20px 0 0;
}
/* line 81, ../sass/_client.scss */
.client-placeholder:nth-child(2) .OSAutoMarginTop {
  margin: 0;
}
/* line 84, ../sass/_client.scss */
.client-placeholder:nth-child(2) .TableRecords {
  margin-top: 0 !important;
}
/* line 87, ../sass/_client.scss */
.client-placeholder:nth-child(2) .ShowRecord {
  padding-bottom: 0;
}
/* line 91, ../sass/_client.scss */
.client-placeholder .VehiclesTable {
  margin-left: -20px;
}
/* line 93, ../sass/_client.scss */
.client-placeholder .VehiclesTable th, .client-placeholder .VehiclesTable td {
  padding: 10px 20px;
  text-align: left;
}
/* line 96, ../sass/_client.scss */
.client-placeholder .VehiclesTable th:first-child, .client-placeholder .VehiclesTable td:first-child {
  display: none;
}
/* line 98, ../sass/_client.scss */
.client-placeholder .VehiclesTable th:first-child + td, .client-placeholder .VehiclesTable td:first-child + td {
  border-left: 0;
}
/* line 102, ../sass/_client.scss */
.client-placeholder .VehiclesTable th:nth-last-child(2), .client-placeholder .VehiclesTable th:last-child, .client-placeholder .VehiclesTable td:nth-last-child(2), .client-placeholder .VehiclesTable td:last-child {
  border-right: none;
}
/* line 106, ../sass/_client.scss */
.client-placeholder .VehiclesTable th:before, .client-placeholder .VehiclesTable td:before {
  display: none;
}
/* line 110, ../sass/_client.scss */
.client-placeholder .VehiclesTable td {
  border: 1px solid #d7d7d7;
}
/* line 113, ../sass/_client.scss */
.client-placeholder .VehiclesTable.border-warning {
  outline: 1px solid orange;
  border-left: 1px solid orange;
}
/* line 116, ../sass/_client.scss */
.client-placeholder .VehiclesTable.border-warning th, .client-placeholder .VehiclesTable.border-warning td {
  text-align: left;
}
/* line 118, ../sass/_client.scss */
.client-placeholder .VehiclesTable.border-warning th:first-child, .client-placeholder .VehiclesTable.border-warning td:first-child {
  display: table-cell;
  width: 20px !important;
  border-right: 1px solid #d7d7d7;
  border-left: 0;
}
/* line 123, ../sass/_client.scss */
.client-placeholder .VehiclesTable.border-warning th:first-child:before, .client-placeholder .VehiclesTable.border-warning td:first-child:before {
  display: none;
}
/* line 127, ../sass/_client.scss */
.client-placeholder .VehiclesTable.border-warning th:before, .client-placeholder .VehiclesTable.border-warning td:before {
  display: block;
}
/* line 133, ../sass/_client.scss */
.client-placeholder > table {
  background-color: #eeeeee;
  border-radius: 5px;
}
/* line 137, ../sass/_client.scss */
.client-placeholder .TableRecords_Wrapper {
  max-width: none !important;
  width: 100%;
}
/* line 141, ../sass/_client.scss */
.client-placeholder .TableRecords {
  border-radius: 0;
  border-top: 1px solid #FFF;
  border-width: 1px 0 0;
}
/* line 146, ../sass/_client.scss */
.client-placeholder .ShowRecord {
  padding: 20px 0;
}
/* line 148, ../sass/_client.scss */
.client-placeholder .ShowRecord > tbody > tr > td {
  padding-right: 0;
}
/* line 150, ../sass/_client.scss */
.client-placeholder .ShowRecord > tbody > tr > td:after {
  content: "";
  display: table;
  clear: both;
}
/* line 156, ../sass/_client.scss */
.client-placeholder .ShowRecord > tbody > tr:last-child > td {
  padding-bottom: 0;
}
/* line 160, ../sass/_client.scss */
.client-placeholder .ShowRecord_Caption,
.client-placeholder .ShowRecord_Value {
  padding: 0 20px;
}
/* line 164, ../sass/_client.scss */
.client-placeholder .Bold {
  color: #000;
  padding-left: 20px;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #FFF;
  display: block;
}
/* line 171, ../sass/_client.scss */
.client-placeholder .Bold + a, .client-placeholder .Bold + div {
  padding-left: 20px;
}
/* line 174, ../sass/_client.scss */
.client-placeholder .Bold + a img, .client-placeholder .Bold + div img {
  margin-right: 5px;
}
/* line 179, ../sass/_client.scss */
.client-placeholder tr:first-child {
  padding: 0 20px;
}
/* line 182, ../sass/_client.scss */
.client-placeholder .Heading3 + div {
  padding: 0 20px;
}
/* line 185, ../sass/_client.scss */
.client-placeholder .deal-item {
  background-color: #eee;
  float: left;
  width: 100%;
  overflow: hidden;
}
/* line 190, ../sass/_client.scss */
.client-placeholder .deal-item .Heading3 {
  background-color: #cccccc;
  margin: 0;
  padding: 10px !important;
  text-align: center;
}
/* line 196, ../sass/_client.scss */
.client-placeholder .deal-item .Heading3 + div a {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 203, ../sass/_client.scss */
.client-placeholder .deal-item .Heading3 + div a img {
  margin-right: 10px;
}
/* line 207, ../sass/_client.scss */
.client-placeholder .deal-item .Heading3 + div span {
  display: none;
}
/* line 212, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords_Header {
  text-align: left;
  padding-left: 20px;
}
/* line 215, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords_Header:before {
  display: none;
}
/* line 219, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords_Header,
.client-placeholder .deal-item .TableRecords_OddLine {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  display: table-cell;
  float: none;
  border-bottom: 1px solid #CCC;
}
/* line 228, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords_OddLine {
  background-color: #e1e1e1;
}
/* line 230, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords_OddLine + .TableRecords_OddLine {
  border-left: 1px solid #CCC;
}
/* line 234, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords_Header {
  background-color: #cccccc;
  float: left;
  height: 30px;
}
/* line 239, ../sass/_client.scss */
.client-placeholder .deal-item td {
  float: left;
  border: none;
}
/* line 243, ../sass/_client.scss */
.client-placeholder .deal-item tr {
  padding: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
/* line 250, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords tr {
  background-color: #e3e1e1;
}
/* line 252, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords tr + tr {
  margin-top: -1px;
}
/* line 254, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords tr + tr td {
  border-top: 1px solid #ccc;
}
/* line 259, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords td {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 20px;
  border-right: 1px solid #CCC;
  border-bottom: none;
}
/* line 266, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords td:last-child {
  border-right: none;
}
/* line 268, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords td:last-child .OSInline {
  display: block;
}
/* line 272, ../sass/_client.scss */
.client-placeholder .deal-item .TableRecords td + td {
  border-left: 1px solid #CCC;
  margin-left: -1px;
}
/* line 278, ../sass/_client.scss */
.client-placeholder .deal-item .ShowRecord_Caption {
  text-align: left;
  float: left;
  width: 100%;
  color: #333;
  padding-bottom: 5px;
}
/* line 286, ../sass/_client.scss */
.client-placeholder .deal-item .ShowRecord_Value a {
  color: #949494;
}
/* line 290, ../sass/_client.scss */
.client-placeholder .deal-item .ShowRecord {
  padding-top: 5px;
}
/* line 292, ../sass/_client.scss */
.client-placeholder .deal-item .ShowRecord tr {
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}
/* line 298, ../sass/_client.scss */
.client-placeholder .deal-item table:last-child td {
  width: 100% !important;
  padding-left: 20px;
  padding-bottom: 10px;
}
/* line 302, ../sass/_client.scss */
.client-placeholder .deal-item table:last-child td a {
  color: #949494;
}
/* line 305, ../sass/_client.scss */
.client-placeholder .deal-item table:last-child td:first-child {
  color: #333;
  padding-bottom: 5px;
}
/* line 309, ../sass/_client.scss */
.client-placeholder .deal-item table:last-child td div {
  text-align: left;
}
/* line 315, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions {
  background-color: #EEE;
  border-radius: 5px 5px 0 0;
}
/* line 28, ../sass/_mixins.scss */
.client-placeholder .TableRecords_Actions:after {
  content: "";
  display: table;
  clear: both;
}
/* line 322, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions a {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 12px;
}
/* line 328, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent {
  margin-top: 0 !important;
}
/* line 330, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent th, .client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent td {
  display: block;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
/* line 336, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent th:first-child, .client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent td:first-child {
  padding-bottom: 0;
  padding-top: 20px;
}
/* line 340, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent th:before, .client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent td:before {
  display: none;
}
/* line 343, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent th div, .client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent td div {
  text-align: left;
}
/* line 347, ../sass/_client.scss */
.client-placeholder .TableRecords_Actions + .TableRecords.OSFillParent select {
  margin: 0 0 20px 20px;
}

/* line 354, ../sass/_client.scss */
.header-info {
  background-color: #eeeeee;
  color: #888;
  font-size: 12px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 360, ../sass/_client.scss */
.header-info .header-box {
  border: none;
  margin: 0;
  width: 14.4%;
  padding-bottom: 6px;
  white-space: normal;
}
/* line 366, ../sass/_client.scss */
.header-info .header-box a {
  white-space: normal;
}
/* line 370, ../sass/_client.scss */
.header-info .header-box-title {
  background-color: #e2e1e1;
  color: #545454;
  padding: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, ../sass/_table.scss */
table.pvtTable {
  background-color: #d7d7d7;
  border-radius: 5px;
  overflow: hidden;
}
/* line 7, ../sass/_table.scss */
table.pvtTable tr th:first-child {
  text-align: left;
}
/* line 11, ../sass/_table.scss */
table.pvtTable tr th, table.pvtTable tr td {
  border: 1px solid #FFF !important;
  color: #333 !important;
  background-color: #ebebeb;
}

/* line 18, ../sass/_table.scss */
select.pivot-ui-select {
  top: 2px;
  left: 1px;
}

/* line 26, ../sass/_table.scss */
div.cv-pvt-tbl > table {
  background-color: #d7d7d7;
  border-radius: 5px;
  position: relative;
}
/* line 32, ../sass/_table.scss */
div.cv-pvt-tbl > table tr th:first-child {
  text-align: left;
}
/* line 36, ../sass/_table.scss */
div.cv-pvt-tbl > table tr th,
div.cv-pvt-tbl > table tr td {
  border: 1px solid #FFF !important;
  color: #333 !important;
  background-color: #ebebeb;
}
/* line 42, ../sass/_table.scss */
div.cv-pvt-tbl > table tr:first-child td {
  background-color: #d7d7d7;
  padding: 10px;
}
/* line 45, ../sass/_table.scss */
div.cv-pvt-tbl > table tr:first-child td .pvtAggregator {
  margin-bottom: 0;
}
/* line 48, ../sass/_table.scss */
div.cv-pvt-tbl > table tr:first-child td:last-child {
  background-color: #ebebeb;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 5, ../sass/_helper.scss */
.wrapper {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}

/* line 11, ../sass/_helper.scss */
.framed {
  overflow: hidden;
}

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
/* line 20, ../sass/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 30, ../sass/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 47, ../sass/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 61, ../sass/_helper.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 77, ../sass/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 83, ../sass/_helper.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 111, ../sass/_helper.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 121, ../sass/_helper.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 126, ../sass/_helper.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 130, ../sass/_helper.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 139, ../sass/_helper.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 144, ../sass/_helper.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 155, ../sass/_helper.scss */
  thead {
    display: table-header-group;
  }

  /* line 159, ../sass/_helper.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 164, ../sass/_helper.scss */
  img {
    max-width: 100% !important;
  }

  /* line 168, ../sass/_helper.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 175, ../sass/_helper.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
