﻿@charset "UTF-8";
/*! 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;
}

/* getbootstrap.com */
.push-bottom {
    margin-bottom: 16px;
}

.push-top {
    margin-top: 16px;
}

html,
body {
    height: 100%;
}

body {
    background-color: #003f72;
    font-family: "PT Sans Narrow", "Open Sans";
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
}

.bar-under-command-bar {
    height: 35px;
    width: auto;
    background-color: #003f72;
}

.body-content-area {
    background-color: #003f72;
    width: 100%;
}

/*header*/
#alert-popout {
    overflow: hidden;
    position: absolute;
    right: -94px;
    margin-top: 43px;
    padding-bottom: 10px;
    background-color: #bc3b26;
    z-index: 3000;
    min-width: 250px;
    min-height: 200px;
    display: none;
    /*cursor: pointer;*/
}

#alert-popout-carrot {
    background-image: url(../img/alert-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 17px;
    width: 28px;
    height: 14px;
    margin-top: 29px;
    padding-left: 10px;
    z-index: 4000;
    display: none;
}

.alert-info-icon-container {
    position: relative;
    width: 62px;
    height: 61px;
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 19px;
    padding-right: 24px;
    float: left;
}

.alert-info-on {
    background-image: url(../img/alert-on.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .alert-info-on:hover {
        background-image: url(../img/alert-on.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.alert-info-on-hover {
    background-image: url(../img/alert-on.png);
    background-repeat: no-repeat;
    background-position: center;
}

.alert-info-off {
    background-image: url(../img/alert-off.png);
    background-repeat: no-repeat;
    background-position: center;
}

.alert-menu-sub {
    width: 100%;
    color: #ffffff;
    background-color: #bc3b26;
}

    .alert-menu-sub:hover {
        /*width: 100%;
  background-color: #2c2c2c;*/
        cursor: default;
    }

.alert-menu-sub-inner {
    padding: 2px 5px 2px 5px;
    background: url(../img/alert-bullet.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    line-height: 32px;
}

    .alert-menu-sub-inner:hover {
        background: url(../img/alert-bullet.png);
        background-position: left;
        background-repeat: no-repeat;
    }

.user-info-icon {
    background-image: url(../img/user-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    height: 61px;
    float: left;
}

.user-info-container {
    width: auto;
    height: auto;
    float: right;
    margin: 12px 14px 10px 0px;
}

/*title and command bar*/
.title-block {
    height: 63px;
    width: auto;
    background-color: #ffffff;
}

.title-block-green {
    height: 63px;
    width: auto;
    background-color: #8cc63e;
}

.title-block-red {
    height: 63px;
    width: auto;
    background-color: #bc3b26;
}

.title-text {
    height: auto;
    width: auto;
    margin: 12px 0px 18px 30px;
}

.title-bg {
    background-color: #ffffff;
}

.title-success-bg {
    background-color: #8cc63e;
}

/*wrappers*/
.outer-wrapper {
    min-height: 100%;
    /*margin-bottom: -($footer-height);*/
}

    .outer-wrapper:after {
        content: "";
        display: block;
    }

.inner-wrapper {
    margin: 44px 0;
    overflow: hidden;
}

.outside-column {
    height: auto;
    width: 70px;
    min-height: 80px;
    background-color: #003f72;
}

.content-head-box {
    background-color: #e6e6e6;
    padding-left: 12px;
    padding-right: 12px;
}

.content-frame {
    height: auto;
    width: auto;
    background-color: #e6e6e6;
    min-height: 100px;
    padding: 10px;
    overflow: hidden;
}

.content-title-separator {
    height: 6px;
    width: auto;
    background-color: #e6e6e6;
    clear: both;
}

.content-title-separator-dashboard {
    height: 20px;
    width: auto;
    background-color: #e6e6e6;
    clear: both;
}

.content-area {
    width: auto;
    min-height: 600px;
    background-color: #ffffff;
}

.content-area-dashboard {
    width: auto;
    min-height: 600px;
    background-color: #e6e6e6;
}

.content {
    float: left;
    width: 988px;
    padding: 0 16px;
}

.footer-separator {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-section {
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer-item {
    height: 30px;
    margin-top: 6px;
}

/*navigation*/
.nav-column {
    height: auto;
    width: 70px;
    background-color: #003f72;
    text-align: center;
}

.left-nav-search-type-text-pos {
    width: 70px;
    height: 63px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.left-nav-search-type-text-line1 {
    width: 70px;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
}

.left-nav-search-type-text-line2 {
    width: 70px;
    text-align: center;
    font-size: 16px;
    line-height: 12px;
}

.left-nav-large-icon-text-pos {
    width: 115px;
    height: 116px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    margin-top: 70px;
    line-height: 16px;
}

.nav-search-input {
    border-style: solid;
    border-width: 1px;
    border-color: #49aadf;
    background-color: #d2edf2;
    height: 30px;
    line-height: normal;
    height: 30px;
    width: 100%;
    font-size: 16px;
    font-family: 'PT Sans Narrow', 'Open Sans';
    padding-left: 10px;
    outline: 0;
}

.magnify-button {
    width: 30px;
    height: 30px;
    background: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-color: #49aadf;
    float: right;
    cursor: pointer;
}

.left-nav-large-icon-container {
    background-repeat: no-repeat;
    background-position: 45px 54px;
    background-color: #49aadf;
    height: 115px;
    width: 116px;
    margin: 0px;
    cursor: pointer;
}

.left-nav-large-icon-container-hover {
    background-color: #003f72;
}

.left-nav-large-icon-container:hover {
    background-color: #003f72;
}

.nav-icon-home-holder {
    width: 70px;
    padding: 15px 0px 15px 14px;
    background-color: #003f72;
    cursor: pointer;
}

.nav-icon-home-holder-hover {
    background-color: #49aadf;
}

.nav-icon-home-holder:hover {
    background-color: #49aadf;
}

.nav-icon-home {
    width: 42px;
    height: 30px;
    background: url(../img/nav-icon-home.png);
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-home-hover {
    width: 42px;
    height: 30px;
    background-color: #49aadf;
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-home:hover {
    background-color: #49aadf;
}

.nav-icon-supplier-holder {
    width: 70px;
    padding: 15px 0px 15px 14px;
    background-color: #003f72;
    cursor: pointer;
}

.nav-icon-supplier-holder-hover {
    background-color: #49aadf;
}

.nav-icon-supplier-holder:hover {
    background-color: #49aadf;
}

.nav-icon-supplier {
    width: 42px;
    height: 30px;
    background: url(../img/nav-icon-supplier.png);
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-supplier-hover {
    width: 42px;
    height: 30px;
    background-color: #49aadf;
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-supplier:hover {
    background-color: #49aadf;
}

#supplier-popout {
    background-image: url(../img/nav-carrot.png);
    background-repeat: no-repeat;
    background-position: -1px 75px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 600px;
    min-height: 200px;
    display: none;
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    border-color: #49aadf;
}

.nav-icon-search {
    width: 32px;
    height: 36px;
    background: url(../img/nav-icon-search.png);
    background-repeat: no-repeat;
}

.nav-icon-search-holder {
    width: 70px;
    padding: 15px 0px 15px 19px;
    background-color: #003f72;
    cursor: pointer;
}

.nav-icon-search-holder-hover {
    background-color: #49aadf;
}

.nav-icon-search-holder:hover {
    background-color: #49aadf;
}

.nav-icon-search-hover {
    width: 32px;
    height: 36px;
    background-color: #49aadf;
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-search:hover {
    background-color: #49aadf;
}

#search-popout {
    background-image: url(../img/nav-carrot.png);
    background-repeat: no-repeat;
    background-position: -1px 137px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 200px;
    min-height: 200px;
    display: none;
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    border-color: #49aadf;
}

.nav-icon-settings {
    width: 38px;
    height: 40px;
    background: url(../img/nav-icon-settings.png);
    background-repeat: no-repeat;
}

.nav-icon-settings-holder {
    width: 70px;
    padding: 15px 0px 15px 19px;
    background-color: #003f72;
    cursor: pointer;
}

.nav-icon-settings-holder-hover {
    background-color: #49aadf;
}

.nav-icon-settings-holder:hover {
    background-color: #49aadf;
}

.nav-icon-settings-hover {
    width: 38px;
    height: 40px;
    background-color: #49aadf;
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-settings:hover {
    background-color: #49aadf;
}

#settings-popout {
    background-image: url(../img/nav-carrot.png);
    background-repeat: no-repeat;
    background-position: -1px 205px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 300px;
    min-height: 200px;
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    border-color: #49aadf;
    display: none;
}

.left-nav-supplier-settings {
    height: 115px;
    width: 116px;
    background-image: url(../img/left-nav-settings-supplier.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}

.left-nav-user-settings {
    height: 115px;
    width: 116px;
    background-image: url(../img/left-nav-settings-user.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}

.left-nav-policy-settings {
    height: 115px;
    width: 116px;
    background-image: url(../img/left-nav-settings-policy-permissions.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}

.nav-icon-help {
    width: 24px;
    height: 34px;
    background: url(../img/nav-icon-help.png);
    background-repeat: no-repeat;
}

.nav-icon-help-holder {
    width: 70px;
    padding: 15px 0px 15px 25px;
    background-color: #003f72;
    cursor: pointer;
}

.nav-icon-help-holder-hover {
    background-color: #49aadf;
}

.nav-icon-help-holder:hover {
    background-color: #49aadf;
}

.nav-icon-help-hover {
    width: 24px;
    height: 34px;
    background-color: #49aadf;
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-help:hover {
    background-color: #49aadf;
}

.nav-icon-help {
    width: 24px;
    height: 34px;
    background: url(../img/nav-icon-help.png);
    background-repeat: no-repeat;
}

.nav-icon-refresh-holder {
    width: 70px;
    padding: 15px 0px 15px 25px;
    background-color: #003f72;
    cursor: pointer;
}

.nav-icon-refresh-holder-hover {
    background-color: #49aadf;
}

.nav-icon-refresh-holder:hover {
    background-color: #49aadf;
}

.nav-icon-refresh-hover {
    width: 24px;
    height: 34px;
    background-color: #49aadf;
    background-repeat: no-repeat;
    /*margin: 30px 0px 30px 14px;*/
}

.nav-icon-refresh:hover {
    background-color: #49aadf;
}

.nav-icon-refresh {
    width: 24px;
    height: 34px;
    background: url(../img/nav-icon-refreshdata.png);
    background-repeat: no-repeat;
}
/*command bar*/
.command-bar {
    height: 63px;
    width: auto;
}

.command-bar-approval-po-details {
    width: 70px;
    height: 63px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.command-bar-approval-inv-details {
    width: 70px;
    height: 63px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.command-bar-menu-sub-export-icon {
    width: 18px;
    height: 24px;
    background: url(../img/export-sub-icon-dark.png);
}

    .command-bar-menu-sub-export-icon:hover {
        width: 18px;
        height: 24px;
        background: url(../img/export-sub-icon-light.png);
    }

.command-bar-menu-sub-export-icon-hover {
    width: 18px;
    height: 24px;
    background: url(../img/export-sub-icon-light.png);
}

.command-bar-menu-sub {
    width: 100%;
    color: #2c2c2c;
    background-color: #ffffff;
}

    .command-bar-menu-sub:hover {
        width: 100%;
        color: #ffffff;
        background-color: #49aadf;
    }

.command-bar-menu-sub-inner {
    padding: 2px 5px 2px 5px;
    background: url(../img/export-sub-icon-dark.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    line-height: 32px;
}

    .command-bar-menu-sub-inner:hover {
        background: url(../img/export-sub-icon-light.png);
        background-position: left;
        background-repeat: no-repeat;
    }

.command-bar-vert-line {
    width: 1px;
    height: 63px;
    background-color: #92ccec;
}

.command-bar-with-text-vert-line {
    width: 1px;
    height: 72px;
    background-color: #92ccec;
}

.command-bar-icon-container {
    background-repeat: no-repeat;
    background-position: 45px 54px;
    background-color: #49aadf;
    height: 63px;
    width: 70px;
    margin: 0px;
    cursor: pointer;
}

.command-bar-icon-container-with-text {
    background-repeat: no-repeat;
    background-position: 45px 54px;
    background-color: #49aadf;
    height: 72px;
    width: 70px;
    margin: 0px;
    cursor: pointer;
}

.command-bar-icon-container-hover {
    background-color: #003f72;
}

.command-bar-icon-container-selected {
    background-color: #003f72;
}

.command-bar-icon-container:hover {
    background-color: #003f72;
}

.command-bar-icon-container-with-text-hover {
    background-color: #003f72;
}

.command-bar-icon-container-with-text-selected {
    background-color: #003f72;
}

.command-bar-icon-container-with-text:hover {
    background-color: #003f72;
}

.command-bar-asn-receive-approve {
    height: 63px;
    width: 160px;
    background-image: url(../img/command-bar-approved-qty.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #49aadf;
}

.command-bar-export {
    height: 63px;
    width: 70px;
    background-image: url(../img/command-bar-export-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-receive {
    background-image: url(../img/command-bar-receive2.png);
    width: 155px;
    height: 63px;
    text-align: right;
    padding-right: 20px;
    line-height: 63px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.button-submit-changes {
    font-size: 11px;
    line-height: 11px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
    height: 72px;
    width: 70px;
    background-image: url(../img/command-bar-submit-changes-icon.png);
    background-position: 12px 30px;
    background-repeat: no-repeat;
}

.button-view-sac {
    font-size: 11px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
    height: 72px;
    width: 70px;
    background-image: url(../img/view-sac-icon.png);
    background-position: 12px 30px;
    background-repeat: no-repeat;
}

.button-close {
    font-size: 11px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
    height: 72px;
    width: 70px;
    background-image: url(../img/command-bar-delete-icon.png);
    background-position: 22px 22px;
    background-repeat: no-repeat;
}

.button-disabled {
    background-color: #94d4f4;
}

    .button-disabled:hover {
        background-color: #94d4f4;
    }

#command-bar-1st-from-right-popout {
    overflow: hidden;
    border: solid;
    border-color: #d2d2d2;
    border-width: 1px;
    position: absolute;
    right: 0;
    margin-top: 63px;
    margin-right: 80px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 142px;
    /*min-height: 200px;*/
    padding-bottom: 10px;
    display: none;
    cursor: pointer;
}

#command-bar-1st-from-right-popout-carrot {
    background-image: url(../img/command-bar-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
    margin-top: 54px;
    margin-right: 88px;
    z-index: 2000;
    display: none;
    cursor: pointer;
}

#command-bar-2nd-from-right-popout {
    overflow: hidden;
    border: solid;
    border-color: #d2d2d2;
    border-width: 1px;
    position: absolute;
    right: 0;
    margin-top: 63px;
    margin-right: 80px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 214px;
    /*min-height: 200px;*/
    padding-bottom: 10px;
    display: none;
    cursor: pointer;
}

#command-bar-2nd-from-right-popout-carrot {
    background-image: url(../img/command-bar-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
    margin-top: 54px;
    margin-right: 159px;
    z-index: 2000;
    cursor: pointer;
    display: none;
}

#command-bar-3rd-from-right-popout {
    overflow: hidden;
    border: solid;
    border-color: #d2d2d2;
    border-width: 1px;
    position: absolute;
    right: 0;
    margin-top: 63px;
    margin-right: 80px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 210px;
    /*min-height: 200px;*/
    padding-bottom: 10px;
    cursor: pointer;
    display: none;
}

#command-bar-3rd-from-right-popout-carrot {
    background-image: url(../img/command-bar-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
    margin-top: 54px;
    margin-right: 230px;
    z-index: 2000;
    display: none;
    cursor: pointer;
}

#command-bar-4th-from-right-popout {
    overflow: hidden;
    border: solid;
    border-color: #d2d2d2;
    border-width: 1px;
    position: absolute;
    right: 0;
    margin-top: 63px;
    margin-right: 80px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 214px;
    /*min-height: 200px;*/
    padding-bottom: 10px;
    display: none;
    cursor: pointer;
}

#command-bar-4th-from-right-popout-carrot {
    background-image: url(../img/command-bar-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
    margin-top: 54px;
    margin-right: 301px;
    z-index: 2000;
    display: none;
    cursor: pointer;
}

#command-bar-5th-from-right-popout {
    overflow: hidden;
    border: solid;
    border-color: #d2d2d2;
    border-width: 1px;
    position: absolute;
    right: 0;
    padding-left: 15px;
    margin-top: 63px;
    margin-right: 200px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 235px;
    min-height: 125px;
    display: none;
    cursor: pointer;
}

#command-bar-5th-from-right-popout-carrot {
    background-image: url(../img/command-bar-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
    margin-top: 54px;
    margin-right: 372px;
    z-index: 2000;
    display: none;
    cursor: pointer;
}

#command-bar-6th-from-right-popout {
    overflow: hidden;
    border: solid;
    border-color: #d2d2d2;
    border-width: 1px;
    position: absolute;
    right: 0;
    margin-top: 63px;
    margin-right: 80px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 426px;
    /*min-height: 200px;*/
    padding-bottom: 10px;
    display: none;
    cursor: pointer;
}

#command-bar-6th-from-right-popout-carrot {
    background-image: url(../img/command-bar-carrot.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
    margin-top: 54px;
    margin-right: 443px;
    z-index: 2000;
    display: none;
    cursor: pointer;
}

.command-bar-unlock {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-lock-open-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-lock {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-lock-closed-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-submit-changes {
    height: 63px;
    width: 70px;
    background-image: url(../img/command-bar-submit-changes-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-print {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-print-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-ack {
    height: 63px;
    width: 70px;
    background: url('../img/command-bar-ack.png');
    background-position: center;
    background-repeat: no-repeat;
}

    .command-bar-ack:hover {
        background: url('../img/command-bar-ack-hover.png');
    }

.command-bar-re-ack {
    height: 63px;
    width: 70px;
    background: url('../img/command-bar-re-ack.png');
    background-position: center;
    background-repeat: no-repeat;
}

    .command-bar-re-ack:hover {
        background: url('../img/command-bar-re-ack-hover.png');
    }

.command-bar-memo {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-memo-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-ack {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-ack.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .command-bar-ack:hover {
        background: url(../img/command-bar-ack-hover.png);
    }

.command-bar-re-ack:hover {
    background: url(../img/command-bar-re-ack-hover.png);
}

.command-bar-re-ack {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-re-ack.png);
    background-position: center;
    background-repeat: no-repeat;
}

.command-bar-delete {
    height: 63px;
    width: 70px;
    background: url(../img/command-bar-delete-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

/*general*/
.hr-line {
    height: 1px;
    width: auto;
    background-color: #e8e8e8;
    margin: 15px 0px 15px 0px;
}

.hr-line-left-nav {
    height: 2px;
    width: auto;
    background-color: #6d6e70;
    margin: 5px 0px 0px 0px;
}

/*general*/
.hr-line-bottom {
    height: 1px;
    width: auto;
    background-color: #e8e8e8;
    margin: 15px 0px 0px 0px;
}

.hr-line-dark {
    height: 1px;
    width: auto;
    background-color: #2c2c2c;
}

.hr-line-bottom-black {
    height: 1px;
    width: auto;
    background-color: #ffffff;
    margin: 15px 0px 0px 0px;
}

.hr-line-dashboard {
    height: 1px;
    width: auto;
    background-color: #e8e8e8;
    margin: 6px 0px 6px 0px;
}

.three-column-td {
    width: 33%;
}

.sub-headline {
    margin-bottom: 10px;
}

.inner-label-left {
    margin-left: 30px;
}

.dash-label {
    margin-right: 3px;
    font-weight: 700;
}

.next-line-text {
    margin-top: 5px;
}

.collapse-outer {
    padding: 12px 30px 12px 30px;
    width: auto;
    height: auto;
    outline: none;
}

.searchbox {
    line-height: normal;
    height: 30px;
    width: 170px;
    border: none;
    background-color: #e6e6e6;
    font-size: 16px;
    font-family: 'PT Sans Narrow', 'Open Sans';
    padding-left: 10px;
    outline: 0;
}

.go-button {
    width: 30px;
    height: 30px;
    background-color: #49aadf;
    float: left;
    text-align: center;
    padding-top: 4px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

/*inputs*/
input {
    border-width: 2px;
    border-style: solid;
    border-color: #49aadf;
}

    input.date-range {
        width: 80px;
        font-size: 14px;
        cursor: pointer;
    }

.input-button-style {
    background-color: #49aadf;
    color: #ffffff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .input-button-style:hover {
        background-color: #003f72;
    }

.input-button-style-off {
    background-color: #ffffff;
    color: #49aadf;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

    .input-button-style-off:hover {
        text-decoration: underline;
    }

.popup {
    cursor: pointer;
}

.check-box-holder {
    width: 30px;
    height: 30px;
    background: #49aadf;
}

    /*bluecheckbox*/
    .check-box-holder.blueCheck {
        width: 20px;
        height: 20px;
        position: relative;
        top: 5px;
        left: 5px;
        background: #ffffff;
    }

        .check-box-holder.blueCheck label {
            width: 14px;
            height: 14px;
            cursor: pointer;
            position: absolute;
            left: 3px;
            top: 3px;
            /* background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%); */
            background: #49aadf;
        }

            .check-box-holder.blueCheck label:after {
                content: '';
                width: 9px;
                height: 5px;
                position: absolute;
                top: 3px;
                left: 3px;
                border: 2px solid #ffffff;
                border-top: none;
                border-right: none;
                background: transparent;
                opacity: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .check-box-holder.blueCheck input[type=checkbox] {
            visibility: hidden;
        }

            .check-box-holder.blueCheck input[type=checkbox]:checked + label:after {
                opacity: 1;
            }

            .check-box-holder.blueCheck input[type=checkbox]:disabled + label {
                background-color: #cccccc;
            }

.blueBackground {
    /*background: #49aadf;*/
}

/*end bluecheckbox*/
/*greencheckbox*/
.check-box-holder.greenCheck {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 5px;
    background: #ffffff;
}

    .check-box-holder.greenCheck label {
        width: 14px;
        height: 14px;
        cursor: pointer;
        position: absolute;
        left: 3px;
        top: 3px;
        /* background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%); */
        background: #60c681;
    }

        .check-box-holder.greenCheck label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 3px;
            left: 3px;
            border: 2px solid #ffffff;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .check-box-holder.greenCheck input[type=checkbox] {
        visibility: hidden;
    }

        .check-box-holder.greenCheck input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

        .check-box-holder.greenCheck input[type=checkbox]:disabled + label {
            background-color: #cccccc;
        }

.greenBackground {
    /*background: #60c681;*/
}

/*end greencheckbox*/
/*greycheckbox*/
.check-box-holder.grayCheck {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 5px;
    background: #ffffff;
}

    .check-box-holder.grayCheck label {
        width: 14px;
        height: 14px;
        cursor: pointer;
        position: absolute;
        left: 3px;
        top: 3px;
        /* background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%); */
        background: #6d6e70;
    }

        .check-box-holder.grayCheck label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 3px;
            left: 3px;
            border: 2px solid #ffffff;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .check-box-holder.grayCheck input[type=checkbox] {
        visibility: hidden;
    }

        .check-box-holder.grayCheck input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

        .check-box-holder.grayCheck input[type=checkbox]:disabled + label {
            background-color: #cccccc;
        }

.grayBackground {
    /*background: #6d6e70;*/
}

/*end greycheckbox*/
/*middle align*/
.middle-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

h1.notes-drop-down a {
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
}

/*invoice detail details styles*/
.notes-wrapper {
    margin-right: 40px;
}

.notes-collapser {
    position: relative;
}

.notes-snippet {
    overflow: hidden;
    min-height: 40px;
    width: 100%;
}

.notes-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    min-height: 40px;
    background-image: url("../img/expand-arrows.png");
    background-position: right;
    background-repeat: no-repeat;
}

.invoice-detail-option-wrapper {
    height: 48px;
    background-color: #e8e8e8;
    width: 50%;
    padding-right: 10px;
}

.invoice-detail-option-format {
    margin-right: 10px;
    height: 30px;
    background-color: white;
    width: 150px;
}

.invoice-detail-option-value {
    margin-left: 10px;
}

.invoice-detail-option-uom {
    margin-left: 20px;
    margin-right: 10px;
}

.invoice-detail-option-label {
    margin-right: 10px;
}

/*table other*/
.table-row-alter {
    background-color: #e8e8e8;
}

header {
    background-color: #212121;
    color: #fff;
    padding: 32px 0;
}

    header a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        header a:hover, header a:focus {
            color: gray;
            text-decoration: none;
        }

    header ul.utility {
        font-weight: 700;
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

        header ul.utility a {
            color: #fff;
            font-weight: 700;
            text-decoration: underline;
            text-transform: uppercase;
        }

            header ul.utility a:hover, header ul.utility a:focus {
                color: gray;
                text-decoration: underline;
            }

        header ul.utility li {
            display: inline-block;
        }

            header ul.utility li + li:before {
                content: "| ";
                margin: 0 4px;
            }

    header a.hamburger {
        display: none;
    }

@media (max-width: 768px) {
    header a.hamburger {
        display: inline-block;
        margin-right: 30px;
    }

    header ul.utility {
        display: none;
    }
}

footer,
.wrapper:after {
    height: 120px;
}

footer {
    background-color: #212121;
    border-top: 16px solid #555;
    color: #fff;
}

    footer a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        footer a:hover, footer a:focus {
            color: gray;
            text-decoration: none;
        }

    footer ul.utility {
        font-size: 14px;
        list-style: none;
        margin: 41px 0 0 0;
        text-align: center;
        padding: 0;
    }

        footer ul.utility a {
            color: #fff;
            text-decoration: underline;
        }

            footer ul.utility a:hover, footer ul.utility a:focus {
                color: gray;
                text-decoration: underline;
            }

        footer ul.utility li {
            display: inline-block;
        }

            footer ul.utility li + li:before {
                content: "| ";
                margin: 0 4px;
            }

.sidebar {
    float: left;
    position: relative;
    width: 120px;
}

    .sidebar > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sidebar > ul li {
            margin-bottom: 8px;
        }

        .sidebar > ul a {
            color: #333;
            display: block;
            font-size: 32px;
            line-height: 32px;
            padding: 8px 12px;
        }

            .sidebar > ul a:hover, .sidebar > ul a:focus, .sidebar > ul a.active {
                background: #ddd;
            }

    .sidebar .nav {
        background: #333;
        overflow: hidden;
        position: absolute;
        right: -200px;
        top: 0;
        width: 200px;
    }

        .sidebar .nav ul {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .sidebar .nav ul a {
                display: block;
                font-size: 20px;
                line-height: 47px;
                padding: 0 32px;
                position: relative;
            }

                .sidebar .nav ul a:after {
                    content: "\f105";
                    font-family: "FontAwesome";
                    position: absolute;
                    right: 32px;
                }

        .sidebar .nav a {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .sidebar .nav a:hover, .sidebar .nav a:focus {
                color: gray;
                text-decoration: none;
            }

h2, h3, h4, h5, h6 {
    font-family: "PT Sans Narrow", "Open Sans";
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

    h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
        font-weight: normal;
        line-height: 1;
    }

h2, h3 {
    margin-bottom: 44px;
}

    h2 .small, h3 .small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin-bottom: 33px;
}

    h4 .small, h5 .small, h6 .small {
        font-size: 75%;
    }

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0 0 11px;
}

.text-large {
    font-size: 20px;
}

a {
    color: #49aadf;
    text-decoration: none;
}

.strong {
    font-weight: 700;
}

.section-head {
    font-size: 24px;
}

.page-content-head {
    font-size: 20px;
    font-weight: 700;
}

.page-title-font {
    font-size: 26px;
}

.dashboard-box-title {
    font-size: 26px;
    color: #49aadf;
}

.page-title-font-white {
    font-size: 26px;
    color: #ffffff;
}

.label {
    font-size: 16px;
    font-weight: 400;
}

.label-text {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 700;
}

.footer-text {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    color: #49aadf;
}

    .footer-text a {
        color: #49aadf;
        text-decoration: none;
    }

.user-info {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

    .user-info a {
        font-family: "Open Sans";
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
    }

.alert-text {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

    .alert-text a {
        color: #ffffff;
        text-decoration: none;
    }

.smaller {
    font-size: 68%;
}

.small {
    font-size: 87%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.search-error-msg {
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: bold;
    color: #FF0000;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

/*collapsible*/
h1 {
    margin: 0;
    background-color: #e6e6e6;
}

    h1 a {
        background-image: url("../img/collapsible-plus.png");
        background-position: right;
        /*Positioning*/
        background-repeat: no-repeat;
        display: block;
        padding: 0px 0px 0px 12px;
        color: #49aadf;
        text-decoration: none;
        font-weight: normal;
        font-size: 24px;
    }

        h1 a:hover {
            color: #ffffff;
            text-decoration: none;
            background-image: url("../img/collapsible-plus-hover.png");
            background-position: right;
            /*Positioning*/
            background-repeat: no-repeat;
        }

    h1:hover {
        background: #49aadf;
        background-image: url("../img/collapsible-plus-hover.png");
        background-position: right;
        /*Positioning*/
        background-repeat: no-repeat;
    }

    h1.open {
        background: #49aadf;
    }

        h1.open a {
            background-image: url("../img/collapsible-minus.png");
            background-position: right;
            /*Positioning*/
            background-repeat: no-repeat;
            color: #ffffff;
        }

    h1 + div {
        padding: 10px;
    }

ul.breadcrumb {
    list-style: none;
    margin: 16px 0;
    padding: 0;
}

    ul.breadcrumb a {
        color: #49aadf;
        text-decoration: underline;
    }

        ul.breadcrumb a:hover, ul.breadcrumb a:focus {
            color: #49aadf;
            text-decoration: none;
        }

    ul.breadcrumb li {
        display: inline-block;
    }

        ul.breadcrumb li + li:before {
            content: "/ ";
            margin: 4px;
        }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
}

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
    }

    .btn.btn-block {
        display: block;
        width: 100%;
    }

.callout {
    border: 1px solid transparent;
    margin-bottom: 16px;
    padding: 16px 16px;
}

    .callout *:last-child {
        margin-bottom: 0;
    }

    .callout.callout-default, .callout.callout-loading {
        border-color: #ddd;
        background: #fffef7;
    }

    .callout.callout-error {
        border-color: #ffecec;
        background: #ec0000;
    }

    .callout.callout-success {
        border-color: #e9ffd9;
        background: #5bd900;
    }

    .callout.callout-warning {
        border-color: #fff8c4;
        background: #c4ad00;
    }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-group {
    margin-bottom: 32px;
}

    .form-group.with-error .input-label {
        color: #ffecec;
    }

    .form-group.with-error .input-element {
        border-color: #ec0000;
    }

        .form-group.with-error .input-element:focus {
            border-color: #ec0000;
            outline: 0;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
            -webkit-box-shadow: 0 0 5px #ec0000;
            -moz-box-shadow: 0 0 5px #ec0000;
            box-shadow: 0 0 5px #ec0000;
        }

.form-label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-element {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    height: 40px;
    padding: 8px 16px;
    width: 100%;
}

    .form-element:focus {
        border-color: #5e5e5e;
        outline: 0;
        -webkit-transition: all 0.25s #5e5e5e;
        -moz-transition: all 0.25s #5e5e5e;
        -o-transition: all 0.25s #5e5e5e;
        transition: all 0.25s #5e5e5e;
        -webkit-box-shadow: 0 0 5px #5e5e5e;
        -moz-box-shadow: 0 0 5px #5e5e5e;
        box-shadow: 0 0 5px #5e5e5e;
    }

    .form-element:disabled {
        background-color: red;
    }

.checkbox,
.radio {
    margin-bottom: 5.33333px;
}

    .checkbox label,
    .radio label {
        font-weight: 400;
    }

    .checkbox input,
    .radio input {
        margin-right: 5px;
    }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.toggle {
    margin-left: -9999px;
    position: absolute;
    visibility: hidden;
}

    .toggle + label {
        border: 1px solid #ddd;
        cursor: pointer;
        display: block;
        height: 36px;
        outline: none;
        padding: 4px;
        position: relative;
        user-select: none;
        width: 72px;
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        transition: background 0.2s ease;
    }

        .toggle + label:after {
            content: "";
            display: block;
            position: absolute;
        }

        .toggle + label:after {
            background-color: #ddd;
            bottom: 4px;
            top: 4px;
            width: 31px;
            transition: margin 0.4s, background 0.4s;
        }

    .toggle:checked + label:after {
        margin-left: 31px;
        background-color: #8ce196;
    }

.table {
    border: 1px solid transparent;
    width: 100%;
    max-width: 100%;
}

    .table th,
    .table td {
        padding: 2px;
        text-align: left;
        vertical-align: top;
    }

.table-default {
    border-color: #ddd;
}

    .table-default > thead > tr > th,
    .table-default > thead > tr > td,
    .table-default > tbody > tr > th,
    .table-default > tbody > tr > td,
    .table-default > tfoot > tr > th,
    .table-default > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-default > tbody > tr:nth-child(even) {
        background: #f7f7f7;
    }

.table-expanded th,
.table-expanded td {
    padding: 3px;
}

.table-sort > thead > tr > th.header {
    cursor: pointer;
    position: relative;
}

    .table-sort > thead > tr > th.header:after {
        content: "\f0dc";
        font-family: "FontAwesome";
        margin-top: -8px;
        position: absolute;
        right: 2px;
        top: 50%;
    }

    .table-sort > thead > tr > th.header.headerSortUp:after {
        content: "\f0de";
    }

    .table-sort > thead > tr > th.header.headerSortDown:after {
        content: "\f0dd";
    }

.table-hover > tbody > tr:hover {
    background: #aaaaaa;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media (max-width: 1140px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }
}

/*datatables.net related*/
.sub-table, #ponas-details-table {
    margin-left: 100px;
    width: auto;
}

/*
 * Table styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding-top: 10px;
        padding-right: 18px;
        padding-bottom: 10px;
        padding-left: 0px;
        text-align: left;
        border-bottom: 1px solid #111111;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111111;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc {
        cursor: pointer;
        *cursor: hand;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right;
    }

    table.dataTable thead .sorting {
        background-image: none;
    }

        table.dataTable thead .sorting .table-column-header {
            width: 22px;
            height: 22px;
            float: left;
            background-repeat: no-repeat;
            background-position: right center;
            background-image: url("../img/sort_both.png");
        }

    table.dataTable thead .sorting_asc {
        background-image: none;
    }

        table.dataTable thead .sorting_asc span {
            padding-right: 22px;
            background: url("../img/sort_asc.png") no-repeat right center;
        }

        table.dataTable thead .sorting_asc .table-column-header {
            width: 22px;
            height: 22px;
            float: left;
            background: url("../img/sort_asc.png") no-repeat right center;
        }

    table.dataTable thead .sorting_desc {
        background-image: none;
    }

        table.dataTable thead .sorting_desc span {
            padding-right: 22px;
            background: url("../img/sort_desc.png") no-repeat right center;
        }

        table.dataTable thead .sorting_desc .table-column-header {
            width: 22px;
            height: 22px;
            float: left;
            background: url("../img/sort_desc.png") no-repeat right center;
        }

    table.dataTable thead .sorting_asc_disabled {
        background-image: none;
    }

        table.dataTable thead .sorting_asc_disabled span {
            padding-right: 22px;
            background: url("../img/sort_asc_disabled.png") no-repeat right center;
        }

        table.dataTable thead .sorting_asc_disabled .table-column-header {
            width: 22px;
            height: 22px;
            float: left;
            background: url("../img/sort_asc_disabled.png") no-repeat right center;
        }

    table.dataTable thead .sorting_desc_disabled {
        background-image: none;
    }

        table.dataTable thead .sorting_desc_disabled span {
            padding-right: 22px;
            background: url("../img/sort_desc_disabled.png") no-repeat right center;
        }

        table.dataTable thead .sorting_desc_disabled .table-column-header {
            width: 22px;
            height: 22px;
            float: left;
            background: url("../img/sort_desc_disabled.png") no-repeat right center;
        }

    table.dataTable tbody tr {
        background-color: white;
    }

        table.dataTable tbody tr.selected {
            background-color: #2c2c2c;
            color: #ffffff;
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 0px;
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #dddddd;
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #dddddd;
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #e8e8e8;
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #2c2c2c;
            color: #ffffff;
        }

        table.dataTable.hover tbody tr:hover,
        table.dataTable.hover tbody tr.odd:hover,
        table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
        table.dataTable.display tbody tr.odd:hover,
        table.dataTable.display tbody tr.even:hover {
            background-color: #2c2c2c;
            color: #ffffff;
        }

table.selectable tbody tr,
table.selectable tbody tr:hover {
    cursor: pointer;
}

table.not-selectable tbody tr,
table.not-selectable tbody tr:hover {
    cursor: default;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
    background-color: #2c2c2c;
    color: #ffffff;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
    background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
    background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
    background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
    background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
    background-color: #a4b2cb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
        /*visibility: collapse;*/
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em;
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333333 !important;
            border: 1px solid transparent;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333333 !important;
                border: 1px solid #cacaca;
                background-color: white;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, white 0%, gainsboro 100%);
                /* Opera 11.10+ */
                background: linear-gradient(to bottom, white 0%, gainsboro 100%);
                /* W3C */
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, #585858 0%, #111111 100%);
                /* Opera 11.10+ */
                background: linear-gradient(to bottom, #585858 0%, #111111 100%);
                /* W3C */
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* Opera 11.10+ */
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                /* W3C */
                box-shadow: inset 0 0 3px #111;
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em;
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* IE10+ */
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* Opera 11.10+ */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        /* W3C */
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
                height: 0;
                overflow: hidden;
                margin: 0 !important;
                padding: 0 !important;
            }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111111;
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
        border-bottom: none;
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

table.details {
    background-color: #2c2c2c;
    color: #ffffff;
}

table.dataTable tbody tr.details {
    background-color: #ffffff;
    color: #2c2c2c;
    cursor: default;
}

    table.dataTable tbody tr.details:hover {
        background-color: #ffffff;
        color: #2c2c2c;
        cursor: default;
    }

    table.dataTable tbody tr.details.odd {
        background-color: #e8e8e8;
        color: #2c2c2c;
        cursor: default;
    }

        table.dataTable tbody tr.details.odd:hover {
            background-color: #e8e8e8;
            color: #2c2c2c;
            cursor: default;
        }

/*# sourceMappingURL=app.css.map */


.approve-confirmed-qty {
    background-image: url(../img/command-bar-approved-qty2.png);
    width: 180px;
    display: block;
    background-color: #6da81e;
    height: 100%;
    text-align: left;
    padding-left: 51px;
    line-height: 18px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    word-wrap: normal;
    padding-top: 14px;
    letter-spacing: 0.5px;
    background-repeat: no-repeat;
}
