html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background: #3d3d3d;
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  color: #5c5c5c;
  margin: 0;
  line-height: 18px;
}

textarea {
  resize: none;
}
a {
  color: #ff0000;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.link {
  color: #ff0000;
}
.link:hover {
  color: #000;
  text-decoration: none;
}

p {
  padding: 4px 0 4px 0;
  margin: 0;
}
ul {
  list-style: none;
}

.full {
  width: 100%;
}
.fullh {
  height: 100%;
}
.third {
  width: 33%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}

.center {
  margin: 0 auto;
}
.j {
  text-align: justify;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right !important;
}
.b {
  font-weight: bold;
}
.n {
  font-weight: normal;
}
.i {
  font-style: italic;
}
.nw {
  white-space: nowrap;
}

.m0 {
  margin: 0;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}

.mt2 {
  margin-top: 2px;
}
.mt {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}

.mb {
  margin-bottom: 5px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

.ml {
  margin-left: 5px;
}
.ml8 {
  margin-left: 8px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}

.mr {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}

.p0 {
  padding: 0;
}
.p {
  padding: 5px;
}
.p1 {
  padding: 1px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}

.pb {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}

.pl4 {
  padding-left: 4px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}

.inline {
  display: inline;
}
.hand {
  cursor: pointer;
}

.hide {
  display: none;
}
.notvisible {
  visibility: hidden;
}

/* Debug back colors */
.tbg1 {
  background: #f00;
}
.tbg2 {
  background: #0f0;
}
.tbg3 {
  background: #00f;
}
.tbg4 {
  background: #ff0;
}

.white-bg {
  background-color: #fff;
}
.light-green-bg {
  background: #eaeaea;
}
.med-light-green-bg {
  background: #edf0e8;
}
.very-light-green-bg {
  background: #3d3d3d;
}
.dark-bg {
  background: #363636;
}
.gray-bg {
  background: #f6f6f6;
}
.border-all {
  /*border: 1px solid #cccccc;*/
}
.border-bottom {
  /*border-bottom: 1px solid #3d3d3d;*/
}
.white {
  color: #fff;
}
.green {
  color: #808080;
}
.red {
  color: #a00;
}
.gray {
  color: #777;
}
.med-gray {
  color: #999;
}
.orange-bg {
  background: #ff6501;
  color: #c85001;
}
.yellow-bg {
  background: #ff0;
  color: #000;
}
input.ng-invalid,
select.ng-invalid,
textarea.ng-invalid {
  border: 1px solid #ff6666;
}

.add-plus-sign:before {
  content: '+';
}

.nav_active_link {
  background: #aece73 url('/images/v3/icons/arrow.png') 8px 45% no-repeat;
  padding: 10px 6px 11px 16px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: #212121;
  display: block;
  text-align: left;
}
.nav_active_link span {
  margin-left: 10px;
}
#navigation td {
  border-bottom: 2px solid #e9ece3;
  cursor: default;
}
#navigation a {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
  text-align: left;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  padding: 8px 6px 10px 26px;
  background: url(/images/v3/icons/arrow_light.png) 8px 45% no-repeat;
}
.arrow {
  background: url(/images/v3/icons/arrow.png) no-repeat;
  padding-left: 10px;
  border: 1px solid #000;
}
.inline {
  display: inline;
}
#navigation a:hover {
  background: #aece73 url(/images/v3/icons/arrow.png) 7px 45% no-repeat;
  color: #000;
  border: 1px solid #aece73;
  margin: 0;
  padding: 7px 5px 9px 25px;
}

.top {
  vertical-align: top;
}
.left_nav {
  width: 200px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table .totals {
  font-weight: bold;
  background: #808080;
}

.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}

.table-listdata {
  width: 968px;
}
.table-header {
  background: #777777;
  color: #eaeaea;
}
.table-row {
  color: #ff0000;
}
.table-row:hover {
  background: #aece73;
  color: #000;
  cursor: pointer;
}

td[valign='top'] {
  vertical-align: top;
}
td[valign='center'] {
  vertical-align: central;
}
td[valign='bottom'] {
  vertical-align: bottom;
}

.app-name {
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}

.login-panel {
  border: solid 0px #626462;
  max-width: 400px;
  min-height: 250px;
  margin: 10% auto;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.login-panel-inner {
  border: solid 0px #626462;
  max-width: 370px;
  min-height: 220px;
  margin: 4px auto;
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.login-header {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.login-Title {
  font: bold 24px Geneva, Arial, Helvetica, sans-serif;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}
.login-Tagline {
  font-weight: bold;
  letter-spacing: 0.3em;
}
.login-prompt {
  font: bold 14px Geneva, Arial, Helvetica, sans-serif;
  color: #ff0000;
  margin: 10px 0 -20px 0;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.login-PBtag {
  font-style: italic;
  margin-top: 20px;
}
.login-label-col {
  width: 80px;
}
.login-flash-bar {
  min-height: 10px;
  margin: 30px 0px 10px 0px;
}

.maintenance-panel {
  background: #fff;
  border: solid 2px #ff0000;
  max-width: 400px;
  min-height: 250px;
  margin: 10% auto;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

label {
  display: inline-block;
  line-height: 20px;
  float: left;
  margin-right: 5px;
  text-align: right;
  width: 200px;
}

label.b {
  font-weight: bold;
}

.label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #777;
  padding-right: 4px;
  line-height: 16px;
  text-align: right;
}
.label-error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #a00;
  padding-right: 4px;
  line-height: 16px;
  text-align: right;
}

.tall-min {
  min-height: 700px;
}
.larger-text {
  font-size: 15px;
  font-weight: bold;
}
.outer_container {
  border: solid 2px #626462;
  width: 1250px;
  margin: 8px auto;
}
.section1 {
  background: #808080;
  height: 28px;
}
.section1-left {
  width: 250px;
}
.section1-center {
  width: 760px;
  text-align: center;
}
.section1-right {
  width: 250px;
  text-align: right;
}
.section2 {
  width: 1250px;
  height: 56px;
  margin: 0 auto;
  background: url(/images/v3/menubar.png) center 0 repeat-x;
  position: relative;
  z-index: 99;
}
.section3 {
  width: 100%;
  padding: 0px 0; /*border-top: solid #3d3d3d 1px;	background: #D9DCD3;*/
}
.main {
  float: right;
  width: 920px;
  padding: 0;
  margin-right: 10px;
  font-size: 0.75em;
}
.support {
  float: left;
  width: 250px;
  padding: 0;
  font-size: 0.75em;
}
.support li.title {
  text-align: left;
  font-weight: bold;
  font: 'Lucida Sans', Georgia, 'Times New Roman', Times, serif;
  padding: 0 0 0 22px;
  color: #969696;
  line-height: 41px;
  font-size: 14px;
}
.main_responsive {
  padding: 10px;
  margin: 0 !important;
  display: block !important;
}
.username {
  font: bold 12px 'verdana';
  color: #333;
}

/*
  .container { left:50%; width:640px; margin-left:-320px;	position:absolute; z-index:3; }
  */

/*p {margin-bottom:18px;}*/

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.link-1,
.link-2,
.button,
.logo {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: bold;
}
h1 {
  font: 26px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  letter-spacing: -1px;
  margin: 0 0 5px;
}

h2 {
  font: 18px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  letter-spacing: -1px;
  margin: 0 0 5px;
}

.logo {
  display: block;
  width: 185px;
  height: 109px;
  text-indent: -5000px;
  background: url(/images/v3/sbp-cropped.jpg) 0 0 no-repeat;
}
.page-title {
  margin: 10px;
}

#content {
  width: 100%;
  padding: 0 0 70px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.page-content {
  padding: 10px;
  padding-top: 20px;
}

.footer_bg {
  background: #3d3d3d;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  border-top: solid #3d3d3d 1px;
}
ul.footer {
  padding: 0px 0;
  margin: 0;
}
ul.footer li {
  padding: 0px 0;
  margin: 0;
  display: inline;
}
ul.footer li a {
  padding: 0px 5px;
  margin: 0;
  list-style-type: none;
  font-size: 11px;
}
ul.footer li a:hover {
  padding: 0px 5px;
  margin: 0;
}

.copyright {
  font: 10px Verdana;
  color: #8f9680;
  letter-spacing: 0.2em;
}
.reg {
  font: 10px Verdana;
  vertical-align: top;
}
.active {
  font-weight: bold;
}
.tab-pane.active {
  font-weight: normal;
}

.button100 {
  width: 100px;
  height: 24px;
  border: 1px solid #5c5c5c;
  background-color: #eee;
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.button100:hover {
  border: 1px solid #000;
  background-color: #aece73;
  color: #000;
}
.button100static {
  border: 1px solid #999;
  background-color: #eee;
  color: #333;
}

#area_flash {
  width: 100%;
  z-index: 999;
  clear: both;
  margin-top: -10px;
}

.alert {
  background: #ffb url(/images/v3/icons/information.png) no-repeat 5px 50%;
  border: 1px solid #dda;
  clear: both;
  padding: 5px 10px 5px 26px;
  margin: 2px -1px;
}
.error {
  background-color: #ffd8d8;
  background-image: url(/images/v3/icons/exclamation.png);
  color: #7d352d;
  border-color: #e36053;
}
.success {
  background-color: #bfb;
  background-image: url(/images/v3/icons/check.png);
  color: #41643c;
  border-color: #41643c;
}
.notice {
  background-color: #e6f3ff;
  background-image: url(/images/v3/icons/information.png);
  color: #384e64;
  border-color: #384e64;
}

.search {
  margin: 2px 0 0 0;
}

.header-gray {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 16px;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}

.filter-label {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 16px;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}

.form-label {
  font: bold 15px Verdana, Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  line-height: 16px;
  font-weight: bold;
}

#form-search input[type='input'] {
  width: 139px;
  height: 18px;
}
#form-search input[type='submit'] {
  height: 25px;
  width: 29px;
  float: right;
  margin: -1px 0 0 1px;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  background: url(/images/v3/icons/search.png) no-repeat left top;
}

/* Form elements sizing */
.xs-input {
  width: 50px;
}
.sm-input {
  width: 100px;
}
.md-input {
  width: 150px;
}
.lg-input {
  width: 200px;
}
.xl-input {
  width: 300px;
}

.xs-select {
  width: 50px;
}
.sm-select {
  width: 100px;
}
.md-select {
  width: 150px;
}
.lg-select {
  width: 200px;
}
.xl-select {
  width: 300px;
}

.control {
  background-color: #e3ffab;
  border: 1px solid #5c5c5c;
  color: #3d5000;
  padding: 2px 5px 2px 5px;
}
.control:hover {
  border: 1px solid #000;
}

.standard-breadcrumbs {
  margin: 5px 0 0 30px;
  display: table;
  width: 968px;
  font-weight: bold;
}
.standard-breadcrumbs span {
  font-size: 16px;
  color: #ff0000;
}

.standard-page {
  width: 948px;
  min-height: 640px;
  margin: 30px 0 30px 30px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.standard-page .header {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 16px;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.standard-info {
  margin: 10px 0 0 30px;
  display: table;
  width: 968px;
}
.standard-info .l {
  display: table-cell;
  width: 33%;
}
.standard-info .c {
  display: table-cell;
  width: 33%;
}
.standard-info .r {
  display: table-cell;
  width: 33%;
}

.standard-report {
  width: 968px;
  margin: 5px 0 30px 30px;
}
.standard-report .header {
  font-weight: bold;
}
.standard-report tr,
.standard-report tr td {
  border-bottom: 1px solid #cccccc;
}
.standard-report td,
.standard-report th {
  border-left: 1px solid #cccccc;
  padding: 4px 10px;
  white-space: nowrap;
}
.standard-report .row-dark {
  background: #edf0e8;
}
.standard-report .row-light {
  background: #fff;
}
.standard-report .selectable:hover {
  background-color: #ff0000;
  color: #fff;
  cursor: pointer;
}
.standard-report .selectable:hover td a {
  color: #fff !important;
  cursor: pointer;
}
.standard-report .selectable td a {
  color: #ff0000 !important;
  cursor: pointer;
}
.standard-report .border-right {
  border-right: 1px solid #cccccc;
}
.standard-report .cell-running-total {
  background: #fff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: right;
}
.standard-report .cell-total {
  background: #fff;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: right;
  font-weight: bold;
}
.standard-report .label-total {
  color: #3d3d3d;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  font-style: italic;
  border: 0;
}
.standard-report a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.standard-report .sortable:hover {
  background: #363636;
  color: #fff;
  cursor: pointer;
}
.standard-report .sortable span {
  background: url('/images/v3/icons/empty_arrow.gif') 0px 45% no-repeat;
  background-position: right;
  padding-right: 10px;
  margin-right: -8px;
}
.standard-report .sortable span.asc {
  background: url('/images/v3/icons/up_arrow_white.gif') 0px 45% no-repeat;
  background-position: right;
}
.standard-report .sortable span.desc {
  background: url('/images/v3/icons/down_arrow_white.gif') 0px 45% no-repeat;
  background-position: right;
}
.standard-report .norecords {
  min-height: 520px;
}
.standard-report .norecords div {
  padding-top: 200px;
  font: 14px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  color: #5c8212;
}
.standard-report .norecords-small {
  min-height: 160px;
}
.standard-report .norecords-small div {
  padding-top: 56px;
  font: 14px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  color: #5c8212;
}
.standard-report .norecords-dashboard-widget {
  min-height: 190px;
}
.standard-report .norecords-dashboard-widget div {
  padding-top: 56px;
  font: 14px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  color: #5c8212;
}

.report-link-back {
  float: right;
  margin: -10px 30px -20px 0;
}
.report-run-time {
  text-align: center;
  font-style: italic;
  padding: 2px;
}

.standard-report-view {
  min-height: 548px;
  margin: 5px 30px 20px 30px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 10px;
}
.standard-report-view .header {
  text-align: center;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 16px;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.standard-report-view .table {
  display: table;
}
.standard-report-view label {
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #777d6b;
  padding-right: 4px;
  line-height: 18px;
  text-align: right;
}
.standard-report-view label.two-col {
  width: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #777d6b;
  padding-right: 4px;
  line-height: 18px;
  text-align: right;
}
.standard-report-view .value {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.standard-report-view .field-row {
  margin: 10px 0 0 20px;
  clear: both;
}
.standard-report-view .field-row2 {
  width: 470px;
  margin: 10px 0 0 0;
  clear: both;
}

/* Grouped report */
.groupable-report-header {
  margin: 10px 0 0 30px;
  font-weight: bold;
}

.royalty-report {
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
.royalty-report .header {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 16px;
  letter-spacing: 1.2em;
  text-transform: uppercase;
}
.royalty-report tr {
  background: #fff;
}
.royalty-report report-header {
  background: #3d3d3d;
}
.royalty-report td {
  padding: 2px 10px 2px 10px;
}
.royalty-report .empty {
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
}

.royalty-report .ba {
  border: 1px solid #b2b4ad;
}
.royalty-report .bt {
  border-top: 1px solid #b2b4ad;
}
.royalty-report .br {
  border-right: 1px solid #b2b4ad;
}
.royalty-report .bb {
  border-bottom: 1px solid #b2b4ad;
}
.royalty-report .bl {
  border-left: 1px solid #b2b4ad;
}

.royalty-report .spacer {
  background: #3d3d3d;
  border: 0;
  width: 1px;
}
.royalty-report .note {
  background: #3d3d3d;
  font-size: 11px;
  color: #999;
}
.royalty-report .labels td:last-child {
  border-bottom: 1px solid #cccccc;
}
.royalty-report .labels td {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 2px 10px 2px 10px;
}
.royalty-report .data td {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 2px 10px 2px 10px;
  min-width: 50px;
}
.royalty-report .data td:first-child {
  border-left: 0;
}
.royalty-report .col-header {
  background: #edf0e8;
  font-weight: bold;
}

.standard-widget {
  background: #3d3d3d;
}
.standard-widget h1 {
  width: 96%;
  font: 20px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  letter-spacing: -1.5px;
  margin: 5px auto 0;
}
.standard-widget .standard-info {
  width: 96%;
  margin: 15px auto 0;
  display: table;
}
.standard-widget .standard-report {
  width: 96%;
  margin: 5px auto;
}
.standard-widget .standard-report-view {
  width: 96%;
  margin: 5px auto;
  min-height: 0;
  height: 230px;
  padding: 0;
}
.standard-widget .standard-report-view .table {
  display: table;
  width: 96%;
}
.standard-widget .standard-report-view label {
  width: 125px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #777d6b;
  padding-right: 4px;
  line-height: 16px;
  text-align: right;
}
.standard-widget .standard-report-view .value {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.standard-widget .standard-report-view .field-row {
  margin: 5px 0 0 5px;
  clear: both;
}

#area-info .header {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 16px;
  letter-spacing: 1.2em;
  text-transform: uppercase;
}

.info_text {
  font: 14px Verdana;
  color: #363636;
  line-height: 18px;
}

.show-50 {
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.widget-toolbar {
}
.widget-toolbar .report-info {
  float: right;
  margin: -18px 44px 0 0;
  cursor: help;
}
.widget-toolbar .report-expand {
  float: right;
  margin: -18px 22px 0 0;
}

.pagelink-inactive {
  color: #646464;
  font-weight: bold;
}

.empty-value {
  color: #cdc673;
  font: normal 12px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans',
    'Trebuchet MS', sans-serif;
  font-style: italic;
}
.create-link {
  float: right;
  margin: -20px 30px 10px 0;
}
.create-link-small {
  float: right;
  margin: -20px 10px 10px 0;
}

#dashboard_filter {
  margin: 10px;
  padding: 8px;
  border: 1px solid #cccccc;
  background: #e3e6de;
  text-align: center;
}
#dashboard_filter div.header {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#dashboard_filter select {
  background-color: #e3ffab;
  border: 1px solid #5c5c5c;
  color: #3d5000;
  width: 150px;
  height: 68px;
}

#dashboard_filter div.title {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #99a088;
  margin-bottom: 4px;
}
#dashboard_filter div.spacer {
  height: 10px;
}
#dashboard_filter #controls {
  height: 600px;
}
.portlet-content {
  min-height: 300px;
}

#area_left_cell,
#area_right_cell {
  min-height: 820px;
  margin-bottom: 10px;
  position: relative;
}

.standard-widget .standard-report .norecords-small {
  min-height: 159px;
}

.loading_widget {
  background-image: url(/images/v3/icons/loading_big.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 460px;
  height: 300px;
}

div.journal {
  display: inline;
}
div.journal.row {
  display: block;
  margin-bottom: 15px;
}
div.journal.row .form-group label {
  display: inline-block;
}
div.journal.row .data {
  float: none;
}
div.journal.row .standard-report {
  width: 100% !important;
  margin: 10px 0;
}
div.journal.row .standard-report thead th {
  color: #eaeaea !important;
}
.journal thead th {
  color: #3d3d3d;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.journal tbody th {
  color: #3d3d3d;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  padding-right: 2px;
}
/* this is used to hide the lable for a radio control */
.journal tbody label {
  display: none;
}
.journal input[type='text'],
.journal input[type='email'],
.journal input[type='date'],
.journal select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #000000;
  padding: 2px 3px;
  margin: 3px;
}
.journal input[type='text'].w1,
select .w1 {
  width: 96px;
}
.journal input[type='text'].w2,
select .w2 {
  width: 146px;
}
.journal input[type='text'].w3,
select .w3 {
  width: 196px;
}
.journal input[type='text'].w4,
select .w4 {
  width: 246px;
}
.journal thead .w1 {
  width: 100px;
}
.journal thead .w2 {
  width: 150px;
}
.journal thead .w3 {
  width: 200px;
}
.journal thead .w4 {
  width: 250px;
}
.journal tbody .w1 {
  width: 100px;
}
.journal tbody .w2 {
  width: 150px;
}
.journal tbody .w3 {
  width: 200px;
}
.journal tbody .w4 {
  width: 250px;
}
.journal td {
  padding: 2px;
}
.journal .main {
  width: 963px;
  padding: 10px;
}
.journal .box {
  border: 1px solid #cccccc;
  background: #eaeaea;
  margin: 20px 30px 10px;
}
.journal .report {
  margin: 10px 30px 10px;
}
.journal .standard-report {
  width: 900px;
  margin-top: 30px;
}
.journal .tabs {
  width: 956px;
}
.journal .tabs_cont {
  min-height: 420px;
}
.journal .button {
  margin-top: 10px;
}
.journal .data {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
.journal .note {
  float: left;
  margin: 10px;
  padding: 10px;
  width: 435px;
  height: 200px;
  text-align: left;
  overflow: auto;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.journal .normal_font {
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  color: #5c5c5c;
}
.journal .label {
  padding-left: 4px;
  padding-right: 4px;
  background: #3d3d3d;
  color: #eaeaea;
}
.journal .label_text {
  color: #3d3d3d;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.journal .note {
  width: 428px;
  height: 210px;
}
.journal .notesize {
  width: 419px;
  height: 150px;
}
.journal #note_read {
  height: 190px;
  overflow: auto;
}
.journal .title {
  padding: 10px;
}
.journal .link {
  margin-left: 10px;
  cursor: pointer;
  color: #ff0000;
}
.journal .fixed {
  width: 230px;
}
.journal .fixed th {
  width: 150px;
  text-align: right;
}
.journal .norecords {
  min-height: 160px;
}
.journal .norecords div {
  padding-top: 100px;
  font: 14px 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Sans', 'Trebuchet MS',
    sans-serif;
  color: #5c8212;
}
.journal .daily-note-box {
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #cccccc;
}

.dynamic .standard-report {
  width: 100%;
  margin: 10px 0px 10px;
}

label.normal {
  display: inline;
  line-height: inherit;
  float: none;
  margin-right: 5px;
  margin-left: 5px;
  text-align: inherit;
  width: auto;
}

input[type='text'].number {
  text-align: right;
}

input[type='radio'],
input[type='checkbox'] {
  vertical-align: text-bottom;
}

.filter_form {
  width: 95%;
  margin: auto;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 10px;
}
.filter_form table {
  width: 80%;
  margin: 10px auto;
}
.filter_form table td {
  padding: 3px 10px;
}

/* Journal Edit */

div.journal-edit {
  display: inline;
}
.journal-edit thead th {
  color: #3d3d3d;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.journal-edit tbody th {
  color: #3d3d3d;
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  padding-right: 2px;
}
.journal-edit .main {
  width: 100%;
  padding: 0px;
  float: none;
}
.journal-edit .box {
  border: 1px solid #cccccc;
  background: #eaeaea;
  margin: 0;
}
.journal-edit input[type='text'],
select {
  background-color: #ffffff;
  border: 1px solid #5c5c5c;
  color: #3d5000;
}
.journal-edit .w1 {
  width: 96px;
}
.journal-edit .w2 {
  width: 146px;
}
.journal-edit .w3 {
  width: 196px;
}
.journal-edit .w4 {
  width: 246px;
}
.journal-edit thead .w1 {
  width: 100px;
}
.journal-edit thead .w2 {
  width: 150px;
}
.journal-edit thead .w3 {
  width: 200px;
}
.journal-edit thead .w4 {
  width: 250px;
}
.journal-edit tbody .w1 {
  width: 100px;
}
.journal-edit tbody .w2 {
  width: 150px;
}
.journal-edit tbody .w3 {
  width: 200px;
}
.journal-edit tbody .w4 {
  width: 250px;
}
.journal-edit td {
  padding: 2px;
}
.journal-edit #invoice-table td {
  vertical-align: top;
}
.journal-edit .normal_font {
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  color: #5c5c5c;
}

.perc-over {
  color: green;
}
.perc-less {
  color: red;
}
.perc-na {
  color: black;
}
.perc-equal {
  color: #f7ac00;
}

#notepopup th {
  padding: 3px;
  border: 1px solid black;
}
#notepopup td {
  padding: 10px;
  border: 1px solid black;
}

#checks-box {
  width: 1800px;
}
#checkspopup th {
  padding: 3px;
  border: 1px solid black;
}
#checkspopup td {
  padding: 5px;
  border: 1px solid black;
}

.checkdetailspopup {
  margin-left: 50px;
  width: 90%;
  border: groove;
}

.checkdetailspopup th {
  background-color: #d7fad6;
  padding: 3px;
}
.checkdetailspopup td {
  background-color: #d7fad6;
  padding: 5px;
}

#expensedetailspopup th {
  padding: 3px;
  border: 1px solid black;
}
#expensedetailspopup td {
  padding: 5px;
  border: 1px solid black;
}

/* Dashboard Classes */
.tablesorter thead tr th.dashboard-report {
  padding-right: 17px;
  text-align: left;
}

.received-receipt {
  border-left: solid 1px #000 !important;
}

.inventory-group-item {
  width: 250px;
  float: left;
  text-align: right;
}

.inventory-group-item-remove {
  width: 25px;
  height: 22px;
  background-image: url(/images/cancel_small.png);
  background-position: center center;
  background-repeat: no-repeat;
}

input.error {
  background-color: #ee0000 !important;
  color: #fff !important;
  background-image: none;
}
select.error {
  background-color: #ee0000 !important;
  color: #fff !important;
  background-image: none;
}

select option[disabled] {
  text-decoration: line-through;
  color: #cccccc;
}

/* Ryan's styles (simplified versions of CSS elements above) */
div.main-box {
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 10px;
}
.simpletabs {
}
.simplenote {
  margin: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.simplelabel {
  padding-left: 4px;
  padding-right: 4px;
  background: #3d3d3d;
  color: #eaeaea;
  font-weight: bolder;
}
.notecontent {
  height: 200px;
  text-align: left;
  overflow: auto;
  padding-right: 3px;
}
#weekly_notes {
}

/* tooltips */
a.tooltips span {
  color: #333333;
  background: #3d3d3d;
  border: 1px solid silver;
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  -moz-border-radius: 4px;
  /* shadow */
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2),
    inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

/*Loading box*/
#loading-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 100000;
}
#loading-box-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.docs thead th {
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding: 4px 20px 4px 4px;
}
.docs .sortUp {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #000 2px solid;
}
.docs .sortDown {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #000 2px solid;
}

.popup-table th {
  padding: 3px;
  border: 1px solid #000;
  background: #808080;
}
.popup-table td {
  padding: 3px;
  border: 1px solid #000;
}

/*Message Stack in Pop-up for Transfer Tab*/
.dialog-error {
  background-color: #ffd8d8;
  background-image: url(/images/v3/icons/exclamation.png) no-repeat 5px 50%;
  color: #7d352d;
  margin: 0px 0px 3px 0px;
}
.dialog-notice {
  background-color: #ccffcc;
  background-image: url(/images/v3/icons/information.png) no-repeat 5px 50%;
  color: #384e64;
  margin: 0px 0px 3px 0px;
}

/*Item Administration*/
#itemAdminContent form#filter_form {
  width: 95%;
  margin: auto;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 10px;
}
#itemAdminContent form#filter_form table {
  width: 80%;
  margin: 10px auto;
}
#itemAdminContent table {
  margin: 10px auto;
  width: 97%;
}
#pagination {
  margin: 10px auto;
  width: 95%;
  text-align: right;
}
.custom-icon-paw {
  background: url(image/paw32.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0px;
}
.custom-icon-guest {
  background: url(image/guest32.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0px;
}
.guestcount-val {
  display: inline-block;
  height: 20px;
  vertical-align: top;
  padding-top: 2px;
}
.searching {
  width: 20px;
  height: 15px;
  display: inline-block;
  background-image: url(image/loading.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.content-box {
  margin: 10px;
  padding: 5px;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 10px;
}
.filters-box {
  margin: 10px;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 10px;
  text-align: center;
}
.filters-box table {
  margin: 0px auto;
}
.filters-box table th {
  padding: 3px 5px;
  vertical-align: top;
}
.filters-box table td {
  padding: 3px 5px;
  vertical-align: top;
}

/*Executive Live Reporting*/
#ExecutiveLiveContent form#filter_form {
  width: 95%;
  margin: auto;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  padding: 10px;
}
#ExecutiveLiveContent form#filter_form table {
  width: 80%;
  margin: 10px auto;
}
#ExecutiveLiveContent table {
  margin: 10px auto;
  width: 97%;
}
#ExecutiveLiveContent table td {
  padding: 2px 3px;
  vertical-align: top;
}
#graph-section {
  width: 95%;
  border: 1px solid #c0c0c0;
  margin: 10px auto;
  padding: 10px;
  text-align: left;
  background-color: white;
}
#report-section {
  width: 95%;
  border: 1px solid #c0c0c0;
  margin: 10px auto;
  padding: 10px;
  text-align: left;
  background-color: white;
}
.exec-totals {
  font-weight: bold;
  text-align: right;
}
.exec-header {
  text-align: right;
}
.exec-tr {
  text-align: right;
}
.border-top-0 {
  border-top: 1px dotted #b2b2b2;
}
.border-top-1 {
  border-top: 1px solid #b2b2b2;
}
.border-top-2 {
  border-top: 2px solid #b2b2b2;
}
.border-top-3 {
  border-top: 3px solid #b2b2b2;
}
.border-bottom-0 {
  border-bottom: 1px dotted #b2b2b2;
}
.border-bottom-1 {
  border-bottom: 1px solid #b2b2b2;
}
.border-bottom-2 {
  border-bottom: 2px solid #b2b2b2;
}
.border-bottom-3 {
  border-bottom: 3px solid #b2b2b2;
}
.border-bottom-danger-0 {
  border-bottom: 1px dotted #d9534f;
}
.border-bottom-danger-1 {
  border-bottom: 1px solid #d9534f;
}
.border-bottom-danger-2 {
  border-bottom: 2px solid #d9534f;
}
.border-bottom-danger-3 {
  border-bottom: 3px solid #d9534f;
}
.border-left-0 {
  border-left: 1px dotted #b2b2b2;
}
.border-left-1 {
  border-left: 1px solid #b2b2b2;
}
.border-left-2 {
  border-left: 2px solid #b2b2b2;
}
.border-left-3 {
  border-left: 3px solid #b2b2b2;
}
/*Cash Reconciliation*/
.reconciliations {
  border-top: 1px dotted #b2b2b2;
  border-bottom: 2px double #b2b2b2;
}
.reconciliations td {
  border: none;
}
.reconciliations table {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 10px;
}
.reconciliations table th {
  border-bottom: 1px dotted #b2b2b2;
}
.reconciliations table td {
  border: none;
}
input.amount {
  width: 60px;
  text-align: right;
  padding-right: 10px;
}

div.journal-edit input.memo {
  width: 200px;
  padding: 1px 5px;
}
div.journal-edit input.memo-invalid {
  width: 200px;
  padding: 1px 5px;
  border: 1px solid red !important;
}

input.check-number {
  width: 70px;
  padding: 1px 5px;
  margin-right: 3px;
}

.reconciliations .ng-invalid {
  border: 1px solid #ff0000;
  background-image: url('/images/invalid.png');
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right 1px center;
}
.form-msg {
  padding: 10px;
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}
.allocation {
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  width: 120px;
}

/*Transfer Request Interface*/
#transferRequestDialog textarea {
  width: 100%;
}

.line-item-amount {
  width: 100px;
}
.text-gray {
  color: #999999;
}
.text-green {
  color: #009933;
}
.text-red {
  color: #ff0000;
}
.color-legend-gray {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #999999;
}
.color-legend-green {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #009933;
}
.color-legend-red {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ff0000;
}

/*Sorting icons*/
.sort-icon-both::after {
  content: url('/images/sort10.png');
}
.sort-icon-up::after {
  content: url('/images/sort-up10.png');
}
.sort-icon-down::after {
  content: url('/images/sort-down10.png');
}

.moneyformat {
  white-space: nowrap;
}
.moneyformat input {
  position: relative;
  right: 7px;
  padding-left: 10px;
  width: 100px;
  text-align: right;
}
.moneyformat::before {
  content: '$';
  position: relative;
  left: 3px;
  z-index: 100;
}
.percentformat input {
  position: relative;
  right: 13px;
  padding-left: 15px;
  width: 95px;
  text-align: right;
}
.percentformat::before {
  content: '%';
  position: relative;
  left: 3px;
  z-index: 100;
}

.percentformatright input {
  position: relative;
  right: 13px;
  padding-right: 15px;
  width: 95px;
  text-align: right;
}

.percentformatright::after {
  content: '%';
  position: relative;
  left: -30px;
  z-index: 100;
}

/*AP Coding*/
.ap-container {
  padding: 5px;
}
.ap-container .main-table {
  width: 100%;
}
.ap-container .main-table > thead {
  background: #eaeaea;
}
.ap-container .main-table > thead th {
  padding: 10px 5px;
}
.ap-container .main-table > tbody {
  border-top: 2px solid #666666;
}
.ap-container .main-table > tbody > tr > td {
  padding: 10px 5px;
}
.ap-container .main-table .vendor-address-row {
  padding: 0px 5px 5px 5px;
}

.ap-container .vendor-dropdown {
  width: 150px;
}
.ap-container .amount-input {
  border: 1px solid gray;
  padding: 2px;
}
.ap-container .amount-input input {
  width: 80px;
  text-align: right;
  border: none;
}
.ap-container .short-input {
  width: 80px;
}

#invoice-coding-table td {
  padding: 5px 5px;
}
#invoice-coding-table > thead th.col-1 {
  width: 15%;
}
#invoice-coding-table > thead th.col-2 {
  width: 35%;
}
#invoice-coding-table > thead th.col-3 {
  width: 15%;
}
#invoice-coding-table > thead th.col-4 {
  width: 35%;
}
#invoice-coding-table td.divider {
  height: 10px;
  padding: 0px;
  border-bottom: 2px solid #c0c0c0;
}
.field-lable {
  font-weight: bold;
  font-size: 16px;
}
#invoice-coding-table .amount-input {
  border: 1px solid gray;
  padding: 2px;
}
#invoice-coding-table .amount-input input {
  width: 80px;
  text-align: right;
  border: none;
}

#invoice-coding-table select {
  max-width: 150px;
}
.currency {
  width: 100px;
  text-align: right;
}

.image-preview-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-height: 400px;
  min-width: 300px;
  background-color: #fff;
  background-image: url(/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.image-preview-box-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  min-height: 400px;
  min-width: 300px;
  background-color: #fff;
  background-image: url(/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#invoice-image-dialog .image-box {
  height: 100%;
  width: 100%;
  background: url(/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#invoice-image-dialog .image-box img {
  height: auto;
  width: 100%;
}

#invoice-image .invoice-image-pages-box {
  max-height: 1000px;
  overflow: auto;
}
#invoice-image .invoice-image-box {
  background: url(/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-height: 1000px;
  overflow: auto;
}
#invoice-image .invoice-image-box img {
  width: 95%;
}

.coding-img-thumb {
  margin: 5px;
  width: 100px;
  border: 1px solid #b2b2b2;
}
.coding-img-thumb img {
  width: 100%;
}

/*Internal Accounts Mapping*/
#internal-accounts-mapping #mapping-table {
  width: 100%;
}
#internal-accounts-mapping #mapping-table td {
  padding: 2px 5px;
}
#internal-accounts-mapping #mapping-table select {
  width: 200px;
}
#internal-accounts-mapping #mapping-table td.divider {
  height: 10px;
  padding: 0px;
  border-bottom: 2px solid #c0c0c0;
}
.transparent {
  background: transparent !important;
  border: 0 !important;
}

/*Sorting icons*/
.sort-icon-both::after {
  content: url('/images/sort10.png');
  margin-left: 3px;
}
.sort-icon-up::after {
  content: url('/images/sort-up10.png');
  margin-left: 3px;
}
.sort-icon-down::after {
  content: url('/images/sort-down10.png');
  margin-left: 3px;
}

/*Sales Summary Report*/
#filters-table td {
  padding: 4px 7px;
}

#report-box {
  padding: 10px;
  text-align: center;
}

.group-graph-table td {
  padding: 5px 10px;
}

#graphBox {
  overflow: hidden;
}

/* Bootstrap 3 customization*/
.row {
  margin-top: 3px;
  margin-bottom: 3px;
}

/*
  Extra large boostrap modal dialog
  */
@media (min-width: 992px) {
  .modal-xlg {
    width: 1200px;
  }
}

.recipe_form {
  width: 500px;
  margin: 0 auto;
}

.recipe_form label,
#contestCtrl label {
  text-align: left;
}

.recipe_form .btn-sm {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.sumBox {
  padding: 5px;
  background: #fff;
}

.no-recipe {
  color: #555;
}

.text-bold {
  font-weight: bold;
}

.sumBox .key {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
  padding: 4px 4px;
  margin-bottom: 0px;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.noback {
  background-color: #fff;
  border: none;
}

.sumBox .value {
  font-size: 28px;
  line-height: 28px;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

span.percent {
  font-size: 22px;
}

.negative {
  color: red;
}
.positive {
  color: #ff0000;
}
.warn {
  color: #f7cd57;
}

.pie-legend td {
  padding: 6px;
  font-weight: bold;
}

.badge-danger {
  background-color: #d9534f !important;
}
.label-warning {
  background-color: #f0ad4e !important;
  color: white !important;
}
.text-danger {
  color: #d9534f !important;
}

.panel-title a,
.panel-title a:active,
.panel-title a:focus,
.panel-title a:hover {
  text-decoration: none !important;
}

#contestCtrl label {
  float: none;
}
#contestlist tr {
  cursor: pointer;
}
/*Short P&L report table*/
.pl-report-table {
  width: 100%;
}
.pl-report-table tbody tr:hover {
  background: #f2f2f2;
}
.pl-report-table thead th {
  padding: 5px 3px;
  background: #e6e6e6;
  border-bottom: 2px solid #999999;
  font-size: 16px;
  font-weight: bold;
}
.pl-report-table thead td {
  padding: 3px 3px;
  border-bottom: 1px solid #999999;
  font-size: 14px;
  font-weight: bold;
}
.pl-report-table thead select {
  max-width: 150px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
}
.pl-report-table tbody td {
  padding: 3px 3px;
  border-bottom: 1px solid #cccccc;
}
.pl-report-table tbody th {
  padding: 5px 3px;
  background: #eeeeee;
  border-bottom: 2px solid #999999;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
.pl-report-table tr.divider {
  height: 20px;
  padding: 0px;
}
.pl-report-table tfoot th {
  padding: 5px 3px;
  background: #e6e6e6;
  border-bottom: 2px solid #999999;
  font-size: 16px;
  font-weight: bold;
}

.pl-report-table span.details-link {
  cursor: pointer;
}
.pl-report-table span.details-link:hover {
  /*color: #191919;*/
  opacity: 0.8;
}

a[ng-click],
a[data-ng-click],
a[x-ng-click] {
  cursor: pointer;
}

#editrecipe {
  position: relative;
}
.comp-list#accordion2 .panel {
  width: 273px;
}

/* Integration Admin Section */
table.subtable {
  width: 100%;
}
table.subtable th {
  padding: 2px 3px;
}

table.subtable td {
  padding: 2px 3px;
}

/* Location Admin - Item Tab */
.location-admin-item-box {
  width: 255px;
  height: 60px;
  float: left;
  margin: 0px 5px 5px 0px;
  padding: 3px;
  border: 1px solid #ffe6cc;
  border-radius: 7px;
}

/* Release notes Marquee Styles */
.marquee {
  height: 30px;
  background-color: #ff9933;
  color: white;
  border-bottom: solid 2px #cc6600;
  font-size: 120%;
}
.marquee .close {
  padding: 3px 5px 5px;
  float: right;
}
.marquee .message {
  background-color: #ff9933;
  padding: 5px 0;
}
.marquee .message span {
  float: left;
  padding: 0 12px 0 7px;
  font-weight: bold;
}
.vertical_marquee {
  height: 20px;
  overflow: hidden;
  float: left;
}
.vertical_marquee ul li {
  height: 20px;
}

/* Maintenances Marquee Styles */
.maintenance-marquee {
  height: 30px;
  background-color: #ff0000;
  color: white;
  border-bottom: solid 2px #000000;
  font-size: 120%;
  font-weight: bold;
}
.maintenance-marquee .close {
  padding: 3px 5px 5px;
  float: right;
}
.maintenance-marquee .message {
  background-color: #ff0000;
  padding: 5px 0;
}

/* Reconciliation interface */

#reconciliation-payment-list-box {
  max-height: 500px;
  overflow: auto;
}

th.min-width,
td.min-width {
  width: 1%;
  white-space: nowrap;
}

.form-group label {
  width: auto;
  text-align: left;
  float: none;
  display: block;
}

/* Loader For ng-loader.tpl widget (Pure CSS) */
.ng-loader {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 3em auto;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0em auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #48b5e8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.5s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.5s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.5s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.5s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.tablepad th,
.tablepad td {
  padding: 2px 4px !important;
}

label.text-muted {
  color: #b7b7b7;
}

.filters h4 {
  margin: 0px 0;
  font-size: 14px;
  font-weight: bold;
}

.dashboard-time-slider.rzslider {
  margin: 25px 0 15px 0;
}
.dashboard-time-slider.rzslider .rz-bar {
}
.dashboard-time-slider.rzslider .rz-selection {
  background: orange;
}

.dashboard-time-slider.rzslider .rz-pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  background-color: #5c5c5c;
  border-radius: 7px;
  /*border-top-right-radius: 3px;*/
}

.dashboard-time-slider.rzslider .rz-pointer:after {
  display: none;
}

.dashboard-time-slider.rzslider .rz-bubble {
  bottom: 8px;
}

.dashboard-time-slider.rzslider .rz-limit {
  font-weight: bold;
  color: orange;
}

.dashboard-time-slider.rzslider .rz-tick {
  width: 2px;
  height: 6px;
  margin-left: 4px;
  border-radius: 0;
  background: #808080;
  top: 2px;
}

.dashboard-time-slider.rzslider .rz-tick.rz-selected {
  background: orange;
}

.dashboard-time-slider.rzslider .rz-tick .rz-tick-legend {
  top: 8px;
  font-size: 10px;
  line-height: 12px;
}

.filters > .panel-body {
  padding: 5px;
}

.filters .checkbtn {
  margin: 4px 0 8px 0;
}

.fa-1-2x {
  font-size: 1.2em !important;
}
a.aicon {
  color: #222 !important;
  text-decoration: none !important;
  font-size: 14px;
}
.dashboard .panel-heading,
.filters.panel .panel-heading,
.filters.panel .panel-body {
  padding: 5px;
}
.dashboard .panel-title {
  font-size: 14px;
}
.dashboard .table tfoot td {
  font-weight: bold;
  color: #000;
}
.dashboard .panel-body {
  padding: 4px 0;
  max-height: 500px;
  overflow-y: auto;
}

.aim-sort {
  position: relative;
  white-space: nowrap;
}

.aim-sort.sorted {
}

.aim-sort .aim-sort-column {
  cursor: pointer;
  text-decoration: none;
}
.aim-sort.sorted .aim-sort-column {
  color: #000;
}
.aim-sort .aim-sort-arrows {
  display: inline-table;
  vertical-align: middle;
  position: relative;
}
.aim-sort.sorted .aim-sort-arrows {
}
.aim-sort .aim-sort-remove {
  display: block;
}
.aim-sort .aim-sort-remove,
.aim-sort .aim-sort-arrows .aim-sort-arrow,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-asc,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-desc {
  margin: 0;
  padding: 0;
}
.aim-sort .aim-sort-remove,
.aim-sort .aim-sort-arrows .aim-sort-arrow {
  display: block;
  font-size: 0.643em;
  line-height: 0.786em;
  margin: 0;
  padding: 0;
}
.aim-sort .aim-sort-remove,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-asc,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-desc,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-add {
  color: #a0a0a0;
  font-family: 'Glyphicons Halflings';
  cursor: pointer;
}
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow {
  position: relative;
  display: block;
}
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-asc,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-desc {
  display: inline;
}
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow .aim-sort-asc,
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow .aim-sort-desc {
  color: #aaa;
}
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-asc:hover,
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-desc:hover,
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow .aim-sort-asc:hover,
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow .aim-sort-desc:hover {
  color: #000;
}
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow .aim-sort-asc.active,
.aim-sort.sorted .aim-sort-arrows .aim-sort-arrow .aim-sort-desc.active {
  color: #000;
}

.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-add {
  color: #aaa;
  display: none;
}
.aim-sort .aim-sort-arrows .aim-sort-arrow .aim-sort-add:before {
  content: '\002b'; /*plus*/
}
.aim-sort .aim-sort-arrows .aim-sort-arrow:hover .aim-sort-add,
.aim-sort .aim-sort-arrows .aim-sort-arrow:hover .aim-sort-add {
  display: inline;
}
.aim-sort .aim-sort-arrows .aim-sort-arrow:hover .aim-sort-add:hover,
.aim-sort .aim-sort-arrows .aim-sort-arrow:hover .aim-sort-add:hover {
  display: inline;
  color: #2b6f15;
}
.aim-sort .aim-sort-arrows .aim-sort-asc:before {
  content: '\e253'; /*triangle-top*/
}
.aim-sort .aim-sort-arrows .aim-sort-desc:before {
  content: '\e252'; /*triangle-bottom*/
}
.aim-sort .aim-sort-arrows .aim-sort-remove {
  position: absolute;
}
.aim-sort .aim-sort-arrows .aim-sort-remove > span {
  font-family: 'Open Sans', sans-serif;
}
.aim-sort .aim-sort-arrows .aim-sort-remove:hover {
  color: #a60000;
}
.aim-sort .aim-sort-arrows .aim-sort-remove:before {
  content: '\e014'; /*remove*/
  margin-right: 2px;
}

div.section3.container-fluid {
  display: table;
}

.panel-thin .panel-heading,
.panel-thin .panel-body {
  padding: 7px;
}
.panel-thin .panel-title {
  font-size: 14px;
}

h1.ml30,
.text-center > h1,
.page-title h1,
.page-title h2 {
  color: #fff;
}
.text-red,
.text-danger {
  color: #ff0000 !important;
}
nav.navbar-default {
  border-radius: 0px;
  border-width: 0px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  width: inherit;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f3f3f3 #f3f3f3 #ff0000;
  background-color: #fff;
  color: #ff0000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-justified > li,
.nav-stacked > li {
  float: none;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #3d3d3d;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fefefe;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e5e5e5;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e5e5e5;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d3d3d3;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fefefe;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fefefe;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #333333;
  border-color: #212121;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #c10000;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #e00000;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #e00000;
  border-color: #c10000;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #333333;
  border-color: #212121;
}
.btn-primary .badge {
  color: #333333;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #388f1b;
  border-color: #307a17;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #276413;
  border-color: #060e03;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #276413;
  border-color: #1b460d;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #1b460d;
  border-color: #060e03;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #388f1b;
  border-color: #307a17;
}
.btn-success .badge {
  color: #388f1b;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #48b5e8;
  border-color: #31ace5;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #1ca2e1;
  border-color: #116186;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #1ca2e1;
  border-color: #188bc1;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #188bc1;
  border-color: #116186;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #48b5e8;
  border-color: #31ace5;
}
.btn-info .badge {
  color: #48b5e8;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fabc00;
  border-color: #fabc00;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #c79500;
  border-color: #7b5c00;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c79500;
  border-color: #bd8e00;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #a47b00;
  border-color: #7b5c00;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #fabc00;
  border-color: #fabc00;
}
.btn-warning .badge {
  color: #fabc00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ea0000;
  border-color: #b30000;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #900;
  border-color: #300;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #900;
  border-color: #750000;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #750000;
  border-color: #300;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #ea0000;
  border-color: #b30000;
}
.btn-danger .badge {
  color: #ea0000;
  background-color: #fff;
}
.btn-link {
  color: #333333;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #bbbcbb;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.location-filters {
  color: #ffffff;
}
.location-filters button,
.location-filters input {
  color: #3d3d3d;
}

.content-container {
  background: #fff;
  padding: 10px;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  color: #fff;
  background-color: #333333;
  border-color: #212121;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #b30000;
}
.nav-tabs li a {
  color: #333 !important;
}
.nav-tabs li.active a {
  color: #eaeaea !important;
}

.qtyzero {
  background-color: lightgray;
  color: gray;
}

.baseunit-highlight {
  color: green;
  font-weight: bold;
}

.cash-summary-hdr {
    color: #3d3d3d;
    font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

.ql-cursor-flag {
    display: none;
  }
  