/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dashboard-layout .widget input[type="submit"] > .caret,
  .dropup > .btn > .caret,
  .dropup > .dashboard-layout .widget input[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ededed;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0074bd;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #369;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ededed;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #ccc;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ededed;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ededed;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4c4c4c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.dashboard-layout,
.workbench {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .dashboard-layout,
  .workbench {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .dashboard-layout,
  .workbench {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .dashboard-layout,
  .workbench {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: #fff;
}
caption {
  padding-top: 11px 20px;
  padding-bottom: 11px 20px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 11px 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ededed;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4c4c4c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.dashboard-layout .widget input[type="password"],
.dashboard-layout .widget input[type="text"],
.form-control,
.widget-injector select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.widget-injector select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.widget-injector select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.widget-injector select:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
.widget-injector select::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
.widget-injector select[disabled],
.widget-injector select[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .widget-injector select {
  background-color: #ededed;
  opacity: 1;
}
.form-control[disabled],
.widget-injector select[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .widget-injector select {
  cursor: not-allowed;
}
textarea.form-control,
textarea.widget-injector select {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control,
.form-group-sm .widget-injector select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control,
select.form-group-sm .widget-injector select {
  height: 30px;
  line-height: 30px;
}
select[multiple].form-group-sm .form-control,
select[multiple].form-group-sm .widget-injector select,
textarea.form-group-sm .form-control,
textarea.form-group-sm .widget-injector select {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control,
.form-group-lg .widget-injector select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control,
select.form-group-lg .widget-injector select {
  height: 46px;
  line-height: 46px;
}
select[multiple].form-group-lg .form-control,
select[multiple].form-group-lg .widget-injector select,
textarea.form-group-lg .form-control,
textarea.form-group-lg .widget-injector select {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .widget-injector select {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .help-block-focused,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success .widget-injector select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .widget-injector select:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .help-block-focused,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .widget-injector select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .widget-injector select:focus {
  border-color: #66512c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .help-block-focused,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .widget-injector select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .widget-injector select:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block,
.help-block-focused {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .widget-injector select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .widget-injector select {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .widget-injector select {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.dashboard-layout .widget input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  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,
.dashboard-layout .widget input[type="submit"].active.focus,
.dashboard-layout .widget input[type="submit"].active:focus,
.dashboard-layout .widget input[type="submit"].focus,
.dashboard-layout .widget input[type="submit"]:active.focus,
.dashboard-layout .widget input[type="submit"]:active:focus,
.dashboard-layout .widget input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover,
.dashboard-layout .widget input[type="submit"].focus,
.dashboard-layout .widget input[type="submit"]:focus,
.dashboard-layout .widget input[type="submit"]:hover {
  color: #0074bd;
  text-decoration: none;
}
.btn.active,
.btn:active,
.dashboard-layout .widget input[type="submit"].active,
.dashboard-layout .widget input[type="submit"]:active {
  outline: 0;
  background-image: none;
  -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],
.dashboard-layout .widget input[type="submit"].disabled,
.dashboard-layout .widget input[type="submit"][disabled],
fieldset[disabled] .btn,
fieldset[disabled] .dashboard-layout .widget input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default,
.btn-secondary,
.dashboard-layout .widget input[type="submit"] {
  color: #0074bd;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.dashboard-layout .widget input[type="submit"].active,
.dashboard-layout .widget input[type="submit"].focus,
.dashboard-layout .widget input[type="submit"]:active,
.dashboard-layout .widget input[type="submit"]:focus,
.dashboard-layout .widget input[type="submit"]:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.dashboard-layout .widget input[type="submit"] {
  color: #0074bd;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.btn-secondary.active,
.btn-secondary:active,
.dashboard-layout .widget input[type="submit"].active,
.dashboard-layout .widget input[type="submit"]:active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.dashboard-layout .widget input[type="submit"] {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
.dashboard-layout .widget input[type="submit"].disabled,
.dashboard-layout .widget input[type="submit"].disabled.active,
.dashboard-layout .widget input[type="submit"].disabled.focus,
.dashboard-layout .widget input[type="submit"].disabled:active,
.dashboard-layout .widget input[type="submit"].disabled:focus,
.dashboard-layout .widget input[type="submit"].disabled:hover,
.dashboard-layout .widget input[type="submit"][disabled],
.dashboard-layout .widget input[type="submit"][disabled].active,
.dashboard-layout .widget input[type="submit"][disabled].focus,
.dashboard-layout .widget input[type="submit"][disabled]:active,
.dashboard-layout .widget input[type="submit"][disabled]:focus,
.dashboard-layout .widget input[type="submit"][disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .dashboard-layout .widget input[type="submit"],
fieldset[disabled] .dashboard-layout .widget input[type="submit"].active,
fieldset[disabled] .dashboard-layout .widget input[type="submit"].focus,
fieldset[disabled] .dashboard-layout .widget input[type="submit"]:active,
fieldset[disabled] .dashboard-layout .widget input[type="submit"]:focus,
fieldset[disabled] .dashboard-layout .widget input[type="submit"]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge,
.btn-secondary .badge,
.dashboard-layout .widget input[type="submit"] .badge {
  color: #fff;
  background-color: #0074bd;
}
.btn-primary {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00558a;
  border-color: #004e80;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0074bd;
  border-color: #0074bd;
}
.btn-primary .badge {
  color: #0074bd;
  background-color: #fff;
}
.btn-positive,
.btn-success {
  color: #fff;
  background-color: #659a3b;
  border-color: #659a3b;
}
.btn-positive.active,
.btn-positive.focus,
.btn-positive:active,
.btn-positive:focus,
.btn-positive:hover,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-positive,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4d752d;
  border-color: #486e2a;
}
.btn-positive.active,
.btn-positive:active,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-positive,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-positive.disabled,
.btn-positive.disabled.active,
.btn-positive.disabled.focus,
.btn-positive.disabled:active,
.btn-positive.disabled:focus,
.btn-positive.disabled:hover,
.btn-positive[disabled],
.btn-positive[disabled].active,
.btn-positive[disabled].focus,
.btn-positive[disabled]:active,
.btn-positive[disabled]:focus,
.btn-positive[disabled]:hover,
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-positive,
fieldset[disabled] .btn-positive.active,
fieldset[disabled] .btn-positive.focus,
fieldset[disabled] .btn-positive:active,
fieldset[disabled] .btn-positive:focus,
fieldset[disabled] .btn-positive:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #659a3b;
  border-color: #659a3b;
}
.btn-positive .badge,
.btn-success .badge {
  color: #659a3b;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger,
.btn-negative {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-negative.active,
.btn-negative.focus,
.btn-negative:active,
.btn-negative:focus,
.btn-negative:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-negative {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.btn-negative.active,
.btn-negative:active,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-negative {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
.btn-negative.disabled,
.btn-negative.disabled.active,
.btn-negative.disabled.focus,
.btn-negative.disabled:active,
.btn-negative.disabled:focus,
.btn-negative.disabled:hover,
.btn-negative[disabled],
.btn-negative[disabled].active,
.btn-negative[disabled].focus,
.btn-negative[disabled]:active,
.btn-negative[disabled]:focus,
.btn-negative[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-negative,
fieldset[disabled] .btn-negative.active,
fieldset[disabled] .btn-negative.focus,
fieldset[disabled] .btn-negative:active,
fieldset[disabled] .btn-negative:focus,
fieldset[disabled] .btn-negative:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge,
.btn-negative .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link,
.btn-tertiary,
.grid .btn-action,
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"] {
  color: #0074bd;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
.btn-tertiary,
.btn-tertiary.active,
.btn-tertiary:active,
.btn-tertiary[disabled],
.grid .btn-action,
.grid .btn-action.active,
.grid .btn-action:active,
.grid .btn-action[disabled],
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-tertiary,
fieldset[disabled] .grid .btn-action {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-tertiary,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover,
.grid .btn-action,
.grid .btn-action:active,
.grid .btn-action:focus,
.grid .btn-action:hover,
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"] {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.grid .btn-action:focus,
.grid .btn-action:hover {
  color: #369;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
.btn-tertiary[disabled]:focus,
.btn-tertiary[disabled]:hover,
.grid .btn-action[disabled]:focus,
.grid .btn-action[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary:hover,
fieldset[disabled] .grid .btn-action:focus,
fieldset[disabled] .grid .btn-action:hover {
  color: #a1c2e1;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-group-lg > .dashboard-layout .widget input[type="submit"],
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-group-sm > .dashboard-layout .widget input[type="submit"],
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-group-xs > .dashboard-layout .widget input[type="submit"],
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a,
.dropdown-menu > li > a,
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #4c4c4c;
  white-space: nowrap;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a:focus,
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a:focus,
.navbar
  .dropdown-menu.multi-column
  > .dropdown-menu-column
  > ul
  > li
  > a:hover {
  text-decoration: none;
  color: #3f3f3f;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #ccc;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"],
.btn-group > .btn,
.btn-group > .dashboard-layout .widget input[type="submit"] {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"].active,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"]:active,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"]:focus,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"]:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .dashboard-layout .widget input[type="submit"].active,
.btn-group > .dashboard-layout .widget input[type="submit"]:active,
.btn-group > .dashboard-layout .widget input[type="submit"]:focus,
.btn-group > .dashboard-layout .widget input[type="submit"]:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .dashboard-layout .widget input[type="submit"],
.btn-group .dashboard-layout .widget input[type="submit"] + .btn-group,
.btn-group
  .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .dashboard-layout .widget input[type="submit"],
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:first-child):not(:last-child):not(
    .dropdown-toggle
  ) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .dashboard-layout .widget input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group
  > .btn-group:first-child:not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group
  > .btn-group:last-child:not(:first-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .dashboard-layout .widget input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link,
.btn-group.open .dropdown-toggle.btn-tertiary,
.btn-group.open .dropdown-toggle.grid .btn-action {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.dashboard-layout .widget input[type="submit"] .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"],
.btn-group-vertical > .dashboard-layout .widget input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical
  > .btn-group
  + .dashboard-layout
  .widget
  input[type="submit"],
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]
  + .btn-group,
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"] {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .dashboard-layout .widget input[type="submit"] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified
  > .btn-group
  .dashboard-layout
  .widget
  input[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"]
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="checkbox"],
[data-toggle="buttons"]
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="radio"],
[data-toggle="buttons"]
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="checkbox"],
[data-toggle="buttons"]
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group .widget-injector select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-lg > .widget-injector select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select.input-group-lg > .widget-injector select {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select[multiple].input-group-lg > .widget-injector select,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
textarea.input-group-lg > .widget-injector select {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-sm > .widget-injector select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select.input-group-sm > .widget-injector select {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select[multiple].input-group-sm > .widget-injector select,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
textarea.input-group-sm > .widget-injector select {
  height: auto;
}
.input-group .form-control,
.input-group .widget-injector select,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .widget-injector select:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group .widget-injector select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:first-child > .dashboard-layout .widget input[type="submit"],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group .widget-injector select:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:last-child > .dashboard-layout .widget input[type="submit"],
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .dashboard-layout .widget input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover,
.input-group-btn > .dashboard-layout .widget input[type="submit"]:active,
.input-group-btn > .dashboard-layout .widget input[type="submit"]:focus,
.input-group-btn > .dashboard-layout .widget input[type="submit"]:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .dashboard-layout .widget input[type="submit"] {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .dashboard-layout .widget input[type="submit"] {
  margin-left: -1px;
}
.nav,
.workbench-header ul.flat-tab,
.workbench-header ul.workbench-select {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li,
.workbench-header ul.flat-tab > li,
.workbench-header ul.workbench-select > li {
  position: relative;
  display: block;
}
.nav > li > a,
.workbench-header ul.flat-tab > li > a,
.workbench-header ul.workbench-select > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover,
.workbench-header ul.flat-tab > li > a:focus,
.workbench-header ul.flat-tab > li > a:hover,
.workbench-header ul.workbench-select > li > a:focus,
.workbench-header ul.workbench-select > li > a:hover {
  text-decoration: none;
  background-color: #ededed;
}
.nav > li.disabled > a,
.workbench-header ul.flat-tab > li.disabled > a,
.workbench-header ul.workbench-select > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover,
.workbench-header ul.flat-tab > li.disabled > a:focus,
.workbench-header ul.flat-tab > li.disabled > a:hover,
.workbench-header ul.workbench-select > li.disabled > a:focus,
.workbench-header ul.workbench-select > li.disabled > a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.workbench-header ul.flat-tab .open > a,
.workbench-header ul.flat-tab .open > a:focus,
.workbench-header ul.flat-tab .open > a:hover,
.workbench-header ul.workbench-select .open > a,
.workbench-header ul.workbench-select .open > a:focus,
.workbench-header ul.workbench-select .open > a:hover {
  background-color: #ededed;
  border-color: #0074bd;
}
.nav .nav-divider,
.workbench-header ul.flat-tab .nav-divider,
.workbench-header ul.workbench-select .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img,
.workbench-header ul.flat-tab > li > a > img,
.workbench-header ul.workbench-select > li > a > img {
  max-width: none;
}
.nav-tabs,
.workbench-header ul.flat-tab {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li,
.workbench-header ul.flat-tab > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.workbench-header ul.flat-tab > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.workbench-header ul.flat-tab > li > a:hover {
  border-color: #ededed #ededed #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.workbench-header ul.flat-tab > li.active > a,
.workbench-header ul.flat-tab > li.active > a:focus,
.workbench-header ul.flat-tab > li.active > a:hover {
  color: #999;
  background-color: #ededed;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified,
.workbench-header ul.flat-tab.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li,
.workbench-header ul.flat-tab.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a,
.workbench-header ul.flat-tab.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu,
.workbench-header ul.flat-tab.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li,
  .workbench-header ul.flat-tab.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a,
  .workbench-header ul.flat-tab.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a,
.workbench-header ul.flat-tab.nav-justified > li > a {
  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,
.workbench-header ul.flat-tab.nav-justified > .active > a,
.workbench-header ul.flat-tab.nav-justified > .active > a:focus,
.workbench-header ul.flat-tab.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .workbench-header ul.flat-tab.nav-justified > li > a {
    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,
  .workbench-header ul.flat-tab.nav-justified > .active > a,
  .workbench-header ul.flat-tab.nav-justified > .active > a:focus,
  .workbench-header ul.flat-tab.nav-justified > .active > a:hover {
    border-bottom-color: #ededed;
  }
}
.nav-pills > li,
.workbench-header ul.workbench-select > li {
  float: left;
}
.nav-pills > li > a,
.workbench-header ul.workbench-select > li > a {
  border-radius: 4px;
}
.nav-pills > li + li,
.workbench-header ul.workbench-select > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.workbench-header ul.workbench-select > li.active > a,
.workbench-header ul.workbench-select > li.active > a:focus,
.workbench-header ul.workbench-select > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li,
.workbench-header ul.workbench-select > li {
  float: none;
}
.nav-stacked > li + li,
.workbench-header ul.workbench-select > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.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-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: #ededed;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu,
.workbench-header ul.flat-tab .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header,
.dashboard-layout > .navbar-collapse,
.dashboard-layout > .navbar-header,
.workbench > .navbar-collapse,
.workbench > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header,
  .dashboard-layout > .navbar-collapse,
  .dashboard-layout > .navbar-header,
  .workbench > .navbar-collapse,
  .workbench > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .dashboard-layout .navbar-brand,
  .navbar > .workbench .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    line-height: 20px;
  }
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .widget-injector select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .widget-injector select {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .widget-injector select {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    color: #777;
  }
  .navbar-default
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-default
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-default
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link,
.navbar-default .btn-tertiary,
.navbar-default .grid .btn-action {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .btn-tertiary:focus,
.navbar-default .btn-tertiary:hover,
.navbar-default .grid .btn-action:focus,
.navbar-default .grid .btn-action:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-tertiary[disabled]:focus,
.navbar-default .btn-tertiary[disabled]:hover,
.navbar-default .grid .btn-action[disabled]:focus,
.navbar-default .grid .btn-action[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-tertiary:focus,
fieldset[disabled] .navbar-default .btn-tertiary:hover,
fieldset[disabled] .navbar-default .grid .btn-action:focus,
fieldset[disabled] .navbar-default .grid .btn-action:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f2f2f2;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    color: #f2f2f2;
  }
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-inverse
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f2f2f2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link,
.navbar-inverse .btn-tertiary,
.navbar-inverse .grid .btn-action {
  color: #f2f2f2;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-tertiary:focus,
.navbar-inverse .btn-tertiary:hover,
.navbar-inverse .grid .btn-action:focus,
.navbar-inverse .grid .btn-action:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-tertiary[disabled]:focus,
.navbar-inverse .btn-tertiary[disabled]:hover,
.navbar-inverse .grid .btn-action[disabled]:focus,
.navbar-inverse .grid .btn-action[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-tertiary:focus,
fieldset[disabled] .navbar-inverse .btn-tertiary:hover,
fieldset[disabled] .navbar-inverse .grid .btn-action:focus,
fieldset[disabled] .navbar-inverse .grid .btn-action:hover {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.dashboard-layout .widget input[type="submit"] .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccc;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-positive,
.label-success {
  background-color: #5cb85c;
}
.label-positive[href]:focus,
.label-positive[href]:hover,
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger,
.label-negative {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover,
.label-negative[href]:focus,
.label-negative[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #991216;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.dashboard-layout .widget input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-group-xs > .dashboard-layout .widget input[type="submit"] .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.workbench-header ul.workbench-select > .active > a > .badge {
  color: #0074bd;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge,
.workbench-header ul.workbench-select > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-positive,
.alert-success {
  background-color: #dfefd7;
  border-color: #8db26c;
  color: #333;
}
.alert-positive hr,
.alert-success hr {
  border-top-color: #80a95b;
}
.alert-positive .alert-link,
.alert-success .alert-link {
  color: #1a1a1a;
}
.alert-info {
  background-color: #e7f3fe;
  border-color: #448bc2;
  color: #333;
}
.alert-info hr {
  border-top-color: #3a7eb2;
}
.alert-info .alert-link {
  color: #1a1a1a;
}
.alert-warning {
  background-color: #fff6d9;
  border-color: #fdd050;
  color: #333;
}
.alert-warning hr {
  border-top-color: #fdc937;
}
.alert-warning .alert-link {
  color: #1a1a1a;
}
.alert-danger,
.alert-negative {
  background-color: #ffcdce;
  border-color: #991216;
  color: #333;
}
.alert-danger hr,
.alert-negative hr {
  border-top-color: #820f13;
}
.alert-danger .alert-link,
.alert-negative .alert-link {
  color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #ededed;
  color: #ccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #ccc;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.dashboard-layout .widget-container,
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dashboard-layout .widget-body,
.panel-body {
  padding: 15px;
}
.dashboard-layout .widget-header,
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dashboard-layout .widget-container > .list-group,
.dashboard-layout .widget-container > .panel-collapse > .list-group,
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.dashboard-layout .widget-container > .list-group .list-group-item,
.dashboard-layout
  .widget-container
  > .panel-collapse
  > .list-group
  .list-group-item,
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.dashboard-layout
  .widget-container
  > .list-group:first-child
  .list-group-item:first-child,
.dashboard-layout
  .widget-container
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .list-group:last-child
  .list-group-item:last-child,
.dashboard-layout
  .widget-container
  > .panel-collapse
  > .list-group:last-child
  .list-group-item:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.dashboard-layout .widget-container > .panel-collapse > .table,
.dashboard-layout .widget-container > .table,
.dashboard-layout .widget-container > .table-responsive > .table,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.dashboard-layout .widget-container > .panel-collapse > .table caption,
.dashboard-layout .widget-container > .table caption,
.dashboard-layout .widget-container > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child,
.dashboard-layout .widget-container > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child,
.dashboard-layout .widget-container > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.dashboard-layout .widget-container > .panel-body + .table,
.dashboard-layout .widget-container > .panel-body + .table-responsive,
.dashboard-layout .widget-container > .table + .panel-body,
.dashboard-layout .widget-container > .table-responsive + .panel-body,
.panel > .dashboard-layout .widget-body + .table,
.panel > .dashboard-layout .widget-body + .table-responsive,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .dashboard-layout .widget-body,
.panel > .table + .panel-body,
.panel > .table-responsive + .dashboard-layout .widget-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.dashboard-layout
  .widget-container
  > .table
  > tbody:first-child
  > tr:first-child
  td,
.dashboard-layout
  .widget-container
  > .table
  > tbody:first-child
  > tr:first-child
  th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.dashboard-layout .widget-container > .table-bordered,
.dashboard-layout .widget-container > .table-responsive > .table-bordered,
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:first-child
  > th,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr:first-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:first-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr:first-child
  > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:last-child
  > th,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr:last-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.dashboard-layout .widget-container > .table-responsive,
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .dashboard-layout .widget-container,
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group
  .dashboard-layout
  .widget-container
  + .dashboard-layout
  .widget-container,
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .dashboard-layout .widget-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .dashboard-layout .widget-body,
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.dashboard-layout .widget-container,
.panel-default {
  border-color: #ddd;
}
.dashboard-layout .widget-container > .panel-heading,
.dashboard-layout .widget-header,
.panel-default > .panel-heading {
  color: #4c4c4c;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.dashboard-layout
  .widget-container
  > .panel-heading
  + .panel-collapse
  > .panel-body,
.dashboard-layout .widget-header + .panel-collapse > .panel-body,
.panel-default
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.dashboard-layout .widget-container > .panel-heading .badge,
.dashboard-layout .widget-header .badge,
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #4c4c4c;
}
.dashboard-layout
  .widget-container
  > .panel-footer
  + .panel-collapse
  > .panel-body,
.panel-default
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .dashboard-layout .widget-body,
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .dashboard-layout .widget-body,
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.glu-notification-content,
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.glu-notification-body,
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer
  .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer
  .btn-group
  .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .glu-notification-content,
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #ccc;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #ccc;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #ccc;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #ccc;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dashboard-layout .widget-body:after,
.dashboard-layout .widget-body:before,
.dashboard-layout:after,
.dashboard-layout:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.workbench-header ul.flat-tab:after,
.workbench-header ul.flat-tab:before,
.workbench-header ul.workbench-select:after,
.workbench-header ul.workbench-select:before,
.workbench:after,
.workbench:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dashboard-layout .widget-body:after,
.dashboard-layout:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after,
.workbench-header ul.flat-tab:after,
.workbench-header ul.workbench-select:after,
.workbench:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left,
label.datepicker-label {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget {
  background-color: #fff;
  margin-bottom: 15px;
}
.widget::before {
  height: 4px;
  display: block;
  content: " ";
  background: #a6a6a6;
  background-size: 100% !important;
}
.widget-body {
  padding: 20px;
}
.widget-header {
  padding: 0 20px 10px;
}
.widget-header:after,
.widget-header:before {
  content: " ";
  display: table;
}
.widget-header:after {
  clear: both;
}
.widget-header:after,
.widget-header:before {
  content: " ";
  display: table;
}
.widget-header:after {
  clear: both;
}
.widget-header h3 {
  font-size: 18px;
  float: left;
}
.widget-header .widget-icons {
  float: right;
  margin-top: 13px;
}
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"] {
  padding-left: 8px;
  padding-right: 8px;
}
.widget-icons .btn,
.widget-icons .btn:focus,
.widget-icons .btn:hover,
.widget-icons .dashboard-layout .widget input[type="submit"],
.widget-icons .dashboard-layout .widget input[type="submit"]:focus,
.widget-icons .dashboard-layout .widget input[type="submit"]:hover {
  color: #333;
  text-decoration: none;
}
.widget.widget-login {
  width: auto;
  margin: 100px auto 0;
  max-width: 500px;
}
.widget.widget-login::before {
  background: url(../images/colorbar.png);
}
.widget.widget-login > .widget-body {
  padding: 40px;
}
.widget.widget-login > .widget-body fieldset {
  margin-bottom: 0;
}
.page-headline {
  background: #4c4c4c;
  margin-bottom: 15px;
  height: 49px;
}
.page-headline::after {
  height: 8px;
  display: block;
  content: " ";
  background: url(../images/colorbar.png);
  background-size: 100%;
}
.page-headline h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 49px;
  margin: 0 20px;
}
.page-headline .page-back {
  display: block;
  float: left;
  height: 100%;
}
.page-headline .page-back > a {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  height: 100%;
  line-height: 49px;
  width: 45px;
  background-color: #333;
  text-align: center;
}
.page-headline .page-back > a .icon-arrow-left,
.page-headline
  .page-back
  > a
  .ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon {
  font-size: 16px;
  margin-left: -6px;
}
.page-headline .page-back > a:active,
.page-headline .page-back > a:focus,
.page-headline .page-back > a:hover {
  text-decoration: none;
  color: #fff;
}
.navbar {
  background-color: #fff;
  border: 0;
  min-height: 50px;
  margin-bottom: 0;
}
.navbar .navbar-toggle {
  float: left;
  margin: 0 0 1px 5px;
  padding: 11px 10px;
}
.navbar .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #595959;
  border-bottom: 5px solid transparent;
}
.navbar .nav > li.active > a,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .workbench-header ul.flat-tab > li.active > a,
.navbar .workbench-header ul.flat-tab > li > a:focus,
.navbar .workbench-header ul.flat-tab > li > a:hover,
.navbar .workbench-header ul.workbench-select > li.active > a,
.navbar .workbench-header ul.workbench-select > li > a:focus,
.navbar .workbench-header ul.workbench-select > li > a:hover {
  background-color: transparent;
  border-color: #0074bd;
  color: #0074bd;
}
.navbar .nav > li > .user-dropdown-toggle:focus,
.navbar .nav > li > .user-dropdown-toggle:hover,
.navbar .workbench-header ul.flat-tab > li > .user-dropdown-toggle:focus,
.navbar .workbench-header ul.flat-tab > li > .user-dropdown-toggle:hover,
.navbar
  .workbench-header
  ul.workbench-select
  > li
  > .user-dropdown-toggle:focus,
.navbar
  .workbench-header
  ul.workbench-select
  > li
  > .user-dropdown-toggle:hover {
  border-color: transparent;
}
.navbar .avatar {
  display: inline-block;
  float: right;
  margin-left: 10px;
  margin-bottom: -5px;
}
.navbar .avatar > img {
  margin-top: -5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #ccc;
}
.navbar .navbar-brand {
  height: 50px;
  line-height: 1;
  margin-top: -2px;
  color: #333;
}
.navbar .navbar-brand > img {
  margin-top: -15px;
  height: 33px;
  padding-bottom: 0;
}
.navbar .navbar-nav > li > .dropdown-menu {
  border-radius: 0 0 2px 2px;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a,
.dropdown-menu > li > a,
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  font-size: 13px;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  white-space: normal;
}
.dropdown-header {
  font-size: 13px;
  font-weight: 700;
  color: #595959;
}
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a,
.navbar .dropdown-menu > li > a,
.navbar
  .navbar
  .dropdown-menu.multi-column
  > .dropdown-menu-column
  > ul
  > li
  > a {
  font-size: 13px;
}
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  white-space: normal;
}
.navbar .dropdown-header {
  font-size: 13px;
  font-weight: 700;
  color: #595959;
}
@media (max-width: 767px) {
  .navbar .dropdown-toggle {
    margin-left: 0;
  }
  .navbar .navbar-nav {
    margin-top: 0;
  }
  .navbar .dropdown-toggle {
    margin-left: 0;
  }
  .navbar .avatar {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover,
  .workbench-header ul.flat-tab .open > a,
  .workbench-header ul.flat-tab .open > a:focus,
  .workbench-header ul.flat-tab .open > a:hover,
  .workbench-header ul.workbench-select .open > a,
  .workbench-header ul.workbench-select .open > a:focus,
  .workbench-header ul.workbench-select .open > a:hover {
    background-color: transparent;
  }
  ul.nav .open ul.dropdown-menu,
  ul.nav li.dropdown:hover > ul.dropdown-menu,
  ul.workbench-header ul.flat-tab .open ul.dropdown-menu,
  ul.workbench-header ul.flat-tab li.dropdown:hover > ul.dropdown-menu,
  ul.workbench-header ul.workbench-select .open ul.dropdown-menu,
  ul.workbench-header ul.workbench-select li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border: 0;
    margin-top: 0;
  }
  ul.nav li + li.dropdown-header,
  ul.workbench-header ul.flat-tab li + li.dropdown-header,
  ul.workbench-header ul.workbench-select li + li.dropdown-header {
    margin-top: 10px;
  }
}
@media (min-width: 979px) {
  .dropdown-menu.multi-column {
    min-width: 402px;
  }
  .dropdown-menu.multi-column > .dropdown-menu-column {
    width: 200px;
    float: left;
  }
}
.table {
  font-size: 12px;
  border: 1px solid #ccc;
}
.table > thead {
  background-color: #f2f2f2;
}
.table > thead > tr > th {
  text-overflow: ellipsis;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #ccc;
}
.table > thead > tr > th.active,
.table > thead > tr > th.grid-resizing,
.table > thead > tr > th:hover {
  background-color: #e7e7e7;
}
.table > tbody > tr > td {
  background-color: #fff;
  border-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table > tbody > tr:nth-child(even) > td {
  background-color: #f9f9f9;
}
.table > tbody > tr.grid-row-group-header > td {
  background-color: #f2f2f2 !important;
  font-weight: 700;
}
.table > tbody > tr.selected > td {
  background-color: #e7f3fe;
}
.table > tfoot > tr > td {
  background-color: #fff;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 1;
  padding: 11px 20px;
}
.table > tbody > tr > td input[type="checkbox"],
.table > tbody > tr > td input[type="radio"],
.table > tbody > tr > th input[type="checkbox"],
.table > tbody > tr > th input[type="radio"],
.table > tfoot > tr > td input[type="checkbox"],
.table > tfoot > tr > td input[type="radio"],
.table > tfoot > tr > th input[type="checkbox"],
.table > tfoot > tr > th input[type="radio"],
.table > thead > tr > td input[type="checkbox"],
.table > thead > tr > td input[type="radio"],
.table > thead > tr > th input[type="checkbox"],
.table > thead > tr > th input[type="radio"] {
  margin: 0;
}
.table > tbody > tr > td.grid-row-buttons {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: visible;
}
.grid .table {
  margin-bottom: 0;
}
.grid .form-control,
.grid .widget-injector select {
  font-size: 12px;
}
.grid .table > tbody > tr > th,
.grid .table > tfoot > tr > th,
.grid .table > thead > tr > th {
  padding: 0;
  vertical-align: top;
}
.table > thead > tr > th:first-child {
  border-left: 0;
}
.table > thead > tr > th:last-child {
  border-right: 0;
}
.table > tbody > tr > td > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aux-control [data-control] {
  font-size: 12px;
  margin-right: 5px;
}
.grid-manage-columns-options:after,
.grid-manage-columns-options:before {
  content: " ";
  display: table;
}
.grid-manage-columns-options:after {
  clear: both;
}
.grid-manage-columns-options:after,
.grid-manage-columns-options:before {
  content: " ";
  display: table;
}
.grid-manage-columns-options:after {
  clear: both;
}
.grid-manage-columns-options > .single-checkbox {
  float: left;
  width: 33%;
  padding: 0 5px 10px 0;
}
.grid-manage-columns-options > .single-checkbox.grid-show-all-columns-option {
  float: none;
}
.grid-manage-columns-options > .single-checkbox label {
  font-weight: 400;
}
.grid-filter-selection {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.grid-filter-selection button[type="submit"] {
  margin-left: 5px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  line-height: 1;
  margin-top: 1px;
}
.grid-filter-selection > form {
  display: table-cell;
  vertical-align: middle;
}
.grid-filter-selection .dynamic-search-control,
.grid-filter-selection .form-control,
.grid-filter-selection .widget-injector select,
.grid-filter-selection label {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
}
.grid-filter-selection label {
  margin-right: 5px;
}
.grid-filter-selection .form-control,
.grid-filter-selection .widget-injector select {
  max-width: 250px;
}
.grid-filter-selection .dynamic-search-control {
  margin-left: 5px;
}
.grid-column-menu {
  background-color: #e7e7e7;
  position: absolute;
  border: 0;
  z-index: 1;
  top: 0;
  margin: 1px -1px 0 0;
  padding-right: 2px;
}
.grid-column-menu li,
.grid-column-menu ul {
  padding: 0;
  list-style: none;
}
.grid-column-menu li {
  padding: 0 0 10px;
}
.grid-column-menu ul {
  padding: 20px 20px 0;
  margin-bottom: 0;
}
.grid-column-menu .grid-column-filter button {
  display: none;
}
.grid-column-menu .grid-column-filter button[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.grid-add-column,
.grid-remove-column {
  padding: 0;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
.grid {
  text-align: left;
  width: 100%;
}
.grid .pager {
  background-color: #f2f2f2;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
  padding: 3px 10px 2px;
}
.grid .pager:after,
.grid .pager:before {
  content: " ";
  display: table;
}
.grid .pager:after {
  clear: both;
}
.grid .pager:after,
.grid .pager:before {
  content: " ";
  display: table;
}
.grid .pager:after {
  clear: both;
}
.grid .pager:empty {
  display: none;
}
.grid .pager button,
.grid .pager input,
.grid .pager label,
.grid .pager select {
  display: inline-block;
  margin: 0;
}
.grid .pager label {
  font-weight: 400;
}
.grid .pager button {
  font-size: 12px;
  padding: 0;
}
.grid .pager .pagination {
  padding: 0;
  margin: 0;
  display: inline;
}
.grid .pager .pagination > li {
  list-style-type: none;
  display: inline-block;
}
.grid .pager .pagination > li > a > span {
  font-size: 9px;
}
.grid .pager .pagination button {
  padding: 0;
  background: 0 0;
  box-shadow: none;
  width: 19px;
  height: 15px;
  font-size: 12px;
  border: 0;
  vertical-align: text-top;
  color: #369;
  line-height: 100%;
}
.grid .pager .pagination button > span {
  font-size: 9px;
}
.grid .pager .paginate-advanced {
  display: table;
  width: 100%;
}
.grid .pager .paginate-advanced > .info,
.grid .pager .paginate-advanced > .navigate {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 0;
}
.grid .pager .paginate-advanced > .navigate {
  text-align: right;
}
.grid .pager .paginate-advanced > .navigate > nav {
  display: inline-block;
  margin-left: 30px;
}
.grid .pager button.next-page,
.grid .pager button.prev-page {
  background: 0 0;
  display: inline-block;
  padding: 0 5px;
  margin-top: -2px;
}
.grid .pager button.next-page:focus,
.grid .pager button.next-page:hover,
.grid .pager button.prev-page:focus,
.grid .pager button.prev-page:hover {
  text-decoration: none;
}
.grid .pager button.next-page {
  margin-left: -4px;
}
.grid .grid-row-selector {
  margin-right: 4px !important;
  display: inline-block;
}
.grid th .sort-icon {
  width: 18px;
  height: 11px;
  display: inline-block;
  margin-left: -20px;
}
.grid th[aria-sort="descending"] .sort-icon {
  background: url(../images/grid/column_sort_down.png) no-repeat 0 -5px;
}
.grid th[aria-sort="ascending"] .sort-icon {
  background: url(../images/grid/column_sort_up.png) no-repeat 0 -5px;
}
.grid .grid-column-menu .grid-column-filter {
  position: relative;
}
.grid .grid-column-menu .grid-column-filter form {
  margin: 0 20px 20px;
  text-align: left;
}
.grid .grid-column-menu .grid-column-filter form .search-input-wrapper {
  display: inline-block;
}
.grid .grid-column-menu .grid-column-filter form.form-inline > * {
  vertical-align: top;
}
.grid .grid-column-menu .ui-datepicker-trigger {
  position: absolute;
  right: 26px;
  top: 2px;
}
.grid .grid-remove-filter {
  background: url(../images/grid/remove_filter.png) no-repeat;
  cursor: pointer;
}
.grid .grid-area {
  background-color: #f7f7f7;
}
.grid .grid-column-order-marker {
  cursor: move;
  background: url(../images/grid/column_drag.png) no-repeat;
}
.grid .grid-column-resize-marker.disabled {
  display: none;
}
.grid .grid-column-resize-marker {
  border-right-color: #ccc;
}
.grid .grid-column-resize-marker:hover {
  cursor: ew-resize;
  border-right-style: dotted;
}
.grid table .grid-column-text {
  text-overflow: ellipsis;
}
.grid table .grid-column-resize {
  cursor: col-resize;
}
.grid table tbody > tr {
  text-overflow: ellipsis;
}
.grid table tbody > tr td.btn-cell {
  overflow: visible;
}
.grid .grid-header-content {
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid .grid-remove-filter {
  background: url(../images/grid/filter_remove.png) no-repeat 0 0;
  cursor: pointer;
}
.grid .grid-column-action {
  background: 0 0;
}
.grid th:hover .grid-column-drag {
  background: url(../images/grid/column_drag.png) 0 0 no-repeat;
  cursor: move;
}
.grid .menu {
  background-color: #e7e7e7;
  border-style: solid;
  border-color: #ccc;
}
.grid .filters-region,
.grid .saved-views-region {
  background: 0 0;
}
.grid .save-view {
  background-color: transparent;
  color: #369;
  cursor: pointer;
}
.grid section.content {
  overflow-x: auto;
}
.grid .add-filter-container button[name="submit"],
.grid .dynamic-search-control select,
.grid .field-set select,
.grid .grid-column-menu select,
.grid .grid-fuzzy select,
.grid .search-control-list button[name="submit"] {
  display: none;
}
.filterBadges .filter-badge {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.filterBadges .filter-badge > p {
  max-width: 200px;
  white-space: nowrap;
}
.grid .filter-badge {
  border: 0;
  color: #fff;
  width: 100%;
  position: relative;
  background: #369;
  border-radius: 4px;
  padding: 10px;
}
.grid .filterBadges .filter-badge {
  width: auto;
  max-width: 250px;
}
.grid .filter-badge span {
  position: absolute;
  right: 0;
  border-radius: 4px;
  width: 20px;
  font-size: 12px;
  padding: 0;
  margin-right: -3px;
}
.grid .filter-badge span:hover {
  background-color: #369;
}
.grid .filter-badge p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin: 0;
  padding-right: 20px;
}
.grid section {
  clear: both;
}
.grid-column-menu-trigger {
  display: inline-block;
  float: right;
  background: transparent none;
  padding: 10px;
}
.grid-column-menu-manager {
  position: absolute;
  top: 0;
  width: 100%;
}
.grid-column-menu-trigger:focus,
th:hover .grid-column-menu-trigger {
  background: url(../images/grid/column_menu.png) no-repeat center -5px;
}
.modal-open {
  position: relative;
}
.modal-open .advanced-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.grid .ui-datepicker-title select {
  display: inline-block;
  float: none;
}
.grid .table .ui-daterangepicker td {
  padding: 5px 0;
}
[data-control="removeFilter"] {
  display: none;
}
.add-filter-container > div {
  clear: both;
  padding-top: 1em;
  margin-bottom: 1em;
}
.add-filter-container select[data-control="typeSelect"] {
  width: auto;
}
.add-filter-container .dynamic-search-control select {
  display: none;
}
.add-filter-container .dynamic-search-control > div,
.add-filter-container .search-input-wrapper {
  display: inline-block;
}
.add-filter-container .dynamic-search-control > div select,
.add-filter-container .search-input-wrapper select {
  width: auto;
}
.add-filter-container .dynamic-search-control > div .control-group,
.add-filter-container .search-input-wrapper .control-group {
  display: inline-block;
}
.add-filter-container [data-control="removeFilter"] {
  margin-left: 0.5em;
  display: inline-block;
}
.add-filter-container .btn.btn-default.btn-sm,
.add-filter-container .btn.btn-secondary.btn-sm,
.add-filter-container .btn.dashboard-layout .widget input[type="submit"].btn-sm,
.add-filter-container
  .dashboard-layout
  .widget
  input[type="submit"].btn-default.btn-sm {
  display: none;
}
.advanced-search-modal .glu-notification-content,
.advanced-search-modal .modal-content {
  padding: 0 20px;
}
.advanced-search-modal .modal-body {
  height: 375px;
  overflow-y: auto;
}
.add-filter-btn-container {
  float: right;
}
.grid {
  position: relative;
  display: inline-block;
}
.grid fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
  display: inline-block;
}
.grid > * {
  box-sizing: border-box;
}
.grid .a11y-hide {
  position: absolute;
  left: -9999em;
}
.grid th {
  border-width: 0 1px;
  border-style: solid;
}
.grid .grid-column-filters th {
  border: 0;
  padding: 0;
}
.grid .grid-column-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.grid .grid-column-filters li {
  padding: 0 16px;
  margin: 2px;
  line-height: 30px;
}
.grid .grid-remove-filter {
  text-indent: -9999em;
  width: 8px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
}
.grid .grid-area {
  overflow: scroll;
  position: relative;
}
.grid .grid-column-order-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  border-right-width: 1px;
  height: 100%;
}
.grid .grid-column-resize-marker {
  position: absolute;
  top: 0;
  left: auto;
  width: 10px;
  border-right-width: 1px;
  right: 0;
  cursor: ew-resize;
  height: 100%;
}
.grid table {
  position: relative;
  border-collapse: collapse !important;
  border-right: 0;
  border-bottom: 0;
  border-spacing: 0 !important;
}
.grid table .grid-column-text {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.grid table .grid-column-resize {
  margin-right: -2px;
  position: absolute;
  right: 0;
  height: 30px;
  top: 0;
}
.grid table .txt {
  line-height: 1;
  vertical-align: middle;
  display: block;
  padding: 11px 20px;
  width: 100%;
}
.grid table .txt.sortable {
  font-weight: 700;
  border: 0;
  background: 0;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid table th {
  font-weight: 700;
  border-width: 0 1px 2px;
  position: static;
}
.grid .grid-header-content {
  padding: 0;
}
.grid .grid-header-content.grid-row-selector {
  padding: 11px 20px;
}
.grid .header .content > div,
.grid .header .footer > div,
.grid .header .header > div {
  margin-bottom: 5px;
}
.grid table {
  table-layout: fixed;
}
.grid table tbody > tr {
  border-top-width: 1px;
}
.grid table tbody > tr > td input[type="text"] {
  padding: 4px;
  height: auto;
  width: 100%;
}
.grid table tbody > tr > td select {
  width: 100%;
}
.grid table tr.filter-row {
  border-bottom: 1px solid #ccc;
}
.grid table tr.filter-row td {
  padding: 2px 0;
}
.grid .grid-column-filters th {
  border: 0;
  padding: 0;
}
.grid .grid-column-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.grid .grid-column-filters li {
  padding: 0 16px;
  margin: 2px;
  line-height: 30px;
}
.grid .grid-remove-filter {
  text-indent: -9999em;
  width: 8px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
}
.grid .grid-column-action {
  position: absolute;
  top: 0;
  border: 0 none;
}
.grid .grid-column-drag {
  width: 14px;
  height: 14px;
  left: 0;
}
.grid .grid-column-menu-trigger {
  width: 20px;
  position: absolute;
  border: 0 none;
  padding: 0;
  right: 0;
  height: 10px;
  top: 0;
  height: 100%;
}
.grid .grid-column-menu ul li {
  text-align: left;
}
.grid .menu {
  display: none;
  padding: 5px 15px 0;
  border-style: solid;
  border-width: 1px;
}
.grid .grid-select-filter-form {
  display: inline-block;
  margin-bottom: 5px;
}
.grid .grid-select-filter-form fieldset {
  margin-left: 0;
  padding-left: 0;
  border-width: 0;
}
.grid .filters-region,
.grid .paginate-region,
.grid .per-page-region,
.grid .saved-views-region,
.grid .viewing-range-region {
  display: inline-block;
  border-width: 0;
}
.grid .saved-views-region {
  position: absolute;
  right: 0;
}
.grid .save-view {
  border: 0;
  padding: 0;
  margin: 0;
}
.grid .paginate-region,
.grid .per-page-region,
.grid .viewing-range-region {
  width: 33%;
}
.grid .per-page-region {
  text-align: center;
}
.grid .paginate-layout,
.grid .paginate-region {
  text-align: right;
}
.grid .info-container {
  min-height: 50px;
  text-align: center;
}
.grid {
  background-color: #f5f5f5;
  background: inherit;
  font-weight: 400;
}
.grid .text-right .grid-header-content {
  text-align: right;
}
.grid section.content {
  border: 1px #bbb solid;
  overflow-x: hidden;
  width: 100%;
  margin-top: 4px;
}
.grid .table-layout {
  background-color: #d6dce0;
  overflow: auto;
}
.grid .info-container {
  display: none;
  width: 100% !important;
}
.grid .table {
  min-width: 800px;
  margin-top: 0;
  border: 0;
}
.grid .table tbody td.btn-cell .btn-group > .btn,
.grid
  .table
  tbody
  td.btn-cell
  .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"] {
  padding: 0;
}
.grid .table tbody td.btn-cell .btn-group .btn,
.grid
  .table
  tbody
  td.btn-cell
  .btn-group
  .dashboard-layout
  .widget
  input[type="submit"] {
  border: 0;
}
.grid .table tbody td.btn-cell .btn-group .btn:hover,
.grid
  .table
  tbody
  td.btn-cell
  .btn-group
  .dashboard-layout
  .widget
  input[type="submit"]:hover {
  background: 0 0;
}
.grid .table tbody td.btn-cell .caret {
  border: 0;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 0;
  width: 20px;
  height: 8px;
}
.dashboard-layout .widget .grid .header .btn,
.dashboard-layout
  .widget
  .grid
  .header
  .dashboard-layout
  .widget
  input[type="submit"],
.grid .header .btn,
.grid .header .dashboard-layout .widget input[type="submit"] {
  padding: 6px 15px;
}
.dashboard-layout .widget .grid .header .search-input-wrapper,
.grid .header .search-input-wrapper {
  float: left;
}
.dashboard-layout .widget .grid .header .search-input-wrapper input,
.grid .header .search-input-wrapper input {
  width: 250px;
  max-width: 250px;
}
.dashboard-layout
  .widget
  .grid
  .header
  .search-input-wrapper
  .ui-datepicker-trigger,
.grid .header .search-input-wrapper .ui-datepicker-trigger {
  margin-left: -43px;
}
.dashboard-layout .widget .grid .header .search-input-wrapper .datepicker-label,
.grid .header .search-input-wrapper .datepicker-label {
  display: none;
}
.dashboard-layout .widget .grid .chart-container,
.grid .chart-container {
  overflow-x: auto;
  padding: 0;
  margin: 0 15px;
}
.grid .dropdown-toggle {
  box-shadow: none;
  margin-left: 3px;
}
.grid .open .dropdown-toggle {
  background: 0 0;
  box-shadow: none;
}
.dropdown-menu button:active,
.dropdown-menu button:hover {
  background: 0 0;
  border: 0;
}
.btn-cell .grid-column-menu-trigger {
  display: none;
}
.grid .btn-action {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-primary:hover {
  color: #fff;
  border-color: #369;
  background-color: #369;
}
.btn-default:hover,
.btn-secondary:hover,
.dashboard-layout .widget input[type="submit"]:hover {
  color: #0074bd;
  border-color: #ccc;
  background-color: #ededed;
}
.btn-positive:hover,
.btn-success:hover {
  color: #fff;
  border-color: #83c84d;
  background-color: #83c84d;
}
.btn-primary.disabled,
.btn-primary.loading,
.btn-primary[disabled] {
  color: #fff;
  border-color: #a1c2e1;
  background-color: #a1c2e1;
}
.btn-primary[data-loader]:before {
  color: #fff;
}
.btn-default.disabled,
.btn-default.loading,
.btn-default[disabled],
.btn-secondary.disabled,
.btn-secondary.loading,
.btn-secondary[disabled],
.dashboard-layout .widget input[type="submit"].disabled,
.dashboard-layout .widget input[type="submit"].loading,
.dashboard-layout .widget input[type="submit"][disabled] {
  color: #a1c2e1;
  border-color: #e7e7e7;
  background-color: #fff;
}
.btn-default[data-loader]:before,
.btn-secondary[data-loader]:before,
.dashboard-layout .widget input[type="submit"][data-loader]:before {
  color: #a1c2e1;
}
.btn-link.disabled,
.btn-link.loading,
.btn-link[disabled],
.btn-tertiary.disabled,
.btn-tertiary.loading,
.btn-tertiary[disabled],
.grid .btn-action.disabled,
.grid .btn-action.loading,
.grid .btn-action[disabled] {
  color: #a1c2e1;
}
.btn-link[data-loader]:before,
.btn-tertiary[data-loader]:before,
.grid .btn-action[data-loader]:before {
  color: #a1c2e1;
}
.btn[data-loader],
.dashboard-layout .widget input[type="submit"][data-loader] {
  position: relative;
}
.btn[data-loader]:active,
.dashboard-layout .widget input[type="submit"][data-loader]:active {
  outline: 0 !important;
}
.btn[data-loader]:before,
.dashboard-layout .widget input[type="submit"][data-loader]:before {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 80%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.btn[data-loader]:after,
.dashboard-layout .widget input[type="submit"][data-loader]:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
}
.btn[data-loader].loading,
.dashboard-layout .widget input[type="submit"][data-loader].loading {
  pointer-events: none;
  cursor: not-allowed;
  color: transparent !important;
  text-align: left;
}
.btn[data-loader].loading:before,
.dashboard-layout .widget input[type="submit"][data-loader].loading:before {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  top: 50%;
  opacity: 1;
  margin-left: -10px;
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.nav-tabs,
.workbench-header ul.flat-tab {
  margin-bottom: 10px;
}
.nav-tabs > li,
.workbench-header ul.flat-tab > li {
  margin-bottom: 0;
}
.nav-tabs > li > a,
.workbench-header ul.flat-tab > li > a {
  color: #333;
  padding-bottom: 5px;
  font-weight: 700;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.workbench-header ul.flat-tab > li > a:focus,
.workbench-header ul.flat-tab > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.workbench-header ul.flat-tab > li.active > a,
.workbench-header ul.flat-tab > li.active > a:focus,
.workbench-header ul.flat-tab > li.active > a:hover {
  color: #0074bd;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid #0074bd;
}
.nav-tabs.nav-icons > li > a,
.workbench-header ul.flat-tab.nav-icons > li > a {
  position: relative;
  padding-top: 20px;
}
.nav-tabs.nav-icons span[class^="icon"],
.workbench-header ul.flat-tab.nav-icons span[class^="icon"] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -5px;
  font-size: 16px;
}
.steps {
  position: relative;
  display: inline-block;
  margin: 0 0 42px;
  height: 13px;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.steps.steps-named {
  border-bottom: 0;
}
.steps > li {
  display: inline-block;
  margin: 0 0 0 20px;
  text-align: center;
}
.steps > li:first-child {
  margin-left: 0;
}
.steps > li > a {
  display: inline-block;
  font-size: 13px;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0;
}
.steps > li > a,
.steps > li > a:active,
.steps > li > a:focus,
.steps > li > a:hover {
  text-decoration: none;
}
.steps > li > span {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
.steps > li.active > a {
  color: #fff;
  background: #0472ba;
  border: 0;
}
fieldset {
  margin-bottom: 60px;
}
legend {
  border-bottom: 0;
  margin-bottom: 10px;
  color: #333;
}
label {
  font-size: 13px;
}
label.required > span {
  color: #991216;
}
label.optional {
  display: block;
}
label.optional > span {
  float: right;
  line-height: 20px;
  color: #999;
  font-weight: 400;
}
.form-control-static {
  padding: 0;
  margin-top: -5px;
}
.help-block,
.help-block-focused {
  font-size: 12px;
  color: #999;
}
.help-block-focused {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  top: -1.15384615em;
}
.form-control:focus + .help-block-focused,
.widget-injector select:focus + .help-block-focused {
  opacity: 1;
  max-height: 200px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-left: 0;
}
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  color: #999;
}
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  margin-left: -20px;
}
.checkbox-inline label,
.radio-inline label {
  padding-left: 0;
}
.alert h3 {
  font-size: 16px;
  margin: 0;
}
.alert > span[class^="icon-"] {
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.alert-positive span[class^="icon-"] {
  color: #8db26c;
}
.alert-info span[class^="icon-"] {
  color: #448bc2;
}
.alert-negative span[class^="icon-"],
.alert-warning span[class^="icon-"] {
  color: #991216;
}
.alert .btn-details {
  float: right;
  color: #333;
  text-decoration: none;
  margin-top: -7px;
}
.alert .btn-details > .icon-caret-down,
.alert .btn-details > .icon-caret-up {
  margin-top: 3px;
  margin-right: 3px;
}
.alert .glu-alert-details-region {
  padding-left: 22px;
}
.popover {
  padding: 0;
}
.popover-title {
  border-bottom: 0;
}
.glu-modal .modal {
  display: block;
}
.glu-notification-content,
.modal-content {
  border-radius: 4px;
}
.modal-header {
  padding: 20px;
  background-color: #ededed;
  border: 0;
  border-radius: 4px 4px 0 0;
}
.modal-header .close {
  margin-top: 0;
}
.glu-notification-body,
.modal-body {
  padding: 20px;
}
.modal-footer {
  padding: 10px 20px 20px;
  border: 0;
  text-align: left;
}
.dialog-error .modal-header {
  background-color: #ffcdce;
}
.dialog-error .modal-header span[class^="icon-"] {
  color: #991216;
}
.dialog-warning .modal-header {
  background-color: #fff6d9;
}
.dialog-warning .modal-header span[class^="icon-"] {
  color: #991216;
}
.dialog-success .modal-header {
  background-color: #dfefd7;
}
.dialog-success .modal-header span[class^="icon-"] {
  color: #8db26c;
}
.dialog-info .modal-header {
  background-color: #e7f3fe;
}
.dialog-info .modal-header span[class^="icon-"] {
  color: #448bc2;
}
.modal-header .modal-title {
  font-size: 16px;
}
.modal-header .modal-title span[class^="icon-"] {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
g.tick text {
  font-size: 12px;
  fill: #888;
}
.c3 line {
  stroke-width: 0;
}
.c3 line,
.c3 path {
  stroke: #888;
}
.c3-event-rect {
  cursor: pointer;
}
.c3-tooltip tr {
  border: 0;
}
.c3-tooltip th {
  background-color: #4c4c4c;
}
.c3-tooltip td,
.c3-tooltip th {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0;
}
.tooltip-wrapper {
  display: inline-block;
}
.workbench-header ul.workbench-select {
  position: absolute;
  z-index: 5;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.workbench-header ul.workbench-select i {
  display: none;
  float: right;
}
.workbench-header ul.workbench-select .workbench-tab:hover i {
  display: inline-block;
}
.workbench-header ul.workbench-select .workbench-tab:hover .active i {
  display: none;
}
.workbench-header ul.flat-tab .workbench-tab.active:hover i,
.workbench-header ul.flat-tab i {
  visibility: hidden;
  float: right;
  margin-left: 10px;
}
.workbench-header ul.flat-tab .workbench-tab:hover i {
  visibility: visible;
}
.workbench-header .workbench-select-item {
  padding: 10px 15px;
  cursor: pointer;
}
.dashboard-region-medium {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .dashboard-region-medium {
    float: left;
    width: 50%;
  }
}
.dashboard-region-medium .widget-body,
.dashboard-region-medium iframe {
  height: 350px;
}
.dashboard-region-medium .widget-body {
  overflow: auto;
}
.dashboard-region-medium .widget-image-view img {
  height: 330px;
}
.dashboard-region-large {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .dashboard-region-large {
    float: left;
    width: 100%;
  }
}
.dashboard-region-large .widget-body,
.dashboard-region-large iframe {
  min-height: 350px;
  height: auto;
}
.dashboard-region-large .widget-body {
  overflow-x: auto;
}
.dashboard-region-large .widget-image-view img {
  min-height: 330px;
}
.dashboard-layout {
  clear: both;
  width: auto;
}
.dashboard-layout .widget {
  border: 0;
  position: relative;
}
.dashboard-layout .widget .tools {
  float: right;
}
.dashboard-layout .widget .tools a {
  color: #333;
}
.dashboard-layout .widget menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: -92px;
  margin-left: -69px;
  display: none;
}
.dashboard-layout .widget menu li {
  list-style: none;
}
.dashboard-layout .widget menu a {
  color: #333;
  font-family: Helvetica;
  font-size: 14px;
}
.dashboard-layout .widget menu i {
  padding-right: 10px;
}
.dashboard-layout .widget svg {
  height: 320px;
}
.dashboard-layout .widget .alpha {
  fill: #192a5d;
}
.dashboard-layout .widget .bravo {
  fill: #4c5d88;
}
.dashboard-layout .widget .charlie {
  fill: #c3e5fd;
}
.dashboard-layout .widget .echo {
  fill: #a7aec9;
}
.dashboard-layout .widget-container {
  border: 1px solid #ccc;
  margin: 10px;
  background-color: #f7f7f7;
}
.dashboard-layout .widget-header {
  padding-left: 0;
}
.dashboard-layout .widget-header h3 {
  margin: 0;
  font-size: 16px;
  font-family: Helvetica;
  color: #333;
  float: none;
}
.dashboard-layout .widget-footer:after,
.dashboard-layout .widget-footer:before {
  content: " ";
  display: table;
}
.dashboard-layout .widget-footer:after {
  clear: both;
}
.dashboard-layout .widget-footer:after,
.dashboard-layout .widget-footer:before {
  content: " ";
  display: table;
}
.dashboard-layout .widget-footer:after {
  clear: both;
}
.dashboard-layout .widget-body {
  padding: 15px;
}
.sortable-placeholder {
  border: 2px dashed #337ab7;
  float: left;
  width: 47%;
  margin: 10px;
  height: 387px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.widget-iframe-view iframe {
  width: 100%;
  border: 0;
}
.widget-iframe-view .widget-body {
  padding: 0;
}
.widget-image-view .widget-body {
  padding: 5px;
  padding-top: 0;
}
.widget-injector-select {
  float: right;
  position: relative;
}
form.widget-injector {
  float: right;
}
.workbench-control .widget-injector select {
  width: 200px;
  margin-top: 3px;
  margin-right: 15px;
}
.widget-select-item {
  cursor: pointer;
}
.scheduler {
  display: block;
  margin-bottom: 0;
}
.scheduler fieldset {
  margin-bottom: 0;
}
.scheduler .start-date {
  display: inline-block;
  margin-bottom: 15px;
}
.scheduler .end-by-datepicker-icon,
.scheduler .start-datepicker-icon {
  font-size: 22px;
  color: #1b556f;
  display: inline-block;
  vertical-align: bottom;
}
.scheduler .recurrence-selector > .form-group {
  margin-bottom: 10px;
}
.scheduler .recurrence-selector > .form-group > label {
  display: block;
}
.scheduler .recurrence-repeat {
  display: block;
  margin-bottom: 55px;
}
.scheduler .end-after-occurrences {
  display: inline-block;
  width: 55px;
}
.scheduler .recurrence-label {
  font-weight: 600;
}
.scheduler .recurrence-number {
  width: 70px;
  float: left;
  margin-right: 10px;
}
.scheduler .recurrence-period {
  width: 140px;
  float: left;
}
.scheduler .checkbox-day-selector {
  display: inline-block;
  width: 50px;
}
.scheduler .day-selector-active {
  background-color: #1b5e7e;
  color: #fff;
}
.scheduler .recurrence-monthly,
.scheduler .recurrence-quarterly,
.scheduler .recurrence-weekly {
  display: block;
}
.scheduler .day-selector-label,
.scheduler .quarter-selector-label {
  float: left;
  margin-right: 25px;
}
.scheduler .day-selector-list input[type="checkbox"],
.scheduler .quarter-selector-list input[type="checkbox"] {
  margin-bottom: 10px;
  margin-right: 5px;
}
.scheduler .monthly-basic-label {
  margin-top: 2px;
  margin-bottom: 1px;
  display: block;
}
.scheduler .yearly-dropdown {
  width: 220px;
}
.scheduler .monthly-recurrence-advanced {
  display: inline-block;
  max-width: 600px;
}
.scheduler .monthly-recurrence-basic {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 1px;
}
.scheduler .btn-link,
.scheduler .btn-tertiary,
.scheduler .grid .btn-action {
  padding-left: 0;
}
.scheduler .helper-block {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.scheduler .two-column-layout .recurrence-period {
  width: 174px;
}
@media (min-width: 990px) {
  .scheduler .two-column-layout .start-date {
    float: right;
  }
}
.scheduler .day-selector-dropdown {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.scheduler .day-selector-dropdown .selector-divider {
  line-height: 30px;
  margin-right: 10px;
  float: left;
}
.ui-datepicker {
  text-align: center;
  font:
    900 12px/1em HelveticaNeue-Light,
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Verdana,
    Arial,
    "Lucida Grande",
    sans-serif;
  background: 0 0;
  user-select: none;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 5px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.ui-icon-circle-triangle-e:before {
  content: "\f108";
}
.ui-icon-circle-triangle-e:before {
  content: "\f108";
}
.ui-icon-circle-triangle-w:before {
  content: "\f107";
}
.ui-icon-circle-triangle-w:before {
  content: "\f107";
}
.ui-datepicker-header .ui-icon {
  font-size: 11px;
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-header .ui-state-disabled .ui-icon {
  color: #ccc;
}
.ui-datepicker-calendar thead {
  background: 0 0;
}
.ui-datepicker-calendar thead th {
  text-align: center;
  border: 0 none;
  padding: 0 0 0.2em;
  color: #888;
  height: auto;
  font-size: 0.9em;
}
.ui-datepicker-calendar tbody tr:first-child {
  border-top: 1px solid #ddd;
}
.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #ddd;
}
.ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 -35px;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  outline: transparent none 0;
  text-transform: none;
  font-weight: 400;
  font-size: 1.2em;
}
.ui-datepicker-calendar td:hover {
  background-color: #eee;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
  background-color: transparent;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #eee;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar a:active,
.ui-datepicker-calendar a:hover,
.ui-datepicker-calendar a:visited {
  color: #4f4f4f;
  text-decoration: none;
}
.ui-datepicker-header {
  position: relative;
  padding: 5px 0 15px;
}
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 10px;
  font-family:
    georgia,
    times new roman,
    palatino,
    times,
    bookman,
    serif;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  font-size: 20px;
  cursor: pointer;
  line-height: 10px;
}
.ui-datepicker-header .ui-datepicker-next:disabled,
.ui-datepicker-header .ui-datepicker-prev:disabled {
  color: #aaa;
}
.ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  font-weight: 400;
}
.ui-datepicker-unselectable {
  color: #ccc;
  cursor: default !important;
}
.icon-add-circle,
.icon-add-doc,
.icon-add-solid,
.icon-address-book,
.icon-analytics,
.icon-approve_enrollments,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-start,
.icon-autorule_setup,
.icon-bar-graph,
.icon-batch_case,
.icon-bolt,
.icon-book-with-mark,
.icon-briefcase,
.icon-budget,
.icon-budget-history,
.icon-calendar,
.icon-cancel,
.icon-card,
.icon-caret-down,
.icon-caret-up,
.icon-cases,
.icon-chart-donut,
.icon-chat-bubble,
.icon-checkbox,
.icon-circle,
.icon-circle-arrow,
.icon-circle-close,
.icon-claim-notes,
.icon-claim_offices,
.icon-clip-board,
.icon-collect,
.icon-contacts,
.icon-coverage,
.icon-delete-doc,
.icon-diary,
.icon-disabled,
.icon-discount_categories,
.icon-disposition,
.icon-documents,
.icon-down-arrow,
.icon-download,
.icon-download-doc,
.icon-download-drawer,
.icon-drawer,
.icon-dropdown_language,
.icon-edit-doc,
.icon-enlarge,
.icon-error,
.icon-exclamation-circle,
.icon-exclamation-solid,
.icon-eye,
.icon-filled-mail,
.icon-flag,
.icon-folder,
.icon-folder-minus,
.icon-folder-plus,
.icon-gear,
.icon-grad-cap,
.icon-grid,
.icon-high-volume,
.icon-home,
.icon-image,
.icon-info-circle,
.icon-info-solid,
.icon-insured,
.icon-invoices,
.icon-invoicing,
.icon-key,
.icon-layer,
.icon-lightbulb,
.icon-line,
.icon-list,
.icon-locator,
.icon-lock-folder,
.icon-logout,
.icon-low-volume,
.icon-magnify-minus,
.icon-magnify-plus,
.icon-mail,
.icon-manual_submission,
.icon-medium-grid,
.icon-membership,
.icon-minus,
.icon-minus-circle,
.icon-mobile-phone,
.icon-money-shield,
.icon-monitor,
.icon-multiple-gears,
.icon-multiple-image,
.icon-multiple-person,
.icon-mute,
.icon-network,
.icon-numbers,
.icon-open-envelope,
.icon-open-folder,
.icon-outgoing-payments,
.icon-overview,
.icon-padlock,
.icon-padlock-open,
.icon-paginate-next,
.icon-paginate-prev,
.icon-paper_clip,
.icon-partnerselect,
.icon-payer,
.icon-payments,
.icon-pdf-export,
.icon-pencil,
.icon-phone,
.icon-pie,
.icon-plus,
.icon-pmx-profile,
.icon-power-button,
.icon-print,
.icon-question-circle,
.icon-question-solid,
.icon-quick_pay,
.icon-rates,
.icon-refresh,
.icon-reporting,
.icon-rosette,
.icon-rows,
.icon-save,
.icon-screen-layout,
.icon-search,
.icon-settings,
.icon-shrink,
.icon-single-doc,
.icon-smart-phone,
.icon-solid-circle,
.icon-stack,
.icon-star,
.icon-tablet,
.icon-tasks,
.icon-tick,
.icon-tick-solid,
.icon-time,
.icon-timekeeper,
.icon-tools,
.icon-trash,
.icon-unlock,
.icon-up-arrow,
.icon-upload-drawer,
.icon-user,
.icon-user-delete,
.icon-user-minus,
.icon-user-plus,
.icon-vendors,
.icon-video-camera,
.icon-warning,
.icon-wifi,
.icon-workspace,
.icon-wrench,
.icon-xsl-export,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w,
i.icon,
span.icon {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-circle:before {
  content: "\f101";
}
.icon-add-doc:before {
  content: "\f102";
}
.icon-add-solid:before {
  content: "\f103";
}
.icon-address-book:before {
  content: "\f104";
}
.icon-analytics:before {
  content: "\f105";
}
.icon-approve_enrollments:before {
  content: "\f106";
}
.icon-arrow-left:before,
.ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon:before {
  content: "\f107";
}
.icon-arrow-right:before,
.ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-next
  .ui-icon:before {
  content: "\f108";
}
.icon-arrow-start:before {
  content: "\f109";
}
.icon-autorule_setup:before {
  content: "\f10a";
}
.icon-bar-graph:before {
  content: "\f10b";
}
.icon-batch_case:before {
  content: "\f10c";
}
.icon-bolt:before {
  content: "\f10d";
}
.icon-book-with-mark:before {
  content: "\f10e";
}
.icon-briefcase:before {
  content: "\f10f";
}
.icon-budget-history:before {
  content: "\f110";
}
.icon-budget:before {
  content: "\f111";
}
.icon-calendar:before {
  content: "\f112";
}
.icon-cancel:before {
  content: "\f113";
}
.icon-card:before {
  content: "\f114";
}
.icon-caret-down:before {
  content: "\f115";
}
.icon-caret-up:before {
  content: "\f116";
}
.icon-cases:before {
  content: "\f117";
}
.icon-chart-donut:before {
  content: "\f118";
}
.icon-chat-bubble:before {
  content: "\f119";
}
.icon-checkbox:before {
  content: "\f11a";
}
.icon-circle-arrow:before {
  content: "\f11b";
}
.icon-circle-close:before {
  content: "\f11c";
}
.icon-circle:before {
  content: "\f11d";
}
.icon-claim-notes:before {
  content: "\f11e";
}
.icon-claim_offices:before {
  content: "\f11f";
}
.icon-clip-board:before {
  content: "\f120";
}
.icon-collect:before {
  content: "\f121";
}
.icon-contacts:before {
  content: "\f122";
}
.icon-coverage:before {
  content: "\f123";
}
.icon-delete-doc:before {
  content: "\f124";
}
.icon-diary:before {
  content: "\f125";
}
.icon-disabled:before {
  content: "\f126";
}
.icon-discount_categories:before {
  content: "\f127";
}
.icon-disposition:before {
  content: "\f128";
}
.icon-documents:before {
  content: "\f129";
}
.icon-down-arrow:before {
  content: "\f12a";
}
.icon-download-doc:before {
  content: "\f12b";
}
.icon-download-drawer:before {
  content: "\f12c";
}
.icon-download:before {
  content: "\f12d";
}
.icon-drawer:before {
  content: "\f12e";
}
.icon-dropdown_language:before {
  content: "\f12f";
}
.icon-edit-doc:before {
  content: "\f130";
}
.icon-enlarge:before {
  content: "\f131";
}
.icon-error:before {
  content: "\f132";
}
.icon-exclamation-circle:before {
  content: "\f133";
}
.icon-exclamation-solid:before {
  content: "\f134";
}
.icon-eye:before {
  content: "\f135";
}
.icon-filled-mail:before {
  content: "\f136";
}
.icon-flag:before {
  content: "\f137";
}
.icon-folder-minus:before {
  content: "\f138";
}
.icon-folder-plus:before {
  content: "\f139";
}
.icon-folder:before {
  content: "\f13a";
}
.icon-gear:before {
  content: "\f13b";
}
.icon-grad-cap:before {
  content: "\f13c";
}
.icon-grid:before {
  content: "\f13d";
}
.icon-high-volume:before {
  content: "\f13e";
}
.icon-home:before {
  content: "\f13f";
}
.icon-image:before {
  content: "\f140";
}
.icon-info-circle:before {
  content: "\f141";
}
.icon-info-solid:before {
  content: "\f142";
}
.icon-insured:before {
  content: "\f143";
}
.icon-invoices:before {
  content: "\f144";
}
.icon-invoicing:before {
  content: "\f145";
}
.icon-key:before {
  content: "\f146";
}
.icon-layer:before {
  content: "\f147";
}
.icon-lightbulb:before {
  content: "\f148";
}
.icon-line:before {
  content: "\f149";
}
.icon-list:before {
  content: "\f14a";
}
.icon-locator:before {
  content: "\f14b";
}
.icon-lock-folder:before {
  content: "\f14c";
}
.icon-logout:before {
  content: "\f14d";
}
.icon-low-volume:before {
  content: "\f14e";
}
.icon-magnify-minus:before {
  content: "\f14f";
}
.icon-magnify-plus:before {
  content: "\f150";
}
.icon-mail:before {
  content: "\f151";
}
.icon-manual_submission:before {
  content: "\f152";
}
.icon-medium-grid:before {
  content: "\f153";
}
.icon-membership:before {
  content: "\f154";
}
.icon-minus-circle:before {
  content: "\f155";
}
.icon-minus:before {
  content: "\f156";
}
.icon-mobile-phone:before {
  content: "\f157";
}
.icon-money-shield:before {
  content: "\f158";
}
.icon-monitor:before {
  content: "\f159";
}
.icon-multiple-gears:before {
  content: "\f15a";
}
.icon-multiple-image:before {
  content: "\f15b";
}
.icon-multiple-person:before {
  content: "\f15c";
}
.icon-mute:before {
  content: "\f15d";
}
.icon-network:before {
  content: "\f15e";
}
.icon-numbers:before {
  content: "\f15f";
}
.icon-open-envelope:before {
  content: "\f160";
}
.icon-open-folder:before {
  content: "\f161";
}
.icon-outgoing-payments:before {
  content: "\f162";
}
.icon-overview:before {
  content: "\f163";
}
.icon-padlock-open:before {
  content: "\f164";
}
.icon-padlock:before {
  content: "\f165";
}
.icon-paginate-next:before {
  content: "\f166";
}
.icon-paginate-prev:before {
  content: "\f167";
}
.icon-paper_clip:before {
  content: "\f168";
}
.icon-partnerselect:before {
  content: "\f169";
}
.icon-payer:before {
  content: "\f16a";
}
.icon-payments:before {
  content: "\f16b";
}
.icon-pdf-export:before {
  content: "\f16c";
}
.icon-pencil:before {
  content: "\f16d";
}
.icon-phone:before {
  content: "\f16e";
}
.icon-pie:before {
  content: "\f16f";
}
.icon-plus:before {
  content: "\f170";
}
.icon-pmx-profile:before {
  content: "\f171";
}
.icon-power-button:before {
  content: "\f172";
}
.icon-print:before {
  content: "\f173";
}
.icon-question-circle:before {
  content: "\f174";
}
.icon-question-solid:before {
  content: "\f175";
}
.icon-quick_pay:before {
  content: "\f176";
}
.icon-rates:before {
  content: "\f177";
}
.icon-refresh:before {
  content: "\f178";
}
.icon-reporting:before {
  content: "\f179";
}
.icon-rosette:before {
  content: "\f17a";
}
.icon-rows {
  visibility: hidden;
}
.icon-rows:before {
  content: "\f17b";
}
.icon-save:before {
  content: "\f17c";
}
.icon-screen-layout:before {
  content: "\f17d";
}
.icon-search:before {
  content: "\f17e";
}
.icon-settings:before {
  content: "\f17f";
}
.icon-shrink:before {
  content: "\f180";
}
.icon-single-doc:before {
  content: "\f181";
}
.icon-smart-phone:before {
  content: "\f182";
}
.icon-solid-circle:before {
  content: "\f183";
}
.icon-stack:before {
  content: "\f184";
}
.icon-star:before {
  content: "\f185";
}
.icon-tablet:before {
  content: "\f186";
}
.icon-tasks:before {
  content: "\f187";
}
.icon-tick-solid:before {
  content: "\f188";
}
.icon-tick:before {
  content: "\f189";
}
.icon-time:before {
  content: "\f18a";
}
.icon-timekeeper:before {
  content: "\f18b";
}
.icon-tools:before {
  content: "\f18c";
}
.icon-trash:before {
  content: "\f18d";
}
.icon-unlock:before {
  content: "\f18e";
}
.icon-up-arrow:before {
  content: "\f18f";
}
.icon-upload-drawer:before {
  content: "\f190";
}
.icon-user-delete:before {
  content: "\f191";
}
.icon-user-minus:before {
  content: "\f192";
}
.icon-user-plus:before {
  content: "\f193";
}
.icon-user:before {
  content: "\f194";
}
.icon-vendors:before {
  content: "\f195";
}
.icon-video-camera:before {
  content: "\f196";
}
.icon-warning:before {
  content: "\f197";
}
.icon-wifi:before {
  content: "\f198";
}
.icon-workspace:before {
  content: "\f199";
}
.icon-wrench:before {
  content: "\f19a";
}
.icon-xsl-export:before {
  content: "\f19b";
}
@-moz-keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.icon-state-bounce {
  -moz-animation: icon-bounce 2s infinite;
  -webkit-animation: icon-bounce 2s infinite;
  animation: icon-bounce 2s infinite;
}
.icon-state-spin {
  animation-duration: 1s;
  animation-name: icon-spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes icon-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.center {
  text-align: center !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clickable {
  cursor: pointer;
}
.scrollY {
  overflow-y: scroll;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden !important;
}
.inline-block {
  display: inline-block !important;
}
.valign-top {
  vertical-align: top;
}
.fixed {
  position: fixed !important;
}
.js .glu-noscript {
  display: none;
}
.js .no-cookies .glu-cookies {
  display: block !important;
}
.js.lt-ie9 .glu-oldie {
  display: block !important;
}
.glu .glu-alert {
  display: none;
}
.glu .glu-alert .alert {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #cfcfcf;
}
.glu .glu-alert .close {
  margin-top: -1px;
}
.glu .glu-content {
  display: none;
}
.glu .glu-progress {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.glu .glu-progress > .progress {
  margin: 0;
}
.glu .glu-progress-message {
  text-align: center;
  margin: 6px 0 0;
  color: #666;
  font-size: 13px;
}
.glu .glu-loader {
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
}
.glu .glu-cookies,
.glu .glu-oldie {
  display: none;
}
.glu-content-loading {
  margin-top: 40px;
}
.glu-content-loading > img {
  margin: 0 auto;
  display: block;
}
.glu-screen-manager {
  position: absolute;
  left: -4000px;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.5, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: linear-gradient(to top, #eee 0, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.9, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: linear-gradient(to bottom, #eee 0, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(../images/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #ccc;
  border-top: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ccc;
}
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  padding-top: 2px;
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: linear-gradient(to top, #ccc 0, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/select2.png) no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(../images/select2.png) no-repeat 100% -22px;
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(../images/select2.png) no-repeat -37px -22px;
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url(../images/select2-spinner.gif) no-repeat 100%;
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: linear-gradient(to top, #fff 0, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ccc;
  border-top-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #369;
  color: #f7f7f7;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: 0 0;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f7f7f7;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f7f7f7;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f7f7f7;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f7f7f7 url(../images/select2-spinner.gif) no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f7f7f7;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f7f7f7;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #333;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0 !important;
}
.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff url(../images/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ccc;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    to bottom,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}
html[dir="rtl"]
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ccc;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: 0;
  background: url(../images/select2.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #ccc;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-image: none;
  background-color: #ccc;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: 0;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 2dppx) {
  .select2-container .select2-choice .select2-arrow b,
  .select2-container .select2-choice abbr,
  .select2-search input,
  .select2-search-choice-close {
    background-image: url(../images/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.form-control .select2-choice,
.widget-injector select .select2-choice {
  border: 0;
  border-radius: 2px;
}
.form-control .select2-choice .select2-arrow,
.widget-injector select .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}
.form-control.select2-container,
.widget-injector select.select2-container {
  height: auto !important;
  padding: 0;
}
.form-control.select2-container.select2-dropdown-open,
.widget-injector select.select2-container.select2-dropdown-open {
  border-color: #ccc;
  border-radius: 3px 3px 0 0;
}
.form-control .select2-container.select2-dropdown-open .select2-choices,
.widget-injector
  select
  .select2-container.select2-dropdown-open
  .select2-choices {
  border-radius: 3px 3px 0 0;
}
.form-control.select2-container .select2-choices,
.widget-injector select.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.warning
  .select2-dropdown-open.select2-drop-above
  .select2-choice,
.control-group.warning
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #c93 !important;
}
.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #c93 !important;
  background: #fcf8e3 !important;
}
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #900 !important;
}
.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #900 !important;
  background: #fcc !important;
}
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ccc !important;
}
.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #ccc !important;
  background: #fff !important;
}
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.success
  .select2-dropdown-open.select2-drop-above
  .select2-choice,
.control-group.success
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #693 !important;
}
.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #693 !important;
  background: #dff0d8 !important;
}
.select2-results .select2-highlighted {
  background-color: #ccc;
  color: #333;
}
.form-control.select2-container.select2-dropdown-open,
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.widget-injector select.select2-container.select2-dropdown-open {
  border-color: #aaa;
}
.select2-container .select2-choice {
  background: #fff;
}
.select2-container .select2-choice .select2-arrow {
  background-image: linear-gradient(#fff, #f2f2f2);
  width: 27px;
}
.select2-container .select2-choice .select2-arrow b {
  background: url(../images/select2.png) no-repeat 5px 1px;
}
.select2-drop-active {
  border: 2px solid #ccc;
  border-top-width: 1px;
}
.select2-search {
  margin-top: 5px;
}
.select2-search input {
  background: url(../images/select2.png) no-repeat 100% -22px;
}
input.input-date {
  min-width: 200px;
  padding: 4px;
}
.ui-datepicker {
  text-align: center;
  background: 0 0;
  user-select: none;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 5px 0;
  box-shadow: none;
  display: none;
}
.ui-datepicker-trigger {
  width: 25px;
  height: 30px;
  font-size: 24px;
  color: #369;
  cursor: pointer;
}
.ui-daterangepickercontain {
  position: absolute;
  z-index: 999;
  overflow: hidden;
}
.ui-daterangepickercontain .ui-daterangepicker {
  padding: 0 10px 10px;
  width: auto;
  clear: left;
}
.ui-daterangepickercontain .ui-daterangepicker .icon-arrow-left,
.ui-daterangepickercontain .ui-daterangepicker .icon-arrow-right,
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-next
  .ui-icon,
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon {
  font-size: 12px;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content {
  background-color: #fff;
  width: 10em;
  border: 1px solid #ccc;
  padding: 10px 0;
  list-style: none outside none;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content li {
  padding-left: 10px;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content li a {
  text-decoration: none;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content li span {
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  ul.ui-widget-content
  li.ui-state-active {
  background-color: #f7f7f7;
}
.ui-daterangepickercontain .ui-daterangepicker .ranges {
  width: auto;
  position: relative;
  padding: 18px 8px 50px;
  margin-left: -1px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
}
.ui-daterangepickercontain .ui-daterangepicker .btnDone {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-right: 15px;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline {
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 5px 10px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  .ui-datepicker-title
  select {
  border: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  text-align: right;
  margin-right: 5px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  .ui-datepicker-month {
  background: url(../images/icons/dropdown.png) 79px 2px no-repeat;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  .ui-datepicker-year {
  background: url(../images/icons/dropdown.png) 40px 2px no-repeat;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline div a {
  width: 16px;
  height: 16px;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline table {
  font-size: 12px;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline table a {
  padding: 8px 9px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  table
  a.ui-state-active {
  background-color: #369;
  color: #fff;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  table
  td
  span {
  padding: 3px 5px;
}
.ui-daterangepickercontain .ui-datepicker-header {
  position: relative;
  padding: 5px 0 15px;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: -10px;
  top: 7px;
  font-family: icons;
  text-decoration: none;
  color: #111;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next:disabled,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-prev:disabled {
  color: #aaa;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 15px;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  font-weight: 400;
}
.ui-daterangepickercontain .ui-datepicker-header .prev-text {
  margin: 3px;
}
.ui-daterangepickercontain .ui-datepicker-header .next-text {
  margin: 0;
}
.ui-daterangepickercontain .ui-datepicker-calendar thead {
  background: 0 0;
}
.ui-daterangepickercontain .ui-datepicker-calendar thead th {
  text-align: center;
  border: 0 none;
  padding: 0 0 0.2em;
  color: #999;
  height: auto;
  font-size: 0.9em;
}
.ui-daterangepickercontain .ui-datepicker-calendar td {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  outline: transparent none 0;
  text-transform: none;
}
.ui-daterangepickercontain .ui-datepicker-calendar td:hover {
  background-color: #eee;
}
.ui-daterangepickercontain
  .ui-datepicker-calendar
  td.ui-datepicker-unselectable:hover {
  background-color: transparent;
}
.ui-daterangepickercontain
  .ui-datepicker-calendar
  td.ui-datepicker-current-day {
  background: #369;
}
.ui-daterangepickercontain
  .ui-datepicker-calendar
  td.ui-datepicker-current-day
  a {
  color: #fff;
}
.ui-daterangepickercontain .ui-datepicker-calendar a,
.ui-daterangepickercontain .ui-datepicker-calendar a:active,
.ui-daterangepickercontain .ui-datepicker-calendar a:hover,
.ui-daterangepickercontain .ui-datepicker-calendar a:visited {
  text-decoration: none;
}
.ui-daterangepickercontain .ui-datepicker-calendar .ui-datepicker-unselectable {
  color: #ccc;
  cursor: default !important;
}
.ui-daterangepicker .range-end,
.ui-daterangepicker .range-start,
.ui-daterangepicker .ranges,
.ui-daterangepicker ul {
  float: left;
  padding: 0;
  margin: 0;
}
.no-range-select .ui-daterangepickercontain ul.ui-widget-content {
  display: none;
}
.no-range-select .ui-daterangepickercontain .ranges {
  margin-left: 0;
  margin-top: 0;
  padding: 18px 8px;
}
.ui-daterangepicker .title-end,
.ui-daterangepicker .title-start {
  display: none;
}
.ui-daterangepicker-specificDate {
  margin-top: 20px;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ui-daterangepickercontain
    .ui-daterangepicker
    .ui-datepicker-inline
    .ui-datepicker-title
    select {
    background: transparent url(../images/icons/dropdown.png) no-repeat;
    direction: rtl;
    border-radius: 0;
  }
  .ui-daterangepickercontain
    .ui-daterangepicker
    .ui-datepicker-inline
    .ui-datepicker-title
    .ui-datepicker-month {
    background-position: 71px 2px;
    padding-right: 20px;
  }
  .ui-daterangepickercontain
    .ui-daterangepicker
    .ui-datepicker-inline
    .ui-datepicker-title
    .ui-datepicker-year {
    background-position: 35px 2px;
    min-width: 48px;
    padding-right: 17px;
  }
}
.file-upload {
  border: 1px dashed #ccc;
  margin: 0 auto;
}
.file-upload.dropped .dropzone {
  padding: 20px !important;
}
.file-upload .status {
  background: #369;
  color: #fff;
  padding: 10px;
  line-height: 26px;
  display: table;
  width: 100%;
}
.file-upload .status .status-cell {
  display: table-cell;
  vertical-align: middle;
}
.file-upload .status.error {
  background-color: #900;
}
.file-upload .status.error .cancel-transaction {
  display: none !important;
}
.file-upload .status.success {
  background-color: #693;
}
.file-upload .status.success .transaction-count {
  display: block !important;
}
.file-upload .status.success .cancel-transaction {
  display: none !important;
}
.file-upload .status .status-icon {
  font-size: 24px;
  line-height: 24px;
  vertical-align: top;
}
.file-upload .status .message {
  vertical-align: top;
  padding-left: 5px;
}
.file-upload .status .filename {
  text-align: right;
}
.file-upload .status .transaction-count {
  display: none;
}
.file-upload .status .cancel-transaction {
  border: 1px solid transparent;
  padding: 0 20px;
  background-color: #ccc;
  color: #369;
  margin-left: 5px;
}
.file-upload .dropzone {
  text-align: center;
  padding: 40px 20px;
}
.file-upload .dropzone input[type="file"] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.file-upload .dropzone.in {
  background-color: #900;
}
.file-upload .dropzone.in.hover {
  background-color: #f7f7f7;
}
.file-upload .dropzone.no-dnd .dnd-support {
  display: none;
}
.file-upload .dropzone.no-dnd input[type="file"] {
  width: 200px;
  height: auto;
  margin: 0 auto;
  visibility: visible !important;
}
.date-picker-file-upload {
  margin: 15px 0;
}
.date-picker-file-upload .file-upload-date-picker {
  display: inline-block;
  width: 37%;
  border: #ccc;
  font-weight: 500;
  height: 30px;
  border-radius: 2px;
}
.action-bar {
  background-color: #f7f7f7;
  padding: 5px 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 0 rgba(200, 200, 200, 0.2);
  position: fixed;
  z-index: 960;
  bottom: 0;
  left: 0;
  right: 0;
}
.action-bar .btn,
.action-bar .btn-group,
.action-bar .dashboard-layout .widget input[type="submit"] {
  margin-right: 15px;
}
.action-bar .btn-group > .btn,
.action-bar .btn-group > .dashboard-layout .widget input[type="submit"] {
  margin-right: 0;
}
.application-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.application-header .container,
.application-header .dashboard-layout,
.application-header .workbench {
  position: relative;
}
.application-header .logo {
  background: url(../images/logo.png) no-repeat;
  display: block;
  height: 30px;
  margin: 12px 0 8px 5px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 86px;
}
.application-header h1 {
  margin: 0 0 0 10px;
}
body,
html {
  height: 100%;
}
.glu-base-nav div[data-region="menuHeader"] {
  z-index: 950;
}
.glu-base-nav div[data-region="userMenuHeader"] {
  display: block;
}
div[role="main"] {
  height: 100%;
}
nav.glu-menu ul {
  list-style-type: none;
}
nav.glu-menu ul.top {
  margin: 0;
  padding: 0;
}
nav.glu-menu a,
nav.glu-menu a:hover {
  text-decoration: none;
}
nav.glu-menu .menu-focus,
nav.glu-menu:focus {
  outline: 0;
}
nav.glu-menu .parent,
nav.glu-menu [class^="item-"] {
  position: relative;
}
nav.glu-menu .parent > [class^="item-"] i[class^="icon-"],
nav.glu-menu .parent > [class^="item-"] span[class^="icon-"] {
  margin-right: 5px;
}
nav.glu-menu .parent > [class^="item-"] .caret {
  margin-left: 5px;
}
nav.glu-menu .parent > .dropdown {
  list-style-type: none;
  margin: -1px 0 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
nav.glu-menu .parent > .dropdown[aria-hidden="false"] {
  display: block;
}
nav.glu-menu .parent > .dropdown[aria-hidden="true"] {
  display: none;
}
nav.glu-menu .parent > .dropdown .item-separator {
  font-weight: 700;
}
nav.glu-menu .toggle {
  display: none;
}
nav.glu-menu .toggle .btn,
nav.glu-menu .toggle .dashboard-layout .widget input[type="submit"] {
  padding: 0;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  nav.glu-menu .parent > .dropdown {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    position: absolute;
    width: 225px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"] {
    display: block;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 2px 20px 2px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  nav.glu-menu {
    background-color: #222;
  }
  nav.glu-menu .toggle {
    display: block;
  }
  nav.glu-menu .parent > [class^="item-"] {
    border-top: 1px solid #333;
    border-bottom: 1px solid #080808;
    color: #f2f2f2;
    display: block;
    font-size: 0;
    padding: 16px 20px;
  }
  nav.glu-menu .parent > [class^="item-"].active,
  nav.glu-menu .parent > [class^="item-"].dd-open,
  nav.glu-menu .parent > [class^="item-"].menu-focus,
  nav.glu-menu .parent > [class^="item-"].menu-hover {
    background-color: #080808;
    border-top: 1px solid #080808;
    color: #fff;
  }
  nav.glu-menu .parent > .dropdown {
    background-color: #080808;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"] {
    color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-focus,
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-hover {
    background-color: #222;
    color: #fff;
  }
  nav.glu-menu.open {
    min-width: 200px;
    width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  nav.glu-menu.open ul {
    position: relative;
    width: 100%;
  }
  nav.glu-menu.open .parent > [class^="item-"] {
    display: block;
    font-size: 100%;
    padding: 16px 20px;
  }
  nav.glu-menu.open .parent > [class^="item-"].dd-open,
  nav.glu-menu.open .parent > [class^="item-"].menu-focus,
  nav.glu-menu.open .parent > [class^="item-"].menu-hover {
    color: #fff;
  }
  nav.glu-menu.open .parent > .dropdown {
    margin: 0;
    padding: 0;
    position: static;
  }
  nav.glu-menu.open .parent > .dropdown:before {
    display: none;
  }
  nav.glu-menu.open .parent > .dropdown [class^="item-"] {
    display: block;
    padding-left: 40px;
  }
  nav.glu-menu.open .parent > .dropdown [class^="item-"].menu-focus,
  nav.glu-menu.open .parent > .dropdown [class^="item-"].menu-hover {
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  nav.glu-menu {
    background-color: #f8f8f8;
    width: 100%;
  }
  nav.glu-menu .parent {
    display: inline-block;
    float: left;
  }
  nav.glu-menu .parent > [class^="item-"] {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: block;
    padding: 13px 20px;
  }
  nav.glu-menu .parent > [class^="item-"].dd-open,
  nav.glu-menu .parent > [class^="item-"].menu-focus,
  nav.glu-menu .parent > [class^="item-"].menu-hover {
    background-color: #f8f8f8;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    color: #333;
    z-index: 950;
  }
  nav.glu-menu .parent > .dropdown {
    background-color: #f8f8f8;
    padding-bottom: 10px;
  }
  nav.glu-menu .parent > .dropdown[aria-hidden="false"] {
    border: 1px solid #e7e7e7;
    box-shadow: 0 5px 5px #e7e7e7;
    top: calc(98%);
    z-index: 940;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"] {
    color: #777;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-focus,
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-hover {
    background-color: #080808;
    color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.glu-menu {
    width: 60px;
    height: 100%;
  }
  nav.glu-menu .toggle {
    border-top: 1px solid #333;
    border-bottom: 1px solid #080808;
  }
  nav.glu-menu .parent > [class^="item-"] {
    font-size: 0;
  }
  nav.glu-menu .parent > [class^="item-"] .caret {
    display: none;
  }
  nav.glu-menu .parent > .dropdown {
    background-color: #080808;
    margin-top: -60px;
    margin-left: calc(120%);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  nav.glu-menu .parent > .dropdown:before {
    border-color: transparent #080808 transparent transparent;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 35px;
    width: 0;
  }
  nav.glu-menu.open .parent > [class^="item-"] .caret {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  nav.glu-menu {
    width: 0;
    overflow: hidden;
  }
}
.glu-switch {
  position: relative;
  overflow: hidden;
}
.glu-switch span {
  display: inline-block;
  vertical-align: middle;
}
.glu-switch input {
  position: absolute;
  margin-left: -9999px;
  opacity: 0;
}
.glu-switch input + label {
  background-color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 48px;
  padding: 2px;
  position: relative;
  outline: 0;
  vertical-align: middle;
  width: 96px;
}
.glu-switch input + label:after,
.glu-switch input + label:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  font-size: 14px;
}
.glu-switch input + label:before {
  right: 1px;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  content: attr(data-off);
  text-align: right;
  transition: background 0.25s;
}
.glu-switch input + label:after {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  content: "";
  transition: margin 0.25s;
  width: 46px;
}
.glu-switch input.checked + label:before {
  background-color: #693;
  color: #fff;
  content: attr(data-on);
  text-align: left;
}
.glu-switch input.checked + label:after {
  margin-left: 48px;
}
.glu-switch input:checked + label:before {
  background-color: #693;
  color: #fff;
  content: attr(data-on);
  text-align: left;
}
.glu-switch input:checked + label:after {
  margin-left: 48px;
}
.glu-switch input:focus + label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.glu-switch.switch-round input + label {
  border-radius: 48px;
}
.glu-switch.switch-round input + label:before {
  border-radius: 48px;
  padding: 13px 13px 0;
}
.glu-switch.switch-round input + label:after {
  border-radius: 100%;
}
.glu-switch.switch-square input + label:before {
  padding: 13px 13px 0;
}
.glu-notification-layer {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  right: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .glu-notification-layer {
    float: left;
    width: 25%;
  }
}
.glu-notification-layer p {
  padding: 10px;
}
.glu-notification-content {
  padding: 5px;
}
.glu-notification-content .close {
  font-size: 12px;
}
.glu-notification-success .glu-notification-content {
  background-color: #dfefd7;
  border-color: #8db26c;
}
.glu-notification-success p {
  color: #333;
}
.glu-notification-danger .glu-notification-content {
  background-color: #ffcdce;
  border-color: #991216;
}
.glu-notification-danger p {
  color: #333;
}
.glu-notification-info .glu-notification-content {
  background-color: #e7f3fe;
  border-color: #448bc2;
}
.glu-notification-info p {
  color: #333;
}
.glu-notification-warning .glu-notification-content {
  background-color: #fff6d9;
  border-color: #fdd050;
}
.glu-notification-warning p {
  color: #333;
}
.c3 svg {
  font: 10px sans-serif;
}
.c3 line,
.c3 path {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #ccc;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #fff;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
@media print {
  body {
    background: #fff;
  }
  #nav,
  .document-options,
  .nav-tabs,
  .page-headline,
  .widget::before,
  .workbench-header ul.flat-tab {
    display: none;
  }
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-left: 0;
}
.widget-body .nav-tabs,
.widget-body .workbench-header ul.flat-tab {
  margin-bottom: 20px;
}
.table {
  table-layout: fixed;
}
.table > tbody > tr > td {
  white-space: normal;
  vertical-align: middle;
}
.table > tbody > tr.active > td {
  background-color: #ddd;
}
.table-fixed-height-wrapper {
  max-height: 300px;
  overflow: auto;
}
.table-fixed-height-wrapper .table {
  margin-bottom: 0;
}
.table-scroll-wrapper {
  overflow: auto;
}
.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper > a {
  position: absolute;
  top: 8px;
  right: 10px;
}
.datepicker-wrapper input::-ms-clear {
  display: none;
}
.datepicker-wrapper-2 {
  position: relative;
}
.datepicker-wrapper-2 > a {
  position: absolute;
  top: 5px;
  right: 8px;
}
.datepicker-wrapper-2 input::-ms-clear {
  display: none;
}
input[type="file"].form-control,
input[type="file"].widget-injector select {
  border: 0;
  padding-left: 0;
  padding-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .form-group > label {
  margin-top: 6px;
}
.form-horizontal .form-group > div .form-control-static {
  margin-top: 6px;
  margin-bottom: -11px;
}
.icon-rows {
  visibility: hidden;
}
.signinlogo {
        width: 280px;
    height: 70px;
    background-image: url(/common/images/bottomlinelogo-corner.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.cornerlogo {
    width: 210px;
    height: 33px;
    background-image: url(/common/images/bottomlinelogo-corner.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -3px;
    padding-bottom: 0;
    display: block;
    vertical-align: middle;
    border: 0;
}
.table-col-home-subs-new {
  width: 65px;
  max-width: 65px;
}
.table-col-home-subs-updated {
  width: 160px;
  max-width: 160px;
}
.table-col-home-inbox-img {
  width: 55px;
  max-width: 55px;
}
.table-col-results-customize {
  width: 100px;
  max-width: 100px;
}
.table-col-upload-value {
  width: 225px;
  max-width: 225px;
}
.table-col-cats-inbox-img {
  width: 60px;
  max-width: 60px;
}
.table-col-cats-index-name {
  width: 170px;
  max-width: 170px;
}
.table-col-cats-display-name {
  width: 170px;
  max-width: 170px;
}
.table-col-cats-data-type {
  width: 150px;
  max-width: 150px;
}
.table-col-cats-length {
  width: 82px;
  max-width: 82px;
}
.table-col-cats-order {
  width: 75px;
  max-width: 75px;
}
.table-col-cats-sort {
  width: 66px;
  max-width: 66px;
}
.table-col-cats-backfill {
  width: 74px;
  max-width: 74px;
}
.table-col-cats-delete {
  width: 80px;
  max-width: 80px;
}
.table-col-results {
  width: 100px;
}
.table-col-runtime-server-img {
  width: 65px;
  max-width: 65px;
}
.table-col-runtime-server-state {
  width: 115px;
  max-width: 115px;
}
.table-col-status-img {
  width: 100px;
  max-width: 100px;
}
.table-col-status-type {
  width: 100px;
  max-width: 100px;
}
.table-col-status-log {
  width: 200px;
  max-width: 200px;
}
.table-col-status-state {
  width: 100px;
  max-width: 100px;
}
.table-col-status-progress {
  width: 100px;
  max-width: 100px;
}
fieldset {
  margin-bottom: 0;
}
legend {
  border-bottom: 0;
  margin-bottom: 10px;
  color: #333;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dashboard-layout .widget input[type="submit"] > .caret,
  .dropup > .btn > .caret,
  .dropup > .dashboard-layout .widget input[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ededed;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0074bd;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #369;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ededed;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #ccc;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ededed;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ededed;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4c4c4c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.dashboard-layout,
.workbench {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .dashboard-layout,
  .workbench {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .dashboard-layout,
  .workbench {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .dashboard-layout,
  .workbench {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: #fff;
}
caption {
  padding-top: 11px 20px;
  padding-bottom: 11px 20px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 11px 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ededed;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4c4c4c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.dashboard-layout .widget input[type="password"],
.dashboard-layout .widget input[type="text"],
.form-control,
.widget-injector select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.widget-injector select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.widget-injector select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.widget-injector select:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
.widget-injector select::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
.widget-injector select[disabled],
.widget-injector select[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .widget-injector select {
  background-color: #ededed;
  opacity: 1;
}
.form-control[disabled],
.widget-injector select[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .widget-injector select {
  cursor: not-allowed;
}
textarea.form-control,
textarea.widget-injector select {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"] {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control,
.form-group-sm .widget-injector select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control,
select.form-group-sm .widget-injector select {
  height: 30px;
  line-height: 30px;
}
select[multiple].form-group-sm .form-control,
select[multiple].form-group-sm .widget-injector select,
textarea.form-group-sm .form-control,
textarea.form-group-sm .widget-injector select {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control,
.form-group-lg .widget-injector select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control,
select.form-group-lg .widget-injector select {
  height: 46px;
  line-height: 46px;
}
select[multiple].form-group-lg .form-control,
select[multiple].form-group-lg .widget-injector select,
textarea.form-group-lg .form-control,
textarea.form-group-lg .widget-injector select {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .widget-injector select {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .help-block-focused,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success .widget-injector select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .widget-injector select:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .help-block-focused,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .widget-injector select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .widget-injector select:focus {
  border-color: #66512c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .help-block-focused,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .widget-injector select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .widget-injector select:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block,
.help-block-focused {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .widget-injector select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .widget-injector select {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .widget-injector select {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.dashboard-layout .widget input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  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,
.dashboard-layout .widget input[type="submit"].active.focus,
.dashboard-layout .widget input[type="submit"].active:focus,
.dashboard-layout .widget input[type="submit"].focus,
.dashboard-layout .widget input[type="submit"]:active.focus,
.dashboard-layout .widget input[type="submit"]:active:focus,
.dashboard-layout .widget input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover,
.dashboard-layout .widget input[type="submit"].focus,
.dashboard-layout .widget input[type="submit"]:focus,
.dashboard-layout .widget input[type="submit"]:hover {
  color: #0074bd;
  text-decoration: none;
}
.btn.active,
.btn:active,
.dashboard-layout .widget input[type="submit"].active,
.dashboard-layout .widget input[type="submit"]:active {
  outline: 0;
  background-image: none;
  -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],
.dashboard-layout .widget input[type="submit"].disabled,
.dashboard-layout .widget input[type="submit"][disabled],
fieldset[disabled] .btn,
fieldset[disabled] .dashboard-layout .widget input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default,
.btn-secondary,
.dashboard-layout .widget input[type="submit"] {
  color: #0074bd;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.dashboard-layout .widget input[type="submit"].active,
.dashboard-layout .widget input[type="submit"].focus,
.dashboard-layout .widget input[type="submit"]:active,
.dashboard-layout .widget input[type="submit"]:focus,
.dashboard-layout .widget input[type="submit"]:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.dashboard-layout .widget input[type="submit"] {
  color: #0074bd;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.btn-secondary.active,
.btn-secondary:active,
.dashboard-layout .widget input[type="submit"].active,
.dashboard-layout .widget input[type="submit"]:active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.dashboard-layout .widget input[type="submit"] {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
.dashboard-layout .widget input[type="submit"].disabled,
.dashboard-layout .widget input[type="submit"].disabled.active,
.dashboard-layout .widget input[type="submit"].disabled.focus,
.dashboard-layout .widget input[type="submit"].disabled:active,
.dashboard-layout .widget input[type="submit"].disabled:focus,
.dashboard-layout .widget input[type="submit"].disabled:hover,
.dashboard-layout .widget input[type="submit"][disabled],
.dashboard-layout .widget input[type="submit"][disabled].active,
.dashboard-layout .widget input[type="submit"][disabled].focus,
.dashboard-layout .widget input[type="submit"][disabled]:active,
.dashboard-layout .widget input[type="submit"][disabled]:focus,
.dashboard-layout .widget input[type="submit"][disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .dashboard-layout .widget input[type="submit"],
fieldset[disabled] .dashboard-layout .widget input[type="submit"].active,
fieldset[disabled] .dashboard-layout .widget input[type="submit"].focus,
fieldset[disabled] .dashboard-layout .widget input[type="submit"]:active,
fieldset[disabled] .dashboard-layout .widget input[type="submit"]:focus,
fieldset[disabled] .dashboard-layout .widget input[type="submit"]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge,
.btn-secondary .badge,
.dashboard-layout .widget input[type="submit"] .badge {
  color: #fff;
  background-color: #0074bd;
}
.btn-primary {
  color: #fff;
  background-color: #0074bd;
  border-color: #0074bd;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00558a;
  border-color: #004e80;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0074bd;
  border-color: #0074bd;
}
.btn-primary .badge {
  color: #0074bd;
  background-color: #fff;
}
.btn-positive,
.btn-success {
  color: #fff;
  background-color: #659a3b;
  border-color: #659a3b;
}
.btn-positive.active,
.btn-positive.focus,
.btn-positive:active,
.btn-positive:focus,
.btn-positive:hover,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-positive,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4d752d;
  border-color: #486e2a;
}
.btn-positive.active,
.btn-positive:active,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-positive,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-positive.disabled,
.btn-positive.disabled.active,
.btn-positive.disabled.focus,
.btn-positive.disabled:active,
.btn-positive.disabled:focus,
.btn-positive.disabled:hover,
.btn-positive[disabled],
.btn-positive[disabled].active,
.btn-positive[disabled].focus,
.btn-positive[disabled]:active,
.btn-positive[disabled]:focus,
.btn-positive[disabled]:hover,
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-positive,
fieldset[disabled] .btn-positive.active,
fieldset[disabled] .btn-positive.focus,
fieldset[disabled] .btn-positive:active,
fieldset[disabled] .btn-positive:focus,
fieldset[disabled] .btn-positive:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #659a3b;
  border-color: #659a3b;
}
.btn-positive .badge,
.btn-success .badge {
  color: #659a3b;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger,
.btn-negative {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-negative.active,
.btn-negative.focus,
.btn-negative:active,
.btn-negative:focus,
.btn-negative:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-negative {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.btn-negative.active,
.btn-negative:active,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-negative {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
.btn-negative.disabled,
.btn-negative.disabled.active,
.btn-negative.disabled.focus,
.btn-negative.disabled:active,
.btn-negative.disabled:focus,
.btn-negative.disabled:hover,
.btn-negative[disabled],
.btn-negative[disabled].active,
.btn-negative[disabled].focus,
.btn-negative[disabled]:active,
.btn-negative[disabled]:focus,
.btn-negative[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-negative,
fieldset[disabled] .btn-negative.active,
fieldset[disabled] .btn-negative.focus,
fieldset[disabled] .btn-negative:active,
fieldset[disabled] .btn-negative:focus,
fieldset[disabled] .btn-negative:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge,
.btn-negative .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link,
.btn-tertiary,
.grid .btn-action,
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"] {
  color: #0074bd;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
.btn-tertiary,
.btn-tertiary.active,
.btn-tertiary:active,
.btn-tertiary[disabled],
.grid .btn-action,
.grid .btn-action.active,
.grid .btn-action:active,
.grid .btn-action[disabled],
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-tertiary,
fieldset[disabled] .grid .btn-action {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-tertiary,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover,
.grid .btn-action,
.grid .btn-action:active,
.grid .btn-action:focus,
.grid .btn-action:hover,
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"] {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.grid .btn-action:focus,
.grid .btn-action:hover {
  color: #369;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
.btn-tertiary[disabled]:focus,
.btn-tertiary[disabled]:hover,
.grid .btn-action[disabled]:focus,
.grid .btn-action[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary:hover,
fieldset[disabled] .grid .btn-action:focus,
fieldset[disabled] .grid .btn-action:hover {
  color: #a1c2e1;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-group-lg > .dashboard-layout .widget input[type="submit"],
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-group-sm > .dashboard-layout .widget input[type="submit"],
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-group-xs > .dashboard-layout .widget input[type="submit"],
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a,
.dropdown-menu > li > a,
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #4c4c4c;
  white-space: nowrap;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a:focus,
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a:focus,
.navbar
  .dropdown-menu.multi-column
  > .dropdown-menu-column
  > ul
  > li
  > a:hover {
  text-decoration: none;
  color: #3f3f3f;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #ccc;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"],
.btn-group > .btn,
.btn-group > .dashboard-layout .widget input[type="submit"] {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"].active,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"]:active,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"]:focus,
.btn-group-vertical > .dashboard-layout .widget input[type="submit"]:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .dashboard-layout .widget input[type="submit"].active,
.btn-group > .dashboard-layout .widget input[type="submit"]:active,
.btn-group > .dashboard-layout .widget input[type="submit"]:focus,
.btn-group > .dashboard-layout .widget input[type="submit"]:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .dashboard-layout .widget input[type="submit"],
.btn-group .dashboard-layout .widget input[type="submit"] + .btn-group,
.btn-group
  .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .dashboard-layout .widget input[type="submit"],
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:first-child):not(:last-child):not(
    .dropdown-toggle
  ) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > .dashboard-layout .widget input[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group
  > .btn-group:not(:first-child):not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group
  > .btn-group:first-child:not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group
  > .btn-group:last-child:not(:first-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle,
.btn-group > .dashboard-layout .widget input[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link,
.btn-group.open .dropdown-toggle.btn-tertiary,
.btn-group.open .dropdown-toggle.grid .btn-action {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret,
.dashboard-layout .widget input[type="submit"] .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"],
.btn-group-vertical > .dashboard-layout .widget input[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical
  > .btn-group
  + .dashboard-layout
  .widget
  input[type="submit"],
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]
  + .btn-group,
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"] {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .dashboard-layout
  .widget
  input[type="submit"]:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .dashboard-layout .widget input[type="submit"] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified
  > .btn-group
  .dashboard-layout
  .widget
  input[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"]
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="checkbox"],
[data-toggle="buttons"]
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="radio"],
[data-toggle="buttons"]
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="checkbox"],
[data-toggle="buttons"]
  > .dashboard-layout
  .widget
  input[type="submit"]
  input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group .widget-injector select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-lg > .widget-injector select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select.input-group-lg > .widget-injector select {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select[multiple].input-group-lg > .widget-injector select,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
textarea.input-group-lg > .widget-injector select {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-sm > .widget-injector select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select.input-group-sm > .widget-injector select {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
select[multiple].input-group-sm > .widget-injector select,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm
  > .input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"],
textarea.input-group-sm > .widget-injector select {
  height: auto;
}
.input-group .form-control,
.input-group .widget-injector select,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .widget-injector select:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group .widget-injector select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:first-child > .dashboard-layout .widget input[type="submit"],
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group .widget-injector select:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child
  > .dashboard-layout
  .widget
  input[type="submit"]:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child
  > .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"],
.input-group-btn:last-child > .dashboard-layout .widget input[type="submit"],
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .dashboard-layout .widget input[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn
  > .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover,
.input-group-btn > .dashboard-layout .widget input[type="submit"]:active,
.input-group-btn > .dashboard-layout .widget input[type="submit"]:focus,
.input-group-btn > .dashboard-layout .widget input[type="submit"]:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .dashboard-layout .widget input[type="submit"] {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .dashboard-layout .widget input[type="submit"] {
  margin-left: -1px;
}
.nav,
.workbench-header ul.flat-tab,
.workbench-header ul.workbench-select {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li,
.workbench-header ul.flat-tab > li,
.workbench-header ul.workbench-select > li {
  position: relative;
  display: block;
}
.nav > li > a,
.workbench-header ul.flat-tab > li > a,
.workbench-header ul.workbench-select > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover,
.workbench-header ul.flat-tab > li > a:focus,
.workbench-header ul.flat-tab > li > a:hover,
.workbench-header ul.workbench-select > li > a:focus,
.workbench-header ul.workbench-select > li > a:hover {
  text-decoration: none;
  background-color: #ededed;
}
.nav > li.disabled > a,
.workbench-header ul.flat-tab > li.disabled > a,
.workbench-header ul.workbench-select > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover,
.workbench-header ul.flat-tab > li.disabled > a:focus,
.workbench-header ul.flat-tab > li.disabled > a:hover,
.workbench-header ul.workbench-select > li.disabled > a:focus,
.workbench-header ul.workbench-select > li.disabled > a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.workbench-header ul.flat-tab .open > a,
.workbench-header ul.flat-tab .open > a:focus,
.workbench-header ul.flat-tab .open > a:hover,
.workbench-header ul.workbench-select .open > a,
.workbench-header ul.workbench-select .open > a:focus,
.workbench-header ul.workbench-select .open > a:hover {
  background-color: #ededed;
  border-color: #0074bd;
}
.nav .nav-divider,
.workbench-header ul.flat-tab .nav-divider,
.workbench-header ul.workbench-select .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img,
.workbench-header ul.flat-tab > li > a > img,
.workbench-header ul.workbench-select > li > a > img {
  max-width: none;
}
.nav-tabs,
.workbench-header ul.flat-tab {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li,
.workbench-header ul.flat-tab > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.workbench-header ul.flat-tab > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.workbench-header ul.flat-tab > li > a:hover {
  border-color: #ededed #ededed #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.workbench-header ul.flat-tab > li.active > a,
.workbench-header ul.flat-tab > li.active > a:focus,
.workbench-header ul.flat-tab > li.active > a:hover {
  color: #999;
  background-color: #ededed;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified,
.workbench-header ul.flat-tab.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li,
.workbench-header ul.flat-tab.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a,
.workbench-header ul.flat-tab.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu,
.workbench-header ul.flat-tab.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li,
  .workbench-header ul.flat-tab.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a,
  .workbench-header ul.flat-tab.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a,
.workbench-header ul.flat-tab.nav-justified > li > a {
  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,
.workbench-header ul.flat-tab.nav-justified > .active > a,
.workbench-header ul.flat-tab.nav-justified > .active > a:focus,
.workbench-header ul.flat-tab.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .workbench-header ul.flat-tab.nav-justified > li > a {
    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,
  .workbench-header ul.flat-tab.nav-justified > .active > a,
  .workbench-header ul.flat-tab.nav-justified > .active > a:focus,
  .workbench-header ul.flat-tab.nav-justified > .active > a:hover {
    border-bottom-color: #ededed;
  }
}
.nav-pills > li,
.workbench-header ul.workbench-select > li {
  float: left;
}
.nav-pills > li > a,
.workbench-header ul.workbench-select > li > a {
  border-radius: 4px;
}
.nav-pills > li + li,
.workbench-header ul.workbench-select > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.workbench-header ul.workbench-select > li.active > a,
.workbench-header ul.workbench-select > li.active > a:focus,
.workbench-header ul.workbench-select > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li,
.workbench-header ul.workbench-select > li {
  float: none;
}
.nav-stacked > li + li,
.workbench-header ul.workbench-select > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.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-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: #ededed;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu,
.workbench-header ul.flat-tab .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header,
.dashboard-layout > .navbar-collapse,
.dashboard-layout > .navbar-header,
.workbench > .navbar-collapse,
.workbench > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header,
  .dashboard-layout > .navbar-collapse,
  .dashboard-layout > .navbar-header,
  .workbench > .navbar-collapse,
  .workbench > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .dashboard-layout .navbar-brand,
  .navbar > .workbench .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    line-height: 20px;
  }
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .widget-injector select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .widget-injector select {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .widget-injector select {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    color: #777;
  }
  .navbar-default
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-default
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-default
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link,
.navbar-default .btn-tertiary,
.navbar-default .grid .btn-action {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .btn-tertiary:focus,
.navbar-default .btn-tertiary:hover,
.navbar-default .grid .btn-action:focus,
.navbar-default .grid .btn-action:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-tertiary[disabled]:focus,
.navbar-default .btn-tertiary[disabled]:hover,
.navbar-default .grid .btn-action[disabled]:focus,
.navbar-default .grid .btn-action[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-tertiary:focus,
fieldset[disabled] .navbar-default .btn-tertiary:hover,
fieldset[disabled] .navbar-default .grid .btn-action:focus,
fieldset[disabled] .navbar-default .grid .btn-action:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f2f2f2;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a {
    color: #f2f2f2;
  }
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:focus,
  .navbar-inverse
    .navbar-nav
    .open
    .navbar
    .dropdown-menu.multi-column
    > .dropdown-menu-column
    > ul
    > li
    > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f2f2f2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link,
.navbar-inverse .btn-tertiary,
.navbar-inverse .grid .btn-action {
  color: #f2f2f2;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-tertiary:focus,
.navbar-inverse .btn-tertiary:hover,
.navbar-inverse .grid .btn-action:focus,
.navbar-inverse .grid .btn-action:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-tertiary[disabled]:focus,
.navbar-inverse .btn-tertiary[disabled]:hover,
.navbar-inverse .grid .btn-action[disabled]:focus,
.navbar-inverse .grid .btn-action[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-tertiary:focus,
fieldset[disabled] .navbar-inverse .btn-tertiary:hover,
fieldset[disabled] .navbar-inverse .grid .btn-action:focus,
fieldset[disabled] .navbar-inverse .grid .btn-action:hover {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.dashboard-layout .widget input[type="submit"] .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ccc;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-positive,
.label-success {
  background-color: #5cb85c;
}
.label-positive[href]:focus,
.label-positive[href]:hover,
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger,
.label-negative {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover,
.label-negative[href]:focus,
.label-negative[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #991216;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.dashboard-layout .widget input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-group-xs > .dashboard-layout .widget input[type="submit"] .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.workbench-header ul.workbench-select > .active > a > .badge {
  color: #0074bd;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge,
.workbench-header ul.workbench-select > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-positive,
.alert-success {
  background-color: #dfefd7;
  border-color: #8db26c;
  color: #333;
}
.alert-positive hr,
.alert-success hr {
  border-top-color: #80a95b;
}
.alert-positive .alert-link,
.alert-success .alert-link {
  color: #1a1a1a;
}
.alert-info {
  background-color: #e7f3fe;
  border-color: #448bc2;
  color: #333;
}
.alert-info hr {
  border-top-color: #3a7eb2;
}
.alert-info .alert-link {
  color: #1a1a1a;
}
.alert-warning {
  background-color: #fff6d9;
  border-color: #fdd050;
  color: #333;
}
.alert-warning hr {
  border-top-color: #fdc937;
}
.alert-warning .alert-link {
  color: #1a1a1a;
}
.alert-danger,
.alert-negative {
  background-color: #ffcdce;
  border-color: #991216;
  color: #333;
}
.alert-danger hr,
.alert-negative hr {
  border-top-color: #820f13;
}
.alert-danger .alert-link,
.alert-negative .alert-link {
  color: #1a1a1a;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #ededed;
  color: #ccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #ccc;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.dashboard-layout .widget-container,
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dashboard-layout .widget-body,
.panel-body {
  padding: 15px;
}
.dashboard-layout .widget-header,
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dashboard-layout .widget-container > .list-group,
.dashboard-layout .widget-container > .panel-collapse > .list-group,
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.dashboard-layout .widget-container > .list-group .list-group-item,
.dashboard-layout
  .widget-container
  > .panel-collapse
  > .list-group
  .list-group-item,
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.dashboard-layout
  .widget-container
  > .list-group:first-child
  .list-group-item:first-child,
.dashboard-layout
  .widget-container
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .list-group:last-child
  .list-group-item:last-child,
.dashboard-layout
  .widget-container
  > .panel-collapse
  > .list-group:last-child
  .list-group-item:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.dashboard-layout .widget-container > .panel-collapse > .table,
.dashboard-layout .widget-container > .table,
.dashboard-layout .widget-container > .table-responsive > .table,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.dashboard-layout .widget-container > .panel-collapse > .table caption,
.dashboard-layout .widget-container > .table caption,
.dashboard-layout .widget-container > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child,
.dashboard-layout .widget-container > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child,
.dashboard-layout .widget-container > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.dashboard-layout
  .widget-container
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.dashboard-layout .widget-container > .panel-body + .table,
.dashboard-layout .widget-container > .panel-body + .table-responsive,
.dashboard-layout .widget-container > .table + .panel-body,
.dashboard-layout .widget-container > .table-responsive + .panel-body,
.panel > .dashboard-layout .widget-body + .table,
.panel > .dashboard-layout .widget-body + .table-responsive,
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .dashboard-layout .widget-body,
.panel > .table + .panel-body,
.panel > .table-responsive + .dashboard-layout .widget-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.dashboard-layout
  .widget-container
  > .table
  > tbody:first-child
  > tr:first-child
  td,
.dashboard-layout
  .widget-container
  > .table
  > tbody:first-child
  > tr:first-child
  th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.dashboard-layout .widget-container > .table-bordered,
.dashboard-layout .widget-container > .table-responsive > .table-bordered,
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:first-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:last-child,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:first-child
  > th,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > thead
  > tr:first-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:first-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr:first-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > thead
  > tr:first-child
  > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tbody
  > tr:last-child
  > th,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-bordered
  > tfoot
  > tr:last-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tbody
  > tr:last-child
  > th,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > td,
.dashboard-layout
  .widget-container
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr:last-child
  > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.dashboard-layout .widget-container > .table-responsive,
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .dashboard-layout .widget-container,
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group
  .dashboard-layout
  .widget-container
  + .dashboard-layout
  .widget-container,
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .dashboard-layout .widget-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .dashboard-layout .widget-body,
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.dashboard-layout .widget-container,
.panel-default {
  border-color: #ddd;
}
.dashboard-layout .widget-container > .panel-heading,
.dashboard-layout .widget-header,
.panel-default > .panel-heading {
  color: #4c4c4c;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.dashboard-layout
  .widget-container
  > .panel-heading
  + .panel-collapse
  > .panel-body,
.dashboard-layout .widget-header + .panel-collapse > .panel-body,
.panel-default
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.dashboard-layout .widget-container > .panel-heading .badge,
.dashboard-layout .widget-header .badge,
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #4c4c4c;
}
.dashboard-layout
  .widget-container
  > .panel-footer
  + .panel-collapse
  > .panel-body,
.panel-default
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .dashboard-layout .widget-body,
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .dashboard-layout .widget-body,
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger
  > .panel-heading
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger
  > .panel-footer
  + .panel-collapse
  > .dashboard-layout
  .widget-body,
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.glu-notification-content,
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.glu-notification-body,
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer
  .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer
  .btn-group
  .dashboard-layout
  .widget
  input[type="submit"]
  + .dashboard-layout
  .widget
  input[type="submit"] {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .glu-notification-content,
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #ccc;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #ccc;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #ccc;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #ccc;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dashboard-layout .widget-body:after,
.dashboard-layout .widget-body:before,
.dashboard-layout:after,
.dashboard-layout:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.workbench-header ul.flat-tab:after,
.workbench-header ul.flat-tab:before,
.workbench-header ul.workbench-select:after,
.workbench-header ul.workbench-select:before,
.workbench:after,
.workbench:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dashboard-layout .widget-body:after,
.dashboard-layout:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after,
.workbench-header ul.flat-tab:after,
.workbench-header ul.workbench-select:after,
.workbench:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left,
label.datepicker-label {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget {
  background-color: #fff;
  margin-bottom: 15px;
}
.widget::before {
  height: 4px;
  display: block;
  content: " ";
  background: #a6a6a6;
  background-size: 100% !important;
}
.widget-body {
  padding: 20px;
}
.widget-header {
  padding: 0 20px 10px;
}
.widget-header:after,
.widget-header:before {
  content: " ";
  display: table;
}
.widget-header:after {
  clear: both;
}
.widget-header:after,
.widget-header:before {
  content: " ";
  display: table;
}
.widget-header:after {
  clear: both;
}
.widget-header h3 {
  font-size: 18px;
  float: left;
}
.widget-header .widget-icons {
  float: right;
  margin-top: 13px;
}
.widget-icons .btn,
.widget-icons .dashboard-layout .widget input[type="submit"] {
  padding-left: 8px;
  padding-right: 8px;
}
.widget-icons .btn,
.widget-icons .btn:focus,
.widget-icons .btn:hover,
.widget-icons .dashboard-layout .widget input[type="submit"],
.widget-icons .dashboard-layout .widget input[type="submit"]:focus,
.widget-icons .dashboard-layout .widget input[type="submit"]:hover {
  color: #333;
  text-decoration: none;
}
.widget.widget-login {
  width: 400px;
  margin: 100px auto 0;
}
.widget.widget-login::before {
  background: url(../images/colorbar.png);
}
.widget.widget-login > .widget-body {
  padding: 40px;
}
.widget.widget-login > .widget-body fieldset {
  margin-bottom: 0;
}
.page-headline {
  background: #4c4c4c;
  margin-bottom: 15px;
  height: 49px;
}
.page-headline::after {
  height: 8px;
  display: block;
  content: " ";
  background: url(../images/colorbar.png);
  background-size: 100%;
}
.page-headline h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 49px;
  margin: 0 20px;
}
.page-headline .page-back {
  display: block;
  float: left;
  height: 100%;
}
.page-headline .page-back > a {
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  height: 100%;
  line-height: 49px;
  width: 45px;
  background-color: #333;
  text-align: center;
}
.page-headline .page-back > a .icon-arrow-left,
.page-headline
  .page-back
  > a
  .ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon {
  font-size: 16px;
  margin-left: -6px;
}
.page-headline .page-back > a:active,
.page-headline .page-back > a:focus,
.page-headline .page-back > a:hover {
  text-decoration: none;
  color: #fff;
}
.navbar {
  background-color: #fff;
  border: 0;
  min-height: 50px;
  margin-bottom: 0;
}
.navbar .navbar-toggle {
  float: left;
  margin: 0 0 1px 5px;
  padding: 11px 10px;
}
.navbar .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #595959;
  border-bottom: 5px solid transparent;
}
.navbar .nav > li.active > a,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .workbench-header ul.flat-tab > li.active > a,
.navbar .workbench-header ul.flat-tab > li > a:focus,
.navbar .workbench-header ul.flat-tab > li > a:hover,
.navbar .workbench-header ul.workbench-select > li.active > a,
.navbar .workbench-header ul.workbench-select > li > a:focus,
.navbar .workbench-header ul.workbench-select > li > a:hover {
  background-color: transparent;
  border-color: #0074bd;
  color: #0074bd;
}
.navbar .nav > li > .user-dropdown-toggle:focus,
.navbar .nav > li > .user-dropdown-toggle:hover,
.navbar .workbench-header ul.flat-tab > li > .user-dropdown-toggle:focus,
.navbar .workbench-header ul.flat-tab > li > .user-dropdown-toggle:hover,
.navbar
  .workbench-header
  ul.workbench-select
  > li
  > .user-dropdown-toggle:focus,
.navbar
  .workbench-header
  ul.workbench-select
  > li
  > .user-dropdown-toggle:hover {
  border-color: transparent;
}
.navbar .avatar {
  display: inline-block;
  float: right;
  margin-left: 10px;
  margin-bottom: -5px;
}
.navbar .avatar > img {
  margin-top: -5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #ccc;
}
.navbar .navbar-brand {
  height: 50px;
  line-height: 1;
  margin-top: -2px;
  color: #333;
}
.navbar .navbar-brand > img {
  margin-top: -15px;
  height: 33px;
  padding-bottom: 0;
}
.navbar .navbar-nav > li > .dropdown-menu {
  border-radius: 0 0 2px 2px;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a,
.dropdown-menu > li > a,
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  font-size: 13px;
}
.dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  white-space: normal;
}
.dropdown-header {
  font-size: 13px;
  font-weight: 700;
  color: #595959;
}
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a,
.navbar .dropdown-menu > li > a,
.navbar
  .navbar
  .dropdown-menu.multi-column
  > .dropdown-menu-column
  > ul
  > li
  > a {
  font-size: 13px;
}
.navbar .dropdown-menu.multi-column > .dropdown-menu-column > ul > li > a {
  white-space: normal;
}
.navbar .dropdown-header {
  font-size: 13px;
  font-weight: 700;
  color: #595959;
}
@media (max-width: 767px) {
  .navbar .dropdown-toggle {
    margin-left: 0;
  }
  .navbar .navbar-nav {
    margin-top: 0;
  }
  .navbar .dropdown-toggle {
    margin-left: 0;
  }
  .navbar .avatar {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover,
  .workbench-header ul.flat-tab .open > a,
  .workbench-header ul.flat-tab .open > a:focus,
  .workbench-header ul.flat-tab .open > a:hover,
  .workbench-header ul.workbench-select .open > a,
  .workbench-header ul.workbench-select .open > a:focus,
  .workbench-header ul.workbench-select .open > a:hover {
    background-color: transparent;
  }
  ul.nav .open ul.dropdown-menu,
  ul.nav li.dropdown:hover > ul.dropdown-menu,
  ul.workbench-header ul.flat-tab .open ul.dropdown-menu,
  ul.workbench-header ul.flat-tab li.dropdown:hover > ul.dropdown-menu,
  ul.workbench-header ul.workbench-select .open ul.dropdown-menu,
  ul.workbench-header ul.workbench-select li.dropdown:hover > ul.dropdown-menu {
    display: block;
    border: 0;
    margin-top: 0;
  }
  ul.nav li + li.dropdown-header,
  ul.workbench-header ul.flat-tab li + li.dropdown-header,
  ul.workbench-header ul.workbench-select li + li.dropdown-header {
    margin-top: 10px;
  }
}
@media (min-width: 979px) {
  .dropdown-menu.multi-column {
    min-width: 402px;
  }
  .dropdown-menu.multi-column > .dropdown-menu-column {
    width: 200px;
    float: left;
  }
}
.table {
  font-size: 12px;
  border: 1px solid #ccc;
}
.table > thead {
  background-color: #f2f2f2;
}
.table > thead > tr > th {
  text-overflow: ellipsis;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #ccc;
}
.table > thead > tr > th.active,
.table > thead > tr > th.grid-resizing,
.table > thead > tr > th:hover {
  background-color: #e7e7e7;
}
.table > tbody > tr > td {
  background-color: #fff;
  border-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table > tbody > tr:nth-child(even) > td {
  background-color: #f9f9f9;
}
.table > tbody > tr.grid-row-group-header > td {
  background-color: #f2f2f2 !important;
  font-weight: 700;
}
.table > tbody > tr.selected > td {
  background-color: #e7f3fe;
}
.table > tfoot > tr > td {
  background-color: #fff;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 1;
  padding: 11px 20px;
}
.table > tbody > tr > td input[type="checkbox"],
.table > tbody > tr > td input[type="radio"],
.table > tbody > tr > th input[type="checkbox"],
.table > tbody > tr > th input[type="radio"],
.table > tfoot > tr > td input[type="checkbox"],
.table > tfoot > tr > td input[type="radio"],
.table > tfoot > tr > th input[type="checkbox"],
.table > tfoot > tr > th input[type="radio"],
.table > thead > tr > td input[type="checkbox"],
.table > thead > tr > td input[type="radio"],
.table > thead > tr > th input[type="checkbox"],
.table > thead > tr > th input[type="radio"] {
  margin: 0;
}
.table > tbody > tr > td.grid-row-buttons {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: visible;
}
.grid .table {
  margin-bottom: 0;
}
.grid .form-control,
.grid .widget-injector select {
  font-size: 12px;
}
.grid .table > tbody > tr > th,
.grid .table > tfoot > tr > th,
.grid .table > thead > tr > th {
  padding: 0;
  vertical-align: top;
}
.table > thead > tr > th:first-child {
  border-left: 0;
}
.table > thead > tr > th:last-child {
  border-right: 0;
}
.table > tbody > tr > td > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aux-control [data-control] {
  font-size: 12px;
  margin-right: 5px;
}
.grid-manage-columns-options:after,
.grid-manage-columns-options:before {
  content: " ";
  display: table;
}
.grid-manage-columns-options:after {
  clear: both;
}
.grid-manage-columns-options:after,
.grid-manage-columns-options:before {
  content: " ";
  display: table;
}
.grid-manage-columns-options:after {
  clear: both;
}
.grid-manage-columns-options > .single-checkbox {
  float: left;
  width: 33%;
  padding: 0 5px 10px 0;
}
.grid-manage-columns-options > .single-checkbox.grid-show-all-columns-option {
  float: none;
}
.grid-manage-columns-options > .single-checkbox label {
  font-weight: 400;
}
.grid-filter-selection {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.grid-filter-selection button[type="submit"] {
  margin-left: 5px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  line-height: 1;
  margin-top: 1px;
}
.grid-filter-selection > form {
  display: table-cell;
  vertical-align: middle;
}
.grid-filter-selection .dynamic-search-control,
.grid-filter-selection .form-control,
.grid-filter-selection .widget-injector select,
.grid-filter-selection label {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
}
.grid-filter-selection label {
  margin-right: 5px;
}
.grid-filter-selection .form-control,
.grid-filter-selection .widget-injector select {
  max-width: 250px;
}
.grid-filter-selection .dynamic-search-control {
  margin-left: 5px;
}
.grid-column-menu {
  background-color: #e7e7e7;
  position: absolute;
  border: 0;
  z-index: 1;
  top: 0;
  margin: 1px -1px 0 0;
  padding-right: 2px;
}
.grid-column-menu li,
.grid-column-menu ul {
  padding: 0;
  list-style: none;
}
.grid-column-menu li {
  padding: 0 0 10px;
}
.grid-column-menu ul {
  padding: 20px 20px 0;
  margin-bottom: 0;
}
.grid-column-menu .grid-column-filter button {
  display: none;
}
.grid-column-menu .grid-column-filter button[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.grid-add-column,
.grid-remove-column {
  padding: 0;
  font-size: 12px;
  width: 100%;
  text-align: left;
}
.grid {
  text-align: left;
  width: 100%;
}
.grid .pager {
  background-color: #f2f2f2;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
  padding: 3px 10px 2px;
}
.grid .pager:after,
.grid .pager:before {
  content: " ";
  display: table;
}
.grid .pager:after {
  clear: both;
}
.grid .pager:after,
.grid .pager:before {
  content: " ";
  display: table;
}
.grid .pager:after {
  clear: both;
}
.grid .pager:empty {
  display: none;
}
.grid .pager button,
.grid .pager input,
.grid .pager label,
.grid .pager select {
  display: inline-block;
  margin: 0;
}
.grid .pager label {
  font-weight: 400;
}
.grid .pager button {
  font-size: 12px;
  padding: 0;
}
.grid .pager .pagination {
  padding: 0;
  margin: 0;
  display: inline;
}
.grid .pager .pagination > li {
  list-style-type: none;
  display: inline-block;
}
.grid .pager .pagination > li > a > span {
  font-size: 9px;
}
.grid .pager .pagination button {
  padding: 0;
  background: 0 0;
  box-shadow: none;
  width: 19px;
  height: 15px;
  font-size: 12px;
  border: 0;
  vertical-align: text-top;
  color: #369;
  line-height: 100%;
}
.grid .pager .pagination button > span {
  font-size: 9px;
}
.grid .pager .paginate-advanced {
  display: table;
  width: 100%;
}
.grid .pager .paginate-advanced > .info,
.grid .pager .paginate-advanced > .navigate {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 0;
}
.grid .pager .paginate-advanced > .navigate {
  text-align: right;
}
.grid .pager .paginate-advanced > .navigate > nav {
  display: inline-block;
  margin-left: 30px;
}
.grid .pager button.next-page,
.grid .pager button.prev-page {
  background: 0 0;
  display: inline-block;
  padding: 0 5px;
  margin-top: -2px;
}
.grid .pager button.next-page:focus,
.grid .pager button.next-page:hover,
.grid .pager button.prev-page:focus,
.grid .pager button.prev-page:hover {
  text-decoration: none;
}
.grid .pager button.next-page {
  margin-left: -4px;
}
.grid .grid-row-selector {
  margin-right: 4px !important;
  display: inline-block;
}
.grid th .sort-icon {
  width: 18px;
  height: 11px;
  display: inline-block;
  margin-left: -20px;
}
.grid th[aria-sort="descending"] .sort-icon {
  background: url(../images/grid/column_sort_down.png) no-repeat 0 -5px;
}
.grid th[aria-sort="ascending"] .sort-icon {
  background: url(../images/grid/column_sort_up.png) no-repeat 0 -5px;
}
.grid .grid-column-menu .grid-column-filter {
  position: relative;
}
.grid .grid-column-menu .grid-column-filter form {
  margin: 0 20px 20px;
  text-align: left;
}
.grid .grid-column-menu .grid-column-filter form .search-input-wrapper {
  display: inline-block;
}
.grid .grid-column-menu .grid-column-filter form.form-inline > * {
  vertical-align: top;
}
.grid .grid-column-menu .ui-datepicker-trigger {
  position: absolute;
  right: 26px;
  top: 2px;
}
.grid .grid-remove-filter {
  background: url(../images/grid/remove_filter.png) no-repeat;
  cursor: pointer;
}
.grid .grid-area {
  background-color: #f7f7f7;
}
.grid .grid-column-order-marker {
  cursor: move;
  background: url(../images/grid/column_drag.png) no-repeat;
}
.grid .grid-column-resize-marker.disabled {
  display: none;
}
.grid .grid-column-resize-marker {
  border-right-color: #ccc;
}
.grid .grid-column-resize-marker:hover {
  cursor: ew-resize;
  border-right-style: dotted;
}
.grid table .grid-column-text {
  text-overflow: ellipsis;
}
.grid table .grid-column-resize {
  cursor: col-resize;
}
.grid table tbody > tr {
  text-overflow: ellipsis;
}
.grid table tbody > tr td.btn-cell {
  overflow: visible;
}
.grid .grid-header-content {
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid .grid-remove-filter {
  background: url(../images/grid/filter_remove.png) no-repeat 0 0;
  cursor: pointer;
}
.grid .grid-column-action {
  background: 0 0;
}
.grid th:hover .grid-column-drag {
  background: url(../images/grid/column_drag.png) 0 0 no-repeat;
  cursor: move;
}
.grid .menu {
  background-color: #e7e7e7;
  border-style: solid;
  border-color: #ccc;
}
.grid .filters-region,
.grid .saved-views-region {
  background: 0 0;
}
.grid .save-view {
  background-color: transparent;
  color: #369;
  cursor: pointer;
}
.grid section.content {
  overflow-x: auto;
}
.grid .add-filter-container button[name="submit"],
.grid .dynamic-search-control select,
.grid .field-set select,
.grid .grid-column-menu select,
.grid .grid-fuzzy select,
.grid .search-control-list button[name="submit"] {
  display: none;
}
.filterBadges .filter-badge {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.filterBadges .filter-badge > p {
  max-width: 200px;
  white-space: nowrap;
}
.grid .filter-badge {
  border: 0;
  color: #fff;
  width: 100%;
  position: relative;
  background: #369;
  border-radius: 4px;
  padding: 10px;
}
.grid .filterBadges .filter-badge {
  width: auto;
  max-width: 250px;
}
.grid .filter-badge span {
  position: absolute;
  right: 0;
  border-radius: 4px;
  width: 20px;
  font-size: 12px;
  padding: 0;
  margin-right: -3px;
}
.grid .filter-badge span:hover {
  background-color: #369;
}
.grid .filter-badge p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin: 0;
  padding-right: 20px;
}
.grid section {
  clear: both;
}
.grid-column-menu-trigger {
  display: inline-block;
  float: right;
  background: transparent none;
  padding: 10px;
}
.grid-column-menu-manager {
  position: absolute;
  top: 0;
  width: 100%;
}
.grid-column-menu-trigger:focus,
th:hover .grid-column-menu-trigger {
  background: url(../images/grid/column_menu.png) no-repeat center -5px;
}
.modal-open {
  position: relative;
}
.modal-open .advanced-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.grid .ui-datepicker-title select {
  display: inline-block;
  float: none;
}
.grid .table .ui-daterangepicker td {
  padding: 5px 0;
}
[data-control="removeFilter"] {
  display: none;
}
.add-filter-container > div {
  clear: both;
  padding-top: 1em;
  margin-bottom: 1em;
}
.add-filter-container select[data-control="typeSelect"] {
  width: auto;
}
.add-filter-container .dynamic-search-control select {
  display: none;
}
.add-filter-container .dynamic-search-control > div,
.add-filter-container .search-input-wrapper {
  display: inline-block;
}
.add-filter-container .dynamic-search-control > div select,
.add-filter-container .search-input-wrapper select {
  width: auto;
}
.add-filter-container .dynamic-search-control > div .control-group,
.add-filter-container .search-input-wrapper .control-group {
  display: inline-block;
}
.add-filter-container [data-control="removeFilter"] {
  margin-left: 0.5em;
  display: inline-block;
}
.add-filter-container .btn.btn-default.btn-sm,
.add-filter-container .btn.btn-secondary.btn-sm,
.add-filter-container .btn.dashboard-layout .widget input[type="submit"].btn-sm,
.add-filter-container
  .dashboard-layout
  .widget
  input[type="submit"].btn-default.btn-sm {
  display: none;
}
.advanced-search-modal .glu-notification-content,
.advanced-search-modal .modal-content {
  padding: 0 20px;
}
.advanced-search-modal .modal-body {
  height: 375px;
  overflow-y: auto;
}
.add-filter-btn-container {
  float: right;
}
.grid {
  position: relative;
  display: inline-block;
}
.grid fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
  display: inline-block;
}
.grid > * {
  box-sizing: border-box;
}
.grid .a11y-hide {
  position: absolute;
  left: -9999em;
}
.grid th {
  border-width: 0 1px;
  border-style: solid;
}
.grid .grid-column-filters th {
  border: 0;
  padding: 0;
}
.grid .grid-column-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.grid .grid-column-filters li {
  padding: 0 16px;
  margin: 2px;
  line-height: 30px;
}
.grid .grid-remove-filter {
  text-indent: -9999em;
  width: 8px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
}
.grid .grid-area {
  overflow: scroll;
  position: relative;
}
.grid .grid-column-order-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  border-right-width: 1px;
  height: 100%;
}
.grid .grid-column-resize-marker {
  position: absolute;
  top: 0;
  left: auto;
  width: 10px;
  border-right-width: 1px;
  right: 0;
  cursor: ew-resize;
  height: 100%;
}
.grid table {
  position: relative;
  border-collapse: collapse !important;
  border-right: 0;
  border-bottom: 0;
  border-spacing: 0 !important;
}
.grid table .grid-column-text {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.grid table .grid-column-resize {
  margin-right: -2px;
  position: absolute;
  right: 0;
  height: 30px;
  top: 0;
}
.grid table .txt {
  line-height: 1;
  vertical-align: middle;
  display: block;
  padding: 11px 20px;
  width: 100%;
}
.grid table .txt.sortable {
  font-weight: 700;
  border: 0;
  background: 0;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid table th {
  font-weight: 700;
  border-width: 0 1px 2px;
  position: static;
}
.grid .grid-header-content {
  padding: 0;
}
.grid .grid-header-content.grid-row-selector {
  padding: 11px 20px;
}
.grid .header .content > div,
.grid .header .footer > div,
.grid .header .header > div {
  margin-bottom: 5px;
}
.grid table {
  table-layout: fixed;
}
.grid table tbody > tr {
  border-top-width: 1px;
}
.grid table tbody > tr > td input[type="text"] {
  padding: 4px;
  height: auto;
  width: 100%;
}
.grid table tbody > tr > td select {
  width: 100%;
}
.grid table tr.filter-row {
  border-bottom: 1px solid #ccc;
}
.grid table tr.filter-row td {
  padding: 2px 0;
}
.grid .grid-column-filters th {
  border: 0;
  padding: 0;
}
.grid .grid-column-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.grid .grid-column-filters li {
  padding: 0 16px;
  margin: 2px;
  line-height: 30px;
}
.grid .grid-remove-filter {
  text-indent: -9999em;
  width: 8px;
  height: 7px;
  border: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
}
.grid .grid-column-action {
  position: absolute;
  top: 0;
  border: 0 none;
}
.grid .grid-column-drag {
  width: 14px;
  height: 14px;
  left: 0;
}
.grid .grid-column-menu-trigger {
  width: 20px;
  position: absolute;
  border: 0 none;
  padding: 0;
  right: 0;
  height: 10px;
  top: 0;
  height: 100%;
}
.grid .grid-column-menu ul li {
  text-align: left;
}
.grid .menu {
  display: none;
  padding: 5px 15px 0;
  border-style: solid;
  border-width: 1px;
}
.grid .grid-select-filter-form {
  display: inline-block;
  margin-bottom: 5px;
}
.grid .grid-select-filter-form fieldset {
  margin-left: 0;
  padding-left: 0;
  border-width: 0;
}
.grid .filters-region,
.grid .paginate-region,
.grid .per-page-region,
.grid .saved-views-region,
.grid .viewing-range-region {
  display: inline-block;
  border-width: 0;
}
.grid .saved-views-region {
  position: absolute;
  right: 0;
}
.grid .save-view {
  border: 0;
  padding: 0;
  margin: 0;
}
.grid .paginate-region,
.grid .per-page-region,
.grid .viewing-range-region {
  width: 33%;
}
.grid .per-page-region {
  text-align: center;
}
.grid .paginate-layout,
.grid .paginate-region {
  text-align: right;
}
.grid .info-container {
  min-height: 50px;
  text-align: center;
}
.grid {
  background-color: #f5f5f5;
  background: inherit;
  font-weight: 400;
}
.grid .text-right .grid-header-content {
  text-align: right;
}
.grid section.content {
  border: 1px #bbb solid;
  overflow-x: hidden;
  width: 100%;
  margin-top: 4px;
}
.grid .table-layout {
  background-color: #d6dce0;
  overflow: auto;
}
.grid .info-container {
  display: none;
  width: 100% !important;
}
.grid .table {
  min-width: 800px;
  margin-top: 0;
  border: 0;
}
.grid .table tbody td.btn-cell .btn-group > .btn,
.grid
  .table
  tbody
  td.btn-cell
  .btn-group
  > .dashboard-layout
  .widget
  input[type="submit"] {
  padding: 0;
}
.grid .table tbody td.btn-cell .btn-group .btn,
.grid
  .table
  tbody
  td.btn-cell
  .btn-group
  .dashboard-layout
  .widget
  input[type="submit"] {
  border: 0;
}
.grid .table tbody td.btn-cell .btn-group .btn:hover,
.grid
  .table
  tbody
  td.btn-cell
  .btn-group
  .dashboard-layout
  .widget
  input[type="submit"]:hover {
  background: 0 0;
}
.grid .table tbody td.btn-cell .caret {
  border: 0;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 0;
  width: 20px;
  height: 8px;
}
.dashboard-layout .widget .grid .header .btn,
.dashboard-layout
  .widget
  .grid
  .header
  .dashboard-layout
  .widget
  input[type="submit"],
.grid .header .btn,
.grid .header .dashboard-layout .widget input[type="submit"] {
  padding: 6px 15px;
}
.dashboard-layout .widget .grid .header .search-input-wrapper,
.grid .header .search-input-wrapper {
  float: left;
}
.dashboard-layout .widget .grid .header .search-input-wrapper input,
.grid .header .search-input-wrapper input {
  width: 250px;
  max-width: 250px;
}
.dashboard-layout
  .widget
  .grid
  .header
  .search-input-wrapper
  .ui-datepicker-trigger,
.grid .header .search-input-wrapper .ui-datepicker-trigger {
  margin-left: -43px;
}
.dashboard-layout .widget .grid .header .search-input-wrapper .datepicker-label,
.grid .header .search-input-wrapper .datepicker-label {
  display: none;
}
.dashboard-layout .widget .grid .chart-container,
.grid .chart-container {
  overflow-x: auto;
  padding: 0;
  margin: 0 15px;
}
.grid .dropdown-toggle {
  box-shadow: none;
  margin-left: 3px;
}
.grid .open .dropdown-toggle {
  background: 0 0;
  box-shadow: none;
}
.dropdown-menu button:active,
.dropdown-menu button:hover {
  background: 0 0;
  border: 0;
}
.btn-cell .grid-column-menu-trigger {
  display: none;
}
.grid .btn-action {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-primary:hover {
  color: #fff;
  border-color: #369;
  background-color: #369;
}
.btn-default:hover,
.btn-secondary:hover,
.dashboard-layout .widget input[type="submit"]:hover {
  color: #0074bd;
  border-color: #ccc;
  background-color: #ededed;
}
.btn-positive:hover,
.btn-success:hover {
  color: #fff;
  border-color: #83c84d;
  background-color: #83c84d;
}
.btn-primary.disabled,
.btn-primary.loading,
.btn-primary[disabled] {
  color: #fff;
  border-color: #a1c2e1;
  background-color: #a1c2e1;
}
.btn-primary[data-loader]:before {
  color: #fff;
}
.btn-default.disabled,
.btn-default.loading,
.btn-default[disabled],
.btn-secondary.disabled,
.btn-secondary.loading,
.btn-secondary[disabled],
.dashboard-layout .widget input[type="submit"].disabled,
.dashboard-layout .widget input[type="submit"].loading,
.dashboard-layout .widget input[type="submit"][disabled] {
  color: #a1c2e1;
  border-color: #e7e7e7;
  background-color: #fff;
}
.btn-default[data-loader]:before,
.btn-secondary[data-loader]:before,
.dashboard-layout .widget input[type="submit"][data-loader]:before {
  color: #a1c2e1;
}
.btn-link.disabled,
.btn-link.loading,
.btn-link[disabled],
.btn-tertiary.disabled,
.btn-tertiary.loading,
.btn-tertiary[disabled],
.grid .btn-action.disabled,
.grid .btn-action.loading,
.grid .btn-action[disabled] {
  color: #a1c2e1;
}
.btn-link[data-loader]:before,
.btn-tertiary[data-loader]:before,
.grid .btn-action[data-loader]:before {
  color: #a1c2e1;
}
.btn[data-loader],
.dashboard-layout .widget input[type="submit"][data-loader] {
  position: relative;
}
.btn[data-loader]:active,
.dashboard-layout .widget input[type="submit"][data-loader]:active {
  outline: 0 !important;
}
.btn[data-loader]:before,
.dashboard-layout .widget input[type="submit"][data-loader]:before {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 80%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.btn[data-loader]:after,
.dashboard-layout .widget input[type="submit"][data-loader]:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
}
.btn[data-loader].loading,
.dashboard-layout .widget input[type="submit"][data-loader].loading {
  pointer-events: none;
  cursor: not-allowed;
  color: transparent !important;
  text-align: left;
}
.btn[data-loader].loading:before,
.dashboard-layout .widget input[type="submit"][data-loader].loading:before {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  top: 50%;
  opacity: 1;
  margin-left: -10px;
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.nav-tabs,
.workbench-header ul.flat-tab {
  margin-bottom: 10px;
}
.nav-tabs > li,
.workbench-header ul.flat-tab > li {
  margin-bottom: 0;
}
.nav-tabs > li > a,
.workbench-header ul.flat-tab > li > a {
  color: #333;
  padding-bottom: 5px;
  font-weight: 700;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.workbench-header ul.flat-tab > li > a:focus,
.workbench-header ul.flat-tab > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.workbench-header ul.flat-tab > li.active > a,
.workbench-header ul.flat-tab > li.active > a:focus,
.workbench-header ul.flat-tab > li.active > a:hover {
  color: #0074bd;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid #0074bd;
}
.nav-tabs.nav-icons > li > a,
.workbench-header ul.flat-tab.nav-icons > li > a {
  position: relative;
  padding-top: 20px;
}
.nav-tabs.nav-icons span[class^="icon"],
.workbench-header ul.flat-tab.nav-icons span[class^="icon"] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -5px;
  font-size: 16px;
}
.steps {
  position: relative;
  display: inline-block;
  margin: 0 0 42px;
  height: 13px;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.steps.steps-named {
  border-bottom: 0;
}
.steps > li {
  display: inline-block;
  margin: 0 0 0 20px;
  text-align: center;
}
.steps > li:first-child {
  margin-left: 0;
}
.steps > li > a {
  display: inline-block;
  font-size: 13px;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0;
}
.steps > li > a,
.steps > li > a:active,
.steps > li > a:focus,
.steps > li > a:hover {
  text-decoration: none;
}
.steps > li > span {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
.steps > li.active > a {
  color: #fff;
  background: #0472ba;
  border: 0;
}
fieldset {
  margin-bottom: 60px;
}
legend {
  border-bottom: 0;
  margin-bottom: 10px;
  color: #333;
}
label {
  font-size: 13px;
}
label.required > span {
  color: #991216;
}
label.optional {
  display: block;
}
label.optional > span {
  float: right;
  line-height: 20px;
  color: #999;
  font-weight: 400;
}
.form-control-static {
  padding: 0;
  margin-top: -5px;
}
.help-block,
.help-block-focused {
  font-size: 12px;
  color: #999;
}
.help-block-focused {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  top: -1.15384615em;
}
.form-control:focus + .help-block-focused,
.widget-injector select:focus + .help-block-focused {
  opacity: 1;
  max-height: 200px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-left: 0;
}
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  color: #999;
}
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  margin-left: -20px;
}
.checkbox-inline label,
.radio-inline label {
  padding-left: 0;
}
.alert h3 {
  font-size: 16px;
  margin: 0;
}
.alert > span[class^="icon-"] {
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}
.alert-positive span[class^="icon-"] {
  color: #8db26c;
}
.alert-info span[class^="icon-"] {
  color: #448bc2;
}
.alert-negative span[class^="icon-"],
.alert-warning span[class^="icon-"] {
  color: #991216;
}
.alert .btn-details {
  float: right;
  color: #333;
  text-decoration: none;
  margin-top: -7px;
}
.alert .btn-details > .icon-caret-down,
.alert .btn-details > .icon-caret-up {
  margin-top: 3px;
  margin-right: 3px;
}
.alert .glu-alert-details-region {
  padding-left: 22px;
}
.popover {
  padding: 0;
}
.popover-title {
  border-bottom: 0;
}
.glu-modal .modal {
  display: block;
}
.glu-notification-content,
.modal-content {
  border-radius: 4px;
}
.modal-header {
  padding: 20px;
  background-color: #ededed;
  border: 0;
  border-radius: 4px 4px 0 0;
}
.modal-header .close {
  margin-top: 0;
}
.glu-notification-body,
.modal-body {
  padding: 20px;
}
.modal-footer {
  padding: 10px 20px 20px;
  border: 0;
  text-align: left;
}
.dialog-error .modal-header {
  background-color: #ffcdce;
}
.dialog-error .modal-header span[class^="icon-"] {
  color: #991216;
}
.dialog-warning .modal-header {
  background-color: #fff6d9;
}
.dialog-warning .modal-header span[class^="icon-"] {
  color: #991216;
}
.dialog-success .modal-header {
  background-color: #dfefd7;
}
.dialog-success .modal-header span[class^="icon-"] {
  color: #8db26c;
}
.dialog-info .modal-header {
  background-color: #e7f3fe;
}
.dialog-info .modal-header span[class^="icon-"] {
  color: #448bc2;
}
.modal-header .modal-title {
  font-size: 16px;
}
.modal-header .modal-title span[class^="icon-"] {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
g.tick text {
  font-size: 12px;
  fill: #888;
}
.c3 line {
  stroke-width: 0;
}
.c3 line,
.c3 path {
  stroke: #888;
}
.c3-event-rect {
  cursor: pointer;
}
.c3-tooltip tr {
  border: 0;
}
.c3-tooltip th {
  background-color: #4c4c4c;
}
.c3-tooltip td,
.c3-tooltip th {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0;
}
.tooltip-wrapper {
  display: inline-block;
}
.workbench-header ul.workbench-select {
  position: absolute;
  z-index: 5;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.workbench-header ul.workbench-select i {
  display: none;
  float: right;
}
.workbench-header ul.workbench-select .workbench-tab:hover i {
  display: inline-block;
}
.workbench-header ul.workbench-select .workbench-tab:hover .active i {
  display: none;
}
.workbench-header ul.flat-tab .workbench-tab.active:hover i,
.workbench-header ul.flat-tab i {
  visibility: hidden;
  float: right;
  margin-left: 10px;
}
.workbench-header ul.flat-tab .workbench-tab:hover i {
  visibility: visible;
}
.workbench-header .workbench-select-item {
  padding: 10px 15px;
  cursor: pointer;
}
.dashboard-region-medium {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .dashboard-region-medium {
    float: left;
    width: 50%;
  }
}
.dashboard-region-medium .widget-body,
.dashboard-region-medium iframe {
  height: 350px;
}
.dashboard-region-medium .widget-body {
  overflow: auto;
}
.dashboard-region-medium .widget-image-view img {
  height: 330px;
}
.dashboard-region-large {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .dashboard-region-large {
    float: left;
    width: 100%;
  }
}
.dashboard-region-large .widget-body,
.dashboard-region-large iframe {
  min-height: 350px;
  height: auto;
}
.dashboard-region-large .widget-body {
  overflow-x: auto;
}
.dashboard-region-large .widget-image-view img {
  min-height: 330px;
}
.dashboard-layout {
  clear: both;
  width: auto;
}
.dashboard-layout .widget {
  border: 0;
  position: relative;
}
.dashboard-layout .widget .tools {
  float: right;
}
.dashboard-layout .widget .tools a {
  color: #333;
}
.dashboard-layout .widget menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: -92px;
  margin-left: -69px;
  display: none;
}
.dashboard-layout .widget menu li {
  list-style: none;
}
.dashboard-layout .widget menu a {
  color: #333;
  font-family: Helvetica;
  font-size: 14px;
}
.dashboard-layout .widget menu i {
  padding-right: 10px;
}
.dashboard-layout .widget svg {
  height: 320px;
}
.dashboard-layout .widget .alpha {
  fill: #192a5d;
}
.dashboard-layout .widget .bravo {
  fill: #4c5d88;
}
.dashboard-layout .widget .charlie {
  fill: #c3e5fd;
}
.dashboard-layout .widget .echo {
  fill: #a7aec9;
}
.dashboard-layout .widget-container {
  border: 1px solid #ccc;
  margin: 10px;
  background-color: #f7f7f7;
}
.dashboard-layout .widget-header {
  padding-left: 0;
}
.dashboard-layout .widget-header h3 {
  margin: 0;
  font-size: 16px;
  font-family: Helvetica;
  color: #333;
  float: none;
}
.dashboard-layout .widget-footer:after,
.dashboard-layout .widget-footer:before {
  content: " ";
  display: table;
}
.dashboard-layout .widget-footer:after {
  clear: both;
}
.dashboard-layout .widget-footer:after,
.dashboard-layout .widget-footer:before {
  content: " ";
  display: table;
}
.dashboard-layout .widget-footer:after {
  clear: both;
}
.dashboard-layout .widget-body {
  padding: 15px;
}
.sortable-placeholder {
  border: 2px dashed #337ab7;
  float: left;
  width: 47%;
  margin: 10px;
  height: 387px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.widget-iframe-view iframe {
  width: 100%;
  border: 0;
}
.widget-iframe-view .widget-body {
  padding: 0;
}
.widget-image-view .widget-body {
  padding: 5px;
  padding-top: 0;
}
.widget-injector-select {
  float: right;
  position: relative;
}
form.widget-injector {
  float: right;
}
.workbench-control .widget-injector select {
  width: 200px;
  margin-top: 3px;
  margin-right: 15px;
}
.widget-select-item {
  cursor: pointer;
}
.scheduler {
  display: block;
  margin-bottom: 0;
}
.scheduler fieldset {
  margin-bottom: 0;
}
.scheduler .start-date {
  display: inline-block;
  margin-bottom: 15px;
}
.scheduler .end-by-datepicker-icon,
.scheduler .start-datepicker-icon {
  font-size: 22px;
  color: #1b556f;
  display: inline-block;
  vertical-align: bottom;
}
.scheduler .recurrence-selector > .form-group {
  margin-bottom: 10px;
}
.scheduler .recurrence-selector > .form-group > label {
  display: block;
}
.scheduler .recurrence-repeat {
  display: block;
  margin-bottom: 55px;
}
.scheduler .end-after-occurrences {
  display: inline-block;
  width: 55px;
}
.scheduler .recurrence-label {
  font-weight: 600;
}
.scheduler .recurrence-number {
  width: 70px;
  float: left;
  margin-right: 10px;
}
.scheduler .recurrence-period {
  width: 140px;
  float: left;
}
.scheduler .checkbox-day-selector {
  display: inline-block;
  width: 50px;
}
.scheduler .day-selector-active {
  background-color: #1b5e7e;
  color: #fff;
}
.scheduler .recurrence-monthly,
.scheduler .recurrence-quarterly,
.scheduler .recurrence-weekly {
  display: block;
}
.scheduler .day-selector-label,
.scheduler .quarter-selector-label {
  float: left;
  margin-right: 25px;
}
.scheduler .day-selector-list input[type="checkbox"],
.scheduler .quarter-selector-list input[type="checkbox"] {
  margin-bottom: 10px;
  margin-right: 5px;
}
.scheduler .monthly-basic-label {
  margin-top: 2px;
  margin-bottom: 1px;
  display: block;
}
.scheduler .yearly-dropdown {
  width: 220px;
}
.scheduler .monthly-recurrence-advanced {
  display: inline-block;
  max-width: 600px;
}
.scheduler .monthly-recurrence-basic {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 1px;
}
.scheduler .btn-link,
.scheduler .btn-tertiary,
.scheduler .grid .btn-action {
  padding-left: 0;
}
.scheduler .helper-block {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.scheduler .two-column-layout .recurrence-period {
  width: 174px;
}
@media (min-width: 990px) {
  .scheduler .two-column-layout .start-date {
    float: right;
  }
}
.scheduler .day-selector-dropdown {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.scheduler .day-selector-dropdown .selector-divider {
  line-height: 30px;
  margin-right: 10px;
  float: left;
}
.ui-datepicker {
  text-align: center;
  font:
    900 12px/1em HelveticaNeue-Light,
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Verdana,
    Arial,
    "Lucida Grande",
    sans-serif;
  background: 0 0;
  user-select: none;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 5px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.ui-icon-circle-triangle-e:before {
  content: "\f108";
}
.ui-icon-circle-triangle-e:before {
  content: "\f108";
}
.ui-icon-circle-triangle-w:before {
  content: "\f107";
}
.ui-icon-circle-triangle-w:before {
  content: "\f107";
}
.ui-datepicker-header .ui-icon {
  font-size: 11px;
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-header .ui-state-disabled .ui-icon {
  color: #ccc;
}
.ui-datepicker-calendar thead {
  background: 0 0;
}
.ui-datepicker-calendar thead th {
  text-align: center;
  border: 0 none;
  padding: 0 0 0.2em;
  color: #888;
  height: auto;
  font-size: 0.9em;
}
.ui-datepicker-calendar tbody tr:first-child {
  border-top: 1px solid #ddd;
}
.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #ddd;
}
.ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-position: 0 -35px;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  outline: transparent none 0;
  text-transform: none;
  font-weight: 400;
  font-size: 1.2em;
}
.ui-datepicker-calendar td:hover {
  background-color: #eee;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
  background-color: transparent;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #eee;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar a:active,
.ui-datepicker-calendar a:hover,
.ui-datepicker-calendar a:visited {
  color: #4f4f4f;
  text-decoration: none;
}
.ui-datepicker-header {
  position: relative;
  padding: 5px 0 15px;
}
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 10px;
  font-family:
    georgia,
    times new roman,
    palatino,
    times,
    bookman,
    serif;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  font-size: 20px;
  cursor: pointer;
  line-height: 10px;
}
.ui-datepicker-header .ui-datepicker-next:disabled,
.ui-datepicker-header .ui-datepicker-prev:disabled {
  color: #aaa;
}
.ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  font-weight: 400;
}
.ui-datepicker-unselectable {
  color: #ccc;
  cursor: default !important;
}
.icon-add-circle,
.icon-add-doc,
.icon-add-solid,
.icon-address-book,
.icon-analytics,
.icon-approve_enrollments,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-start,
.icon-autorule_setup,
.icon-bar-graph,
.icon-batch_case,
.icon-bolt,
.icon-book-with-mark,
.icon-briefcase,
.icon-budget,
.icon-budget-history,
.icon-calendar,
.icon-cancel,
.icon-card,
.icon-caret-down,
.icon-caret-up,
.icon-cases,
.icon-chart-donut,
.icon-chat-bubble,
.icon-checkbox,
.icon-circle,
.icon-circle-arrow,
.icon-circle-close,
.icon-claim-notes,
.icon-claim_offices,
.icon-clip-board,
.icon-collect,
.icon-contacts,
.icon-coverage,
.icon-delete-doc,
.icon-diary,
.icon-disabled,
.icon-discount_categories,
.icon-disposition,
.icon-documents,
.icon-down-arrow,
.icon-download,
.icon-download-doc,
.icon-download-drawer,
.icon-drawer,
.icon-dropdown_language,
.icon-edit-doc,
.icon-enlarge,
.icon-error,
.icon-exclamation-circle,
.icon-exclamation-solid,
.icon-eye,
.icon-filled-mail,
.icon-flag,
.icon-folder,
.icon-folder-minus,
.icon-folder-plus,
.icon-gear,
.icon-grad-cap,
.icon-grid,
.icon-high-volume,
.icon-home,
.icon-image,
.icon-info-circle,
.icon-info-solid,
.icon-insured,
.icon-invoices,
.icon-invoicing,
.icon-key,
.icon-layer,
.icon-lightbulb,
.icon-line,
.icon-list,
.icon-locator,
.icon-lock-folder,
.icon-logout,
.icon-low-volume,
.icon-magnify-minus,
.icon-magnify-plus,
.icon-mail,
.icon-manual_submission,
.icon-medium-grid,
.icon-membership,
.icon-minus,
.icon-minus-circle,
.icon-mobile-phone,
.icon-money-shield,
.icon-monitor,
.icon-multiple-gears,
.icon-multiple-image,
.icon-multiple-person,
.icon-mute,
.icon-network,
.icon-numbers,
.icon-open-envelope,
.icon-open-folder,
.icon-outgoing-payments,
.icon-overview,
.icon-padlock,
.icon-padlock-open,
.icon-paginate-next,
.icon-paginate-prev,
.icon-paper_clip,
.icon-partnerselect,
.icon-payer,
.icon-payments,
.icon-pdf-export,
.icon-pencil,
.icon-phone,
.icon-pie,
.icon-plus,
.icon-pmx-profile,
.icon-power-button,
.icon-print,
.icon-question-circle,
.icon-question-solid,
.icon-quick_pay,
.icon-rates,
.icon-refresh,
.icon-reporting,
.icon-rosette,
.icon-rows,
.icon-save,
.icon-screen-layout,
.icon-search,
.icon-settings,
.icon-shrink,
.icon-single-doc,
.icon-smart-phone,
.icon-solid-circle,
.icon-stack,
.icon-star,
.icon-tablet,
.icon-tasks,
.icon-tick,
.icon-tick-solid,
.icon-time,
.icon-timekeeper,
.icon-tools,
.icon-trash,
.icon-unlock,
.icon-up-arrow,
.icon-upload-drawer,
.icon-user,
.icon-user-delete,
.icon-user-minus,
.icon-user-plus,
.icon-vendors,
.icon-video-camera,
.icon-warning,
.icon-wifi,
.icon-workspace,
.icon-wrench,
.icon-xsl-export,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next .ui-icon,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w,
i.icon,
span.icon {
  font-family: icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-circle:before {
  content: "\f101";
}
.icon-add-doc:before {
  content: "\f102";
}
.icon-add-solid:before {
  content: "\f103";
}
.icon-address-book:before {
  content: "\f104";
}
.icon-analytics:before {
  content: "\f105";
}
.icon-approve_enrollments:before {
  content: "\f106";
}
.icon-arrow-left:before,
.ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon:before {
  content: "\f107";
}
.icon-arrow-right:before,
.ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-next
  .ui-icon:before {
  content: "\f108";
}
.icon-arrow-start:before {
  content: "\f109";
}
.icon-autorule_setup:before {
  content: "\f10a";
}
.icon-bar-graph:before {
  content: "\f10b";
}
.icon-batch_case:before {
  content: "\f10c";
}
.icon-bolt:before {
  content: "\f10d";
}
.icon-book-with-mark:before {
  content: "\f10e";
}
.icon-briefcase:before {
  content: "\f10f";
}
.icon-budget-history:before {
  content: "\f110";
}
.icon-budget:before {
  content: "\f111";
}
.icon-calendar:before {
  content: "\f112";
}
.icon-cancel:before {
  content: "\f113";
}
.icon-card:before {
  content: "\f114";
}
.icon-caret-down:before {
  content: "\f115";
}
.icon-caret-up:before {
  content: "\f116";
}
.icon-cases:before {
  content: "\f117";
}
.icon-chart-donut:before {
  content: "\f118";
}
.icon-chat-bubble:before {
  content: "\f119";
}
.icon-checkbox:before {
  content: "\f11a";
}
.icon-circle-arrow:before {
  content: "\f11b";
}
.icon-circle-close:before {
  content: "\f11c";
}
.icon-circle:before {
  content: "\f11d";
}
.icon-claim-notes:before {
  content: "\f11e";
}
.icon-claim_offices:before {
  content: "\f11f";
}
.icon-clip-board:before {
  content: "\f120";
}
.icon-collect:before {
  content: "\f121";
}
.icon-contacts:before {
  content: "\f122";
}
.icon-coverage:before {
  content: "\f123";
}
.icon-delete-doc:before {
  content: "\f124";
}
.icon-diary:before {
  content: "\f125";
}
.icon-disabled:before {
  content: "\f126";
}
.icon-discount_categories:before {
  content: "\f127";
}
.icon-disposition:before {
  content: "\f128";
}
.icon-documents:before {
  content: "\f129";
}
.icon-down-arrow:before {
  content: "\f12a";
}
.icon-download-doc:before {
  content: "\f12b";
}
.icon-download-drawer:before {
  content: "\f12c";
}
.icon-download:before {
  content: "\f12d";
}
.icon-drawer:before {
  content: "\f12e";
}
.icon-dropdown_language:before {
  content: "\f12f";
}
.icon-edit-doc:before {
  content: "\f130";
}
.icon-enlarge:before {
  content: "\f131";
}
.icon-error:before {
  content: "\f132";
}
.icon-exclamation-circle:before {
  content: "\f133";
}
.icon-exclamation-solid:before {
  content: "\f134";
}
.icon-eye:before {
  content: "\f135";
}
.icon-filled-mail:before {
  content: "\f136";
}
.icon-flag:before {
  content: "\f137";
}
.icon-folder-minus:before {
  content: "\f138";
}
.icon-folder-plus:before {
  content: "\f139";
}
.icon-folder:before {
  content: "\f13a";
}
.icon-gear:before {
  content: "\f13b";
}
.icon-grad-cap:before {
  content: "\f13c";
}
.icon-grid:before {
  content: "\f13d";
}
.icon-high-volume:before {
  content: "\f13e";
}
.icon-home:before {
  content: "\f13f";
}
.icon-image:before {
  content: "\f140";
}
.icon-info-circle:before {
  content: "\f141";
}
.icon-info-solid:before {
  content: "\f142";
}
.icon-insured:before {
  content: "\f143";
}
.icon-invoices:before {
  content: "\f144";
}
.icon-invoicing:before {
  content: "\f145";
}
.icon-key:before {
  content: "\f146";
}
.icon-layer:before {
  content: "\f147";
}
.icon-lightbulb:before {
  content: "\f148";
}
.icon-line:before {
  content: "\f149";
}
.icon-list:before {
  content: "\f14a";
}
.icon-locator:before {
  content: "\f14b";
}
.icon-lock-folder:before {
  content: "\f14c";
}
.icon-logout:before {
  content: "\f14d";
}
.icon-low-volume:before {
  content: "\f14e";
}
.icon-magnify-minus:before {
  content: "\f14f";
}
.icon-magnify-plus:before {
  content: "\f150";
}
.icon-mail:before {
  content: "\f151";
}
.icon-manual_submission:before {
  content: "\f152";
}
.icon-medium-grid:before {
  content: "\f153";
}
.icon-membership:before {
  content: "\f154";
}
.icon-minus-circle:before {
  content: "\f155";
}
.icon-minus:before {
  content: "\f156";
}
.icon-mobile-phone:before {
  content: "\f157";
}
.icon-money-shield:before {
  content: "\f158";
}
.icon-monitor:before {
  content: "\f159";
}
.icon-multiple-gears:before {
  content: "\f15a";
}
.icon-multiple-image:before {
  content: "\f15b";
}
.icon-multiple-person:before {
  content: "\f15c";
}
.icon-mute:before {
  content: "\f15d";
}
.icon-network:before {
  content: "\f15e";
}
.icon-numbers:before {
  content: "\f15f";
}
.icon-open-envelope:before {
  content: "\f160";
}
.icon-open-folder:before {
  content: "\f161";
}
.icon-outgoing-payments:before {
  content: "\f162";
}
.icon-overview:before {
  content: "\f163";
}
.icon-padlock-open:before {
  content: "\f164";
}
.icon-padlock:before {
  content: "\f165";
}
.icon-paginate-next:before {
  content: "\f166";
}
.icon-paginate-prev:before {
  content: "\f167";
}
.icon-paper_clip:before {
  content: "\f168";
}
.icon-partnerselect:before {
  content: "\f169";
}
.icon-payer:before {
  content: "\f16a";
}
.icon-payments:before {
  content: "\f16b";
}
.icon-pdf-export:before {
  content: "\f16c";
}
.icon-pencil:before {
  content: "\f16d";
}
.icon-phone:before {
  content: "\f16e";
}
.icon-pie:before {
  content: "\f16f";
}
.icon-plus:before {
  content: "\f170";
}
.icon-pmx-profile:before {
  content: "\f171";
}
.icon-power-button:before {
  content: "\f172";
}
.icon-print:before {
  content: "\f173";
}
.icon-question-circle:before {
  content: "\f174";
}
.icon-question-solid:before {
  content: "\f175";
}
.icon-quick_pay:before {
  content: "\f176";
}
.icon-rates:before {
  content: "\f177";
}
.icon-refresh:before {
  content: "\f178";
}
.icon-reporting:before {
  content: "\f179";
}
.icon-rosette:before {
  content: "\f17a";
}
.icon-rows {
  visibility: hidden;
}
.icon-rows:before {
  content: "\f17b";
}
.icon-save:before {
  content: "\f17c";
}
.icon-screen-layout:before {
  content: "\f17d";
}
.icon-search:before {
  content: "\f17e";
}
.icon-settings:before {
  content: "\f17f";
}
.icon-shrink:before {
  content: "\f180";
}
.icon-single-doc:before {
  content: "\f181";
}
.icon-smart-phone:before {
  content: "\f182";
}
.icon-solid-circle:before {
  content: "\f183";
}
.icon-stack:before {
  content: "\f184";
}
.icon-star:before {
  content: "\f185";
}
.icon-tablet:before {
  content: "\f186";
}
.icon-tasks:before {
  content: "\f187";
}
.icon-tick-solid:before {
  content: "\f188";
}
.icon-tick:before {
  content: "\f189";
}
.icon-time:before {
  content: "\f18a";
}
.icon-timekeeper:before {
  content: "\f18b";
}
.icon-tools:before {
  content: "\f18c";
}
.icon-trash:before {
  content: "\f18d";
}
.icon-unlock:before {
  content: "\f18e";
}
.icon-up-arrow:before {
  content: "\f18f";
}
.icon-upload-drawer:before {
  content: "\f190";
}
.icon-user-delete:before {
  content: "\f191";
}
.icon-user-minus:before {
  content: "\f192";
}
.icon-user-plus:before {
  content: "\f193";
}
.icon-user:before {
  content: "\f194";
}
.icon-vendors:before {
  content: "\f195";
}
.icon-video-camera:before {
  content: "\f196";
}
.icon-warning:before {
  content: "\f197";
}
.icon-wifi:before {
  content: "\f198";
}
.icon-workspace:before {
  content: "\f199";
}
.icon-wrench:before {
  content: "\f19a";
}
.icon-xsl-export:before {
  content: "\f19b";
}
@-moz-keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.icon-state-bounce {
  -moz-animation: icon-bounce 2s infinite;
  -webkit-animation: icon-bounce 2s infinite;
  animation: icon-bounce 2s infinite;
}
.icon-state-spin {
  animation-duration: 1s;
  animation-name: icon-spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes icon-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.center {
  text-align: center !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clickable {
  cursor: pointer;
}
.scrollY {
  overflow-y: scroll;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden !important;
}
.inline-block {
  display: inline-block !important;
}
.valign-top {
  vertical-align: top;
}
.fixed {
  position: fixed !important;
}
.js .glu-noscript {
  display: none;
}
.js .no-cookies .glu-cookies {
  display: block !important;
}
.js.lt-ie9 .glu-oldie {
  display: block !important;
}
.glu .glu-alert {
  display: none;
}
.glu .glu-alert .alert {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #cfcfcf;
}
.glu .glu-alert .close {
  margin-top: -1px;
}
.glu .glu-content {
  display: none;
}
.glu .glu-progress {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.glu .glu-progress > .progress {
  margin: 0;
}
.glu .glu-progress-message {
  text-align: center;
  margin: 6px 0 0;
  color: #666;
  font-size: 13px;
}
.glu .glu-loader {
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
}
.glu .glu-cookies,
.glu .glu-oldie {
  display: none;
}
.glu-content-loading {
  margin-top: 40px;
}
.glu-content-loading > img {
  margin: 0 auto;
  display: block;
}
.glu-screen-manager {
  position: absolute;
  left: -4000px;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.5, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
  background-image: linear-gradient(to top, #eee 0, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.9, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
  background-image: linear-gradient(to bottom, #eee 0, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(../images/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #ccc;
  border-top: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ccc;
}
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  padding-top: 2px;
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
  background-image: linear-gradient(to top, #ccc 0, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/select2.png) no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(../images/select2.png) no-repeat 100% -22px;
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat 100% -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(../images/select2.png) no-repeat -37px -22px;
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2.png) no-repeat -37px -22px,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url(../images/select2-spinner.gif) no-repeat 100%;
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(../images/select2-spinner.gif) no-repeat 100%,
    linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
  background-image: linear-gradient(to top, #fff 0, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ccc;
  border-top-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #369;
  color: #f7f7f7;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: 0 0;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f7f7f7;
  display: list-item;
  padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f7f7f7;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f7f7f7;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f7f7f7 url(../images/select2-spinner.gif) no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f7f7f7;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f7f7f7;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #333;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0 !important;
}
.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff url(../images/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ccc;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    to bottom,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}
html[dir="rtl"]
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ccc;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: 0;
  background: url(../images/select2.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #ccc;
  background-image: none;
  border: 1px solid #ccc;
  cursor: default;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-image: none;
  background-color: #ccc;
}
.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: 0;
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 2dppx) {
  .select2-container .select2-choice .select2-arrow b,
  .select2-container .select2-choice abbr,
  .select2-search input,
  .select2-search-choice-close {
    background-image: url(../images/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.form-control .select2-choice,
.widget-injector select .select2-choice {
  border: 0;
  border-radius: 2px;
}
.form-control .select2-choice .select2-arrow,
.widget-injector select .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}
.form-control.select2-container,
.widget-injector select.select2-container {
  height: auto !important;
  padding: 0;
}
.form-control.select2-container.select2-dropdown-open,
.widget-injector select.select2-container.select2-dropdown-open {
  border-color: #ccc;
  border-radius: 3px 3px 0 0;
}
.form-control .select2-container.select2-dropdown-open .select2-choices,
.widget-injector
  select
  .select2-container.select2-dropdown-open
  .select2-choices {
  border-radius: 3px 3px 0 0;
}
.form-control.select2-container .select2-choices,
.widget-injector select.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.warning
  .select2-dropdown-open.select2-drop-above
  .select2-choice,
.control-group.warning
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #c93 !important;
}
.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #c93 !important;
  background: #fcf8e3 !important;
}
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #900 !important;
}
.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #900 !important;
  background: #fcc !important;
}
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ccc !important;
}
.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #ccc !important;
  background: #fff !important;
}
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success
  .select2-container-multi.select2-container-active
  .select2-choices,
.control-group.success
  .select2-dropdown-open.select2-drop-above
  .select2-choice,
.control-group.success
  .select2-dropdown-open.select2-drop-above
  .select2-choices {
  border: 1px solid #693 !important;
}
.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #693 !important;
  background: #dff0d8 !important;
}
.select2-results .select2-highlighted {
  background-color: #ccc;
  color: #333;
}
.form-control.select2-container.select2-dropdown-open,
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.widget-injector select.select2-container.select2-dropdown-open {
  border-color: #aaa;
}
.select2-container .select2-choice {
  background: #fff;
}
.select2-container .select2-choice .select2-arrow {
  background-image: linear-gradient(#fff, #f2f2f2);
  width: 27px;
}
.select2-container .select2-choice .select2-arrow b {
  background: url(../images/select2.png) no-repeat 5px 1px;
}
.select2-drop-active {
  border: 2px solid #ccc;
  border-top-width: 1px;
}
.select2-search {
  margin-top: 5px;
}
.select2-search input {
  background: url(../images/select2.png) no-repeat 100% -22px;
}
input.input-date {
  min-width: 200px;
  padding: 4px;
}
.ui-datepicker {
  text-align: center;
  background: 0 0;
  user-select: none;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 5px 0;
  box-shadow: none;
  display: none;
}
.ui-datepicker-trigger {
  width: 25px;
  height: 30px;
  font-size: 24px;
  color: #369;
  cursor: pointer;
}
.ui-daterangepickercontain {
  position: absolute;
  z-index: 999;
  overflow: hidden;
}
.ui-daterangepickercontain .ui-daterangepicker {
  padding: 0 10px 10px;
  width: auto;
  clear: left;
}
.ui-daterangepickercontain .ui-daterangepicker .icon-arrow-left,
.ui-daterangepickercontain .ui-daterangepicker .icon-arrow-right,
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-next
  .ui-icon,
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-daterangepickercontain
  .ui-datepicker-header
  .ui-datepicker-prev
  .ui-icon {
  font-size: 12px;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content {
  background-color: #fff;
  width: 10em;
  border: 1px solid #ccc;
  padding: 10px 0;
  list-style: none outside none;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content li {
  padding-left: 10px;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content li a {
  text-decoration: none;
}
.ui-daterangepickercontain .ui-daterangepicker ul.ui-widget-content li span {
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  ul.ui-widget-content
  li.ui-state-active {
  background-color: #f7f7f7;
}
.ui-daterangepickercontain .ui-daterangepicker .ranges {
  width: auto;
  position: relative;
  padding: 18px 8px 50px;
  margin-left: -1px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
}
.ui-daterangepickercontain .ui-daterangepicker .btnDone {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-right: 15px;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline {
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 5px 10px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  .ui-datepicker-title
  select {
  border: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  text-align: right;
  margin-right: 5px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  .ui-datepicker-month {
  background: url(../images/icons/dropdown.png) 79px 2px no-repeat;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  .ui-datepicker-year {
  background: url(../images/icons/dropdown.png) 40px 2px no-repeat;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline div a {
  width: 16px;
  height: 16px;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline table {
  font-size: 12px;
}
.ui-daterangepickercontain .ui-daterangepicker .ui-datepicker-inline table a {
  padding: 8px 9px;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  table
  a.ui-state-active {
  background-color: #369;
  color: #fff;
}
.ui-daterangepickercontain
  .ui-daterangepicker
  .ui-datepicker-inline
  table
  td
  span {
  padding: 3px 5px;
}
.ui-daterangepickercontain .ui-datepicker-header {
  position: relative;
  padding: 5px 0 15px;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: -10px;
  top: 7px;
  font-family: icons;
  text-decoration: none;
  color: #111;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next:disabled,
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-prev:disabled {
  color: #aaa;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 15px;
}
.ui-daterangepickercontain .ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  font-weight: 400;
}
.ui-daterangepickercontain .ui-datepicker-header .prev-text {
  margin: 3px;
}
.ui-daterangepickercontain .ui-datepicker-header .next-text {
  margin: 0;
}
.ui-daterangepickercontain .ui-datepicker-calendar thead {
  background: 0 0;
}
.ui-daterangepickercontain .ui-datepicker-calendar thead th {
  text-align: center;
  border: 0 none;
  padding: 0 0 0.2em;
  color: #999;
  height: auto;
  font-size: 0.9em;
}
.ui-daterangepickercontain .ui-datepicker-calendar td {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  outline: transparent none 0;
  text-transform: none;
}
.ui-daterangepickercontain .ui-datepicker-calendar td:hover {
  background-color: #eee;
}
.ui-daterangepickercontain
  .ui-datepicker-calendar
  td.ui-datepicker-unselectable:hover {
  background-color: transparent;
}
.ui-daterangepickercontain
  .ui-datepicker-calendar
  td.ui-datepicker-current-day {
  background: #369;
}
.ui-daterangepickercontain
  .ui-datepicker-calendar
  td.ui-datepicker-current-day
  a {
  color: #fff;
}
.ui-daterangepickercontain .ui-datepicker-calendar a,
.ui-daterangepickercontain .ui-datepicker-calendar a:active,
.ui-daterangepickercontain .ui-datepicker-calendar a:hover,
.ui-daterangepickercontain .ui-datepicker-calendar a:visited {
  text-decoration: none;
}
.ui-daterangepickercontain .ui-datepicker-calendar .ui-datepicker-unselectable {
  color: #ccc;
  cursor: default !important;
}
.ui-daterangepicker .range-end,
.ui-daterangepicker .range-start,
.ui-daterangepicker .ranges,
.ui-daterangepicker ul {
  float: left;
  padding: 0;
  margin: 0;
}
.no-range-select .ui-daterangepickercontain ul.ui-widget-content {
  display: none;
}
.no-range-select .ui-daterangepickercontain .ranges {
  margin-left: 0;
  margin-top: 0;
  padding: 18px 8px;
}
.ui-daterangepicker .title-end,
.ui-daterangepicker .title-start {
  display: none;
}
.ui-daterangepicker-specificDate {
  margin-top: 20px;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ui-daterangepickercontain
    .ui-daterangepicker
    .ui-datepicker-inline
    .ui-datepicker-title
    select {
    background: transparent url(../images/icons/dropdown.png) no-repeat;
    direction: rtl;
    border-radius: 0;
  }
  .ui-daterangepickercontain
    .ui-daterangepicker
    .ui-datepicker-inline
    .ui-datepicker-title
    .ui-datepicker-month {
    background-position: 71px 2px;
    padding-right: 20px;
  }
  .ui-daterangepickercontain
    .ui-daterangepicker
    .ui-datepicker-inline
    .ui-datepicker-title
    .ui-datepicker-year {
    background-position: 35px 2px;
    min-width: 48px;
    padding-right: 17px;
  }
}
.file-upload {
  border: 1px dashed #ccc;
  margin: 0 auto;
}
.file-upload.dropped .dropzone {
  padding: 20px !important;
}
.file-upload .status {
  background: #369;
  color: #fff;
  padding: 10px;
  line-height: 26px;
  display: table;
  width: 100%;
}
.file-upload .status .status-cell {
  display: table-cell;
  vertical-align: middle;
}
.file-upload .status.error {
  background-color: #900;
}
.file-upload .status.error .cancel-transaction {
  display: none !important;
}
.file-upload .status.success {
  background-color: #693;
}
.file-upload .status.success .transaction-count {
  display: block !important;
}
.file-upload .status.success .cancel-transaction {
  display: none !important;
}
.file-upload .status .status-icon {
  font-size: 24px;
  line-height: 24px;
  vertical-align: top;
}
.file-upload .status .message {
  vertical-align: top;
  padding-left: 5px;
}
.file-upload .status .filename {
  text-align: right;
}
.file-upload .status .transaction-count {
  display: none;
}
.file-upload .status .cancel-transaction {
  border: 1px solid transparent;
  padding: 0 20px;
  background-color: #ccc;
  color: #369;
  margin-left: 5px;
}
.file-upload .dropzone {
  text-align: center;
  padding: 40px 20px;
}
.file-upload .dropzone input[type="file"] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.file-upload .dropzone.in {
  background-color: #900;
}
.file-upload .dropzone.in.hover {
  background-color: #f7f7f7;
}
.file-upload .dropzone.no-dnd .dnd-support {
  display: none;
}
.file-upload .dropzone.no-dnd input[type="file"] {
  width: 200px;
  height: auto;
  margin: 0 auto;
  visibility: visible !important;
}
.date-picker-file-upload {
  margin: 15px 0;
}
.date-picker-file-upload .file-upload-date-picker {
  display: inline-block;
  width: 37%;
  border: #ccc;
  font-weight: 500;
  height: 30px;
  border-radius: 2px;
}
.action-bar {
  background-color: #f7f7f7;
  padding: 5px 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 0 rgba(200, 200, 200, 0.2);
  position: fixed;
  z-index: 960;
  bottom: 0;
  left: 0;
  right: 0;
}
.action-bar .btn,
.action-bar .btn-group,
.action-bar .dashboard-layout .widget input[type="submit"] {
  margin-right: 15px;
}
.action-bar .btn-group > .btn,
.action-bar .btn-group > .dashboard-layout .widget input[type="submit"] {
  margin-right: 0;
}
.application-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.application-header .container,
.application-header .dashboard-layout,
.application-header .workbench {
  position: relative;
}
.application-header .logo {
  background: url(../images/logo.png) no-repeat;
  display: block;
  height: 30px;
  margin: 12px 0 8px 5px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 86px;
}
.application-header h1 {
  margin: 0 0 0 10px;
}
body,
html {
  height: 100%;
}
.glu-base-nav div[data-region="menuHeader"] {
  z-index: 950;
}
.glu-base-nav div[data-region="userMenuHeader"] {
  display: block;
}
div[role="main"] {
  height: 100%;
}
nav.glu-menu ul {
  list-style-type: none;
}
nav.glu-menu ul.top {
  margin: 0;
  padding: 0;
}
nav.glu-menu a,
nav.glu-menu a:hover {
  text-decoration: none;
}
nav.glu-menu .menu-focus,
nav.glu-menu:focus {
  outline: 0;
}
nav.glu-menu .parent,
nav.glu-menu [class^="item-"] {
  position: relative;
}
nav.glu-menu .parent > [class^="item-"] i[class^="icon-"],
nav.glu-menu .parent > [class^="item-"] span[class^="icon-"] {
  margin-right: 5px;
}
nav.glu-menu .parent > [class^="item-"] .caret {
  margin-left: 5px;
}
nav.glu-menu .parent > .dropdown {
  list-style-type: none;
  margin: -1px 0 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
nav.glu-menu .parent > .dropdown[aria-hidden="false"] {
  display: block;
}
nav.glu-menu .parent > .dropdown[aria-hidden="true"] {
  display: none;
}
nav.glu-menu .parent > .dropdown .item-separator {
  font-weight: 700;
}
nav.glu-menu .toggle {
  display: none;
}
nav.glu-menu .toggle .btn,
nav.glu-menu .toggle .dashboard-layout .widget input[type="submit"] {
  padding: 0;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  nav.glu-menu .parent > .dropdown {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    position: absolute;
    width: 225px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"] {
    display: block;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 2px 20px 2px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  nav.glu-menu {
    background-color: #222;
  }
  nav.glu-menu .toggle {
    display: block;
  }
  nav.glu-menu .parent > [class^="item-"] {
    border-top: 1px solid #333;
    border-bottom: 1px solid #080808;
    color: #f2f2f2;
    display: block;
    font-size: 0;
    padding: 16px 20px;
  }
  nav.glu-menu .parent > [class^="item-"].active,
  nav.glu-menu .parent > [class^="item-"].dd-open,
  nav.glu-menu .parent > [class^="item-"].menu-focus,
  nav.glu-menu .parent > [class^="item-"].menu-hover {
    background-color: #080808;
    border-top: 1px solid #080808;
    color: #fff;
  }
  nav.glu-menu .parent > .dropdown {
    background-color: #080808;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"] {
    color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-focus,
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-hover {
    background-color: #222;
    color: #fff;
  }
  nav.glu-menu.open {
    min-width: 200px;
    width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  nav.glu-menu.open ul {
    position: relative;
    width: 100%;
  }
  nav.glu-menu.open .parent > [class^="item-"] {
    display: block;
    font-size: 100%;
    padding: 16px 20px;
  }
  nav.glu-menu.open .parent > [class^="item-"].dd-open,
  nav.glu-menu.open .parent > [class^="item-"].menu-focus,
  nav.glu-menu.open .parent > [class^="item-"].menu-hover {
    color: #fff;
  }
  nav.glu-menu.open .parent > .dropdown {
    margin: 0;
    padding: 0;
    position: static;
  }
  nav.glu-menu.open .parent > .dropdown:before {
    display: none;
  }
  nav.glu-menu.open .parent > .dropdown [class^="item-"] {
    display: block;
    padding-left: 40px;
  }
  nav.glu-menu.open .parent > .dropdown [class^="item-"].menu-focus,
  nav.glu-menu.open .parent > .dropdown [class^="item-"].menu-hover {
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  nav.glu-menu {
    background-color: #f8f8f8;
    width: 100%;
  }
  nav.glu-menu .parent {
    display: inline-block;
    float: left;
  }
  nav.glu-menu .parent > [class^="item-"] {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: block;
    padding: 13px 20px;
  }
  nav.glu-menu .parent > [class^="item-"].dd-open,
  nav.glu-menu .parent > [class^="item-"].menu-focus,
  nav.glu-menu .parent > [class^="item-"].menu-hover {
    background-color: #f8f8f8;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    color: #333;
    z-index: 950;
  }
  nav.glu-menu .parent > .dropdown {
    background-color: #f8f8f8;
    padding-bottom: 10px;
  }
  nav.glu-menu .parent > .dropdown[aria-hidden="false"] {
    border: 1px solid #e7e7e7;
    box-shadow: 0 5px 5px #e7e7e7;
    top: calc(98%);
    z-index: 940;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"] {
    color: #777;
  }
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-focus,
  nav.glu-menu .parent > .dropdown [class^="item-"].menu-hover {
    background-color: #080808;
    color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.glu-menu {
    width: 60px;
    height: 100%;
  }
  nav.glu-menu .toggle {
    border-top: 1px solid #333;
    border-bottom: 1px solid #080808;
  }
  nav.glu-menu .parent > [class^="item-"] {
    font-size: 0;
  }
  nav.glu-menu .parent > [class^="item-"] .caret {
    display: none;
  }
  nav.glu-menu .parent > .dropdown {
    background-color: #080808;
    margin-top: -60px;
    margin-left: calc(120%);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  nav.glu-menu .parent > .dropdown:before {
    border-color: transparent #080808 transparent transparent;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 35px;
    width: 0;
  }
  nav.glu-menu.open .parent > [class^="item-"] .caret {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  nav.glu-menu {
    width: 0;
    overflow: hidden;
  }
}
.glu-switch {
  position: relative;
  overflow: hidden;
}
.glu-switch span {
  display: inline-block;
  vertical-align: middle;
}
.glu-switch input {
  position: absolute;
  margin-left: -9999px;
  opacity: 0;
}
.glu-switch input + label {
  background-color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 48px;
  padding: 2px;
  position: relative;
  outline: 0;
  vertical-align: middle;
  width: 96px;
}
.glu-switch input + label:after,
.glu-switch input + label:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  font-size: 14px;
}
.glu-switch input + label:before {
  right: 1px;
  background-color: #f7f7f7;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  content: attr(data-off);
  text-align: right;
  transition: background 0.25s;
}
.glu-switch input + label:after {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  content: "";
  transition: margin 0.25s;
  width: 46px;
}
.glu-switch input.checked + label:before {
  background-color: #693;
  color: #fff;
  content: attr(data-on);
  text-align: left;
}
.glu-switch input.checked + label:after {
  margin-left: 48px;
}
.glu-switch input:checked + label:before {
  background-color: #693;
  color: #fff;
  content: attr(data-on);
  text-align: left;
}
.glu-switch input:checked + label:after {
  margin-left: 48px;
}
.glu-switch input:focus + label {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.glu-switch.switch-round input + label {
  border-radius: 48px;
}
.glu-switch.switch-round input + label:before {
  border-radius: 48px;
  padding: 13px 13px 0;
}
.glu-switch.switch-round input + label:after {
  border-radius: 100%;
}
.glu-switch.switch-square input + label:before {
  padding: 13px 13px 0;
}
.glu-notification-layer {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  right: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .glu-notification-layer {
    float: left;
    width: 25%;
  }
}
.glu-notification-layer p {
  padding: 10px;
}
.glu-notification-content {
  padding: 5px;
}
.glu-notification-content .close {
  font-size: 12px;
}
.glu-notification-success .glu-notification-content {
  background-color: #dfefd7;
  border-color: #8db26c;
}
.glu-notification-success p {
  color: #333;
}
.glu-notification-danger .glu-notification-content {
  background-color: #ffcdce;
  border-color: #991216;
}
.glu-notification-danger p {
  color: #333;
}
.glu-notification-info .glu-notification-content {
  background-color: #e7f3fe;
  border-color: #448bc2;
}
.glu-notification-info p {
  color: #333;
}
.glu-notification-warning .glu-notification-content {
  background-color: #fff6d9;
  border-color: #fdd050;
}
.glu-notification-warning p {
  color: #333;
}
.c3 svg {
  font: 10px sans-serif;
}
.c3 line,
.c3 path {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #ccc;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #fff;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
@media print {
  body {
    background: #fff;
  }
  #nav,
  .document-options,
  .nav-tabs,
  .page-headline,
  .widget::before,
  .workbench-header ul.flat-tab {
    display: none;
  }
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-left: 0;
}
.widget-body .nav-tabs,
.widget-body .workbench-header ul.flat-tab {
  margin-bottom: 20px;
}
.table {
  table-layout: fixed;
}
.table > tbody > tr > td {
  white-space: normal;
  vertical-align: middle;
}
.table > tbody > tr.active > td {
  background-color: #ddd;
}
.table-fixed-height-wrapper {
  max-height: 300px;
  overflow: auto;
}
.table-fixed-height-wrapper .table {
  margin-bottom: 0;
}
.table-scroll-wrapper {
  overflow: auto;
}
.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper > a {
  position: absolute;
  top: 8px;
  right: 10px;
}
.datepicker-wrapper input::-ms-clear {
  display: none;
}
.datepicker-wrapper-2 {
  position: relative;
}
.datepicker-wrapper-2 > a {
  position: absolute;
  top: 5px;
  right: 8px;
}
.datepicker-wrapper-2 input::-ms-clear {
  display: none;
}
input[type="file"].form-control,
input[type="file"].widget-injector select {
  border: 0;
  padding-left: 0;
  padding-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .form-group > label {
  margin-top: 6px;
}
.form-horizontal .form-group > div .form-control-static {
  margin-top: 6px;
  margin-bottom: -11px;
}
.icon-rows {
  visibility: hidden;
}
.signinlogo {
        width: 280px;
    height: 70px;
    background-image: url(/common/images/bottomlinelogo-corner.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.cornerlogo {
    width: 210px;
    height: 33px;
    background-image: url(/common/images/bottomlinelogo-corner.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -3px;
    padding-bottom: 0;
    display: block;
    vertical-align: middle;
    border: 0;
}
.table-col-home-subs-new {
  width: 65px;
  max-width: 65px;
}
.table-col-home-subs-updated {
  width: 160px;
  max-width: 160px;
}
.table-col-home-inbox-img {
  width: 55px;
  max-width: 55px;
}
.table-col-results-customize {
  width: 100px;
  max-width: 100px;
}
.table-col-upload-value {
  width: 225px;
  max-width: 225px;
}
.table-col-cats-inbox-img {
  width: 60px;
  max-width: 60px;
}
.table-col-cats-index-name {
  width: 170px;
  max-width: 170px;
}
.table-col-cats-display-name {
  width: 170px;
  max-width: 170px;
}
.table-col-cats-data-type {
  width: 150px;
  max-width: 150px;
}
.table-col-cats-length {
  width: 82px;
  max-width: 82px;
}
.table-col-cats-order {
  width: 75px;
  max-width: 75px;
}
.table-col-cats-sort {
  width: 66px;
  max-width: 66px;
}
.table-col-cats-backfill {
  width: 74px;
  max-width: 74px;
}
.table-col-cats-delete {
  width: 80px;
  max-width: 80px;
}
.table-col-results {
  width: 100px;
}
.table-col-runtime-server-img {
  width: 65px;
  max-width: 65px;
}
.table-col-runtime-server-state {
  width: 115px;
  max-width: 115px;
}
.table-col-status-img {
  width: 100px;
  max-width: 100px;
}
.table-col-status-type {
  width: 100px;
  max-width: 100px;
}
.table-col-status-log {
  width: 200px;
  max-width: 200px;
}
.table-col-status-state {
  width: 100px;
  max-width: 100px;
}
.table-col-status-progress {
  width: 100px;
  max-width: 100px;
}
fieldset {
  margin-bottom: 0;
}
legend {
  border-bottom: 0;
  margin-bottom: 10px;
  color: #333;
}
