/*  Not Used in Server

@btn-primary-color:              #fff;
@btn-primary-bg:                 @brand-primary;
@btn-primary-border:             darken(@btn-primary-bg, 5%);

@btn-success-color:              #fff;
@btn-success-bg:                 @brand-success;
@btn-success-border:             darken(@btn-success-bg, 5%);

@btn-info-color:                 #fff;
@btn-info-bg:                    @brand-info;
@btn-info-border:                darken(@btn-info-bg, 5%);

@btn-warning-color:              #fff;
@btn-warning-bg:                 @brand-warning;
@btn-warning-border:             darken(@btn-warning-bg, 5%);

@btn-danger-color:               #fff;
@btn-danger-bg:                  @brand-danger;
@btn-danger-border:              darken(@btn-danger-bg, 5%);

*/
/* Not Used in Server

// Inverted navbar
// Reset inverted navbar basics
@navbar-inverse-color:                      lighten(@gray-light, 15%);
@navbar-inverse-bg:                         #222;
@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);

// Inverted navbar links
@navbar-inverse-link-color:                 lighten(@gray-light, 15%);
@navbar-inverse-link-hover-color:           #fff;
@navbar-inverse-link-hover-bg:              transparent;
@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;
@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);
@navbar-inverse-link-disabled-color:        #444;
@navbar-inverse-link-disabled-bg:           transparent;

// Inverted navbar brand label
@navbar-inverse-brand-color:                @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color:          #fff;
@navbar-inverse-brand-hover-bg:             transparent;

// Inverted navbar toggle
@navbar-inverse-toggle-hover-bg:            #333;
@navbar-inverse-toggle-icon-bar-bg:         #fff;
@navbar-inverse-toggle-border-color:        #333;

*/
/* 

Commented out while theming is in development
Variables can be found in import.less file per each theme

@import "variables-theme.less";
@import "bootstrap3/variables.less";
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/iconmoon/icomoon.eot?ng5eg1');
  src: url('../fonts/iconmoon/icomoon.eot?ng5eg1#iefix') format('embedded-opentype'), url('../fonts/iconmoon/icomoon.ttf?ng5eg1') format('truetype'), url('../fonts/iconmoon/icomoon.woff?ng5eg1') format('woff'), url('../fonts/iconmoon/icomoon.svg?ng5eg1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}
.icon-key:before {
  content: "\e900";
}
.icon-password:before {
  content: "\e900";
}
.icon-login:before {
  content: "\e900";
}
.icon-signin:before {
  content: "\e900";
}
.icon-key2:before {
  content: "\e901";
}
.icon-password2:before {
  content: "\e901";
}
.icon-login2:before {
  content: "\e901";
}
.icon-signin2:before {
  content: "\e901";
}
.icon-plus2:before {
  content: "\ed5b";
}
.icon-minus2:before {
  content: "\ed5c";
}
.icon-arrow-up7:before {
  content: "\edd4";
}
.icon-plus3:before {
  content: "\ed5e";
}
.icon-minus3:before {
  content: "\ed5f";
}
.icon-arrow-down7:before {
  content: "\edd8";
}
.icon-arrow-up8:before {
  content: "\eddc";
}
.icon-warning:before {
  content: "\ed4f";
}
.icon-arrow-up:before {
  content: "\ee34";
}
.icon-user-private:before {
  content: "\eafa";
}
.icon-user-public:before {
  content: "\eafb";
}
.icon-user-group:before {
  content: "\eafc";
}
.icon-info:before {
  content: "\ed60";
}
.icon-exit:before {
  content: "\ed74";
}
.icon-pencil:before {
  content: "\e90e";
}
.icon-file:before {
  content: "\e99b";
}
.icon-file-plus:before {
  content: "\e9a1";
}
.icon-user:before {
  content: "\eb05";
}
.icon-zoomin:before {
  content: "\eb31";
}
.icon-wrench:before {
  content: "\eb57";
}
.icon-cog:before {
  content: "\eb5c";
}
.icon-details:before {
  content: "\ec56";
}
.icon-grid:before {
  content: "\ec5a";
}
.icon-star2:before {
  content: "\ecdf";
}
.icon-star:before {
  content: "\ece0";
}
.icon-minus-circle:before {
  content: "\ed5d";
}
.icon-stop:before {
  content: "\ed7d";
}
.icon-launch:before {
  content: "\ee02";
}
.icon-arrow-down:before {
  content: "\ee32";
}
.icon-arrow-left:before {
  content: "\ee33";
}
.icon-list:before {
  content: "\eebb";
}
.icon-arrow-left-motion:before {
  content: "\ee37";
}
.icon-display:before {
  content: "\ea73";
}
.icon-users4:before {
  content: "\eb0c";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-arrow-up2:before {
  content: "\ea32";
}
.icon-arrow-down2:before {
  content: "\ea36";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-arrow-up22:before {
  content: "\ea3a";
}
.icon-arrow-down22:before {
  content: "\ea3e";
}
.icon-bullhorn:before {
  content: "\e979";
}
.icon-bubble-dots4:before {
  content: "\eadc";
}
.icon-cross2:before {
  content: "\ed6d";
}
.icon-arrow-down3:before {
  content: "\edc1";
}
.icon-arrow-left3:before {
  content: "\edc5";
}
.icon-stats-bars2:before {
  content: "\e99d";
}
.icon-bell:before {
  content: "\e951";
}
.icon-undo:before {
  content: "\e965";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fafbfe;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #368ccb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #20557b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  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;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fedf91;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #505766;
}
a.text-primary:hover {
  color: #3a3f49;
}
.text-success {
  color: #fff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #fff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #555;
}
a.text-warning:hover {
  color: #3b3b3b;
}
.text-danger {
  color: #fff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #505766;
}
a.bg-primary:hover {
  background-color: #3a3f49;
}
.bg-success {
  background-color: #84acc9;
}
a.bg-success:hover {
  background-color: #6194b9;
}
.bg-info {
  background-color: #73afdb;
}
a.bg-info:hover {
  background-color: #4a98d0;
}
.bg-warning {
  background-color: #fedf91;
}
a.bg-warning:hover {
  background-color: #fed05f;
}
.bg-danger {
  background-color: #d56f75;
}
a.bg-danger:hover {
  background-color: #c9474f;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
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.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  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.42857143;
  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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fafbfe;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #84acc9;
}
.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: #73a0c1;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #73afdb;
}
.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: #5fa3d5;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fedf91;
}
.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: #fed778;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #d56f75;
}
.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: #cf5b62;
}
.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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3d3d3;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 38px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 28px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 52px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.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: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #84acc9;
}
.has-success .form-control-feedback {
  color: #fff;
}
.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: #555;
}
.has-warning .form-control {
  border-color: #555;
  -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: #3b3b3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #888888;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #888888;
}
.has-warning .input-group-addon {
  color: #555;
  border-color: #555;
  background-color: #fedf91;
}
.has-warning .form-control-feedback {
  color: #555;
}
.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: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #d56f75;
}
.has-error .form-control-feedback {
  color: #fff;
}
.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: #959595;
}
@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: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 18.29px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
  }
}
.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: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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: #fff;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #505766;
  border-color: #3a3f49;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3a3f49;
  border-color: #1f2127;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #505766;
  border-color: #3a3f49;
}
.btn-default .badge {
  color: #505766;
  background-color: #fff;
}
/*
.btn-primary {
  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);
}
// Success appears as green
.btn-success {
  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);
}
// Info appears as blue-green
.btn-info {
  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);
}
// Warning appears as orange
.btn-warning {
  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);
}
*/
.btn-link {
  color: #368ccb;
  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: #20557b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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 #e7e7e7;
  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: #eeeeee;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #505766;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #eeeeee;
}
.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.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 7px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 13px 16px;
  font-size: 18px;
  border-radius: 5px;
}
.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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #368ccb;
}
.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.42857143;
  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: #fafbfe;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fafbfe;
  }
}
.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: #505766;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fafbfe;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 6px;
  margin-bottom: 6px;
}
@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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #555555;
}
.navbar-default .navbar-nav > li > a {
  color: #999999;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #eeeeee;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #eeeeee;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #999999;
}
.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: transparent;
  color: #333333;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #333333;
    background-color: transparent;
  }
  .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: #eeeeee;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #999999;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #999999;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #eeeeee;
}
/*
.navbar-inverse {
  background-color: @navbar-inverse-bg;
  border-color: @navbar-inverse-border;

  .navbar-brand {
    color: @navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-brand-hover-color;
      background-color: @navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-inverse-color;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
        background-color: @navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
        background-color: @navbar-inverse-link-disabled-bg;
      }
    }
  }

  // Darken the responsive nav toggle
  .navbar-toggle {
    border-color: @navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-inverse-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-inverse-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: darken(@navbar-inverse-bg, 7%);
  }

  // Dropdowns
  .navbar-nav {
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-inverse-link-active-bg;
        color: @navbar-inverse-link-active-color;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: @navbar-inverse-border;
        }
        .divider {
          background-color: @navbar-inverse-border;
        }
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
    }
  }

  .navbar-link {
    color: @navbar-inverse-link-color;
    &:hover {
      color: @navbar-inverse-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-inverse-link-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
      }
    }
  }
}
*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #505766;
  border: 1px solid #3a3f49;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #2e323b;
  border-color: #3a3f49;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #505766;
  border-color: #505766;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 13px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #505766;
  border: 1px solid #3a3f49;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #2e323b;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #505766;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #505766;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3a3f49;
}
.label-success {
  background-color: #368ccb;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2a70a4;
}
.label-info {
  background-color: #368ccb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2a70a4;
}
.label-warning {
  background-color: #fdb913;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #db9c02;
}
.label-danger {
  background-color: #d81f2a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ab1921;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #368ccb;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #368ccb;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: normal;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #84acc9;
  border-color: #368ccb;
  color: #fff;
}
.alert-success hr {
  border-top-color: #307eb8;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-success .alert-link {
  color: #fff;
  /*set in import.less */
}
.alert-success .alert-link:hover {
  color: #e6e6e6;
  /*set in import.less */
}
.alert-info {
  background-color: #73afdb;
  border-color: #368ccb;
  color: #fff;
}
.alert-info hr {
  border-top-color: #307eb8;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-info .alert-link {
  color: #fff;
  /*set in import.less */
}
.alert-info .alert-link:hover {
  color: #e6e6e6;
  /*set in import.less */
}
.alert-warning {
  background-color: #fedf91;
  border-color: #fdb913;
  color: #555;
}
.alert-warning hr {
  border-top-color: #f4ae02;
}
.alert-warning .alert-link {
  color: #3b3b3b;
}
.alert-warning .alert-link {
  color: #555;
  /*set in import.less */
}
.alert-warning .alert-link:hover {
  color: #3b3b3b;
  /*set in import.less */
}
.alert-danger {
  background-color: #d56f75;
  border-color: #d81f2a;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #c21c26;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-danger .alert-link {
  color: #fff;
  /*set in import.less */
}
.alert-danger .alert-link:hover {
  color: #e6e6e6;
  /*set in import.less */
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #a5acb9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #7b8497;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #368ccb;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #368ccb;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #fdb913;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d81f2a;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  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: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #505766;
  border-color: #505766;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #babec8;
}
.list-group-item-success {
  color: #fff;
  background-color: #84acc9;
}
a.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #fff;
  background-color: #73a0c1;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #73afdb;
}
a.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #fff;
  background-color: #5fa3d5;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #555;
  background-color: #fedf91;
}
a.list-group-item-warning {
  color: #555;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #555;
  background-color: #fed778;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.list-group-item-danger {
  color: #fff;
  background-color: #d56f75;
}
a.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #fff;
  background-color: #cf5b62;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #505766;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #505766;
  border-color: #505766;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #505766;
}
.panel-primary > .panel-heading .badge {
  color: #505766;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #505766;
}
.panel-success {
  border-color: #368ccb;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #84acc9;
  border-color: #368ccb;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #368ccb;
}
.panel-success > .panel-heading .badge {
  color: #84acc9;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #368ccb;
}
.panel-info {
  border-color: #368ccb;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #73afdb;
  border-color: #368ccb;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #368ccb;
}
.panel-info > .panel-heading .badge {
  color: #73afdb;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #368ccb;
}
.panel-warning {
  border-color: #fdb913;
}
.panel-warning > .panel-heading {
  color: #555;
  background-color: #fedf91;
  border-color: #fdb913;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fdb913;
}
.panel-warning > .panel-heading .badge {
  color: #fedf91;
  background-color: #555;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fdb913;
}
.panel-danger {
  border-color: #d81f2a;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d56f75;
  border-color: #d81f2a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d81f2a;
}
.panel-danger > .panel-heading .badge {
  color: #d56f75;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d81f2a;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #555;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #555;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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: 5px;
  -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;
  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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*
  word break for long word when overflow
 *************************************************************/
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/*
 *multiline text overflow mixin
 *requires adding the following divs in HTML, see appTitle.tag 
 *************************************************************/
/*
 * Core Styles
 *
 * Base Structure
 * Bootstrap Overrides, Global Classes
 *
 *************************************************************/
/*
 * Structure
 *************************************************************/
/* Move down content because we have a fixed navbar that is 50px tall */
html {
  position: relative;
  min-height: 100%;
}
body.dashboard-body {
  padding-top: 50px;
  margin: 0;
  /*Disable scrollbar shown as an overlay*/
  -ms-overflow-style: scrollbar;
}
main {
  height: 94.8vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .content-container {
  flex: 1 0 auto;
}
main .breadcrumbbar,
main .footer {
  flex-shrink: 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  main {
    margin-left: 240px;
  }
}
@media (min-width: 1600px) {
  main {
    margin-left: 300px;
  }
}
main .page-header {
  margin-top: 0;
}
footer {
  position: absolute;
  top: 100%;
  min-height: 20px;
  width: 100%;
}
footer .general-footer {
  min-height: 20px;
}
.general-footer {
  position: relative;
  height: 80px;
  padding-top: 33px;
  margin-top: 150px;
  font-size: 14px;
  width: 100%;
  background: #c1c3c3;
  /*set in import.less */
  border: none;
  text-align: left;
}
.general-footer p {
  color: #434855;
  /*set in import.less */
  white-space: nowrap;
}
.general-footer a.footer-about-cm {
  margin-right: 15px;
  margin-left: 5px;
  color: #434855;
  /*set in import.less */
  font-weight: 600;
  text-align: right;
}
.general-footer a.footer-about-cm:hover,
.general-footer a.footer-about-cm:focus {
  text-decoration: underline;
}
.padded-about-footer {
  padding-bottom: 400px !important;
}
@media (max-width: 992px) {
  .general-footer {
    padding-top: 34px;
    font-size: 12px;
  }
  .general-footer a.footer-about-cm {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .general-footer {
    padding-top: 23px;
  }
}
.visible-xxs {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 480px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 480px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
/*
 * Global
 *************************************************************/
.spacer {
  height: 15px;
  display: block;
}
.no-margin-bottom {
  margin-bottom: 0;
}
/*
 * Forms
 ***************************************************************/
label {
  font-weight: 400;
}
label code {
  color: #555;
  background-color: #d6d9df;
}
.label-stretch {
  width: 100%;
}
ul.inline-form-validation {
  display: block;
  padding: 0;
  margin-bottom: 5px;
}
ul.inline-form-validation li.error,
ul.inline-form-validation li.error:before {
  color: #d81f2a;
}
ul.inline-form-validation li.error {
  display: block;
}
ul.inline-form-validation li.error:before {
  content: "\ed4f";
  font-family: icomoon;
}
.form-check-radio {
  margin-left: 18px;
}
.form-check-radio input[type="radio"],
.form-check-radio input[type="checkbox"] {
  vertical-align: top;
  margin-left: -18px;
}
.scroll-select {
  max-height: 120px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.scroll-select label {
  display: block;
}
.scroll-select.disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.scroll-select.disabled label {
  cursor: not-allowed;
}
.form-image-selector {
  display: block;
  text-align: center;
  border: 1px solid #c2c4c4 !important;
  /* set in import.less, important to override the brand-color-box */
  border-radius: 4px;
  margin-bottom: 15px;
}
.form-image-selector input {
  padding: 5px;
  width: 100%;
  display: block;
}
.form-image-selector .image-uploader,
.form-image-selector .image-dropdown {
  border: none;
  border-bottom: 1px solid #c2c4c4;
  /* set in import.less */
}
.form-image-selector img {
  padding: 10px;
  max-height: 200px;
}
textarea.form-control {
  min-height: 80px;
}
textarea.large {
  min-height: 200px;
}
textarea.vertical-only {
  resize: vertical;
}
select.form-control,
input.form-control {
  height: 36px !important;
  /* overriding bootstrap 28px height setting */
}
.form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-group .inline-label {
  margin-bottom: 0;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .form-group .inline-label {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .pref {
    flex-wrap: nowrap;
  }
}
/*
 * User database styling
 ***********************************/
a.user-group-links {
  color: #333333;
}
a.user-group-links:hover,
a.user-group-links:focus {
  color: #1a1a1a;
  text-decoration: underline;
  cursor: pointer;
}
/*
 * popover styling
 *********************************/
.theme-popover,
.edit-app-popover {
  padding: 0 10px;
  cursor: pointer;
}
.theme-popover span,
.edit-app-popover span {
  color: #333333;
}
.theme-popover span:hover,
.edit-app-popover span:hover,
.theme-popover span:focus,
.edit-app-popover span:focus {
  color: #1a1a1a;
}
.popover {
  background-color: #fff;
  /* set in import.less */
}
.popover.top > .arrow:after {
  border-top-color: #fff;
  /* set in import.less */
}
/*
 * Filtering Dropdown
 *******************************/
.server-filter {
  display: inline-block;
}
.server-filter ul {
  padding: 0;
}
.server-filter ul li a {
  font-weight: 600;
}
.server-filter ul li.dropdown {
  display: inline-block;
  padding: 0px 15px;
  line-height: 33px;
}
.server-filter ul li.dropdown:first-of-type {
  padding-left: 0px;
}
.server-filter .dropdown .dropdown-menu {
  background-color: #fff;
  /*set in import.less */
  border: 1px solid #acacac;
  /*set in import.less */
  min-width: 200px;
}
.server-filter .dropdown .dropdown-menu li {
  padding: 5px 15px;
  line-height: 20px;
}
.server-filter .dropdown .dropdown-menu li:last-of-type {
  padding-bottom: 15px;
}
.server-filter .dropdown .dropdown-menu .divider {
  background-color: #eeeeee !important;
  padding: 0 15px;
}
.server-filter .filter-text {
  display: inline-block;
  padding: 0px 15px;
  text-transform: uppercase;
}
.server-filter .sort-direction-icon {
  display: inline-block;
}
@media (max-width: 500px) {
  .server-filter .filter-text {
    display: block;
    padding: 10px 0px 0px;
    list-style: none;
    font-size: 10px;
  }
  .server-filter .filter-text span {
    display: inline-block;
  }
}
/*
 * Tables
 ***************************************************************/
th a {
  color: #505766;
  /*set in import.less */
}
th a:hover {
  text-decoration: none;
  color: #23262d;
  /*set in import.less */
}
table tr td a span {
  color: #babec8;
}
@media (max-width: 1200px) {
  .table-condensed.table-responsive-listtable,
  .table-condensed.table-responsive-list thead,
  .table-condensed.table-responsive-list tbody,
  .table-condensed.table-responsive-list th,
  .table-condensed.table-responsive-list td,
  .table-condensed.table-responsive-list tr {
    display: block;
  }
  .table-condensed.table-responsive-list thead tr {
    display: none;
  }
  .table-condensed.table-responsive-list tr {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .table-condensed.table-responsive-list td {
    border: none !important;
    position: relative;
    padding-left: 35%;
    min-height: 32px;
  }
  .table-condensed.table-responsive-list td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-th);
  }
}
@media (max-width: 480px) {
  .table-condensed.table-responsive-list td:before {
    width: 45%;
  }
  .table-condensed.table-responsive-list td {
    padding-left: 50%;
  }
}
.word-breaking-table {
  word-break: break-all;
}
/*
 * Alert Links
 ***************************************************************/
.alert {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-width: 0px;
  border-left-width: 3px;
}
.alert-link {
  text-decoration: underline;
}
/*Undo bootstrap's link text darkener for alerts and use for hover*/
.alert {
  font-weight: 600;
}
.alert-list .alert {
  margin: 0px;
  margin-top: 15px;
}
/*
 * Modals
 ***************************************************************/
.close {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.close:hover,
.close:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal_element {
  margin-bottom: 15px;
}
.modal_element h5 {
  color: #555555;
  font-size: 14px;
  font-weight: 700;
}
.modal_element h5 input,
.modal_element h5 label {
  display: inline-block;
}
.modal_element input[type="radio"],
.modal_element input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.modal-form-element label {
  display: block;
}
.modal-form-element input[type="text"],
.modal-form-element input[type="number"],
.modal-form-element select,
.modal-form-element input[type="email"],
.modal-form-element input[type="password"],
.modal-form-element textarea {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  background: #fff;
}
.app-detail-modal span {
  margin-bottom: 5px;
}
.app-detail-modal .detail-author,
.app-detail-modal .detail-owner,
.app-detail-modal .detail-filename,
.app-detail-modal .detail-size,
.app-detail-modal .detail-products,
.app-detail-modal .detail-visibility,
.app-detail-modal .detail-createdin,
.app-detail-modal .detail-created,
.app-detail-modal .detail-modified {
  display: block;
}
.app-detail-modal .app-detail-description {
  margin-top: 0px;
  max-height: 200px;
  overflow: auto;
  padding-right: 5px;
}
.modal-header .close {
  color: #555;
  /*set in import.less */
}
.modal-header {
  background-color: #fff;
  /*set in import.less */
  border-radius: 5px 5px 0 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.modal-content {
  background-color: #fff;
  /*set in import.less */
}
.modal-footer {
  background-color: #fff;
  /*set in import.less */
  border-radius: 0 0 5px 5px;
}
/* Upload Modal */
.processbarContainer {
  text-align: center;
  display: none;
}
.upload-file-button input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-file-button label {
  font-weight: 400;
  color: #fff;
  background: #505766;
  border: 1px solid #3a3f49;
  /*set in import.less */
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 20px;
}
.apps-selected-title {
  display: none;
}
.drop-container {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
.drop-container .dropzone {
  border: 3px dotted #ddd;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.dropzone-text {
  color: #6a6969;
  font-size: 1.1em;
  margin: 20px 0 10px;
}
/*
 * Hack to fix Modal z-indexing
 *************************************************************/
.modal {
  z-index: 1042 !important;
}
.modal-backdrop {
  z-index: 1041 !important;
}
/*
 * Bread Crumbs
 *************************************************************/
.breadcrumbbar {
  background-color: #F5F5F5;
  /*set in import.less */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  /*set in import.less */
}
.btn-breadcumbs {
  border-radius: 4px;
  padding: 3px 15px 4px 15px;
  background-color: #505766;
  color: #fff;
}
.btn-breadcumbs:hover,
.btn-breadcumbs:focus {
  color: #fff;
}
.btn-breadcumbs[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.breadcrumb-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 26px;
  padding: 12px 10px 10px 10px;
}
.breadcrumb-container .breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb-container .breadcrumb li a {
  color: #505766;
  /*set in import.less */
}
@media (max-width: 768px) {
  .breadcrumb-container {
    padding-top: 18px;
    /*Adds space between the breadcrumb items and the top bar*/
  }
}
/*
 * Page tab toggle
 *************************************************************/
.page-tab-toggle .buttons-wraper > li {
  list-style: none;
  float: left;
}
.page-tab-toggle .buttons-wraper > li > a {
  border-radius: 4px;
  padding: 3px 15px;
  color: #555555;
}
.page-tab-toggle .buttons-wraper > li + li {
  margin-left: 2px;
}
.page-tab-toggle .buttons-wraper > li.active > a,
.page-tab-toggle .buttons-wraper > li.active > a:hover,
.page-tab-toggle .buttons-wraper > li.active > a:focus {
  color: #fff;
  background-color: #505766;
}
/*
 * Progress Bar
 *************************************************************/
.progress {
  height: 18px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 11px;
  line-height: 18px;
}
/*
 * Buttons
 *************************************************************/
.cm-btn {
  font-weight: 400;
  color: #fff;
  /*set in import.less */
  background: #505766;
  /*set in import.less */
  border: 1px solid #3a3f49;
  /*set in import.less */
}
.cm-btn:hover,
.cm-btn:focus {
  color: #fff;
  /*set in import.less */
  background: #454b58;
  border-color: #454b58;
}
.button-panel {
  -webkit-transform: translateZ(0);
}
.button-panel button {
  margin: 0 7px 0 7px;
}
/*
 * Drag and drop
 *************************************************************/
.drag-container {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.drag-container [draggable] {
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.drag-container input {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.drag-container .draggable-item {
  cursor: move;
  z-index: 1;
}
.drag-container.dragging .drop-target {
  z-index: 2;
}
.form-control-inline {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d3d3d3;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  width: auto;
}
.form-control-inline:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control-inline::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control-inline:-ms-input-placeholder {
  color: #999999;
}
.form-control-inline::-webkit-input-placeholder {
  color: #999999;
}
.form-control-inline[disabled],
.form-control-inline[readonly],
fieldset[disabled] .form-control-inline {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control-inline {
  height: auto;
}
/*
 * Eula
 *
 * Styles for the End User License Agreement Page
 * Seen with first login per user. Create new account to test.
 *
 *************************************************************/
.eula-container {
  padding: 30px 0;
  height: 100%;
}
.eula {
  background-color: white;
  color: #333;
}
.eula,
.eula_accept,
.abouttxt {
  max-width: 630px;
  margin: 0 auto;
}
.eula,
.abouttxt {
  height: 500px;
  overflow-y: scroll;
  overflow-x: auto;
}
.eula_accept {
  padding-top: 15px;
}
/*
 * App Library
 *
 * App card, list, and detailed view styles.
 * Includes buttons, icons, and controls
 *
 *************************************************************/
/*
 * Switch View Card View Options
 *************************************************************/
.app-lib-controls {
  margin: 30px 4px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.app-lib-controls .dd-checkbox {
  cursor: pointer;
}
.app-lib-controls .dd-checkbox input[type="radio"] {
  cursor: pointer;
}
.app-lib-controls h3 {
  margin: 0px;
  padding-right: 15px;
  display: inline-block;
  color: #505766;
  /*set in import.less */
  font-weight: 700;
  font-size: 16px;
  line-height: 33px;
}
.applib-view-icons {
  display: inline-block;
  float: right !important;
}
.applib-view-icons a {
  padding-left: 15px;
  font-size: 16px;
  line-height: 39px;
  color: #434855;
  /*set in import.less */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.applib-view-icons a:hover,
.applib-view-icons a:focus,
.applib-view-icons a:active {
  text-decoration: none;
  color: #16181c;
  /*set in import.less */
}
.applib-view-icons .close-all {
  position: relative;
  top: -2px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: 2px solid #505766;
  border-radius: 4px;
  padding: 2px 6px;
  text-align: center;
  color: #505766;
  background-color: none;
}
.applib-view-icons .close-all .icon-cross {
  font-size: 10px;
}
.applib-view-icons .close-all:hover {
  color: #fff;
  background-color: #505766;
}
.app-details a.app-favorite,
.app-list a.app-favorite {
  padding-right: 10px;
}
@media (max-width: 700px) {
  .applib-view-icons a {
    font-size: 14px;
  }
  .app-lib-controls h3,
  .app-lib-controls a {
    font-size: 14px;
  }
}
/*
 * Freetext controls
 *********************************************************** */
.app-freetext-filter-clear {
  position: absolute;
  cursor: pointer;
  height: 14px;
  right: 5px;
  top: 0;
  margin: 11px 5px 5px 5px;
  font-size: 14px;
  color: #7b8497;
}
.app-lib-controls .filter-text {
  padding-top: 5px;
}
.app-freetext-filter-input {
  background-color: #fff;
  color: #555555;
  border-color: #c2c4c4;
  padding-right: 35px;
}
.app-freetext-filter-input:hover {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.075), 0 0 1px #aaaaaa;
}
.app-freetext-filter-input:focus {
  border-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
}
/** Disable [x] in IE inputs */
.app-freetext-filter-input::-ms-clear {
  display: none !important;
}
.app-lib-controls-flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-lib-controls-sort-filter-and-freetext-flexitem {
  justify-content: flex-start;
}
.app-lib-controls-sort-filter-and-freetext-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.app-lib-controls-sort-and-filter-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.app-lib-controls-sort-and-filter-flexbox .dropdown {
  margin-left: 20px;
  padding-top: 13px;
}
.app-lib-controls-sort-and-filter-flexbox .dropdown a {
  color: #434855;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .app-lib-controls-sort-filter-and-freetext-flexbox {
    display: block;
  }
  .app-lib-controls-sort-and-filter-flexbox .dropdown:first-of-type {
    margin-left: 0px;
  }
  .app-lib-controls-view-icons-flexitem a:first-of-type {
    padding-left: 0px;
  }
  .app-lib-controls {
    margin: 30px 0px 20px;
  }
}
@media (max-width: 1024px) {
  .app-lib-controls {
    margin: 30px 0px 20px ;
  }
}
@media (max-width: 500px) {
  .app-lib-controls-sort-filter-and-freetext-flexitem {
    width: 100%;
  }
  .app-lib-controls-sort-and-filter-flexbox {
    flex-direction: column;
  }
  .server-filter .filter-text {
    font-size: 15px;
    margin-left: 0px;
  }
  .app-lib-controls-sort-and-filter-flexbox .dropdown {
    margin-left: 0px;
  }
  .app-lib-controls-sort-and-filter-flexbox .dropdown {
    margin-left: 0px;
  }
  .app-lib-controls-freetext-flexitem input {
    width: 100% !important;
  }
  .app-lib-controls-freetext-flexitem {
    width: 100% !important;
  }
  .app-lib-controls-freetext-flexitem .btn-group {
    width: 100%;
  }
}
.app-lib-controls-view-icons-flexitem {
  padding-top: 1px !important;
}
.app-lib-filters-counts-flexitem {
  padding-top: 8px !important;
}
.app-lib-filters {
  padding-bottom: 18px;
}
.app-lib-process-bar-box {
  padding-bottom: 8px !important;
  margin-top: 0px;
}
.app-lib-controls-freetext-flexitem input {
  width: 450px;
}
.app-lib-controls {
  margin-left: 0px;
}
/*
 * Running Application Library
 *********************************************************** */
.running-apps-bg {
  background-color: #d3d8dc;
  /*set in import.less */
  padding: 15px 15px 0;
  width: 100%;
  margin: 0;
}
.running-apps-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.running-apps-controls {
  margin-top: -2px;
}
/*
 * Edit application modal
 *********************************************************** */
.edit-application .form-image-selector img {
  max-height: 235px;
}
@media (min-width: 992px) {
  .edit-application .groups-selector {
    border-left: 1px solid #c2c4c4;
  }
}
/*
 * App Cards
 *
 * App card, list, and detailed view styles.
 * Includes buttons, icons, and controls
 *
 *************************************************************/
/*
 * App Card General Styles
 *************************************************************/
.processcard-port {
  font-size: 14px;
}
.app-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.app-name span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  overflow: hidden;
  color: #505766;
  /*set in import.less */
}
.appcard-controls a:hover,
.appcard-controls a:focus,
.appcard-controls a:active,
.processcard-controls a:hover,
.processcard-controls a:focus,
.processcard-controls a:active {
  text-decoration: none;
}
.ac-icon,
.ac-icon a:visited {
  color: #595959;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ac-icon a span.icon-pencil,
.ac-icon a:visited a span.icon-pencil {
  padding-right: 10px;
}
.ac-icon.icon-cancel,
.ac-icon a:visited.icon-cancel {
  font-size: 17px;
  line-height: 22px;
}
.ac-icon:hover,
.ac-icon a:visited:hover,
.ac-icon:focus,
.ac-icon a:visited:focus {
  color: #f26522;
  /*set in import.less */
}
.ac-icon.pc-close,
.ac-icon a:visited.pc-close {
  font-size: 14px;
  font-weight: 600;
}
.ac-icon.pc-close span,
.ac-icon a:visited.pc-close span {
  font-size: 11px;
  padding-right: 3px;
}
.app-favorite {
  padding-left: 10px;
  font-size: 20px !important;
}
.app-favorite .appcard-is-fav {
  color: #fdb913;
  /*set in import.less */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.app-favorite .appcard-is-fav:hover {
  color: #f26522;
  /*set in import.less */
}
.btn-launch {
  padding: 13px 16px;
  border: 1px solid #bababa;
  /*set in import.less */
  border-radius: 3px;
  background: #ededed;
  /*set in import.less */
  color: #505766;
  /*set in import.less */
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s;
}
.btn-launch:hover,
.btn-launch:active,
.btn-launch:focus {
  color: #454b58;
  /*set in import.less */
  background: #e0e0e0;
  /*set in import.less */
}
.launchChoice {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.launch-in-client {
  width: 100% !important;
  text-align: center;
}
.dropdown-launch {
  background-color: #ededed;
  /*set in import.less */
  padding: 0px;
  min-width: 100%;
  border: 1px solid #bababa;
  /*set in import.less */
  margin-top: -2px;
}
.dropdown-launch li:first-of-type a {
  border-radius: 4px 4px 0 0;
}
.dropdown-launch li:last-of-type a {
  border-radius: 0 0 4px 4px;
}
.dropdown-launch li:last-of-type .launchMain {
  border-radius: 0 0 0 4px;
}
.dropdown-launch li:last-of-type .launchInfo {
  border-radius: 0 0 4px 0;
}
.dropdown-launch li {
  display: block;
  cursor: auto;
  transition: 0.2s;
}
.dropdown-launch li > a {
  padding: 10px 15px;
  color: #505766;
  /*set in import.less */
  font-size: 16px;
  font-weight: 600;
}
.dropdown-launch li > a.launchInfo {
  display: none;
  float: right !important;
}
.dropdown-launch li.invalidLaunchOption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: 0.2s;
}
.dropdown-launch li.invalidLaunchOption > a {
  width: 100%;
  color: #7b8497;
  /*set in import.less */
}
.dropdown-launch li.invalidLaunchOption > a.launchInfo {
  display: inline-block;
  width: 50px;
  padding-right: 15px;
  color: #f26522;
  /*set in import.less */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  float: right !important;
}
.dropdown-launch li.launchOption:hover > a {
  background: #e0e0e0;
  /*set in import.less */
  color: #505766;
  /*set in import.less */
}
.dropdown-launch li.invalidLaunchOption > a.launchMain:hover {
  background: #e0e0e0;
  /*set in import.less */
  color: #7b8497;
  /*set in import.less */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.dropdown-launch li.invalidLaunchOption > a.launchInfo:hover {
  background: #e0e0e0;
  /*set in import.less */
  color: #a43b0a;
  /*set in import.less */
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a.invalidLaunchOption {
  color: #7b8497;
  /*set in import.less */
}
/*
 * App Card Media Queries
 *************************************************************/
@media (max-width: 385px) {
  .one-card-li .btn-launch,
  .dropdown-launch li a {
    font-size: 14px !important;
    transition: font-size 0.25s;
  }
}
@media (min-width: 558px) and (max-width: 925px) {
  .two-card-li .btn-launch,
  .dropdown-launch li a {
    font-size: 14px !important;
    transition: font-size 0.25s;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .three-card-li .btn-launch,
  .dropdown-launch li a {
    font-size: 14px !important;
    transition: font-size 0.25s;
  }
}
@media (min-width: 1201px) and (max-width: 1540px) {
  .four-card-li .btn-launch,
  .dropdown-launch li a {
    font-size: 14px !important;
    transition: font-size 0.25s;
  }
}
/*
 * App Card Grid View Specific Styles
 *************************************************************/
.app-grid {
  padding: 0;
}
.app-grid li.app-card {
  float: left;
}
.app-grid .app-card {
  display: inline-block;
  position: relative;
  top: 1px;
  height: 360px;
  margin-bottom: 20px;
  border-radius: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  /*set in import.less */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
  /*set in import.less */
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.app-grid .app-card:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
}
.app-grid .app-card-highlighted {
  box-shadow: 0 0 10px #f4ae02, 0 0 3px rgba(0, 0, 0, 0.2);
}
.app-grid .one-card-li {
  margin-left: 5%;
}
.app-grid .two-card-li {
  margin-right: 4%;
}
.app-grid .two-card-li:nth-of-type(2n) {
  margin-right: 0;
}
.app-grid .three-card-li {
  margin-right: 1.6%;
}
.app-grid .three-card-li:nth-of-type(3n) {
  margin-right: 0;
}
.app-grid .four-card-li {
  margin-right: 1.25%;
}
.app-grid .four-card-li:nth-of-type(4n) {
  margin-right: 0;
}
.app-grid .five-card-li {
  margin-right: 1.25%;
}
.app-grid .five-card-li:nth-of-type(5n) {
  margin-right: 0;
}
.app-grid .six-card-li {
  margin-right: 0.8%;
}
.app-grid .six-card-li:nth-of-type(6n) {
  margin-right: 0;
}
.app-grid .app-title-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  font-size: 18px;
}
.app-grid .app-title-section .app-name {
  margin-top: 35px;
  position: relative;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* hides the dots if the text has *exactly* visible line number */
  /* hides the dots if the text has *less than* visible line number */
}
.app-grid .app-title-section .app-name .predots {
  float: right;
  height: 22px;
  /* one less than visible lines */
}
.app-grid .app-title-section .app-name .dots {
  float: right;
  /* to make the text wrap around the dots */
  clear: right;
  /* to push us below (not next to) .pre-dots */
  color: #505766;
}
.app-grid .app-title-section .app-name .postdots1 {
  background-color: #fff;
  /* it has to be the same as the text bg, otherwise it will appear */
  width: 100%;
  height: 22px;
  /* line height */
  position: absolute;
  /* otherwise, because of the width, it'll be wrapped */
}
.app-grid .app-title-section .app-name .postdots2 {
  background-color: #fff;
  /* it has to be the same as the text bg, otherwise it will appear */
  width: 100%;
  height: 44px;
  /* visible line number x line height, to ensure hiding even if empty */
  position: absolute;
  /* ensures we're above the dots */
}
.app-grid .app-title-section .app-name span {
  font-size: 18px;
  font-weight: 400;
}
.app-grid .app-img-wrap {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 225px;
  margin-top: 10px;
}
.app-grid .app-img-wrap .img-responsive {
  max-height: 200px;
  margin: auto;
}
.app-grid .appcard-controls,
.app-grid .processcard-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px 5px;
  position: absolute;
  top: 0px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid #ededed;
  /*set in import.less */
}
.app-grid .appcard-controls .editAppButtonWrapper,
.app-grid .processcard-controls .editAppButtonWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.app-grid .app-author,
.app-grid .app-uploaded,
.app-grid .app-groups,
.app-grid .app-visibility,
.app-grid .app-desc,
.app-grid .app-owner,
.app-grid .app-dates,
.app-grid .app-products {
  display: none;
}
.app-grid .appcard-launch {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #ededed;
  /*set in import.less */
  border-top: 1px solid #d1d1d1;
  /*set in import.less */
}
.app-grid .appcard-launch .running-app-banner {
  display: none;
  text-align: center;
  width: 100%;
  background-color: #368ccb;
  color: white;
  padding: 5px 0;
}
.app-grid .appcard-launch .running-app-banner.non-zero {
  display: block;
}
.app-grid .appcard-launch .sort-info {
  font-size: 12px;
  color: #fff;
  background-color: #7b8497;
  padding: 3px;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.app-grid .btn-launch {
  border: 0px;
}
.app-grid .btn-launch:nth-child(even) {
  border-radius: 0 0 4px 0;
}
.app-grid .launchChoice {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.app-grid .launchSelect {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #d1d1d1;
  /*set in import.less*/
}
.app-grid .process-port-list-view {
  display: none;
}
/*
 * App Cards Detail and List View Specific
 *************************************************************/
.app-list,
.app-details {
  padding: 0;
  background-color: #fff;
  /*set in import.less */
  border: 1px solid #c7c7c7;
  /*set in import.less */
  border-radius: 4px;
}
.app-list .running-app-banner,
.app-details .running-app-banner {
  display: none;
}
.app-list .sort-info,
.app-details .sort-info {
  display: none;
}
.app-list .one-card-li,
.app-details .one-card-li,
.app-list .two-card-li,
.app-details .two-card-li,
.app-list .three-card-li,
.app-details .three-card-li,
.app-list .four-card-li,
.app-details .four-card-li,
.app-list .five-card-li,
.app-details .five-card-li,
.app-list .six-card-li,
.app-details .six-card-li {
  margin: 0;
  width: 100%;
}
.app-list .app-card,
.app-details .app-card {
  border-bottom: 1px solid #c7c7c7;
  /*set in import.less */
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  display: block;
  margin: 0px;
  padding: 10px;
}
.app-list .app-card:hover,
.app-details .app-card:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
}
.app-list .app-card-highlighted,
.app-details .app-card-highlighted {
  box-shadow: 0 0 10px #f4ae02, 0 0 3px rgba(0, 0, 0, 0.2);
}
.app-list .multiline-title,
.app-details .multiline-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: auto;
}
.app-list .multiline-title .predots,
.app-details .multiline-title .predots,
.app-list .multiline-title .dots,
.app-details .multiline-title .dots,
.app-list .multiline-title .postdots1,
.app-details .multiline-title .postdots1,
.app-list .multiline-title postdots2,
.app-details .multiline-title postdots2 {
  display: none;
}
.app-list .app-img-wrap,
.app-details .app-img-wrap,
.app-list .app-img,
.app-details .app-img {
  display: none;
}
.app-list .btn-launch,
.app-details .btn-launch {
  padding: 5px 10px;
  font-size: 14px;
  float: left;
}
.app-list .launchChoice,
.app-details .launchChoice {
  border-right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.app-list .launch-in-client,
.app-details .launch-in-client {
  border: 1px solid #c7c7c7;
  /*set in import.less */
  border-radius: 3px;
}
.app-list .wrap-launch-and-controls,
.app-details .wrap-launch-and-controls {
  float: right;
  flex-direction: row-reverse;
}
.app-list .wrap-launch-and-controls .appcard-controls,
.app-details .wrap-launch-and-controls .appcard-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
}
.app-list .wrap-launch-and-controls .appcard-controls a .ac-details-btn,
.app-details .wrap-launch-and-controls .appcard-controls a .ac-details-btn {
  margin-right: 10px;
}
@media (max-width: 400px) {
  .app-list .wrap-launch-and-controls,
  .app-details .wrap-launch-and-controls {
    width: 100%;
    float: left;
  }
  .app-list .app-name,
  .app-details .app-name {
    width: 100%;
  }
}
/*
 * App Cards Detail View Specific Styles
 *************************************************************/
.app-details .app-card {
  border-bottom: 1px solid #c7c7c7;
  /*set in import.less */
  padding-bottom: 10px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  display: block;
  font-size: 13px;
  margin: 0px;
  padding: 10px 10px 20px;
}
.app-details .app-card:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
}
.app-details .app-title-section {
  display: inline-block;
  float: left;
}
.app-details .clearForDetailView:before,
.app-details .clearForDetailView:after {
  content: " ";
  display: table;
}
.app-details .clearForDetailView:after {
  clear: both;
}
.app-details .clearForDetailView:before,
.app-details .clearForDetailView:after {
  content: " ";
  display: table;
}
.app-details .clearForDetailView:after {
  clear: both;
}
.app-details .app-name {
  display: inline-block;
  float: left;
  line-height: 18px;
  margin-bottom: 5px;
}
.app-details .app-name span {
  font-size: 14px;
  font-weight: 600;
}
.app-details .appcard-launch {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.app-details .app-author,
.app-details .app-owner,
.app-details .app-visibility,
.app-details .app-groups,
.app-details .app-products,
.app-details .app-products span.label,
.app-details .app-dates,
.app-details .app-modified,
.app-details .app-uploaded {
  display: inline-block;
}
.app-details .app-author,
.app-details .app-owner,
.app-details .app-modified {
  margin-right: 25px;
}
.app-details .app-user-row {
  display: block;
  clear: both;
  margin-top: -5px;
  font-size: 12px;
}
.app-details .app-visibility-icon {
  position: relative;
  top: 2px;
}
.app-details .app-groups {
  position: relative;
  top: -2px;
}
.app-details .app-products {
  float: left;
}
.app-details .app-dates {
  float: right;
}
.app-details .app-groups .svr-label,
.app-details .app-products .svr-label {
  font-size: 10.5px;
  display: inline-block;
}
.app-details .svr-label span {
  display: inline-block;
  white-space: normal;
  text-align: left;
  line-height: 1.4em;
}
.app-details .app-products .svr-label:first-of-type {
  margin-left: 0px;
}
.app-details .app-desc {
  font-size: 12px;
  line-height: 20px;
  color: #434855;
  /*set in import.less */
  margin: 15px 0px;
}
.app-details .app-desc p {
  margin-bottom: 5px;
  line-height: 18px;
}
.app-details div.app-visibility > span.app-detail-data > span {
  font-size: 16px;
}
.app-details .dropdown-launch {
  left: auto;
  right: 0;
}
/*
 * App Cards List View Specific Styles
 *************************************************************/
.app-list .app-card {
  border-bottom: 1px solid #e0e0e0;
  /*set in import.less */
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  display: block;
  margin: 0px;
  padding: 10px;
  position: relative;
}
.app-list .app-card:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
}
.app-list .appcard-launch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.app-list .app-author,
.app-list .app-uploaded,
.app-list .app-groups,
.app-list .app-visibility,
.app-list .app-desc,
.app-list .app-owner,
.app-list .app-dates,
.app-list .app-products {
  display: none;
}
.app-list .app-name {
  display: inline-block;
  float: left;
}
.app-list .app-name span {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
.app-list .dropdown-launch {
  left: auto;
  right: 0;
}
.app-list .processcard-port {
  display: none;
}
.app-list .process-port-list-view {
  padding-left: 15px;
}
.app-list .processcard-controls .session {
  display: none;
}
.app-list .processcard-controls .ac-icon {
  padding: 0 0 15px;
  position: relative;
  top: 5px;
}
.table.server-details tr:first-of-type td {
  border-top: 0px;
}
.server-details > thead > tr > th,
.server-details > tbody > tr > th,
.server-details > tfoot > tr > th,
.server-details > thead > tr > td,
.server-details > tbody > tr > td,
.server-details > tfoot > tr > td {
  padding: 5px;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
 * Running App Card General Styles
 *************************************************************/
.process-card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.process-card-header {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.process-card-header__image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 40%;
}
.process-card-header__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
}
.process-card-header__title span {
  color: #505766;
}
.process-card-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
  font-size: 13px;
}
.process-card-info__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.process-card-info__item:last-of-type {
  border-bottom: none;
}
.process-card-info__item .title {
  width: 50%;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.process-card-info__item .info {
  width: 50%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-launch-and-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.app-progress-container {
  position: absolute;
  width: 100%;
}
.app-progress-container .tooltip {
  bottom: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.app-progress-container .tooltip.top .tooltip-arrow {
  /*style for floating arrow*/
  /*left: 20px;
        margin-left: -25px;
        border-top-color: darken(@app-card-controls, 30%);*/
  display: none;
}
.app-progress-container .tooltip .tooltip-inner {
  padding: 8px;
  border-radius: 0;
  white-space: nowrap;
  max-width: none;
  color: #505766;
  background-color: #f7f7f7;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.app-progress-container:hover .tooltip {
  opacity: 1;
}
.app-progress-container progress.app-progress {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #56a844;
  width: 100%;
  height: 6px;
  bottom: 0px;
  box-shadow: none;
}
.app-progress-container progress.app-progress [value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #56a844;
  height: 8px;
}
.app-progress-container progress.app-progress::-webkit-progress-bar {
  background-color: #eee;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}
.app-progress-container progress.app-progress[value]::-webkit-progress-value {
  background-color: #56a844;
}
.app-progress-container progress.app-progress::-moz-progress-bar {
  background-color: #56a844;
}
.app-progress-container progress.app-progress:not([value]),
.app-progress-container progress.app-progress:indeterminate {
  background-color: pink;
}
/*
 * Running App Card Grid View Styles
 *************************************************************/
.app-grid .process-card-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 15px 0px 15px;
  height: 100px;
}
.app-grid .process-card-header__title {
  width: 59%;
}
.app-grid .process-card-header__title .multiline-title {
  position: relative;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* hides the dots if the text has *exactly* visible line number */
  /* hides the dots if the text has *less than* visible line number */
}
.app-grid .process-card-header__title .multiline-title .predots {
  float: right;
  height: 44px;
  /* one less than visible lines */
}
.app-grid .process-card-header__title .multiline-title .dots {
  float: right;
  /* to make the text wrap around the dots */
  clear: right;
  /* to push us below (not next to) .pre-dots */
  color: #505766;
}
.app-grid .process-card-header__title .multiline-title .postdots1 {
  background-color: #fff;
  /* it has to be the same as the text bg, otherwise it will appear */
  width: 100%;
  height: 22px;
  /* line height */
  position: absolute;
  /* otherwise, because of the width, it'll be wrapped */
}
.app-grid .process-card-header__title .multiline-title .postdots2 {
  background-color: #fff;
  /* it has to be the same as the text bg, otherwise it will appear */
  width: 100%;
  height: 66px;
  /* visible line number x line height, to ensure hiding even if empty */
  position: absolute;
  /* ensures we're above the dots */
}
.app-grid .process-card-header .session {
  display: none;
}
.app-grid .process-card-header__image {
  display: block;
  flex-grow: 2;
}
.app-grid .process-card-header__image .img-responsive {
  max-height: 100px;
  margin: auto;
}
.app-grid .process-card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app-grid .process-card-wrap .process-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app-grid .process-card-wrap .app-progress-container {
  bottom: 50px;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .app-grid .process-card-wrap .app-progress-container {
    bottom: 49px;
  }
}
.app-grid .process-card-wrap .wrap-launch-and-controls .processcard-controls .session {
  margin-left: 10px;
}
.app-grid .process-card-wrap .wrap-launch-and-controls .processcard-controls .ac-icon.pc-close {
  margin-left: auto;
}
.app-grid .info-item-count-3 .process-card-wrap,
.app-grid .info-item-count-2 .process-card-wrap,
.app-grid .info-item-count-1 .process-card-wrap,
.app-grid .info-item-count-0 .process-card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app-grid .info-item-count-3 .process-card-header,
.app-grid .info-item-count-2 .process-card-header,
.app-grid .info-item-count-1 .process-card-header,
.app-grid .info-item-count-0 .process-card-header {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 165px;
}
.app-grid .info-item-count-3 .process-card-header__title,
.app-grid .info-item-count-2 .process-card-header__title,
.app-grid .info-item-count-1 .process-card-header__title,
.app-grid .info-item-count-0 .process-card-header__title {
  width: 100%;
}
.app-grid .info-item-count-3 .process-card-header__title .multiline-title,
.app-grid .info-item-count-2 .process-card-header__title .multiline-title,
.app-grid .info-item-count-1 .process-card-header__title .multiline-title,
.app-grid .info-item-count-0 .process-card-header__title .multiline-title {
  position: relative;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* hides the dots if the text has *exactly* visible line number */
  /* hides the dots if the text has *less than* visible line number */
}
.app-grid .info-item-count-3 .process-card-header__title .multiline-title .predots,
.app-grid .info-item-count-2 .process-card-header__title .multiline-title .predots,
.app-grid .info-item-count-1 .process-card-header__title .multiline-title .predots,
.app-grid .info-item-count-0 .process-card-header__title .multiline-title .predots {
  float: right;
  height: 22px;
  /* one less than visible lines */
}
.app-grid .info-item-count-3 .process-card-header__title .multiline-title .dots,
.app-grid .info-item-count-2 .process-card-header__title .multiline-title .dots,
.app-grid .info-item-count-1 .process-card-header__title .multiline-title .dots,
.app-grid .info-item-count-0 .process-card-header__title .multiline-title .dots {
  float: right;
  /* to make the text wrap around the dots */
  clear: right;
  /* to push us below (not next to) .pre-dots */
  color: #505766;
}
.app-grid .info-item-count-3 .process-card-header__title .multiline-title .postdots1,
.app-grid .info-item-count-2 .process-card-header__title .multiline-title .postdots1,
.app-grid .info-item-count-1 .process-card-header__title .multiline-title .postdots1,
.app-grid .info-item-count-0 .process-card-header__title .multiline-title .postdots1 {
  background-color: #fff;
  /* it has to be the same as the text bg, otherwise it will appear */
  width: 100%;
  height: 22px;
  /* line height */
  position: absolute;
  /* otherwise, because of the width, it'll be wrapped */
}
.app-grid .info-item-count-3 .process-card-header__title .multiline-title .postdots2,
.app-grid .info-item-count-2 .process-card-header__title .multiline-title .postdots2,
.app-grid .info-item-count-1 .process-card-header__title .multiline-title .postdots2,
.app-grid .info-item-count-0 .process-card-header__title .multiline-title .postdots2 {
  background-color: #fff;
  /* it has to be the same as the text bg, otherwise it will appear */
  width: 100%;
  height: 44px;
  /* visible line number x line height, to ensure hiding even if empty */
  position: absolute;
  /* ensures we're above the dots */
}
.app-grid .info-item-count-3 .process-card-header__image,
.app-grid .info-item-count-2 .process-card-header__image,
.app-grid .info-item-count-1 .process-card-header__image,
.app-grid .info-item-count-0 .process-card-header__image {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-top: 10px;
}
.app-grid .info-item-count-3 .process-card-header__image .img-responsive,
.app-grid .info-item-count-2 .process-card-header__image .img-responsive,
.app-grid .info-item-count-1 .process-card-header__image .img-responsive,
.app-grid .info-item-count-0 .process-card-header__image .img-responsive {
  max-height: 110px;
  margin: auto;
}
.app-grid .info-item-count-2 .process-card-header {
  height: 180px;
}
.app-grid .info-item-count-2 .process-card-header__image {
  width: 48%;
}
.app-grid .info-item-count-2 .process-card-header__image .img-responsive {
  max-height: 120px;
  margin: auto;
}
.app-grid .info-item-count-1 .process-card-header {
  height: 210px;
}
.app-grid .info-item-count-1 .process-card-header__image {
  width: 60%;
}
.app-grid .info-item-count-1 .process-card-header__image .img-responsive {
  max-height: 150px;
  margin: auto;
}
/*
 * Running App Card List View Styles
 *************************************************************/
.app-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app-list .process-card-info,
.app-list .process-card-header__image,
.app-list .icon-info.ac-icon.ac-details-btn {
  display: none;
}
.app-list .process-card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app-list .process-card-wrap .process-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.app-list .process-card-wrap .process-card-header {
  margin-top: 0;
  padding-top: 0;
  width: 82%;
}
.app-list .process-card-wrap .process-card-header__title {
  font-weight: 600;
  font-size: 14px;
  margin-top: 6px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.app-list .process-card-wrap .process-card-header__title .multiline-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: auto;
}
.app-list .process-card-wrap .process-card-header__title .predots,
.app-list .process-card-wrap .process-card-header__title .dots,
.app-list .process-card-wrap .process-card-header__title .postdots1,
.app-list .process-card-wrap .process-card-header__title postdots2 {
  display: none;
}
.app-list .process-card-wrap .process-card-header__title .session {
  font-weight: 400;
  padding-right: 15px;
}
.app-list .process-card-wrap .wrap-launch-and-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 6px;
  max-height: 32px;
}
.app-list .process-card-wrap .wrap-launch-and-controls .btn-group,
.app-list .process-card-wrap .wrap-launch-and-controls .btn-group-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 15px;
}
.app-list .process-card-wrap .app-progress-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 20px;
  bottom: 2px;
}
@media (max-width: 1024px) {
  .app-list .process-card-header__title {
    width: 100%;
  }
  .app-list .process-card-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
 * Mixin for Label Styles - Details view (Groups and Products)
 *************************************************************/
.svr-label {
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 2px 0;
}
.svr-label:first-of-type {
  margin-left: 0px;
}
.svr-label:last-of-type {
  margin-right: 4px;
}
.svr-label a:hover,
.svr-label a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.svr-label-group {
  color: #434855;
}
.svr-label-group[href]:hover,
.svr-label-group[href]:focus {
  background-color: #2c3038;
}
.svr-label-product {
  color: #434855;
}
.svr-label-product[href]:hover,
.svr-label-product[href]:focus {
  background-color: #2c3038;
}
/*
 * Modal Details view styles 
 *************************************************************/
.modal-img img {
  display: block;
  max-height: 250px;
  margin: auto;
}
/*
 * Work Cards
 *
 * Based off bootstrap panels.
 *
 *
 *************************************************************/
/*
 * Mixin
 *************************************************************/
/*
 * Base Style
 *************************************************************/
.wc {
  margin: 30px 0 0;
}
.wc h3 {
  display: inline-block;
}
/* wc contents */
.wc-body,
.modal-body {
  padding: 15px;
  border-radius: 0px 0px 2px 2px;
  background-color: #fff;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  /*set in import.less */
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.wc-body input[type="select"],
.modal-body input[type="select"],
.wc-body input[type="text"],
.modal-body input[type="text"],
.wc-body input[type="file"],
.modal-body input[type="file"],
.wc-body input[type="number"],
.modal-body input[type="number"],
.wc-body input[type="username"],
.modal-body input[type="username"],
.wc-body input[type="password"],
.modal-body input[type="password"],
.wc-body input[type="search"],
.modal-body input[type="search"],
.wc-body input[type="email"],
.modal-body input[type="email"],
.wc-body textarea,
.modal-body textarea,
.wc-body select,
.modal-body select {
  background-color: #fff;
  /*set in import.less */
  color: #555555;
  border-color: #c2c4c4 !important;
  /*set in import.less */
  border-radius: 2px;
}
.wc-body .form-control[disabled],
.modal-body .form-control[disabled],
.wc-body .form-control[readonly],
.modal-body .form-control[readonly],
.wc-body fieldset[disabled] .form-control,
.modal-body fieldset[disabled] .form-control {
  background-color: #eee;
  color: #555;
}
/* Optional heading */
.wc-heading {
  min-height: 33px;
  padding: 5px 15px;
  border-bottom: 4px solid transparent;
  border-radius: 2px 2px 0px 0px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.wc-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.wc-heading-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* works with row or column */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Within heading, strip any `h*` tag of its default margins for spacing. */
.wc-title,
.wc-title-sub {
  margin-top: 5px;
  margin-bottom: 0;
  padding-right: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 33px;
}
.wc-title > a,
.wc-title-sub > a {
  color: inherit;
}
.wc-title-sub {
  /* border-bottom: 1px solid @wc-default-border; */
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.wc-title-sub a {
  text-decoration: none;
}
/* Optional footer (currently stays gray in every modifier class) */
.wc-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
@media (max-width: 1290px) {
  .wc-heading-controls {
    display: block;
  }
}
@media (max-width: 700px) {
  .wc-title {
    font-size: 14px;
    line-height: 20px;
  }
}
/*
 * Contextual Variations
 *************************************************************/
.wc-default {
  border-color: #434855;
}
.wc-default .wc-title-sub {
  color: #7b8497;
  /*set in import.less */
  border-bottom: 1px solid #7b8497;
  /*set in import.less */
}
.wc-default > .wc-heading {
  color: #434855;
  /*set in import.less */
  background-color: #fff;
  /*set in import.less */
  border-color: #e6e6e6;
  /*set in import.less */
  border-bottom-color: #e6e6e6;
  /*set in import.less */
  /*set in import.less */
}
.wc-default > .wc-heading + .wc-collapse > .wc-body {
  border-top-color: #434855;
}
.wc-default > .wc-heading .badge {
  color: #fff;
  background-color: #434855;
  /*set in import.less */
}
.wc-default > .wc-heading .wc-title {
  color: #434855;
}
.wc-default > .wc-footer + .wc-collapse > .wc-body {
  border-bottom-color: #434855;
}
/*
 * Login
 *
 * Styles for the login page.
 *
 *
 *************************************************************/
.login-body {
  background-color: #fafbfe;
  /*set in import.less */
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-main {
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.login-panel {
  width: 50%;
  max-width: 560px;
  min-width: 300px;
  margin: auto;
  margin-top: 80px;
  border-radius: 7px;
  background-color: #fff;
  /*set in import.less */
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  /*set in import.less */
  flex-shrink: 0;
}
.login-footer {
  flex-shrink: 0;
  margin: 0 40px 40px 0;
}
.login-footer span {
  margin: -6px;
  padding: 0;
}
.login-footer p {
  line-height: 18px;
  text-align: right;
  color: #7b8497;
  /*set in import.less */
}
.login-footer p a {
  color: #7b8497;
  /*set in import.less */
  margin-left: 5px;
  font-weight: bold;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.login-footer p a:hover,
.login-footer p a:focus {
  text-decoration: underline;
}
.loginPanel-heading {
  text-align: center;
  width: 100%;
  padding: 50px;
}
.loginPanel-heading img {
  max-width: 100%;
  max-height: 150px;
}
.loginPanel-heading p {
  margin-top: 20px;
}
.loginPanel-body img {
  width: 100%;
}
.loginPanel-body label {
  color: #646e82;
  /*set in import.less */
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.loginPanel-body input {
  outline: none;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 0 2px #eeeeee;
  box-shadow: inset 0 0 0 2px #eeeeee;
  -webkit-box-shadow: inset 0 0 0 2px #eeeeee;
  padding: 5px 10px;
  height: 45px;
  margin: 0 0 20px;
  background-color: #eeeeee;
  /*set in import.less */
  color: #4e4f4f;
  /*set in import.less */
  font-size: 16px;
  /*set in import.less */
  letter-spacing: 0.5px;
  transition: background-color, border-color, 0.3s;
}
.loginPanel-body input:focus {
  -moz-box-shadow: inset 0 0 2px #e1e1e1;
  box-shadow: inset 0 0 2px #e1e1e1;
  -webkit-box-shadow: inset 0 0 2px #e1e1e1;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  /*set in import.less */
  outline: none;
  color: #4e4f4f;
  /*set in import.less */
}
.loginPanel-body input:-webkit-autofill {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  /*set in import.less */
  -webkit-box-shadow: inset 0 0 0 50px #eeeeee;
  /* Hack to get rid of Chrome auto-complete yellow */
  -webkit-text-fill-color: #4e4f4f;
  /*set in import.less */
}
.loginPanel-body input:last-of-type {
  margin: 0 0 0;
}
.design-pattern-none {
  display: none;
}
.wrong-password {
  color: #d81f2a;
  /*set in import.less */
  display: block;
  padding: 10px 0;
}
.login-input-wrapper ::-webkit-input-placeholder {
  font-size: 16px;
  /*set in import.less */
  letter-spacing: 0.5px;
  color: #7b8497;
  /*set in import.less */
}
.login-input-wrapper :-moz-placeholder {
  font-size: 16px;
  /*set in import.less */
  letter-spacing: 0.5px;
  color: #7b8497;
  /*set in import.less */
  opacity: 1;
}
.login-input-wrapper ::-moz-placeholder {
  font-size: 16px;
  /*set in import.less */
  letter-spacing: 0.5px;
  color: #7b8497;
  /*set in import.less */
  opacity: 1;
}
.login-input-wrapper :-ms-input-placeholder {
  font-size: 16px;
  /*set in import.less */
  letter-spacing: 0.5px;
  color: #7b8497;
  /*set in import.less */
}
.login-btn {
  color: #fff;
  /* Brand-color-text Replaced via CSS File */
  background-color: #555555;
  /* Brand color Replaced via CSS File */
  box-shadow: 0px 6px 0px 0px #333333;
  /* Brand Accent Replaced via CSS File */
  text-decoration: none;
  position: relative;
  height: 75px;
  font-size: 16px;
  line-height: 57px;
  width: 100%;
  margin-top: 30px;
  border-radius: 0 0 7px 7px;
  outline: none;
  border: none;
}
.login-btn:hover {
  color: #fff;
  /* Brand-color-text Replaced via CSS File */
  box-shadow: inset 0 0 100px -10px rgba(0, 0, 0, 0.3), 0px 6px 0px 0px rgba(0, 0, 0, 0.1), 0px 6px 0px 0px #333333;
  /* Brand Accent Replaced via CSS File */
}
.login-btn:focus {
  color: #fff;
  /* Brand-color-text Replaced via CSS File */
  box-shadow: inset 0px 0px 10px 3px rgba(255, 255, 255, 0.2), 0px 6px 0px 0px #333333;
  /* Brand Accent Replaced via CSS File */
}
.login-btn:active {
  top: 4px;
}
.remember-me-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
.remember-me-wrap .remember-me input {
  height: auto;
  box-shadow: none;
}
.remember-me-wrap p {
  color: #646e82;
  margin-left: 5px;
}
@media (min-height: 800px) {
  .version_badge {
    padding: 15px;
  }
  .version_badge img {
    height: 15px;
  }
  .private_label {
    padding: 35px 40px;
  }
  .private_label img {
    width: 185px;
    height: auto;
  }
}
@media (max-height: 799px) {
  .version_badge {
    padding: 7px;
  }
  .version_badge img {
    height: 12px;
  }
  .private_label {
    padding: 15px;
  }
  .private_label img {
    width: 120px;
    height: auto;
  }
  .login-main {
    margin-top: 20px;
  }
  .login-footer {
    padding-top: 20px;
  }
}
@media (min-height: 631px) {
  .login-input-wrapper {
    padding: 25px 45px;
  }
}
@media (max-height: 630px) {
  .login-input-wrapper {
    padding: 25px;
  }
  .loginPanel-heading {
    padding: 30px;
  }
}
/* 
 * Topnav, aka, navbar, aka top rail
 *
 * 
 * 
 *
 *************************************************************/
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 456px;
}
.navbar-header button.navbar-toggle:hover {
  background-color: transparent;
}
.navbar {
  border-bottom: 3px solid;
  min-height: 40px;
}
.navbar .icon-bell {
  padding: 0px;
}
.navbar.navbar-fixed-top {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.navbar.navbar-fixed-top .navbar-divider {
  line-height: 50px;
}
.navbar.navbar-fixed-top li.log-out {
  margin-right: 15px;
}
.navbar-brand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
}
.navbar-brand img {
  max-height: 40px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .sub-nav-topbar li a {
    padding-left: 50px;
  }
}
/*
 * For server's mobile sizes where the topnav absorbs the sidebar
 *************************************************************/
li.topnav-expand a.collapsed .icon-arrow-left {
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-left: auto;
}
li.topnav-expand a.collapsed .icon-arrow-down {
  display: none;
}
li.topnav-expand a .icon-arrow-left {
  display: none;
}
li.topnav-expand a .icon-arrow-down {
  color: inherit;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-left: auto;
}
/* 
 * Sidebar
 *
 * Main side bar for COMSOL Server
 * 
 *
 *************************************************************/
.sidebar .sidebar-content {
  display: none;
  /* Important for hiding the main sidebar for mobile */
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sidebar {
    width: 240px;
    top: 50px;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7edf5;
    /*set in import.less */
    border-right: 1px solid #babec8;
    /*set in import.less */
    color: #434855;
    /*set in import.less */
    transition: width 0.25s;
  }
  .sidebar .sidebar-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .sidebar .nav li a {
    font-size: 14px !important;
    font-weight: 600;
    transition: font-size 0.25s;
  }
}
@media (min-width: 1600px) {
  .sidebar {
    width: 300px;
    display: block;
    transition: width 0.25s;
  }
}
/*
 * Side Bar Content
 *************************************************************/
.sidebar {
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
  z-index: 3;
  position: fixed;
}
.sidebar a {
  color: #434855;
  /*set in import.less */
}
.sidebar .sidebar-content {
  min-height: 90vh;
}
.sidebar .sidebar-content .nav-sidebar {
  flex: 1;
}
.sidebar .sidebar-content .nav li {
  border-bottom: 1px solid #babec8;
  /*set in import.less */
}
.sidebar .sidebar-content .nav li a {
  font-size: 18px;
  transition: font-size 0.25s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 15px;
}
.sidebar .sidebar-content .nav.sub-nav-sidebar li {
  border-bottom: none;
  padding: none;
}
.sidebar .sidebar-content .nav.sub-nav-sidebar li:last-of-type a {
  padding-bottom: 25px;
}
.sidebar .sidebar-content .nav.sub-nav-sidebar li a {
  line-height: 20px;
  padding: 10px 15px 10px 45px;
}
.nav-sidebar li a:hover,
.nav-sidebar li a:focus {
  color: #434855;
  /*set in import.less */
  background-color: #babec8;
  /*set in import.less */
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus,
.sub-nav-sidebar > .active > a,
.sub-nav-sidebar > .active > a:hover,
.sub-nav-sidebar > .active > a:focus {
  color: #434855;
  /*set in import.less */
  background-color: #babec8;
  /*set in import.less */
}
.user-profile {
  padding: 35px 15px 35px 30px;
  min-height: 65px;
}
.user-profile .user-image {
  float: left;
  border: 5px solid #babec8;
  /*set in import.less */
  border-radius: 50%;
  height: 65px;
  width: 65px;
  padding: 6px 0 0 9px;
}
.user-profile .user-image .icon-user {
  font-size: 36px;
  color: #babec8;
  /*set in import.less */
}
.user-profile .user-name {
  display: inline-block;
  margin: 10px 0 0 10px;
  font-size: 16px;
  color: #434855;
  /*set in import.less */
}
.user-profile .user-type {
  display: inline-block;
  margin: 0px 0 5px 10px;
  font-size: 12px;
  font-style: italic;
  color: #434855;
  /*set in import.less */
  text-transform: lowercase;
}
.sidebar-icon {
  font-size: 16px;
  padding-right: 15px;
}
li.sidebar-expand .icon-arrow-left {
  display: inline-block;
  color: #434855;
  /*set in import.less */
  font-size: 16px;
  margin-left: auto;
}
li.sidebar-expand .icon-arrow-down {
  display: none;
}
li.sidebar-close .icon-arrow-left {
  display: none;
}
li.sidebar-close .icon-arrow-down {
  display: inline-block;
  float: right;
  color: #434855;
  /*set in import.less */
  font-size: 16px;
  margin-left: auto;
}
@media (min-height: 800px) {
  .sidebar-private_label {
    text-align: center;
    padding: 15px;
  }
  .sidebar-private_label img {
    width: 185px;
    height: auto;
  }
}
@media (max-height: 799px) {
  .sidebar-private_label {
    padding: 15px;
  }
  .sidebar-private_label img {
    width: 120px;
    height: auto;
  }
}
/*
 * In-app Sidebar
 *
 * Trigger a server menu by hovering top right of an app
 * LESS for the hotspot and menu
 *
 *************************************************************/
/*
 * Side Bar Menu
 *************************************************************/
.appmenu {
  width: 0px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: block;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 3px 0px 0px 3px;
  background-color: #e7edf5;
  /*set in import.less */
  color: #434855;
  /*set in import.less */
  border-right: 1px solid #babec8;
  /*set in import.less */
  transition: width 1s;
}
.appmenu span.badge {
  display: inline;
  color: white;
  margin-left: 3px;
}
.appmenu ul li a {
  color: #434855;
  /*set in import.less */
  border-bottom: 1px solid #babec8;
  /*set in import.less */
  width: 240px;
  overflow: visible;
}
.appmenu ul li a span {
  display: block;
  font-size: 0.85em;
  margin-top: 5px;
  color: #434855;
  /*set in import.less */
}
.appmenu.appmenu-show {
  width: 240px;
}
/*
 * Hot Spot Trigger for Menu
 *************************************************************/
.appmenu-hotspot {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  z-index: 1000000;
  background-color: transparent;
}
.appmenu-flag {
  position: fixed;
  top: -30px;
  right: -150px;
  width: 95px;
  height: 95px;
  z-index: 1000001;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: right;
}
.appmenu-flag:hover {
  text-decoration: none;
}
.appmenu-flag span {
  display: block;
  margin-top: 44px;
  /*pushes icon down*/
  margin-right: 45px;
  /*pushes icon left*/
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-animation: swipe 1.5s linear infinite;
  -moz-animation: swipe 1.5s linear infinite;
  animation: swipe 1.5s linear infinite;
}
.appmenu-flag-visible::before {
  position: fixed;
  top: -30px;
  right: -30px;
  width: 95px;
  height: 95px;
  z-index: 1000002;
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: ring 2.3s ease-out infinite;
  -moz-animation: ring 2.3s ease-out infinite;
  animation: ring 2.3s ease-out infinite;
}
.appmenu-flag-visible {
  top: -30px;
  right: -30px;
  width: 95px;
  height: 95px;
  z-index: 1000003;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    border: 5px solid rgba(0, 0, 0, 0.2);
  }
}
@-moz-keyframes ring {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    border: 5px solid rgba(0, 0, 0, 0.2);
  }
}
@-o-keyframes ring {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    border: 5px solid rgba(0, 0, 0, 0.2);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    border: 5px solid rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes swipe {
  0% {
    margin-right: 44px;
  }
  50% {
    margin-right: 46px;
  }
  100% {
    margin-right: 45px;
  }
}
@-moz-keyframes swipe {
  0% {
    margin-right: 44px;
  }
  50% {
    margin-right: 46px;
  }
  100% {
    margin-right: 45px;
  }
}
@-o-keyframes swipe {
  0% {
    margin-right: 44px;
  }
  50% {
    margin-right: 46px;
  }
  100% {
    margin-right: 45px;
  }
}
@keyframes swipe {
  0% {
    margin-right: 44px;
  }
  50% {
    margin-right: 46px;
  }
  100% {
    margin-right: 45px;
  }
}
/* 
 * Admin
 *
 * Styles for the administration pages. 
 * Work Card changes for the admin pages. 
 *
 *************************************************************/
/*
 * Custom Theming
 *************************************************************/
input.form-control.theme-color-swatch {
  height: 36px;
  margin: 0;
}
.input-group-addon.theme-color-swatch {
  padding: 0;
  background-color: transparent;
  border: none;
  border-image-width: 0;
}
.input-group-addon.theme-color-swatch i {
  width: 36px !important;
  height: 36px !important;
  border-radius: 0 4px 4px 0;
  position: relative;
  top: 0;
  right: 0;
  border-top: 1px solid #c2c4c4;
  border-right: 1px solid #c2c4c4;
  border-bottom: 1px solid #c2c4c4;
}
/*
 * Nested Preferences
 *************************************************************/
.theme-img-preview {
  max-width: 100%;
  border: 1px solid #c2c4c4;
  border-radius: 4px;
  padding: 5px;
  margin-top: 24px;
}
.preference-nested-parent .form-group {
  margin-bottom: 12px;
}
.preference-nested {
  padding-left: 20px;
  background-color: #fafafa;
  border-left: 1px solid #c2c4c4;
  /*set in import.less */
}
/*
 * Monitor Page
 *************************************************************/
.monitor-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.monitor-preview-container {
  margin-bottom: -1px;
  padding: 0 15px;
  background-color: #fff;
  /* set in import.less */
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.monitor-preview-cpu,
.monitor-preview-mem {
  display: inline-block;
  padding: 10px 0 12px;
}
.monitor-preview-sessions {
  display: inline-block;
  padding: 10px 8px 12px;
}
.monitor-preview-cpu,
.monitor-preview-mem {
  margin-right: 10px;
  right: 0;
}
.monitor-view-toggles {
  width: 80px;
  position: relative;
  top: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.monitor-view-toggles .system-info-button button,
.monitor-view-toggles .user-sessions-button button {
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -o-transition: 0.1s all;
}
.monitor-view-toggles .system-info-button button:hover,
.monitor-view-toggles .user-sessions-button button:hover,
.monitor-view-toggles .system-info-button button:active,
.monitor-view-toggles .user-sessions-button button:active {
  color: #999;
}
.monitor-view-toggles .system-info-button [data-cm-system-information-button="open"],
.monitor-view-toggles .user-sessions-button [data-cm-system-information-button="open"],
.monitor-view-toggles .system-info-button [data-cm-user-sessions-button="open"],
.monitor-view-toggles .user-sessions-button [data-cm-user-sessions-button="open"] {
  color: #999;
}
.monitor-view-toggles .system-info-button {
  margin-right: 8px;
}
.monitor-preview-cpu span,
.monitor-preview-mem span,
.monitor-preview-cpu .progress,
.monitor-preview-mem .progress {
  display: inline-block;
}
.monitor-preview-cpu .progress,
.monitor-preview-mem .progress {
  margin: 0 20px 0 8px;
  width: 200px;
  position: relative;
  top: 4px;
}
/*remove wc-body padding when collapsed */
.remove-padding {
  padding: 0 15px;
}
.monitor-collapse {
  margin-left: 10px;
}
@media (max-width: 1290px) {
  .monitor-preview-cpu span,
  .monitor-preview-mem span,
  .monitor-preview-cpu .progress,
  .monitor-preview-mem .progress {
    display: inline-block;
  }
  .monitor-preview-cpu .progress,
  .monitor-preview-mem .progress {
    margin: 0 10px 0 0;
    width: 120px;
  }
}
.monitor-sessions-skip-update {
  transition: background 0.3s;
  width: 100%;
}
.monitor-sessions-skip-update:hover {
  background: rgba(245, 245, 245, 0.5);
}
.favicon-image-container img {
  max-width: 52px;
}
.svg-container {
  width: 100%;
  margin: 0 auto;
}
.svg-container--ph {
  height: 0;
  padding: 30px 0;
  position: relative;
}
.svg--responsive {
  position: absolute;
  top: 0;
  left: 0;
}
textarea.theme-body-text {
  height: 120px;
}
.form-container {
  margin-bottom: 120px;
}
.monitor-sessions th.close-column,
.running-app-sessions th.close-column,
.monitor-sessions td.close-column,
.running-app-sessions td.close-column {
  text-align: center;
}
@media (max-width: 1200px) {
  .monitor-sessions.table-condensed.table-responsive-list th.close-column,
  .running-app-sessions.table-condensed.table-responsive-list th.close-column,
  .monitor-sessions.table-condensed.table-responsive-list td.close-column,
  .running-app-sessions.table-condensed.table-responsive-list td.close-column {
    text-align: left;
  }
}
[data-cm-system-information] .wc-title-sub,
[data-cm-user-sessions] .wc-title-sub {
  margin: 0 0 10px 0;
}
/* session and process number style*/
.monitor-sessions-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.monitor-sessions-heading .number {
  margin-top: 10px;
}
.monitor-process {
  margin-left: 20px;
}
/*
 * Sticky form controls (ie: save butttons bar)
 *************************************************************/
.sticky-form-controls {
  background: rgba(67, 72, 85, 0.85);
  position: fixed;
  bottom: 0px;
  width: 0%;
  padding: 15px 25px 15px 15px;
  z-index: 1;
}
.sticky-form-controls .form-controls-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sticky-form-controls .form-controls-panel .preference-buttons-panel {
  flex-grow: 2;
}
.sticky-form-controls .form-controls-panel .alert {
  background-color: inherit;
  box-shadow: none;
  border: none;
  padding: 0;
  color: #fff;
  margin: 8px 5px;
}
.sticky-form-controls .form-controls-panel .save-buttons-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sticky-form-controls .form-controls-panel button {
  margin: 2px 0 2px 5px;
}
.control-follow-bottom {
  bottom: 0px;
  position: fixed;
}
.control-pin-gen {
  bottom: 80px;
  position: absolute;
  transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .form-controls-panel {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1201px) and (max-width: 1540px) {
  .form-controls-panel {
    white-space: nowrap;
  }
}
/*
 * Sortable info items on preference page
 *************************************************************/
.sortable-list-box.drag-container {
  margin-left: 15px;
  border-left: 1px solid #c2c4c4;
}
.sortable-list-box .list-group {
  padding-left: 0;
  margin: 0;
}
.sortable-list-box .list-group-divider {
  border-top: 1px solid #c2c4c4;
}
.sortable-list-box .draggable-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 3px;
  border-bottom: 1px solid #c2c4c4;
  color: #333333;
  background: #fff;
  border-radius: 0px;
}
.sortable-list-box .draggable-item:hover {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.sortable-list-box .hidden-items .draggable-item {
  background: #f7f7f7;
}
.sortable-list-box .drop-target {
  position: relative;
  display: block;
  height: 40px;
  list-style-type: none;
  transition: height 0.2s ease-out;
  margin: -20px 0;
}
.sortable-list-box .drop-target.over {
  height: 100px;
}
.sortable-list-box .controls .btn {
  padding: 0px;
  float: right;
  margin-right: 5px;
  color: #333333;
  background: transparent;
  min-width: 30px;
}
.sortable-list-box .controls .btn:hover {
  opacity: 0.5;
  color: inherit;
}
.sortable-list-box .controls .sort-icon {
  margin: 3px;
}
.sortable-list-box .list-group .draggable-item:nth-child(2) .up,
.sortable-list-box .list-group .draggable-item:nth-last-child(2) .down,
.sortable-list-box .hidden-items .up,
.sortable-list-box .hidden-items .down,
.sortable-list-box .displayed-items .add,
.sortable-list-box .hidden-items .remove {
  display: none;
}
.sortable-list-box .displayed-items .remove,
.sortable-list-box .hidden-items .add {
  display: block;
}
/** Changed preference setting indicator */
.changed-form-field:after {
  /* form field*/
  color: hotpink;
  font-size: 8pt;
  content: "\002731";
  padding-left: 5px;
}
/*
 * Login Configuration page
 *************************************************************/
h4[href="#collapseAll"] span {
  margin-top: 10px;
  cursor: pointer;
}
/* 
 * App Details Modal
 *
 * Supporting styles for app details modal 
 * 
 *
 *************************************************************/
.running-app-container {
  background-color: #ededed;
  margin-bottom: 15px;
  border: 1px solid;
  border-color: #ddd;
  position: relative;
  width: 100%;
}
.running-app-container.info-item-count-0 {
  border: none;
}
.running-app-container.info-item-count-0 .app-progress-container {
  padding: 0;
}
.running-app-container .info-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.running-app-container .info-items .info-item {
  width: 33.3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.running-app-container .info-items .info-item .title {
  width: 45%;
  font-weight: 600;
}
.running-app-container .info-items .info-item .info {
  width: 55%;
}
@media (max-width: 1000px) {
  .running-app-container .info-items .info-item {
    width: 100%;
  }
}
.running-app-container .app-progress-container {
  padding: 0 15px;
  bottom: 2px;
}
.details-dropdown .dropdown-launch {
  min-width: 350px;
}
/* 
 * Logged out
 *
 * a Modal made full screen. is displayed if an app crashes 
 * or an admin stops a server that is in use
 *
 *************************************************************/
.sessionExpiredScreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 0;
  background-color: #fff;
  /*set in import.less */
}
.sessionExpiredScreen .modal-dialog .logout-content {
  padding-top: 68px;
}
.sessionExpiredScreen .modal-dialog h4 {
  margin-bottom: 15px;
}
/* 
 * App Loading Screen
 *
 * Loading animated gif and background
 * 
 *
 *************************************************************/
.app-loading-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.app-loading {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*set in import.less */
  text-align: center;
}
.app-loading .progressbar-container {
  width: 250px;
  margin: 0 auto;
}
.app-loading .progress {
  background-color: #474a47;
  border-radius: 0;
  height: 16px;
}
.app-loading .progress-message {
  font-size: 12px;
  margin: 10px;
}
.app-loading .progress-bar {
  background-color: #777777;
}
.loading-text {
  position: absolute;
  top: 25%;
  width: 100%;
}
.loading-text span {
  color: #505766;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.loading-animation {
  position: absolute;
  top: 30%;
  width: 100%;
}
.loading-animation img {
  width: 250px;
  margin: 0 auto;
}
.loading-pulse {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 100%;
}
.loading-pulse img {
  width: 100%;
}
/*
 * Notifications Panel
 *************************************************************/
.notification-deleting,
.notification-dismissing {
  filter: blur(5px);
}
.notifications {
  width: 0px;
  position: fixed;
  top: 53px;
  right: 0;
  bottom: 0;
  z-index: 2000;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #d3d8dc;
  /*set in import.less */
  color: #505766;
  /*set in import.less */
  border-left: 1px solid #999;
  /*set in import.less */
  transition: width 1s;
}
.notifications .toolbar {
  white-space: nowrap;
}
.notifications li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notifications li a {
  color: #505766;
  padding: 10px 17px;
}
.notifications li a:hover {
  background-color: transparent;
  color: #505766;
}
.notifications .notification {
  background-color: #fff;
  padding: 3px 12px;
  margin: 0 0 5px 5px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.notifications .notification .no-container {
  width: 265px;
}
.notifications .summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0px 10px 0;
  transition: padding 0.3s ease;
}
.notifications .summary span {
  font-weight: 600;
  cursor: pointer;
  white-space: pre-wrap;
}
.notifications .summary .buttons {
  min-width: 18%;
}
.notifications .summary .buttons .no-icon {
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
  color: #505766;
}
.notifications .summary .buttons .icon-arrow-left3 {
  display: none;
}
.notifications .description {
  white-space: pre-wrap;
}
.notifications .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 11px;
  padding-top: 10px;
}
.notifications .wrapper .sender {
  padding-left: 5px;
}
.notifications.notifications-show {
  width: 300px;
}
.notifications .collapsed .summary {
  padding: 7px 0px 5px 0px;
}
.notifications .collapsed .buttons .icon-arrow-down3 {
  display: none;
}
.notifications .collapsed .buttons .icon-arrow-left3 {
  display: block;
}
.notifications .collapsed .description {
  display: none;
}
.notifications .collapsed .wrapper {
  padding: 0px;
}
.notifications-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.notifications-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.notifications-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media (max-width: 768px) {
  .notifications {
    top: 59px;
  }
}
/*
 * Notify User(s) modals
 *************************************************************/
#notifyUsers .modal-dialog {
  width: 80%;
  position: absolute;
  left: 10%;
}
#notifyUsers div.history {
  max-height: 300px;
  overflow: auto;
}
#notifyUsers .notificationSettings {
  margin-bottom: 0px;
}
/*
 * Notifications panel when running app
 *************************************************************/
.appdrawer .notifications {
  height: 100%;
  top: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.wc-body:before,
.wc-body:after,
.modal-body:before,
.modal-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.wc-body:after,
.modal-body: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
