.row-fluid [class*="span"],
.row-fluid {
  min-height: 0; }

.controls .hide {
  display: none; }

.table-editable a {
  text-decoration: underline; }
  .table-editable a:hover {
    text-decoration: none; }
  .table-editable a span.price {
    color: #000; }

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5; }

.table-bordered th, .table-bordered td {
  border-color: #d1d1d1; }

.table > thead > tr > .subtotal,
.table > tbody > tr > .subtotal,
.table > tfoot > tr > .subtotal,
.table > thead > .subtotal > td,
.table > tbody > .subtotal > td,
.table > tfoot > .subtotal > td,
.table > thead > .subtotal > th,
.table > tbody > .subtotal > th,
.table > tfoot > .subtotal > th {
  background-color: #f5d26c; }

.table sup.c {
  font-weight: bold;
  margin-left: 5px;
  top: -10px;
  font-size: 12px;
  margin-right: -10px; }

.table tr.odd th, .table tr.odd td {
  background-color: #eeeeee; }
.table .center {
  text-align: center; }
.table.table-fixed-columns {
  border: none; }
  .table.table-fixed-columns thead td, .table.table-fixed-columns thead th {
    background-color: #e5e5e5; }

.color-preview {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -4px; }

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > .editable,
.table > tbody > tr > .editable:not(.value-manual):not(.value-manual-copy),
.table > tfoot > tr > .editable,
.table > thead > .editable > td,
.table > tbody > .editable > td,
.table > tfoot > .editable > td,
.table > thead > .editable > th,
.table > tbody > .editable > th,
.table > tfoot > .editable > th {
  cursor: pointer;
  position: relative; }
  .table > thead > tr > .editable:before,
  .table > tbody > tr > .editable:not(.value-manual):not(.value-manual-copy):before,
  .table > tfoot > tr > .editable:before,
  .table > thead > .editable > td:before,
  .table > tbody > .editable > td:before,
  .table > tfoot > .editable > td:before,
  .table > thead > .editable > th:before,
  .table > tbody > .editable > th:before,
  .table > tfoot > .editable > th:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    font-size: 0px;
    line-height: 0%;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #000; }
  .table > thead > tr > .editable:hover,
  .table > tbody > tr > .editable:not(.value-manual):not(.value-manual-copy):hover,
  .table > tfoot > tr > .editable:hover,
  .table > thead > .editable > td:hover,
  .table > tbody > .editable > td:hover,
  .table > tfoot > .editable > td:hover,
  .table > thead > .editable > th:hover,
  .table > tbody > .editable > th:hover,
  .table > tfoot > .editable > th:hover {
    background: #525252;
    color: #fff; }
    .table > thead > tr > .editable:hover:before,
    .table > tbody > tr > .editable:not(.value-manual):not(.value-manual-copy):hover:before,
    .table > tfoot > tr > .editable:hover:before,
    .table > thead > .editable > td:hover:before,
    .table > tbody > .editable > td:hover:before,
    .table > tfoot > .editable > td:hover:before,
    .table > thead > .editable > th:hover:before,
    .table > tbody > .editable > th:hover:before,
    .table > tfoot > .editable > th:hover:before {
      border-top-color: #fff; }

.table > thead > tr > .with-popover,
.table > tbody > tr > .with-popover,
.table > tfoot > tr > .with-popover,
.table > thead > .with-popover > td,
.table > tbody > .with-popover > td,
.table > tfoot > .with-popover > td,
.table > thead > .with-popover > th,
.table > tbody > .with-popover > th,
.table > tfoot > .with-popover > th {
  position: relative; }
  .table > thead > tr > .with-popover:before,
  .table > tbody > tr > .with-popover:before,
  .table > tfoot > tr > .with-popover:before,
  .table > thead > .with-popover > td:before,
  .table > tbody > .with-popover > td:before,
  .table > tfoot > .with-popover > td:before,
  .table > thead > .with-popover > th:before,
  .table > tbody > .with-popover > th:before,
  .table > tfoot > .with-popover > th:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 0;
    height: 0;
    font-size: 0px;
    line-height: 0%;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #d1d1d1; }

.table > thead > tr > .value-auto,
.table > tbody > tr > .value-auto,
.table > tfoot > tr > .value-auto {
  position: relative; }
  .table > thead > tr > .value-auto:before,
  .table > tbody > tr > .value-auto:before,
  .table > tfoot > tr > .value-auto:before {
    content: "a";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-pcc,
.table > tbody > tr > .value-pcc,
.table > tfoot > tr > .value-pcc {
  position: relative; }
  .table > thead > tr > .value-pcc:before,
  .table > tbody > tr > .value-pcc:before,
  .table > tfoot > tr > .value-pcc:before {
    content: "pcc";
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 10;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-pnp,
.table > tbody > tr > .value-pnp,
.table > tfoot > tr > .value-pnp {
  position: relative; }
  .table > thead > tr > .value-pnp:before,
  .table > tbody > tr > .value-pnp:before,
  .table > tfoot > tr > .value-pnp:before {
    content: "pnp";
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 10;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-matrixcare,
.table > tbody > tr > .value-matrixcare,
.table > tfoot > tr > .value-matrixcare {
  position: relative; }
  .table > thead > tr > .value-matrixcare:before,
  .table > tbody > tr > .value-matrixcare:before,
  .table > tfoot > tr > .value-matrixcare:before {
    content: "mc";
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    width: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-tot,
.table > tbody > tr > .value-tot,
.table > tfoot > tr > .value-tot {
  position: relative; }
  .table > thead > tr > .value-tot:before,
  .table > tbody > tr > .value-tot:before,
  .table > tfoot > tr > .value-tot:before {
    content: "t";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-oncare,
.table > tbody > tr > .value-oncare,
.table > tfoot > tr > .value-oncare {
  position: relative; }
  .table > thead > tr > .value-oncare:before,
  .table > tbody > tr > .value-oncare:before,
  .table > tfoot > tr > .value-oncare:before {
    content: "o";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-iit,
.table > tbody > tr > .value-iit,
.table > tfoot > tr > .value-iit {
  position: relative; }
  .table > thead > tr > .value-iit:before,
  .table > tbody > tr > .value-iit:before,
  .table > tfoot > tr > .value-iit:before {
    content: "iit";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-intacct,
.table > tbody > tr > .value-intacct,
.table > tfoot > tr > .value-intacct {
  position: relative; }
  .table > thead > tr > .value-intacct:after,
  .table > tbody > tr > .value-intacct:after,
  .table > tfoot > tr > .value-intacct:after {
    content: "i";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-oncare-manual,
.table > tbody > tr > .value-oncare-manual,
.table > tfoot > tr > .value-oncare-manual {
  position: relative; }
  .table > thead > tr > .value-oncare-manual:before,
  .table > tbody > tr > .value-oncare-manual:before,
  .table > tfoot > tr > .value-oncare-manual:before {
    content: "o+m";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-manual,
.table > tbody > tr > .value-manual,
.table > tfoot > tr > .value-manual {
  position: relative; }
  .table > thead > tr > .value-manual:before,
  .table > tbody > tr > .value-manual:before,
  .table > tfoot > tr > .value-manual:before {
    content: "m";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-copy,
.table > tbody > tr > .value-copy,
.table > tfoot > tr > .value-copy {
  position: relative; }
  .table > thead > tr > .value-copy:before,
  .table > tbody > tr > .value-copy:before,
  .table > tfoot > tr > .value-copy:before {
    content: "c";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .value-manual-copy,
.table > tbody > tr > .value-manual-copy,
.table > tfoot > tr > .value-manual-copy {
  position: relative; }
  .table > thead > tr > .value-manual-copy:before,
  .table > tbody > tr > .value-manual-copy:before,
  .table > tfoot > tr > .value-manual-copy:before {
    content: "m+c";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 12px; }

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8; }

.table tr .vrnc-p,
.table tr .vrnc-m {
  position: relative;
  padding-left: 20px; }
  .table tr .vrnc-p:after,
  .table tr .vrnc-m:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px; }
  .table tr .vrnc-p.number,
  .table tr .vrnc-m.number {
    padding-left: 8px;
    padding-right: 20px; }
    .table tr .vrnc-p.number:after,
    .table tr .vrnc-m.number:after {
      left: auto;
      right: 5px; }
.table tr .vrnc-p:after {
  content: "\f058";
  color: #48d94c; }
.table tr .vrnc-m:after {
  content: "\f119";
  color: #f53753; }

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc; }

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc; }

.table tr.border-top td, .table tr.border-top th {
  border-top: 3px solid #d1d1d1; }

.table tr.border-bottom td, .table tr.border-bottom th {
  border-bottom: 2px solid #d1d1d1; }

.table-labor-report tr.border-bottom th {
  background: #DDD;
  border-bottom: none; }

.color-preview.dc,
.table tr th.dc, .table tr td.dc {
  background-color: #fff;
  border-color: #e6e6e6; }
  .color-preview.dc.with-popover:before,
  .table tr th.dc.with-popover:before, .table tr td.dc.with-popover:before {
    border-top-color: #b3b3b3; }
  .color-preview.dc.editable:before,
  .table tr th.dc.editable:before, .table tr td.dc.editable:before {
    border-top-color: #999999; }
  .color-preview.dc.editable:hover,
  .table tr th.dc.editable:hover, .table tr td.dc.editable:hover {
    background: gray;
    color: #fff; }
    .color-preview.dc.editable:hover:before,
    .table tr th.dc.editable:hover:before, .table tr td.dc.editable:hover:before {
      border-top-color: #e6e6e6; }

.table tfoot tr th.dc, .table tfoot tr td.dc,
.table thead tr th.dc, .table thead tr td.dc,
.table tbody tr.tfoot th.dc, .table tbody tr.tfoot td.dc {
  background-color: #cccccc;
  border-color: #bfbfbf; }

.table tbody tr.today th.dc, .table tbody tr.today td.dc {
  background-color: #cccccc; }
  .table tbody tr.today th.dc.with-popover:before, .table tbody tr.today td.dc.with-popover:before {
    border-top-color: #999999; }

.table tr.odd th.dc, .table tr.odd td.dc {
  background-color: #f2f2f2;
  border-color: #d9d9d9; }

.color-preview.st-0,
.table tr th.st-0, .table tr td.st-0 {
  background-color: #f5a57f;
  border-color: #f18450; }
  .color-preview.st-0.with-popover:before,
  .table tr th.st-0.with-popover:before, .table tr td.st-0.with-popover:before {
    border-top-color: #cb4c10; }
  .color-preview.st-0.editable:before,
  .table tr th.st-0.editable:before, .table tr td.st-0.editable:before {
    border-top-color: #9c3a0c; }
  .color-preview.st-0.editable:hover,
  .table tr th.st-0.editable:hover, .table tr td.st-0.editable:hover {
    background: #6d2908;
    color: #fff; }
    .color-preview.st-0.editable:hover:before,
    .table tr th.st-0.editable:hover:before, .table tr td.st-0.editable:hover:before {
      border-top-color: #f18450; }

.table tfoot tr th.st-0, .table tfoot tr td.st-0,
.table thead tr th.st-0, .table thead tr td.st-0,
.table tbody tr.tfoot th.st-0, .table tbody tr.tfoot td.st-0 {
  background-color: #ee6220;
  border-color: #e35512; }

.table tbody tr.today th.st-0, .table tbody tr.today td.st-0 {
  background-color: #ee6220; }
  .table tbody tr.today th.st-0.with-popover:before, .table tbody tr.today td.st-0.with-popover:before {
    border-top-color: #9c3a0c; }

.table tr.odd th.st-0, .table tr.odd td.st-0 {
  background-color: #f39467;
  border-color: #ef7338; }

.color-preview.st-1,
.table tr th.st-1, .table tr td.st-1 {
  background-color: #f2f5d7;
  border-color: #e5ebae; }
  .color-preview.st-1.with-popover:before,
  .table tr th.st-1.with-popover:before, .table tr td.st-1.with-popover:before {
    border-top-color: #cad65d; }
  .color-preview.st-1.editable:before,
  .table tr th.st-1.editable:before, .table tr td.st-1.editable:before {
    border-top-color: #bdcc34; }
  .color-preview.st-1.editable:hover,
  .table tr th.st-1.editable:hover, .table tr td.st-1.editable:hover {
    background: #98a429;
    color: #fff; }
    .color-preview.st-1.editable:hover:before,
    .table tr th.st-1.editable:hover:before, .table tr td.st-1.editable:hover:before {
      border-top-color: #e5ebae; }

.table tfoot tr th.st-1, .table tfoot tr td.st-1,
.table thead tr th.st-1, .table thead tr td.st-1,
.table tbody tr.tfoot th.st-1, .table tbody tr.tfoot td.st-1 {
  background-color: #d7e185;
  border-color: #d1dc71; }

.table tbody tr.today th.st-1, .table tbody tr.today td.st-1 {
  background-color: #d7e185; }
  .table tbody tr.today th.st-1.with-popover:before, .table tbody tr.today td.st-1.with-popover:before {
    border-top-color: #bdcc34; }

.table tr.odd th.st-1, .table tr.odd td.st-1 {
  background-color: #ebf0c3;
  border-color: #dee69a; }

.color-preview.st-2,
.table tr th.st-2, .table tr td.st-2 {
  background-color: #f5e2da;
  border-color: #eac3b2; }
  .color-preview.st-2.with-popover:before,
  .table tr th.st-2.with-popover:before, .table tr td.st-2.with-popover:before {
    border-top-color: #d48462; }
  .color-preview.st-2.editable:before,
  .table tr th.st-2.editable:before, .table tr td.st-2.editable:before {
    border-top-color: #ca6439; }
  .color-preview.st-2.editable:hover,
  .table tr th.st-2.editable:hover, .table tr td.st-2.editable:hover {
    background: #a4502c;
    color: #fff; }
    .color-preview.st-2.editable:hover:before,
    .table tr th.st-2.editable:hover:before, .table tr td.st-2.editable:hover:before {
      border-top-color: #eac3b2; }

.table tfoot tr th.st-2, .table tfoot tr td.st-2,
.table thead tr th.st-2, .table thead tr td.st-2,
.table tbody tr.tfoot th.st-2, .table tbody tr.tfoot td.st-2 {
  background-color: #dfa38a;
  border-color: #da9376; }

.table tbody tr.today th.st-2, .table tbody tr.today td.st-2 {
  background-color: #dfa38a; }
  .table tbody tr.today th.st-2.with-popover:before, .table tbody tr.today td.st-2.with-popover:before {
    border-top-color: #ca6439; }

.table tr.odd th.st-2, .table tr.odd td.st-2 {
  background-color: #f0d2c6;
  border-color: #e5b39e; }

.color-preview.st-3,
.table tr th.st-3, .table tr td.st-3 {
  background-color: #cbf5d2;
  border-color: #a0edad; }
  .color-preview.st-3.with-popover:before,
  .table tr th.st-3.with-popover:before, .table tr td.st-3.with-popover:before {
    border-top-color: #4bdc63; }
  .color-preview.st-3.editable:before,
  .table tr th.st-3.editable:before, .table tr td.st-3.editable:before {
    border-top-color: #27cd43; }
  .color-preview.st-3.editable:hover,
  .table tr th.st-3.editable:hover, .table tr td.st-3.editable:hover {
    background: #1fa235;
    color: #fff; }
    .color-preview.st-3.editable:hover:before,
    .table tr th.st-3.editable:hover:before, .table tr td.st-3.editable:hover:before {
      border-top-color: #a0edad; }

.table tfoot tr th.st-3, .table tfoot tr td.st-3,
.table thead tr th.st-3, .table thead tr td.st-3,
.table tbody tr.tfoot th.st-3, .table tbody tr.tfoot td.st-3 {
  background-color: #75e588;
  border-color: #60e075; }

.table tbody tr.today th.st-3, .table tbody tr.today td.st-3 {
  background-color: #75e588; }
  .table tbody tr.today th.st-3.with-popover:before, .table tbody tr.today td.st-3.with-popover:before {
    border-top-color: #27cd43; }

.table tr.odd th.st-3, .table tr.odd td.st-3 {
  background-color: #b6f1bf;
  border-color: #8be99a; }

.color-preview.st-4,
.table tr th.st-4, .table tr td.st-4 {
  background-color: #cdebf5;
  border-color: #a3daed; }
  .color-preview.st-4.with-popover:before,
  .table tr th.st-4.with-popover:before, .table tr td.st-4.with-popover:before {
    border-top-color: #4eb8dc; }
  .color-preview.st-4.editable:before,
  .table tr th.st-4.editable:before, .table tr td.st-4.editable:before {
    border-top-color: #29a4cd; }
  .color-preview.st-4.editable:hover,
  .table tr th.st-4.editable:hover, .table tr td.st-4.editable:hover {
    background: #2182a3;
    color: #fff; }
    .color-preview.st-4.editable:hover:before,
    .table tr th.st-4.editable:hover:before, .table tr td.st-4.editable:hover:before {
      border-top-color: #a3daed; }

.table tfoot tr th.st-4, .table tfoot tr td.st-4,
.table thead tr th.st-4, .table thead tr td.st-4,
.table tbody tr.tfoot th.st-4, .table tbody tr.tfoot td.st-4 {
  background-color: #78c9e4;
  border-color: #63c1e0; }

.table tbody tr.today th.st-4, .table tbody tr.today td.st-4 {
  background-color: #78c9e4; }
  .table tbody tr.today th.st-4.with-popover:before, .table tbody tr.today td.st-4.with-popover:before {
    border-top-color: #29a4cd; }

.table tr.odd th.st-4, .table tr.odd td.st-4 {
  background-color: #b8e3f1;
  border-color: #8dd2e8; }

.color-preview.st-6,
.table tr th.st-6, .table tr td.st-6 {
  background-color: #f2e1f5;
  border-color: #e1bbe8; }
  .color-preview.st-6.with-popover:before,
  .table tr th.st-6.with-popover:before, .table tr td.st-6.with-popover:before {
    border-top-color: #c06ecf; }
  .color-preview.st-6.editable:before,
  .table tr th.st-6.editable:before, .table tr td.st-6.editable:before {
    border-top-color: #b048c2; }
  .color-preview.st-6.editable:hover,
  .table tr th.st-6.editable:hover, .table tr td.st-6.editable:hover {
    background: #9136a1;
    color: #fff; }
    .color-preview.st-6.editable:hover:before,
    .table tr th.st-6.editable:hover:before, .table tr td.st-6.editable:hover:before {
      border-top-color: #e1bbe8; }

.table tfoot tr th.st-6, .table tfoot tr td.st-6,
.table thead tr th.st-6, .table thead tr td.st-6,
.table tbody tr.tfoot th.st-6, .table tbody tr.tfoot td.st-6 {
  background-color: #d195dc;
  border-color: #c981d5; }

.table tbody tr.today th.st-6, .table tbody tr.today td.st-6 {
  background-color: #d195dc; }
  .table tbody tr.today th.st-6.with-popover:before, .table tbody tr.today td.st-6.with-popover:before {
    border-top-color: #b048c2; }

.table tr.odd th.st-6, .table tr.odd td.st-6 {
  background-color: #eaceef;
  border-color: #d9a8e2; }

.color-preview.st-8,
.table tr th.st-8, .table tr td.st-8 {
  background-color: #ddf5cf;
  border-color: #bfeca5; }
  .color-preview.st-8.with-popover:before,
  .table tr th.st-8.with-popover:before, .table tr td.st-8.with-popover:before {
    border-top-color: #83db50; }
  .color-preview.st-8.editable:before,
  .table tr th.st-8.editable:before, .table tr td.st-8.editable:before {
    border-top-color: #67cd2b; }
  .color-preview.st-8.editable:hover,
  .table tr th.st-8.editable:hover, .table tr td.st-8.editable:hover {
    background: #52a322;
    color: #fff; }
    .color-preview.st-8.editable:hover:before,
    .table tr th.st-8.editable:hover:before, .table tr td.st-8.editable:hover:before {
      border-top-color: #bfeca5; }

.table tfoot tr th.st-8, .table tfoot tr td.st-8,
.table thead tr th.st-8, .table thead tr td.st-8,
.table tbody tr.tfoot th.st-8, .table tbody tr.tfoot td.st-8 {
  background-color: #a1e37b;
  border-color: #92df65; }

.table tbody tr.today th.st-8, .table tbody tr.today td.st-8 {
  background-color: #a1e37b; }
  .table tbody tr.today th.st-8.with-popover:before, .table tbody tr.today td.st-8.with-popover:before {
    border-top-color: #67cd2b; }

.table tr.odd th.st-8, .table tr.odd td.st-8 {
  background-color: #cef1ba;
  border-color: #b0e890; }

.color-preview.st-9,
.table tr th.st-9, .table tr td.st-9 {
  background-color: #dde3f5;
  border-color: #b6c3e9; }
  .color-preview.st-9.with-popover:before,
  .table tr th.st-9.with-popover:before, .table tr td.st-9.with-popover:before {
    border-top-color: #6782d2; }
  .color-preview.st-9.editable:before,
  .table tr th.st-9.editable:before, .table tr td.st-9.editable:before {
    border-top-color: #3f61c7; }
  .color-preview.st-9.editable:hover,
  .table tr th.st-9.editable:hover, .table tr td.st-9.editable:hover {
    background: #304da3;
    color: #fff; }
    .color-preview.st-9.editable:hover:before,
    .table tr th.st-9.editable:hover:before, .table tr td.st-9.editable:hover:before {
      border-top-color: #b6c3e9; }

.table tfoot tr th.st-9, .table tfoot tr td.st-9,
.table thead tr th.st-9, .table thead tr td.st-9,
.table tbody tr.tfoot th.st-9, .table tbody tr.tfoot td.st-9 {
  background-color: #8ea2de;
  border-color: #7a92d8; }

.table tbody tr.today th.st-9, .table tbody tr.today td.st-9 {
  background-color: #8ea2de; }
  .table tbody tr.today th.st-9.with-popover:before, .table tbody tr.today td.st-9.with-popover:before {
    border-top-color: #3f61c7; }

.table tr.odd th.st-9, .table tr.odd td.st-9 {
  background-color: #c9d3ef;
  border-color: #a2b2e4; }

.color-preview.st-10,
.table tr th.st-10, .table tr td.st-10 {
  background-color: #b0fff1;
  border-color: #7dffe8; }
  .color-preview.st-10.with-popover:before,
  .table tr th.st-10.with-popover:before, .table tr td.st-10.with-popover:before {
    border-top-color: #17ffd6; }
  .color-preview.st-10.editable:before,
  .table tr th.st-10.editable:before, .table tr td.st-10.editable:before {
    border-top-color: #00e3bb; }
  .color-preview.st-10.editable:hover,
  .table tr th.st-10.editable:hover, .table tr td.st-10.editable:hover {
    background: #00b091;
    color: #fff; }
    .color-preview.st-10.editable:hover:before,
    .table tr th.st-10.editable:hover:before, .table tr td.st-10.editable:hover:before {
      border-top-color: #7dffe8; }

.table tfoot tr th.st-10, .table tfoot tr td.st-10,
.table thead tr th.st-10, .table thead tr td.st-10,
.table tbody tr.tfoot th.st-10, .table tbody tr.tfoot td.st-10 {
  background-color: #4affdf;
  border-color: #31ffda; }

.table tbody tr.today th.st-10, .table tbody tr.today td.st-10 {
  background-color: #4affdf; }
  .table tbody tr.today th.st-10.with-popover:before, .table tbody tr.today td.st-10.with-popover:before {
    border-top-color: #00e3bb; }

.table tr.odd th.st-10, .table tr.odd td.st-10 {
  background-color: #97ffec;
  border-color: #64ffe3; }

.color-preview.st-11,
.table tr th.st-11, .table tr td.st-11 {
  background-color: #ffd6db;
  border-color: #ffa3ae; }
  .color-preview.st-11.with-popover:before,
  .table tr th.st-11.with-popover:before, .table tr td.st-11.with-popover:before {
    border-top-color: #ff3d55; }
  .color-preview.st-11.editable:before,
  .table tr th.st-11.editable:before, .table tr td.st-11.editable:before {
    border-top-color: #ff0a28; }
  .color-preview.st-11.editable:hover,
  .table tr th.st-11.editable:hover, .table tr td.st-11.editable:hover {
    background: #d6001a;
    color: #fff; }
    .color-preview.st-11.editable:hover:before,
    .table tr th.st-11.editable:hover:before, .table tr td.st-11.editable:hover:before {
      border-top-color: #ffa3ae; }

.table tfoot tr th.st-11, .table tfoot tr td.st-11,
.table thead tr th.st-11, .table thead tr td.st-11,
.table tbody tr.tfoot th.st-11, .table tbody tr.tfoot td.st-11 {
  background-color: #ff7081;
  border-color: #ff576b; }

.table tbody tr.today th.st-11, .table tbody tr.today td.st-11 {
  background-color: #ff7081; }
  .table tbody tr.today th.st-11.with-popover:before, .table tbody tr.today td.st-11.with-popover:before {
    border-top-color: #ff0a28; }

.table tr.odd th.st-11, .table tr.odd td.st-11 {
  background-color: #ffbdc5;
  border-color: #ff8a98; }

.color-preview.subtotal,
.table tr th.subtotal, .table tr td.subtotal {
  background-color: #f5d26c;
  border-color: #f2c33c; }
  .color-preview.subtotal.with-popover:before,
  .table tr th.subtotal.with-popover:before, .table tr td.subtotal.with-popover:before {
    border-top-color: #bb8f0d; }
  .color-preview.subtotal.editable:before,
  .table tr th.subtotal.editable:before, .table tr td.subtotal.editable:before {
    border-top-color: #8c6a09; }
  .color-preview.subtotal.editable:hover,
  .table tr th.subtotal.editable:hover, .table tr td.subtotal.editable:hover {
    background: #5c4606;
    color: #fff; }
    .color-preview.subtotal.editable:hover:before,
    .table tr th.subtotal.editable:hover:before, .table tr td.subtotal.editable:hover:before {
      border-top-color: #f2c33c; }

.table tfoot tr th.subtotal, .table tfoot tr td.subtotal,
.table thead tr th.subtotal, .table thead tr td.subtotal,
.table tbody tr.tfoot th.subtotal, .table tbody tr.tfoot td.subtotal {
  background-color: #ebb310;
  border-color: #d3a10e; }

.table tbody tr.today th.subtotal, .table tbody tr.today td.subtotal {
  background-color: #ebb310; }
  .table tbody tr.today th.subtotal.with-popover:before, .table tbody tr.today td.subtotal.with-popover:before {
    border-top-color: #8c6a09; }

.table tr.odd th.subtotal, .table tr.odd td.subtotal {
  background-color: #f3cb54;
  border-color: #f0bc24; }

.color-preview.st-12,
.table tr th.st-12, .table tr td.st-12 {
  background-color: #f7e5af;
  border-color: #f2d681; }
  .color-preview.st-12.with-popover:before,
  .table tr th.st-12.with-popover:before, .table tr td.st-12.with-popover:before {
    border-top-color: #e9b824; }
  .color-preview.st-12.editable:before,
  .table tr th.st-12.editable:before, .table tr td.st-12.editable:before {
    border-top-color: #c69a14; }
  .color-preview.st-12.editable:hover,
  .table tr th.st-12.editable:hover, .table tr td.st-12.editable:hover {
    background: #98760f;
    color: #fff; }
    .color-preview.st-12.editable:hover:before,
    .table tr th.st-12.editable:hover:before, .table tr td.st-12.editable:hover:before {
      border-top-color: #f2d681; }

.table tfoot tr th.st-12, .table tfoot tr td.st-12,
.table thead tr th.st-12, .table thead tr td.st-12,
.table tbody tr.tfoot th.st-12, .table tbody tr.tfoot td.st-12 {
  background-color: #eec752;
  border-color: #ebbf3b; }

.table tbody tr.today th.st-12, .table tbody tr.today td.st-12 {
  background-color: #eec752; }
  .table tbody tr.today th.st-12.with-popover:before, .table tbody tr.today td.st-12.with-popover:before {
    border-top-color: #c69a14; }

.table tr.odd th.st-12, .table tr.odd td.st-12 {
  background-color: #f5dd98;
  border-color: #f0ce69; }

.color-preview.total,
.table tr th.total, .table tr td.total {
  background-color: #73b5f5;
  border-color: #439cf2; }
  .color-preview.total.with-popover:before,
  .table tr th.total.with-popover:before, .table tr td.total.with-popover:before {
    border-top-color: #0e69c1; }
  .color-preview.total.editable:before,
  .table tr th.total.editable:before, .table tr td.total.editable:before {
    border-top-color: #0a4f92; }
  .color-preview.total.editable:hover,
  .table tr th.total.editable:hover, .table tr td.total.editable:hover {
    background: #073562;
    color: #fff; }
    .color-preview.total.editable:hover:before,
    .table tr th.total.editable:hover:before, .table tr td.total.editable:hover:before {
      border-top-color: #439cf2; }

.table tfoot tr th.total, .table tfoot tr td.total,
.table thead tr th.total, .table thead tr td.total,
.table tbody tr.tfoot th.total, .table tbody tr.tfoot td.total {
  background-color: #1483ee;
  border-color: #1076d9; }

.table tbody tr.today th.total, .table tbody tr.today td.total {
  background-color: #1483ee; }
  .table tbody tr.today th.total.with-popover:before, .table tbody tr.today td.total.with-popover:before {
    border-top-color: #0a4f92; }

.table tr.odd th.total, .table tr.odd td.total {
  background-color: #5ba8f3;
  border-color: #2c8ff0; }

.color-preview.active,
.table tr th.active, .table tr td.active {
  background-color: #f5f5f5;
  border-color: gainsboro; }
  .color-preview.active.with-popover:before,
  .table tr th.active.with-popover:before, .table tr td.active.with-popover:before {
    border-top-color: darkgray; }
  .color-preview.active.editable:before,
  .table tr th.active.editable:before, .table tr td.active.editable:before {
    border-top-color: #8f8f8f; }
  .color-preview.active.editable:hover,
  .table tr th.active.editable:hover, .table tr td.active.editable:hover {
    background: #767676;
    color: #fff; }
    .color-preview.active.editable:hover:before,
    .table tr th.active.editable:hover:before, .table tr td.active.editable:hover:before {
      border-top-color: gainsboro; }

.table tfoot tr th.active, .table tfoot tr td.active,
.table thead tr th.active, .table thead tr td.active,
.table tbody tr.tfoot th.active, .table tbody tr.tfoot td.active {
  background-color: #c2c2c2;
  border-color: #b5b5b5; }

.table tbody tr.today th.active, .table tbody tr.today td.active {
  background-color: #c2c2c2; }
  .table tbody tr.today th.active.with-popover:before, .table tbody tr.today td.active.with-popover:before {
    border-top-color: #8f8f8f; }

.table tr.odd th.active, .table tr.odd td.active {
  background-color: #e8e8e8;
  border-color: #cfcfcf; }

.color-preview.st-13,
.table tr th.st-13, .table tr td.st-13 {
  background-color: #dddddd;
  border-color: #c4c4c4; }
  .color-preview.st-13.with-popover:before,
  .table tr th.st-13.with-popover:before, .table tr td.st-13.with-popover:before {
    border-top-color: #919191; }
  .color-preview.st-13.editable:before,
  .table tr th.st-13.editable:before, .table tr td.st-13.editable:before {
    border-top-color: #777777; }
  .color-preview.st-13.editable:hover,
  .table tr th.st-13.editable:hover, .table tr td.st-13.editable:hover {
    background: #5e5e5e;
    color: #fff; }
    .color-preview.st-13.editable:hover:before,
    .table tr th.st-13.editable:hover:before, .table tr td.st-13.editable:hover:before {
      border-top-color: #c4c4c4; }

.table tfoot tr th.st-13, .table tfoot tr td.st-13,
.table thead tr th.st-13, .table thead tr td.st-13,
.table tbody tr.tfoot th.st-13, .table tbody tr.tfoot td.st-13 {
  background-color: #aaaaaa;
  border-color: #9d9d9d; }

.table tbody tr.today th.st-13, .table tbody tr.today td.st-13 {
  background-color: #aaaaaa; }
  .table tbody tr.today th.st-13.with-popover:before, .table tbody tr.today td.st-13.with-popover:before {
    border-top-color: #777777; }

.table tr.odd th.st-13, .table tr.odd td.st-13 {
  background-color: #d0d0d0;
  border-color: #b7b7b7; }

.color-preview.color-green,
.table tr th.color-green, .table tr td.color-green {
  background-color: #b7f5a7;
  border-color: #92f079; }
  .color-preview.color-green.with-popover:before,
  .table tr th.color-green.with-popover:before, .table tr td.color-green.with-popover:before {
    border-top-color: #47e51e; }
  .color-preview.color-green.editable:before,
  .table tr th.color-green.editable:before, .table tr td.color-green.editable:before {
    border-top-color: #37bb15; }
  .color-preview.color-green.editable:hover,
  .table tr th.color-green.editable:hover, .table tr td.color-green.editable:hover {
    background: #2a8d10;
    color: #fff; }
    .color-preview.color-green.editable:hover:before,
    .table tr th.color-green.editable:hover:before, .table tr td.color-green.editable:hover:before {
      border-top-color: #92f079; }

.table tfoot tr th.color-green, .table tfoot tr td.color-green,
.table thead tr th.color-green, .table thead tr td.color-green,
.table tbody tr.tfoot th.color-green, .table tbody tr.tfoot td.color-green {
  background-color: #6ceb4b;
  border-color: #59e835; }

.table tbody tr.today th.color-green, .table tbody tr.today td.color-green {
  background-color: #6ceb4b; }
  .table tbody tr.today th.color-green.with-popover:before, .table tbody tr.today td.color-green.with-popover:before {
    border-top-color: #37bb15; }

.table tr.odd th.color-green, .table tr.odd td.color-green {
  background-color: #a4f290;
  border-color: #7fed62; }

.color-preview.color-red,
.table tr th.color-red, .table tr td.color-red {
  background-color: #f5676a;
  border-color: #f2373b; }
  .color-preview.color-red.with-popover:before,
  .table tr th.color-red.with-popover:before, .table tr td.color-red.with-popover:before {
    border-top-color: #b70c10; }
  .color-preview.color-red.editable:before,
  .table tr th.color-red.editable:before, .table tr td.color-red.editable:before {
    border-top-color: #87090c; }
  .color-preview.color-red.editable:hover,
  .table tr th.color-red.editable:hover, .table tr td.color-red.editable:hover {
    background: #570607;
    color: #fff; }
    .color-preview.color-red.editable:hover:before,
    .table tr th.color-red.editable:hover:before, .table tr td.color-red.editable:hover:before {
      border-top-color: #f2373b; }

.table tfoot tr th.color-red, .table tfoot tr td.color-red,
.table thead tr th.color-red, .table thead tr td.color-red,
.table tbody tr.tfoot th.color-red, .table tbody tr.tfoot td.color-red {
  background-color: #e70f14;
  border-color: #cf0e12; }

.table tbody tr.today th.color-red, .table tbody tr.today td.color-red {
  background-color: #e70f14; }
  .table tbody tr.today th.color-red.with-popover:before, .table tbody tr.today td.color-red.with-popover:before {
    border-top-color: #87090c; }

.table tr.odd th.color-red, .table tr.odd td.color-red {
  background-color: #f34f53;
  border-color: #f01f24; }

.color-preview.color-orange,
.table tr th.color-orange, .table tr td.color-orange {
  background-color: #f5cc85;
  border-color: #f1b856; }
  .color-preview.color-orange.with-popover:before,
  .table tr th.color-orange.with-popover:before, .table tr td.color-orange.with-popover:before {
    border-top-color: #d08a11; }
  .color-preview.color-orange.editable:before,
  .table tr th.color-orange.editable:before, .table tr td.color-orange.editable:before {
    border-top-color: #a16b0d; }
  .color-preview.color-orange.editable:hover,
  .table tr th.color-orange.editable:hover, .table tr td.color-orange.editable:hover {
    background: #724b09;
    color: #fff; }
    .color-preview.color-orange.editable:hover:before,
    .table tr th.color-orange.editable:hover:before, .table tr td.color-orange.editable:hover:before {
      border-top-color: #f1b856; }

.table tfoot tr th.color-orange, .table tfoot tr td.color-orange,
.table thead tr th.color-orange, .table thead tr td.color-orange,
.table tbody tr.tfoot th.color-orange, .table tbody tr.tfoot td.color-orange {
  background-color: #eda527;
  border-color: #e89a13; }

.table tbody tr.today th.color-orange, .table tbody tr.today td.color-orange {
  background-color: #eda527; }
  .table tbody tr.today th.color-orange.with-popover:before, .table tbody tr.today td.color-orange.with-popover:before {
    border-top-color: #a16b0d; }

.table tr.odd th.color-orange, .table tr.odd td.color-orange {
  background-color: #f3c26d;
  border-color: #efae3e; }

.table th small.normal-weight {
  font-weight: normal; }

.popup_back {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0; }

.popup_layer {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff; }

.leaf-city {
  padding-left: 20px; }

.multiselect-check {
  display: block; }

h4.form-section .multiselect-check, h3.form-section .multiselect-check {
  display: inline;
  padding-left: 10px; }

@media (max-width: 480px) {
  .multiselect-check {
    display: inline;
    padding-left: 10px; } }
.multiselect-check a {
  font-size: 11px;
  text-decoration: underline; }

.multiselect-check a:hover {
  text-decoration: none; }

.tree a span.check-all {
  font-size: 11px;
  padding-left: 10px;
  display: none; }

.tree a:hover > span.check-all {
  display: inline-block; }

.tree a span.check-all span {
  text-decoration: underline; }

.tree a span.check-all span:hover {
  text-decoration: none; }

h1.site-name {
  color: #fff; }

.header .brand span {
  margin-left: 20px;
  color: #fff; }

.dropdown-menu li > p {
  padding: 6px 13px 10px 13px;
  margin-bottom: 0;
  color: #333;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
  font-size: 19px; }

/* Filters */
.page-filter {
  float: right; }

.skin-default .page-filter {
  padding-top: 25px; }

.skin-default .page-new-design-message + .page-filter {
  padding-top: 0; }

.page-filter label {
  float: right;
  margin-left: 25px; }

.month-selector {
  margin-top: 20px; }

.month-selector input {
  width: 200px; }

#current_date {
  width: 170px; }

td.price-decimal, th.price-decimal,
td.price, th.price {
  text-align: right; }

td.left, th.left {
  text-align: left; }

td.right, th.right {
  text-align: right; }

/* Dashboard */
.tile .tile-body table td, .tile .tile-body table th {
  padding: 4px;
  line-height: 12px;
  font-size: 12px; }

.tile .tile-body table thead th,
.tile .tile-body table tbody td {
  text-align: right; }

.modal-form {
  position: relative; }

/* Float Thead */
table.table-float-thead thead {
  background: #fff; }

.datepicker {
  z-index: 2000 !important; }

.popover-content hr {
  margin: 10px 0; }
.popover-content small {
  color: #aaa; }
.popover-content p {
  margin: 0;
  padding-left: 25px; }
  .popover-content p strong {
    float: left;
    width: 25px;
    margin-left: -25px; }
  .popover-content p.p {
    padding-left: 50px;
    margin-bottom: 7px; }
    .popover-content p.p strong {
      width: 50px;
      padding-right: 10px;
      margin-left: -50px;
      text-align: right; }
.popover-content .alert {
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 15px; }

/* Departments Relations */
.ul-tree + .ul-tree {
  margin-top: 20px; }

.ul-tree {
  list-style: none; }

.ul-tree li {
  margin-left: 20px; }

.ul-tree-flat li,
.ul-tree li:first-child {
  margin-left: 0; }

.ul-tree li:first-child label {
  font-weight: bold; }

.ul-tree-flat li:first-child label {
  font-weight: normal; }

/* Header total info */
.pull-right h4 span + span {
  margin-left: 20px; }

/* Fixes for fixed rows&cells on tables */
.DTFC_LeftBodyLiner {
  z-index: 10; }

.input-pair {
  width: 50px; }
  .input-pair + .input-pair {
    margin-left: 50px; }

.text-pair {
  width: 100px;
  display: inline-block; }

.header .nav > li.department-selector {
  margin-right: 20px !important; }
  .header .nav > li.department-selector > a {
    padding-right: 10px !important;
    padding-left: 10px !important; }
.header .nav > li.help {
  margin-right: 20px; }
  .header .nav > li.help a {
    margin-top: 0;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px; }

.departments-list a {
  text-decoration: underline; }
  .departments-list a:hover {
    text-decoration: none; }

.popover {
  max-width: 700px;
  vertical-align: top; }
  .popover table:not(.table) td {
    vertical-align: top;
    padding-left: 10px; }
    .popover table:not(.table) td:first-child {
      padding-left: 0; }

/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/
ul.fileuploadpool {
  border-color: #ffffff;
  background-image: url(/static/images/light/paper_02.png);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0; }

ul.fileuploadpool.drop {
  background-image: url(/static/images/light/dragndrop.png), url(/static/images/light/paper_02.png); }

ul.fileuploadpool li {
  border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
  background-color: #f6f6f6; }

ul.fileuploadpool li.error {
  background-color: #f0cccc; }

ul.fileuploadpool li a.cancel {
  background-image: url(/static/images/icons/dark/cross.png); }

ul.fileuploadpool li a.remove {
  background-image: url(/static/images/icons/dark/cross.png); }

ul.fileuploadpool li .progress {
  background-color: #f0a8a8;
  background-image: url(/static/images/light/upload.gif); }

ul.fileuploadpool li.success .progress {
  background-color: #a2e8a2;
  background-image: none; }

/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/
div.fileuploadui {
  padding: 5px;
  margin-bottom: 5px;
  float: left; }

div.fileuploadui a {
  margin-right: 10px;
  font-size: 11px;
  display: inline !important; }

ul.fileuploadpool {
  display: block;
  margin-bottom: 5px;
  border: 1px solid;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 68px;
  width: 138px;
  overflow: hidden;
  padding: 4px;
  float: left; }

ul.fileuploadpool.single {
  width: 138px; }

ul.fileuploadpool li {
  font-size: 11px;
  list-style-type: none;
  float: left;
  border: 1px solid;
  margin: 4px;
  padding: 4px;
  height: 50px;
  width: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: showfile;
  -moz-animation-name: showfile;
  animation-name: showfile;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes showfile {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@-moz-keyframes showfile {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes showfile {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
ul.fileuploadpool li.error {
  text-shadow: none; }

ul.fileuploadpool li .name {
  display: block;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 22px; }

ul.fileuploadpool li a {
  display: block;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  float: right; }

ul.fileuploadpool li a:hover {
  text-decoration: none; }

ul.fileuploadpool li .progress {
  display: block;
  line-height: 1px;
  height: 3px;
  width: 0%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0; }

.attachement {
  clear: both; }

.file-name {
  margin-bottom: 10px; }

.controls-file input[type=file] {
  display: block; }

#contact_support_button {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -70px;
  z-index: 2000; }
  #contact_support_button a {
    color: #fff;
    background-color: #339a63;
    display: block;
    font-weight: bold;
    padding: 10px 10px 30px;
    margin-right: -35px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    #contact_support_button a:hover {
      text-decoration: none;
      background-color: #00b351;
      margin-right: -25px; }

.btn-offset {
  margin-left: 10px; }

.table thead th small {
  font-weight: normal;
  display: block;
  margin-top: -5px; }

.small-checkbox {
  font-size: 11px;
  margin-top: 5px; }
  .small-checkbox .checker {
    margin-top: -3px; }

/* Charts */
.c-t {
  padding: 5px 10px;
  font-size: 14px; }
  .c-t h4 {
    padding: 0;
    margin: 5px 0 10px 0;
    font-size: 16px;
    line-height: 12px;
    font-weight: bold; }

.n3-charts {
  padding-bottom: 20px; }
  .n3-charts .chart {
    height: 350px; }

.page-title .btn-group {
  margin-left: 0; }
.page-title > .btn-group:first-child {
  margin-left: 20px; }

td.modal-ajax,
.modal-inline {
  cursor: pointer; }

.modal-wide {
  width: 740px;
  margin-left: -370px; }

.modal-footer.text-center {
  text-align: center; }

.control-group .controls:after {
  content: '';
  display: table;
  clear: both; }

.tiles + .tiles {
  margin-top: 20px; }
.tiles:after {
  content: '';
  display: table;
  clear: both; }

h3.split {
  border-bottom: 1px solid #cecece; }

.modal-roi .span4, .modal-roi .span12 {
  text-align: center; }
  .modal-roi .span4 .icon, .modal-roi .span12 .icon {
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .modal-roi .span4 h3, .modal-roi .span12 h3 {
    font-size: 20px;
    line-height: 24px; }
  .modal-roi .span4 h4.amount, .modal-roi .span12 h4.amount {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px; }
  .modal-roi .span4 h5.amount, .modal-roi .span12 h5.amount {
    font-size: 24px;
    font-weight: bold; }

.table-pdf {
  width: 100%;
  border-collapse: collapse;
  border: none;
  padding: 0; }
  .table-pdf thead th {
    background: #4a4a4a;
    color: #fff;
    border-left: 3px solid #fff; }
    .table-pdf thead th:first-child {
      border-left: none; }
  .table-pdf tbody th,
  .table-pdf tbody td {
    border: none;
    border-left: 3px solid #fff; }
    .table-pdf tbody th:first-child,
    .table-pdf tbody td:first-child {
      border-left: none; }
  .table-pdf tbody tr.subheader-light {
    background: #c6c6c6; }
  .table-pdf tbody tr.subheader th, .table-pdf tbody tr.subheader td, .table-pdf tbody tr.subheader th.active {
    background: #f5d26c; }
    .table-pdf tbody tr.subheader th:before, .table-pdf tbody tr.subheader td:before, .table-pdf tbody tr.subheader th.active:before {
      border-top: 10px solid #f0951c; }
  .table-pdf tbody tr.subheader-multiple td, .table-pdf tbody tr.subheader-multiple th, .table-pdf tbody tr.subheader-multiple th.active {
    border-top: 3px solid #fff; }

.page-new-design-message {
  margin-top: 20px; }
  .page-new-design-message a {
    color: #3a87ad;
    text-decoration: underline; }

/*# sourceMappingURL=style-min.css.map */
