/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! HTML5 Boilerplate v4.3.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
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.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: h5bp.com/p
 */
.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
 */
.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.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.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: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*@font-face{
	font-family : "Oxygen";
	src         : url("fonts/oxygen/oxygen-regular.otf");
}*/
@font-face {
  font-family: "Brush Script MT Italic";
  src: url("fonts/brush-script-mt-italic/brush-sci.ttf"); }

@font-face {
  font-family: "Mohave";
  src: url("fonts/mohave/mohave.otf"); }

@font-face {
  font-family: "Tw Cen MT Condensed";
  src: url("fonts/tw-cen-mt/twcenmt-condensed-regular.ttf"); }

@font-face {
  font-family: "Tw Cen MT";
  src: url("fonts/tw-cen-mt/twcenmt-regular.ttf"); }

@font-face {
  font-family: "PT Sans";
  src: url("fonts/pt-sans/ptsans-regular.ttf"); }

@font-face {
  font-family: "Cordia New";
  src: url("fonts/cordia-new/cordia.ttf"); }

@font-face {
  font-family: "Open Sans";
  src: url("fonts/open-sans/opensans-regular.ttf"); }

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  src: url("fonts/open-sans/opensans-bold.ttf"); }

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  src: url("fonts/open-sans/opensans-italic.ttf"); }

@font-face {
  font-family: "Open Sans Light";
  src: url("fonts/open-sans/opensans-light.ttf"); }

@font-face {
  font-family: "Oxygen";
  src: url("fonts/oxygen/oxygen.otf"); }

@font-face {
  font-family: "Oxygen";
  font-weight: bold;
  src: url("fonts/oxygen/oxygen-bold.ttf"); }

@font-face {
  font-family: "Oxygen Light";
  src: url("fonts/oxygen/oxygen-light.ttf"); }

@font-face {
  font-family: "Vector Icon";
  src: url("fonts/vectors/icons.eot");
  src: url("fonts/vectors/icons.eot?#iefix") format("embedded-opentype"), url("fonts/vectors/icons.woff") format("woff"), url("fonts/vectors/icons.ttf") format("truetype"), url("fonts/vectors/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-icon-remove-thin:before {
  content: "\e001"; }

.font-icon-update:before {
  content: "\e002"; }

.font-icon-arrow-down:before {
  content: "\e003"; }

.font-icon-arrow-right:before {
  content: "\e004"; }

.font-icon-unlocked:before {
  content: "\e005"; }

.font-icon-piggy-bank:before {
  content: "\e006"; }

.font-icon-key:before {
  content: "\e007"; }

.font-icon-arrow-up:before {
  content: "\e008"; }

.font-icon-folder:before {
  content: "\e009"; }

.font-icon-user:before {
  content: "\e00a"; }

.font-icon-arrow-left:before {
  content: "\e00b"; }

.font-icon-filter:before {
  content: "\e00c"; }

.font-icon-add:before {
  content: "\e00d"; }

.font-icon-information:before {
  content: "\e00e"; }

.font-icon-remove:before {
  content: "\e00f"; }

.font-icon-tick:before {
  content: "\e010"; }

.font-icon-sign-contract:before {
  content: "\e011"; }

.font-icon-refresh:before {
  content: "\e012"; }

.font-icon-trash:before {
  content: "\e013"; }

.font-icon-quick-link:before {
  content: "\e014"; }

.font-icon-edit:before {
  content: "\e000"; }

.font-icon-detail:before {
  content: "\e015"; }

.font-icon-single-detail:before {
  content: "\e016"; }

.font-icon-view:before {
  content: "\e017"; }

.font-icon-print:before {
  content: "\e018"; }

.font-icon-checkout:before {
  content: "\e019"; }

.font-icon-history:before {
  content: "\e01a"; }

/*.font-font-icon-piggy-bank:before {
      content: "\e000";
    }
    .font-font-icon-sign-contract:before {
      content: "\e001";
    }
    .font-font-icon-unlocked:before {
      content: "\e002";
    }
    .font-icon-key:before {
      content: "\e003";
    }
    .font-icon-user:before {
      content: "\e004";
    }
    .font-icon-information:before {
      content: "\e005";
    }
    .font-icon-add:before {
      content: "\e006";
    }
    .font-icon-remove:before {
      content: "\e007";
    }
    .font-icon-tick:before {
      content: "\e008";
    }
    .font-icon-refresh:before {
      content: "\e009";
    }
    .font-icon-remove-thin:before {
      content: "\e00a";
    }
    .font-icon-trash:before {
      content: "\e00b";
    }
    .font-icon-quick-link:before {
      content: "\e00c";
    }
    .font-icon-update:before {
      content: "\e00d";
    }
    .font-icon-arrow-down:before {
      content: "\e00e";
    }
    .font-icon-arrow-right:before {
      content: "\e00f";
    }
    .font-icon-arrow-up:before {
      content: "\e010";
    }
    .font-icon-arrow-left:before {
      content: "\e011";
    }
    .font-icon-folder:before {
      content: "\e012";
    }
    .font-icon-filter:before {
      content: "\e013";
    }
  .icon-edit:before {
    content: "\e014";
  }*/
/*
 * Shadow Box
 */
/*
 * Up to Down Gradient
 */
/*
 * Border Radius, if clipping true background-clip will prevent background color leak out
 */
/*
 * Change Color of placeholder in Modern browser
 */
/*
 * Sprite icon on right of element
 */
/*
 * Define sprite for background image
 */
/*
 * Function
 */
.arrow-ttp-icon {
  background: url("../images/site/arrow-icon.png") no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  vertical-align: middle; }
  .arrow-ttp-icon.big.left {
    width: 10px;
    height: 15px; }
  .arrow-ttp-icon.xs {
    background-position: -18px 0; }
    .arrow-ttp-icon.xs.down {
      background-position: -18px -14px;
      width: 11px;
      height: 7px; }
    .arrow-ttp-icon.xs.up {
      background-position: -17px -28px;
      width: 11px;
      height: 7px; }

.menu-icon {
  background: url("../images/site/menu-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  vertical-align: middle; }
  .menu-icon.dashboard {
    background-position: 0 0; }
  .menu-icon.store {
    background-position: 0 -27px; }
  .menu-icon.coin {
    background-position: 0 -54px; }
  .menu-icon.user {
    background-position: 0 -81px; }
  .menu-icon.tenant {
    background-position: 0 -107px; }
  .menu-icon.contract {
    background-position: 0 -134px; }
  .menu-icon.invoice {
    height: 29px;
    background-position: 0 -162px; }
  .menu-icon.setting {
    background-position: 0 -193px; }
  .menu-icon.document {
    background-position: 0 -220px; }

.menu-icon-alt {
  background: url("../images/site/menu-icon-alt.png") no-repeat;
  width: 26px;
  height: 25px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  vertical-align: middle; }
  .menu-icon-alt.graphic {
    background-position: 0 0;
    height: 19px; }
  .menu-icon-alt.country {
    background-position: 0 -39px;
    height: 25px; }
  .menu-icon-alt.map-marker {
    background-position: 0 -68px;
    height: 25px; }

/*
 * Shadow Box
 */
/*
 * Up to Down Gradient
 */
/*
 * Border Radius, if clipping true background-clip will prevent background color leak out
 */
/*
 * Change Color of placeholder in Modern browser
 */
/*
 * Sprite icon on right of element
 */
/*
 * Define sprite for background image
 */
/*
 * Function
 */
/* ============================================
/* Basic Style
/* ============================================*/
.fw-bold {
  font-weight: bold; }

.d-block {
  display: block; }

/*---------------------------------------------------------------*/
/* ============================================
/* General Style
/* ============================================*/
@media all {
  .page-break {
    display: none; } }

@media print {
  .page-break {
    display: block;
    page-break-before: always; } }

/*.content-wrapper{
	width  : $body-min-width;
	margin : 0 auto;
}*/
.fw-bold {
  font-weight: bold; }

.color-red {
  color: #FD0C0C; }

.fs-italic {
  font-style: italic; }

.td-underline {
  text-decoration: underline; }

.d-none {
  display: none !important; }
  .d-none.d-inline-block {
    display: inline-block !important; }
  .d-none.d-block {
    display: block !important; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

.log {
  font-family: "PT Sans"; }
  .log.error {
    color: #E54D39;
    font-size: 0.92857em; }

.disabled {
  -khtml-opacity: 10;
  /* safari 1.x */
  -moz-opacity: 10;
  /* Netscape */
  -ms-filter: alpha(opacity=10);
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  opacity: 0.1;
  /* Modern browsers */ }

.c-pointer {
  cursor: pointer; }

.clr-red {
  color: #F1654C; }

.g-d-flex {
  display: flex; }

.flex-1 {
  flex: 1; }
  .flex-1.no-pad {
    padding-right: 0 !important; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.wait-overlay {
  position: relative; }
  .wait-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFF;
    cursor: wait;
    -khtml-opacity: 80;
    /* safari 1.x */
    -moz-opacity: 80;
    /* Netscape */
    -ms-filter: alpha(opacity=80);
    /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 8 */
    filter: alpha(opacity=80);
    /* IE 5-7 */
    opacity: 0.8;
    /* Modern browsers */ }
  .wait-overlay#site_wrapper {
    position: fixed; }

.branch-logo {
  position: absolute;
  font-family: "Brush Script MT Italic", Mistral, "Monotype Corsiva", "Brush Script Std Medium";
  color: #802110;
  line-height: 0; }

.bg-main-2 {
  background: #FFF; }

.font-ico {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  vertical-align: middle; }

.color-minus {
  color: #FF0000; }

ul.link {
  color: #00B4FF; }
  ul.link a:hover {
    text-decoration: underline;
    cursor: pointer; }

ul.inline {
  margin: 0 15px 0 25px;
  padding: 0;
  list-style: none; }
  ul.inline:before, ul.inline:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  ul.inline:after {
    clear: both; }
  ul.inline li {
    float: left;
    margin: 0 50px 0 0; }
    ul.inline li:last-child {
      margin: 0; }
    ul.inline li:before {
      content: "";
      border-color: transparent #515151;
      border-style: solid;
      border-width: 0.35em 0 0.35em 0.45em;
      display: block;
      height: 0;
      width: 0;
      position: relative;
      left: -1em;
      top: 0.9em; }

/**
     * General columns
     */
.col-8 {
  width: 12.5%; }

/*----------------------------------------------------*/
/**
     * Position overlaid element up a little bit so it's on user's eye focus
     */
/*----------------------------------------------------*/
/*---------------------------------------------------------------*/
/* ============================================
/* Button
/* ============================================*/
.button {
  outline: none;
  border: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .button:hover {
    text-decoration: none; }
  .button.red {
    background: #F1654C;
    font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
    color: #FFF;
    font-size: 1em; }
    .button.red:hover {
      background: #ED8D77; }
    .button.red:active {
      background: #DB5846; }
  .button.block {
    display: block;
    width: 100%;
    padding: 10px 0; }

.action-wrapper {
  padding: 7px 15px;
  border-bottom: 1px solid #F5F5F5; }
  .action-wrapper .group {
    margin: 0 3px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */ }
    .action-wrapper .group:before, .action-wrapper .group:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .action-wrapper .group:after {
      clear: both; }
  .action-wrapper .btn {
    margin: 0;
    padding: 6px 12px;
    float: left;
    cursor: pointer;
    font-size: 0.78571em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #3E4651;
    color: #FFF;
    border: 1px solid #3E4651; }
    .action-wrapper .btn:hover {
      background: #FFF;
      color: #3E4651;
      border-color: #3E4651; }
    .action-wrapper .btn:active {
      background: #101214;
      color: #FFF; }
    .action-wrapper .btn.sep {
      border-right-color: #717070; }
    .action-wrapper .btn.red {
      background: #EC5E4C;
      color: #FFF;
      border-color: #EC5E4C; }
      .action-wrapper .btn.red:hover {
        background: #FFF;
        color: #EC5E4C;
        border-color: #EC5E4C; }
      .action-wrapper .btn.red:active {
        background: #CA4231;
        color: #FFF; }
    .action-wrapper .btn.aqua {
      background: #02ABA2;
      color: #FFF;
      border-color: #00726C; }
      .action-wrapper .btn.aqua:hover {
        background: #FFF;
        color: #00726C;
        border-color: #00726C; }
      .action-wrapper .btn.aqua:active {
        background: #00726C;
        color: #FFF; }
    .action-wrapper .btn.blue {
      background: #385F9A;
      color: #FFF;
      border-color: #385F9A; }
      .action-wrapper .btn.blue:hover {
        background: #FFF;
        color: #385F9A;
        border-color: #385F9A;
        text-decoration: none; }
      .action-wrapper .btn.blue:active {
        background: #20447B;
        color: #FFF; }

/*---------------------------------------------------------------*/
/* ============================================
/* Submenu tab
/* ============================================*/
.submenu-tab {
  margin: 0 0 30px;
  text-align: center;
  border-bottom: 1px solid #CBCBCB; }
  .submenu-tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .submenu-tab ul:before, .submenu-tab ul:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .submenu-tab ul:after {
      clear: both; }
  .submenu-tab li {
    position: relative;
    margin: 0 8px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */ }
  .submenu-tab .tab {
    display: block;
    cursor: pointer;
    color: #AAAAAA;
    font-size: 1.14286em;
    font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
    padding: 4px 18px 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .submenu-tab .tab:hover {
      text-decoration: none;
      color: #3E4651;
      border-bottom: 2px solid #A8A8A8; }
    .submenu-tab .tab.active {
      color: #3E4651;
      border-bottom: 2px solid #F1654C; }
      .submenu-tab .tab.active:after {
        display: block;
        position: absolute;
        bottom: -11px;
        left: 37%;
        content: " ";
        width: 16px;
        height: 11px;
        background: url("../images/site/arrow-icon.png") no-repeat -59px 0; }

/*---------------------------------------------------------------*/
/* ============================================
/* Grid
/* ============================================*/
.grid .col-1,
.grid .col-2,
.grid .col-3,
.grid .col-4,
.grid .col-5,
.grid .col-6,
.grid .col-7,
.grid .col-8,
.grid .col-9,
.grid .col-10,
.grid .col-11,
.grid .col-12 {
  float: left; }

.grid .col-1 {
  width: 8.33333%; }

.grid .col-2 {
  width: 16.66667%; }

.grid .col-3 {
  width: 25%; }

.grid .col-4 {
  width: 33.33333%; }

.grid .col-5 {
  width: 41.66667%; }

.grid .col-6 {
  width: 50%; }

.grid .col-7 {
  width: 58.33333%; }

.grid .col-8 {
  width: 66.66667%; }

.grid .col-9 {
  width: 75%; }

.grid .col-10 {
  width: 83.33333%; }

.grid .col-11 {
  width: 91.66667%; }

.grid .col-12 {
  width: 100%; }

.grid .left {
  margin: 0 18px 0 0; }

.s-col-1 {
  width: 8.33333%; }

.s-col-2 {
  width: 16.66667%; }

.s-col-3 {
  width: 25%; }

.s-col-4 {
  width: 33.33333%; }

.s-col-5 {
  width: 41.66667%; }

.s-col-6 {
  width: 50%; }

.s-col-7 {
  width: 58.33333%; }

.s-col-8 {
  width: 66.66667%; }

.s-col-9 {
  width: 75%; }

.s-col-10 {
  width: 83.33333%; }

.s-col-11 {
  width: 91.66667%; }

.s-col-12 {
  width: 100%; }

.grid:before, .grid:after,
.grid .row:before,
.grid .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.grid:after,
.grid .row:after {
  clear: both; }

/*---------------------------------------------------------------*/
/* ============================================
/* Form
/* ============================================*/
.form-section {
  margin: 0 0 20px;
  background: #FFF; }
  .form-section .header {
    padding: 15px 21px 14px;
    border-bottom: 1px solid #DADADA; }
    .form-section .header .title {
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-size: 1.28571em;
      font-weight: normal;
      margin: 0;
      color: #797979; }
    .form-section .header .action-wrapper {
      margin: -2px 0 0;
      float: right; }
      .form-section .header .action-wrapper .font-icon-remove-thin {
        color: #F1654C;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .form-section .header .action-wrapper .font-icon-remove-thin:hover {
          color: #000; }
      .form-section .header .action-wrapper a {
        cursor: pointer; }
        .form-section .header .action-wrapper a:hover {
          text-decoration: none; }
  .form-section .fieldgroup {
    border-bottom: 1px solid #DADADA; }
    .form-section .fieldgroup.top {
      border-bottom: 0;
      border-top: 1px solid #DADADA; }

.button-wrapper {
  text-align: center;
  padding: 12px 0 15px; }
  .button-wrapper .btn {
    padding: 9px 27px 11px;
    cursor: pointer;
    font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
    border: 1px solid transparent;
    margin: 0 2px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .button-wrapper .btn:hover {
      text-decoration: none; }
    .button-wrapper .btn:active {
      border-color: transparent;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s; }
  .button-wrapper .btn-submit {
    padding: 11px 27px 13px;
    background: #3E4651;
    color: #FFF; }
    .button-wrapper .btn-submit:hover {
      background: #FFF;
      color: #3E4651;
      border-color: #3E4651; }
    .button-wrapper .btn-submit:active {
      background: #101214;
      color: #FFF; }
    .button-wrapper .btn-submit.print {
      background: #385F9A;
      color: #FFF; }
      .button-wrapper .btn-submit.print:hover {
        background: #FFF;
        color: #385F9A;
        border-color: #385F9A; }
      .button-wrapper .btn-submit.print:active {
        background: #20447B;
        color: #FFF; }
    .button-wrapper .btn-submit.red {
      background: #F1654C;
      color: #FFF; }
      .button-wrapper .btn-submit.red:hover {
        background: #FFF;
        color: #F1654C;
        border-color: #F1654C; }
      .button-wrapper .btn-submit.red:active {
        background: #DB5846;
        color: #FFF; }
  .button-wrapper .btn-cancel {
    background: #98A7AF;
    color: #FFF; }
    .button-wrapper .btn-cancel:hover {
      background: #FFF;
      color: #98A7AF;
      border-color: #98A7AF; }
    .button-wrapper .btn-cancel:active {
      background: #7E8689;
      color: #FFF; }

.form .input-wi {
  border: 1px solid #777777; }
  .form .input-wi.error {
    border-color: red; }
  .form .input-wi .txt {
    border: 0;
    outline: 0;
    font-size: 0.92857em;
    display: block;
    overflow: hidden;
    width: 85%;
    padding: 8px 0;
    color: #444444; }
  .form .input-wi .ico {
    float: left;
    margin: 11px 8px 0 10px;
    font-size: 0.92857em;
    color: #444444; }

.form .fieldgroup {
  padding: 21px 21px 23px; }
  .form .fieldgroup .subheader {
    margin: 0 0 14px; }
    .form .fieldgroup .subheader .font-icon-arrow-down,
    .form .fieldgroup .subheader .label {
      color: #DDDDDD; }
    .form .fieldgroup .subheader .font-icon-arrow-down {
      font-size: 0.42857em;
      margin: 0 5px 0 0; }
    .form .fieldgroup .subheader .label {
      margin: 0;
      font-weight: normal;
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-size: 1.28571em;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */
      vertical-align: middle; }
  .form .fieldgroup .blue {
    color: #00B4FF; }

.form .fieldset-rma {
  display: inline-block !important; }
  .form .fieldset-rma.barcode {
    width: 40% !important; }
  .form .fieldset-rma.quantity {
    width: 3% !important; }

.form .fieldset {
  margin: 0 0 17px; }
  .form .fieldset .label,
  .form .fieldset .input,
  .form .fieldset .msg {
    display: block;
    font-size: 0.92857em; }
  .form .fieldset .label {
    color: #171717;
    margin: 0 0 2px; }
    .form .fieldset .label .required {
      color: #F1654C;
      font-family: "Open Sans", Oxygen, "PT Sans", Arial, Sans-Serif;
      font-size: 1.07692em; }
    .form .fieldset .label.bold {
      font-weight: bold;
      color: red; }
  .form .fieldset .input {
    width: 100%;
    color: #000;
    padding: 8px 11px 8px;
    border: 1px solid #D0D0D0;
    margin: 4px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* FF 19+ */
    /* FF 18- */ }
    .form .fieldset .input::-webkit-input-placeholder {
      color: #CBCBCB; }
    .form .fieldset .input::-moz-placeholder {
      color: #CBCBCB; }
    .form .fieldset .input:-moz-placeholder {
      color: #CBCBCB; }
    .form .fieldset .input:-ms-input-placeholder {
      color: #CBCBCB; }
    .form .fieldset .input.placeholder {
      color: #CBCBCB; }
    .form .fieldset .input.readonly {
      background: #F4F4F4;
      cursor: not-allowed; }
    .form .fieldset .input:hover, .form .fieldset .input:active {
      border: 1px solid #797979; }
    .form .fieldset .input:first-child {
      margin: 0; }
    .form .fieldset .input.outline-error {
      border-color: red; }
    .form .fieldset .input[readonly], .form .fieldset .input[disabled] {
      color: #828282; }
  .form .fieldset .input-textarea {
    min-height: 100px; }
  .form .fieldset .msg {
    margin: 3px 0 0;
    font-size: 0.78571em;
    text-align: right; }
  .form .fieldset .field {
    display: block; }
    .form .fieldset .field.inline .label {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    .form .fieldset .field .side-label {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    .form .fieldset .field .action a {
      cursor: pointer;
      color: #F1654C; }
      .form .fieldset .field .action a.blue {
        color: #00B4FF; }
    .form .fieldset .field.error .input {
      border-color: #F1654C; }
    .form .fieldset .field.error .label,
    .form .fieldset .field.error .msg {
      color: #F1654C; }
    .form .fieldset .field.error .msg {
      font-weight: bold; }
    .form .fieldset .field .field-info {
      font-size: 0.85714em;
      padding: 5px 5px 7px 5px;
      color: #9A9A9A;
      display: block; }
  .form .fieldset .subfield,
  .form .fieldset .subfield .label,
  .form .fieldset .subfield .input {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: top; }
  .form .fieldset .subfield {
    margin: 0 60px 0 0;
    padding: 5px 0 0; }
    .form .fieldset .subfield .label {
      color: #000;
      font-weight: normal; }
    .form .fieldset .subfield .input {
      width: auto; }
    .form .fieldset .subfield:hover .label, .form .fieldset .subfield.active .label {
      color: #797979;
      font-weight: bold; }
  .form .fieldset.checkbox, .form .fieldset.radio {
    margin: 0 0 21px;
    padding: 5px 0 0; }
    .form .fieldset.checkbox .subfield, .form .fieldset.radio .subfield {
      cursor: pointer; }
      .form .fieldset.checkbox .subfield .label, .form .fieldset.radio .subfield .label {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none; }
    .form .fieldset.checkbox .msg, .form .fieldset.radio .msg {
      text-align: left; }
  .form .fieldset.two-columns:before, .form .fieldset.two-columns:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form .fieldset.two-columns:after {
    clear: both; }
  .form .fieldset.two-columns .col {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .form .fieldset.two-columns .col:last-child {
      padding: 0 0 0 10px;
      /*input{
                        width : 100%;
                    }*/ }
    .form .fieldset.two-columns .col:first-child {
      padding: 0 5px 0 0; }
  .form .fieldset.two-columns input {
    width: 100%; }
  .form .fieldset.three-columns:before, .form .fieldset.three-columns:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form .fieldset.three-columns:after {
    clear: both; }
  .form .fieldset.three-columns .col {
    width: 33%;
    float: left;
    pdading: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .form .fieldset.three-columns .col:last-child {
      padding: 0 0 0 10px;
      /*input{
                        width : 100%;
                    }*/ }
    .form .fieldset.three-columns .col:first-child {
      padding: 0 10px 0 0; }
  .form .fieldset.three-columns input {
    width: 100%; }

.form .cke {
  margin: 6px 0 22px; }

/*---------------------------------------------------------------*/
/* ============================================
/* Font Vector
/* ============================================*/
[data-icon]:before {
  font-family: "Vector Icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

[class^="font-icon-"]:before,
[class*=" font-icon-"]:before {
  font-family: "Vector Icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

/*---------------------------------------------------------------*/
/* ============================================
/* Tooltip
/* ============================================*/
.info-tip-wrapper {
  position: relative; }

.info-tip {
  position: absolute;
  right: -30px;
  bottom: 28px;
  max-width: 240px;
  z-index: 1000;
  background: #FFF;
  border: 1px solid #CECECE;
  padding: 9px 13px 12px;
  text-align: left;
  font-size: 0.85714em;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .info-tip .arrow-ttp-icon {
    /*display  : block; */
    position: absolute;
    bottom: -7px;
    margin-right: 15px;
    /*background          : url($image-site + "arrow-icon.png") no-repeat;
        background-position : -18px -14px;
        width               : 11px;
        height              : 7px;*/ }

.wait-overlay .info-tip {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -khtml-opacity: 20;
  /* safari 1.x */
  -moz-opacity: 20;
  /* Netscape */
  -ms-filter: alpha(opacity=20);
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE 8 */
  filter: alpha(opacity=20);
  /* IE 5-7 */
  opacity: 0.2;
  /* Modern browsers */ }

/*---------------------------------------------------------------*/
/* ============================================
/* Data Table 
/* ============================================*/
.data-wrapper {
  margin: 0 0 50px;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* ============================================
    /* jQuery DataTable
    /* ============================================*/
  /* ============================================
        /* Record Summary by using Data Table
        /* ============================================*/
  /*----------------------------------------------------*/
  /* ============================================
    /* DataTable Override
    /* ============================================*/
  /*----------------------------------------------------*/
  /* ============================================
    /* Floating Table Selection
    /* ============================================*/
  /*----------------------------------------------------*/ }
  .data-wrapper.space-up {
    margin-top: 28px; }
  .data-wrapper.only-body {
    padding-bottom: 1px; }
  .data-wrapper .head {
    background: #3E4651;
    color: #FFF; }
    .data-wrapper .head .title {
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-weight: normal;
      padding: 14px 16px;
      margin: 0;
      font-size: 1.14286em; }
    .data-wrapper .head .action {
      float: right;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .data-wrapper .head .add,
    .data-wrapper .head .filter {
      cursor: pointer;
      float: left;
      width: 48px;
      text-align: center;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .data-wrapper .head .add a,
      .data-wrapper .head .filter a {
        padding: 16px 0 15px;
        display: block; }
        .data-wrapper .head .add a:hover,
        .data-wrapper .head .filter a:hover {
          text-decoration: none; }
    .data-wrapper .head .filter {
      background: #000;
      color: #FFF; }
      .data-wrapper .head .filter:hover, .data-wrapper .head .filter.active {
        background: #FFF;
        color: #000; }
      .data-wrapper .head .filter .filter-icon {
        display: block;
        padding: 16px 0 15px; }
    .data-wrapper .head .add {
      background: #F27C6D;
      color: #FFF; }
      .data-wrapper .head .add:hover {
        background: #FFF;
        color: #F27C6D; }
  .data-wrapper.alt .head {
    background: #00726C;
    color: #FFF; }
  .data-wrapper.alt.inherit .head {
    background: #3E4651;
    color: #FFF; }
  .data-wrapper.blue .head {
    background: #10305A; }
  .data-wrapper.sky .head {
    background: #3B73BD; }
  .data-wrapper.red .head {
    background: #F1654C; }
  .data-wrapper.light-blue .head {
    background: #18437B; }
  .data-wrapper.plain .head {
    background: transparent;
    color: #3E4651; }
    .data-wrapper.plain .head .title {
      padding-top: 16px;
      padding-bottom: 10px; }
  .data-wrapper.plain.border .head {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 6px; }
    .data-wrapper.plain.border .head .title {
      padding-bottom: 12px; }
  .data-wrapper table {
    width: 99%;
    color: #444444;
    margin: 0 auto; }
    .data-wrapper table thead th {
      padding: 10px 12px 15px;
      text-align: left;
      border-bottom: 0;
      background-position: 95% 9px; }
      .data-wrapper table thead th.fit-sort {
        width: 2.5%; }
      .data-wrapper table thead th.fit {
        width: 1%; }
        .data-wrapper table thead th.fit.extra {
          width: 3%; }
      .data-wrapper table thead th.center {
        text-align: center; }
      .data-wrapper table thead th.wrap {
        width: 10%; }
      .data-wrapper table thead th.loose-wrap {
        width: 20%; }
      .data-wrapper table thead th[st-sort] {
        background: transparent url("../images/site/sorts/sort_both.png") no-repeat 97% center;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .data-wrapper table thead th[st-sort]:hover {
          background-color: #FAFAFA; }
      .data-wrapper table thead th.st-sort-ascent {
        background: url("../images/site/sorts/sort_asc.png") no-repeat 97% center; }
      .data-wrapper table thead th.st-sort-descent {
        background: url("../images/site/sorts/sort_desc.png") no-repeat 97% center; }
    .data-wrapper table thead tr.helper {
      display: none; }
    .data-wrapper table th.center,
    .data-wrapper table td.center {
      text-align: center; }
    .data-wrapper table th.right,
    .data-wrapper table td.right {
      text-align: right; }
    .data-wrapper table tbody {
      /*---------------------------------------------------------------*/
      /* ============================================
            /* my custom icon
            /* ============================================*/ }
      .data-wrapper table tbody td {
        padding: 13px 14px 13px 9px; }
        .data-wrapper table tbody td.red {
          color: #E22D0D; }
      .data-wrapper table tbody tr {
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s; }
        .data-wrapper table tbody tr.odd, .data-wrapper table tbody tr:nth-child(odd) {
          background: #FAFAFA; }
          .data-wrapper table tbody tr.odd:hover, .data-wrapper table tbody tr:nth-child(odd):hover {
            background: #F5F5F5; }
        .data-wrapper table tbody tr.even, .data-wrapper table tbody tr:nth-child(even) {
          background: #FFF; }
          .data-wrapper table tbody tr.even:hover, .data-wrapper table tbody tr:nth-child(even):hover {
            background: #F7F7F7; }
      .data-wrapper table tbody th {
        padding: 13px 14px 13px 9px;
        text-align: left; }
      .data-wrapper table tbody .my-icons {
        display: block; }
        .data-wrapper table tbody .my-icons.task-lists {
          background: url("../images/site/my-icons/tasks-list.png") no-repeat;
          width: 24px;
          height: 24px; }
      .data-wrapper table tbody .font-icon,
      .data-wrapper table tbody .font-awe {
        font-size: 1.38462em;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .data-wrapper table tbody .font-icon-tick {
        color: #D1E751; }
        .data-wrapper table tbody .font-icon-tick:hover {
          color: #8B9B35; }
      .data-wrapper table tbody .fa-download {
        color: #00B4FF; }
        .data-wrapper table tbody .fa-download:hover {
          color: #085D6B; }
      .data-wrapper table tbody .font-icon-edit {
        color: #00B4FF; }
        .data-wrapper table tbody .font-icon-edit:hover {
          color: #085D6B; }
      .data-wrapper table tbody .font-icon-remove {
        color: #F27C6D; }
        .data-wrapper table tbody .font-icon-remove:hover {
          color: #A54C41; }
      .data-wrapper table tbody .font-icon-trash {
        color: #B5211D; }
        .data-wrapper table tbody .font-icon-trash:hover {
          color: #691412; }
      .data-wrapper table tbody .font-icon-view {
        color: #10979C; }
        .data-wrapper table tbody .font-icon-view:hover {
          color: #106866; }
      .data-wrapper table tbody .font-icon-checkout {
        color: #757A45; }
        .data-wrapper table tbody .font-icon-checkout:hover {
          color: #595B35; }
      .data-wrapper table tbody .font-icon-detail {
        color: #434428; }
        .data-wrapper table tbody .font-icon-detail:hover {
          color: #7F7E4E; }
      .data-wrapper table tbody .font-icon-single-detail {
        color: #434428; }
        .data-wrapper table tbody .font-icon-single-detail:hover {
          color: #7F7E4E; }
      .data-wrapper table tbody .font-icon-print {
        color: #385F9A; }
        .data-wrapper table tbody .font-icon-print:hover {
          color: #2C4870; }
      .data-wrapper table tbody .font-icon-history {
        color: #13BAB7; }
        .data-wrapper table tbody .font-icon-history:hover {
          color: #127772; }
      .data-wrapper table tbody .font-icon-information {
        font-size: 1.07692em;
        position: relative;
        /*&:hover{
                    .tooltip{
                        display : block;
                    }
                }*/ }
      .data-wrapper table tbody:last-child:nth-child(odd) td[colspan] {
        text-align: center; }
  .data-wrapper .data-table a[ui-sref]:hover,
  .data-wrapper .data-table a[sl-route]:hover {
    text-decoration: none; }
  .data-wrapper .data-table .dt-above,
  .data-wrapper .data-table .dt-bottom {
    font-family: "Open Sans", Oxygen, "PT Sans", Arial, Sans-Serif;
    font-size: 0.85714em;
    color: #4C4C4C; }
    .data-wrapper .data-table .dt-above:before, .data-wrapper .data-table .dt-above:after,
    .data-wrapper .data-table .dt-bottom:before,
    .data-wrapper .data-table .dt-bottom:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .data-wrapper .data-table .dt-above:after,
    .data-wrapper .data-table .dt-bottom:after {
      clear: both; }
  .data-wrapper .data-table .dt-length,
  .data-wrapper .data-table .dt-info {
    float: left; }
  .data-wrapper .data-table .dt-search,
  .data-wrapper .data-table .dt-paginate {
    float: right; }
  .data-wrapper .data-table .dt-above {
    border-bottom: 1px solid #DFDFDF; }
  .data-wrapper .data-table .dt-bottom {
    border-top: 1px solid #DFDFDF; }
  .data-wrapper .data-table .dt-length {
    margin: 18px 16px 16px; }
    .data-wrapper .data-table .dt-length select {
      padding: 4px 2px;
      margin: 0 6px 0 0; }
  .data-wrapper .data-table .dt-search {
    margin: 16px 16px 14px; }
    .data-wrapper .data-table .dt-search input {
      padding: 3px 4px;
      font-family: "PT Sans";
      font-size: 1.08333em;
      width: 185px;
      margin: 0 0 0 8px; }
  .data-wrapper .data-table .dt-table {
    padding: 9px 0 10px;
    margin: 9px auto 10px;
    font-size: 0.92857em; }
  .data-wrapper .data-table .dt-info {
    padding: 19px 0 13px 14px; }
  .data-wrapper .data-table .dt-paginate {
    margin: 7px 12px 16px; }
    .data-wrapper .data-table .dt-paginate li {
      margin: 0 2px 0 0;
      float: left;
      border: 1px solid transparent;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .data-wrapper .data-table .dt-paginate li a {
        padding: 5px 9px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /* IE7 And Below */ }
      .data-wrapper .data-table .dt-paginate li:hover {
        background: #FFF;
        color: #444444 !important;
        border: 1px solid #3E4651; }
        .data-wrapper .data-table .dt-paginate li:hover a {
          text-decoration: none; }
      .data-wrapper .data-table .dt-paginate li:active {
        background: #3E4651;
        color: #FFF !important;
        border: 1px solid transparent; }
      .data-wrapper .data-table .dt-paginate li.active {
        background: #00B4FF;
        color: #FFF !important;
        border: 1px solid transparent; }
  .data-wrapper .data-table .dt-loading {
    text-align: center; }
  .data-wrapper.record-summary {
    border: 1px solid #DFDFDF;
    padding: 3px; }
    .data-wrapper.record-summary .data-table {
      width: 100%; }
      .data-wrapper.record-summary .data-table thead th {
        padding-bottom: 0; }
      .data-wrapper.record-summary .data-table tbody tr {
        background: #FFF; }
        .data-wrapper.record-summary .data-table tbody tr:hover {
          background: transparent; }
      .data-wrapper.record-summary .data-table tbody td {
        vertical-align: top;
        padding-top: 0;
        padding-left: 11px; }
      .data-wrapper.record-summary .data-table thead tr,
      .data-wrapper.record-summary .data-table tbody tr {
        display: flex; }
      .data-wrapper.record-summary .data-table thead th,
      .data-wrapper.record-summary .data-table tbody td {
        flex: 1;
        border-right: 1px solid #DFDFDF; }
        .data-wrapper.record-summary .data-table thead th:last-child,
        .data-wrapper.record-summary .data-table tbody td:last-child {
          border-right: 0; }
  .data-wrapper .dataTables_wrapper .dataTables_length,
  .data-wrapper .dataTables_wrapper .dataTables_filter,
  .data-wrapper .dataTables_wrapper .dataTables_info,
  .data-wrapper .dataTables_wrapper .dataTables_paginate {
    font-family: "Open Sans", Oxygen, "PT Sans", Arial, Sans-Serif;
    font-size: 0.85714em;
    color: #4C4C4C; }
  .data-wrapper .dataTables_wrapper .dataTables_length {
    margin: 18px 16px 16px; }
    .data-wrapper .dataTables_wrapper .dataTables_length select {
      padding: 4px 2px;
      margin: 0 6px 0 0; }
  .data-wrapper .dataTables_wrapper .dataTables_filter {
    margin: 16px 16px 14px; }
    .data-wrapper .dataTables_wrapper .dataTables_filter input {
      padding: 3px 4px;
      font-family: "PT Sans";
      font-size: 1.08333em;
      width: 185px;
      margin: 0 0 0 8px; }
  .data-wrapper .dataTables_wrapper .dataTables_info {
    padding: 19px 0 13px 14px; }
  .data-wrapper .dataTables_wrapper .dataTables_paginate {
    margin: 7px 12px 16px; }
    .data-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
      border: 1px solid transparent;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .data-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #FFF;
        color: #444444 !important;
        border: 1px solid #3E4651; }
      .data-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #3E4651;
        color: #FFF !important;
        border: 1px solid transparent; }
      .data-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #00B4FF;
        color: #FFF !important;
        border: 1px solid transparent; }
  .data-wrapper .dataTable {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 9px 8px 10px;
    font-size: 0.92857em; }
    .data-wrapper .dataTable.no-footer {
      border-bottom-color: #DFDFDF; }
  .data-wrapper.table-select {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 80px 0 0;
    text-align: center;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background: black;
    /* The Fallback */
    background: rgba(0, 0, 0, 0);
    behavior: url("../PIE.htc");
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .data-wrapper.table-select .data-table-wrapper {
      width: 90%;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    .data-wrapper.table-select.show {
      opacity: 1;
      background: black;
      /* The Fallback */
      background: rgba(0, 0, 0, 0.4);
      behavior: url("../PIE.htc"); }
    .data-wrapper.table-select:before {
      content: "CLICK TO SELECT";
      color: #FFF;
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      text-align: center;
      font-size: 1.28571em;
      margin: 0 0 20px;
      border-bottom: 2px solid #FFF;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    .data-wrapper.table-select:after {
      content: "\e001";
      font-family: "Vector Icon";
      font-size: 1.28571em;
      color: #FFF;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    .data-wrapper.table-select .data-table {
      margin: 0 auto;
      text-align: left;
      background: #FFF; }
    .data-wrapper.table-select tbody tr {
      cursor: pointer; }
    .data-wrapper.table-select tbody tr.active,
    .data-wrapper.table-select tbody tr.active:hover {
      background: #F1654C;
      color: #FFF; }
      .data-wrapper.table-select tbody tr.active a,
      .data-wrapper.table-select tbody tr.active:hover a {
        color: #FFF; }

.detail-group {
  margin: 0 0 50px; }
  .detail-group .title {
    font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
    font-size: 1.28571em;
    font-weight: normal;
    margin: 10px 0 8px 4px;
    color: #3E4651; }
  .detail-group.multiple-summaries .record-summary {
    margin: 0 0 10px; }
  .detail-group.last {
    margin: 0 0 20px; }
  .detail-group .record-summary.has-header {
    background: none;
    border: 0; }
    .detail-group .record-summary.has-header table {
      background: #FFF; }
    .detail-group .record-summary.has-header .body > ng-transclude {
      background: #FFF;
      display: flex;
      flex-direction: row;
      border: 1px solid #DFDFDF; }
    .detail-group .record-summary.has-header .body .dg-header {
      width: 100px;
      align-self: center;
      width: 115px;
      color: #000000;
      align-self: center;
      padding: 10px 15px;
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-size: 14px; }
    .detail-group .record-summary.has-header .body table {
      flex: 1; }
  .detail-group .record-summary.no-margin {
    margin-bottom: 0;
    padding: 0; }
  .detail-group .record-summary.no-b-border .body > ng-transclude {
    border-bottom: 0; }

/*---------------------------------------------*/
/*---------------------------------------------------------------*/
/* ============================================
/* Modal Overlay
/* ============================================*/
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 10000;
  cursor: pointer;
  -khtml-opacity: 40;
  /* safari 1.x */
  -moz-opacity: 40;
  /* Netscape */
  -ms-filter: alpha(opacity=40);
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  filter: alpha(opacity=40);
  /* IE 5-7 */
  opacity: 0.4;
  /* Modern browsers */ }
  .modal-overlay.filter {
    -khtml-opacity: 20;
    /* safari 1.x */
    -moz-opacity: 20;
    /* Netscape */
    -ms-filter: alpha(opacity=20);
    /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 8 */
    filter: alpha(opacity=20);
    /* IE 5-7 */
    opacity: 0.2;
    /* Modern browsers */ }

.modal-content {
  position: fixed;
  left: 15%;
  top: 10%;
  width: 70%;
  max-height: 85%;
  z-index: 10001;
  overflow: auto;
  background: #FFF; }
  .modal-content.filter {
    left: 20%;
    width: 60%; }
    .modal-content.filter .form-section .header {
      border-left: 6px solid #3B73BD; }

/*---------------------------------------------------------------*/
/* ============================================
/* Tabbed and Horizontal Table
/* ============================================*/
.tabbed-table {
  margin: 0 0 50px; }
  .tabbed-table .head .title {
    font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
    font-size: 1.14286em;
    font-weight: normal;
    color: #3E4651;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */ }
  .tabbed-table .head ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .tabbed-table .head .tab-wrapper {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */ }
  .tabbed-table .head .tab {
    padding: 16px 21px;
    background: #E2E2E2;
    font-size: 1.14286em;
    font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
    color: #797979;
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .tabbed-table .head .tab:hover {
      background: #EFEFEF; }
    .tabbed-table .head .tab:active {
      background: #D8D8D8; }
    .tabbed-table .head .tab.active {
      background: #FFF;
      z-index: 100;
      cursor: default; }
    .tabbed-table .head .tab a:hover {
      text-decoration: none; }
    .tabbed-table .head .tab .counter {
      position: absolute;
      top: -10px;
      left: -10px;
      background: #F27C6D;
      color: #FFF;
      width: 22px;
      height: 22px;
      text-align: center;
      font-size: 0.92857em;
      -webkit-border-radius: 22px;
      /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -moz-border-radius: 22px;
      /* Firefox 1-3.6 */
      border-radius: 22px;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
  .tabbed-table .body {
    position: relative; }
  .tabbed-table .tab-item {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 99; }
    .tabbed-table .tab-item.active {
      display: block;
      z-index: 100;
      position: static; }
    .tabbed-table .tab-item .data-wrapper {
      margin-bottom: 0; }
  .tabbed-table.wait .head .tab {
    color: #CCCBCB;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .tabbed-table.wait .head .tab.active {
      color: #CECECE; }
  .tabbed-table.wait .tab-item {
    position: relative; }
    .tabbed-table.wait .tab-item:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: #FFF;
      cursor: wait;
      -khtml-opacity: 80;
      /* safari 1.x */
      -moz-opacity: 80;
      /* Netscape */
      -ms-filter: alpha(opacity=80);
      /* IE */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      /* IE 8 */
      filter: alpha(opacity=80);
      /* IE 5-7 */
      opacity: 0.8;
      /* Modern browsers */ }
    .tabbed-table.wait .tab-item#site_wrapper {
      position: fixed; }

a[sl-route] {
  cursor: pointer; }

.horizontal-table {
  padding-bottom: 5px;
  margin-bottom: 30px; }
  .horizontal-table.plain {
    border-left: 4px solid #ED8D77;
    padding-left: 5px; }
  .horizontal-table.even {
    border-left: 4px solid #00B4FF; }
  .horizontal-table thead tr {
    border-bottom: 1px solid #CBCBCB; }
  .horizontal-table thead .anchor {
    text-align: left; }
  .horizontal-table tbody tr {
    border-bottom: 1px solid #D0D0D0; }
  .horizontal-table .form .fieldset {
    margin: 0 10px -5px;
    padding: 3px 0 0; }
    .horizontal-table .form .fieldset .input-select2 .select2-selection--single .select2-selection__rendered {
      padding-top: 1px;
      padding-bottom: 1px;
      font-size: 0.92308em; }
    .horizontal-table .form .fieldset .input-select2 .select2-selection--single .select2-selection__arrow {
      top: 2px; }
  .horizontal-table .head .title {
    display: inline-block; }
  .horizontal-table .head .tools {
    margin: 18px 20px 0 0;
    float: right; }
    .horizontal-table .head .tools .select2-container {
      width: 150px !important; }
    .horizontal-table .head .tools .select2-container--default .select2-selection--single {
      outline: 0;
      border-radius: 0; }

.grid-wrapper .body {
  padding: 20px; }

.section-grid {
  width: 100%; }
  .section-grid td {
    padding: 10px 15px 10px 0;
    width: 25%; }
    .section-grid td .title {
      margin: 0 0 5px; }
    .section-grid td .summary {
      margin: 0; }
    .section-grid td .inner {
      padding: 10px;
      cursor: pointer;
      display: block; }
      .section-grid td .inner:hover {
        background: #F9F9F9;
        text-decoration: none; }

.tbl-report {
  width: 100%; }
  .tbl-report .col-10 {
    width: 100%; }
  .tbl-report .col-9 {
    width: 90%; }
  .tbl-report .col-8 {
    width: 80%; }
  .tbl-report .col-7 {
    width: 70%; }
  .tbl-report .col-6 {
    width: 60%; }
  .tbl-report .col-5 {
    width: 50%; }
  .tbl-report .col-4 {
    width: 40%; }
  .tbl-report .col-3 {
    width: 30%; }
  .tbl-report .col-2 {
    width: 20%; }
  .tbl-report .col-1 {
    width: 10%; }
  .tbl-report thead th {
    text-align: left; }
    .tbl-report thead th.ta-center {
      text-align: center; }
    .tbl-report thead th.ta-right {
      text-align: right; }
  .tbl-report th,
  .tbl-report td {
    padding: 8px 10px 8px; }
  .tbl-report th {
    padding-bottom: 12px; }
  .tbl-report tbody tr.even {
    background: #F5F5F5; }

/*---------------------------------------------------------------*/
/* ============================================
/* Complete Button Style
/* ============================================*/
.btn-container {
  overflow: hidden; }

.btn-complete {
  float: right;
  color: #FFF;
  padding: 8px 25px;
  margin: 0 0 15px;
  border: 1px solid #3b73bd;
  background-color: #3b73bd; }
  .btn-complete:hover {
    color: #3b73bd;
    background-color: #FFF; }

.btn-send {
  border: 1px solid #3b73bd;
  background-color: #3b73bd;
  color: #FFF;
  padding: 4px 9px; }
  .btn-send:hover {
    color: #3b73bd;
    background-color: #FFF; }

.btn-disabled {
  float: right;
  color: #FFF;
  padding: 8px 25px;
  margin: 0 0 15px;
  border: 1px solid #d4d4d4;
  background-color: #d4d4d4; }

/*---------------------------------------------------------------*/
/* ============================================
/* DASHBOARD PRODUCT QUANTITY WARN
/* ============================================*/
#dashboard_warning:before, #dashboard_warning:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

#dashboard_warning:after {
  clear: both; }

.warn-box {
  background-color: #E22D0D;
  color: #FFF;
  padding: 10px;
  margin: 0 0 20px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  vertical-align: top;
  width: 49%;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "Open Sans Light", "Open Sans"; }
  .warn-box ul {
    margin: 0;
    padding: 0 0 0 40px; }
  .warn-box.left {
    float: left; }
  .warn-box.right {
    float: right; }

/* ============================================
/* TABLE BARCODE INFORMATION INCOMING / OUTGOING
/* ============================================*/
.barcode-info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  margin: 0 21px 21px 0;
  width: 35%; }
  .barcode-info tr,
  .barcode-info td {
    border: 1px solid #D0D0D0;
    padding: 6px 10px; }

.bi-label {
  background-color: #D0D0D0;
  font-weight: bold;
  width: 30%; }

/* ============================================
/* for spareparts foreach item in workshop incoming
/* ============================================*/
#override_checkbox_label {
  width: 40%; }

/* ============================================
/* Delivery order input data tab
/* ============================================*/
#delivery_order_style .form-section .header {
  margin-bottom: 15px; }

#delivery_order_style .form .fieldset {
  padding: 0 15px; }

#table_product_item th,
#table_sparepart_item th {
  background-color: #18437B;
  border: 1px solid black;
  padding: 9px 20px 9px;
  color: #FFF !important; }

#table_product_item td,
#table_sparepart_item td {
  border: 1px solid black;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#table_sparepart_item {
  margin-top: 45px; }
  #table_sparepart_item th {
    background-color: #3B73BD; }

.barcode-live-count {
  /*float : right;*/
  position: absolute;
  right: 0;
  margin: -20px 60px 0 0;
  color: #171717;
  font-family: "Open Sans", Oxygen, "PT Sans", Arial, Sans-Serif;
  font-size: 0.9375em;
  font-weight: bold; }

.btn-history {
  padding: 8px 27px 12px;
  background: #3E4651;
  color: #FFF;
  border: 1px solid #3E4651; }
  .btn-history:hover {
    background: #FFF;
    color: #3E4651;
    border-color: #3E4651;
    border: 1px solid #3E4651;
    text-decoration: none; }

/* ============================================
/* For Font PRINT RMA - SMART ID
/* ============================================*/
.rma-font-print {
  font-size: 12.85714em;
  writing-mode: vertical-lr;
  margin: 0 auto;
  color: #000; }

/*---------------------------------------------------------------*/
/* ============================================
/* REMINDER - FORM FIELD
/* ============================================*/
.form-info-text {
  font-size: 12px;
  margin: 10px 0; }

/**
 * GRAPH LEGEND
 */
.graph-legend {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 25px;
  background-color: white;
  padding: 10px; }
  .graph-legend .gl-box {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle;
    width: 25px;
    height: 25px; }
    .graph-legend .gl-box.red {
      background-color: #f54a4e; }
    .graph-legend .gl-box.blue {
      background-color: #98bbcc; }
    .graph-legend .gl-box.gray {
      background-color: #dcdcdc; }
  .graph-legend .gl-label {
    margin-left: 5px; }

/* ============================================
/* Noty Notification
/* ============================================*/
#noty_top_layout_container,
#noty_bottom_layout_container {
  left: 0 !important;
  width: 100% !important;
  text-align: center; }
  #noty_top_layout_container .site-notification .noty_bar,
  #noty_bottom_layout_container .site-notification .noty_bar {
    padding: 8px 0;
    border-bottom: 1px solid #FFF; }
  #noty_top_layout_container .site-notification .noty_close,
  #noty_bottom_layout_container .site-notification .noty_close {
    margin: 4px 10px 0 0;
    font-size: 0.71429em;
    float: right; }
  #noty_top_layout_container .site-notification .noty_text,
  #noty_bottom_layout_container .site-notification .noty_text {
    font-size: 0.92857em; }
    #noty_top_layout_container .site-notification .noty_text::first-letter,
    #noty_bottom_layout_container .site-notification .noty_text::first-letter {
      text-transform: uppercase; }
  #noty_top_layout_container .site-notification .noty_type_error,
  #noty_bottom_layout_container .site-notification .noty_type_error {
    color: #FFF;
    background: #E54D39; }
  #noty_top_layout_container .site-notification .noty_type_success,
  #noty_bottom_layout_container .site-notification .noty_type_success {
    color: #FFF;
    background: #3E4651; }

#noty_bottom_layout_container .site-notification .noty_bar {
  border-bottom: 0;
  border-top: 1px solid #FFF; }

/*---------------------------------------------------------------*/
/* ============================================
/* Loading Bar
/* ============================================*/
#loading-bar .bar {
  background: #463E3D;
  height: 2px;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

/*---------------------------------------------------------------*/
/* ============================================
/* iCheck
/* ============================================*/
.form .fieldset .subfield .icheckbox_minimal-blue {
  float: left;
  margin: 0 5px; }

.form .fieldset .subfield.no-pad {
  padding: 0; }
  .form .fieldset .subfield.no-pad .icheckbox_minimal-blue {
    margin: 0 5px 0 0; }

.form .fieldset .subfield .label {
  overflow: hidden;
  display: block; }

/*---------------------------------------------------------------*/
/* ============================================
/* Select2 Combo Box
/* ============================================*/
.form .fieldset .input-select2 {
  width: 100% !important;
  padding: 0;
  display: none; }
  .form .fieldset .input-select2.select2-container {
    display: block; }
  .form .fieldset .input-select2 .select2-selection--single {
    height: auto;
    border: 0;
    outline: none; }
    .form .fieldset .input-select2 .select2-selection--single .select2-selection__rendered {
      min-height: 28px;
      padding: 4px 11px 4px 28px; }
    .form .fieldset .input-select2 .select2-selection--single .select2-selection__arrow {
      right: initial;
      left: 5px;
      top: 5px; }
      .form .fieldset .input-select2 .select2-selection--single .select2-selection__arrow b {
        border-color: #171717 transparent transparent transparent; }
    .form .fieldset .input-select2 .select2-selection--single .select2-selection__placeholder {
      color: #CBCBCB; }
    .form .fieldset .input-select2 .select2-selection--single .select2-selection__clear {
      font-weight: normal;
      font-size: 1.42857em; }
  .form .fieldset .input-select2.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #171717 transparent; }

.input-select2 .select2-dropdown {
  z-index: 10001;
  -webkit-border-radius: 0;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0;
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.input-select2 .select2-search--dropdown .select2-search__field {
  padding: 7px 7px 5px;
  font-size: 0.85714em; }

.input-select2 .select2-results {
  font-size: 0.92857em; }
  .input-select2 .select2-results .load-more {
    padding: 6px; }

/*---------------------------------------------------------------*/
/* ============================================
/* DateTimePicker
/* ============================================*/
#dtpicker_placeholder {
  z-index: 10002;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
  behavior: url("../PIE.htc"); }
  #dtpicker_placeholder a:hover {
    text-decoration: none; }
  #dtpicker_placeholder .dtpicker-content {
    padding: 0 0 10px; }
  #dtpicker_placeholder .dtpicker-header {
    margin: 0;
    font-size: 14px; }
    #dtpicker_placeholder .dtpicker-header .dtpicker-title {
      background: #00B4FF;
      color: #FFF;
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-size: 1.28571em;
      text-align: left;
      padding: 11px 20px 13px; }
    #dtpicker_placeholder .dtpicker-header .dtpicker-value {
      color: #606060;
      font-family: "Tw Cen MT Condensed", "Cordia New";
      font-size: 1.28571em;
      padding: 5px 0 9px;
      margin: 5px 0 0;
      border-bottom: 1px solid #CECECE; }
    #dtpicker_placeholder .dtpicker-header .dtpicker-close {
      color: #FFF;
      padding: 0;
      margin: 24px 8px 0 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #dtpicker_placeholder .dtpicker-header .dtpicker-close:hover {
        color: #000; }
    #dtpicker_placeholder .dtpicker-header .dtpicker-today {
      display: block;
      position: absolute;
      top: 21px;
      right: 36px;
      width: 4px;
      height: 4px;
      background: #FFF;
      -webkit-border-radius: 4px;
      /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -moz-border-radius: 4px;
      /* Firefox 1-3.6 */
      border-radius: 4px;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      /* Prevent background color leak outs */
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
      #dtpicker_placeholder .dtpicker-header .dtpicker-today:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: -3px;
        left: -3px;
        border: 2px solid #FFF;
        cursor: pointer;
        -webkit-border-radius: 6px;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -moz-border-radius: 6px;
        /* Firefox 1-3.6 */
        border-radius: 6px;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        /* Prevent background color leak outs */
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      #dtpicker_placeholder .dtpicker-header .dtpicker-today:hover {
        background: #000; }
        #dtpicker_placeholder .dtpicker-header .dtpicker-today:hover:after {
          border: 2px solid #000; }
  #dtpicker_placeholder .dtpicker-components {
    margin: 0;
    padding: 8px 2px;
    font-size: 14px;
    border-bottom: 1px solid #CECECE; }
    #dtpicker_placeholder .dtpicker-components .dtpicker-compButton,
    #dtpicker_placeholder .dtpicker-components .dtpicker-compValue {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #dtpicker_placeholder .dtpicker-components .dtpicker-compButton:hover,
      #dtpicker_placeholder .dtpicker-components .dtpicker-compValue:hover {
        background: #F4F4F4; }
    #dtpicker_placeholder .dtpicker-components .dtpicker-compValue {
      color: #444444;
      font-size: 0.92857em;
      border: 1px solid transparent; }
      #dtpicker_placeholder .dtpicker-components .dtpicker-compValue:focus {
        border: 1px solid #CECECE;
        background: transparent; }
    #dtpicker_placeholder .dtpicker-components .dtpicker-compButton {
      color: #00B4FF;
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro"; }
      #dtpicker_placeholder .dtpicker-components .dtpicker-compButton:hover {
        color: #000; }
      #dtpicker_placeholder .dtpicker-components .dtpicker-compButton:active {
        background: #F9F9F9;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s; }
  #dtpicker_placeholder .dtpicker-buttonCont {
    padding: 10px 0 0;
    font-size: 14px; }
    #dtpicker_placeholder .dtpicker-buttonCont .dtpicker-buttonSet,
    #dtpicker_placeholder .dtpicker-buttonCont .dtpicker-buttonClear {
      float: left;
      width: 50%;
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-size: 1.14286em;
      color: #FFF;
      padding: 8px 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    #dtpicker_placeholder .dtpicker-buttonCont .dtpicker-buttonSet {
      background: #F1654C; }
      #dtpicker_placeholder .dtpicker-buttonCont .dtpicker-buttonSet:hover {
        background: #EF252F; }
    #dtpicker_placeholder .dtpicker-buttonCont .dtpicker-buttonClear {
      background: #C3B1A9; }
      #dtpicker_placeholder .dtpicker-buttonCont .dtpicker-buttonClear:hover {
        background: #EF252F; }

/*---------------------------------------------------------------*/
/* ============================================
/* File Upload
/* ============================================*/
.custom-file-container {
  width: 100%;
  max-width: 400px; }
  .custom-file-container .custom-file-container__image-clear {
    float: right;
    background: red;
    color: white;
    border-radius: 255px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    display: block;
    padding-bottom: 1px; }
    .custom-file-container .custom-file-container__image-clear:hover {
      text-decoration: none; }
  .custom-file-container .custom-file-hidden__image-preview {
    display: none; }
  .custom-file-container .custom-file-container__file-preview {
    display: none; }
  .custom-file-container.custom-file-container__file-upload .custom-file-container__image-preview {
    display: none; }
  .custom-file-container.custom-file-container__file-upload .custom-file-container__file-preview {
    display: block;
    border: 1px solid #d4d4d4;
    background: #EFEFEF4D;
    border-radius: 4px;
    padding: 10px;
    margin: 20px 0 40px; }
  .custom-file-container.custom-file-container__file-upload .custom-file-container__file-preview-label {
    color: #a8a8a8; }
  .custom-file-container.custom-file-container__file-upload .form-file-current-link {
    text-decoration: none; }

.custom-file-container__image-preview {
  overflow: auto;
  border: 1px solid #d4d4d4; }

/*---------------------------------------------------------------*/
/* ============================================
/* Initial Configuration
/* ============================================*/
html {
  font-size: 0.875em;
  background: #F4F4F4; }

body {
  min-width: 1024px;
  color: #515151; }

html,
body,
#site_wrapper {
  height: 100%; }

html,
input,
textarea {
  font-family: "Open Sans", Oxygen, "PT Sans", Arial, Sans-Serif; }

body *::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: #757472; }

body *::-webkit-scrollbar-thumb {
  background: #ADAAA5; }

p {
  line-height: 1.6; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/*---------------------------------------------------------------*/
/* ============================================
/* Preloader
/* ============================================*/
#site_preloader {
  position: fixed;
  z-index: 1000;
  background: #F4F4F4;
  display: table;
  text-align: center;
  height: 100%;
  width: 100%; }
  #site_preloader .content {
    display: table-cell;
    vertical-align: middle; }
  #site_preloader .state {
    display: none; }
  #site_preloader .img {
    margin: -250px 0 0; }
    @media screen and (max-height: 900px) {
      #site_preloader .img {
        margin: -120px 0 0; } }
    @media screen and (max-height: 720px) {
      #site_preloader .img {
        margin: 0; } }

/*---------------------------------------------------------------*/
/* ============================================
/* Template
/* ============================================*/
#base_template {
  /* ============================================
    /* Navigation
    /* ============================================*/
  /*-----------------------------------------------*/
  /* ============================================
    /* User Navigation
    /* ============================================*/
  /*-----------------------------------------------*/ }
  #base_template #base_header {
    background: #FFF;
    border-bottom: 1px solid #EAEAEA;
    min-height: 52px; }
  #base_template #site_logo {
    /*margin   : 0 0 17px 25px;*/
    padding: 11px 0 0 40px;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle; }
    #base_template #site_logo .branch {
      font-size: 2.57143em; }
    #base_template #site_logo .branch-logo {
      position: relative;
      letter-spacing: 6px;
      font-size: 2.21429em;
      font-family: ":Roboto", "Open Sans", "Arial", sans-serif; }
    #base_template #site_logo a {
      text-decoration: none; }
  #base_template #site_branch {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle; }
    #base_template #site_branch .selected-branch,
    #base_template #site_branch .selection-branch {
      margin: 12px 0 0 11px; }
    #base_template #site_branch .selected-branch {
      cursor: pointer;
      color: #404040;
      padding: 4px 15px;
      font-size: 1em;
      border-radius: 3px;
      vertical-align: top; }
      #base_template #site_branch .selected-branch:hover {
        background: #f3f3f3; }
      #base_template #site_branch .selected-branch .label {
        margin: 0 3px 0 0;
        font-family: "PT Sans"; }
      #base_template #site_branch .selected-branch .font-icon-arrow-down {
        float: right;
        color: #2b2b2b;
        font-size: 0.57143em;
        margin: 3px 0 0; }
    #base_template #site_branch .selection-branch {
      width: 200px; }
      #base_template #site_branch .selection-branch .select2.select2-container {
        height: 0px;
        overflow: hidden;
        border: 0; }
  #base_template #menu_user_wrapper,
  #base_template #site_menu_wrapper .bars {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle; }
  #base_template #site_nav_wrapper:hover {
    background: #F8F8F8; }
  #base_template #site_menu_wrapper .bars {
    padding: 16px 20px 12px 16px;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */ }
    #base_template #site_menu_wrapper .bars .bar {
      width: 27px;
      height: 4px;
      background: #515151;
      margin: 0 0 4px;
      display: block; }
  #base_template #site_menu_wrapper .tooltip-menu-wrapper {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: top; }
    #base_template #site_menu_wrapper .tooltip-menu-wrapper .wrapper {
      position: relative;
      padding: 4px 0 0;
      display: none; }
    #base_template #site_menu_wrapper .tooltip-menu-wrapper .arrow-ttp-icon {
      z-index: 2001;
      position: absolute;
      top: -2px;
      right: 24px; }
    #base_template #site_menu_wrapper .tooltip-menu-wrapper:hover .wrapper {
      display: block; }
  #base_template #site_menu_wrapper .tooltip-nav {
    z-index: 2000;
    padding: 12px 1px 0;
    position: absolute;
    right: 7px;
    background: #FFF;
    border: 1px solid #CECECE;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 445px; }
    #base_template #site_menu_wrapper .tooltip-nav::-webkit-scrollbar-track {
      background: transparent;
      margin: 0 10px 0 0;
      padding: 0 10px 0 0; }
    #base_template #site_menu_wrapper .tooltip-nav::-webkit-scrollbar {
      width: 3px;
      background: transparent;
      margin: 0 10px 0 0;
      padding: 0 10px 0 0; }
    #base_template #site_menu_wrapper .tooltip-nav::-webkit-scrollbar-thumb {
      background: #E8E8E8;
      margin: 0 10px 0 0;
      padding: 0 10px 0 0; }
    #base_template #site_menu_wrapper .tooltip-nav .li-border {
      border-bottom: 1px solid #c3c3c3; }
    #base_template #site_menu_wrapper .tooltip-nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
    #base_template #site_menu_wrapper .tooltip-nav li .menu-icon,
    #base_template #site_menu_wrapper .tooltip-nav li .label,
    #base_template #site_menu_wrapper .tooltip-nav li a {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */
      vertical-align: middle; }
    #base_template #site_menu_wrapper .tooltip-nav li a {
      width: 177px;
      font-family: "Tw Cen MT Condensed", "Cordia New";
      font-size: 1.14286em;
      padding: 12px 10px 12px 28px;
      background: transparent;
      margin: 0 2px;
      color: #515151;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #base_template #site_menu_wrapper .tooltip-nav li a:hover {
        text-decoration: none;
        background: #00B4FF;
        color: #FFF; }
    #base_template #site_menu_wrapper .tooltip-nav li .label {
      margin: 0 0 0 5px; }
    #base_template #site_menu_wrapper .tooltip-nav li .menu-icon.svg {
      background: none; }
    #base_template #site_menu_wrapper .tooltip-nav .menu-dropdown {
      display: none; }
  #base_template .site-copy {
    font-family: "Cordia New", Cordia;
    font-size: 1em;
    text-align: center;
    display: block;
    margin: 10px 0 0;
    padding: 6px 0;
    background: #F9F9F9;
    color: #B2B2B2; }
    #base_template .site-copy a {
      color: #B2B2B2; }
      #base_template .site-copy a:hover {
        text-decoration: underline; }
  #base_template #site_menu_wrapper {
    float: right; }
    #base_template #site_menu_wrapper .menu-user {
      padding: 10px 12px;
      cursor: pointer; }
      #base_template #site_menu_wrapper .menu-user .img-wrapper {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /* IE7 And Below */ }
      #base_template #site_menu_wrapper .menu-user .label {
        margin: 0 3px 0 7px; }
      #base_template #site_menu_wrapper .menu-user .font-ico {
        margin: 1px 0 0;
        font-size: 0.5em; }
  #base_template #menu_user_wrapper:hover .menu-user {
    background: #F8F8F8; }
  #base_template #menu_user_wrapper .wrapper #user_nav {
    width: auto; }
    #base_template #menu_user_wrapper .wrapper #user_nav ul {
      flex-wrap: nowrap;
      display: block; }
  #base_template #user_nav.tooltip-nav {
    padding: 3px 1px; }
    #base_template #user_nav.tooltip-nav li a {
      width: 137px;
      cursor: pointer;
      padding: 8px 7px 8px 13px;
      color: #515151; }
  #base_template #base_intersect {
    padding: 10px 30px 22px 40px; }
    #base_template #base_intersect:before, #base_template #base_intersect:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    #base_template #base_intersect:after {
      clear: both; }
  #base_template #base_breadcrumb {
    color: #AAAAAA;
    font-size: 0.85714em;
    font-family: "PT Sans";
    padding: 14px 0 0 3px; }
    #base_template #base_breadcrumb .label,
    #base_template #base_breadcrumb .crumbs,
    #base_template #base_breadcrumb .crumb {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    #base_template #base_breadcrumb .label {
      margin: 0 5px 0 0; }
    #base_template #base_breadcrumb .crumb {
      cursor: pointer;
      color: #AAAAAA;
      margin: 0 3px 0 2px; }
      #base_template #base_breadcrumb .crumb.active {
        color: #515151; }
    #base_template #base_breadcrumb .crumbs > *:last-child .crumb {
      color: #515151; }
  #base_template #base_quick_links {
    float: right;
    background: #FFF;
    padding: 9px 17px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #base_template #base_quick_links:hover {
      background: #F8F8F8;
      border: 1px solid #515151; }
    #base_template #base_quick_links .font-ico {
      margin: 0 2px 0 0;
      font-size: 1.14286em; }
  #base_template #base_main {
    padding: 0 29px 10px 26px; }

/*---------------------------------------------------------------*/
#login_wrapper {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }
  #login_wrapper .content {
    display: table-cell;
    vertical-align: middle; }
  #login_wrapper #logo_wrapper,
  #login_wrapper #form_wrapper {
    margin: -250px 0 0; }
    @media screen and (max-height: 900px) {
      #login_wrapper #logo_wrapper,
      #login_wrapper #form_wrapper {
        margin: -120px 0 0; } }
    @media screen and (max-height: 720px) {
      #login_wrapper #logo_wrapper,
      #login_wrapper #form_wrapper {
        margin: 0; } }
  #login_wrapper #logo_wrapper {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle; }
    #login_wrapper #logo_wrapper .branch {
      bottom: 7px;
      right: -15px;
      font-size: 6.57143em; }
    #login_wrapper #logo_wrapper .branch-logo {
      letter-spacing: 28px;
      font-size: 6.35714em;
      font-family: ":Roboto", "Open Sans", "Arial", sans-serif; }
    #login_wrapper #logo_wrapper .logo-subtitle {
      border-top: 10px;
      margin-top: 5px;
      font-size: 15px; }
  #login_wrapper #form_wrapper {
    background: #FFF;
    border: 1px solid #CECECE;
    text-align: left;
    margin-left: 40px;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 And Below */
    vertical-align: middle; }
    #login_wrapper #form_wrapper .arrow-ttp-icon {
      position: absolute;
      top: 46%;
      left: -9px; }
    #login_wrapper #form_wrapper .head {
      padding: 8px 17px;
      border-bottom: 1px solid #CECECE; }
      #login_wrapper #form_wrapper .head .title {
        font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
        font-size: 1.28571em;
        font-weight: normal;
        color: #797979;
        margin: 0; }
    #login_wrapper #form_wrapper .foot {
      border-top: 1px solid #CECECE;
      padding: 8px; }
      #login_wrapper #form_wrapper .foot .ico {
        margin: 0 0 0 5px;
        font-size: 0.85714em; }
    #login_wrapper #form_wrapper .body {
      padding: 12px 17px; }
      #login_wrapper #form_wrapper .body .log {
        text-align: center;
        margin: 3px 0 12px; }
      #login_wrapper #form_wrapper .body .input-wi {
        width: 315px;
        margin: 0 0 3px; }
      #login_wrapper #form_wrapper .body .ico {
        float: left; }

.invoice-statement .form-section {
  float: right;
  width: 28%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .invoice-statement .form-section .form-section {
    float: none;
    width: auto;
    margin: 0 0 20px;
    background: #FFF; }

.invoice-wrapper {
  background: #FFF;
  padding: 20px 20px 30px;
  margin: 0 0 40px;
  font-family: "Open Sans", Oxygen, "PT Sans", Arial, Sans-Serif;
  width: 70%;
  float: left;
  min-height: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* ============================================
    /* Header
    /* ============================================*/
  /*---------------------------------------------------------------*/
  /* ============================================
    /* Detail
    /* ============================================*/
  /* ============================================
        /* Summary Table
        /* ============================================*/
  /*-----------------------------------------------*/
  /* ============================================
        /* Main Content
        /* ============================================*/
  /*-----------------------------------------------*/
  /* ============================================
    /* Footnote
    /* ============================================*/
  /*-----------------------------------------------*/
  /*---------------------------------------------------------------*/ }
  .invoice-wrapper.full {
    /*margin : 0 auto;
        float  : none;*/ }
  .invoice-wrapper .header-wrapper {
    padding: 0 0 25px;
    border-bottom: 3px solid #16752A; }
    .invoice-wrapper .header-wrapper:before, .invoice-wrapper .header-wrapper:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .invoice-wrapper .header-wrapper:after {
      clear: both; }
    .invoice-wrapper .header-wrapper .title-wrapper .logo {
      margin: 26px 0 10px 8px; }
    .invoice-wrapper .header-wrapper .title-wrapper .title {
      font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
      font-size: 2.85714em;
      line-height: 1.2;
      font-weight: normal;
      color: #B1B1B1 !important;
      width: 150px;
      margin: 10px 0 0 20px;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */
      vertical-align: middle; }
    .invoice-wrapper .header-wrapper .company {
      float: right; }
      .invoice-wrapper .header-wrapper .company .label,
      .invoice-wrapper .header-wrapper .company .value {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /* IE7 And Below */
        vertical-align: top; }
      .invoice-wrapper .header-wrapper .company .label {
        margin: 6px 10px;
        font-size: 1.42857em;
        font-family: "Tw Cen MT", "Tw Cen MT Condensed", "Cordia New";
        color: #898888; }
      .invoice-wrapper .header-wrapper .company .value {
        padding: 6px 0 6px 15px;
        border-left: 1px solid #DCDCDC;
        min-height: 142px; }
      .invoice-wrapper .header-wrapper .company .title {
        margin: 0;
        font-weight: bold;
        font-size: 1.42857em;
        font-family: "Oxygen"; }
      .invoice-wrapper .header-wrapper .company .address {
        margin: 8px 0 0;
        display: block;
        width: 280px;
        font-size: 1.14286em;
        font-family: "Oxygen"; }
      .invoice-wrapper .header-wrapper .company .subinfo {
        font-size: 0.85714em;
        font-family: "Oxygen"; }
  .invoice-wrapper .detail-wrapper {
    border-top: 3px solid #ED6022; }
    .invoice-wrapper .detail-wrapper:before, .invoice-wrapper .detail-wrapper:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .invoice-wrapper .detail-wrapper:after {
      clear: both; }
  .invoice-wrapper .tbl-summary {
    margin: 20px 0 30px;
    width: 100%; }
    .invoice-wrapper .tbl-summary td {
      width: 20%;
      vertical-align: top;
      border-left: 1px solid #DCDCDC;
      padding: 5px 0 5px 12px; }
    .invoice-wrapper .tbl-summary .label {
      color: #898888 !important;
      font-family: "Tw Cen MT", "Tw Cen MT Condensed", "Cordia New";
      font-size: 1.28571em;
      margin: 0; }
    .invoice-wrapper .tbl-summary .addressed .title,
    .invoice-wrapper .tbl-summary .addressed .store {
      font-family: "Oxygen";
      font-weight: bold; }
    .invoice-wrapper .tbl-summary .addressed .title {
      font-size: 1.28571em;
      margin: -5px 0 0; }
    .invoice-wrapper .tbl-summary .addressed .store {
      font-size: 1.14286em; }
    .invoice-wrapper .tbl-summary .date-column {
      width: 19%; }
      .invoice-wrapper .tbl-summary .date-column .day,
      .invoice-wrapper .tbl-summary .date-column .date {
        font-family: "Oxygen";
        font-size: 1.07143em; }
    .invoice-wrapper .tbl-summary .em {
      width: 21%; }
      .invoice-wrapper .tbl-summary .em .title {
        font-size: 2.14286em;
        font-family: "Oxygen";
        font-weight: normal;
        margin: -5px 0 0; }
    .invoice-wrapper .tbl-summary .amount-due .paid {
      color: #FF0000; }
  .invoice-wrapper .message {
    float: right;
    width: 280px;
    margin: 0 0 0 30px; }
  .invoice-wrapper #statement_message {
    background: #EFEEEE !important;
    padding: 20px 30px 40px; }
    .invoice-wrapper #statement_message .title {
      color: #146E28;
      margin: 0 0 15px;
      font-size: 1.14286em; }
    .invoice-wrapper #statement_message .content p {
      margin: 14px 0 20px; }
    .invoice-wrapper #statement_message .content ol,
    .invoice-wrapper #statement_message .content ul {
      margin: 0;
      padding: 0 0 0 20px; }
    .invoice-wrapper #statement_message .content li {
      margin: 0 0 20px; }
  .invoice-wrapper #stamp {
    margin: 30px 0 0; }
    .invoice-wrapper #stamp:before, .invoice-wrapper #stamp:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .invoice-wrapper #stamp:after {
      clear: both; }
    .invoice-wrapper #stamp .right {
      text-align: center; }
      .invoice-wrapper #stamp .right .inner {
        padding: 0 20px; }
      .invoice-wrapper #stamp .right .title {
        font-weight: bold; }
      .invoice-wrapper #stamp .right .body {
        height: 120px; }
      .invoice-wrapper #stamp .right .foot .pic {
        border-bottom: 1px solid black; }
      .invoice-wrapper #stamp .right .foot .label {
        font-weight: bold; }
  .invoice-wrapper .main {
    display: block;
    overflow: hidden; }
  .invoice-wrapper .tbl-invoice {
    width: 100%;
    border-bottom: 1px solid #DCDCDC; }
    .invoice-wrapper .tbl-invoice th {
      color: #898888 !important;
      font-weight: normal;
      text-align: left;
      padding: 2px 20px 9px;
      border-bottom: 1px solid #DCDCDC; }
      .invoice-wrapper .tbl-invoice th.no {
        width: 10px;
        padding: 2px 5px 9px 20px; }
      .invoice-wrapper .tbl-invoice th.qty {
        width: 30px;
        padding-right: 15px; }
      .invoice-wrapper .tbl-invoice th.amount {
        padding-right: 30px;
        text-align: right;
        width: 200px; }
    .invoice-wrapper .tbl-invoice td {
      padding: 10px 15px 10px 20px;
      font-size: 1em;
      vertical-align: top; }
      .invoice-wrapper .tbl-invoice td.amount {
        text-align: right;
        padding-right: 30px; }
      .invoice-wrapper .tbl-invoice td.no {
        padding: 10px 5px 10px 25px; }
    .invoice-wrapper .tbl-invoice tr:nth-child(odd) td {
      background: #F9F8F8 !important; }
    .invoice-wrapper .tbl-invoice .extras {
      list-style-type: none;
      margin: 10px 0;
      padding: 5px 0 4px 10px;
      border-left: 3px solid #ED6022;
      font-size: 0.78571em; }
      .invoice-wrapper .tbl-invoice .extras li {
        margin: 0 0 5px; }
  .invoice-wrapper .summary {
    text-align: right;
    font-size: 1.07143em; }
    .invoice-wrapper .summary .row {
      padding: 8px 30px 0 0; }
    .invoice-wrapper .summary .label,
    .invoice-wrapper .summary .amount {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
    .invoice-wrapper .summary .amount {
      width: 120px; }
    .invoice-wrapper .summary .inner {
      padding: 10px 0 10px 0;
      border-bottom: 2px solid #DCDCDC;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
  .invoice-wrapper .grand-total {
    text-align: right;
    font-size: 2.42857em;
    font-family: "Oxygen";
    font-weight: bold;
    padding: 18px 30px 18px; }
    .invoice-wrapper .grand-total .label {
      font-size: 0.47059em;
      margin: 0 6px 0 0;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */ }
  .invoice-wrapper .spell {
    margin: 50px 0 0;
    padding: 12px 0 15px 20px; }
    .invoice-wrapper .spell .label {
      font-size: 1em;
      color: #898888 !important;
      margin: 0 0 -2px; }
    .invoice-wrapper .spell .value {
      margin: 0;
      font-size: 1.85714em;
      font-family: "Oxygen Light"; }
  .invoice-wrapper .footer-wrapper {
    margin: 30px 0 0; }
    .invoice-wrapper .footer-wrapper .footnote {
      font-size: 0.85714em;
      color: #727171 !important; }
    .invoice-wrapper .footer-wrapper .watermark {
      margin: 40px 0 15px; }
      .invoice-wrapper .footer-wrapper .watermark .wrapper {
        text-align: center; }
      .invoice-wrapper .footer-wrapper .watermark .remark,
      .invoice-wrapper .footer-wrapper .watermark .subremark {
        color: #E5E4E4 !important;
        font-family: "Oxygen";
        font-weight: bold; }
      .invoice-wrapper .footer-wrapper .watermark .remark {
        font-size: 3.28571em;
        border-bottom: 2px solid #E5E4E4;
        padding: 0 10px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /* IE7 And Below */ }
      .invoice-wrapper .footer-wrapper .watermark .subremark {
        font-size: 1.71429em;
        display: block; }

#shipping_detail {
  margin: 0 0 30px;
  border: 1px solid #DCDCDC; }
  #shipping_detail .head {
    border-bottom: 1px double #DCDCDC; }
    #shipping_detail .head .title {
      margin: 0;
      padding: 10px 0 10px 10px;
      font-size: 1em; }
  #shipping_detail .content {
    font-size: 0.92857em; }
    #shipping_detail .content:before, #shipping_detail .content:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    #shipping_detail .content:after {
      clear: both; }
    #shipping_detail .content .row {
      margin: 0 0 12px; }
      #shipping_detail .content .row:before, #shipping_detail .content .row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      #shipping_detail .content .row:after {
        clear: both; }
    #shipping_detail .content .left .label,
    #shipping_detail .content .left .value {
      float: left; }
    #shipping_detail .content .left .label {
      width: 50%; }
    #shipping_detail .content .left .row {
      margin-bottom: 17px; }
    #shipping_detail .content .right .row {
      margin-bottom: 15px; }
    #shipping_detail .content .right .label {
      padding: 0 0 3px; }
    #shipping_detail .content .left,
    #shipping_detail .content .right {
      width: 50%;
      float: left; }
      #shipping_detail .content .left .inner,
      #shipping_detail .content .right .inner {
        padding: 15px 10px 5px; }

/* ============================================
/* Media Configuration
/*---------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
  .invoice-wrapper {
    width: auto;
    float: none; }
  .invoice-statement .form-section {
    width: 100%;
    float: none;
    margin: 0 0 30px; } }

@media print {
  .invoice-wrapper {
    width: auto;
    float: none;
    border: 0;
    display: block;
    page-break-after: always !important; } }

/* ============================================*/
/* ============================================
/* In Modal Overlay
/* ============================================*/
#invoice_print_overlay {
  height: 80%; }
  #invoice_print_overlay .invoice-wrapper {
    border-bottom: 1px solid #000;
    width: 100%; }
    #invoice_print_overlay .invoice-wrapper:last-child {
      border: 0; }
  #invoice_print_overlay .outer-print-wrapper {
    padding: 10px 5px 10px 5px; }
  #invoice_print_overlay .inner-print-wrapper {
    overflow-y: auto;
    overflow-x: hidden; }

/*---------------------------------------------------------------*/
#invoice_aging_wrapper .header-wrapper .title-wrapper .title {
  width: 220px; }

#invoice_aging_wrapper .tbl-invoice th.date {
  width: 100px; }

/* ============================================
/* Table Delivery PO
/* ============================================*/
.table-delivery {
  width: 100%; }
  .table-delivery th, .table-delivery tr, .table-delivery td {
    border: 1px solid black; }
  .table-delivery td {
    padding: 10px;
    vertical-align: top;
    font-family: "Open Sans Light", "Open Sans"; }
  .table-delivery .td-label {
    font-weight: bold; }

#delivery_notice .di-box {
  margin: 30px 0 15px;
  padding: 10px 16px;
  border: 1px solid black;
  border-radius: 12px; }

/*---------------------------------------------------------------*/
#receipt_wrapper .form-section {
  width: 32%; }

#receipt_wrapper .invoice-wrapper {
  width: 66%; }

#receipt_wrapper .total-summaries {
  padding: 20px 0 0 0;
  text-align: right; }

#receipt_wrapper .subtotal,
#receipt_wrapper .rebate {
  padding: 0 30px 0 0; }
  #receipt_wrapper .subtotal .label,
  #receipt_wrapper .rebate .label {
    font-size: 0.85714em;
    font-weight: bold;
    margin: 0 10px; }
  #receipt_wrapper .subtotal .amount,
  #receipt_wrapper .rebate .amount {
    font-size: 1.57143em; }

#receipt_wrapper .subtotal {
  margin: 0 0 7px; }

#receipt_wrapper .rebate {
  margin: 0 0 23px;
  color: #DB2828; }

#receipt_wrapper .grand-total {
  min-width: 396px;
  padding: 13px 30px 18px;
  border-top: 1px solid #D8D8D8;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */ }
  #receipt_wrapper .grand-total.no-rebate {
    border: 0; }

#document_preview {
  padding: 8px; }
  #document_preview .default {
    padding: 20px; }

#contract_checkout .body .button-wrapper {
  text-align: left; }

#contract_checkout .body .fieldgroup {
  border: 0; }

#contract_checkout .btn {
  /*margin : 0 10px 0 0;*/
  float: right;
  margin: -10px 0 0; }

#dashboard_daily_revenues .form {
  margin: 10px 15px 0; }

#dashboard_daily_revenues .fieldset,
#dashboard_daily_revenues .fieldset .input,
#dashboard_daily_revenues .button-wrapper {
  float: left; }

#dashboard_daily_revenues .fieldset {
  margin: 0;
  width: 92%; }
  #dashboard_daily_revenues .fieldset .input {
    float: left;
    margin: 0;
    width: 50%; }
    #dashboard_daily_revenues .fieldset .input:first-child {
      border-right: 0; }

#dashboard_daily_revenues .button-wrapper {
  padding: 0;
  width: 8%; }
  #dashboard_daily_revenues .button-wrapper .btn {
    padding: 9px 0 10px;
    width: 100%;
    display: block; }

.horizontal-table .data-table {
  padding: 20px; }

#dashboard_wrapper {
  max-width: 1366px;
  margin: 0 auto; }

.g-d-flex .flex-1 {
  padding-right: 20px; }

/*
 * Shadow Box
 */
/*
 * Up to Down Gradient
 */
/*
 * Border Radius, if clipping true background-clip will prevent background color leak out
 */
/*
 * Change Color of placeholder in Modern browser
 */
/*
 * Sprite icon on right of element
 */
/*
 * Define sprite for background image
 */
/*
 * Function
 */
#invoice_form .form-item .row {
  margin-top: 2px; }
  #invoice_form .form-item .row:before, #invoice_form .form-item .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #invoice_form .form-item .row:after {
    clear: both; }

#invoice_form .form-item .product,
#invoice_form .form-item .description,
#invoice_form .form-item .qty,
#invoice_form .form-item .price,
#invoice_form .form-item .subtotal {
  margin: 0;
  float: left;
  border-left: 0; }

#invoice_form .form-item .product {
  width: 85% !important;
  border-left: 1px solid #D0D0D0; }

#invoice_form .form-item .description {
  width: 45%; }

#invoice_form .form-item .price {
  width: 15%; }

#invoice_form .form-item .subtotal {
  width: 20%;
  text-align: right;
  vertical-align: middle; }
  #invoice_form .form-item .subtotal .inner {
    padding: 8px 10px 0 0; }

#invoice_form .form-item.bill .description {
  width: 30%; }

#invoice_form .form-item.bill .qty {
  width: 15%; }

#invoice_form .form-item .head {
  background: #F9F9F9;
  color: #969696;
  font-family: "Oxygen Light";
  font-size: 12px; }
  #invoice_form .form-item .head .col .inner {
    padding: 12px 10px 8px; }
  #invoice_form .form-item .head .product {
    border-left: 0; }

#invoice_form .form-item .input-select2 .select2-selection--single .select2-selection__rendered {
  min-height: 26px;
  line-height: 26px; }

#invoice_form .form-item .foot:before, #invoice_form .form-item .foot:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

#invoice_form .form-item .foot:after {
  clear: both; }

#invoice_form .form-item .foot .label,
#invoice_form .form-item .foot .total {
  float: left;
  text-align: right;
  font-weight: bold; }
  #invoice_form .form-item .foot .label .inner,
  #invoice_form .form-item .foot .total .inner {
    padding: 10px 10px; }

#invoice_form .form-item .foot .label {
  width: 80%; }

#invoice_form .form-item .foot .total {
  width: 20%; }

#invoice_form .more-item {
  text-align: center;
  cursor: pointer;
  background: #D6D7D8;
  padding: 9px 0;
  font-family: Mohave, "Roboto Condensed", "Source Sans Pro", Raavi, "Myriad Pro";
  color: #FFF;
  font-size: 14px;
  width: 85%;
  letter-spacing: 2px;
  margin-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #invoice_form .more-item:hover {
    background: #3E4651;
    color: #FFF; }

#report_wrapper .plain-row {
  padding: 0 0 10px; }

/*
 * Shadow Box
 */
/*
 * Up to Down Gradient
 */
/*
 * Border Radius, if clipping true background-clip will prevent background color leak out
 */
/*
 * Change Color of placeholder in Modern browser
 */
/*
 * Sprite icon on right of element
 */
/*
 * Define sprite for background image
 */
/*
 * Function
 */
.button-toc {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  padding: 8px 8px;
  margin-bottom: 25px;
  text-decoration: none !important;
  border: 1px solid #0a726c;
  border-radius: 5px;
  background-color: #0a726c;
  color: white; }
  .button-toc .box {
    display: flex;
    flex-direction: row; }
    .button-toc .box .icon {
      margin-right: 10px; }
    .button-toc .box .line {
      height: 2px;
      width: 20px;
      margin-bottom: 3px;
      display: block;
      background-color: white; }
      .button-toc .box .line.quarter {
        width: 5px; }
      .button-toc .box .line.half {
        width: 10px; }
      .button-toc .box .line.third {
        width: 15px; }
      .button-toc .box .line.last {
        margin-bottom: 0; }

#monitoring_head {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px; }

#monitoring .category {
  margin: 0 0 30px;
  padding: 10px 15px;
  background-color: white;
  border: 1px solid #dfdfdf; }

#monitoring .publish {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 And Below */
  color: white;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 11px; }
  #monitoring .publish.yes {
    background-color: green; }
  #monitoring .publish.no {
    background-color: red; }

#monitoring .title {
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.07143em; }

#monitoring .item-row {
  margin: 0 0 20px; }
  #monitoring .item-row .top {
    border: 1px solid #d4d4d4;
    display: flex;
    background-color: white; }
    #monitoring .item-row .top .number {
      border: 1px solid #00a1ff;
      background-color: #00a1ff;
      color: white;
      padding: 2px 6px;
      margin-right: 5px; }
    #monitoring .item-row .top .t-name {
      width: 60%;
      align-self: center; }
    #monitoring .item-row .top .t-value {
      padding: 10px;
      border-left: 1px solid #d4d4d4; }
      #monitoring .item-row .top .t-value .selection {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /* IE7 And Below */
        border: 1px solid #57c55e;
        border-radius: 20px;
        margin: 3px 8px 3px 0;
        padding: 4px 10px;
        background-color: #f2ffed;
        color: #03ac0e; }
      #monitoring .item-row .top .t-value .text {
        padding: 4px 10px; }
        #monitoring .item-row .top .t-value .text .icon {
          display: inline-block;
          zoom: 1;
          *display: inline;
          /* IE7 And Below */
          background-color: #ffe6cc;
          color: #ffa400;
          margin-right: 10px;
          padding: 2px 8px;
          text-align: center;
          font-weight: bold;
          font-size: 1.14286em; }
      #monitoring .item-row .top .t-value .datetime {
        padding: 4px 10px; }
        #monitoring .item-row .top .t-value .datetime .icon {
          display: inline-block;
          zoom: 1;
          *display: inline;
          /* IE7 And Below */
          background-color: #4f65ff;
          color: #ffa400;
          margin-right: 10px;
          padding: 2px 8px;
          text-align: center;
          font-weight: bold;
          font-size: 1.14286em; }
      #monitoring .item-row .top .t-value .integer {
        padding: 4px 10px; }
        #monitoring .item-row .top .t-value .integer .icon {
          display: inline-block;
          zoom: 1;
          *display: inline;
          /* IE7 And Below */
          background-color: #ffff57;
          color: orange;
          margin-right: 10px;
          padding: 3px 8px;
          text-align: center;
          font-weight: bold; }
  #monitoring .item-row .bottom {
    font-size: 0.92857em;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background-color: #f1f1f1;
    margin: 0 0 0 20px;
    padding: 8px 10px; }
    #monitoring .item-row .bottom .word-1 {
      margin-right: 6px; }
    #monitoring .item-row .bottom .choices {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /* IE7 And Below */
      border: 1px solid #ffa2a2;
      border-radius: 5px;
      margin: 0 7px 0 0;
      padding: 2px 8px;
      background-color: #ffe7e7;
      color: red; }
  #monitoring .item-row .media {
    border: 1px solid #d4d4d4;
    padding: 10px;
    /*
            display: grid;
            grid-template-columns: repeat( 8, 1fr );
            grid-gap: 12px;*/ }
    #monitoring .item-row .media .each-image-box {
      display: inline-block;
      vertical-align: top;
      margin: 0 12px 12px 0; }
    #monitoring .item-row .media .image {
      border: 1px solid #d4d4d4;
      padding: 3px;
      width: 100px;
      height: 100px; }
      #monitoring .item-row .media .image:hover {
        background-color: red; }

/**
 * TITLE CATEGORY on ITEM
 */
.title-category {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.28571em; }
