﻿html {
    font-family: "Open Sans" !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

html, body {
    height: 100%;
    height:auto;
}

a {
    color: #00a3e0;
    /*white-space: nowrap;*/
}

/* Panel Colors */

.panel-rush {
    border-color: #f442ce;
}

.panel-rush > .panel-heading {
    color: #000000;
    background-color: #f9aee9;
    border-color: #f442ce;
}

.panel-rush > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f442ce;
}

.panel-rush > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f442ce;
}

.panel-monday {
    border-color: #9841f4;
}

.panel-monday > .panel-heading {
    color: #000000;
    background-color: #cba4f4;
    border-color: #9841f4;
}

.panel-monday > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #9841f4;
}

.panel-monday > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #9841f4;
}

.panel-tuesday {
    border-color: #f49841;
}

.panel-tuesday > .panel-heading {
    color: #000000;
    background-color: #fccc9f;
    border-color: #f49841;
}

.panel-tuesday > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f49841;
}

.panel-tuesday > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f49841;
}

.panel-wednesday {
    border-color: #f4ee41;
}

.panel-wednesday > .panel-heading {
    color: #000000;
    background-color: #f4f19a;
    border-color: #f4ee41;
}

.panel-wednesday > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f4ee41;
}

.panel-wednesday > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f4ee41;
}

.panel-thursday {
    border-color: #4275f7;
}

.panel-thursday > .panel-heading {
    color: #000000;
    background-color: #99b3f7;
    border-color: #4275f7;
}

.panel-thursday > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #4275f7;
}

.panel-thursday > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4275f7;
}

.panel-friday {
    border-color: #3c763d;
}

.panel-friday > .panel-heading {
    color: #000000;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.panel-friday > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #3c763d;
}

.panel-friday > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3c763d;
}

@media print {
    .panel-rush > .panel-heading {
        background-color: #f9aee9 !important;
    }

    .panel-monday > .panel-heading {
        background-color: #cba4f4 !important;
    }

    .panel-tuesday > .panel-heading {
        background-color: #fccc9f !important;
    }

    .panel-wednesday > .panel-heading {
        background-color: #f4f19a !important;
    }

    .panel-thursday > .panel-heading {
        background-color: #99b3f7 !important;
    }

    .panel-friday > .panel-heading {
        background-color: #dff0d8 !important;
    }
}


/* End Panel colors */

a:hover,
a:focus {
    color: #0392c7;
}

i {
    font-size: 14px;
}

.btn-lg i {
    font-size: 18px;
}

hr.no-top-margin {
    margin-top: 0px;
}

h4.no-top-margin,
h3.no-top-margin {
    margin-top: 0px;
}

.white-Link a {
    color: #ffffff;
}

.white-Link a:hover,
.white-Link a:active {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}



@media (min-width: 768px) {
    /*.hidden-xs {
        display: inline !important;
    }*/

    .user-nav > li > a > span.hidden-xs {
        display: inline !important;
    }

    .panel-tools > a.hidden-xs {
        display: inline !important;
    }

    .panel-tools > a.btn-icon-left > .hidden-xs {
        display: inline !important;
    }

    .hidden-xs.inline {
        display: inline;
    }

}

.showSearchOptions {
    cursor: pointer;
}

.showMoreOptions {
    height: 0px;
    overflow: hidden;
}

.padleft50 {
    padding-left: 50px;
}

.padleft30 {
    padding-left: 30px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

/* Print Pack Slip Styles */
.logo-img {
    display: block;
    margin: 0 auto;
}

/* =========
}

/* ========== Login / Password Reminder / User Registration Styles ========== */
@media (min-width: 768px) {
    /*.login {
	    padding: 40px 0 !important;
    }*/
}

.login {
    padding: 30px 0px;
    background-color: #185982;
}

.login-logo {
    background: url('../images/PrismaLogo_DarkBG.png') no-repeat 0 0;
    display: block;
    width: 200px;
    height: 91px;
    margin: 0 auto 30px auto;
}

.login-form .panel {
    border-radius: 0px;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    padding: 0px;
}

.login-form .panel-default .panel-heading {
    padding: 30px 24px 0px 24px;
    color: #333333;
    background-color: #ffffff;
    /*border-color: #dddddd;*/
}

.login-form .panel .panel-body {
    padding: 20px 24px 20px 24px;
}

.login-fields h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.login-fields .form-group {
    position: relative;
}

.login-fields .form-group .field-label {
    font-weight: 400;
    display: block;
}

.login-fields input[type="text"],
.login-fields input[type="password"] {
	height: auto;
	padding: 7px 9px 7px 28px;
}

.login-fields .form-group .input-icon {
	display: inline-block;
	position: absolute;
	top: 36px;
	left: 8px;
	padding-right: 10px;
	font-size: 14px;
	color: #999;
}

.login-user-actions {
	padding-top: 10px;
}

.formRegInput {
    padding: 7px 9px !important;
}

.display-label {
    font-weight: 700;
    padding-right: 5px;
}

/* Header Styles/Navbar Styles */
.navbar {
    margin-bottom: 0;
}

.navbar .container {
    padding-right: 0;
}


.navbar-default {
    background-color: #394C5B;
    border: none;
}

.navbar-default .navbar-brand {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 200;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-brand {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    float: left;
    padding: 10px 0;
    vertical-align: middle;
    line-height: 27px;
    font-weight: 200;
}

.navbar-brand .logo {
    background: url('../images/PrismaLogo_Small.png') no-repeat 0 0;
    display: block;
    float: left;
    width: 22px;
    height: 30px;
    margin-right: 20px;
}

.toggle-side-nav {
        display: none;
}

@media (min-width: 768px) {
    .toggle-side-nav {
        display: block;
    }

    .toggle-side-nav > li > i {
        padding: 0 20px;
        font-size: 22px;
        line-height: 50px;
        color: #ffffff;
        cursor: pointer;
    }

    .toggle-side-nav .divider-vertical {
        margin: 0;
        padding: 0;
        height: 50px;
    }
}


.navbar .divider-vertical {
    border-right-color: #425768;
    border-left-color: #33434f;
    height: 50px;
    margin: 0 15px;
}


.navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-left: 1px solid #425768 !important;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
}

.navbar-toggle i {
    font-size: 14px;
}

.user-nav {
    float: right;
}

.user-nav > li {
    line-height: 30px;
    float: left;
}

.user-nav > li.vert-divider {
    border-right: 1px solid #33434f;
    height: 50px;
}

.user-nav > li > a {
    color: #ffffff;
    border-right: 1px solid #33434f;
    border-left: 1px solid #425768;
}

.nav.user-nav > li > a:hover,
.nav.user-nav > li > a:active {
    background-color: #425768;
}

.user-nav > li > a.navbar-toggle {
    padding: 10px 15px;
    line-height: 30px;
    border-right: none;
    cursor: pointer;
}

.nav > li > .dropdown > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.user-nav > li > .dropdown > a {
    color: #ffffff;
    border-right: 1px solid #33434f;
    border-left: 1px solid #425768;
}

.nav.user-nav > li > .dropdown > a:hover,
.nav.user-nav > li > .dropdown > a:active {
    background-color: #425768;
    text-decoration: none;
}


@media (min-width: 768px) {
    .user-nav {
        float: right;
    }

    .user-nav > li > a.navbar-toggle {
        display: none;
    }
    .user-nav > li > a > i {
        padding-right: 4px;
    }

    .user-nav > li > .dropdown > a > i {
        padding-right: 4px;
    }
}

.user-nav > li > a > i {
    font-size: 14px;
}

.user-nav > li > .dropdown > a > i {
    font-size: 14px;
}


/* Side Navigation Styles */

@media (min-width: 768px) {
    .side-nav-container {
        width: 215px !important;
        position: fixed !important;
        top: 50px;
        left: 0;
        background-color: #ffffff !important;
        border-right: 1px solid #dedede;
        height: 100% !important;
        overflow: auto;
        font-size: 13px;
    }

    .side-nav-container.collapse {
        display: block !important;
    }


    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #e8ecf1;
    }

    .nav.side-nav {
        margin-bottom: 100px;
        overflow-y: auto;
    }

    .nav.side-nav .nav-divider {
        height: 1px;
        margin: 0;
        overflow: hidden;
        background-color: #ffffff;
    }

    .nav.side-nav > li {
        background-color: #f1f2f3;
    }

    .nav.side-nav li a {
        color: #333333;
    }

    .nav.side-nav a i {
        padding-right: 8px;
        font-size: 13px;
    }

    a.hasSub:after {
        float: right;
        content: "\f105";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
    }

    a.subOpen:after {
        float: right;
        content: "\f107";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
    }

    .side-nav .sub-nav li {
        background-color: #ffffff;
    }

    .side-nav .sub-nav li a {
        padding-left: 23px;
        color: #333333;
    }

    .side-nav .sub-nav > li:first-child > a {
        -webkit-box-shadow: 0pxs 1px 0px rgba(0,0,0,0.3) inset;
        -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
    }

    .side-nav .sub-nav .nav-divider {
        background-color: #e5e5e5;
    }

    .side-nav .sub-nav li.active {
        border-right: 3px solid #00a3e0;
    }

    .side-nav .sub-nav li.active a {
        color: #00a3e0;
    }
    
}


.side-nav-container {
    width: 100%;
    background-color: #ffffff;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}


.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #e8ecf1;
}

.nav.side-nav .nav-divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #ffffff;
}

.nav.side-nav > li {
    background-color: #f1f2f3;
}

.nav.side-nav li a {
    color: #333333;
}

.nav.side-nav li a:hover {
    cursor: pointer;
}

.nav.side-nav a i {
    padding-right: 8px;
    font-size: 13px;
}

a.hasSub:after {
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

a.subOpen:after {
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

.side-nav .sub-nav li {
    background-color: #ffffff;
}

.side-nav .sub-nav li a {
    padding-left: 23px;
    color: #333333;
}

.side-nav .sub-nav > li:first-child > a {
    -webkit-box-shadow: 0pxs 1px 0px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
}

.side-nav .sub-nav .nav-divider {
    background-color: #e5e5e5;
}

.side-nav .sub-nav li.active {
    border-right: 3px solid #00a3e0;
}

.side-nav .sub-nav li.active a {
    color: #00a3e0;
}


/* Page Content Styles */
.content {
    margin-left: 0;
}

.content-wrapper {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .content {
        margin-left: 215px;
    }
}

.page-header {
    padding: 0 15px 9px;
    margin: 0;
}

.page-content .container {
    padding-top: 20px;
    padding-bottom: 20px;
}


h1,
h2,
h3,
h5,
h6,
.h1,
.h2,
.h3,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

h4,
.h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

/* Panel Styles */
.panel {
    border-radius: 0px;
}

.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 6px 15px;
}

.panel-title {
    display: inline;
}

.panel-footer {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #dddddd;
}

.resp-tab-content .panel-footer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.panel-tools {
    float: right;
}

.panel-tools > a {
    color: #ffffff;
    margin-left: 15px;
    white-space: nowrap;
}

.panel-tools > a:hover,
.panel-tools > a:active {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.panel-tools > .btn-toolbar > .btn-group > a:hover,
.panel-tools > .btn-toolbar > .btn-group > a:active {
    text-decoration: none;
}

.panel-primary {
    border-color: #394C5B;
}

.panel-primary > .panel-heading {
    background-color: #394C5B;
    border-color: #394C5B;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #394C5B;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #394C5B;
}

.panel-default > .panel-heading > .panel-tools a {
    color: #333333;
}

.panel-section {
    margin-top: 20px;
}

.panel-table {
    border-top: 1px solid #dddddd;
    margin-bottom: 0;
}

.table-responsive + .panel-table {
    margin-bottom: 0;
}

.panel-info {
    background-color: #f5f5f5;
    padding: 15px;
}

.form-group.pick-info {
    margin-bottom: 0px;
}

.searchResult-toolbar {
    padding: 15px 0;
}

.panel > .panel-collapse > .list-group {
  margin-bottom: 1px;
}

.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .panel-collapse > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* Well Styles */
.well {
    border-radius: 2px;
}

.well.white {
    background-color: #ffffff;
}

/* Button Styles */
.btn {
    border-radius: 2px;
}

@media (min-width: 480px) {
    .form-btn-group-right {
        float: right;
    }
}

.form-btn-group-right > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-btn-group-left > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-btn-group-right >.btn-item > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-btn-group-left >.btn-item > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.inline-btn-group {
    padding-top: 25px;
}

.btn-inline {
    display: inline !important;
}

@media (min-width: 480px) {
    .form-btn-group-left {
        float: left;
    }
}

.form-btn-group-left > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-sm,
.btn-xs {
    border-radius: 2px;
}

.btn-primary {
    background-color: #00a3e0;
    border-color: #0396ce;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #0392c7;
    border-color: #0388b9;
}

.btn.back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    color: #ffffff;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.btn.back-to-top:hover,
.btn.back-to-top:active {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-icon-left i {
    padding-right: 4px;
}

.btn-icon-right i {
    padding-left: 4px;
}

/* Form Styles */
.field-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    /*white-space: nowrap;*/
}

.form-control {
    border-radius: 0px;
}

.form-row {
    margin-bottom: 10px;
}

/*.panel-body .form-actions {
    margin-left: -15px;
    margin-bottom: -15px;
    margin-right: -15px;
}*/

.form-actions {
    border: 0;
    margin-top: 15px;
}

.field-group {
    margin-bottom: 20px;
}

.input-sm {
  border-radius: 0px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container .select2-choice {
    height: 34px;
    padding: 0 0 0 12px;
    border: 1px solid #cccccc;
    line-height: 34px;
    color: #333333;
    border-radius: 0px;
    background-image: none;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
             box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
             transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container .select2-choice .select2-arrow {
    border-left: none;
    border-radius: 0px;
    background: #ffffff;
    background-image: none;
}

.select2-container.select2-drop-above .select2-choice {
    border-radius: 0px;
}

.select2-drop {
    color: #333333;
    border-radius: 0px;
}

.select2-drop.select2-drop-above {
    border-radius: 0px;
}

.select2-dropdown-open .select2-choice {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #5897fb;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #ffffff;
}

/* Alert Styles */
.alert {
    border-radius: 0px;
}

.alert.alert-nomargin {
    margin-bottom: 0;
}

/* Field Error Styles */
.error {
    color: #b94a48;
}

panel-default .panel-title .error {
    color: #b94a48;
}

.field-label.error,
.help-block.error,
.help-inline.error {
  color: #b94a48;
}


input.error,
select.error,
textarea.error {
  border-color: #b94a48;
  background-color: #F2DEDE;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

/* Table Styles */
.ascending a:after {
    content: " \f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

.descending a:after {
    content: " \f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

th {
    font-weight: 700;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 12px;
  vertical-align: top;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #faf9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f2f2f2;
}

@media (max-width: 1170px) {
    .table-responsive {
        /*border: none;*/
        margin-bottom: 0;
    }
}

@media (max-width: 1650px) {
    .table-responsive-large {
        width: 100%;
        border: none;
        margin-bottom: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

      .table-responsive-large > .table {
        margin-bottom: 0;
      }
      .table-responsive-large > .table > thead > tr > th,
      .table-responsive-large > .table > tbody > tr > th,
      .table-responsive-large > .table > tfoot > tr > th,
      .table-responsive-large > .table > thead > tr > td,
      .table-responsive-large > .table > tbody > tr > td,
      .table-responsive-large > .table > tfoot > tr > td {
        white-space: nowrap;
      }
      .table-responsive-large > .table-bordered {
        border: 0;
      }
      .table-responsive-large > .table-bordered > thead > tr > th:first-child,
      .table-responsive-large > .table-bordered > tbody > tr > th:first-child,
      .table-responsive-large > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive-large > .table-bordered > thead > tr > td:first-child,
      .table-responsive-large > .table-bordered > tbody > tr > td:first-child,
      .table-responsive-large > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
      }
      .table-responsive-large > .table-bordered > thead > tr > th:last-child,
      .table-responsive-large > .table-bordered > tbody > tr > th:last-child,
      .table-responsive-large > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive-large > .table-bordered > thead > tr > td:last-child,
      .table-responsive-large > .table-bordered > tbody > tr > td:last-child,
      .table-responsive-large > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
      }
      .table-responsive-large > .table-bordered > tbody > tr:last-child > th,
      .table-responsive-large > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive-large > .table-bordered > tbody > tr:last-child > td,
      .table-responsive-large > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
      }
}

@media (max-width: 1830px) {
        .table-responsive-xlarge {
            width: 100%;
            border: none;
            margin-bottom: 0;
            overflow-x: scroll;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            -webkit-overflow-scrolling: touch;
        }

        .table-responsive-xlarge > .table {
            margin-bottom: 0;
        }

        .table-responsive-xlarge > .table > thead > tr > th,
        .table-responsive-xlarge > .table > tbody > tr > th,
        .table-responsive-xlarge > .table > tfoot > tr > th,
        .table-responsive-xlarge > .table > thead > tr > td,
        .table-responsive-xlarge > .table > tbody > tr > td,
        .table-responsive-xlarge > .table > tfoot > tr > td {
            white-space: nowrap;
        }

        .table-responsive-xlarge > .table-bordered {
            border: 0;
        }

        .table-responsive-xlarge > .table-bordered > thead > tr > th:first-child,
        .table-responsive-xlarge > .table-bordered > tbody > tr > th:first-child,
        .table-responsive-xlarge > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive-xlarge > .table-bordered > thead > tr > td:first-child,
        .table-responsive-xlarge > .table-bordered > tbody > tr > td:first-child,
        .table-responsive-xlarge > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .table-responsive-xlarge > .table-bordered > thead > tr > th:last-child,
        .table-responsive-xlarge > .table-bordered > tbody > tr > th:last-child,
        .table-responsive-xlarge > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive-xlarge > .table-bordered > thead > tr > td:last-child,
        .table-responsive-xlarge > .table-bordered > tbody > tr > td:last-child,
        .table-responsive-xlarge > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .table-responsive-xlarge > .table-bordered > tbody > tr:last-child > th,
        .table-responsive-xlarge > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive-xlarge > .table-bordered > tbody > tr:last-child > td,
        .table-responsive-xlarge > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0;
        }
}


/* Flip Scroll Responsive table styles */
@media only screen and (max-width: 1940px) {	
	.flip-scroll-xlarge .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.flip-scroll-xlarge * html .cf { zoom: 1; }
	.flip-scroll-xlarge *:first-child+html .cf { zoom: 1; }
	
	.flip-scroll-xlarge table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.flip-scroll-xlarge th,
	.flip-scroll-xlarge td { margin: 0; vertical-align: top; min-height: 46px; }
	.flip-scroll-xlarge th { text-align: left; }
	
	.flip-scroll-xlarge table { display: block; position: relative; width: 100%;  }
	.flip-scroll-xlarge thead { display: block; float: left; }
	.flip-scroll-xlarge tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.flip-scroll-xlarge thead tr { display: block; }
	.flip-scroll-xlarge th { display: block; text-align: right; }
	.flip-scroll-xlarge tbody tr { display: inline-block; vertical-align: top; }
	.flip-scroll-xlarge td { display: block; text-align: left; }
 
 
	/* sort out borders */
 
	.flip-scroll-xlarge th { border-bottom: 0; border-left: 0; }
	.flip-scroll-xlarge td { border-left: 0; border-right: 0; border-bottom: 0; }
	.flip-scroll-xlarge tbody tr { border-left: 1px solid #dddddd; }
        .flip-scroll-xlarge tbody tr td {
            border: 0px;
        }
	.flip-scroll-xlarge td:last-child { border: none; }
    .flip-scroll-xlarge thead tr th {
        border: 0px;
    }

    .flip-scroll-xlarge th:last-child {
        border-bottom: 1px solid #dddddd;
    }

}

@media only screen and (max-width: 1270px) {	
	.flip-scroll-lg .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.flip-scroll-lg * html .cf { zoom: 1; }
	.flip-scroll-lg *:first-child+html .cf { zoom: 1; }
	
	.flip-scroll-lg table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.flip-scroll-lg th,
	.flip-scroll-lg td { margin: 0; vertical-align: top; min-height: 46px }
	.flip-scroll-lg th { text-align: left; }
	
	.flip-scroll-lg table { display: block; position: relative; width: 100%; }
	.flip-scroll-lg thead { display: block; float: left; }
	.flip-scroll-lg tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.flip-scroll-lg thead tr { display: block; }
	.flip-scroll-lg th { display: block; text-align: right; }
	.flip-scroll-lg tbody tr { display: inline-block; vertical-align: top; }
	.flip-scroll-lg td { display: block; text-align: left; }
 
 
	/* sort out borders */
 
	.flip-scroll-lg th { border-bottom: 0; border-left: 0; }
	.flip-scroll-lg td { border-left: 0; border-right: 0; border-bottom: 0; }
	.flip-scroll-lg tbody tr { border-left: 1px solid #dddddd; }
        .flip-scroll-lg tbody tr td {
            border: 0px;
        }
    .flip-scroll-lg td:last-child { /*border-bottom: 1px solid #dddddd;*/ border-bottom: none; }
    .flip-scroll-lg .table-bordered > tfoot > tr > td {
        border: none;
        }
	.flip-scroll-lg th:last-child,
	.flip-scroll-lg td:last-child { border-bottom: 1px solid #dddddd; }
    .flip-scroll-lg thead tr th {
        border: 0px;
    }

}

@media only screen and (max-width: 950px) {	
	.flip-scroll-md .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.flip-scroll-md * html .cf { zoom: 1; }
	.flip-scroll-md *:first-child+html .cf { zoom: 1; }
	
	.flip-scroll-md table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.flip-scroll-md th,
	.flip-scroll-md td { margin: 0; vertical-align: top; min-height: 46px; }
	.flip-scroll-md th { text-align: left; }
	
	.flip-scroll-md table { display: block; position: relative; width: 100%; }
	.flip-scroll-md thead { display: block; float: left; }
	.flip-scroll-md tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.flip-scroll-md thead tr { display: block; }
	.flip-scroll-md th { display: block; text-align: right; }
	.flip-scroll-md tbody tr { display: inline-block; vertical-align: top; }
	.flip-scroll-md td { display: block; text-align: left; }
 
 
	/* sort out borders */
 
	.flip-scroll-md th { border-bottom: 0; border-left: 0; }
	.flip-scroll-md td { border-left: 0; border-right: 0; border-bottom: 0; }
	.flip-scroll-md tbody tr { border-left: 1px solid #dddddd; }
        .flip-scroll-md tbody tr td {
            border: 0px;
        }
	
	.flip-scroll-md td:last-child { /*border-bottom: 1px solid #dddddd;*/ border-bottom: none; }
    .flip-scroll-md .table-bordered > tfoot > tr > td {
        border: none;
        width: 100%;
    }
    .flip-scroll-md th:last-child  { border-bottom: 1px solid #dddddd; }
    .flip-scroll-md thead tr th {
        border: 0px;
    }
    .flip-scroll-md .table > tbody > tr > th {
        border-top: none;
    }
    .flip-scroll-md .table-bordered > tbody > tr > th {
        border: none;
    }
}

@media only screen and (max-width: 600px) {	
	.flip-scroll-sm .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.flip-scroll-sm * html .cf { zoom: 1; }
	.flip-scroll-sm *:first-child+html .cf { zoom: 1; }
	
	.flip-scroll-sm table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.flip-scroll-sm th,
	.flip-scroll-sm td { margin: 0; vertical-align: top; min-height: 46px; }
	.flip-scroll-sm th { text-align: left; }
	
	.flip-scroll-sm table { display: block; position: relative; width: 100%; }
	.flip-scroll-sm thead { display: block; float: left; }
	.flip-scroll-sm tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.flip-scroll-sm thead tr { display: block; }
	.flip-scroll-sm th { display: block; text-align: right; }
	.flip-scroll-sm tbody tr { display: inline-block; vertical-align: top; }
	.flip-scroll-sm td { display: block; text-align: left; }
 
 
	/* sort out borders */
 
	.flip-scroll-sm th { border-bottom: 0; border-left: 0; }
	.flip-scroll-sm td { border-left: 0; border-right: 0; border-bottom: 0; }
	.flip-scroll-sm tbody tr { border-left: 1px solid #dddddd; }
        .flip-scroll-sm tbody tr td {
            border: 0px;
        }
        .flip-scroll-sm .table-bordered > tfoot > tr > td {
        border: none;
    }
    .flip-scroll-sm .table-bordered > tbody > tr > th {
        border: none;
    }
	.flip-scroll-sm td:last-child { border-bottom: none; }
    .flip-scroll-sm thead tr th {
        border: 0px;
    }

    .flip-scroll-sm th:last-child {
        border-bottom: 1px solid #dddddd;
    }
}

@media only screen and (max-width: 450px) {	
	.flip-scroll-xs .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.flip-scroll-xs * html .cf { zoom: 1; }
	.flip-scroll-xs *:first-child+html .cf { zoom: 1; }
	
	.flip-scroll-xs table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.flip-scroll-xs th,
	.flip-scroll-xs td { margin: 0; vertical-align: top; min-height: 46px; }
	.flip-scroll-xs th { text-align: left; }
	
	.flip-scroll-xs table { display: block; position: relative; width: 100%; }
	.flip-scroll-xs thead { display: block; float: left; }
	.flip-scroll-xs tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.flip-scroll-xs thead tr { display: block; }
	.flip-scroll-xs th { display: block; text-align: right; }
	.flip-scroll-xs tbody tr { display: inline-block; vertical-align: top; }
	.flip-scroll-xs td { display: block; text-align: left; }
 
 
	/* sort out borders */
 
	.flip-scroll-xs th { border-bottom: 0; border-left: 0; }
	.flip-scroll-xs td { border-left: 0; border-right: 0; border-bottom: 0; }
	.flip-scroll-xs tbody tr { border-left: 1px solid #dddddd; }
        .flip-scroll-xs tbody tr td {
            border: 0px;
        }
        .flip-scroll-xs .table-bordered > tfoot > tr > td {
        border: none;
    }
	
	.flip-scroll-xs td:last-child {border: none;}
    .flip-scroll-xs thead tr th {
        border: 0px;
    }
    .flip-scroll-xs th:last-child {
        border-bottom: 1px solid #dddddd;
    }

    .flip-scroll-xs .table-no-border > thead > tr > th:first-child {
        border-top: 1px solid #dddddd;
    }

    .flip-scroll-xs .table-no-border td:first-child {
        border-top: 1px solid #dddddd;
    }
    .flip-scroll-xs .table-no-border {
        border-top: none;
    }
}

/* Pagination Styles */
.pagination-centered {
    text-align: center;
}

.pagination {
  border-radius: 2px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #00a3e0;
  border-color: #0396ce;
}

/* Bootstrap Tab Styles */
.nav.nav-tabs {
    padding-left: 15px;
    /*margin-left: -15px;
    margin-right: -15px;*/
}

.nav-tabs > li > a {
    border-radius: 0;
}

.tab-pane {
    padding-top: 10px;
}

/*.stacked-nav-pane {
    border-left: 1px solid #e5e5e5;
    min-height: 155px;
    padding-left: 15px;
    margin-left: -15px;
}*/

.results-pane {
    margin-top: 30px;
}

.no-margin-table {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

/* Nav Pills Styles */
.panel-side-nav {
    background-color: #ffffff;
    /*text-shadow: 0 1px 0 #fff;
    border-radius: 4px;*/
    margin: -15px -15px 15px 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    /*border-bottom: 1px solid #dddddd;*/
}

/*.nav-stacked-border {
    border-right: 1px solid #e5e5e5;
}*/

.nav.nav-pills > li > a {
    border-radius: 2px;
    padding: 8px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    /*background-color: #e5e3e9;*/
}

.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > a:focus {
    background: none;
}

.nav-pills.panel-side-nav > li + li {
    margin-left: 0px;
}

@media (min-width: 768px) {
    .nav.nav-pills > li {
    border-bottom: 1px solid #dddddd;
    }

    .nav.nav-pills > li:hover {
        border-bottom: 2px solid #c4d600;
    }

    .nav.nav-pills > li.active {
        border-bottom: 2px solid #00a3e0;
    }

}

@media (max-width: 768px) {

    .nav.nav-pills > li {
        border-left: 2px solid #dddddd;
    }

    .nav-pills.panel-side-nav > li {
        float: none;
    }

    .nav.nav-pills > li:hover {
        border-left: 2px solid #c4d600;
    }

    .nav.nav-pills > li.active {
        border-left: 2px solid #00a3e0;
    }
    .fixedField
    {
        z-index: 999999;
        position: fixed;
        top: 4em;
        right: 1em;
        left: 1em;
        overflow:hidden;
        /*color: #ffffff;
        display: none;
        opacity: 0.5; 
        filter: alpha(opacity=50);  For IE8 and earlier */
    }
    .fixedField-0
    {
        z-index: 999999;
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        overflow:hidden;
        /*color: #ffffff;
        display: none;
        opacity: 0.5; 
        filter: alpha(opacity=50);  For IE8 and earlier */
    }
    .noScroll
    {
        overflow:hidden;
    }

}

/*.nav.nav-pills > li {
    border-bottom: 1px solid #dddddd;
}

    .nav.nav-pills > li:hover {
        border-bottom: 2px solid #c4d600;
    }

.nav.nav-pills > li.active {
    border-bottom: 2px solid #00a3e0;
}*/

.nav.nav-pills > li.active > a:hover,
.nav.nav-pills > li.active > a:focus {
    /*background-color: #e5e3e9;*/
}

.nav.nav-pills > li.active > a {
    /*background-color: #f5f5f5;*/
    color: #333333;
    font-weight: 600;
}

.nav.nav-pills > li.active > a > .badge {
    background-color: #999;
    color: #fff;
}

.nav-pills.panel-side-nav > li.active > a {
    background-color: #ffffff;
}

/*@media (max-width: 480px) {
    .nav.nav-pills.nav-stacked > li {
        float: left;
    }
}*/
@media (max-width: 480px) {
    .fixedField {
        z-index: 999999;
        position: fixed;
        top: 4em;
        right: 1em;
        left: 1em;
        /*color: #ffffff;
        display: none;
        opacity: 0.5; 
        filter: alpha(opacity=50);  For IE8 and earlier */
    }
}

/* Responsive Tab Styles */
.respTabs.noborder .resp-tab-content {
    border: none;
}

.respTabs.noborder .resp-tabs-nav.grey {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 49px;
}

.respTabs.noborder .resp-tabs-list li {
    color: #00a3e0;
    font-size: 14px;
    font-weight: 400; 
}

.respTabs.noborder .resp-tabs-list li.resp-tab-active {
    color: #172934 !important;
}

/*.respTabs.noborder .resp-tab-content {
    padding-top: 30px;
}*/

.respTabs.noborder .resp-tab-active {
    border-top: 3px solid #00A3E0;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.respTabs.noborder .resp-accordion.resp-tab-active {
    border-top: none;
}

h2.resp-accordion {
    line-height: 20px;
    font-size: 14px !important;
    border: 0px solid #c1c1c1;
}

    .respTabs-lg .respTabs.noborder .resp-tab-content {
    border: none;
    }

    .respTabs-lg .respTabs.noborder .resp-tabs-nav.grey {
        background-color: #f5f5f5;
        width: 100%;
        min-height: 49px;
    }

    .respTabs-lg .respTabs.noborder .resp-tabs-list li {
        color: #00a3e0;
        font-size: 14px;
        font-weight: 400; 
    }

    .respTabs-lg .respTabs.noborder .resp-tabs-list li.resp-tab-active {
        color: #172934 !important;
    }

    /*.respTabs.noborder .resp-tab-content {
        padding-top: 30px;
    }*/

    .respTabs-lg .respTabs.noborder .resp-tab-active {
        border-top: 3px solid #00A3E0;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    .respTabs-lg .respTabs.noborder .resp-accordion.resp-tab-active {
        border-top: none;
    }

    .respTabs-lg .respTabs.noborder .respTabs-container h2.resp-accordion {
        line-height: 20px;
        font-size: 14px !important;
        border: 0px solid #c1c1c1;
    }


@media only screen and (max-width: 768px) {
    h2.resp-accordion {
        color: #00a3e0;
        border-right: none;
        border-left: none;
        border-top: 1px solid #c1c1c1;
        font-size: 14px !important;
    }

    h2.resp-tab-active {
        color: #172934;
    }

    .respTabs.noborder .resp-tabs-nav.grey {
        min-height: 0;
    }

}

@media only screen and (max-width: 1170px) {

    .respTabs-lg .respTabs.noborder .resp-tabs-container h2.resp-tab-active {
        color: #172934 !important;
    }

    .respTabs-lg .respTabs.noborder .resp-tabs-nav.grey {
        min-height: 0;
    }

    .respTabs-lg .respTabs.noborder .resp-tabs-nav.grey ul.resp-tabs-list {
        display: none;
    }

    .respTabs-lg .respTabs.noborder .resp-tabs-container h2.resp-accordion {
        display: block;
        color: #00a3e0;
        border-right: none;
        border-left: none;
        border-top: 1px solid #c1c1c1;
        font-size: 14px !important;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .respTabs-lg .respTabs.noborder .resp-tabs-container .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


/* Chart Styles */
.tooltip {
   font-size: 1em;
   opacity: 1;
   padding: 0;
   position: absolute;
   z-index: 12;
   color: #888;
   background: #fff;
   border: 1px solid #aaa;
   -moz-box-shadow: 0px 1px 1px #ddd;
   -webkit-box-shadow: 0px 1px 1px #ddd;
   box-shadow: 0px 1px 2px #ddd;
}

.tooltip div {
   position: relative;
   text-align: center;
   margin: 3px;
   max-width:100px;
}

.tooltip span { font-size: 0.7em; display: block; }
.tooltip span.series { color: #333; }

.tooltip:after {
   content: ' ';
   position: absolute;
   width: 0;
   height: 0;
   margin-left: -5px;
   bottom: -10px;
   left: 50%;
   border-width: 5px;
   border-style: solid;
   border-color: #aaa transparent transparent transparent ;
}

#ProductionPieChart {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 0px;
}

#ProductionBarGraph {
    /*width: 100%;*/
    height: 300px;
    position: relative;
    padding: 0px;
}
#ProductionBarGraphLabel {
    /*width: 100%;*/
    height: 100px;
    position: relative;
    padding: 0px;
}

#GrandFormatBarGraph {
    /*width: 100%;*/
    height: 300px;
    position: relative;
    padding: 0px;
}
#GrandFormatBarGraphLabel {
    /*width: 100%;*/
    height: 100px;
    position: relative;
    padding: 0px;
}

#MailingBarGraph {
    /*width: 100%;*/
    height: 300px;
    position: relative;
    padding: 0px;
}
#MailingBarGraphLabel {
    /*width: 100%;*/
    height: 100px;
    position: relative;
    padding: 0px;
}

#PickPieChart {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 0px;
}

#PickBarGraph {
    /*width: 75%;*/
    height: 300px;
    position: relative;
    padding: 0px;
}

#PickBarGraphLabel {
    /*width: 25%;*/
    height: 120px;
    position: relative;
    padding: 0px;
}

#ShipBarGraph {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 0px;
}

#WeeklyShipGraph {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 0px;
}
/*End Chart Styles*/


@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}



@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }

}

@media (min-width: 992px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media print {
    body {
        color: #000000;
        background: #ffffff;
    }
}

.table tbody tr > td.success,
.table-striped > tbody > tr:nth-child(odd) > td.success {
  background-color: #dff0d8 !important;
  color: #3c763d !important;
}

.table tbody tr > td.error,
.table-striped > tbody > tr:nth-child(odd) > td.error {
  background-color: #f2dede !important;
  color: #a94442 !important;
}

.table tbody tr > td.warning,
.table-striped > tbody > tr:nth-child(odd) > td.warning {
  background-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}

.table tbody tr > td.info,
.table-striped > tbody > tr:nth-child(odd) > td.info {
  background-color: #d9edf7 !important;
  color: #31708f !important;
}

.table-hover tbody tr:hover > td.success,
.table-striped > tbody > tr:nth-child(odd):hover > td.success {
  background-color: #d0e9c6 !important;
  color: #3c763d !important;
}

.table-hover tbody tr:hover > td.error,
.table-striped > tbody > tr:nth-child(odd):hover > td.error {
  background-color: #ebcccc !important;
  color: #a94442 !important;
}

.table-hover tbody tr:hover > td.warning,
.table-striped > tbody > tr:nth-child(odd):hover > td.warning {
  background-color: #faf2cc !important;
  color: #8a6d3b !important;
}

.table-hover tbody tr:hover > td.info,
.table-striped > tbody > tr:nth-child(odd):hover > td.info {
  background-color: #c4e3f3 !important;
  color: #31708f !important;
}

.table > thead > tr > td.fox,
.table > tbody > tr > td.fox,
.table > tfoot > tr > td.fox,
.table > thead > tr > th.fox,
.table > tbody > tr > th.fox,
.table > tfoot > tr > th.fox,
.table > thead > tr.fox > td,
.table > tbody > tr.fox > td,
.table > tfoot > tr.fox > td,
.table > thead > tr.fox > th,
.table > tbody > tr.fox > th,
.table > tfoot > tr.fox > th {
  background-color: #d9c6f2;
}

.table > thead > tr > td.theJoint,
.table > tbody > tr > td.theJoint,
.table > tfoot > tr > td.theJoint,
.table > thead > tr > th.theJoint,
.table > tbody > tr > th.theJoint,
.table > tfoot > tr > th.theJoint,
.table > thead > tr.theJoint > td,
.table > tbody > tr.theJoint > td,
.table > tfoot > tr.theJoint > td,
.table > thead > tr.theJoint > th,
.table > tbody > tr.theJoint > th,
.table > tfoot > tr.theJoint > th {
  background-color: #FCD47E;
}

.table > thead > tr > td.dnp,
.table > tbody > tr > td.dnp,
.table > tfoot > tr > td.dnp,
.table > thead > tr > th.dnp,
.table > tbody > tr > th.dnp,
.table > tfoot > tr > th.dnp,
.table > thead > tr.dnp > td,
.table > tbody > tr.dnp > td,
.table > tfoot > tr.dnp > td,
.table > thead > tr.dnp > th,
.table > tbody > tr.dnp > th,
.table > tfoot > tr.dnp > th {
  background-color: #000;
  color:#fff;
  -webkit-print-color-adjust: exact;
  webkit-print-color-adjust: exact;
  color-adjust: exact;
}



/* IE10, Windows8, & Windows Phone 8 work around. IE10 
    doesn't differentiate device width from viewport width, 
    so it doesn't apply media queries
============================================================*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*==========================================================*/