@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: bold; }

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 {
  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;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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 {
  *,
  *:before,
  *:after {
    background: transparent !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: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -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.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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.42857;
  background-color: #fff;
  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 #eeeeee; }

.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: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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: .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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    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; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]: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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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 {
    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 {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    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, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  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 {
    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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  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 {
    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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  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 {
    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 {
  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 {
    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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@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: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.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],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  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; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  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 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  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.42857;
  color: #777777;
  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 dashed;
  border-bottom: 4px solid \9;
  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 {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn: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 > .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 {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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 {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  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 {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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) > .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 {
  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 {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control: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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control: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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.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,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  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: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, .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 {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    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; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .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; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      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-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      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 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          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 {
      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 .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      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, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    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:hover, .navbar-default .navbar-brand:focus {
      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:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      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:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      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:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.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: bold; }
  .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-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.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; }

.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;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    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; }
  .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; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  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-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.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 !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.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 !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.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 !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.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 !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.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; } }
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  left: initial;
  right: initial;
  top: initial; }

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px; }

.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%; }

.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em; }

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0; }

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999; }

.bootstrap-datetimepicker-widget td.today {
  position: relative; }

.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #DFDEE4;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget td > span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget td > span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget td span.old {
  color: #999999; }

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget th.switch {
  width: 145px; }

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px; }

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee; }

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important; }

.bootstrap-datetimepicker-widget .picker-switch {
  background-color: #428bca; }

.bootstrap-datetimepicker-widget td span:not(.timepicker-minute .timepicker-hour .month) {
  color: #428bca; }

.bootstrap-datetimepicker-widget td .btn, .bootstrap-datetimepicker-widget td .timepicker-minute, .bootstrap-datetimepicker-widget td .timepicker-hour {
  margin: 0; }

.bootstrap-datetimepicker-widget td .btn:not(.btn-primary) {
  color: #337ab7; }

.bootstrap-datetimepicker-widget td .btn:not(.btn-primary):hover {
  color: #286090; }
/* Collection default theme */
/* Grid default theme */
.ReactVirtualized__Grid {
  outline: none; }

/* Table default theme */
.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px; }

.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap; }

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px; }

.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer; }

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-flex: 0 0 24px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor; }

/* List default theme */
/*global bootstrap layout override*/
.row, .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  margin: 0;
  padding: 0;
  height: 100%; }

.container-fluid {
  height: 100%;
  padding: 0;
  min-width: 1000px;
  min-height: 500px; }
  .container-fluid .f-scr-constraint {
    min-width: 1000px; }

.landing-wrapper {
  height: 100%; }
  .landing-wrapper .form-company-login.info-box {
    width: 95%; }
    .landing-wrapper .form-company-login.info-box .field-panel {
      padding: 0; }
    .landing-wrapper .form-company-login.info-box .btn {
      margin-top: 5px; }
    .landing-wrapper .form-company-login.info-box .list-group {
      margin-bottom: 10px; }
    .landing-wrapper .form-company-login.info-box .help-block {
      height: 0; }
    .landing-wrapper .form-company-login.info-box .control-label {
      padding-right: 0px;
      white-space: initial; }

.landing {
  max-width: 765px;
  padding: 0;
  height: 100%; }
  .landing .header, .landing .footer {
    max-width: 765px; }
  .landing .body .main-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-left: 0; }
  .landing .copyright {
    padding-left: 0; }

.bare-landing {
  margin: 0; }
  .bare-landing .landing {
    margin: 0; }
  .bare-landing .header, .bare-landing .footer {
    display: none; }
  .bare-landing .body .main-content {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px; }

.info-box {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  width: 645px;
  height: auto;
  min-height: 200px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 55px 30px 15px 30px; }
  .info-box .btn.btn-ok, .info-box .btn.btn-cancel, .info-box .btn.btn-info, .info-box .btn.btn-warning {
    width: auto; }

.info-box-title .icon {
  font-size: 15px;
  margin-right: 5px; }

.info-box-title {
  position: absolute;
  top: 0;
  background-color: #0277bd;
  color: #FFF;
  padding: 5px 10px;
  font-size: 18px;
  left: 0;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.info-box-title ~ h4 {
  margin-bottom: 15px; }

.landing-btn {
  background-color: #ff863b;
  border-radius: 3px;
  padding: 8px;
  margin: 25px;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  text-decoration: none;
  display: block;
  width: 320px;
  margin-left: auto;
  margin-right: auto; }

.landing-btn:hover {
  background-color: #f3975e;
  color: #FFF;
  text-decoration: none; }

.farewell {
  margin-top: 15px; }

a {
  outline: none !important; }

@font-face {
  font-family: 'sekureid';
  src: url(/assets/c9b1dae935e4fcfee63089beb3ac40ac.eot);
  src: url(/assets/c9b1dae935e4fcfee63089beb3ac40ac.eot#iefix) format("embedded-opentype"), url(/assets/21707eb28c1e806422e72d9d6b84f8ed.woff2) format("woff2"), url(/assets/c38b2018b602d0f7937aae6348a70b4d.ttf) format("truetype"), url(/assets/919f5596b5a47aab7cf4e50f99b13d2a.woff) format("woff"), url(/assets/ba1d75662078a8274ff1d2db9a406fef.svg#sekureid) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], [class^="glyphicon-"], [class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sekureid' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-calendar:before {
  content: "\F068"; }

.glyphicon-time:before {
  content: "\E906"; }

.glyphicon-chevron-down:before {
  content: "\F0A3"; }

.glyphicon-chevron-up:before {
  content: "\F0A2"; }

.glyphicon-chevron-right:before {
  content: "\F078"; }

.glyphicon-chevron-left:before {
  content: "\F0A4"; }

.glyphicon-hourglass:before {
  content: "\E979"; }

.icon-all-day:before {
  content: "\E964"; }

.icon-finger:before {
  content: "\E966"; }

.icon-finger-circle:before {
  content: "\E902"; }

.icon-es-logo:before {
  content: "\E938"; }

.icon-esw-logo:before {
  content: "\E939"; }

.icon-ew-logo:before {
  content: "\E962"; }

.icon-ta-logo:before {
  content: "\E963"; }

.icon-staff:before {
  content: "\E900"; }

.icon-personal:before {
  content: "\E901"; }

.icon-holiday:before {
  content: "\E903"; }

.icon-sick:before {
  content: "\E904"; }

.icon-vacation:before {
  content: "\E905"; }

.icon-absent:before {
  content: "\E911"; }

.icon-add-all:before {
  content: "\E95A"; }

.icon-remove-all:before {
  content: "\E95B"; }

.icon-my-stuff:before {
  content: "\E95D"; }

.icon-clock:before {
  content: "\E906"; }

.icon-recurrency:before {
  content: "\E90F"; }

.icon-not-config:before {
  content: "\E957"; }

.icon-support:before {
  content: "\E952"; }

.icon-schedule-setting:before {
  content: "\E953"; }

.icon-new-pass:before {
  content: "\E954"; }

.icon-old-pass:before {
  content: "\E955"; }

.icon-repeat-pass:before {
  content: "\E956"; }

.icon-link:before {
  content: "\E907"; }

.icon-unlink:before {
  content: "\E908"; }

.icon-add-user:before {
  content: "\E909"; }

.icon-edit-user:before {
  content: "\E90A"; }

.icon-import-user:before {
  content: "\E90B"; }

.icon-key:before {
  content: "\E90C"; }

.icon-run:before {
  content: "\E924"; }

.icon-pause:before {
  content: "\E90D"; }

.icon-explorer:before {
  content: "\E90E"; }

.icon-step:before {
  content: "\E920"; }

.icon-w-tracking:before {
  content: "\E947"; }

.icon-export:before {
  content: "\E910"; }

.icon-import:before {
  content: "\E912"; }

.icon-timeout:before {
  content: "\E913"; }

.icon-cancelled:before {
  content: "\E914"; }

.icon-in-progress:before {
  content: "\E915"; }

.icon-rec-engine:before {
  content: "\E943"; }

.icon-engine-rules:before {
  content: "\E951"; }

.icon-mg-groups:before {
  content: "\E93A"; }

.icon-ok-job:before {
  content: "\E916"; }

.icon-exp-job:before {
  content: "\E917"; }

.icon-early:before {
  content: "\E92F"; }

.icon-late:before {
  content: "\E918"; }

.icon-portrait:before {
  content: "\E919"; }

.icon-landscape:before {
  content: "\E91A"; }

.icon-add-to-group:before {
  content: "\E928"; }

.icon-add-to-list:before {
  content: "\E929"; }

.icon-workflow:before {
  content: "\E91B"; }

.icon-custom:before {
  content: "\E91C"; }

.icon-select:before {
  content: "\E91F"; }

.icon-day:before {
  content: "\E91D"; }

.icon-week:before {
  content: "\E91E"; }

.icon-bi-week:before {
  content: "\E921"; }

.icon-month:before {
  content: "\E935"; }

.icon-template:before {
  content: "\E922"; }

.icon-copy:before {
  content: "\F0C5"; }

.icon-task:before {
  content: "\E92E"; }

.icon-paste:before {
  content: "\E64B"; }

.icon-print:before {
  content: "\E937"; }

.icon-search:before {
  content: "\E986"; }

.icon-zoom-in:before {
  content: "\E987"; }

.icon-zoom-out:before {
  content: "\E988"; }

.icon-add:before {
  content: "\EA0A"; }

.icon-minus:before {
  content: "\EA0B"; }

.icon-pencil:before {
  content: "\E933"; }

.icon-check-mark:before {
  content: "\E931"; }

.icon-cancel:before {
  content: "\E932"; }

.icon-trash:before {
  content: "\E934"; }

.icon-user:before {
  content: "\E923"; }

.icon-users:before {
  content: "\E649"; }

.icon-left-hand:before {
  content: "\E925"; }

.icon-right-hand:before {
  content: "\E926"; }

.icon-full-circle:before {
  content: "\E927"; }

.icon-check-empty:before {
  content: "\E92A"; }

.icon-cancel-empty:before {
  content: "\E92B"; }

.icon-check-full:before {
  content: "\E92C"; }

.icon-cancel-full:before {
  content: "\E92D"; }

.icon-equalizer-h:before {
  content: "\E930"; }

.icon-equalizer-v:before {
  content: "\E94F"; }

.icon-timesheet:before {
  content: "\E936"; }

.icon-table:before {
  content: "\E950"; }

.icon-action-menu:before {
  content: "\E93E"; }

.icon-rec-bell:before {
  content: "\E93B"; }

.icon-filter:before {
  content: "\E93C"; }

.icon-no-event:before {
  content: "\E63B"; }

.icon-alert:before {
  content: "\E600"; }

.icon-fingerprint:before {
  content: "\E60E"; }

.icon-card:before {
  content: "\E612"; }

.icon-unlocked:before {
  content: "\E94D"; }

.icon-locked:before {
  content: "\E95F"; }

.icon-moon:before {
  content: "\E93D"; }

.icon-mail:before {
  content: "\E94C"; }

.icon-publish:before {
  content: "\E93F"; }

.icon-info:before {
  content: "\E940"; }

.icon-device:before {
  content: "\E941"; }

.icon-bar-graph:before {
  content: "\E603"; }

.icon-flag:before {
  content: "\E942"; }

.icon-display:before {
  content: "\E944"; }

.icon-excel:before {
  content: "\E945"; }

.icon-pdf:before {
  content: "\E946"; }

.icon-moon-b:before {
  content: "\E948"; }

.icon-sphere:before {
  content: "\E949"; }

.icon-cell-phone:before {
  content: "\E94A"; }

.icon-work:before {
  content: "\E94B"; }

.icon-past:before {
  content: "\E94E"; }

.icon-archive:before {
  content: "\E958"; }

.icon-swap-block:before {
  content: "\E95C"; }

.icon-shift:before {
  content: "\E959"; }

.icon-calendar:before {
  content: "\F068"; }

.icon-gear:before {
  content: "\F02F"; }

.icon-wrench:before {
  content: "\E991"; }

.icon-tr-left:before {
  content: "\F044"; }

.icon-tr-right:before {
  content: "\F05A"; }

.icon-tr-down:before {
  content: "\F05B"; }

.icon-tr-up:before {
  content: "\F0AA"; }

.icon-tag-left:before {
  content: "\F0A4"; }

.icon-tag-right:before {
  content: "\F078"; }

.icon-tag-down:before {
  content: "\F0A3"; }

.icon-tag-up:before {
  content: "\F0A2"; }

.icon-expand:before {
  content: "\E95E"; }

.icon-shrink:before {
  content: "\E98A"; }

.icon-move:before {
  content: "\E960"; }

.icon-list:before {
  content: "\E620"; }

.icon-menu-slim:before {
  content: "\F05E"; }

.icon-dashboard:before {
  content: "\F07D"; }

.icon-ethernet:before {
  content: "\E2A8"; }

.icon-stats-dots:before {
  content: "\E99B"; }

.icon-save:before {
  content: "\E961"; }

.icon-cloud-export:before {
  content: "\F00B"; }

.icon-hour-glass:before {
  content: "\E979"; }

.icon-power-off:before {
  content: "\E9B6"; }

.icon-briefcase:before {
  content: "\E9AE"; }

.icon-push-pin:before {
  content: "\E965"; }

.icon-eye:before {
  content: "\E2D9"; }

.icon-bell:before {
  content: "\F0F3"; }

.icon-money:before {
  content: "\F155"; }

.icon-phone:before {
  content: "\F095"; }

.icon-credit-card:before {
  content: "\F283"; }

/*mixins*/
/*colors*/
/*colors*/
.header {
  background-color: #0277bd;
  color: #FFF; }

.footer {
  background-color: #5098c3;
  color: #FFF; }

.menu-wrapper {
  background-color: #2A3F54; }

.widgets-wrapper {
  background-color: #F5F7FA; }

.user-menu-wrapper, .prod-menu-trigger {
  color: #FFFFFF; }

.widget-dash .widget-title.slim-title {
  border: transparent;
  border-top: 3px solid #cfdbe2; }

.red-c {
  color: #f44336 !important; }

.green-c {
  color: #4caf50 !important; }

.yellow-c {
  color: #ff9100 !important; }

.light-yellow-c {
  color: #fff176 !important; }

.blue-c {
  color: #7986cb !important; }

.light-red-c {
  color: #e57373 !important; }

.light-green-c {
  color: #7cb342 !important; }

.bg-grey {
  background-color: #2A3F54 !important; }

.bg-white {
  background-color: #FFF !important; }

.bg-red {
  background-color: #f44336 !important; }

.bg-green {
  background-color: #4caf50 !important; }

.bg-yellow {
  background-color: #ff9100 !important; }

.bg-blue {
  background-color: #7986cb !important; }

.bg-orange {
  background-color: #ff863b !important; }

.bg-stripe {
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); }

/*site bg*/
.bg-header {
  background-color: #0277bd; }

.bg-body {
  background-color: #FFF; }

.bg-footer {
  background-color: #5098c3; }

.bg-panels {
  background-color: #c5cae9; }

.bg-header, .bg-footer, .bg-grey {
  color: #FFF; }

.bg-pal-red {
  background-color: #ff8a80; }

.bg-pal-purple {
  background-color: #82b1ff; }

.bg-pal-green {
  background-color: #b9f6ca; }

.bg-pal-orange {
  background-color: #f3975e; }

.bg-pal-yellow {
  background-color: #FFE4B5; }

.bg-pal-blue {
  background-color: #81d4fa; }

.bg-pal-pink {
  background-color: #FFB6C1; }

.bg-strong-blue {
  background-color: #81d4fa; }

.bg-light-red {
  background-color: #e57373; }

.bg-light-green {
  background-color: #7cb342; }

/*animations*/
.slide {
  overflow: visible;
  white-space: nowrap;
  height: calc(100% - 35px); }
  .slide .sm-pnl {
    display: inline-block;
    position: relative;
    float: none; }

.slide-a {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease; }

.slide-b, .flyout-wrap .flyout li span {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease; }

.slide-left {
  left: calc( -100% - 15px) !important; }

.sunken-effect {
  -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
  background-color: #9fa8da; }

.raised:not(.sunken-effect) {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: all .2s ease-in-out;
  border-radius: 2px; }
  .raised:not(.sunken-effect):hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/*rotation and flip*/
.rotated-90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

.rotating-pannel {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -ms-transition: -ms-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms;
  -ms-transition-style: preserve-3d;
  -webkit-transition-style: preserve-3d;
  -o-transition-style: preserve-3d;
  -moz-transition-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  animation: highlight 1s ease;
  -ms-animation: highlight 1s ease;
  -webkit-animation: highlight 1s ease;
  -o-animation: highlight 1s ease;
  -moz-animation: highlight 1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-select: hidden;
  select: hidden; }

.col-flipped {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  /*z-index: 1000;*/ }

/*notifications animations*/
/*pulse*/
.pulse {
  -webkit-animation: pulse 2s linear infinite;
  -moz-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

/*glow*/
.glow {
  -webkit-animation: glow 2s linear infinite;
  -moz-animation: glow 2s linear infinite;
  animation: glow 2s linear infinite; }

@-webkit-keyframes glow {
  25%, 75% {
    opacity: 0; }
  0%, 100%, 50% {
    opacity: 1; } }

@-moz-keyframes glow {
  25%, 75% {
    opacity: 0; }
  0%, 100%, 50% {
    opacity: 1; } }

@-o-keyframes glow {
  25%, 75% {
    opacity: 0; }
  0%, 100%, 50% {
    opacity: 1; } }

@keyframes glow {
  25%, 75% {
    opacity: 0; }
  0%, 100%, 50% {
    opacity: 1; } }

/*spin*/
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*collapsible animations*/
@keyframes expand {
  0% {
    top: 105px; }
  50% {
    top: -10px; }
  70% {
    top: 15px; }
  100% {
    top: 10px; } }

@keyframes contract {
  0% {
    top: 10px; }
  40% {
    top: -25px; }
  100% {
    top: 150px; } }

/*delay to show overflow*/
.delay-overflow, .port-pnl.open-port {
  -webkit-animation: overflow-show 0.5s forwards;
  -moz-animation: overflow-show 0.5s forwards;
  animation: overflow-show 0.5s forwards; }

@-webkit-keyframes overflow-show {
  0% {
    overflow: hidden; }
  100% {
    overflow: visible; } }

@-moz-keyframes overflow-show {
  0% {
    overflow: hidden; }
  100% {
    overflow: visible; } }

@-o-keyframes overflow-show {
  0% {
    overflow: hidden; }
  100% {
    overflow: visible; } }

@keyframes overflow-show {
  0% {
    overflow: hidden; }
  100% {
    overflow: visible; } }

/*delay to show full opacity*/
.lazy-content > div, .lazy-content > li, .lazy-content > span, .lazy-content > a {
  -webkit-animation: lazy-show 0.25s linear;
  -moz-animation: lazy-show 0.25s linear;
  animation: lazy-show 0.25s linear; }

@-webkit-keyframes lazy-show {
  0% {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-opacity: 1;
    -ms-opacity: 1;
    opacity: 1; } }

@-moz-keyframes lazy-show {
  0% {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-opacity: 1;
    -ms-opacity: 1;
    opacity: 1; } }

@-o-keyframes lazy-show {
  0% {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-opacity: 1;
    -ms-opacity: 1;
    opacity: 1; } }

@keyframes lazy-show {
  0% {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0; }
  100% {
    -webkit-opacity: 1;
    -ms-opacity: 1;
    opacity: 1; } }

/*equalizer*/
.equalizer {
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0;
  float: none; }
  .equalizer.off .bar-1 {
    height: 45%; }
  .equalizer.off .bar-2 {
    height: 75%; }
  .equalizer.off .bar-3 {
    height: 100%; }
  .equalizer.off .bar {
    animation: none; }
  .equalizer .bar {
    width: 23%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: height 0.4s ease;
    animation: bar 0.4s 0s both alternate ease infinite; }
    .equalizer .bar.bar-1 {
      animation-delay: 0.2s; }
    .equalizer .bar.bar-2 {
      left: 33%;
      animation-delay: 0.4s; }
    .equalizer .bar.bar-3 {
      left: 66%;
      animation-delay: 0.6s; }

@keyframes bar {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

/*widget totals*/
@-webkit-keyframes turn_clockwise {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes turn_clockwise {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes turn_clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes turn_counter_clockwise {
  0% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes turn_counter_clockwise {
  0% {
    -moz-transform: rotate(360deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@keyframes turn_counter_clockwise {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }

/*flash-message*/
.flash-message {
  -webkit-animation: flash-message 3.5s linear infinite;
  -moz-animation: flash-message 3.5s linear infinite;
  animation: flash-message 3.5s linear infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@-webkit-keyframes flash-message {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*commons*/
.rx-wrapper {
  height: 100%;
  position: relative; }

.truncate, .section-toolbar .section-title, .info-label, .control-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-select, .no-select label, .no-select div, .no-select span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  cursor: pointer; }

.v-align {
  display: flex;
  align-items: center; }

.vertical-centered-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap; }

.horizontal-centered-container {
  float: none;
  position: relative;
  margin: 0 auto; }

.bottom-block {
  position: absolute;
  bottom: 0;
  width: 100%; }

.right-block {
  float: right; }

.left-block {
  float: left; }

.right-block, .left-block {
  white-space: initial; }

.sm-left-mr {
  margin-left: 8px; }

.sm-right-mr {
  margin-right: 8px; }

.sm-tp {
  padding-top: 3px; }

.sm-bp {
  padding-bottom: 3px; }

.sm-lp {
  padding-left: 3px; }

.sm-rp {
  padding-right: 3px; }

.md-tp {
  padding-top: 5px; }

.md-bp {
  padding-bottom: 5px; }

.md-rp {
  padding-right: 5px; }

.md-lp {
  padding-left: 5px; }

.lg-tp {
  padding-top: 15px; }

.lg-bp {
  padding-bottom: 15px; }

.lg-rp {
  padding-right: 15px; }

.lg-lp {
  padding-left: 15px; }

.n-side-margin {
  margin-left: 0;
  margin-right: 0; }

.n-p-right {
  padding-right: 0 !important; }

.n-p-left {
  padding-left: 0 !important; }

.n-p-bottom {
  padding-bottom: 0 !important; }

.n-p-top {
  padding-top: 0 !important; }

.n-p {
  padding: 0 !important; }

.f-span, .full-width {
  width: 100%; }

.nof, .pinned-panel {
  overflow: hidden; }

.of {
  overflow: auto; }

.of-x {
  overflow-x: auto; }

.of-y {
  overflow: auto; }

.nf {
  float: none !important;
  display: inline-block; }

.disabled {
  cursor: not-allowed;
  color: gray; }

/*borders*/
.l-pnl-border, .menu-pin-r:not(.pin-closed) {
  border-left: 1px solid #ddd; }

.r-pnl-border, .pnl-border, .menu-pin-l:not(.pin-closed) {
  border-right: 1px solid #ddd; }

.b-border {
  border-bottom: 1px solid #ddd; }

.t-border {
  border-top: 1px solid #ddd; }

.email-body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  width: 680px;
  max-width: 680px;
  margin: 0 auto; }

.details-frame {
  padding: 7px;
  margin: 10px; }

.element-selected {
  background-color: #F4F4F4; }

.card-font {
  font-size: 12px; }

.row-middle {
  position: relative;
  top: 16px; }

.error-scene {
  background: white;
  height: 100%;
  width: 100%; }

.error-scene {
  background: white;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .error-scene.compact-error .error-img {
    font-size: 150px; }
  .error-scene.compact-error .error-title {
    font-size: 18px; }
  .error-scene.compact-error .error-subtitle {
    font-size: 16px; }
  .error-scene .error-wrapper {
    top: 30%; }
  .error-scene .error-title, .error-scene .error-subtitle, .error-scene .error-img, .error-scene .btn {
    display: block;
    position: relative;
    width: 100%; }
  .error-scene .error-title, .error-scene .error-subtitle {
    color: #666666;
    margin: 15px 0;
    padding: 0 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: initial; }
  .error-scene .error-title {
    font-size: 25px; }
  .error-scene .error-subtitle {
    font-size: 22px; }
  .error-scene .error-img {
    font-size: 200px;
    color: #b8b4b4;
    display: block; }
  .error-scene .btn.btn-ok {
    max-width: 120px;
    margin-right: auto !important; }

.footer-error {
  text-align: center;
  width: 100%; }

.footer-error .error-img {
  width: 25px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  line-height: 40px; }

.footer-error .error-title {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: initial; }

.flash-alert {
  z-index: 10001 !important; }

.form-control-feedback.glyphicon {
  line-height: 32px; }

.Select {
  height: 34px !important; }

/*buttons*/
.btn {
  margin-right: 5px; }
  .btn:hover {
    color: #fff; }
  .btn.btn-default {
    background-color: #5098c3;
    border-color: #546df5 !important; }
    .btn.btn-default:hover {
      background-color: #0277bd; }
    .btn.btn-default:focus {
      background-color: #5098c3; }
    .btn.btn-default:active {
      background-color: #0277bd !important; }
  .btn.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    line-height: 1.428571429;
    border-radius: 50%;
    font-size: 20px; }
  .btn.btn-ok {
    background-color: #4caf50; }
    .btn.btn-ok:hover {
      background-color: #7cb342; }
    .btn.btn-ok:focus {
      background-color: #4caf50; }
    .btn.btn-ok:active {
      background-color: #7cb342 !important; }
  .btn.btn-cancel {
    background-color: #f44336; }
    .btn.btn-cancel:hover {
      background-color: #e57373; }
    .btn.btn-cancel:focus {
      background-color: #f44336; }
    .btn.btn-cancel:active {
      background-color: #e57373 !important; }
  .btn.btn-ok, .btn.btn-cancel, .btn.btn-info, .btn.btn-warning {
    min-width: 80px;
    margin-right: 5px !important; }
  .btn.btn-small {
    height: 29px;
    line-height: 15px; }
  .btn.dropdown-toggle {
    padding: 3px 12px;
    margin-top: -1px;
    background-color: #0277bd; }

.btn-total {
  padding: 0 4px; }

.btn-icon {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  cursor: pointer;
  border: 1px solid #b8b4b4;
  border-radius: 3px;
  width: 28px;
  height: 26px;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  .btn-icon:hover {
    font-weight: bold; }
  .btn-icon.btn-total {
    width: auto;
    min-width: 28px;
    margin-right: 3px; }

/*floating buttons*/
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 6;
  width: 40px;
  height: 40px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    transition: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }
  .btn-floating.red {
    background-color: #f44336; }
  .btn-floating.green {
    background-color: #4caf50; }
  .btn-floating.yellow {
    background-color: #ff9100; }
  .btn-floating.blue {
    background-color: #7986cb; }
  .btn-floating.light-blue {
    background-color: #9fa8da; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px;
    line-height: 54px; }
    .btn-floating.btn-large i {
      line-height: 55.5px; }
  .btn-floating.btn-xs {
    width: 25px;
    height: 25px;
    line-height: 25px; }
    .btn-floating.btn-xs i {
      line-height: 25px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px; }

.fixed-action-btn {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 12px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 0; }
  .fixed-action-btn.config-menu {
    padding: 5px;
    right: 8px;
    z-index: 0; }
    .fixed-action-btn.config-menu > a {
      background-color: #5098c3; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 58px;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .fixed-action-btn ul li {
      margin-bottom: 9px;
      list-style-type: none; }
    .fixed-action-btn ul.visible {
      visibility: visible; }
      .fixed-action-btn ul.visible .btn-floating {
        transition: all 0.2s ease-in-out;
        transform: scaleX(1) scaleY(1) translate(0px, 0px);
        -webkit-transform: scaleX(1) scaleY(1) translate(0px, 0px);
        -ms-transform: scaleX(1) scaleY(1) translate(0px, 0px);
        overflow: visible; }
      .fixed-action-btn ul.visible .btn-label {
        background: #fff;
        color: #8e8c8c;
        width: auto;
        white-space: nowrap;
        padding: 0 10px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 30px;
        line-height: 28px;
        position: absolute;
        border-radius: 3px;
        right: 45px;
        top: 5px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2); }
        .fixed-action-btn ul.visible .btn-label:after {
          content: "";
          position: absolute;
          width: 45px;
          height: 40px;
          right: -45px;
          top: -5px; }
        .fixed-action-btn ul.visible .btn-label:hover {
          transition: all 0.2s ease-in-out;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .fixed-action-btn ul .btn-floating {
      transition: all 0.2s ease-in-out;
      transform: scaleX(0.4) scaleY(0.4) translate(0px, 40px);
      -webkit-transform: scaleX(0.4) scaleY(0.4) translate(0px, 40px);
      -ms-transform: scaleX(0.4) scaleY(0.4) translate(0px, 40px);
      -moz-transform: scaleX(0.4) scaleY(0.4) translate(0px, 40px); }
      .fixed-action-btn ul .btn-floating:active {
        -webkit-box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.5);
        box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.5); }

.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 15px;
  line-height: 40px; }
  .btn-floating i.icon-cancel,
  .btn-large i.icon-cancel,
  .btn-flat i.icon-cancel {
    line-height: 35px; }

.btn-large i {
  font-size: 22px; }

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer; }

.btn-small {
  width: 35px;
  height: 35px;
  background-color: #a7b0e4;
  line-height: 35px; }
  .btn-small i {
    font-size: 15px; }

.fixed-action-btn {
  position: absolute;
  right: 0;
  bottom: 12px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 0; }
  .fixed-action-btn.config-menu {
    right: 8px;
    z-index: 1; }
    .fixed-action-btn.config-menu > a {
      background-color: #5098c3; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 58px;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .fixed-action-btn ul li {
      margin-bottom: 9px;
      list-style-type: none; }
    .fixed-action-btn ul.visible {
      visibility: visible; }
      .fixed-action-btn ul.visible .btn-floating {
        transition: all 0.2s ease-in-out;
        transform: scaleX(1) scaleY(1) translate(0px, 0px); }
    .fixed-action-btn ul .btn-floating {
      transition: all 0.2s ease-in-out;
      transform: scaleX(0.4) scaleY(0.4) translate(0px, 40px); }
      .fixed-action-btn ul .btn-floating:active {
        -webkit-box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.5);
        box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.5); }

.panel-body {
  width: 100%; }
  .panel-body .fixed-action-btn.config-menu {
    right: 20px; }

/*radio and check*/
.opt {
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  width: 17px;
  vertical-align: middle;
  height: 17px;
  z-index: 1;
  /*check*/ }
  .opt:hover label {
    color: #2A3F54; }
  .opt:hover .check {
    border: 4px solid #8e8c8c; }
  .opt.checked .check {
    border: 2px solid #6e7479; }
    .opt.checked .check::before {
      background: #6e7479; }
  .opt.checked label {
    color: #6e7479; }
  .opt label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    padding: 5px 15px 5px 50px;
    margin: 5px auto;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  .opt .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    z-index: 5;
    transition: border .15s linear;
    -webkit-transition: border .15s linear; }
    .opt .check::before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 9px;
      width: 9px;
      top: 2px;
      left: 2px;
      margin: auto;
      transition: background 0.15s linear;
      -webkit-transition: background 0.15s linear; }
  .opt.sq .check, .opt.sq .check:before {
    border-radius: 0; }
  .opt.sq.checked:not(.partial) .check {
    display: inline-block; }
  .opt.sq.checked:not(.partial) .check::before {
    background: none;
    content: '\E931';
    color: #6e7479;
    font-size: 10px;
    line-height: 11px;
    left: 2px;
    top: 2px;
    font-family: 'sekureid' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-weight: 700; }

/*tree*/
.logical-filter {
  position: relative; }
  .logical-filter .open-list {
    -webkit-animation: overflow-show 0.5s forwards;
    -moz-animation: overflow-show 0.5s forwards;
    animation: overflow-show 0.5s forwards; }
  .logical-filter .closed-list {
    max-height: 0px;
    overflow: hidden; }
  .logical-filter .cat-list {
    background-color: #8e8c8c; }
    .logical-filter .cat-list .icon, .logical-filter .cat-list label {
      color: #FFF; }
  .logical-filter label, .logical-filter .Select-value-label, .logical-filter .Select-noresults, .logical-filter .Select-option {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 0.8em;
    font-family: "Helvetica Neue","Helvetica","Arial","sans-serif";
    cursor: pointer; }
  .logical-filter .icon {
    float: right;
    font-size: 15px;
    line-height: 30px;
    width: 25px;
    height: 20px;
    font-weight: 700; }
    .logical-filter .icon.icon-cancel, .logical-filter .icon.icon-add, .logical-filter .icon.icon-minus {
      font-size: 10px; }
    .logical-filter .icon.icon-add, .logical-filter .icon.icon-minus {
      text-align: right;
      position: absolute;
      right: 12px; }
  .logical-filter a:not(.btn-floating):not(.det-btn) {
    text-decoration: none;
    height: 30px;
    min-height: 30px;
    position: relative;
    display: block;
    line-height: 25px;
    padding-left: 8px;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    overflow: visible; }
    .logical-filter a:not(.btn-floating):not(.det-btn) .row-options {
      display: inline-block;
      position: relative; }
      .logical-filter a:not(.btn-floating):not(.det-btn) .row-options.compact .Select {
        width: 60px; }
    .logical-filter a:not(.btn-floating):not(.det-btn) label, .logical-filter a:not(.btn-floating):not(.det-btn) input, .logical-filter a:not(.btn-floating):not(.det-btn) .Select {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      height: 25px;
      padding: 0;
      top: 2px;
      line-height: 25px; }
    .logical-filter a:not(.btn-floating):not(.det-btn) input {
      width: 50px;
      height: 22px;
      top: 3px; }
    .logical-filter a:not(.btn-floating):not(.det-btn) label {
      width: auto;
      max-width: calc( 100% - 50px);
      margin-left: 3px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .logical-filter a:not(.btn-floating):not(.det-btn) .Select {
      width: 160px;
      height: 25px;
      top: 0; }
      .logical-filter a:not(.btn-floating):not(.det-btn) .Select.is-focused:not(.is-open) > .Select-control {
        border-color: transparent;
        box-shadow: none; }
      .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-option, .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-noresults {
        padding: 0 10px; }
      .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-control {
        height: 25px;
        border: none; }
      .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-value, .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-input, .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-arrow-zone, .logical-filter a:not(.btn-floating):not(.det-btn) .Select .Select-placeholder {
        line-height: 25px;
        height: 25px;
        vertical-align: middle; }
  .logical-filter ul {
    list-style: none;
    line-height: 2em; }
  .logical-filter ul, .logical-filter li {
    margin: 0;
    padding: 0;
    position: relative; }
  .logical-filter ul ul ul {
    margin-left: 1.2em; }
  .logical-filter .rfLines > li {
    margin: 2px 0; }
  .logical-filter .rfLines li:last-child .rfDiv:after {
    content: "";
    position: absolute;
    left: .6em;
    top: 0;
    height: 50%;
    border-left: 2px solid #c4c4c4; }
  .logical-filter .rfLines li li:before {
    content: "";
    position: absolute;
    left: .6em;
    top: 0;
    height: 100%;
    border-left: 2px solid #c4c4c4; }
  .logical-filter .rfLines li li .rfDiv:before {
    content: "";
    position: absolute;
    left: .6em;
    top: 50%;
    width: .6em;
    border-top: 2px solid #c4c4c4; }
  .logical-filter .rfLines li li:last-child:before {
    display: none; }
  .logical-filter .rfLines li li .rfDiv {
    padding: .2em 0 0 1.2em;
    position: relative; }

.logical-filter .input-group.date input {
  width: 93px !important;
  margin-right: 0 !important; }

.logical-filter .input-group.date .input-group-addon {
  height: 22px;
  width: auto !important;
  position: relative;
  display: inline-block; }

.logical-filter .input-group.date .input-group-addon .glyphicon {
  font-size: 12px;
  top: -2px; }

/*no-cat*/
.logical-filter.no-cat .cat-list {
  display: none !important; }

/*first level disconnected*/
.logical-filter.no-cat .rfLines > li > ul > li > div:before {
  opacity: 0; }

.logical-filter.no-cat .rfLines > li > ul > li > div:after {
  opacity: 0; }

.logical-filter.no-cat .rfLines > li > ul > li:before {
  opacity: 0; }

.logical-filter.no-cat .rfLines .open-list .selected {
  margin-bottom: -2px; }

.logical-filter.no-cat .rfLines > li > ul > li > .open-list .selected:before {
  opacity: 0; }

.logical-filter.no-cat .rfLines > li > ul > li > .open-list .selected:after {
  opacity: 0; }

/*loaders*/
.nt-loading {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear; }
  .nt-loading-double {
    border-style: double;
    border-width: .5rem; }

.big-nt-loading {
  border: 3.1rem double rgba(0, 0, 0, 0.2);
  border-top-color: #8c9eff;
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  animation: spin 2s infinite linear; }

/*ribbon*/
.ribbon {
  padding: 0 0 5px 0;
  position: absolute;
  left: 5px;
  top: -0.25em;
  width: 10px; }
  .ribbon.rib-2 {
    left: 20px; }
  .ribbon div {
    background: #bb3a34;
    background: linear-gradient(#e74841 0%, #bb3a34 100%);
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
  .ribbon div:after {
    border-left: 5px solid #bb3a34;
    border-right: 5px solid #bb3a34;
    border-bottom: 5px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 0; }

/*breadcrums*/
.bc-container {
  height: 35px; }

.breadcrumb {
  height: 100%;
  background-color: #e8eaf6;
  margin-bottom: 0px;
  padding-bottom: 7px;
  border-radius: 0; }
  .breadcrumb a {
    color: #0277bd; }

.toolbarContainer {
  list-style: none;
  height: 45px;
  vertical-align: middle;
  margin: 0; }

.toolbarItem {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 10px 5px;
  height: 25px;
  font-size: 10px; }
  .toolbarItem.inputItem {
    margin: 0;
    height: auto; }
  .toolbarItem.selected .toolbarBtn {
    background-color: #0277bd;
    color: #FFF;
    padding: 5px;
    border-radius: 4px; }
  .toolbarItem a {
    color: none !important;
    text-decoration: none; }

.toolbarBtn {
  cursor: pointer;
  font-size: 22px;
  color: #666; }
  .toolbarBtn:hover {
    color: #B8B4B4; }

.toolbarSeparator {
  border: 1px solid #B8B4B4;
  height: 22px; }

/*switch*/
.filter-switch {
  position: absolute;
  top: 10px;
  right: 50px;
  left: 0; }
  .filter-switch.left {
    left: 15px; }
  .filter-switch.right {
    right: 15px; }

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 40px;
  line-height: 26px;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }

.switch-label:active {
  font-weight: bold; }

.switch-label-off {
  padding-left: 2px; }

.switch-label-on {
  padding-right: 2px; }

.switch-label .icon {
  color: #FFF;
  font-size: 16px;
  line-height: 26px; }

.panel-options-switch {
  display: none !important;
  margin-top: 4px;
  margin-right: 5px;
  float: right; }

.toggle_radio {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 26px;
  width: 101px; }
  .toggle_radio.sm-toggle {
    width: 70px; }
  .toggle_radio.lg-toggle {
    width: 101px; }
  .toggle_radio.xl-toggle {
    width: 135px; }
  .toggle_radio input[type=radio] {
    display: none; }
  .toggle_radio label {
    color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    display: block;
    width: 30px;
    height: 20px;
    margin-left: 3px;
    cursor: pointer;
    z-index: 1;
    text-align: center; }

.toggle_radio > * {
  float: left; }

.toggle_option_slider {
  width: 35px;
  height: 26px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #0277bd;
  left: 0; }

.toggle-1.selected ~ .toggle_option_slider {
  left: 0px; }

.toggle-2.selected ~ .toggle_option_slider {
  left: 34px; }

.toggle-3.selected ~ .toggle_option_slider {
  left: 66px; }

.toggle-4.selected ~ .toggle_option_slider {
  left: 101px; }

/*wizard*/
.wizard {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 17px;
  width: auto;
  border-radius: 10px;
  background-color: #DADADA;
  border: 1px solid #BCBCBC;
  padding-right: 5px; }
  .wizard .bar-indicator {
    width: 100%;
    height: 10px;
    padding-right: 25px;
    border-radius: 12px;
    margin: 3px;
    background-color: #5098c3; }
  .wizard .bar-item {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-top: -14px;
    margin-left: 25px;
    vertical-align: top; }
  .wizard .nav-bar-btn {
    height: 35px;
    width: 35px;
    font-size: 18px;
    cursor: pointer;
    z-index: 3;
    position: relative;
    background-color: #FFF;
    border-radius: 50%;
    border: 4px solid #5098c3; }
    .wizard .nav-bar-btn span {
      line-height: 28px;
      width: 28px;
      text-align: center;
      display: inline-block;
      color: #555555; }
    .wizard .nav-bar-btn.nav-step-selected {
      background-color: #5098c3; }
      .wizard .nav-bar-btn.nav-step-selected span {
        color: #FFF; }
  .wizard.big-wizard .bar-item {
    height: 50px;
    width: 50px;
    margin-top: -20px; }
  .wizard.big-wizard .nav-bar-btn {
    height: 50px;
    width: 50px;
    font-size: 26px; }
    .wizard.big-wizard .nav-bar-btn span {
      line-height: 45px;
      height: 45px; }

/*wizard v*/
.wizard-v {
  width: 17px;
  height: auto;
  padding-bottom: 25px; }
  .wizard-v .bar-indicator {
    height: 100%;
    width: 10px;
    padding-right: 0px; }
  .wizard-v .bar-item {
    margin-left: -14px;
    margin-top: 25px; }
  .wizard-v .nav-bar-btn span {
    line-height: 28px;
    height: 28px; }
  .wizard-v.big-wizard .bar-item {
    margin-left: -20px;
    height: 50px;
    width: 50px; }
  .wizard-v.big-wizard .nav-bar-btn {
    height: 50px;
    width: 50px;
    font-size: 26px; }
    .wizard-v.big-wizard .nav-bar-btn span {
      line-height: 45px;
      height: 45px; }
  .wizard-v.big-wizard .bar-indicator {
    margin: 2px; }

/*steps line*/
.steps-line {
  padding-top: 3px;
  clear: left;
  vertical-align: top;
  position: relative;
  display: inline-block; }
  .steps-line ul {
    display: inline-block; }
  .steps-line li {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    border-radius: 1em;
    background: #5098c3;
    margin: 0 25px;
    display: inline-block;
    color: white;
    position: relative;
    cursor: pointer; }
    .steps-line li:first-child {
      margin-left: 0; }
    .steps-line li:last-child {
      margin-right: 0; }
    .steps-line li span {
      display: block;
      position: absolute;
      color: #666;
      font-weight: 700;
      width: 110px;
      margin-left: -44px;
      margin-top: -10px;
      font-size: 12px; }
  .steps-line li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -55px;
    width: 55px;
    height: .2em;
    background: #5098c3;
    z-index: 1; }
  .steps-line li:first-child::before {
    display: none; }
  .steps-line .active {
    background: #5098c3; }
  .steps-line .active ~ li {
    background: lightblue; }
  .steps-line .active ~ li::before {
    background: lightblue; }

/*rule-builder*/
.rule-builder {
  padding: 15px;
  height: calc(100% - 30px);
  overflow: auto; }
  .rule-builder .form-group {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    margin-top: -8px;
    margin-bottom: 0; }
  .rule-builder .help-block {
    font-size: 12px; }
  .rule-builder .Select {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top; }
  .rule-builder .Select.xlg {
    width: 196px; }
  .rule-builder .Select.lg {
    width: 180px; }
  .rule-builder .Select.sm {
    width: 180px; }
  .rule-builder .rule-title {
    font-family: Impact, Charcoal, sans-serif;
    color: #314355; }
    .rule-builder .rule-title .condition-controls {
      margin-left: 3px;
      float: right; }
    .rule-builder .rule-title + .rule-cond, .rule-builder .rule-title + .rule-act {
      margin-top: 12px; }
      .rule-builder .rule-title + .rule-cond:before, .rule-builder .rule-title + .rule-act:before {
        content: '';
        width: 1px;
        height: 100%;
        border-right: 2px solid #ccc;
        position: absolute;
        left: 5px;
        top: -15px; }
      .rule-builder .rule-title + .rule-cond:after, .rule-builder .rule-title + .rule-act:after {
        position: absolute;
        left: 32px;
        top: 8px;
        border-radius: 50%;
        border: 1px solid #f44336;
        width: 6px;
        height: 6px;
        content: ''; }
    .rule-builder .rule-title.and-title .rule-big-t, .rule-builder .rule-title.or-title .rule-big-t {
      font-size: 18px; }
    .rule-builder .rule-title > div {
      display: inline-block;
      vertical-align: middle; }
    .rule-builder .rule-title .rule-big-t {
      font-size: 24px;
      margin-right: 5px; }
  .rule-builder .rule-param {
    margin-top: 12px;
    vertical-align: bottom;
    position: relative;
    margin-left: 45px;
    padding-left: 20px; }
    .rule-builder .rule-param .help-block:after {
      content: '';
      width: 1px;
      height: 100%;
      border-right: 2px solid #ccc;
      position: absolute;
      left: -60px;
      top: 0; }
    .rule-builder .rule-param .form-group {
      max-width: 205px; }
      .rule-builder .rule-param .form-group label {
        margin-bottom: 0;
        font-size: 12px; }
    .rule-builder .rule-param .rule-opt:after {
      content: '';
      width: 1px;
      height: 72px;
      border-right: 2px solid #ccc;
      position: absolute;
      left: -40px;
      top: -43px; }
    .rule-builder .rule-param .rule-opt.connect:before {
      content: '';
      width: 1px;
      height: 100%;
      border-right: 2px solid #ccc;
      position: absolute;
      left: 5px;
      top: 0; }
    .rule-builder .rule-param:before {
      content: '';
      width: 1px;
      height: 100%;
      border-right: 2px solid #ccc;
      position: absolute;
      left: 5px;
      top: -15px; }
    .rule-builder .rule-param:after {
      position: absolute;
      left: 3px;
      top: 8px;
      border-radius: 50%;
      border: 1px solid #f44336;
      width: 6px;
      height: 6px;
      content: '';
      background: #FFF; }
    .rule-builder .rule-param.ok-step:after {
      border: 1px solid #4caf50; }
    .rule-builder .rule-param.no-param:before {
      height: 0; }
    .rule-builder .rule-param.no-param:after {
      height: 0;
      width: 0;
      border: 0; }
    .rule-builder .rule-param.no-param .rule-opt:after {
      height: 44px; }
  .rule-builder .rule-cond .form-group {
    max-width: 228px; }
  .rule-builder .rule-cond .icon {
    vertical-align: middle;
    display: inline-block; }
  .rule-builder .rule-cond:after {
    left: 32px; }
  .rule-builder .rule-cond, .rule-builder .rule-act {
    white-space: normal;
    cursor: pointer;
    margin-top: 6px;
    vertical-align: bottom;
    position: relative;
    padding-left: 42px; }
    .rule-builder .rule-cond:before, .rule-builder .rule-act:before {
      content: '';
      width: 1px;
      height: 30px;
      border-right: 2px solid #ccc;
      position: absolute;
      left: 5px;
      top: -20px; }
    .rule-builder .rule-cond:after, .rule-builder .rule-act:after {
      position: absolute;
      left: 32px;
      top: 8px;
      border-radius: 50%;
      border: 1px solid #f44336;
      width: 6px;
      height: 6px;
      content: ''; }
    .rule-builder .rule-cond .icon-trash, .rule-builder .rule-act .icon-trash {
      margin-left: 5px; }
    .rule-builder .rule-cond.ok-step:after, .rule-builder .rule-act.ok-step:after {
      border: 1px solid #4caf50; }
  .rule-builder .rule-opt:after {
    position: absolute;
    left: 5px;
    top: 10px;
    border-bottom: 2px solid #ccc;
    width: 25px;
    height: 1px;
    content: ''; }
  .rule-builder .rule-opt .icon:after {
    content: '';
    width: 1px;
    height: 25px;
    border-left: 2px solid #ccc;
    position: absolute;
    right: 22px;
    top: -3px; }
  .rule-builder .rule-add-cmd {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    max-width: 465px; }
    .rule-builder .rule-add-cmd.or-cmd {
      display: block; }
      .rule-builder .rule-add-cmd.or-cmd:not(:last-child):after {
        top: 30px;
        height: 10px; }
      .rule-builder .rule-add-cmd.or-cmd .condition-controls {
        margin-left: 5px; }
    .rule-builder .rule-add-cmd .and-title, .rule-builder .rule-add-cmd .or-title {
      display: inline;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 14px; }
    .rule-builder .rule-add-cmd .icon {
      vertical-align: middle;
      color: #666;
      margin-left: -1px;
      margin-right: 5px; }
      .rule-builder .rule-add-cmd .icon.sect-add {
        margin-left: 9px;
        font-size: 16px; }
    .rule-builder .rule-add-cmd .ctrl-bar {
      float: right; }
      .rule-builder .rule-add-cmd .ctrl-bar .icon {
        margin-left: 5px;
        margin-right: 0; }
  .rule-builder .multiple-header {
    padding-bottom: 5px; }
    .rule-builder .multiple-header .form-control {
      display: inline-block;
      margin-right: 8px; }
    .rule-builder .multiple-header .icon {
      margin-right: 8px;
      cursor: pointer; }

/*dialogs*/
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block; }
  .overlay .modal-dialog {
    width: 425px; }
  .overlay .modal-content {
    height: 100%;
    overflow: hidden;
    display: block; }
  .overlay .modal-body {
    overflow: visible;
    height: 60px;
    padding: 0; }
  .overlay .modal-header {
    background-color: #F4F4F4;
    border-radius: 5px 5px 0 0;
    color: #666;
    padding: 0;
    font-size: 15px;
    font-weight: 700; }
    .overlay .modal-header .modal-title .icon {
      margin-right: 5px; }
    .overlay .modal-header .close-section-btn {
      right: 10px; }
    .overlay .modal-header .icon {
      font-size: 20px; }
    .overlay .modal-header .fixed-action-btn.close-section-btn {
      top: -7px; }
    .overlay .modal-header span {
      vertical-align: top; }
  .overlay .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0; }
    .overlay .modal-footer .btn + .btn {
      margin: 0; }
  .overlay.open {
    display: inline; }
  .overlay .modal-dialog {
    height: 156px;
    top: calc(50% - 78px);
    margin: 0px auto; }
    .overlay .modal-dialog .modal-footer {
      padding: 7px; }
    .overlay .modal-dialog .modal-header {
      padding: 10px; }
  .overlay.not-modal {
    background: transparent; }
  .overlay.small-modal > .modal-dialog {
    height: 230px;
    top: calc(50% - 115px);
    margin-right: auto; }
  .overlay.small-modal > .modal-body {
    height: 135px; }
  .overlay.medium-modal > .modal-dialog {
    height: 460px;
    top: calc(50% - 230px);
    margin-right: auto; }
  .overlay.medium-modal > .modal-body {
    height: 365px; }
  .overlay.tall-modal > .modal-dialog {
    height: 750px;
    top: calc(50% - 375px);
    margin-right: auto; }
  .overlay.tall-modal > .modal-body {
    height: 655px; }
  .overlay.two-col > .modal-dialog {
    width: 500px; }
    .overlay.two-col > .modal-dialog .modal-body {
      max-width: 500px; }
  .overlay.wide-modal > .modal-dialog {
    width: 568px; }
    .overlay.wide-modal > .modal-dialog .modal-body {
      max-width: 568px; }
  .overlay.m-wide-modal > .modal-dialog {
    width: 668px; }
    .overlay.m-wide-modal > .modal-dialog .modal-body {
      max-width: 668px; }
  .overlay.extra-wide-modal > .modal-dialog {
    width: 768px; }
    .overlay.extra-wide-modal > .modal-dialog .modal-body {
      max-width: 768px; }

.overlay.global-loader .loader, .overlay.local-loader .loader {
  top: calc(50% - 78px);
  margin: 0px auto;
  height: 50px;
  position: relative;
  width: 185px; }

.overlay.global-loader .nt-loading-double, .overlay.local-loader .nt-loading-double {
  height: 185px;
  width: 185px;
  border-width: 30px; }

.overlay.local-loader {
  position: absolute;
  z-index: 4; }
  .overlay.local-loader .loader {
    width: 90px; }
  .overlay.local-loader .nt-loading-double {
    height: 90px;
    width: 90px;
    border-width: 18px; }

.landing .overlay .modal-dialog {
  width: auto;
  margin: 10px auto;
  max-width: 495px; }

@media (min-width: 1200px) {
  .lg-slide-panel-a1 .overlay:not(.local-loader) {
    left: 8.33333333%; }
  .lg-slide-panel-a2 .overlay:not(.local-loader) {
    left: 16.66666666%; }
  .lg-slide-panel-a3 .overlay:not(.local-loader) {
    left: 24.99999999%; }
  .lg-slide-panel-a4 .overlay:not(.local-loader) {
    left: 33.33333332%; }
  .lg-slide-panel-a5 .overlay:not(.local-loader) {
    left: 41.66666665%; }
  .lg-slide-panel-a6 .overlay:not(.local-loader) {
    left: 49.99999998%; }
  .lg-slide-panel-a7 .overlay:not(.local-loader) {
    left: 58.33333331%; }
  .lg-slide-panel-a8 .overlay:not(.local-loader) {
    left: 66.66666664%; }
  .lg-slide-panel-a9 .overlay:not(.local-loader) {
    left: 74.99999997%; }
  .lg-slide-panel-a10 .overlay:not(.local-loader) {
    left: 83.3333333%; }
  .lg-slide-panel-a11 .overlay:not(.local-loader) {
    left: 91.66666663000001%; }
  .lg-slide-panel-a12 .overlay:not(.local-loader) {
    left: 99.99999996%; } }

/*xs, sm, md*/
@media (max-width: 1200px) {
  .slide-panel-a1 .overlay:not(.local-loader) {
    left: 8.33333333%; }
  .slide-panel-a2 .overlay:not(.local-loader) {
    left: 16.66666666%; }
  .slide-panel-a3 .overlay:not(.local-loader) {
    left: 24.99999999%; }
  .slide-panel-a4 .overlay:not(.local-loader) {
    left: 33.33333332%; }
  .slide-panel-a5 .overlay:not(.local-loader) {
    left: 41.66666665%; }
  .slide-panel-a6 .overlay:not(.local-loader) {
    left: 49.99999998%; }
  .slide-panel-a7 .overlay:not(.local-loader) {
    left: 58.33333331%; }
  .slide-panel-a8 .overlay:not(.local-loader) {
    left: 66.66666664%; }
  .slide-panel-a9 .overlay:not(.local-loader) {
    left: 74.99999997%; }
  .slide-panel-a10 .overlay:not(.local-loader) {
    left: 83.3333333%; }
  .slide-panel-a11 .overlay:not(.local-loader) {
    left: 91.66666663000001%; }
  .slide-panel-a12 .overlay:not(.local-loader) {
    left: 99.99999996%; } }

/*cards*/
.cards-container {
  width: 100%;
  text-align: center; }
  .cards-container .card-block {
    display: inline-block;
    float: none;
    background-color: #F8F9FA;
    color: #0277bd;
    margin: 20px;
    padding: 10px;
    height: 175px;
    cursor: pointer;
    vertical-align: top; }
    .cards-container .card-block:hover {
      background-color: #FFF; }
    .cards-container .card-block.stripe-card:not(.sunken-effect) {
      color: #FFF;
      background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); }
      .cards-container .card-block.stripe-card:not(.sunken-effect) p {
        color: #FFF; }
    .cards-container .card-block.archived {
      background-color: #ef9a9a;
      color: #FFF; }
      .cards-container .card-block.archived p {
        color: #FFF; }
      .cards-container .card-block.archived.sunken-effect {
        background-color: #e57373; }
    .cards-container .card-block p {
      color: #4a4949; }
    .cards-container .card-block label {
      font-size: 18px;
      cursor: pointer; }
    .cards-container .card-block i {
      font-size: 55px;
      margin: 10px 0; }
      .cards-container .card-block i.number {
        color: #ede7f6; }
    .cards-container .card-block i, .cards-container .card-block p, .cards-container .card-block label {
      display: block; }

/*lists*/
.list-group-item {
  border-right: 0px;
  border-left: 0px;
  padding: 7px 7px;
  color: #333333;
  border-top: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  cursor: pointer; }
  .list-group-item:first-child, .list-group-item:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item:hover, .list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee; }
  .list-group-item.archived {
    background-color: #ef9a9a !important;
    border-color: #ddd !important; }
  .list-group-item.adjusted {
    background-color: #FFE4B5 !important;
    border-color: #ddd !important; }
  .list-group-item.active {
    z-index: 0;
    background-color: #0277bd !important;
    border-color: #2567a0; }
    .list-group-item.active:hover {
      z-index: 0; }
    .list-group-item.active.archived {
      background-color: #e57373 !important;
      border-color: #ddd !important; }
    .list-group-item.active.adjusted {
      background-color: #f3975e !important;
      border-color: #ddd !important; }
  .list-group-item .nt-loading {
    float: right;
    margin-right: 5px; }
  .list-group-item .inl-btns span {
    padding-right: 3px; }
    .list-group-item .inl-btns span:hover {
      color: #9fa8da; }
    .list-group-item .inl-btns span:active {
      color: #FFF; }
    .list-group-item .inl-btns span.icon-disabled {
      color: #8e8c8c;
      cursor: no-drop; }
      .list-group-item .inl-btns span.icon-disabled:hover {
        color: #8e8c8c; }
      .list-group-item .inl-btns span.icon-disabled:active {
        color: #8e8c8c; }
  .list-group-item.rec-pat {
    padding-left: 15px; }
  .list-group-item.rec-pat:after {
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    width: 5px;
    content: ''; }
  .list-group-item.rec-red:after {
    background-color: #e57373; }
  .list-group-item.rec-green:after {
    background-color: #b9f6ca; }
  .list-group-item.rec-purple:after {
    background-color: #82b1ff; }
  .list-group-item.rec-orange:after {
    background-color: #f3975e; }
  .list-group-item.rec-yellow:after {
    background-color: #FFE4B5; }
  .list-group-item.rec-blue:after {
    background-color: #81d4fa; }
  .list-group-item.rec-pink:after {
    background-color: #FFB6C1; }

.list-pnl .sm-span, .list-pnl .md-span {
  display: inline-block;
  vertical-align: middle; }
  .list-pnl .sm-span .icon, .list-pnl .md-span .icon {
    margin-right: 4px; }

.list-pnl .list-title {
  height: 34px;
  background-color: #e8eaf6; }
  .list-pnl .list-title .sm-span, .list-pnl .list-title .md-span {
    font-weight: 700;
    cursor: pointer; }
    .list-pnl .list-title .sm-span .icon, .list-pnl .list-title .md-span .icon {
      margin-left: 4px;
      color: #8e8c8c; }
  .list-pnl .list-title .p-counter {
    min-width: 45px; }
    .list-pnl .list-title .p-counter .icon {
      color: #FFF;
      display: inline-block;
      position: relative;
      vertical-align: top;
      line-height: 15px; }

.list-pnl .srh-item {
  height: auto; }

.pagination {
  margin: 5px 0; }
  .pagination > .active > a {
    background-color: #0277bd;
    border-color: #0277bd;
    z-index: 0; }

.filter-content {
  position: relative;
  height: calc(100% - 45px); }
  .filter-content .list-group-item {
    height: auto; }

/*indented list*/
.n-list {
  counter-reset: myCounter;
  margin-left: 0;
  padding-left: 5px;
  color: #646464;
  font-size: 0.8em;
  margin-bottom: 0; }
  .n-list > li:first-child {
    border-top: none; }
  .n-list li {
    position: relative;
    padding-left: 25px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 1px solid #ccc;
    overflow: visible; }
    .n-list li:after {
      position: absolute;
      top: 0px;
      left: 7px;
      width: 2px;
      height: 100%;
      content: '';
      background-color: #cbcbcb;
      z-index: 0; }
    .n-list li:hover {
      color: black; }
      .n-list li:hover:after {
        background-color: #4caf50; }
    .n-list li:before {
      content: counter(myCounter);
      counter-increment: myCounter;
      position: absolute;
      top: 12px;
      left: 0;
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 11px;
      padding: 0px;
      color: #fff;
      background: #0277bd;
      font-weight: bold;
      text-align: center;
      border-radius: .9em;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
      z-index: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .n-list li:hover:before {
      background-color: #4caf50; }
    .n-list li li li {
      font-size: 14px; }
      .n-list li li li:before {
        background-color: #0277bd; }
      .n-list li li li:after {
        width: 0; }
    .n-list li a {
      height: auto;
      min-height: 40px;
      position: relative;
      display: block;
      line-height: 40px; }
    .n-list li .completer {
      width: 16px;
      border-bottom: 1px solid #ccc;
      position: absolute;
      top: -1px;
      left: -16px; }

/*stripes*/
.stripe:before {
  position: absolute;
  width: 5px;
  height: 100%;
  content: '';
  top: 0;
  left: 0; }

.stripe-ef9a9a:before {
  background-color: #ef9a9a; }

.stripe-82b1ff:before {
  background-color: #82b1ff; }

.stripe-b9f6ca:before {
  background-color: #b9f6ca; }

.stripe-f3975e:before {
  background-color: #f3975e; }

.stripe-ffe4b5:before {
  background-color: #FFE4B5; }

.stripe-81d4fa:before {
  background-color: #81d4fa; }

.stripe-ffb6c1:before {
  background-color: #FFB6C1; }

/*panels*/
.workflow-section .jdk-canvas {
  z-index: 1; }

.workflow-section .section-toolbar .section-title {
  width: 100%;
  padding-right: 22px; }

.workflow-section .section-toolbar .close-section-btn {
  position: absolute;
  right: 3px;
  bottom: 6px; }

.workflow-section .section-toolbar .inputItem {
  margin: 0;
  height: auto; }

.workflow-section .section-toolbar .toolbarContainer .inputItem {
  position: relative; }

.workflow-section .jsplumb-draggable {
  height: 35px;
  line-height: 25px; }

.workflow-section .jsplumb-draggable .icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 25px; }

.workflow-section .jsplumb-draggable span {
  vertical-align: top; }

.workflow-section .sidebar ul li:not(.separator) {
  background-color: #5098c3; }

.workflow-section .sidebar ul li:not(.separator):hover {
  background-color: #0277bd; }

.section-toolbar {
  position: relative;
  padding: 0 5px;
  height: 45px;
  width: 100%;
  background-color: #F4F4F4;
  border-bottom: 1px solid #ddd;
  text-align: left; }
  .section-toolbar .input-sm {
    height: 25px; }
  .section-toolbar.section-toolbar-fixed {
    position: fixed;
    width: inherit; }
  .section-toolbar .tool-item, .section-toolbar .close-section-btn, .section-toolbar .filter-switch {
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .section-toolbar .left-block ~ .section-title {
    width: calc(100% - 110px); }
  .section-toolbar .section-title {
    color: #666;
    line-height: 45px;
    text-align: left;
    padding-left: 5px;
    float: left;
    width: calc(100% - 110px);
    font-size: 15px;
    font-weight: 700; }
    .section-toolbar .section-title.xlow-pop-title {
      width: calc(100% - 35px); }
    .section-toolbar .section-title.low-pop-title {
      width: calc(100% - 140px); }
    .section-toolbar .section-title.mid-pop-title {
      width: calc(100% - 170px); }
    .section-toolbar .section-title.high-pop-title {
      width: calc(100% - 180px); }
    .section-toolbar .section-title.sm-title {
      width: calc(100% - 210px); }
    .section-toolbar .section-title.auto-title {
      width: auto; }
    .section-toolbar .section-title .icon {
      margin-right: 5px;
      font-size: 20px;
      vertical-align: middle; }
  .section-toolbar .fixed-action-btn {
    bottom: 8px; }
  .section-toolbar .close-section-btn {
    margin-left: 5px;
    float: right; }

.sm-pnl {
  vertical-align: top; }
  .sm-pnl .m-field {
    padding-left: 10px; }
  .sm-pnl .btn-small {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .sm-pnl .btn-small .icon {
      font-size: 12px;
      line-height: 30px; }
  .sm-pnl .line-cmd {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1; }
    .sm-pnl .line-cmd .btn {
      margin-bottom: 8px; }
  .sm-pnl .help-block {
    margin-bottom: 0px; }
  .sm-pnl .big-nt-loading {
    top: calc(50% - 125px); }

.info-p .info-r {
  display: block; }
  .info-p .info-r label {
    width: 100px;
    padding: 10px 20px; }

.transp-pnl {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  width: 100%;
  padding: 12px 0px 12px 75px; }
  .transp-pnl .not-ctrl {
    border-radius: 50%;
    background-color: grey;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 57px;
    line-height: 40px;
    cursor: pointer;
    z-index: 6; }
    .transp-pnl .not-ctrl .icon-explorer {
      font-size: 20px;
      line-height: 35px; }
    .transp-pnl .not-ctrl:nth-child(2) {
      top: 55px; }
    .transp-pnl .not-ctrl:nth-child(3) {
      top: 98px; }
  .transp-pnl.invisible-pnl {
    background: none; }
  .transp-pnl .viewport {
    position: relative;
    border-radius: 10px;
    width: calc(100% - 15px);
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    overflow: auto;
    height: 100%; }
    .transp-pnl .viewport.viewport-t {
      background: none;
      border-radius: 0; }
    .transp-pnl .viewport.nof, .transp-pnl .viewport.pinned-panel {
      overflow: hidden; }
    .transp-pnl .viewport .l-item {
      white-space: initial; }
    .transp-pnl .viewport ul {
      margin-bottom: 0; }
    .transp-pnl .viewport li {
      z-index: 5;
      position: relative;
      margin-left: 25px;
      margin-right: 10px; }
    .transp-pnl .viewport:not(.logical-filter) li {
      background: rgba(0, 0, 0, 0.8);
      padding-right: 16px;
      margin-bottom: 5px;
      height: 35px;
      border-radius: 5px;
      padding: 6px; }
      .transp-pnl .viewport:not(.logical-filter) li:last-child {
        margin-bottom: 0; }
      .transp-pnl .viewport:not(.logical-filter) li div a:not(.btn-floating) {
        float: right;
        text-decoration: none;
        margin-right: 20px;
        width: 100px;
        cursor: pointer; }
        .transp-pnl .viewport:not(.logical-filter) li div a:not(.btn-floating):hover {
          color: #8e8c8c; }
        .transp-pnl .viewport:not(.logical-filter) li div a:not(.btn-floating) i {
          margin-left: 5px; }
      .transp-pnl .viewport:not(.logical-filter) li .close-section-btn {
        float: right;
        top: -10px;
        right: 4px; }
        .transp-pnl .viewport:not(.logical-filter) li .close-section-btn .btn-small {
          width: 25px;
          height: 25px;
          line-height: 25px;
          background: transparent; }
          .transp-pnl .viewport:not(.logical-filter) li .close-section-btn .btn-small:hover {
            box-shadow: none; }
          .transp-pnl .viewport:not(.logical-filter) li .close-section-btn .btn-small .icon {
            font-size: 12px;
            line-height: 25px; }

.p-counter {
  border-radius: 25px;
  background-color: #5098c3;
  padding: 3px 5px 3px 5px;
  font-size: 11px;
  color: #FFF;
  min-width: 22px; }

.filter-p {
  background-color: #F4F4F4; }

.pnl-content {
  padding: 15px;
  height: calc(100% - 40px); }

.field-panel {
  padding: 15px;
  height: 100%;
  z-index: 1; }

.port-pnl {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px; }
  .port-pnl label.info-label {
    color: #333333;
    opacity: 1.0; }
  .port-pnl.open-port {
    z-index: 0; }
  .port-pnl.close-port {
    max-height: 30px;
    margin-bottom: 15px;
    z-index: 0; }
    .port-pnl.close-port div {
      visibility: hidden; }
  .port-pnl .port-title {
    position: relative;
    left: 0px;
    top: 10px;
    background-color: #FFF;
    font-weight: bold;
    z-index: 2; }
  .port-pnl hr {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    position: relative;
    top: -20px;
    z-index: 1;
    margin-bottom: 0;
    margin-right: 13px; }
  .port-pnl .icon-tag-up, .port-pnl .icon-tag-down {
    float: right;
    margin-top: 13px;
    cursor: pointer;
    color: #8e8c8c; }

.section-wrapper {
  padding-top: 0;
  padding-bottom: 0; }
  .section-wrapper .section-setup {
    padding: 0; }
    .section-wrapper .section-setup .config-btn-menu {
      bottom: 15px;
      position: absolute;
      right: 25px; }
  .section-wrapper > .row {
    height: 100%; }
  .section-wrapper .col {
    height: 100%;
    margin-top: 0;
    /*padding-top: 5px;*/
    padding-bottom: 5px; }

.pinned-panel {
  width: 0;
  border: transparent; }

.menu-pin-l {
  margin-left: 50px; }

.menu-pin-r {
  right: 0;
  top: 0;
  float: right; }

.menu-pin-l, .menu-pin-r {
  width: 50px;
  height: 100%;
  padding-top: 50px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  color: #666;
  position: absolute; }
  .menu-pin-l i, .menu-pin-r i {
    font-size: 18px; }
  .menu-pin-l.pin-closed, .menu-pin-r.pin-closed {
    width: 0px; }
  .menu-pin-l .menu-footer-item, .menu-pin-r .menu-footer-item {
    width: 50px;
    height: 42px;
    line-height: 42px;
    z-index: 5; }
    .menu-pin-l .menu-footer-item:hover, .menu-pin-r .menu-footer-item:hover {
      color: #FFF; }
    .menu-pin-l .menu-footer-item.menu-footer-item-selected, .menu-pin-r .menu-footer-item.menu-footer-item-selected {
      color: #FFF; }

/*menus*/
.menu-wrapper {
  position: fixed;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  padding-top: 50px;
  color: #FFF; }

.menu-trigger {
  padding-left: 15px;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 15px; }

.menu-left-offset {
  padding-left: 60px; }

.menu-lg {
  width: 250px;
  z-index: 10; }
  .menu-lg .child-menu {
    display: inline-block; }
  .menu-lg .parent-menu span {
    display: inline-block; }

.menu-sm {
  width: 50px;
  overflow: hidden; }
  .menu-sm .child-menu {
    display: none; }
  .menu-sm .parent-menu {
    overflow: hidden; }
    .menu-sm .parent-menu span {
      display: none; }

.menu-footer {
  height: 40px;
  line-height: 40px;
  background-color: #425567;
  font-size: 0; }

.menu-footer-item {
  width: 50px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px; }
  .menu-footer-item:hover {
    background-color: #1d2b3a;
    cursor: pointer; }

.menu-footer-item-selected {
  background-color: #1d2b3a; }

.prod-menu-wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  padding-top: 50px;
  padding-left: 50px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-left: 0px; }
  .prod-menu-wrap.prod-menu-closed {
    height: 0px;
    padding-top: 0px; }
    .prod-menu-wrap.prod-menu-closed .prod-viewport {
      display: none; }

.prod-viewport {
  position: relative;
  border-radius: 10px;
  width: calc(100% - (50px));
  background: rgba(0, 0, 0, 0.7);
  margin: 10px auto; }

.prod-menu-trigger {
  cursor: pointer;
  float: left;
  top: 15px;
  margin-left: 65px;
  z-index: 4;
  position: absolute;
  font-size: 15px;
  width: 160px; }
  .prod-menu-trigger .pr-icon {
    margin-right: 5px; }
  .prod-menu-trigger .icon-tag-down {
    margin-left: 3px; }

.user-menu-wrapper {
  width: auto;
  position: absolute;
  right: 10px;
  text-align: right;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important; }
  .user-menu-wrapper.support {
    top: 9px; }
    .user-menu-wrapper.support .impersonated {
      top: 23px; }
    .user-menu-wrapper.support .icon-support, .user-menu-wrapper.support .icon-tr-down, .user-menu-wrapper.support .icon-tag-down {
      margin-top: 6px;
      vertical-align: top;
      position: relative;
      display: inline-block; }
    .user-menu-wrapper.support .icon-tr-down, .user-menu-wrapper.support .icon-tag-down {
      margin-top: 9px; }
  .user-menu-wrapper span {
    vertical-align: middle; }
  .user-menu-wrapper .user-name {
    font-size: 10px;
    display: block;
    position: absolute;
    right: 52px;
    width: 190px;
    top: 12px; }
  .user-menu-wrapper .user-company {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 52px;
    width: 190px;
    top: -2px; }
  .user-menu-wrapper .btn-circle {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    line-height: 19px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #2A3F54;
    border-color: #2A3F54 !important; }
    .user-menu-wrapper .btn-circle:hover {
      background-color: #5098c3;
      border-color: #5098c3 !important; }
    .user-menu-wrapper .btn-circle:focus {
      background-color: #2A3F54;
      border-color: #2A3F54 !important;
      color: #FFF; }
    .user-menu-wrapper .btn-circle:active {
      background-color: #81d4fa;
      border-color: #81d4fa !important;
      color: #FFF; }
  .user-menu-wrapper .icon {
    margin: 2px; }
    .user-menu-wrapper .icon.icon-user, .user-menu-wrapper .icon.icon-support {
      font-size: 20px; }
    .user-menu-wrapper .icon.icon-tr-down, .user-menu-wrapper .icon.icon-tag-down {
      margin-right: 5px; }
  .user-menu-wrapper .drop-menu .icon.icon-tr-down {
    margin-right: 2px; }

/*submenus*/
.cat-title {
  position: absolute;
  top: 15px;
  left: 52px; }

.menu-cat:not(.menu-active) > .child-menu {
  display: none; }

.menu-cat .icon.nt-loading {
  margin-top: -4px;
  margin-right: -5px; }

ul {
  list-style: none;
  padding: 0; }
  ul.prod-menu li {
    display: inline-block;
    margin: 10px 10px;
    cursor: pointer;
    color: #928787;
    width: 130px;
    text-align: center; }
    ul.prod-menu li.active-product {
      color: #FFF; }
    ul.prod-menu li .icon {
      font-size: 22px;
      display: block;
      text-align: center;
      margin-bottom: 5px; }
  ul.parent-menu {
    position: fixed;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 40px;
    width: inherit; }
    ul.parent-menu > li {
      position: relative;
      display: block; }
      ul.parent-menu > li.menu-active > a {
        background: rgba(0, 0, 0, 0.21); }
    ul.parent-menu a {
      color: #FFF;
      font-size: 12px;
      font-weight: 500;
      text-decoration: none;
      position: relative;
      display: block;
      padding-left: 15px;
      cursor: pointer;
      padding: 13px 20px 7px 15px; }
    ul.parent-menu span.icon {
      float: right;
      text-align: center;
      margin-top: 5px;
      font-size: 10px;
      min-width: inherit;
      color: #C4CFDA; }
    ul.parent-menu i.icon {
      width: 26px;
      margin-right: 5px;
      opacity: .99;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    ul.parent-menu hr {
      margin: 5px;
      border-top: 1px solid #C4CFDA; }
  ul.child-menu {
    width: 100%; }
    ul.child-menu li {
      padding-left: 35px;
      position: relative;
      display: block; }
      ul.child-menu li.current-page, ul.child-menu li:hover {
        background: rgba(255, 255, 255, 0.05); }
      ul.child-menu li:after {
        border-left: 1px solid #425668;
        bottom: 0;
        content: "";
        left: 27px;
        position: absolute;
        top: 0; }
      ul.child-menu li:before {
        background: #425668;
        bottom: auto;
        content: "";
        height: 8px;
        left: 23px;
        margin-top: 15px;
        position: absolute;
        right: auto;
        width: 8px;
        z-index: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  ul.user-menu {
    display: none;
    position: absolute;
    background-color: #F8F8F8;
    color: #FFF;
    border: 1px solid #e8e2e2;
    right: -5px;
    top: 25px;
    border-radius: 3px;
    width: 190px;
    text-align: left; }
    ul.user-menu .user-title {
      background-color: #F1F1F1; }
    ul.user-menu:after {
      content: "\F0AA";
      font-family: 'sekureid';
      position: absolute;
      top: -18px;
      right: 5px;
      z-index: 5;
      color: #F1F1F1;
      font-size: 23px; }
    ul.user-menu.open {
      display: inline-block; }
    ul.user-menu a, ul.user-menu span {
      color: #999999;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 10px; }
    ul.user-menu li {
      padding: 3px 10px; }
      ul.user-menu li .icon {
        float: right;
        margin-top: 3px;
        font-size: 13px; }
      ul.user-menu li:hover {
        background-color: #F1F1F1; }
        ul.user-menu li:hover a {
          font-weight: 700; }
    ul.user-menu hr {
      margin: 0; }

/*fly-out menu*/
.flyout-btn.fl-open {
  z-index: 10 !important; }

.flyout-wrap {
  position: absolute;
  right: 18px;
  top: 0;
  width: 30px; }
  .flyout-wrap.left-fly {
    left: -30px; }
    .flyout-wrap.left-fly .flyout {
      right: -30px; }
      .flyout-wrap.left-fly .flyout.expand {
        top: -70px; }
        .flyout-wrap.left-fly .flyout.expand li:nth-of-type(2) {
          -webkit-transform: rotate(315deg) !important;
          -ms-transform: rotate(315deg) !important;
          transform: rotate(315deg) !important; }
          .flyout-wrap.left-fly .flyout.expand li:nth-of-type(2) span {
            -webkit-transform: rotate(-315deg);
            -ms-transform: rotate(-315deg);
            transform: rotate(-315deg); }
        .flyout-wrap.left-fly .flyout.expand li:nth-of-type(3) {
          -webkit-transform: rotate(270deg) !important;
          -ms-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important; }
          .flyout-wrap.left-fly .flyout.expand li:nth-of-type(3) span {
            -webkit-transform: rotate(-270deg);
            -ms-transform: rotate(-270deg);
            transform: rotate(-270deg); }
  .flyout-wrap.bottom-fly .flyout.expand li:nth-of-type(1) {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; }
    .flyout-wrap.bottom-fly .flyout.expand li:nth-of-type(1) span {
      -webkit-transform: rotate(-180deg) !important;
      -ms-transform: rotate(-180deg) !important;
      transform: rotate(-180deg) !important; }
  .flyout-wrap.bottom-fly .flyout.expand li:nth-of-type(2) {
    -webkit-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important; }
    .flyout-wrap.bottom-fly .flyout.expand li:nth-of-type(2) span {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .flyout-wrap.bottom-fly .flyout.expand li:nth-of-type(3) {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  .flyout-wrap.bottom-fly.left-fly .expand li:nth-of-type(1) {
    -webkit-transform: rotate(190deg) !important;
    -ms-transform: rotate(190deg) !important;
    transform: rotate(190deg) !important; }
  .flyout-wrap.bottom-fly.left-fly .expand li:nth-of-type(2) {
    -webkit-transform: rotate(230deg) !important;
    -ms-transform: rotate(230deg) !important;
    transform: rotate(230deg) !important; }
    .flyout-wrap.bottom-fly.left-fly .expand li:nth-of-type(2) span {
      -webkit-transform: rotate(130deg);
      -ms-transform: rotate(130deg);
      transform: rotate(130deg); }
  .flyout-wrap.bottom-fly.left-fly .expand li:nth-of-type(3) {
    -webkit-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important; }
  .flyout-wrap.four-level .flyout.expand li:nth-of-type(1) {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }
    .flyout-wrap.four-level .flyout.expand li:nth-of-type(1) span {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg); }
  .flyout-wrap.four-level .flyout.expand li:nth-of-type(2) {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
    .flyout-wrap.four-level .flyout.expand li:nth-of-type(2) span {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg); }
  .flyout-wrap.four-level .flyout.expand li:nth-of-type(3) {
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg); }
    .flyout-wrap.four-level .flyout.expand li:nth-of-type(3) span {
      -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
      transform: rotate(-55deg); }
  .flyout-wrap.four-level .flyout.expand li:nth-of-type(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .flyout-wrap.four-level .flyout.expand li:nth-of-type(4) span {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .flyout-wrap.four-level.left-fly {
    left: -30px; }
    .flyout-wrap.four-level.left-fly .flyout {
      right: -30px; }
      .flyout-wrap.four-level.left-fly .flyout.expand {
        top: -70px; }
        .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(1) {
          -webkit-transform: rotate(10deg) !important;
          -ms-transform: rotate(10deg) !important;
          transform: rotate(10deg) !important; }
          .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(1) span {
            -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            transform: rotate(-10deg); }
        .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(2) {
          -webkit-transform: rotate(335deg) !important;
          -ms-transform: rotate(335deg) !important;
          transform: rotate(335deg) !important; }
          .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(2) span {
            -webkit-transform: rotate(-335deg);
            -ms-transform: rotate(-335deg);
            transform: rotate(-335deg); }
        .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(3) {
          -webkit-transform: rotate(300deg) !important;
          -ms-transform: rotate(300deg) !important;
          transform: rotate(300deg) !important; }
          .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(3) span {
            -webkit-transform: rotate(-300deg);
            -ms-transform: rotate(-300deg);
            transform: rotate(-300deg); }
        .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(4) {
          -webkit-transform: rotate(265deg) !important;
          -ms-transform: rotate(265deg) !important;
          transform: rotate(265deg) !important; }
          .flyout-wrap.four-level.left-fly .flyout.expand li:nth-of-type(4) span {
            -webkit-transform: rotate(-265deg);
            -ms-transform: rotate(-265deg);
            transform: rotate(-265deg); }
  .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(1) {
    -webkit-transform: rotate(190deg) !important;
    -ms-transform: rotate(190deg) !important;
    transform: rotate(190deg) !important; }
    .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(1) span {
      -webkit-transform: rotate(-190deg) !important;
      -ms-transform: rotate(-190deg) !important;
      transform: rotate(-190deg) !important; }
  .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(2) {
    -webkit-transform: rotate(155deg) !important;
    -ms-transform: rotate(155deg) !important;
    transform: rotate(155deg) !important; }
    .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(2) span {
      -webkit-transform: rotate(-155deg);
      -ms-transform: rotate(-155deg);
      transform: rotate(-155deg); }
  .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(3) {
    -webkit-transform: rotate(120deg) !important;
    -ms-transform: rotate(120deg) !important;
    transform: rotate(120deg) !important; }
    .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(3) span {
      -webkit-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
      transform: rotate(-120deg); }
  .flyout-wrap.four-level.bottom-fly .flyout.expand li:nth-of-type(4) {
    -webkit-transform: rotate(85deg) !important;
    -ms-transform: rotate(85deg) !important;
    transform: rotate(85deg) !important; }
  .flyout-wrap.four-level.bottom-fly .flyout.expand li span {
    -webkit-transform: rotate(-85deg);
    -ms-transform: rotate(-85deg);
    transform: rotate(-85deg); }
  .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(1) {
    -webkit-transform: rotate(165deg) !important;
    -ms-transform: rotate(165deg) !important;
    transform: rotate(165deg) !important; }
    .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(1) span {
      -webkit-transform: rotate(-165deg) !important;
      -ms-transform: rotate(-165deg) !important;
      transform: rotate(-165deg) !important; }
  .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(2) {
    -webkit-transform: rotate(200deg) !important;
    -ms-transform: rotate(200deg) !important;
    transform: rotate(200deg) !important; }
    .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(2) span {
      -webkit-transform: rotate(-200deg);
      -ms-transform: rotate(-200deg);
      transform: rotate(-200deg); }
  .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(3) {
    -webkit-transform: rotate(235deg) !important;
    -ms-transform: rotate(235deg) !important;
    transform: rotate(235deg) !important; }
    .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(3) span {
      -webkit-transform: rotate(-235deg);
      -ms-transform: rotate(-235deg);
      transform: rotate(-235deg); }
  .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(4) {
    -webkit-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important; }
    .flyout-wrap.four-level.bottom-fly.left-fly .flyout.expand li:nth-of-type(4) span {
      -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      transform: rotate(-270deg); }
  .flyout-wrap .flyout {
    position: relative;
    margin: 0 0 1px 6px;
    width: 100%;
    line-height: 0;
    padding: 0;
    right: -8px;
    top: -98px; }
    .flyout-wrap .flyout > li {
      position: absolute;
      display: block;
      height: 85px;
      -webkit-transform-origin: 12.5px bottom;
      -ms-transform-origin: 12.5px bottom;
      transform-origin: 12.5px bottom; }
      .flyout-wrap .flyout > li .icon {
        color: #FFF; }
      .flyout-wrap .flyout > li span {
        position: absolute;
        display: block;
        width: 32px;
        height: 32px;
        line-height: 25px;
        overflow: hidden;
        background: #444;
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0, rgba(0, 0, 0, 0.2) 0 0 0 1px, inset rgba(0, 0, 0, 0.5) 0 0 2px 0;
        box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0, rgba(0, 0, 0, 0.2) 0 0 0 1px, inset rgba(0, 0, 0, 0.5) 0 0 2px 0; }
        .flyout-wrap .flyout > li span:hover {
          background: #5098c3; }
    .flyout-wrap .flyout:not(.expand) li {
      pointer-events: none; }
    .flyout-wrap .flyout li span {
      top: 105px;
      opacity: 0;
      -webkit-animation: contract .35s ease-out 1 backwards;
      animation: contract .35s ease-out 1 backwards; }
    .flyout-wrap .flyout.expand {
      top: -70px; }
      .flyout-wrap .flyout.expand li span {
        opacity: 1;
        top: 10px;
        -webkit-animation: expand .6s ease 1 backwards;
        animation: expand .6s ease 1 backwards; }
      .flyout-wrap .flyout.expand li:nth-of-type(1) {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .flyout-wrap .flyout.expand li:nth-of-type(2) {
        -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        transform: rotate(44deg); }
        .flyout-wrap .flyout.expand li:nth-of-type(2) span {
          -webkit-transform: rotate(-44deg);
          -ms-transform: rotate(-44deg);
          transform: rotate(-44deg); }
      .flyout-wrap .flyout.expand li:nth-of-type(3) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        .flyout-wrap .flyout.expand li:nth-of-type(3) span {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.nav-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .nav-menu .panel-options-switch {
    display: inline-block !important;
    margin-top: 0;
    margin-right: 0; }
  .nav-menu .toggle_radio {
    background-color: #B8B4B4; }

/*forms*/
.info-label {
  font-weight: bold;
  color: #333333; }

.control-label {
  color: #555;
  font-weight: initial; }

.info-label, .control-label {
  vertical-align: top;
  display: block; }

.info-label.select {
  font-weight: initial; }

.select.info-label, .select.control-label {
  width: auto;
  color: #555;
  opacity: 1.0; }

.has-error .Select-control {
  border-color: #a94442 !important; }

.input-group-addon {
  padding: 6px 8px; }

.input-group.date .Select-clear-zone {
  position: absolute;
  top: 8px;
  right: 40px;
  z-index: 2; }

.multi-control-group .input-group-addon:not(.last-addon) {
  border-right-width: 0; }

.multi-control-group .input-group-addon:not(.first-addon) {
  border-left-width: 0; }

.multi-control-group .input-group-addon + .input-group-addon {
  border-left-width: 1px; }

.multi-control-group input.form-control:first-child {
  margin-right: 20px; }

.multi-control-group input.form-control {
  padding: 0px;
  text-align: center; }

.form-group {
  margin-bottom: 2px; }
  .form-group .opt {
    margin-right: 5px; }
  .form-group .help-block {
    margin-top: 0; }

.help-block {
  font-size: 15px;
  height: 15px; }

.form-company-login .btn.btn-default:active {
  color: #FFF; }

.form-company-login.info-box {
  margin-top: 0;
  padding: 30px;
  background: #eaf1f5;
  width: 80%; }
  .form-company-login.info-box .id-info-block {
    padding: 0;
    height: 260px;
    line-height: 300px;
    font-size: 190px;
    color: #B8B4B4; }
  .form-company-login.info-box p {
    margin-top: 30px; }

.form-company-login .form-group {
  margin-bottom: 10px; }
  .form-company-login .form-group .btn, .form-company-login .form-group .no-select {
    float: right; }

.form-company-login .control-label {
  padding-right: 15px; }

.form-company-login label {
  color: #666; }

.form-company-login .check {
  left: 0; }

.form-company-login hr {
  border-top: 1px solid #ccc;
  margin-top: 30px; }

.form-company-login .line-cmd {
  position: absolute;
  right: 35px;
  bottom: 15px;
  z-index: 1;
  left: 40%; }

.form-company-login .form-title {
  margin-bottom: 20px;
  text-align: center; }

.input-group-addon {
  font-size: 17px; }

/*diagram*/
.tree {
  margin: 0;
  padding: 0; }
  .tree .tree-nodes {
    display: inline-block; }
  .tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*add downward connectors from parents*/ }
    .tree ul li {
      float: left;
      text-align: center;
      list-style-type: none;
      position: relative;
      padding: 20px 5px 0 5px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      /*drawing the connectors*/
      /*remove left-right connectors from elements without any siblings*/
      /*remove space from the top of single children*/
      /*remove left connector from first child and right connector from last child*/
      /*add back the vertical connector to the last nodes*/
      /*add downward connectors from parents*/
      /*add hover effects*/
      /*add hover effect the the lineage of the element also*/
      /*connector styles on hover*/
      /*selected subtree*/
      /*swap mode*/ }
      .tree ul li:after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc; }
      .tree ul li:before, .tree ul li:after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px; }
      .tree ul li:only-child::after, .tree ul li:only-child::before {
        display: none; }
      .tree ul li:only-child {
        padding-top: 0; }
      .tree ul li:first-child::before, .tree ul li:last-child::after {
        border: 0 none; }
      .tree ul li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0; }
      .tree ul li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0; }
      .tree ul li a {
        width: 100px;
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-decoration: none;
        color: #666;
        font-family: arial, verdana, tahoma;
        font-size: 11px;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s; }
      .tree ul li a:hover, .tree ul li a:hover + ul li:not(.archived) a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4; }
      .tree ul li a:hover + ul li::after,
      .tree ul li a:hover + ul li::before,
      .tree ul li a:hover + ul::before,
      .tree ul li a:hover + ul ul::before {
        border-color: #94a0b4; }
      .tree ul li.selected:not(.archived) {
        /*connector styles on hover*/ }
        .tree ul li.selected:not(.archived) a:not(.archived-node), .tree ul li.selected:not(.archived) a + ul li:not(.archived) a:not(.archived-node) {
          background: #a3a9ca;
          color: #000;
          border: 1px solid #94a0b4;
          color: #FFF; }
        .tree ul li.selected:not(.archived) a + ul li::after,
        .tree ul li.selected:not(.archived) a + ul li::before,
        .tree ul li.selected:not(.archived) a + ul::before,
        .tree ul li.selected:not(.archived) a + ul ul::before {
          border-color: #94a0b4; }
      .tree ul li.archived a, .tree ul li.archived a + ul li a {
        background: #ef9a9a;
        color: #FFF; }
      .tree ul li.archived.selected a, .tree ul li.archived.selected a + ul li a {
        background: #e57373; }
      .tree ul li .node span {
        width: 100%;
        display: inline-block; }
      .tree ul li:not(.selected) .node.stripe-node {
        color: #FFF;
        background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); }
    .tree ul ul::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      border-left: 1px solid #ccc;
      width: 0;
      height: 20px; }
  .tree.tree-zoom-50 {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left; }
  .tree.tree-zoom-75 {
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left; }
  .tree.tree-zoom-100 {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left; }
  .tree.tree-zoom-125 {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left; }
  .tree.tree-zoom-150 {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left; }

.zoomer {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  width: 8px;
  height: 175px;
  padding: 0 5px;
  cursor: pointer; }

.timeline {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #47a3da;
  margin-top: 10px; }
  .timeline .cbp_tmtimeline {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    list-style: none;
    position: relative; }
    .timeline .cbp_tmtimeline:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 10px;
      background: #afdcf8;
      left: 23%;
      margin-left: -10px; }
    .timeline .cbp_tmtimeline > li:first-child {
      padding-top: 12px; }
    .timeline .cbp_tmtimeline > li .cbp_tmtime {
      display: block;
      width: 25%;
      padding-right: 100px;
      position: absolute; }
      .timeline .cbp_tmtimeline > li .cbp_tmtime span {
        display: block;
        text-align: right; }
        .timeline .cbp_tmtimeline > li .cbp_tmtime span:first-child {
          font-size: 1.6em;
          color: #3594cb;
          width: 106px;
          text-align: right; }
        .timeline .cbp_tmtimeline > li .cbp_tmtime span:last-child {
          font-size: 15px;
          width: 105px;
          color: #666; }
    .timeline .cbp_tmtimeline > li .cbp_tmlabel {
      margin: 0 15px 15px 25%;
      color: #fff;
      padding: 18px;
      padding-top: 8px;
      font-size: 1.2em;
      font-weight: 300;
      line-height: 1.3;
      position: relative;
      border-radius: 5px;
      border: 1px solid #ccc;
      background: #eee; }
      .timeline .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #ccc;
        border-width: 10px;
        top: 10px; }
      .timeline .cbp_tmtimeline > li .cbp_tmlabel .icon {
        font-size: 10px;
        margin-right: 5px;
        color: #6cbfee; }
  .timeline li {
    position: relative; }
  .timeline .tm-step {
    height: auto;
    width: 100%;
    color: #000;
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
    margin-bottom: 8px;
    border: 1px solid #ccc; }
    .timeline .tm-step:last-child {
      margin-bottom: 0; }
  .timeline .tm-header {
    border-radius: 5px;
    height: 24px;
    font-weight: bold;
    color: #666; }
    .timeline .tm-header.tm-day-header {
      text-align: right;
      line-height: 10px;
      font-size: 15px;
      height: 18px; }
  .timeline .tm-ind-icon {
    width: 40px;
    height: 40px;
    speak: none;
    font-size: 1.4em;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    top: 10px;
    margin: 0 0 0 -25px;
    line-height: 40px;
    bottom: 0px;
    left: 23%;
    position: relative; }
    .timeline .tm-ind-icon.icon-bottom {
      top: -10px; }

.double-timeline {
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif; }
  .double-timeline.compact ul li .content {
    padding: 5px 10px 3px; }
    .double-timeline.compact ul li .content .tm-day-header {
      font-size: 11px;
      margin-bottom: 5px; }
    .double-timeline.compact ul li .content p {
      margin-bottom: 5px;
      font-size: 14px; }
      .double-timeline.compact ul li .content p strong {
        font-size: 14px;
        line-height: 16px; }
      .double-timeline.compact ul li .content p .tm-data {
        font-size: 12px; }
  .double-timeline.form-state .help-block {
    height: 0; }
  .double-timeline.form-state .tm-data {
    font-size: 14px; }
  .double-timeline.form-state .info-label, .double-timeline.form-state .control-label, .double-timeline.form-state .tm-data {
    font-size: 12px;
    line-height: 14px; }
  .double-timeline.form-state .control-label {
    padding-left: 8px; }
  .double-timeline *,
  .double-timeline *::before,
  .double-timeline *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .double-timeline ul {
    padding: 10px 0; }
    .double-timeline ul li {
      background: #afdcf8;
      position: relative;
      margin: 0 auto;
      width: 5px;
      list-style-type: none;
      padding-bottom: 4px; }
      .double-timeline ul li:last-child {
        padding-bottom: 7px; }
      .double-timeline ul li:before {
        content: '';
        background: #faf8eb;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 20px;
        height: 20px;
        border: 3px solid #afdcf8;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .double-timeline ul li .tm-day-header {
        text-align: right;
        font-weight: 700;
        color: #666;
        line-height: 10px;
        font-size: 15px;
        margin-bottom: 10px; }
      .double-timeline ul li .hidden {
        opacity: 0; }
      .double-timeline ul li .content {
        position: relative;
        top: 0;
        width: 300px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        background: #eee; }
        .double-timeline ul li .content h2 {
          color: #fff;
          padding-bottom: 10px;
          text-align: center; }
        .double-timeline ul li .content p {
          text-align: left;
          padding: 5px;
          height: auto;
          width: 100%;
          color: #000;
          background-color: #FFF;
          border-radius: 5px;
          padding: 5px 12px;
          margin-bottom: 8px;
          border: 1px solid #ccc; }
          .double-timeline ul li .content p strong {
            font-weight: 700;
            display: block;
            line-height: 22px; }
            .double-timeline ul li .content p strong.tm-data {
              font-weight: normal; }
        .double-timeline ul li .content:before {
          content: '';
          background: #afdcf8;
          position: absolute;
          top: 6px;
          width: 39px;
          height: 5px; }
      .double-timeline ul li.right .content {
        left: 50px; }
      .double-timeline ul li.right .content:before {
        left: -39px; }
      .double-timeline ul li.left .content {
        left: calc(-300px - 45px); }
      .double-timeline ul li.left .content:before {
        right: -39px; }

/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 700px) {
  .double-timeline ul li {
    margin-left: 20px; }
    .double-timeline ul li .content {
      width: calc(100vw - 100px); }
      .double-timeline ul li .content h2 {
        text-align: initial; }
    .double-timeline ul li.left .content {
      left: 50px; }
    .double-timeline ul li.left .content:before {
      left: -39px; } }

/*layout*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

body {
  min-height: 565px;
  background-color: #f5f5f5;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14); }

#app {
  height: 100%; }

.main-content {
  height: 100%;
  border-right: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .main-content.pin-l {
    padding-left: 100px; }
  .main-content.pin-r {
    padding-right: 50px; }

.f-scr-constraint {
  max-width: 1500px; }

.content-col {
  padding: 15px; }

.logo-wrapper {
  height: 50px;
  overflow: hidden;
  display: inline-block; }

.logo {
  font-size: 150px;
  height: 50px;
  line-height: 50px;
  color: #FFF; }

.logo-img {
  height: 40px;
  margin-top: 5px; }

.copyright {
  padding-left: 180px;
  margin-top: 12px;
  display: inline-block; }

.row.auto-row {
  height: auto; }

.row .auto-col {
  height: auto; }

.row.bc-row {
  height: calc(100% - 35px); }

.row.header {
  height: 50px;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid #ccc; }

.row.body {
  height: 100%;
  z-index: 1; }

.row.footer {
  z-index: 1;
  height: 40px;
  bottom: 0px;
  border-top: 1px solid #ccc; }
  .row.footer .notifier {
    float: right;
    cursor: pointer;
    margin-right: 15px;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
    border-radius: 6px;
    margin-top: 4px; }
    .row.footer .notifier.in-prg .p-counter {
      vertical-align: top;
      margin-top: 4px; }
    .row.footer .notifier.notifier-selected {
      background-color: #0277bd; }
    .row.footer .notifier .p-counter {
      background-color: #2A3F54;
      border-radius: 50%;
      height: 25px;
      width: 25px;
      display: inline-block;
      line-height: 20px;
      margin-right: 5px; }
    .row.footer .notifier .icon {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle; }
      .row.footer .notifier .icon.b-icon {
        font-size: 22px;
        margin-top: -3px; }
  .row.footer .prg-ind {
    position: fixed;
    bottom: 40px;
    width: 100%;
    z-index: 10;
    height: 220px;
    max-height: 220px;
    font-size: 15px;
    overflow: hidden; }
    .row.footer .prg-ind span {
      cursor: pointer; }
    .row.footer .prg-ind .dark-not {
      background: rgba(0, 0, 0, 0.8); }
    .row.footer .prg-ind .desc {
      height: 130px;
      display: none; }
    .row.footer .prg-ind .not-btns {
      display: none; }
    .row.footer .prg-ind .ch-item {
      background: rgba(4, 4, 4, 0.9);
      border: 2px solid #ff863b; }
      .row.footer .prg-ind .ch-item .close-section-btn {
        right: 4px;
        top: -11px; }
    .row.footer .prg-ind .inf-b .icon {
      font-size: 130px;
      margin-top: 35px;
      display: inline-block; }
    .row.footer .prg-ind .inf-b span {
      vertical-align: top;
      margin-top: 80px;
      display: inline-block;
      font-size: 22px; }
    .row.footer .prg-ind .det-btn {
      color: #FFF;
      float: right;
      clear: right;
      text-decoration: none;
      margin-right: 20px;
      width: 114px;
      height: 35px;
      cursor: pointer; }
      .row.footer .prg-ind .det-btn:hover {
        color: #8e8c8c; }
      .row.footer .prg-ind .det-btn span {
        width: 82px;
        display: inline-block;
        text-align: right; }
      .row.footer .prg-ind .det-btn i {
        vertical-align: top;
        display: inline-block;
        height: 35px;
        line-height: 23px; }
    .row.footer .prg-ind .not-item-open {
      height: 195px; }
      .row.footer .prg-ind .not-item-open .desc {
        padding: 10px;
        display: inline-block; }
      .row.footer .prg-ind .not-item-open .not-btns {
        display: inline-block;
        position: absolute;
        bottom: 20px;
        right: 10px; }
    .row.footer .prg-ind.ind-closed {
      height: 0px;
      padding-top: 0px;
      padding-bottom: 0;
      overflow: hidden; }
    .row.footer .prg-ind.ind-arr {
      height: auto; }
    .row.footer .prg-ind .date-req, .row.footer .prg-ind .not-status {
      float: right;
      margin-right: 18px; }
    .row.footer .prg-ind .not-status {
      margin-right: 6px;
      height: 35px;
      line-height: 22px; }
    .row.footer .prg-ind .not-type {
      margin: 0 2px; }
    .row.footer .prg-ind .logical-filter .rfLines > li {
      margin: 0 10px 5px 30px; }
    .row.footer .prg-ind .logical-filter .l-item {
      background: rgba(0, 0, 0, 0.8);
      border-radius: 5px;
      border: none;
      height: 35px;
      min-height: 30px;
      line-height: 35px;
      overflow: visible;
      position: relative;
      display: block;
      z-index: 1;
      padding-left: 8px;
      text-decoration: none;
      font-size: 15px;
      font-weight: initial;
      color: #FFF;
      cursor: pointer; }
      .row.footer .prg-ind .logical-filter .l-item .not-type {
        float: left;
        width: 20px; }
      .row.footer .prg-ind .logical-filter .l-item.ch-item {
        background: rgba(4, 4, 4, 0.9);
        border: 2px solid #ff863b;
        line-height: 32px; }
        .row.footer .prg-ind .logical-filter .l-item.ch-item label {
          line-height: 26px; }
      .row.footer .prg-ind .logical-filter .l-item label {
        font-size: 15px; }
      .row.footer .prg-ind .logical-filter .l-item .icon {
        line-height: 35px; }
      .row.footer .prg-ind .logical-filter .l-item .close-section-btn {
        float: right;
        top: -15px;
        right: 4px; }
        .row.footer .prg-ind .logical-filter .l-item .close-section-btn .btn-small {
          width: 25px;
          height: 25px;
          line-height: 25px;
          background: transparent; }
          .row.footer .prg-ind .logical-filter .l-item .close-section-btn .btn-small .icon {
            font-size: 12px;
            line-height: 25px; }

.row.header, .row.footer {
  position: fixed;
  width: 100%; }

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none !important;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/*MEDIA QUERIES BOOTSTRAP*/
/*xs*/
@media (max-width: 768px) {
  .landing .logo-wrapper {
    float: left;
    margin-left: 5px; }
  .form-company-login.info-box {
    padding: 15px 20px; }
  .form-company-login.info-box .id-info-block {
    height: 135px;
    line-height: 155px;
    font-size: 120px; }
  .form-company-login.info-box h3, .form-company-login.info-box h4 {
    margin-bottom: 12px; } }

/*sm*/
/*md*/
/*lg*/
@media (min-width: 1200px) {
  .lg-slide-panel-a1 {
    -ms-transform: translateX(-8.33333%);
    -webkit-transform: translateX(-8.33333%);
    transform: translateX(-8.33333%); }
  .lg-slide-panel-a2 {
    -ms-transform: translateX(-16.66667%);
    -webkit-transform: translateX(-16.66667%);
    transform: translateX(-16.66667%); }
  .lg-slide-panel-a3 {
    -ms-transform: translateX(-25.0%);
    -webkit-transform: translateX(-25.0%);
    transform: translateX(-25.0%); }
  .lg-slide-panel-a4 {
    -ms-transform: translateX(-33.33333%);
    -webkit-transform: translateX(-33.33333%);
    transform: translateX(-33.33333%); }
  .lg-slide-panel-a5 {
    -ms-transform: translateX(-41.66667%);
    -webkit-transform: translateX(-41.66667%);
    transform: translateX(-41.66667%); }
  .lg-slide-panel-a6 {
    -ms-transform: translateX(-50.0%);
    -webkit-transform: translateX(-50.0%);
    transform: translateX(-50.0%); }
  .lg-slide-panel-a7 {
    -ms-transform: translateX(-58.33333%);
    -webkit-transform: translateX(-58.33333%);
    transform: translateX(-58.33333%); }
  .lg-slide-panel-a8 {
    -ms-transform: translateX(-66.66667%);
    -webkit-transform: translateX(-66.66667%);
    transform: translateX(-66.66667%); }
  .lg-slide-panel-a9 {
    -ms-transform: translateX(-75.0%);
    -webkit-transform: translateX(-75.0%);
    transform: translateX(-75.0%); }
  .lg-slide-panel-a10 {
    -ms-transform: translateX(-83.33333%);
    -webkit-transform: translateX(-83.33333%);
    transform: translateX(-83.33333%); }
  .lg-slide-panel-a11 {
    -ms-transform: translateX(-91.66667%);
    -webkit-transform: translateX(-91.66667%);
    transform: translateX(-91.66667%); }
  .lg-slide-panel-a12 {
    -ms-transform: translateX(-100.0%);
    -webkit-transform: translateX(-100.0%);
    transform: translateX(-100.0%); } }

/*xs, sm, md*/
@media (max-width: 1200px) {
  .slide-panel-a1 {
    -ms-transform: translateX(-8.33333%);
    -webkit-transform: translateX(-8.33333%);
    transform: translateX(-8.33333%); }
  .slide-panel-a2 {
    -ms-transform: translateX(-16.66667%);
    -webkit-transform: translateX(-16.66667%);
    transform: translateX(-16.66667%); }
  .slide-panel-a3 {
    -ms-transform: translateX(-25.0%);
    -webkit-transform: translateX(-25.0%);
    transform: translateX(-25.0%); }
  .slide-panel-a4 {
    -ms-transform: translateX(-33.33333%);
    -webkit-transform: translateX(-33.33333%);
    transform: translateX(-33.33333%); }
  .slide-panel-a5 {
    -ms-transform: translateX(-41.66667%);
    -webkit-transform: translateX(-41.66667%);
    transform: translateX(-41.66667%); }
  .slide-panel-a6 {
    -ms-transform: translateX(-50.0%);
    -webkit-transform: translateX(-50.0%);
    transform: translateX(-50.0%); }
  .slide-panel-a7 {
    -ms-transform: translateX(-58.33333%);
    -webkit-transform: translateX(-58.33333%);
    transform: translateX(-58.33333%); }
  .slide-panel-a8 {
    -ms-transform: translateX(-66.66667%);
    -webkit-transform: translateX(-66.66667%);
    transform: translateX(-66.66667%); }
  .slide-panel-a9 {
    -ms-transform: translateX(-75.0%);
    -webkit-transform: translateX(-75.0%);
    transform: translateX(-75.0%); }
  .slide-panel-a10 {
    -ms-transform: translateX(-83.33333%);
    -webkit-transform: translateX(-83.33333%);
    transform: translateX(-83.33333%); }
  .slide-panel-a11 {
    -ms-transform: translateX(-91.66667%);
    -webkit-transform: translateX(-91.66667%);
    transform: translateX(-91.66667%); }
  .slide-panel-a12 {
    -ms-transform: translateX(-100.0%);
    -webkit-transform: translateX(-100.0%);
    transform: translateX(-100.0%); }
  .schedule-bar.open-aux-1 .steps-line {
    display: none; }
  .schedule-bar.open-aux-2 .steps-line, .schedule-bar.open-aux-2 .right-block {
    display: none; } }

/*custom*/
@media (max-width: 1500px) {
  .scheduler.bi-week-schedule {
    min-width: 1400px; } }

@media (max-width: 992px) {
  .schedule-bar .section-title {
    max-width: 190px; } }

@-moz-document url-prefix() {
  #walkme-menu {
    right: 0 !important; }
  #walkme-player {
    right: 0 !important; } }
.panel-body {
  padding: 0px;
  height: calc(100% - 45px);
  overflow: auto; }

.list-title {
  height: 34px; }

.list-inline-filter .panel-body {
  padding: 5px; }
  .list-inline-filter .panel-body .form-group {
    margin: 0px; }

.input-numeric {
  text-align: right; }

.flash-alert {
  position: relative;
  width: 100%;
  height: 0;
  text-align: center;
  z-index: 5000; }
  .flash-alert > div {
    display: inline-block;
    position: relative;
    width: 320px; }
    .flash-alert > div > div {
      position: absolute;
      margin: 37px auto 0px auto;
      width: 100%; }
  .flash-alert p {
    text-align: center;
    font-weight: bold; }
  .flash-alert-enter {
    opacity: 0.01; }
    .flash-alert-enter-active {
      opacity: 1;
      transition: opacity 300ms ease-in; }
  .flash-alert-leave {
    opacity: 1; }
    .flash-alert-leave-active {
      opacity: 0.01;
      transition: opacity 300ms ease-in; }

.visibility-hidden {
  visibility: hidden !important; }
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
  white-space: normal; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99999 !important;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.Select-option-category {
  margin-top: -8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 3px 10px 3px 10px;
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  background-color: #e5e5e5;
  color: black; }
