@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Cybernet Icons';
	font-display: swap;
    src: url('/css/fonts/cybernet-icons.eot?ver=1.0.2');
    src: url('/css/fonts/cybernet-icons.eot?#iefix&ver=1.0.2') format('embedded-opentype'),
         url('/css/fonts/cybernet-icons.woff?ver=1.0.2') format('woff'),
         url('/css/fonts/cybernet-icons.ttf?ver=1.0.2') format('truetype'),
         url('/css/fonts/cybernet-icons.svg?ver=1.0.2#web_symbolsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'password';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url('/css/fonts/password.ttf');
}
.fa-tw-flag:before {
	font-family: 'Cybernet Icons';
	content: "\e91c";
}
.fa-eu-flag:before {
	font-family: 'Cybernet Icons';
	content: "\e91d";
}
.fa-us-flag:before {
	font-family: 'Cybernet Icons';
	content: "\e91e";
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  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;
  appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2c3e50;

}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: var(--cyb-blue);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1b557a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mainContent * {
	scroll-margin-top: 90px;
}
.recordList a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.well a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.table-striped a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.table-striped thead a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.itemCode a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.itemDesc a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.itemOnSO a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.rmaDetails a:not([class*=text-]):not([class*=btn]):not([class*=label]),
table.emails a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.ticketDetails a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.returnAddress a:not([class*=text-]):not([class*=btn]):not([class*=label]),
.staffRow a:not([class*=text-]):not([class*=btn]):not([class*=label]) {
  color: #000000;
  text-decoration: underline;
}
.recordList a.text-success, .recordList a.text-success:hover, .recordList a.text-success:focus {
  color: var(--cyb-success);
}
.recordList a:not(.btn):hover,
.recordList a:not(.btn):not(.btn):focus,
.well a:hover,
.well a:not(.btn):focus,
.table-striped a:not(.btn):hover,
.table-striped a:not(.btn):focus,
.table-striped thead a:not(.btn):hover,
.table-striped thead a:not(.btn):focus,
a.componentLink:not(.btn):hover,
a.componentLink:not(.btn):focus,
a.productLink:not(.btn):hover,
a.productLink:not(.btn):focus,
.itemCode a:not(.btn):not(.btn):hover,
.itemCode a:focus,
.itemDesc a:not(.btn):hover,
.itemDesc a:not(.btn):focus,
.itemOnSO a:not(.btn):hover,
.itemOnSO a:not(.btn):focus,
.rmaDetails a:not(.btn):hover,
.rmaDetails a:not(.btn):focus,
table.emails a:not(.btn):hover,
table.emails a:not(.btn):focus,
.ticketDetails a:not(.btn):hover,
.ticketDetails a:not(.btn):focus,
.returnAddress a:not(.btn):hover,
.returnAddress a:not(.btn):focus,
.staffRow a:not(.btn):hover,
.staffRow a:not(.btn):focus {
  color: var(--cyb-blue);
  text-decoration: none;
}
.recordList .titleRow a, .table-striped a.duplicateContactLink {
  color: #ffffff;
  text-decoration: none;
}
.table-striped a.btn-default {
	color: #7f8c8d;
}
.recordList .titleRow a:hover,
.recordList .titleRow a:focus
{
  text-decoration: underline;
}
.table-striped a.btn:hover,
.table-striped a.btn:focus,
.table-striped a.duplicateContactLink:hover,
.table-striped a.duplicateContactLink:focus {
  color: #ffffff;
  text-decoration: none;
}
.table-striped a.btn-default:hover, .table-striped a.btn-default:focus {
	color: #7f8c8d;
}
a.componentLink, a.productLink {
  color: #000000;
  text-decoration: none !important;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ecf0f1;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted, .text-muted a:not(.btn), .text-muted a:not(.btn):hover {
  color: #757575 !important;
}
.text-primary, .text-primary a:not(.btn), .text-primary a:not(.btn):hover {
  color: var(--cyb-blue) !important;
}
.text-warning, .text-warning a:not(.btn), .text-warning a:not(.btn):hover {
  color: var(--cyb-orange) !important;
}
.text-danger, .text-danger a:not(.btn), .text-danger a:not(.btn):hover, .recordList a.text-danger:not(.btn), .well a.text-danger:not(.btn), .table-striped a.text-danger:not(.btn), .table-striped thead a.text-danger:not(.btn), .itemCode a.text-danger:not(.btn), .itemDesc a.text-danger:not(.btn), .itemOnSO a.text-danger:not(.btn), .rmaDetails a.text-danger:not(.btn), table.emails a.text-danger:not(.btn), .ticketDetails a.text-danger:not(.btn), .returnAddress a.text-danger:not(.btn), .staffRow a.text-danger:not(.btn) {
  color: var(--cyb-danger) !important;
}
.text-success, .text-success a:not(.btn), .text-success a:not(.btn):hover {
  color: var(--cyb-success) !important;
}
.text-info, .text-info a:not(.btn), .text-info a:not(.btn):hover {
  color: var(--cyb-blue) !important;
}
.text-default, .text-default a:not(.btn), .text-default a:not(.btn):hover {
  color: var(--cyb-default) !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-sm {
	font-size: 0.75em;
}
.text-md {
	font-size: 1em;
}
.text-lg {
	font-size: 1.5em;
}
.text-xl {
	font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
}
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,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #bdc3c7;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #bdc3c7;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bdc3c7;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #717577;
  background-color: #f2f3f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #717577;
  background-color: #f2f3f4;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  display: table;

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;

}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;

}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
/*table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffffff;
}
.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 #ffffff;
}
.table .table {
  background-color: #ecf0f1;
}
.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 #ffffff;
}
.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 #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #efefef;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}*/
.table thead > tr[valign] > th,
.table tbody > tr[valign] > th,
.table tfoot > tr[valign] > th,
.table thead > tr[valign] > td,
.table tbody > tr[valign] > td,
.table tfoot > tr[valign] > td,
.table thead > tr > th[valign],
.table tbody > tr > th[valign],
.table tfoot > tr > th[valign],
.table thead > tr > td[valign],
.table tbody > tr > td[valign],
.table tfoot > tr > td[valign] {
  vertical-align: inherit;
}
.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,
.table.info > thead > tr > td,
.table.info > tbody > tr > td,
.table.info > tfoot > tr > td,
.table.info > thead > tr > th,
.table.info > tbody > tr > th,
.table.info > tfoot > tr > th,
.well.info,
.list-group-item.info {
  background-color: #d9edf7;
}
.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,
.well.active,
.list-group-item.active {
  background-color: #e4e6e8;
}
.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,
.table.success > thead > tr > td,
.table.success > tbody > tr > td,
.table.success > tfoot > tr > td,
.table.success > thead > tr > th,
.table.success > tbody > tr > th,
.table.success > tfoot > tr > th,
.well.success,
.list-group-item.success {
  background-color: var(--cyb-success-light);
  border-left-color: #fff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
}
.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,
.table.danger > thead > tr > td,
.table.danger > tbody > tr > td,
.table.danger > tfoot > tr > td,
.table.danger > thead > tr > th,
.table.danger > tbody > tr > th,
.table.danger > tfoot > tr > th,
.well.danger,
.list-group-item.danger {
  background-color: var(--cyb-danger-light);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
}
.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,
.table.warning > thead > tr > td,
.table.warning > tbody > tr > td,
.table.warning > tfoot > tr > td,
.table.warning > thead > tr > th,
.table.warning > tbody > tr > th,
.table.warning > tfoot > tr > th,
.well.warning,
.list-group-item.warning {
  background-color: var(--cyb-orange-lightest);
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ffffff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #2c3e50;
  border: 0;
  border-bottom: 1px solid #dce4ec;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dce4ec;
  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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: var(--cyb-blue);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--cyb-blue-60);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--cyb-blue-60);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
textarea[readonly],
input[readonly],
select[readonly],
textarea[disabled],
input[disabled],
select[disabled] {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
}
.form-control option[disabled] {
	background-color: #cccccc;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.form-group-lg .control-label {
	font-size: 18px;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group:has(.input-lg) label {
	font-size: 1.5em;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  min-height: 45px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: var(--cyb-orange);
}
.has-warning .form-control:not([type="range"]),
.has-warning .tox-tinymce {
  border-color: var(--cyb-orange);
  -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:not([type="range"]):focus {
  border-color: var(--cyb-orange-dark);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8c573;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8c573;
}
.has-warning .input-group-addon,
.has-warning .select-helper {
  color: var(--cyb-orange);
  border-color: var(--cyb-orange);
  background-color: var(--cyb-orange-lightest);
}
.has-success .help-block,
.has-success .control-label {
  color: var(--cyb-success);
}
.has-success .form-control:not([type="range"]),
.has-success .tox-tinymce {
  border-color: var(--cyb-success);
  -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:not([type="range"]):focus {
  border-color: #1e8449;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
}
.has-success .input-group-addon,
.has-success .select-helper {
  color: var(--cyb-success);
  border-color: var(--cyb-success);
  background-color: var(--cyb-success-light);
}
.has-info .help-block,
.has-info .control-label {
  color: var(--cyb-blue);
}
.has-info .form-control:not([type="range"]),
.has-info .tox-tinymce {
  border-color: var(--cyb-blue);
  -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-info .form-control:not([type="range"]):focus {
  border-color: var(--cyb-blue);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--cyb-blue-60);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--cyb-blue-60);
}
.has-info .input-group-addon,
.has-info .select-helper{
  color: var(--cyb-blue);
  border-color: var(--cyb-blue);
  background-color: var(--cyb-blue-light);
}
.has-info-2 .help-block,
.has-info-2 .control-label {
  color: hsl(197deg 100% 30%);
}
.has-info-2 .form-control:not([type="range"]),
.has-info-2 .tox-tinymce {
  border-color: hsl(197deg 100% 30%);
  -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-info-2 .form-control:not([type="range"]):focus {
  border-color: hsl(197deg 100% 25%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px hsl(197deg 100% 35%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px hsl(197deg 100% 35%);
}
.has-info-2 .input-group-addon,
.has-info-2 .select-helper {
  color: hsl(197deg 100% 30%);
  border-color: hsl(197deg 100% 30%);
}
.has-info-3 .help-block,
.has-info-3 .control-label {
  color: hsl(197deg 100% 20%);
}
.has-info-3 .form-control:not([type="range"]),
.has-info-3 .tox-tinymce {
  border-color: hsl(197deg 100% 20%);
  -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-info-3 .form-control:not([type="range"]):focus {
  border-color: hsl(197deg 100% 15%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px hsl(197deg 100% 25%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px hsl(197deg 100% 25%);
}
.has-info-3 .input-group-addon,
.has-info-3 .select-helper{
  color: hsl(197deg 100% 20%);
  border-color: hsl(197deg 100% 20%);
}
.has-error .help-block,
.has-error .control-label,
.has-error .form-control {
  color: var(--cyb-danger);
}
.has-error .form-control:not([type="range"]),
.has-error .tox-tinymce {
  border-color: var(--cyb-danger);
  -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:not([type="range"]):focus {
  border-color: #962d22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df7c72;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #df7c72;
}
.has-error .input-group-addon,
.has-error .select-helper {
  color: var(--cyb-danger);
  border-color: var(--cyb-danger);
  background-color: var(--cyb-danger-light);
}
.btn-primary.btn-primary-2 {
	background-color: hsl(197deg 100% 30%);
	border-color: hsl(197deg 100% 30%);
}
.btn-primary.btn-primary-2:hover,
.btn-primary.btn-primary-2:focus,
.btn-primary.btn-primary-2:active,
.btn-primary.btn-primary-2.active,
.open .dropdown-toggle.btn-primary.btn-primary-2 {
	background-color: hsl(204deg 63% 20%);
	border-color: hsl(204deg 63% 20%);
}
.btn-primary.btn-primary-3 {
	background-color: hsl(197deg 100% 20%);
	border-color: hsl(197deg 100% 20%);
}
.btn-primary.btn-primary-3:hover,
.btn-primary.btn-primary-3:focus,
.btn-primary.btn-primary-3:active,
.btn-primary.btn-primary-3.active,
.open .dropdown-toggle.btn-primary.btn-primary-3 {
	background-color: hsl(204deg 63% 10%);
	border-color: hsl(204deg 63% 10%);
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #597ea2;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #7f8c8d;
  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,
input[type="button"][disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #7f8c8d;
  background-color: #dce4ec;
  border-color: #dce4ec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #7f8c8d;
  background-color: #c2d0de;
  border-color: #b4c5d6;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:not(.btn-outline),
.btn-default[disabled]:not(.btn-outline),
fieldset[disabled] .btn-default:not(.btn-outline),
.btn-default.disabled:not(.btn-outline):hover,
.btn-default[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-default:not(.btn-outline):hover,
.btn-default.disabled:not(.btn-outline):focus,
.btn-default[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-default:not(.btn-outline):focus,
.btn-default.disabled:not(.btn-outline):active,
.btn-default[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-default:not(.btn-outline):active,
.btn-default.disabled.active:not(.btn-outline),
.btn-default[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-default.active:not(.btn-outline) {
  background-color: #dce4ec;
  border-color: #dce4ec;
}
.btn-default.disabled.btn-outline,
.btn-default[disabled].btn-outline,
fieldset[disabled] .btn-default.btn-outline,
.btn-default.disabled.btn-outline:hover,
.btn-default[disabled].btn-outline:hover,
fieldset[disabled] .btn-default.btn-outline:hover,
.btn-default.disabled.btn-outline:focus,
.btn-default[disabled].btn-outline:focus,
fieldset[disabled] .btn-default.btn-outline:focus,
.btn-default.disabled.btn-outline:active,
.btn-default[disabled].btn-outline:active,
fieldset[disabled] .btn-default.btn-outline:active,
.btn-default.disabled.active.btn-outline,
.btn-default[disabled].active.btn-outline,
fieldset[disabled] .btn-default.active.btn-outline {
  background-color: inherit;
  border-color: inherit;
}
.btn-primary,
.btn-primary-hover:hover,
.btn-primary-hover:focus,
.btn-primary-hover:active {
  color: #ffffff;
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: var(--cyb-blue-dark);
  border-color: var(--cyb-blue-dark);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:not(.btn-outline),
.btn-primary[disabled]:not(.btn-outline),
fieldset[disabled] .btn-primary:not(.btn-outline),
.btn-primary.disabled:not(.btn-outline):hover,
.btn-primary[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-primary:not(.btn-outline):hover,
.btn-primary.disabled:not(.btn-outline):focus,
.btn-primary[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-primary:not(.btn-outline):focus,
.btn-primary.disabled:not(.btn-outline):active,
.btn-primary[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-primary:not(.btn-outline):active,
.btn-primary.disabled.active:not(.btn-outline),
.btn-primary[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-primary.active:not(.btn-outline) {
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.btn-primary.disabled.btn-outline,
.btn-primary[disabled].btn-outline,
fieldset[disabled] .btn-primary.btn-outline,
.btn-primary.disabled.btn-outline:hover,
.btn-primary[disabled].btn-outline:hover,
fieldset[disabled] .btn-primary.btn-outline:hover,
.btn-primary.disabled.btn-outline:focus,
.btn-primary[disabled].btn-outline:focus,
fieldset[disabled] .btn-primary.btn-outline:focus,
.btn-primary.disabled.btn-outline:active,
.btn-primary[disabled].btn-outline:active,
fieldset[disabled] .btn-primary.btn-outline:active,
.btn-primary.disabled.active.btn-outline,
.btn-primary[disabled].active.btn-outline,
fieldset[disabled] .btn-primary.active.btn-outline {
  background-color: inherit;
  border-color: inherit;
}
.btn-secondary,
.btn-secondary-hover:hover,
.btn-secondary-hover:focus,
.btn-secondary-hover:active {
  color: #ffffff;
  background-color: var(--cyb-blue-dark);
  border-color: var(--cyb-blue-dark);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #143c57;
  border-color: #143c57;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:not(.btn-outline),
.btn-secondary[disabled]:not(.btn-outline),
fieldset[disabled] .btn-secondary:not(.btn-outline),
.btn-secondary.disabled:not(.btn-outline):hover,
.btn-secondary[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-secondary:not(.btn-outline):hover,
.btn-secondary.disabled:not(.btn-outline):focus,
.btn-secondary[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-secondary:not(.btn-outline):focus,
.btn-secondary.disabled:not(.btn-outline):active,
.btn-secondary[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-secondary:not(.btn-outline):active,
.btn-secondary.disabled.active:not(.btn-outline),
.btn-secondary[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-secondary.active:not(.btn-outline) {
  background-color: var(--cyb-blue-dark);
  border-color: var(--cyb-blue-dark);
}
.btn-secondary.disabled.btn-outline,
.btn-secondary[disabled].btn-outline,
fieldset[disabled] .btn-secondary.btn-outline,
.btn-secondary.disabled.btn-outline:hover,
.btn-secondary[disabled].btn-outline:hover,
fieldset[disabled] .btn-secondary.btn-outline:hover,
.btn-secondary.disabled.btn-outline:focus,
.btn-secondary[disabled].btn-outline:focus,
fieldset[disabled] .btn-secondary.btn-outline:focus,
.btn-secondary.disabled.btn-outline:active,
.btn-secondary[disabled].btn-outline:active,
fieldset[disabled] .btn-secondary.btn-outline:active,
.btn-secondary.disabled.active.btn-outline,
.btn-secondary[disabled].active.btn-outline,
fieldset[disabled] .btn-secondary.active.btn-outline {
  background-color: inherit;
  border-color: inherit;
}
.btn-warning,
.btn-warning-hover:hover,
.btn-warning-hover:focus,
.btn-warning-hover:active {
  color: #ffffff;
  background-color: var(--cyb-orange);
  border-color: var(--cyb-orange);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d2850b;
  border-color: #be780a;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:not(.btn-outline),
.btn-warning[disabled]:not(.btn-outline),
fieldset[disabled] .btn-warning:not(.btn-outline),
.btn-warning.disabled:not(.btn-outline):hover,
.btn-warning[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-warning:not(.btn-outline):hover,
.btn-warning.disabled:not(.btn-outline):focus,
.btn-warning[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-warning:not(.btn-outline):focus,
.btn-warning.disabled:not(.btn-outline):active,
.btn-warning[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-warning:not(.btn-outline):active,
.btn-warning.disabled.active:not(.btn-outline),
.btn-warning[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-warning.active:not(.btn-outline) {
  background-color: var(--cyb-orange);
  border-color: var(--cyb-orange);
}
.btn-warning.disabled.btn-outline,
.btn-warning[disabled].btn-outline,
fieldset[disabled] .btn-warning.btn-outline,
.btn-warning.disabled.btn-outline:hover,
.btn-warning[disabled].btn-outline:hover,
fieldset[disabled] .btn-warning.btn-outline:hover,
.btn-warning.disabled.btn-outline:focus,
.btn-warning[disabled].btn-outline:focus,
fieldset[disabled] .btn-warning.btn-outline:focus,
.btn-warning.disabled.btn-outline:active,
.btn-warning[disabled].btn-outline:active,
fieldset[disabled] .btn-warning.btn-outline:active,
.btn-warning.disabled.active.btn-outline,
.btn-warning[disabled].active.btn-outline,
fieldset[disabled] .btn-warning.active.btn-outline {
  background-color: transparent;
  border-color: var(--cyb-orange);
}
.btn-danger,
.btn-danger-hover:hover,
.btn-danger-hover:focus,
.btn-danger-hover:active {
  color: #ffffff;
  background-color: var(--cyb-danger);
  border-color: var(--cyb-danger);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #9f2f24;
  border-color: #8e2a20;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:not(.btn-outline),
.btn-danger[disabled]:not(.btn-outline),
fieldset[disabled] .btn-danger:not(.btn-outline),
.btn-danger.disabled:not(.btn-outline):hover,
.btn-danger[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-danger:not(.btn-outline):hover,
.btn-danger.disabled:not(.btn-outline):focus,
.btn-danger[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-danger:not(.btn-outline):focus,
.btn-danger.disabled:not(.btn-outline):active,
.btn-danger[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-danger:not(.btn-outline):active,
.btn-danger.disabled.active:not(.btn-outline),
.btn-danger[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-danger.active:not(.btn-outline) {
  background-color: var(--cyb-danger);
  border-color: var(--cyb-danger);
}
.btn-danger.disabled.btn-outline,
.btn-danger[disabled].btn-outline,
fieldset[disabled] .btn-danger.btn-outline,
.btn-danger.disabled.btn-outline:hover,
.btn-danger[disabled].btn-outline:hover,
fieldset[disabled] .btn-danger.btn-outline:hover,
.btn-danger.disabled.btn-outline:focus,
.btn-danger[disabled].btn-outline:focus,
fieldset[disabled] .btn-danger.btn-outline:focus,
.btn-danger.disabled.btn-outline:active,
.btn-danger[disabled].btn-outline:active,
fieldset[disabled] .btn-danger.btn-outline:active,
.btn-danger.disabled.active.btn-outline,
.btn-danger[disabled].active.btn-outline,
fieldset[disabled] .btn-danger.active.btn-outline {
  background-color: inherit;
  border-color: inherit;
}
.btn-success,
.btn-success-hover:hover,
.btn-success-hover:focus,
.btn-success-hover:active {
  color: #ffffff;
  background-color: var(--cyb-success);
  border-color: var(--cyb-success);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #208d4e;
  border-color: #1c7c44;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:not(.btn-outline),
.btn-success[disabled]:not(.btn-outline),
fieldset[disabled] .btn-success:not(.btn-outline),
.btn-success.disabled:not(.btn-outline):hover,
.btn-success[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-success:not(.btn-outline):hover,
.btn-success.disabled:not(.btn-outline):focus,
.btn-success[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-success:not(.btn-outline):focus,
.btn-success.disabled:not(.btn-outline):active,
.btn-success[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-success:not(.btn-outline):active,
.btn-success.disabled.active:not(.btn-outline),
.btn-success[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-success.active:not(.btn-outline) {
  background-color: var(--cyb-success);
  border-color: var(--cyb-success);
  color: #fff !important;
}
.btn-success.disabled.btn-outline,
.btn-success[disabled].btn-outline,
fieldset[disabled] .btn-success.btn-outline,
.btn-success.disabled.btn-outline:hover,
.btn-success[disabled].btn-outline:hover,
fieldset[disabled] .btn-success.btn-outline:hover,
.btn-success.disabled.btn-outline:focus,
.btn-success[disabled].btn-outline:focus,
fieldset[disabled] .btn-success.btn-outline:focus,
.btn-success.disabled.btn-outline:active,
.btn-success[disabled].btn-outline:active,
fieldset[disabled] .btn-success.btn-outline:active,
.btn-success.disabled.active.btn-outline,
.btn-success[disabled].active.btn-outline,
fieldset[disabled] .btn-success.active.btn-outline {
  background-color: inherit;
  border-color: inherit;
}
.btn-info,
.btn-info-hover:hover,
.btn-info-hover:focus,
.btn-info-hover:active {
  color: #ffffff;
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: var(--cyb-blue-dark);
  border-color: var(--cyb-blue-dark);
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:not(.btn-outline),
.btn-info[disabled]:not(.btn-outline),
fieldset[disabled] .btn-info:not(.btn-outline),
.btn-info.disabled:not(.btn-outline):hover,
.btn-info[disabled]:not(.btn-outline):hover,
fieldset[disabled] .btn-info:not(.btn-outline):hover,
.btn-info.disabled:not(.btn-outline):focus,
.btn-info[disabled]:not(.btn-outline):focus,
fieldset[disabled] .btn-info:not(.btn-outline):focus,
.btn-info.disabled:not(.btn-outline):active,
.btn-info[disabled]:not(.btn-outline):active,
fieldset[disabled] .btn-info:not(.btn-outline):active,
.btn-info.disabled.active:not(.btn-outline),
.btn-info[disabled].active:not(.btn-outline),
fieldset[disabled] .btn-info.active:not(.btn-outline) {
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.btn-info.disabled.btn-outline,
.btn-info[disabled].btn-outline,
fieldset[disabled] .btn-info.btn-outline,
.btn-info.disabled.btn-outline:hover,
.btn-info[disabled].btn-outline:hover,
fieldset[disabled] .btn-info.btn-outline:hover,
.btn-info.disabled.btn-outline:focus,
.btn-info[disabled].btn-outline:focus,
fieldset[disabled] .btn-info.btn-outline:focus,
.btn-info.disabled.btn-outline:active,
.btn-info[disabled].btn-outline:active,
fieldset[disabled] .btn-info.btn-outline:active,
.btn-info.disabled.active.btn-outline,
.btn-info[disabled].active.btn-outline,
fieldset[disabled] .btn-info.active.btn-outline {
  background-color: inherit;
  border-color: inherit;
}
.btn-inline {
	padding: 0;
	margin: 0;
	font-size: inherit;
	border: 0;
	display: inline;
	vertical-align: inherit;
}
.btn-link,
.btn-outline,
.btn-primary-hover,
.btn-secondary-hover,
.btn-warning-hover,
.btn-danger-hover,
.btn-success-hover,
.btn-info-hover {
  color: var(--cyb-blue);
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-outline,
.btn-outline:active,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-primary-hover,
.btn-secondary-hover,
.btn-warning-hover,
.btn-danger-hover,
.btn-success-hover,
.btn-info-hover {
  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: #1b557a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus {
  color: #999999;
  text-decoration: none;
}
.btn-outline,
.btn-primary-hover,
.btn-secondary-hover,
.btn-warning-hover,
.btn-danger-hover,
.btn-success-hover,
.btn-info-hover {
  color: #757575;
  border: 1px solid #757575;
  border-radius: 4px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(0, 0, 0, 0.1);
}

.btn-outline.btn-primary {
  color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary.active {
  color: #1b557a;
  border-color: #1b557a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1b557a;
}
.btn-outline.btn-warning {
  color: var(--cyb-orange);
  border-color: var(--cyb-orange);
}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:focus,
.btn-outline.btn-warning:active,
.btn-outline.btn-warning.active {
  color: #d2850b;
  border-color: #d2850b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d2850b;
}
.btn-outline.btn-danger {
  color: var(--cyb-danger);
  border-color: var(--cyb-danger);
}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:focus,
.btn-outline.btn-danger:active,
.btn-outline.btn-danger.active {
  color: #962d22;
  border-color: #962d22;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #962d22;
}
.btn-outline.btn-success {
  color: var(--cyb-success);
  border-color: var(--cyb-success);
}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:focus,
.btn-outline.btn-success:active,
.btn-outline.btn-success.active {
  color: #208d4e;
  border-color: #208d4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #208d4e;
}
.btn-cyb-ent-green {
	color: #ffffff;
	background-color: var(--cyb-ent-green);
	border-color: var(--cyb-ent-green);
}
.btn-cyb-ent-green:hover,
.btn-cyb-ent-green:focus,
.btn-cyb-ent-green:active,
.btn-cyb-ent-green.active,
.open .dropdown-toggle.btn-cyb-ent-green {
	color: #ffffff;
	background-color: var(--cyb-ent-green-dark);
	border-color: var(--cyb-ent-green-dark);
}
.btn-cyb-ent-green:active,
.btn-cyb-ent-green.active,
.open .dropdown-toggle.btn-cyb-ent-green {
	background-image: none;
}
.btn-cyb-ent-green.disabled,
.btn-cyb-ent-green[disabled],
fieldset[disabled] .btn-cyb-ent-green,
.btn-cyb-ent-green.disabled:hover,
.btn-cyb-ent-green[disabled]:hover,
fieldset[disabled] .btn-cyb-ent-green:hover,
.btn-cyb-ent-green.disabled:focus,
.btn-cyb-ent-green[disabled]:focus,
fieldset[disabled] .btn-cyb-ent-green:focus,
.btn-cyb-ent-green.disabled:active,
.btn-cyb-ent-green[disabled]:active,
fieldset[disabled] .btn-cyb-ent-green:active,
.btn-cyb-ent-green.disabled.active,
.btn-cyb-ent-green[disabled].active,
fieldset[disabled] .btn-cyb-ent-green.active {
	background-color: var(--cyb-ent-green);
	border-color: var(--cyb-ent-green);
	color: #fff !important;
}

.btn-cyb-ind-blue {
	color: #ffffff;
	background-color: var(--cyb-ind-blue);
	border-color: var(--cyb-ind-blue);
}
.btn-cyb-ind-blue:hover,
.btn-cyb-ind-blue:focus,
.btn-cyb-ind-blue:active,
.btn-cyb-ind-blue.active,
.open .dropdown-toggle.btn-cyb-ind-blue {
	color: #ffffff;
	background-color: var(--cyb-ind-blue-dark);
	border-color: var(--cyb-ind-blue-dark);
}
.btn-cyb-ind-blue:active,
.btn-cyb-ind-blue.active,
.open .dropdown-toggle.btn-cyb-ind-blue {
	background-image: none;
}
.btn-cyb-ind-blue.disabled,
.btn-cyb-ind-blue[disabled],
fieldset[disabled] .btn-cyb-ind-blue,
.btn-cyb-ind-blue.disabled:hover,
.btn-cyb-ind-blue[disabled]:hover,
fieldset[disabled] .btn-cyb-ind-blue:hover,
.btn-cyb-ind-blue.disabled:focus,
.btn-cyb-ind-blue[disabled]:focus,
fieldset[disabled] .btn-cyb-ind-blue:focus,
.btn-cyb-ind-blue.disabled:active,
.btn-cyb-ind-blue[disabled]:active,
fieldset[disabled] .btn-cyb-ind-blue:active,
.btn-cyb-ind-blue.disabled.active,
.btn-cyb-ind-blue[disabled].active,
fieldset[disabled] .btn-cyb-ind-blue.active {
	background-color: var(--cyb-ind-blue);
	border-color: var(--cyb-ind-blue);
	color: #fff !important;
}


.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-xxs {
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-text,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-text,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-text,
textarea.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-text,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-text,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-text,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-text,
.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 .tooltip,
.input-group-btn .tooltip {
	white-space: normal;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #dce4ec;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}
.input-group-text {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-text.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-text.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-text:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-text:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child,
.input-group-text:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  min-height: 34px;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #333333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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;
  background-color: #f2f3f4;
  border: 1px solid #f2f3f4;
  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: #d6d9dd;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--cyb-blue);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: var(--cyb-blue);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #333333;
  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 {
    right: 0;
    left: auto;
  }
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.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-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}

.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: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: var(--cyb-blue);
	border-color: var(--cyb-blue);
}

.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: #c7ddef;
}

.list-group-item-success {
	color: #3c763d;
	background-color: var(--cyb-success-light);
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: var(--cyb-blue);
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: var(--cyb-blue);
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: var(--cyb-blue);
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: var(--cyb-blue);
	border-color: var(--cyb-blue);
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: var(--cyb-orange-lightest);
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: var(--cyb-danger-light);
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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-body:before,
.panel-body:after {
  content: " ";
  display: table;

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ffffff;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
.panel-default {
  border-color: #bdc3c7;
}
.panel-default > .panel-heading {
  color: #6c777f;
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bdc3c7;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bdc3c7;
}
.panel-primary {
  border-color: var(--cyb-blue);
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--cyb-blue);
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--cyb-blue);
}
.panel-success {
  border-color: var(--cyb-success);
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: var(--cyb-success);
  border-color: var(--cyb-success);
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--cyb-success);
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--cyb-success);
}
.panel-warning {
  border-color: var(--cyb-orange);
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: var(--cyb-orange);
  border-color: var(--cyb-orange);
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--cyb-orange);
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--cyb-orange);
}
.panel-danger {
  border-color: var(--cyb-danger);
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: var(--cyb-danger);
  border-color: var(--cyb-danger);
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--cyb-danger);
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--cyb-danger);
}
.panel-info {
  border-color: var(--cyb-blue);
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--cyb-blue);
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--cyb-blue);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well-xs {
  padding: 3px 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
  appearance: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #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: #eeeeee;
  border-color: var(--cyb-blue);
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ecf0f1;
  border: 1px solid #dddddd;
  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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ecf0f1;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: var(--cyb-blue);
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ecf0f1;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: var(--cyb-blue);
  border-bottom-color: var(--cyb-blue);
}
.nav a:hover .caret {
  border-top-color: #1b557a;
  border-bottom-color: #1b557a;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 5px -10px;
}
.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: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-text {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #a1aab0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #869198;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #a1aab0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: var(--cyb-blue);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: var(--cyb-blue);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(--cyb-blue);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ededed;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: var(--cyb-blue);
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #a1aab0;
  border-bottom-color: #a1aab0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #a1aab0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: var(--cyb-blue);
  }
  .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: #ffffff;
    background-color: var(--cyb-blue);
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #a1aab0;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.btn-default .caret {
  border-top-color: #7f8c8d;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #7f8c8d;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  display: table;

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #dce4ec;
}
.breadcrumb > .active {
  color: #9ab1c8;
}
.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: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #f2f3f4;
  border: 1px solid #7f8c8d;
  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 {
  background-color: var(--cyb-blue);
}
.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: #ffffff;
  background-color: var(--cyb-blue);
  border-color: var(--cyb-blue);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #8c9899;
  background-color: #f2f3f4;
  border-color: #7f8c8d;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f2f3f4;
  border: 1px solid #7f8c8d;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: var(--cyb-blue);
}
.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: #8c9899;
  background-color: #f2f3f4;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  overflow-y: hidden;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.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 transparent;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2c3e50;
  border-radius: 4px;
}
.customerTooltip .tooltip-inner {
  text-align: left !important;
  max-width: 300px;
}
.customerTooltip .tooltip-inner ol {
  padding-left: 20px;
  padding-right: 10px;
}
.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: #2c3e50;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2c3e50;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2c3e50;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2c3e50;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2c3e50;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c3e50;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c3e50;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2c3e50;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #2c3e50;
  background-clip: padding-box;
  border: 1px solid #2c3e50;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #2c3e50;
  border-bottom: 1px solid #233140;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #2c3e50;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #2c3e50;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #2c3e50;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #2c3e50;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #2c3e50;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #2c3e50;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #2c3e50;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #2c3e50;
  bottom: -10px;
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ecf0f1;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: var(--cyb-blue);
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #2c3e50;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: var(--cyb-blue);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #20638f;
}
.label-success {
  background-color: var(--cyb-success);
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1e8449;
}
.label-info {
  background-color: var(--cyb-blue);
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #20638f;
}
.label-warning {
  background-color: var(--cyb-orange);
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: var(--cyb-orange-dark);
}
.label-danger {
  background-color: var(--cyb-danger);
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #962d22;
}
.label a {
  color: #fff;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: var(--cyb-danger);
  border-radius: 4px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge.success {
  background-color: var(--cyb-success);
  border-radius: 10px;
}
.badge.info {
  background-color: var(--cyb-blue);
  border-radius: 10px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: var(--cyb-danger);
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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: #f2f3f4;
  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;
  color: #ffffff;
  text-align: center;
  background-color: var(--cyb-blue);
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress .progress-striped,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning,
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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: var(--cyb-success);
}
.progress-bar-info {
  background-color: var(--cyb-blue);
}
.progress-bar-warning {
  background-color: var(--cyb-orange);
}
.progress-bar-danger {
  background-color: var(--cyb-danger);
}
@-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-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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 {
  color: #ffffff;
  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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #cfd9db;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;

}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
html,
body {
  height: 100%;
}
body {
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
@media (min-width: 768px) {
  #wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -50px;
  }
  #push {
    height: 50px;
  }
}
#header {
  padding-top: 30px;
  margin-bottom: 20px;
}
#header:before,
#header:after {
  content: " ";
  display: table;

}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  content: " ";
  display: table;

}
#header:after {
  clear: both;
}
#header > h1 {
  margin: 0;
  color: #2c3e50;
}
#header > h1 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 220px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url("../img/logo.png");
}
#header > h1 span {
  margin: -20px 0 0 71px;
  float: left;
  clear: left;
  line-height: normal;
  color: #a6a8a8;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 480px) {
  #header > h1 {
    float: left;
  }
}
#footer {
  color: #6c777f;
  height: auto;
  background: #bdc3c7;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;

}
#footer:after {
  clear: both;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;

}
#footer:after {
  clear: both;
}
#footer p {
  margin: 15px 10px 0 0;
  float: left;
}
#footer a {
  color: #555555;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
#footer a:hover {
  color: #555555;
}
#footer ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  float: left;
}
#footer ul:before,
#footer ul:after {
  content: " ";
  display: table;

}
#footer ul:after {
  clear: both;
}
#footer ul:before,
#footer ul:after {
  content: " ";
  display: table;

}
#footer ul:after {
  clear: both;
}
#footer ul li {
  float: left;
  display: block;
}
#footer ul li + li {
  margin-left: 10px;
}
#footer .btn.btn-back-to-top {
  float: right;
  color: #bdc3c7;
  margin-top: 14px;
  padding: 2px 5px;
  font-size: 12px;
  background: #7f8c8d;
}
#footer .btn.btn-back-to-top:hover {
  background: #f2f3f4;
  color: #7f8c8d;
}
@media (min-width: 768px) {
  #footer {
    height: 50px;
  }
}
.main-navigation {
  margin-top: 20px;
  margin-bottom: 0;
  border: none;
  clear: both;
}
.main-navigation .navbar-collapse {
  padding: 0;
  box-shadow: none;
}
.main-navigation.navbar-default .navbar-nav > li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.main-navigation.navbar-default .navbar-nav > li + li {
  border-left: 2px solid #ecf0f1;
}
.main-navigation.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.main-navigation.navbar-default .navbar-nav > li > a .elusive {
  line-height: 1;
  vertical-align: text-bottom;
}
.main-navigation.navbar-default .navbar-nav > li.active > a .caret,
.main-navigation.navbar-default .navbar-nav > li.active > a:hover .caret,
.main-navigation.navbar-default .navbar-nav > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #2472a4;
}
.main-navigation .navbar-nav > .open > a .caret,
.main-navigation .navbar-nav > .open > a:hover .caret,
.main-navigation .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.main-navigation .navbar-nav > .open .dropdown-menu {
  background-color: #2472a4;
}
.main-navigation .navbar-nav > .open .dropdown-menu > li > a {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main-navigation .navbar-nav > .open .dropdown-menu > li > a:hover,
.main-navigation .navbar-nav > .open .dropdown-menu > li > a:focus {
  background-color: #20638f;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-nav > .open .dropdown-menu > .active > a,
.main-navigation .navbar-nav > .open .dropdown-menu > .active > a:hover,
.main-navigation .navbar-nav > .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #20638f;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-nav > .open .dropdown-menu li.divider {
  background-color: #20638f;
}
.main-navigation .navbar-nav > .open .dropdown-menu li.dropdown-header {
  color: #ffffff;
}
.main-navigation .navbar-nav > .open .dropdown-menu .caret {
  border-top: 4px solid #ffffff;
}
.main-navigation .navbar-nav > .open .dropdown-menu .dropdown-submenu > a:after {
  border-left: 4px solid #ffffff;
}
.main-navigation .navbar-form {
  padding-left: 5px;
}
.main-navigation .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 1;
}
.main-navigation .dropdown-menu .badge {
  top: 4px;
  left: -10px;
  right: auto;
}
.navbar-form.navbar-right {
  padding-right: 3px;
}
.navbar-form.navbar-left {
  padding-left: 3px;
}
.main-navigation.main-navigation-sidebar {
  margin-top: 0;
}
.main-navigation.main-navigation-sidebar .navbar-collapse {
  max-height: none;
}
.main-navigation.main-navigation-sidebar .navbar-nav {
  float: none;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li {
  float: none;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li:first-child a {
  border-radius: 4px 4px 0 0;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li:last-child a {
  border-radius: 0 0 4px 4px;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li.dropdown.open a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li + li {
  border-left: none;
  border-top: 2px solid #ecf0f1;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li > a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li > a .elusive {
  line-height: 1;
  vertical-align: text-bottom;
}
.main-navigation.main-navigation-sidebar .dropdown-menu {
  position: static;
  float: none;
}
.main-navigation.main-navigation-sidebar .dropdown-submenu > a:after {
  margin-top: 10px;
  border-width: 4px 4px 0;
  border-color: #ffffff transparent;
}
.main-navigation.main-navigation-sidebar .dropdown-submenu > .dropdown-menu {
  margin: 0;
}
.main-navigation.main-navigation-sidebar .navbar-nav > .open .dropdown-menu .dropdown-submenu > a:after {
  border-color: #ffffff transparent;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}
.main-navigation.main-navigation-sidebar .navbar-nav > li:last-child .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.main-navigation.main-navigation-sidebar .navbar-form {
  margin: 0;
  padding: 5px;
  border-top: 2px solid #ecf0f1;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.main-navigation.main-navigation-sidebar .navbar-form:before,
.main-navigation.main-navigation-sidebar .navbar-form:after {
  content: " ";
  display: table;

}
.main-navigation.main-navigation-sidebar .navbar-form:after {
  clear: both;
}
.main-navigation.main-navigation-sidebar .navbar-form:before,
.main-navigation.main-navigation-sidebar .navbar-form:after {
  content: " ";
  display: table;

}
.main-navigation.main-navigation-sidebar .navbar-form:after {
  clear: both;
}
.main-navigation.main-navigation-sidebar .navbar-form .form-group {
  margin: 0;
}
.main-navigation.main-navigation-sidebar .navbar-form .form-group,
.main-navigation.main-navigation-sidebar .navbar-form .btn {
  float: left;
}
.main-navigation.main-navigation-sidebar .navbar-form .btn {
  margin-left: 5px;
}
.main-navigation.main-navigation-sidebar .navbar-form .form-group {
  width: 70%;
}
@media (max-width: 767px) {
  .navbar-default {
    background-color: transparent;
  }
  .navbar-toggle {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
    border: none;
    font-weight: bold;
    text-align: left;
    color: #a1aab0;
    background-color: #ffffff;
    font-size: 16px;
  }
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    color: #ffffff;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse {
    border-top-width: 2px;
    max-height: none;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-nav {
    margin: 0;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-nav > li:first-child a {
    border-radius: 4px 4px 0 0;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-nav > li:last-child a {
    border-radius: 0 0 4px 4px;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-nav > li + li {
    border-left: none;
    border-top: 2px solid #ecf0f1;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form {
    margin: 0;
    margin-top: 2px;
    background-color: #ffffff;
    border-radius: 4px;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form:before,
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form:after {
    clear: both;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form:before,
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form:after {
    clear: both;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form .form-group {
    margin: 0;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form .form-group,
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form .btn {
    float: left;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form .btn {
    margin-left: 10px;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .navbar-form .form-group {
    width: 70%;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .badge {
    top: 11px;
    right: 10px;
  }
  .main-navigation .main-navigation-collapse.navbar-collapse .dropdown-menu .badge {
    top: 6px;
    left: auto;
    right: 10px;
  }
  .dropdown-menu a {
    color: #ffffff;
  }
  .main-navigation.main-navigation-sidebar {
    margin-bottom: 20px;
  }
  .main-navigation .navbar-nav > .dropdown-menu .dropdown-submenu > a:after,
  .main-navigation .navbar-nav > .open .dropdown-menu .dropdown-submenu > a:after {
    margin-top: 10px;
    border-width: 4px 4px 0;
    border-color: #ffffff transparent;
  }
}
@media (min-width: 480px) {
  .main-navigation {
    margin-top: 90px;
  }
}
.user-profile {
  margin: 20px 0 0 0;
}
.user-profile:before,
.user-profile:after {
  content: " ";
  display: table;

}
.user-profile:after {
  clear: both;
}
.user-profile:before,
.user-profile:after {
  content: " ";
  display: table;

}
.user-profile:after {
  clear: both;
}
.user-profile figure {
  margin: 0;
}
.user-profile figure:before,
.user-profile figure:after {
  content: " ";
  display: table;

}
.user-profile figure:after {
  clear: both;
}
.user-profile figure:before,
.user-profile figure:after {
  content: " ";
  display: table;

}
.user-profile figure:after {
  clear: both;
}
.user-profile img {
  float: left;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.user-profile figcaption {
  float: left;
  margin-left: 10px;
}
.user-profile figcaption strong {
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.user-profile figcaption strong a {
  color: #869198;
}
.user-profile figcaption strong a:hover {
  color: var(--cyb-blue);
  text-decoration: none;
}
.user-profile figcaption ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-profile figcaption ul:before,
.user-profile figcaption ul:after {
  content: " ";
  display: table;

}
.user-profile figcaption ul:after {
  clear: both;
}
.user-profile figcaption ul:before,
.user-profile figcaption ul:after {
  content: " ";
  display: table;

}
.user-profile figcaption ul:after {
  clear: both;
}
.user-profile figcaption ul > li {
  float: left;
  display: block;
}
.user-profile figcaption ul > li a {
  color: #a1aab0;
}
.user-profile figcaption ul > li a:hover {
  color: var(--cyb-blue);
  text-decoration: none;
}
.user-profile figcaption ul > li + li {
  margin-left: 8px;
}
@media (min-width: 480px) {
  .user-profile {
    float: right;
    margin: 10px 0 0;
  }
  .user-profile figure,
  .user-profile figcaption {
    float: right;
  }
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
blockquote,
blockquote.pull-right {
  clear: both;
  margin: 0 0 20px;
}
blockquote small,
blockquote.pull-right small {
  font-size: 10px;
}
code,
pre {
  border: none;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.help-block {
  color: #7f8c8d;
}
.help-block:empty {
  display: none;
}
legend {
  font-weight: bold;
  border-bottom: 2px;
}
.table {
  background-color: #f2f3f4;
  border: 2px solid #ffffff;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table th {
  text-align: center;
  background-color: #bdc3c7;
}
.table th,
.table td {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.table caption + thead tr:first-child th,
.table caption + tbody tr:first-child th,
.table caption + tbody tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + tbody tr:first-child th,
.table colgroup + tbody tr:first-child td,
.table thead:first-child tr:first-child th,
.table tbody:first-child tr:first-child th,
.table tbody:first-child tr:first-child td {
  border-top: 0;
}
.table thead:first-child tr:first-child th:first-child,
.table tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table thead:first-child tr:first-child th:last-child,
.table tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table thead:last-child tr:last-child th:first-child,
.table tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.table thead:last-child tr:last-child th:last-child,
.table tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table.recordList thead:first-child tr.titleRow th:first-child,
.table.recordList thead:first-child tr.titleRow td:first-child {
	border-left: none;
}
.table-media tr td {
  vertical-align: middle;
}
.table-media tr td:first-child,
.table-media tr th:first-child {
  width: 20px;
  text-align: center;
}
.table-media .thumbnail {
  display: table-cell;
  width: 45px;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table-media input[type="checkbox"] {
  margin-top: 0;
}
.table .toolbar {
  padding: 4px;
}
.toolbar.toolbar-btn-link {
  padding: 0;
}
.data-block {
  position: relative;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 6px;
}
.data-block section {
  padding: 20px;
}
.data-block section > *:last-child {
  margin-bottom: 0;
}
.data-block section > *:first-child {
  margin-top: 0;
}
.data-block.turquoise header {
  background: #16a085;
}
.data-block.turquoise header h2 + .btn li a,
.data-block.turquoise header h2 + .btn-group li a,
.data-block.turquoise header .data-header-actions li a {
  color: #8bd0c2;
  background: #0d5d4d;
}
.data-block.turquoise header .header-search input {
  color: #8bd0c2;
  background-color: #0d5d4d;
}
.data-block.orange header {
  background: var(--cyb-orange);
}
.data-block.orange header h2 + .btn li a,
.data-block.orange header h2 + .btn-group li a,
.data-block.orange header .data-header-actions li a {
  color: #f9ce89;
  background: #b06f09;
}
.data-block.orange header .header-search input {
  color: #f9ce89;
  background-color: #b06f09;
}
.data-block.purple header {
  background: #8e44ad;
}
.data-block.purple header h2 + .btn li a,
.data-block.purple header h2 + .btn-group li a,
.data-block.purple header .data-header-actions li a {
  color: #c7a2d6;
  background: #612e76;
}
.data-block.purple header .header-search input {
  color: #c7a2d6;
  background-color: #612e76;
}
.data-block.green header {
  background: var(--cyb-success);
}
.data-block.green header h2 + .btn li a,
.data-block.green header h2 + .btn-group li a,
.data-block.green header .data-header-actions li a {
  color: #93d7b0;
  background: #19703e;
}
.data-block.green header .header-search input {
  color: #93d7b0;
  background-color: #19703e;
}
.data-block.blue header {
  background: var(--cyb-blue);
}
.data-block.blue header h2 + .btn li a,
.data-block.blue header h2 + .btn-group li a,
.data-block.blue header .data-header-actions li a {
  color: #94c0dc;
  background: #1b557a;
}
.data-block.blue header .header-search input {
  color: #94c0dc;
  background-color: #1b557a;
}
.data-block.red header {
  background: var(--cyb-danger);
}
.data-block.red header h2 + .btn li a,
.data-block.red header h2 + .btn-group li a,
.data-block.red header .data-header-actions li a {
  color: #e09c95;
  background: #81261d;
}
.data-block.red header .header-search input {
  color: #e09c95;
  background-color: #81261d;
}
.data-block.gray header {
  background: #7f8c8d;
}
.data-block.gray header h2 + .btn li a,
.data-block.gray header h2 + .btn-group li a,
.data-block.gray header .data-header-actions li a {
  color: #bfc6c6;
  background: #5a6465;
}
.data-block.gray header .header-search input {
  color: #bfc6c6;
  background-color: #5a6465;
}
.data-block.dark header {
  background: #2c3e50;
}
.data-block.dark header h2 + .btn li a,
.data-block.dark header h2 + .btn-group li a,
.data-block.dark header .data-header-actions li a {
  color: #969fa8;
  background: #11181f;
}
.data-block.dark header .header-search input {
  color: #969fa8;
  background-color: #11181f;
}
.data-block header {
  padding: 10px 10px 10px 15px;
  background: var(--cyb-blue);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.data-block header:before,
.data-block header:after {
  content: " ";
  display: table;

}
.data-block header:after {
  clear: both;
}
.data-block header:before,
.data-block header:after {
  content: " ";
  display: table;

}
.data-block header:after {
  clear: both;
}
.data-block header h2 {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.data-block footer {
  color: #6c777f;
  font-size: 12px;
  padding: 10px;
  background: #bdc3c7;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.data-block footer p {
  margin: 0;
}
.data-block header h2 + .btn,
.data-block header h2 + .btn-group,
.data-block header .data-header-actions {
  float: right;
  margin: 0;
  padding: 0;
  list-style: 0;
}
.data-block header h2 + .btn:before,
.data-block header h2 + .btn-group:before,
.data-block header .data-header-actions:before,
.data-block header h2 + .btn:after,
.data-block header h2 + .btn-group:after,
.data-block header .data-header-actions:after {
  content: " ";
  display: table;

}
.data-block header h2 + .btn:after,
.data-block header h2 + .btn-group:after,
.data-block header .data-header-actions:after {
  clear: both;
}
.data-block header h2 + .btn:before,
.data-block header h2 + .btn-group:before,
.data-block header .data-header-actions:before,
.data-block header h2 + .btn:after,
.data-block header h2 + .btn-group:after,
.data-block header .data-header-actions:after {
  content: " ";
  display: table;

}
.data-block header h2 + .btn:after,
.data-block header h2 + .btn-group:after,
.data-block header .data-header-actions:after {
  clear: both;
}
.data-block header h2 + .btn > li,
.data-block header h2 + .btn-group > li,
.data-block header .data-header-actions > li {
  float: left;
  display: block;
  position: relative;
}
.data-block header h2 + .btn > li + li,
.data-block header h2 + .btn-group > li + li,
.data-block header .data-header-actions > li + li {
  margin-left: 5px;
}
.data-block header h2 + .btn > li > a,
.data-block header h2 + .btn-group > li > a,
.data-block header .data-header-actions > li > a,
.data-block header .data-header-actions > li > .btn {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.428571429;
  padding: 4px 4px;
  text-align: center;
  vertical-align: middle;
  background: #efefef;
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.data-block header h2 + .btn > li > a .caret,
.data-block header h2 + .btn-group > li > a .caret,
.data-block header .data-header-actions > li > a .caret,
.data-block header .data-header-actions > li > .btn .caret {
  border-color: #94c0dc transparent;
}
.data-block header h2 + .btn > li > a:hover,
.data-block header h2 + .btn-group > li > a:hover,
.data-block header .data-header-actions > li > a:hover,
.data-block header .data-header-actions > li > .btn:hover,
.data-block header h2 + .btn > li.open > a,
.data-block header h2 + .btn-group > li.open > a,
.data-block header .data-header-actions > li.open > a,
.data-block header h2 + .btn > li.active > a,
.data-block header h2 + .btn-group > li.active > a,
.data-block header .data-header-actions > li.active > a {
  color: #000000;
  background: #cccccc;
  text-decoration: none;
}
.data-block header h2 + .btn > li > a:hover .caret,
.data-block header h2 + .btn-group > li > a:hover .caret,
.data-block header .data-header-actions > li > a:hover .caret,
.data-block header .data-header-actions > li > .btn:hover .caret,
.data-block header h2 + .btn > li.open > a .caret,
.data-block header h2 + .btn-group > li.open > a .caret,
.data-block header .data-header-actions > li.open > a .caret,
.data-block header h2 + .btn > li.active > a .caret,
.data-block header h2 + .btn-group > li.active > a .caret,
.data-block header .data-header-actions > li.active > a .caret {
  border-color: #2c3e50 transparent;
}
.data-block header h2 + .btn > li .loading,
.data-block header h2 + .btn-group > li .loading,
.data-block header .data-header-actions > li .loading {
  display: block;
}
.data-block .data-block-nav {
  background: #dce4ec;
}
.data-block .data-block-nav ul {
  padding: 15px 20px;
  margin: 0;
  list-style: none;
}
.data-block .data-block-nav ul:before,
.data-block .data-block-nav ul:after {
  content: " ";
  display: table;

}
.data-block .data-block-nav ul:after {
  clear: both;
}
.data-block .data-block-nav ul:before,
.data-block .data-block-nav ul:after {
  content: " ";
  display: table;

}
.data-block .data-block-nav ul:after {
  clear: both;
}
.data-block .data-block-nav ul > li {
  float: left;
  display: block;
  position: relative;
}
.data-block .data-block-nav ul > li + li {
  margin-left: 5px;
}
.data-block .data-block-nav ul > li a {
  color: #ccd1d1;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.428571429;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  background: #7f8c8d;
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.data-block .data-block-nav ul > li a:hover,
.data-block .data-block-nav ul > li.open a,
.data-block .data-block-nav ul > li.active a {
  color: #f2f3f4;
  background: #535c5d;
  text-decoration: none;
}
.data-block header .header-search {
  display: inline;
  float: right;
  border: none;
  margin: 0;
}
.data-block header .header-search input {
  margin: 0;
  width: 106px;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  font-size: 12px;
  color: #94c0dc;
  border: none;
  background-color: #1b557a;
  border-radius: 4px;
}
.data-block.panel-group {
  background-color: transparent;
}
.data-block.panel-group.panel-group-collapsed {
  background-color: #ffffff;
}
.data-block.panel-group.panel-group-collapsed .panel + .panel {
  border-color: #ecf0f1;
}
.data-block.todo-block form,
.data-block.todo-block table {
  margin: 0;
}
.data-block.todo-block table th,
.data-block.todo-block table td {
  border-left: none;
}
.data-block.todo-block table td:first-child {
  width: 13px;
}
.data-block.todo-block table tr.done {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.data-block.todo-block table tr.done p {
  text-decoration: line-through;
}
.data-block.todo-block table tr.done p + span {
  height: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.data-block.todo-block table tr.done:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.data-block.todo-block table tr.done:hover p {
  text-decoration: none;
}
.data-block.todo-block table tr.done:hover p + span {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.data-block.todo-block table tr p {
  margin: 0;
  color: #5a6465;
  font-weight: bold;
  line-height: normal;
}
.data-block.todo-block table tr p + span {
  display: block;
  font-size: 12px;
  color: #7f8c8d;
}
.data-block.todo-block table tr input {
  margin-top: -3px;
}
.widget-block {
  display: block;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.widget-block .widget-icon,
.widget-block strong {
  color: var(--cyb-blue);
  display: block;
  font-size: 60px;
  line-height: 1;
}
.widget-block strong {
  font-size: 16px;
}
.widget-block.widget-text {
  padding: 32px 0 33px;
}
.widget-block.widget-text span {
  display: block;
  color: var(--cyb-blue);
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 5px;
}
.widget-block.widget-text strong {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.widget-block .sparkline {
  display: block;
  margin: 5px auto;
}
.widget-block .sparkline canvas {
  display: block !important;
  margin: 0 auto;
}
.widget-block .sparkline + strong,
.widget-block .sparkline + a {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.widget-block .sparkline + a:hover {
  color: var(--cyb-blue);
  text-decoration: none;
}
a.widget-block:hover {
  text-decoration: none;
  background: var(--cyb-blue);
}
a.widget-block:hover .widget-icon,
a.widget-block:hover.widget-text span,
a.widget-block:hover strong {
  color: #ffffff;
}
.widget-block .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 1;
}
.widget-block.widget-fixed {
  min-height: 110px;
  height: 110px;
}
.plan-block {
  text-align: center;
}
.plan-block span {
  color: #bdc3c7;
  display: block;
  font-size: 120px;
  line-height: normal;
  margin: 10px 0;
}
.plan-block h3 {
  margin: 0;
}
.plan-block p + .btn {
  margin-top: 20px;
}
.dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li {
  position: relative;
}
.dropdown-menu > li > a {
  font-weight: bold;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 5px 0;
}
.dropdown-menu.dropdown-primary {
  background-color: var(--cyb-blue);
}
.dropdown-menu.dropdown-primary .divider {
  background-color: #20638f;
}
.dropdown-menu.dropdown-primary > li > a,
.dropdown-menu.dropdown-primary > li > a:hover,
.dropdown-menu.dropdown-primary > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-primary > li > a:hover,
.dropdown-menu.dropdown-primary > li > a:focus {
  background-color: #20638f;
}
.dropdown-menu.dropdown-primary > .active > a,
.dropdown-menu.dropdown-primary > .active > a:hover,
.dropdown-menu.dropdown-primary > .active > a:focus {
  color: #ffffff;
  background-color: #20638f;
}
.dropdown-menu.dropdown-primary > .disabled > a,
.dropdown-menu.dropdown-primary > .disabled > a:hover,
.dropdown-menu.dropdown-primary > .disabled > a:focus {
  color: #20638f;
}
.dropdown-menu.dropdown-primary .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-primary .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-red {
  background-color: var(--cyb-danger);
}
.dropdown-menu.dropdown-red .divider {
  background-color: #962d22;
}
.dropdown-menu.dropdown-red > li > a,
.dropdown-menu.dropdown-red > li > a:hover,
.dropdown-menu.dropdown-red > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-red > li > a:hover,
.dropdown-menu.dropdown-red > li > a:focus {
  background-color: #962d22;
}
.dropdown-menu.dropdown-red > .active > a,
.dropdown-menu.dropdown-red > .active > a:hover,
.dropdown-menu.dropdown-red > .active > a:focus {
  color: #ffffff;
  background-color: #962d22;
}
.dropdown-menu.dropdown-red > .disabled > a,
.dropdown-menu.dropdown-red > .disabled > a:hover,
.dropdown-menu.dropdown-red > .disabled > a:focus {
  color: #962d22;
}
.dropdown-menu.dropdown-red .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-red .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-blue {
  background-color: var(--cyb-blue);
}
.dropdown-menu.dropdown-blue .divider {
  background-color: #20638f;
}
.dropdown-menu.dropdown-blue > li > a,
.dropdown-menu.dropdown-blue > li > a:hover,
.dropdown-menu.dropdown-blue > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-blue > li > a:hover,
.dropdown-menu.dropdown-blue > li > a:focus {
  background-color: #20638f;
}
.dropdown-menu.dropdown-blue > .active > a,
.dropdown-menu.dropdown-blue > .active > a:hover,
.dropdown-menu.dropdown-blue > .active > a:focus {
  color: #ffffff;
  background-color: #20638f;
}
.dropdown-menu.dropdown-blue > .disabled > a,
.dropdown-menu.dropdown-blue > .disabled > a:hover,
.dropdown-menu.dropdown-blue > .disabled > a:focus {
  color: #20638f;
}
.dropdown-menu.dropdown-blue .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-blue .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-green {
  background-color: var(--cyb-success);
}
.dropdown-menu.dropdown-green .divider {
  background-color: #1e8449;
}
.dropdown-menu.dropdown-green > li > a,
.dropdown-menu.dropdown-green > li > a:hover,
.dropdown-menu.dropdown-green > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-green > li > a:hover,
.dropdown-menu.dropdown-green > li > a:focus {
  background-color: #1e8449;
}
.dropdown-menu.dropdown-green > .active > a,
.dropdown-menu.dropdown-green > .active > a:hover,
.dropdown-menu.dropdown-green > .active > a:focus {
  color: #ffffff;
  background-color: #1e8449;
}
.dropdown-menu.dropdown-green > .disabled > a,
.dropdown-menu.dropdown-green > .disabled > a:hover,
.dropdown-menu.dropdown-green > .disabled > a:focus {
  color: #1e8449;
}
.dropdown-menu.dropdown-green .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-green .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-orange {
  background-color: var(--cyb-orange);
}
.dropdown-menu.dropdown-orange .divider {
  background-color: var(--cyb-orange-dark);
}
.dropdown-menu.dropdown-orange > li > a,
.dropdown-menu.dropdown-orange > li > a:hover,
.dropdown-menu.dropdown-orange > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-orange > li > a:hover,
.dropdown-menu.dropdown-orange > li > a:focus {
  background-color: var(--cyb-orange-dark);
}
.dropdown-menu.dropdown-orange > .active > a,
.dropdown-menu.dropdown-orange > .active > a:hover,
.dropdown-menu.dropdown-orange > .active > a:focus {
  color: #ffffff;
  background-color: var(--cyb-orange-dark);
}
.dropdown-menu.dropdown-orange > .disabled > a,
.dropdown-menu.dropdown-orange > .disabled > a:hover,
.dropdown-menu.dropdown-orange > .disabled > a:focus {
  color: var(--cyb-orange-dark);
}
.dropdown-menu.dropdown-orange .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-orange .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-purple {
  background-color: #8e44ad;
}
.dropdown-menu.dropdown-purple .divider {
  background-color: #703688;
}
.dropdown-menu.dropdown-purple > li > a,
.dropdown-menu.dropdown-purple > li > a:hover,
.dropdown-menu.dropdown-purple > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-purple > li > a:hover,
.dropdown-menu.dropdown-purple > li > a:focus {
  background-color: #703688;
}
.dropdown-menu.dropdown-purple > .active > a,
.dropdown-menu.dropdown-purple > .active > a:hover,
.dropdown-menu.dropdown-purple > .active > a:focus {
  color: #ffffff;
  background-color: #703688;
}
.dropdown-menu.dropdown-purple > .disabled > a,
.dropdown-menu.dropdown-purple > .disabled > a:hover,
.dropdown-menu.dropdown-purple > .disabled > a:focus {
  color: #703688;
}
.dropdown-menu.dropdown-purple .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-purple .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-turquoise {
  background-color: #16a085;
}
.dropdown-menu.dropdown-turquoise .divider {
  background-color: #107360;
}
.dropdown-menu.dropdown-turquoise > li > a,
.dropdown-menu.dropdown-turquoise > li > a:hover,
.dropdown-menu.dropdown-turquoise > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-turquoise > li > a:hover,
.dropdown-menu.dropdown-turquoise > li > a:focus {
  background-color: #107360;
}
.dropdown-menu.dropdown-turquoise > .active > a,
.dropdown-menu.dropdown-turquoise > .active > a:hover,
.dropdown-menu.dropdown-turquoise > .active > a:focus {
  color: #ffffff;
  background-color: #107360;
}
.dropdown-menu.dropdown-turquoise > .disabled > a,
.dropdown-menu.dropdown-turquoise > .disabled > a:hover,
.dropdown-menu.dropdown-turquoise > .disabled > a:focus {
  color: #107360;
}
.dropdown-menu.dropdown-turquoise .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-turquoise .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-gray {
  background-color: #7f8c8d;
}
.dropdown-menu.dropdown-gray .divider {
  background-color: #667273;
}
.dropdown-menu.dropdown-gray > li > a,
.dropdown-menu.dropdown-gray > li > a:hover,
.dropdown-menu.dropdown-gray > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-gray > li > a:hover,
.dropdown-menu.dropdown-gray > li > a:focus {
  background-color: #667273;
}
.dropdown-menu.dropdown-gray > .active > a,
.dropdown-menu.dropdown-gray > .active > a:hover,
.dropdown-menu.dropdown-gray > .active > a:focus {
  color: #ffffff;
  background-color: #667273;
}
.dropdown-menu.dropdown-gray > .disabled > a,
.dropdown-menu.dropdown-gray > .disabled > a:hover,
.dropdown-menu.dropdown-gray > .disabled > a:focus {
  color: #667273;
}
.dropdown-menu.dropdown-gray .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-gray .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-menu.dropdown-dark {
  background-color: #2c3e50;
}
.dropdown-menu.dropdown-dark .divider {
  background-color: #1a242f;
}
.dropdown-menu.dropdown-dark > li > a,
.dropdown-menu.dropdown-dark > li > a:hover,
.dropdown-menu.dropdown-dark > li > a:focus {
  color: #ffffff;
}
.dropdown-menu.dropdown-dark > li > a:hover,
.dropdown-menu.dropdown-dark > li > a:focus {
  background-color: #1a242f;
}
.dropdown-menu.dropdown-dark > .active > a,
.dropdown-menu.dropdown-dark > .active > a:hover,
.dropdown-menu.dropdown-dark > .active > a:focus {
  color: #ffffff;
  background-color: #1a242f;
}
.dropdown-menu.dropdown-dark > .disabled > a,
.dropdown-menu.dropdown-dark > .disabled > a:hover,
.dropdown-menu.dropdown-dark > .disabled > a:focus {
  color: #1a242f;
}
.dropdown-menu.dropdown-dark .dropdown-header {
  color: #ffffff;
}
.dropdown-menu.dropdown-dark .caret {
  border-top: 4px solid #ffffff;
}
.dropdown-header {
  font-weight: bold;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #333333;
  margin-top: 6px;
  margin-right: -10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333333;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 4px 0 4px 4px;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  margin: 0;
}
.nav-tabs > li > a {
  padding: 6px 15px;
  font-weight: bold;
  color: #7f8c8d;
  border: none;
  background: #f2f3f4;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  border: none;
  background: var(--cyb-blue);
}
@media (min-width: 768px) {
  .tabs-left .nav-tabs > li,
  .tabs-right .nav-tabs > li {
    float: none;
  }
  .tabs-left .nav-tabs > li + li,
  .tabs-right .nav-tabs > li + li {
    margin-top: 2px;
  }
  .tabs-left .tab-content {
    float: right;
    width: 80%;
    padding-left: 20px;
  }
  .tabs-left .nav-tabs {
    float: left;
    width: 20%;
  }
  .tabs-right .tab-content {
    float: left;
    width: 80%;
    padding-right: 20px;
  }
  .tabs-right .nav-tabs {
    float: right;
    width: 20%;
  }
}
.breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.breadcrumb > li {
  font-weight: bold;
}
.breadcrumb a {
  font-weight: bold;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.data-block .breadcrumb {
  background: #ecf0f1;
  margin-bottom: 20px;
}
.data-block .breadcrumb > .active {
  color: #94aab0;
}
.data-block .breadcrumb > li + li:before {
  color: #c0cdd1;
}
.pagination {
  font-weight: bold;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  margin-left: 0;
}
.pagination > li > a {
  color: #727f80;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
}
.pagination > li.disabled > span,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
  color: #8c9899;
  background-color: #bdc3c7;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.pagination .elusive {
  position: relative;
  top: 2px;
}
.pagination-right {
  text-align: right;
}
.pagination-center {
  text-align: center;
}
.pager {
  font-weight: bold;
}
.pager li > a,
.pager li > span {
  border: none;
  color: #7f8c8d;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #ffffff;
}
.pager li.disabled > a,
.pager li.disabled > a:hover,
.pager li.disabled > a:focus,
.pager li.disabled > span {
  color: #8c9899;
  background-color: #bdc3c7;
  opacity: 65;
  filter: alpha(opacity=6500);
}
.gallery + .gallery {
  margin-top: 20px;
}
.gallery .thumbnail {
  margin-bottom: 20px;
}
.gallery .thumbnail-actions {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gallery > div:hover .thumbnail-actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .thumbnail-checkbox {
  margin: 0;
  position: absolute;
  top: 5px;
  left: 15px;
}
.form-gallery .thumbnail.active {
  border-color: var(--cyb-blue);
  background-color: var(--cyb-blue);
}
@media (min-width: 768px) {
  .gallery .thumbnail {
    margin-bottom: 0;
  }
}
.loading {
  display: inline-block;
  background-image: url("../img/icons/icon_loading_blue.gif");
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 28px;
  height: 28px;
}
.loading.red {
  background-image: url("../img/icons/icon_loading_red.gif");
}
.loading.blue {
  background-image: url("../img/icons/icon_loading_blue.gif");
}
.loading.green {
  background-image: url("../img/icons/icon_loading_green.gif");
}
.loading.purple {
  background-image: url("../img/icons/icon_loading_purple.gif");
}
.loading.turquoise {
  background-image: url("../img/icons/icon_loading_turquoise.gif");
}
.loading.orange {
  background-image: url("../img/icons/icon_loading_orange.gif");
}
.loading.gray {
  background-image: url("../img/icons/icon_loading_gray.gif");
}
.loading.dark {
  background-image: url("../img/icons/icon_loading_dark.gif");
}
.data-header-actions .loading {
  background-image: url("../img/icons/icon_loading_blue_header.gif");
  width: 28px;
  height: 28px;
}
.data-header-actions .loading.red {
  background-image: url("../img/icons/icon_loading_red_header.gif");
}
.data-header-actions .loading.blue {
  background-image: url("../img/icons/icon_loading_blue_header.gif");
}
.data-header-actions .loading.green {
  background-image: url("../img/icons/icon_loading_green_header.gif");
}
.data-header-actions .loading.purple {
  background-image: url("../img/icons/icon_loading_purple_header.gif");
}
.data-header-actions .loading.turquoise {
  background-image: url("../img/icons/icon_loading_turquoise_header.gif");
}
.data-header-actions .loading.orange {
  background-image: url("../img/icons/icon_loading_orange_header.gif");
}
.data-header-actions .loading.gray {
  background-image: url("../img/icons/icon_loading_gray_header.gif");
}
.data-header-actions .loading.dark {
  background-image: url("../img/icons/icon_loading_dark_header.gif");
}
.label-inverse {
  background-color: #2c3e50;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  background-color: #1a242f;
}
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  padding: 0;
}
.panel-title > a {
  display: block;
  padding: 10px 15px;
}
.panel-title > a:hover {
  text-decoration: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}
.panel-group.panel-group-collapsed .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #ffffff;
}
.panel-group.panel-group-collapsed .panel {
  border-radius: 0;
}
.panel-group.panel-group-collapsed .panel .panel-heading .panel-title > a.accordion-toggle,
.panel-group.panel-group-collapsed .panel .panel-heading {
  border-radius: 0;
}
.panel-group.panel-group-collapsed .panel:first-child,
.panel-group.panel-group-collapsed .panel:first-child .panel-heading,
.panel-group.panel-group-collapsed .panel:first-child .panel-title > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-group.panel-group-collapsed .panel:last-child,
.panel-group.panel-group-collapsed .panel:last-child .panel-heading,
.panel-group.panel-group-collapsed .panel:last-child .panel-title > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-default .panel-title > a {
  background: #bdc3c7;
}
.panel-default .panel-title > a:hover {
  color: #ffffff;
  background-color: var(--cyb-blue);
}
.panel-primary .panel-title > a {
  background: var(--cyb-blue);
}
.panel-primary .panel-title > a:hover {
  background-color: var(--cyb-blue-dark);
}
.panel-success .panel-title > a {
  background: var(--cyb-success);
}
.panel-success .panel-title > a:hover {
  background-color: #208d4e;
}
.panel-warning .panel-title > a {
  background: var(--cyb-orange);
}
.panel-warning .panel-title > a:hover {
  background-color: #d2850b;
}
.panel-danger .panel-title > a {
  background: var(--cyb-danger);
}
.panel-danger .panel-title > a:hover {
  background-color: #9f2f24;
}
.panel-info .panel-title > a {
  background: var(--cyb-blue);
}
.panel-info .panel-title > a:hover {
  background-color: var(--cyb-blue-dark);
}
.panel-inverse {
  border-color: #2c3e50;
}
.panel-inverse > .panel-heading {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.panel-inverse > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2c3e50;
}
.panel-inverse > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2c3e50;
}
.panel-inverse .panel-title > a {
  background: #2c3e50;
}
.panel-inverse .panel-title > a:hover {
  background-color: #1e2a36;
}
.panel-purple {
  border-color: #8e44ad;
}
.panel-purple > .panel-heading {
  color: #ffffff;
  background-color: #8e44ad;
  border-color: #8e44ad;
}
.panel-purple > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #8e44ad;
}
.panel-purple > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #8e44ad;
}
.panel-purple .panel-title > a {
  background: #8e44ad;
}
.panel-purple .panel-title > a:hover {
  background-color: #763890;
}
.panel-turquoise {
  border-color: #16a085;
}
.panel-turquoise > .panel-heading {
  color: #ffffff;
  background-color: #16a085;
  border-color: #16a085;
}
.panel-turquoise > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #16a085;
}
.panel-turquoise > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #16a085;
}
.panel-turquoise .panel-title > a {
  background: #16a085;
}
.panel-turquoise .panel-title > a:hover {
  background-color: #117c67;
}
.jumbotron {
  line-height: 25px;
  margin-bottom: 20px;
}
.jumbotron h1 {
  letter-spacing: normal;
  margin-bottom: 10px;
}
.jumbotron.turquoise {
  background: #16a085;
  color: #96d4c8;
}
.jumbotron.turquoise h1 {
  color: #ffffff;
}
.jumbotron.orange {
  background: var(--cyb-orange);
  color: #fad294;
}
.jumbotron.orange h1 {
  color: #ffffff;
}
.jumbotron.purple {
  background: #8e44ad;
  color: #ccabda;
}
.jumbotron.purple h1 {
  color: #ffffff;
}
.jumbotron.green {
  background: var(--cyb-success);
  color: #9edbb7;
}
.jumbotron.green h1 {
  color: #ffffff;
}
.jumbotron.blue {
  background: var(--cyb-blue);
  color: #9fc6e0;
}
.jumbotron.blue h1 {
  color: #ffffff;
}
.jumbotron.red {
  background: var(--cyb-danger);
  color: #e3a6a0;
}
.jumbotron.red h1 {
  color: #ffffff;
}
.jumbotron.gray {
  background: #7f8c8d;
  color: #f9f9f9;
}
.jumbotron.gray h1 {
  color: #ffffff;
}
.jumbotron.dark {
  background: #2c3e50;
  color: #a0a8b0;
}
.jumbotron.dark h1 {
  color: #ffffff;
}
.page-header {
  border: none;
}
.page-header h1 {
  color: #495d62;
}
.page-header p {
  color: #5e7980;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.page-header p + p {
  margin-top: 20px;
}
.progress {
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress.progress-line {
  height: 10px;
}
.progress-bar {
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-striped .progress-bar {
  background-size: 20px 20px;
}
.progress-bar-inverse {
  background-color: #2c3e50;
}
.progress-striped .progress-bar-inverse {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}
.well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well p:last-child,
.well p:only-of-type {
  margin-bottom: 0;
}
.filter-bar .form-inline .btn {
  margin-top: 28px;
}
.pricing-table {
  background-color: #d6d9dd;
  border-radius: 4px;
}
.pricing-table .panel-heading,
.pricing-table .panel-body {
  text-align: center;
}
.pricing-table .panel-heading {
  padding: 15px;
  color: #7f8c8d;
  background-color: #f2f3f4;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.pricing-table .panel-heading h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.pricing-table .panel-body strong {
  color: #7f8c8d;
  font-size: 27px;
  line-height: 1;
  display: block;
  padding: 10px;
}
.pricing-table .list-group-item {
  color: #7f8c8d;
  border-color: #d6d9dd;
  background-color: #f2f3f4;
}
.pricing-table .list-group-item .elusive,
.pricing-table .list-group-item .glyphicons {
  color: #7f8c8d;
}
.pricing-table > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #d6d9dd;
  border-radius: 0;
}
.pricing-table .panel-footer {
  background-color: transparent;
}
.pricing-table.pricing-table-red {
  background-color: #962d22;
}
.pricing-table.pricing-table-red .panel-heading {
  color: #e09c95;
  background-color: var(--cyb-danger);
}
.pricing-table.pricing-table-red .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-red .list-group-item {
  color: #ecc4bf;
  border-color: #962d22;
  background-color: var(--cyb-danger);
}
.pricing-table.pricing-table-red .list-group-item .elusive,
.pricing-table.pricing-table-red .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-red > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #962d22;
}
.pricing-table.pricing-table-blue {
  background-color: #20638f;
}
.pricing-table.pricing-table-blue .panel-heading {
  color: #94c0dc;
  background-color: var(--cyb-blue);
}
.pricing-table.pricing-table-blue .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-blue .list-group-item {
  color: #bfd9ea;
  border-color: #20638f;
  background-color: var(--cyb-blue);
}
.pricing-table.pricing-table-blue .list-group-item .elusive,
.pricing-table.pricing-table-blue .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-blue > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #20638f;
}
.pricing-table.pricing-table-green {
  background-color: #1e8449;
}
.pricing-table.pricing-table-green .panel-heading {
  color: #93d7b0;
  background-color: var(--cyb-success);
}
.pricing-table.pricing-table-green .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-green .list-group-item {
  color: #bee7cf;
  border-color: #1e8449;
  background-color: var(--cyb-success);
}
.pricing-table.pricing-table-green .list-group-item .elusive,
.pricing-table.pricing-table-green .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-green > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #1e8449;
}
.pricing-table.pricing-table-purple {
  background-color: #703688;
}
.pricing-table.pricing-table-purple .panel-heading {
  color: #c7a2d6;
  background-color: #8e44ad;
}
.pricing-table.pricing-table-purple .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-purple .list-group-item {
  color: #ddc7e6;
  border-color: #703688;
  background-color: #8e44ad;
}
.pricing-table.pricing-table-purple .list-group-item .elusive,
.pricing-table.pricing-table-purple .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-purple > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #703688;
}
.pricing-table.pricing-table-orange {
  background-color: var(--cyb-orange-dark);
}
.pricing-table.pricing-table-orange .panel-heading {
  color: #f9ce89;
  background-color: var(--cyb-orange);
}
.pricing-table.pricing-table-orange .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-orange .list-group-item {
  color: #fbe1b8;
  border-color: var(--cyb-orange-dark);
  background-color: var(--cyb-orange);
}
.pricing-table.pricing-table-orange .list-group-item .elusive,
.pricing-table.pricing-table-orange .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-orange > .list-group .list-group-item:last-child {
  border-bottom: 1px solid var(--cyb-orange-dark);
}
.pricing-table.pricing-table-turquoise {
  background-color: #107360;
}
.pricing-table.pricing-table-turquoise .panel-heading {
  color: #8bd0c2;
  background-color: #16a085;
}
.pricing-table.pricing-table-turquoise .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-turquoise .list-group-item {
  color: #b9e3da;
  border-color: #107360;
  background-color: #16a085;
}
.pricing-table.pricing-table-turquoise .list-group-item .elusive,
.pricing-table.pricing-table-turquoise .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-turquoise > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #107360;
}
.pricing-table.pricing-table-dark {
  background-color: #1a242f;
}
.pricing-table.pricing-table-dark .panel-heading {
  color: #969fa8;
  background-color: #2c3e50;
}
.pricing-table.pricing-table-dark .panel-body strong {
  color: #ffffff;
  padding: 10px;
}
.pricing-table.pricing-table-dark .list-group-item {
  color: #c0c5cb;
  border-color: #1a242f;
  background-color: #2c3e50;
}
.pricing-table.pricing-table-dark .list-group-item .elusive,
.pricing-table.pricing-table-dark .list-group-item .glyphicons {
  color: #ffffff;
}
.pricing-table.pricing-table-dark > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #1a242f;
}
.btn-inverse {
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1e2a36;
  border-color: #161f29;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border-color: #c2d0de;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: var(--cyb-blue-dark);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  border-color: #d2850b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  border-color: #9f2f24;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  border-color: #208d4e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  border-color: var(--cyb-blue-dark);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  border-color: #1e2a36;
}
.alert-info {
	color: var(--cyb-blue-dark);
	background-color: var(--cyb-blue-light);
	border-color: var(--cyb-blue-dark);
}
.alert .alert-link {
  text-decoration: dashed;
}
.alert .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert .close:hover,
.alert .close:focus {
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#wrapper > .alert {
  margin-bottom: 0;
  border-radius: 0;
}
.alert-gray {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  color: #727f80;
}
.alert-gray hr {
  border-top-color: #afb6bb;
}
.alert-gray .alert-link {
  color: #5a6465;
}
.alert-inverse {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: #ffffff;
}
.alert-inverse hr {
  border-top-color: #233140;
}
.alert-inverse .alert-link {
  color: #e6e6e6;
}
.alert.retracted {
  transform: translateY(-100%);
}
.alert.animated-alert {
  transition: all 0.5s ease;
}
.content-main .mainContent > .alert {
  position: fixed;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 75%;
  z-index: 2;
}
.content-main .mainContent > .alert.retracted {
  transform: translateX(-50%) translateY(-100%);
}
.left-nav-open .content-main .mainContent > .alert {
  left: calc(50% + 170px);
}
.modal-header {
  border: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.modal-content {
  border: none;
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal.primary .modal-header {
  background-color: var(--cyb-blue);
}
.modal.primary .modal-title,
.modal.primary .close {
  color: #ffffff;
}
.modal.red .modal-header {
  background-color: var(--cyb-danger);
}
.modal.red .modal-title,
.modal.red .close {
  color: #ffffff;
}
.modal.blue .modal-header {
  background-color: var(--cyb-blue);
}
.modal.blue .modal-title,
.modal.blue .close {
  color: #ffffff;
}
.modal.green .modal-header {
  background-color: var(--cyb-success);
}
.modal.green .modal-title,
.modal.green .close {
  color: #ffffff;
}
.modal.purple .modal-header {
  background-color: #8e44ad;
}
.modal.purple .modal-title,
.modal.purple .close {
  color: #ffffff;
}
.modal.turquoise .modal-header {
  background-color: #16a085;
}
.modal.turquoise .modal-title,
.modal.turquoise .close {
  color: #ffffff;
}
.modal.orange .modal-header {
  background-color: var(--cyb-orange);
}
.modal.orange .modal-title,
.modal.orange .close {
  color: #ffffff;
}
.modal.gray .modal-header {
  background-color: #7f8c8d;
}
.modal.gray .modal-title,
.modal.gray .close {
  color: #ffffff;
}
.modal.dark .modal-header {
  background-color: #2c3e50;
}
.modal.dark .modal-title,
.modal.dark .close {
  color: #ffffff;
}
.tooltip {
  font-weight: bold;
}
.popover {
  color: #969fa8;
}
.popover .popover-title {
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 0;
}
body.error-page {
  background: var(--cyb-blue);
  overflow: hidden;
}
body.error-page .container {
  width: 90%;
  margin-top: 150px;
  max-width: 600px;
  text-align: center;
}
body.error-page .container h1 {
  margin: 0;
  font-size: 168px;
  line-height: normal;
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body.error-page .container p {
  margin: 10px 0 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
}
body.error-page .container p.description {
  margin: -20px 0 40px;
  padding: 0;
  font-size: 42px;
  background: none;
  line-height: normal;
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body.error-page .container p .btn {
  margin-top: 20px;
}
body.login {
  padding: 20px;
  background: var(--cyb-blue);
}
body.login .container {
  width: 100%;
  padding: 0;
  padding-top: 20px;
}
body.login .container .login-logo {
  width: 100%;
  margin: 40px 0 40px;
}
body.login .container .login-logo a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 100%;
  min-height: 100px;
  display: block;
  background-image: url("../img/ninjaBlack.png");
  background-repeat: no-repeat;
  background-position: center;
}
body.login .container .login-logo h1 {
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
  text-align: center;
}
body.login .container form {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  border-radius: 4px;
}
body.login .container form:before {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 47%;
  top: -24px;
  position: absolute;
  width: 0;
}
body.login .container form input[type="text"],
body.login .container form input[type="password"] {
  font-weight: bold;
  background-color: #dce4ec;
}
body.login .container form .btn {
  margin-top: 15px;
}
body.login .container form .lost-password {
  color: #999999;
  display: block;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 480px) {
  body.login {
    padding: 220px 0 0 0;
  }
  body.login .container {
    width: 460px;
  }
  body.login .container .login-logo {
    width: 100px;
    float: left;
    margin: 0;
  }
  body.login .container .login-logo a {
    width: 100px;
    height: 100px;
    background-position: left center;
  }
  body.login .container .login-logo h1 {
    text-align: left;
  }
  body.login .container form {
    float: right;
    width: 320px;
  }
  body.login .container form:before {
    border-color: transparent #ffffff transparent transparent;
    border-width: 12px 12px 12px 0;
    left: -12px;
    top: 30px;
  }
}
body.lost-password {
  background: var(--cyb-blue);
}
body.lost-password .container .row {
  margin-top: 100px;
}
body.lost-password .container h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
body.lost-password .container form {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
#lightboxOverlay {
  top: -20px;
}
#lightbox .lb-data {
  padding: 0;
}
.lb-cancel {
  background-image: url("../img/plugins/lightbox/loading.gif");
}
.lb-prev:hover {
  background-image: url("../img/plugins/lightbox/prev.png");
}
.lb-next:hover {
  background-image: url("../img/plugins/lightbox/next.png");
}
.lb-data .lb-close {
  background-image: url("../img/plugins/lightbox/close.png");
}
.dataTables_wrapper table.table {
  margin-bottom: 10px;
}
.dataTables_wrapper div.dataTables_length:before,
.dataTables_wrapper div.dataTables_filter:before,
.dataTables_wrapper div.dataTables_length:after,
.dataTables_wrapper div.dataTables_filter:after {
  content: " ";
  display: table;
}
.dataTables_wrapper div.dataTables_length:after,
.dataTables_wrapper div.dataTables_filter:after {
  clear: both;
}
.dataTables_wrapper div.dataTables_length:before,
.dataTables_wrapper div.dataTables_filter:before,
.dataTables_wrapper div.dataTables_length:after,
.dataTables_wrapper div.dataTables_filter:after {
  content: " ";
   display: table;
}
.dataTables_wrapper div.dataTables_length:after,
.dataTables_wrapper div.dataTables_filter:after {
  clear: both;
}
.dataTables_wrapper div.dataTables_length label,
.dataTables_wrapper div.dataTables_filter label {
  width: 100%;
  line-height: 30px;
  margin-bottom: 10px;
}
.dataTables_wrapper div.dataTables_length select,
.dataTables_wrapper div.dataTables_filter select,
.dataTables_wrapper div.dataTables_length input,
.dataTables_wrapper div.dataTables_filter input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dce4ec;
  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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dataTables_wrapper div.dataTables_length select:-moz-placeholder,
.dataTables_wrapper div.dataTables_filter select:-moz-placeholder,
.dataTables_wrapper div.dataTables_length input:-moz-placeholder,
.dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
  color: #999999;
}
.dataTables_wrapper div.dataTables_length select::-moz-placeholder,
.dataTables_wrapper div.dataTables_filter select::-moz-placeholder,
.dataTables_wrapper div.dataTables_length input::-moz-placeholder,
.dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
  color: #999999;
}
.dataTables_wrapper div.dataTables_length select:-ms-input-placeholder,
.dataTables_wrapper div.dataTables_filter select:-ms-input-placeholder,
.dataTables_wrapper div.dataTables_length input:-ms-input-placeholder,
.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
  color: #999999;
}
.dataTables_wrapper div.dataTables_length select::-webkit-input-placeholder,
.dataTables_wrapper div.dataTables_filter select::-webkit-input-placeholder,
.dataTables_wrapper div.dataTables_length input::-webkit-input-placeholder,
.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
  color: #999999;
}
.dataTables_wrapper div.dataTables_length select:focus,
.dataTables_wrapper div.dataTables_filter select:focus,
.dataTables_wrapper div.dataTables_length input:focus,
.dataTables_wrapper div.dataTables_filter input:focus {
  border-color: var(--cyb-blue);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--cyb-blue-60);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--cyb-blue-60);
}
.dataTables_wrapper div.dataTables_length select[disabled],
.dataTables_wrapper div.dataTables_filter select[disabled],
.dataTables_wrapper div.dataTables_length input[disabled],
.dataTables_wrapper div.dataTables_filter input[disabled],
.dataTables_wrapper div.dataTables_length select[readonly],
.dataTables_wrapper div.dataTables_filter select[readonly],
.dataTables_wrapper div.dataTables_length input[readonly],
.dataTables_wrapper div.dataTables_filter input[readonly],
fieldset[disabled] .dataTables_wrapper div.dataTables_length select,
fieldset[disabled] .dataTables_wrapper div.dataTables_filter select,
fieldset[disabled] .dataTables_wrapper div.dataTables_length input,
fieldset[disabled] .dataTables_wrapper div.dataTables_filter input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.dataTables_wrapper div.dataTables_length select,
textarea.dataTables_wrapper div.dataTables_filter select,
textarea.dataTables_wrapper div.dataTables_length input,
textarea.dataTables_wrapper div.dataTables_filter input {
  height: auto;
}
select.dataTables_wrapper div.dataTables_length select,
select.dataTables_wrapper div.dataTables_filter select,
select.dataTables_wrapper div.dataTables_length input,
select.dataTables_wrapper div.dataTables_filter input {
  height: 30px;
  line-height: 30px;
}
textarea.dataTables_wrapper div.dataTables_length select,
textarea.dataTables_wrapper div.dataTables_filter select,
textarea.dataTables_wrapper div.dataTables_length input,
textarea.dataTables_wrapper div.dataTables_filter input {
  height: auto;
}
.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  float: left;
  margin-right: 10px;
}
.dataTables_wrapper div.dataTables_filter label {
  float: right;
  text-align: right;
}
.dataTables_wrapper div.dataTables_filter input {
  width: 175px;
  float: right;
  margin-left: 10px;
}
.dataTables_wrapper table thead .sorting,
.dataTables_wrapper table thead .sorting_asc,
.dataTables_wrapper table thead .sorting_desc,
.dataTables_wrapper table thead .sorting_asc_disabled,
.dataTables_wrapper table thead .sorting_desc_disabled {
  cursor: pointer;
}
.dataTables_wrapper table.table thead .sorting {
  background-image: url("../images/sort_both.png");
}
.dataTables_wrapper table.table thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
.dataTables_wrapper table.table thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
.dataTables_wrapper table.table thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
.dataTables_wrapper table.table thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
.dataTables_wrapper table.table thead .sorting,
.dataTables_wrapper table.table thead .sorting_asc,
.dataTables_wrapper table.table thead .sorting_desc,
.dataTables_wrapper table.table thead .sorting_asc_disabled,
.dataTables_wrapper table.table thead .sorting_desc_disabled {
  background-position: center right;
  background-repeat: no-repeat;
}
.dataTables_wrapper table.dataTable th:active {
  outline: none;
}
.dataTables_wrapper .dataTables_info {
  margin-top: 0;
  color: #7f8c8d;
}
/*
.full-calendar .fc-header {
  margin-bottom: 15px;
}
.full-calendar .fc-header h2 {
  margin: 0;
  font-size: 18px;
  line-height: normal;
}
.full-calendar .fc-content thead th.fc-first {
  border-top-left-radius: 4px;
}
.full-calendar .fc-content thead th.fc-last {
  border-top-right-radius: 4px;
}
.full-calendar .fc-widget-header {
  font-size: 18px;
  color: #7f8c8d;
  background: #bdc3c7;
  border-color: #ffffff;
}
.full-calendar .fc-widget-content {
  border-color: #ffffff;
  background-color: #f2f3f4;
}
.full-calendar .fc-widget-content.fc-state-highlight {
  background-color: #ffffff;
}
.full-calendar .fc-grid .fc-day-number {
  color: #7f8c8d;
  font-weight: bold;
}
.full-calendar .fc-week.fc-last td.fc-first {
  border-bottom-left-radius: 4px;
}
.full-calendar .fc-week.fc-last td.fc-last {
  border-bottom-right-radius: 4px;
}
.full-calendar .fc-button {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  text-shadow: none;
}
.full-calendar .fc-button.fc-state-default {
  color: #7f8c8d;
  background: #bdc3c7;
}
.full-calendar .fc-button.fc-state-active,
.full-calendar .fc-button.fc-state-default:hover {
  color: #f2f3f4;
  background: var(--cyb-blue);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.full-calendar .fc-button.fc-state-disabled,
.full-calendar .fc-button.fc-state-disabled:hover {
  color: #2c3e50;
  background: #bdc3c7;
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.full-calendar .fc-button .elusive {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.fc-event {
  padding: 0 5px;
  font-weight: bold;
  border-color: var(--cyb-blue);
  background-color: var(--cyb-blue);
  border-radius: 4px;
}
.fc-event.event-red {
  background: var(--cyb-danger);
  border-color: var(--cyb-danger);
}
.fc-event.event-blue {
  background: var(--cyb-blue);
  border-color: var(--cyb-blue);
}
.fc-event.event-green {
  background: var(--cyb-success);
  border-color: var(--cyb-success);
}
.fc-event.event-orange {
  background: var(--cyb-orange);
  border-color: var(--cyb-orange);
}
.fc-event.event-purple {
  background: #8e44ad;
  border-color: #8e44ad;
}
.fc-event.event-turquoise {
  background: #16a085;
  border-color: #16a085;
}
.fc-event.event-dark {
  background: #2c3e50;
  border-color: #2c3e50;
}
.fc-event.event-gray {
  background: #7f8c8d;
  border-color: #7f8c8d;
}
a.fc-event:hover {
  color: #ffffff;
}
*/
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  color: #ffffff;
  background-color: #2c3e50;
  text-shadow: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.jGrowl div.jGrowl-closer {
  color: #ecf0f1;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.jGrowl div.jGrowl-closer:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.jGrowl div {
  color: #ffffff;
}
div.jGrowl div a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.primary {
  background-color: var(--cyb-blue);
}
div.jGrowl div.red {
  background-color: var(--cyb-danger);
}
div.jGrowl div.blue {
  background-color: var(--cyb-blue);
}
div.jGrowl div.green {
  background-color: var(--cyb-success);
}
div.jGrowl div.orange {
  background-color: var(--cyb-orange);
}
div.jGrowl div.purple {
  background-color: #8e44ad;
}
div.jGrowl div.turquoise {
  background-color: #16a085;
}
pre.prettyprint {
  padding: 5px;
}
div.tagsinput {
  margin: 0;
  padding: 0;
  border: none;
  color: #555555;
  width: auto !important;
  height: auto !important;
  background-color: #ffffff;
}
div.tagsinput span.tag {
  text-shadow: none;
  line-height: normal;
  font-weight: bold;
  padding: 4px;
  background: var(--cyb-blue);
  border-color: var(--cyb-blue);
  color: #ffffff;
  border-radius: 4px;
}
div.tagsinput span.tag a {
  color: #ffffff;
  position: relative;
  top: -1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.tagsinput span.tag a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.datepicker.dropdown-menu {
  padding: 4px;
  background-color: #f2f3f4;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f2f3f4;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 4px;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.datepicker td {
  color: #4d4d4d;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: var(--cyb-blue);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 70px;
  height: 62px;
  line-height: 62px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: var(--cyb-blue);
}
.datepicker td span.old {
  color: #bdc3c7;
}
.datepicker th.switch {
  width: 170px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.date {
  display: block;
  width: 16px;
  height: 16px;
}
.colorpicker.dropdown-menu {
  background-color: #f2f3f4;
}
.colorpicker + .input-group-addon,
.input-group-addon + .colorpicker {
  padding: 5px 8px 5px 7px;
}
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../img/plugins/colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("../img/plugins/colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("../img/plugins/colorpicker/alpha.png");
  display: none;
}
.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 4px;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;

}
.colorpicker:after {
  clear: both;
}
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;

}
.colorpicker:after {
  clear: both;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f2f3f4;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../img/plugins/colorpicker/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.color {
  display: block;
  width: 16px;
  height: 16px;
}
/* Date Range picker */
.daterangepicker {
  background-color: #f2f3f4;
}
.daterangepicker .calendar-date {
  border: none;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensleft .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.opensleft .calendar {
  margin: 0 4px;
}
.daterangepicker.opensleft:before,
.daterangepicker.opensright:before {
  border-bottom: 7px solid #f2f3f4;
}
.daterangepicker.opensleft:after,
.daterangepicker.opensright:after {
  border-bottom: 6px solid #f2f3f4;
}
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu {
  background: #f2f3f4;
  min-width: 0;
}
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu.open {
  display: block;
}
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #f2f3f4;
}
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid #f2f3f4;
}
.bootstrap-timepicker .bootstrap-timepicker-widget table {
  width: auto;
}
.bootstrap-timepicker .bootstrap-timepicker-widget table td {
  height: 0;
  font-weight: bold;
}
.bootstrap-timepicker .bootstrap-timepicker-widget table td a {
  padding: 0;
  width: auto;
  display: block;
  color: #7f8c8d;
}
.bootstrap-timepicker .bootstrap-timepicker-widget table td a:hover {
  border: none;
  color: #ffffff;
  background: var(--cyb-blue);
}
.bootstrap-timepicker .bootstrap-timepicker-widget + .input-group-addon {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}
ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  transform: translate(-300px, 0) scale(4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileupload {
  padding-left: 0;
  margin-bottom: 20px;
}
.fileupload h4 {
  margin: 0 0 10px;
}
.fileupload .fileupload-preview + div {
  display: inline-block;
  margin-left: 10px;
}
.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
.fileupload .thumbnail > img {
  display: block;
  max-height: 100%;
}
.fileupload .thumbnail.fileupload-small {
  width: 50px;
  height: 50px;
}
.fileupload .thumbnail.fileupload-small.flexible {
  width: auto;
  height: auto;
  max-width: 75px;
  max-height: 75px;
}
.fileupload .thumbnail.fileupload-large {
  width: 250px;
  height: 150px;
}
.fileupload .thumbnail.fileupload-large.flexible {
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: 250px;
}
.fileupload .thumbnail + .btn {
  margin-bottom: 5px;
}
.fileupload .thumbnail + .btn + .btn {
  margin-bottom: 5px;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload .form-control {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileupload .raw.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-new .input-group-addon .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileupload-exists .input-group-addon .btn-file {
  border-radius: 0;
}
.has-switch {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -49%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch span [class^="icon-"],
.has-switch label [class^="icon-"],
.has-switch span [class*=" icon-"],
.has-switch label [class*=" icon-"] {
  padding: 0;
}
.has-switch label {
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  background: #bdc3c7;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #7f8c8d;
  background: #bdc3c7;
  text-shadow: none;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  background: var(--cyb-blue);
  text-shadow: none;
}
.has-switch span.switch-info {
  color: #ffffff;
  background: var(--cyb-blue);
}
.has-switch span.switch-success {
  color: #ffffff;
  background: var(--cyb-success);
}
.has-switch span.switch-warning {
  color: #ffffff;
  background: var(--cyb-orange);
}
.has-switch span.switch-danger {
  color: #ffffff;
  background: var(--cyb-danger);
}
.checkbox.styled-checkbox,
.radio.styled-checkbox,
.radio-inline.styled-checkbox,
.checkbox-inline.styled-checkbox,
.checkbox.styled-radio,
.radio.styled-radio,
.radio-inline.styled-radio,
.checkbox-inline.styled-radio {
  padding-left: 0;
}
.checkbox.styled-checkbox:before,
.radio.styled-checkbox:before,
.radio-inline.styled-checkbox:before,
.checkbox-inline.styled-checkbox:before,
.checkbox.styled-radio:before,
.radio.styled-radio:before,
.radio-inline.styled-radio:before,
.checkbox-inline.styled-radio:before,
.checkbox.styled-checkbox:after,
.radio.styled-checkbox:after,
.radio-inline.styled-checkbox:after,
.checkbox-inline.styled-checkbox:after,
.checkbox.styled-radio:after,
.radio.styled-radio:after,
.radio-inline.styled-radio:after,
.checkbox-inline.styled-radio:after {
  content: " ";
  display: table;

}
.checkbox.styled-checkbox:after,
.radio.styled-checkbox:after,
.radio-inline.styled-checkbox:after,
.checkbox-inline.styled-checkbox:after,
.checkbox.styled-radio:after,
.radio.styled-radio:after,
.radio-inline.styled-radio:after,
.checkbox-inline.styled-radio:after {
  clear: both;
}
.checkbox.styled-checkbox:before,
.radio.styled-checkbox:before,
.radio-inline.styled-checkbox:before,
.checkbox-inline.styled-checkbox:before,
.checkbox.styled-radio:before,
.radio.styled-radio:before,
.radio-inline.styled-radio:before,
.checkbox-inline.styled-radio:before,
.checkbox.styled-checkbox:after,
.radio.styled-checkbox:after,
.radio-inline.styled-checkbox:after,
.checkbox-inline.styled-checkbox:after,
.checkbox.styled-radio:after,
.radio.styled-radio:after,
.radio-inline.styled-radio:after,
.checkbox-inline.styled-radio:after {
  content: " ";
  display: table;

}
.checkbox.styled-checkbox:after,
.radio.styled-checkbox:after,
.radio-inline.styled-checkbox:after,
.checkbox-inline.styled-checkbox:after,
.checkbox.styled-radio:after,
.radio.styled-radio:after,
.radio-inline.styled-radio:after,
.checkbox-inline.styled-radio:after {
  clear: both;
}
.prettycheckbox,
.prettyradio {
  display: block;
  float: left;
}
.prettycheckbox a,
.prettyradio a {
  width: 1.428571429;
  height: 1.428571429;
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-blue.png");
}
.prettycheckbox label,
.prettyradio label {
  margin: 0;
}
.prettycheckbox.red a,
.prettyradio.red a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-red.png");
}
.prettycheckbox.blue a,
.prettyradio.blue a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-blue.png");
}
.prettycheckbox.green a,
.prettyradio.green a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-green.png");
}
.prettycheckbox.purple a,
.prettyradio.purple a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-purple.png");
}
.prettycheckbox.turquoise a,
.prettyradio.turquoise a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-turquoise.png");
}
.prettycheckbox.orange a,
.prettyradio.orange a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-orange.png");
}
.prettycheckbox.gray a,
.prettyradio.gray a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-gray.png");
}
.prettycheckbox.dark a,
.prettyradio.dark a {
  background-image: url("../img/plugins/prettyCheckable/prettyCheckable-blue.png");
}
.todo-block .prettycheckbox label,
.todo-block .prettyradio label {
  display: none;
}
.flot {
  width: 100%;
  min-height: 280px;
  height: 280px;
}
.flot .legend {
  padding: 0 2px;
}
.sparkline.tristate {
  margin: 16px 0;
}
#jqstooltip {
  border-radius: 4px;
  padding: 5px 8px;
  width: auto !important;
  height: auto !important;
}
#jqstooltip.jqstooltip {
  border: none;
  background: #2c3e50;
}
.elfinder {
  border: none;
  border-radius: 2px;
}
.elfinder .elfinder-navbar {
  height: 100%;
  background: #bdc3c7;
}
.elfinder .elfinder-navbar .ui-state-hover {
  background: transparent;
  border-color: transparent;
}
.elfinder .elfinder-navbar .ui-state-active {
  color: #eeeeee;
  background: #7f8c8d;
  border: none;
}
.elfinder .elfinder-navbar,
.elfinder .elfinder-cwd {
  padding: 15px 20px;
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder .elfinder-cwd table td.ui-state-hover,
.elfinder .elfinder-button-menu .ui-state-hover {
  color: #ffffff;
  background: var(--cyb-blue);
}
.elfinder .elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover {
  background: #eeeeee;
}
.elfinder .elfinder-cwd table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.elfinder .elfinder-workzone {
  background: #ecf0f1;
  border: none;
  border-radius: 0 0 6px 6px;
}
.elfinder .elfinder-statusbar {
  color: #555555;
}
.elfinder .elfinder-statusbar a {
  text-decoration: none;
  color: #555555;
}
.elfinder .elfinder-statusbar.ui-widget-header {
  background-color: transparent;
}
.elfinder .elfinder-buttonset {
  margin: 0 10px 0 0;
  background: none;
  border: none;
}
.elfinder .elfinder-buttonset .elfinder-button {
  background: none;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.elfinder .elfinder-buttonset .elfinder-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.elfinder .elfinder-buttonset .elfinder-button:hover,
.elfinder .elfinder-buttonset .elfinder-button:focus {
  color: #7f8c8d;
  text-decoration: none;
}
.elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button.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);
}
.elfinder .elfinder-buttonset .elfinder-button.disabled,
.elfinder .elfinder-buttonset .elfinder-button[disabled],
fieldset[disabled] .elfinder .elfinder-buttonset .elfinder-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elfinder .elfinder-buttonset .elfinder-button [class^="icon-"],
.elfinder .elfinder-buttonset .elfinder-button [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
.elfinder .elfinder-buttonset .elfinder-button:hover,
.elfinder .elfinder-buttonset .elfinder-button:focus,
.elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button.active,
.open .dropdown-toggle.elfinder .elfinder-buttonset .elfinder-button {
  color: #ffffff;
  background-color: #1e2a36;
  border-color: #161f29;
}
.elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button.active,
.open .dropdown-toggle.elfinder .elfinder-buttonset .elfinder-button {
  background-image: none;
}
.elfinder .elfinder-buttonset .elfinder-button.disabled,
.elfinder .elfinder-buttonset .elfinder-button[disabled],
fieldset[disabled] .elfinder .elfinder-buttonset .elfinder-button,
.elfinder .elfinder-buttonset .elfinder-button.disabled:hover,
.elfinder .elfinder-buttonset .elfinder-button[disabled]:hover,
fieldset[disabled] .elfinder .elfinder-buttonset .elfinder-button:hover,
.elfinder .elfinder-buttonset .elfinder-button.disabled:focus,
.elfinder .elfinder-buttonset .elfinder-button[disabled]:focus,
fieldset[disabled] .elfinder .elfinder-buttonset .elfinder-button:focus,
.elfinder .elfinder-buttonset .elfinder-button.disabled:active,
.elfinder .elfinder-buttonset .elfinder-button[disabled]:active,
fieldset[disabled] .elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button.disabled.active,
.elfinder .elfinder-buttonset .elfinder-button[disabled].active,
fieldset[disabled] .elfinder .elfinder-buttonset .elfinder-button.active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.elfinder .elfinder-buttonset .elfinder-button:hover,
.elfinder .elfinder-buttonset .elfinder-button:focus,
.elfinder .elfinder-buttonset .elfinder-button:active,
.elfinder .elfinder-buttonset .elfinder-button.active,
.open .dropdown-toggle.elfinder .elfinder-buttonset .elfinder-button {
  border-color: #1e2a36;
}
.elfinder .elfinder-buttonset .elfinder-button:hover {
  cursor: pointer;
}
.elfinder .elfinder-button-search.elfinder-button {
  width: 191px;
  margin: 0;
}
.elfinder .elfinder-button-search.elfinder-button input {
  margin: 0;
  padding-left: 25px;
  border: none;
  height: 30px;
  width: 190px;
  border-radius: 4px;
}
.elfinder-disabled .elfinder-navbar .ui-state-active {
  color: #2c3e50;
  background: #a7afb4;
  border: none;
}
.elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-disabled .elfinder-cwd table td.ui-state-hover {
  background: #bfbfbf;
}
.elfinder-contextmenu .ui-state-hover {
  background: #3875d7;
  color: #fff;
}
.elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow {
  background-image: url("../img/plugins/elFinder/arrows-active.png");
}
#elfinder .elfinder-cwd-view-icons .elfinder-cwd-file {
  width: 120px;
  height: 95px;
}
.elfinder-resize-handle-vline {
  background-image: url("../img/plugins/elFinder/crop.gif");
}
.elfinder-resize-spinner,
.elfinder-notify-progress {
  background-image: url("../img/plugins/elFinder/progress.gif");
}
.elfinder-help-logo {
  background-image: url("../img/plugins/elFinder/logo.png");
}
.elfinder-perms,
.elfinder-symlink,
.elfinder-drag-helper-icon-plus,
.elfinder-navbar-icon,
.elfinder-quicklook .ui-resizable-se,
.elfinder-button-icon,
.elfinder-menu-item-sort-dir {
  background-image: url("../img/plugins/elFinder/toolbar.png");
}
.elfinder-contextmenu-arrow,
.elfinder-navbar-arrow,
.ui-state-active .elfinder-navbar-arrow {
  background-image: url("../img/plugins/elFinder/arrows-normal.png");
}
.elfinder-navbar .ui-resizable-handle {
  background-image: url("../img/plugins/elFinder/resize.png");
}
.elfinder-cwd-icon {
  background-image: url("../img/plugins/elFinder/icons-big.png");
}
.elfinder-cwd-view-list td .elfinder-cwd-icon {
  background-image: url("../img/plugins/elFinder/icons-small.png");
}
.elfinder-dialog-icon {
  background-image: url("../img/plugins/elFinder/dialogs.png");
}
.elfinder-info-spinner,
.elfinder-navbar-spinner {
  background-image: url("../img/plugins/elFinder/spinner-mini.gif");
}
.elfinder-quicklook {
  background-image: url("../img/plugins/elFinder/quicklook-bg.png");
}
.elfinder-quicklook-navbar-icon {
  background-image: url("../img/plugins/elFinder/quicklook-icons.png");
}
.elfinder .ui-widget-header {
  padding: 15px 20px;
  background: #7f8c8d;
  border: none;
  border-radius: 6px 6px 0 0;
}
.elfinder .ui-widget-content {
  border-color: #7f8c8d;
  background: none;
}
.wizard .nav {
  margin-bottom: 10px;
}
.wizard .pager {
  margin-bottom: 0;
}
.wizard .next.finish {
  display: none;
}
@font-face {
  font-family: 'Elusive-Icons';
  src: url('fonts/Elusive-Icons.eot?v=2');
  src: url('fonts/Elusive-Icons.eot?#iefix&v=2') format('embedded-opentype'), url('fonts/Elusive-Icons.svg#Elusive-Icons?v=2') format('svg'), url('fonts/Elusive-Icons.woff?v=2') format('woff'), url('fonts/Elusive-Icons.ttf?v=2') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Elusive-Icons';
  content: attr(data-icon);
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'Elusive-Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.elusive.icon-large:before {
  vertical-align: middle;
  font-size: 1.33em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .elusive.icon-large:before,
li .elusive.icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .elusive.icon-large:before,
ul.icons li .elusive.icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */

  vertical-align: initial;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.elusive.icon-zoom-out:before {
  content: "\f05c";
}
.elusive.icon-zoom-in:before {
  content: "\e000";
}
.elusive.icon-youtube:before {
  content: "\e001";
}
.elusive.icon-wrench-alt:before {
  content: "\e002";
}
.elusive.icon-wrench:before {
  content: "\e003";
}
.elusive.icon-wordpress:before {
  content: "\e004";
}
.elusive.icon-wheelchair:before {
  content: "\e005";
}
.elusive.icon-website-alt:before {
  content: "\e006";
}
.elusive.icon-website:before {
  content: "\e007";
}
.elusive.icon-warning-sign:before {
  content: "\e008";
}
.elusive.icon-w3c:before {
  content: "\e009";
}
.elusive.icon-volume-up:before {
  content: "\e00a";
}
.elusive.icon-volume-off:before {
  content: "\e00b";
}
.elusive.icon-volume-down:before {
  content: "\e00c";
}
.elusive.icon-vkontakte:before {
  content: "\e00d";
}
.elusive.icon-vimeo:before {
  content: "\e00e";
}
.elusive.icon-view-mode:before {
  content: "\e00f";
}
.elusive.icon-video-chat:before {
  content: "\e010";
}
.elusive.icon-video-alt:before {
  content: "\e011";
}
.elusive.icon-video:before {
  content: "\e012";
}
.elusive.icon-viadeo:before {
  content: "\e013";
}
.elusive.icon-user:before {
  content: "\e014";
}
.elusive.icon-upload:before {
  content: "\e015";
}
.elusive.icon-unlock-alt:before {
  content: "\e016";
}
.elusive.icon-unlock:before {
  content: "\e017";
}
.elusive.icon-universal-access:before {
  content: "\e018";
}
.elusive.icon-twitter:before {
  content: "\e019";
}
.elusive.icon-tumblr:before {
  content: "\e01a";
}
.elusive.icon-trash-alt:before {
  content: "\e01b";
}
.elusive.icon-trash:before {
  content: "\e01c";
}
.elusive.icon-torso:before {
  content: "\e01d";
}
.elusive.icon-tint:before {
  content: "\e01e";
}
.elusive.icon-time-alt:before {
  content: "\e01f";
}
.elusive.icon-time:before {
  content: "\e020";
}
.elusive.icon-thumbs-up:before {
  content: "\e021";
}
.elusive.icon-thumbs-down:before {
  content: "\e022";
}
.elusive.icon-th-list:before {
  content: "\e023";
}
.elusive.icon-th-large:before {
  content: "\e024";
}
.elusive.icon-th:before {
  content: "\e025";
}
.elusive.icon-text-width:before {
  content: "\e026";
}
.elusive.icon-text-height:before {
  content: "\e027";
}
.elusive.icon-tasks:before {
  content: "\e028";
}
.elusive.icon-tags:before {
  content: "\e029";
}
.elusive.icon-tag:before {
  content: "\e02a";
}
.elusive.icon-stumbleupon:before {
  content: "\e02b";
}
.elusive.icon-stop-alt:before {
  content: "\e02c";
}
.elusive.icon-stop:before {
  content: "\e02d";
}
.elusive.icon-step-forward:before {
  content: "\e02e";
}
.elusive.icon-step-backward:before {
  content: "\e02f";
}
.elusive.icon-star-empty:before {
  content: "\e030";
}
.elusive.icon-star-alt:before {
  content: "\e031";
}
.elusive.icon-star:before {
  content: "\e032";
}
.elusive.icon-stackoverflow:before {
  content: "\e033";
}
.elusive.icon-spotify:before {
  content: "\e034";
}
.elusive.icon-speaker:before {
  content: "\e035";
}
.elusive.icon-soundcloud:before {
  content: "\e036";
}
.elusive.icon-smiley-alt:before {
  content: "\e037";
}
.elusive.icon-smiley:before {
  content: "\e038";
}
.elusive.icon-slideshare:before {
  content: "\e039";
}
.elusive.icon-skype:before {
  content: "\e03a";
}
.elusive.icon-signal:before {
  content: "\e03b";
}
.elusive.icon-shopping-cart-sign:before {
  content: "\e03c";
}
.elusive.icon-shopping-cart:before {
  content: "\e03d";
}
.elusive.icon-share-alt:before {
  content: "\e03e";
}
.elusive.icon-share:before {
  content: "\e03f";
}
.elusive.icon-search-alt:before {
  content: "\e040";
}
.elusive.icon-search:before {
  content: "\e041";
}
.elusive.icon-screenshot:before {
  content: "\e042";
}
.elusive.icon-screen-alt:before {
  content: "\e043";
}
.elusive.icon-screen:before {
  content: "\e044";
}
.elusive.icon-rss:before {
  content: "\e045";
}
.elusive.icon-road:before {
  content: "\e046";
}
.elusive.icon-reverse-alt:before {
  content: "\e047";
}
.elusive.icon-retweet:before {
  content: "\e048";
}
.elusive.icon-return-key:before {
  content: "\e049";
}
.elusive.icon-resize-vertical:before {
  content: "\e04a";
}
.elusive.icon-resize-small:before {
  content: "\e04b";
}
.elusive.icon-resize-horizontal:before {
  content: "\e04c";
}
.elusive.icon-resize-full:before {
  content: "\e04d";
}
.elusive.icon-repeat-alt:before {
  content: "\e04e";
}
.elusive.icon-repeat:before {
  content: "\e04f";
}
.elusive.icon-remove-sign:before {
  content: "\e050";
}
.elusive.icon-remove-circle:before {
  content: "\e051";
}
.elusive.icon-remove:before {
  content: "\e052";
}
.elusive.icon-refresh:before {
  content: "\e053";
}
.elusive.icon-reddit:before {
  content: "\e054";
}
.elusive.icon-record:before {
  content: "\e055";
}
.elusive.icon-random:before {
  content: "\e056";
}
.elusive.icon-quotes-alt:before {
  content: "\e057";
}
.elusive.icon-quotes:before {
  content: "\e058";
}
.elusive.icon-question-sign:before {
  content: "\e059";
}
.elusive.icon-question:before {
  content: "\e05a";
}
.elusive.icon-qrcode:before {
  content: "\e05b";
}
.elusive.icon-print:before {
  content: "\e05c";
}
.elusive.icon-plus-sign:before {
  content: "\e05d";
}
.elusive.icon-plus:before {
  content: "\e05e";
}
.elusive.icon-play-circle:before {
  content: "\e05f";
}
.elusive.icon-play-alt:before {
  content: "\e060";
}
.elusive.icon-play:before {
  content: "\e061";
}
.elusive.icon-plane:before {
  content: "\e062";
}
.elusive.icon-pinterest:before {
  content: "\e063";
}
.elusive.icon-picture:before {
  content: "\e064";
}
.elusive.icon-picasa:before {
  content: "\e065";
}
.elusive.icon-photo-alt:before {
  content: "\e066";
}
.elusive.icon-photo:before {
  content: "\e067";
}
.elusive.icon-phone-alt:before {
  content: "\e068";
}
.elusive.icon-phone:before {
  content: "\e069";
}
.elusive.icon-person:before {
  content: "\e06a";
}
.elusive.icon-pencil-alt:before {
  content: "\e06b";
}
.elusive.icon-pencil:before {
  content: "\e06c";
}
.elusive.icon-pause-alt:before {
  content: "\e06d";
}
.elusive.icon-pause:before {
  content: "\e06e";
}
.elusive.icon-path:before {
  content: "\e06f";
}
.elusive.icon-paper-clip-alt:before {
  content: "\e070";
}
.elusive.icon-paper-clip:before {
  content: "\e071";
}
.elusive.icon-ok-sign:before {
  content: "\e072";
}
.elusive.icon-ok-circle:before {
  content: "\e073";
}
.elusive.icon-ok:before {
  content: "\e074";
}
.elusive.icon-off:before {
  content: "\e075";
}
.elusive.icon-network:before {
  content: "\e076";
}
.elusive.icon-myspace:before {
  content: "\e077";
}
.elusive.icon-music:before {
  content: "\e078";
}
.elusive.icon-move:before {
  content: "\e079";
}
.elusive.icon-minus-sign:before {
  content: "\e07a";
}
.elusive.icon-minus:before {
  content: "\e07b";
}
.elusive.icon-mic-alt:before {
  content: "\e07c";
}
.elusive.icon-mic:before {
  content: "\e07d";
}
.elusive.icon-map-marker-alt:before {
  content: "\e07e";
}
.elusive.icon-map-marker:before {
  content: "\e07f";
}
.elusive.icon-male:before {
  content: "\e080";
}
.elusive.icon-magnet:before {
  content: "\e081";
}
.elusive.icon-magic:before {
  content: "\e082";
}
.elusive.icon-lock-alt:before {
  content: "\e083";
}
.elusive.icon-lock:before {
  content: "\e084";
}
.elusive.icon-livejournal:before {
  content: "\e085";
}
.elusive.icon-list-alt:before {
  content: "\e086";
}
.elusive.icon-list:before {
  content: "\e087";
}
.elusive.icon-linkedin:before {
  content: "\e088";
}
.elusive.icon-link:before {
  content: "\e089";
}
.elusive.icon-lines:before {
  content: "\e08a";
}
.elusive.icon-leaf:before {
  content: "\e08b";
}
.elusive.icon-lastfm:before {
  content: "\e08c";
}
.elusive.icon-laptop-alt:before {
  content: "\e08d";
}
.elusive.icon-laptop:before {
  content: "\e08e";
}
.elusive.icon-key:before {
  content: "\e08f";
}
.elusive.icon-italic:before {
  content: "\e090";
}
.elusive.icon-iphone-home:before {
  content: "\e091";
}
.elusive.icon-instagram:before {
  content: "\e092";
}
.elusive.icon-info-sign:before {
  content: "\e093";
}
.elusive.icon-indent-right:before {
  content: "\e094";
}
.elusive.icon-indent-left:before {
  content: "\e095";
}
.elusive.icon-inbox-box:before {
  content: "\e096";
}
.elusive.icon-inbox-alt:before {
  content: "\e097";
}
.elusive.icon-inbox:before {
  content: "\e098";
}
.elusive.icon-idea-alt:before {
  content: "\e099";
}
.elusive.icon-idea:before {
  content: "\e09a";
}
.elusive.icon-home-alt:before {
  content: "\e09b";
}
.elusive.icon-home:before {
  content: "\e09c";
}
.elusive.icon-heart-empty:before {
  content: "\e09d";
}
.elusive.icon-heart-alt:before {
  content: "\e09e";
}
.elusive.icon-heart:before {
  content: "\e09f";
}
.elusive.icon-hearing-impaired:before {
  content: "\e0a0";
}
.elusive.icon-headphones:before {
  content: "\e0a1";
}
.elusive.icon-hdd:before {
  content: "\e0a2";
}
.elusive.icon-hand-up:before {
  content: "\e0a3";
}
.elusive.icon-hand-right:before {
  content: "\e0a4";
}
.elusive.icon-hand-left:before {
  content: "\e0a5";
}
.elusive.icon-hand-down:before {
  content: "\e0a6";
}
.elusive.icon-guidedog:before {
  content: "\e0a7";
}
.elusive.icon-group-alt:before {
  content: "\e0a8";
}
.elusive.icon-group:before {
  content: "\e0a9";
}
.elusive.icon-graph-alt:before {
  content: "\e0aa";
}
.elusive.icon-graph:before {
  content: "\e0ab";
}
.elusive.icon-googleplus:before {
  content: "\e0ac";
}
.elusive.icon-globe-alt:before {
  content: "\e0ad";
}
.elusive.icon-globe:before {
  content: "\e0ae";
}
.elusive.icon-glasses:before {
  content: "\e0af";
}
.elusive.icon-glass:before {
  content: "\e0b0";
}
.elusive.icon-github-text:before {
  content: "\e0b1";
}
.elusive.icon-github:before {
  content: "\e0b2";
}
.elusive.icon-gift:before {
  content: "\e0b3";
}
.elusive.icon-fullscreen:before {
  content: "\e0b4";
}
.elusive.icon-friendfeed-rect:before {
  content: "\e0b5";
}
.elusive.icon-friendfeed:before {
  content: "\e0b6";
}
.elusive.icon-foursquare:before {
  content: "\e0b7";
}
.elusive.icon-forward-alt:before {
  content: "\e0b8";
}
.elusive.icon-forward:before {
  content: "\e0b9";
}
.elusive.icon-fork:before {
  content: "\e0ba";
}
.elusive.icon-fontsize:before {
  content: "\e0bb";
}
.elusive.icon-font:before {
  content: "\e0bc";
}
.elusive.icon-folder-sign:before {
  content: "\e0bd";
}
.elusive.icon-folder-open:before {
  content: "\e0be";
}
.elusive.icon-folder-close:before {
  content: "\e0bf";
}
.elusive.icon-folder:before {
  content: "\e0c0";
}
.elusive.icon-flickr:before {
  content: "\e0c1";
}
.elusive.icon-flag-alt:before {
  content: "\e0c2";
}
.elusive.icon-flag:before {
  content: "\e0c3";
}
.elusive.icon-fire:before {
  content: "\e0c4";
}
.elusive.icon-filter:before {
  content: "\e0c5";
}
.elusive.icon-film:before {
  content: "\e0c6";
}
.elusive.icon-file-new-alt:before {
  content: "\e0c7";
}
.elusive.icon-file-new:before {
  content: "\e0c8";
}
.elusive.icon-file-edit-alt:before {
  content: "\e0c9";
}
.elusive.icon-file-edit:before {
  content: "\e0ca";
}
.elusive.icon-file-alt:before {
  content: "\e0cb";
}
.elusive.icon-file:before {
  content: "\e0cc";
}
.elusive.icon-female:before {
  content: "\e0cd";
}
.elusive.icon-fast-forward:before {
  content: "\e0ce";
}
.elusive.icon-fast-backward:before {
  content: "\e0cf";
}
.elusive.icon-facetime-video:before {
  content: "\e0d0";
}
.elusive.icon-facebook:before {
  content: "\e0d1";
}
.elusive.icon-eye-open:before {
  content: "\e0d2";
}
.elusive.icon-eye-close:before {
  content: "\e0d3";
}
.elusive.icon-exclamation-sign:before {
  content: "\e0d4";
}
.elusive.icon-error-alt:before {
  content: "\e0d5";
}
.elusive.icon-error:before {
  content: "\e0d6";
}
.elusive.icon-envelope-alt:before {
  content: "\e0d7";
}
.elusive.icon-envelope:before {
  content: "\e0d8";
}
.elusive.icon-eject:before {
  content: "\e0d9";
}
.elusive.icon-edit:before {
  content: "\e0da";
}
.elusive.icon-dribbble:before {
  content: "\e0db";
}
.elusive.icon-download-alt:before {
  content: "\e0dc";
}
.elusive.icon-download:before {
  content: "\e0dd";
}
.elusive.icon-digg:before {
  content: "\e0de";
}
.elusive.icon-deviantart:before {
  content: "\e0df";
}
.elusive.icon-delicious:before {
  content: "\e0e0";
}
.elusive.icon-dashboard:before {
  content: "\e0e1";
}
.elusive.icon-css:before {
  content: "\e0e2";
}
.elusive.icon-credit-card:before {
  content: "\e0e3";
}
.elusive.icon-compass-alt:before {
  content: "\e0e4";
}
.elusive.icon-compass:before {
  content: "\e0e5";
}
.elusive.icon-comment-alt:before {
  content: "\e0e6";
}
.elusive.icon-comment:before {
  content: "\e0e7";
}
.elusive.icon-cogs:before {
  content: "\e0e8";
}
.elusive.icon-cog-alt:before {
  content: "\e0e9";
}
.elusive.icon-cog:before {
  content: "\e0ea";
}
.elusive.icon-cloud-alt:before {
  content: "\e0eb";
}
.elusive.icon-cloud:before {
  content: "\e0ec";
}
.elusive.icon-circle-arrow-up:before {
  content: "\e0ed";
}
.elusive.icon-circle-arrow-right:before {
  content: "\e0ee";
}
.elusive.icon-circle-arrow-left:before {
  content: "\e0ef";
}
.elusive.icon-circle-arrow-down:before {
  content: "\e0f0";
}
.elusive.icon-child:before {
  content: "\e0f1";
}
.elusive.icon-chevron-up:before {
  content: "\e0f2";
}
.elusive.icon-chevron-right:before {
  content: "\e0f3";
}
.elusive.icon-chevron-left:before {
  content: "\e0f4";
}
.elusive.icon-chevron-down:before {
  content: "\e0f5";
}
.elusive.icon-check-empty:before {
  content: "\e0f6";
}
.elusive.icon-check:before {
  content: "\e0f7";
}
.elusive.icon-certificate:before {
  content: "\e0f8";
}
.elusive.icon-cc:before {
  content: "\e0f9";
}
.elusive.icon-caret-up:before {
  content: "\e0fa";
}
.elusive.icon-caret-right:before {
  content: "\e0fb";
}
.elusive.icon-caret-left:before {
  content: "\e0fc";
}
.elusive.icon-caret-down:before {
  content: "\e0fd";
}
.elusive.icon-car:before {
  content: "\e0fe";
}
.elusive.icon-camera:before {
  content: "\e0ff";
}
.elusive.icon-calendar-sign:before {
  content: "\e100";
}
.elusive.icon-calendar:before {
  content: "\e101";
}
.elusive.icon-bullhorn:before {
  content: "\e102";
}
.elusive.icon-bulb:before {
  content: "\e103";
}
.elusive.icon-brush:before {
  content: "\e104";
}
.elusive.icon-broom:before {
  content: "\e105";
}
.elusive.icon-briefcase:before {
  content: "\e106";
}
.elusive.icon-braille:before {
  content: "\e107";
}
.elusive.icon-bookmark-empty:before {
  content: "\e108";
}
.elusive.icon-bookmark:before {
  content: "\e109";
}
.elusive.icon-book:before {
  content: "\e10a";
}
.elusive.icon-bold:before {
  content: "\e10b";
}
.elusive.icon-blogger:before {
  content: "\e10c";
}
.elusive.icon-blind:before {
  content: "\e10d";
}
.elusive.icon-bell:before {
  content: "\e10e";
}
.elusive.icon-behance:before {
  content: "\e10f";
}
.elusive.icon-barcode:before {
  content: "\e110";
}
.elusive.icon-ban-circle:before {
  content: "\e111";
}
.elusive.icon-backward:before {
  content: "\e112";
}
.elusive.icon-asterisk:before {
  content: "\e113";
}
.elusive.icon-asl:before {
  content: "\e114";
}
.elusive.icon-arrow-up:before {
  content: "\e115";
}
.elusive.icon-arrow-right:before {
  content: "\e116";
}
.elusive.icon-arrow-left:before {
  content: "\e117";
}
.elusive.icon-arrow-down:before {
  content: "\e118";
}
.elusive.icon-align-right:before {
  content: "\e119";
}
.elusive.icon-align-left:before {
  content: "\e11a";
}
.elusive.icon-align-justify:before {
  content: "\e11b";
}
.elusive.icon-align-center:before {
  content: "\e11c";
}
.elusive.icon-adult:before {
  content: "\e11d";
}
.elusive.icon-adjust-alt:before {
  content: "\e11e";
}
.elusive.icon-adjust:before {
  content: "\e11f";
}
.elusive.icon-address-book-alt:before {
  content: "\e120";
}
.elusive.icon-address-book:before {
  content: "\e121";
}
.demo-icon li:hover .elusive {
  color: var(--cyb-blue);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.demo-icon .elusive {
  font-size: 16px;
}
.row.demo span {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  background-color: var(--cyb-blue);
  border-radius: 4px;
  margin-bottom: 10px;
}
.ui-button-icon-only .ui-button-text:focus,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default:focus,
.ui-state-default .ui-icon:focus {
	outline: none !important;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 0.75em;
}
#customerActions {
	width: auto;
	display: inline-block;
	padding: 5px;
	background: #d2e7f9;
}
.chosen-container-multi .chosen-choices{
	/*min-height: 35px;*/
	background-image: none;
}
td.formCaption {
	background: var(--cyb-blue) !important;
	color: #ffffff;
}
td.formCaption input[type="button"], td.formCaption input[type="submit"], td.formTitleRow input[type="button"] {
	background: #ffffff !important;
	color: #000000 !important;
}
td.formCaption input[type="button"]:hover, td.formCaption input[type="submit"]:hover, td.formTitleRow input[type="button"]:hover {
	color: var(--cyb-blue) !important;
}
td.cmsEditor, td.contactForm, td.formCaptionGrey {
	background: #cccccc !important;
	color: #000000;
}
td.componentForm {
	background: #ffffff !important;
}
.recordList tr.ui-state-error {
	border: 1px solid var(--cyb-blue);
	background: #e2f7ff;
	color: var(--cyb-blue);
}
.ui-autocomplete-loading {
	background:url('../images/loading.gif') no-repeat right center;
}
.feed-element.customerComments:hover {
	background: none;
}
.componentLine .tooltip-inner, .serialNumbers .tooltip-inner, .productLine .tooltip-inner {
	max-width: 100%;
}
.fa-tablet-docking-station:before {
	font-family: 'Cybernet Icons';
	content: "\e900";
}
.fa-t10c-vesa-docking-station:before {
	font-family: 'Cybernet Icons';
	content: "\e902";
}
.fa-carrying-handle:before {
	font-family: 'Cybernet Icons';
	content: "\e903";
}
.input-group div.ms-ctn {
	display: block;
}
.ms-ctn .ms-trigger {
	border-color: inherit;
}
/* [tablesorter styles] */
.tablesorter-headerRow th:hover {
	cursor: pointer;
}
.tablesorter th[data-sorter=false]:hover {
	cursor: default;
}
.tablesorter th.tablesorter-headerAsc div.tablesorter-header-inner,
.tablesorter th.tablesorter-headerDesc div.tablesorter-header-inner {
	display: inline-block;
	padding-right: 18px;
	width: 100%;
}
.tablesorter th.tablesorter-headerAsc div.tablesorter-header-inner:after {
	font-family: "Font Awesome 5 Free";
	content: "\f062";
	padding-left: 5px;
	margin-right: -18px;
}
.tablesorter th.tablesorter-headerDesc div.tablesorter-header-inner:after {
	font-family: "Font Awesome 5 Free";
	content: "\f063";
	padding-left: 5px;
	margin-right: -18px;
}
.tablesorter .pageNav .left,
.tablesorter .pageNav .right {
	margin: 10px 0;
}
.tablesorter .pageNav .left {
	padding-left: 10px
}
.tablesorter .pageNav .right {
	padding-right: 10px
}
.tablesorter .pageNav .btn.current,
.tablesorter .pageNav a.btn.current:focus,
.tablesorter .pageNav a.btn.current:hover,
.tablesorter .pageNav a.btn.current:active,
.tablesorter .pageNav a.btn.current:active:focus {
	background: var(--cyb-blue);
	color: #fff;
}
.tablesorter .pageNav .btn:not(.next) {
	margin-right: 5px;
}
.tablesorter .filtered {
  display: none;
}
.tablesorter .tablesorter-filter-row td {
  position: relative;
}
.tablesorter .tablesorter-filter-row .filterClear {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 14px;
}
.tablesorter .tablesorter-filter-row input,
.tablesorter .tablesorter-filter-row select {
	padding: 4px 8px;
	font-size: 10px;
	height: 24px;
	min-height: 24px;
}
.tablesorterFilter.disabled {
  display: none;
}
/* [/tablesorter styles] */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	display: block;
	min-height: 34px;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dce4ec;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: inset none;
	-webkit-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;
}
.input-group .select2-container--default .select2-selection--single,
.input-group .select2-container--default .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.select2-result-comp__subTitle {
	font-size: 80%;
	opacity: 0.5;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid var(--cyb-blue);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--cyb-blue-60);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--cyb-blue-60);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #f3f3f3;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.circleToggle {
	border-radius: 13px;
	overflow: hidden;
	width: 66px;
	position: relative;
}
.circleToggle label {
	display: flex;
	align-content: center;
	align-items: center;
	overflow: hidden;
	height: 26px;
	margin-bottom: 0;
	width: 106px;
	transition: all 0.2s ease;
	transform: translateX(0);
}
.circleToggle.active label {
	transform: translateX(-40px);
}
.circleToggle .circleToggleLabel {
	display: inline-block;
	padding: 2px 10px 0;
	color: #fff !important;
	z-index: 1;
	height: 100%;
	text-align: center;
	width: 53px;
}
.circleToggle .circleToggleBtn {
	display: inline-block;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background: #eee;
	box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
	z-index: 2;
	border: 1px solid #ddd;
	border-radius: 13px;
}
.circleToggle .circleToggleLabel.text-success {
	background: var(--cyb-success);
	margin-left: -13px;
	text-indent: 10px;
}
.circleToggle .circleToggleLabel.text-danger {
	background: var(--cyb-danger);
	margin-right: -13px;
	text-indent: -10px;
}
.email-history-warning.in {
	opacity: 1;
}
.email-history-warning .tooltip-inner {
	max-width: 600px;
	font-size: 1.5em;
}
.table-clean {
	background-color: #fff;
	border: none;
}
.table-clean thead > tr > th {
	background-color: transparent;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: none !important;
	border-bottom: 1px solid #ddd !important;
	font-size: 1.5em;
	font-weight: 800;
}
.table-clean.table-condensed thead > tr > th {
	font-size: 1em;
}
.table-clean tbody > tr:first-child > td {
	border-top: none !important;
}
.table-clean tbody > tr > td {
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: none !important;
	border-bottom: none !important;
}
.table-clean thead > tr > th:last-child {
	border-right: 1px solid #ddd !important;
}
.table-clean tbody > tr > td:last-child {
	border-right: 1px solid #ddd !important;
}
.table-clean tbody > tr:last-child > td,
.table-clean thead > tr.tablesorter-filter-row > td {
	border-bottom: 1px solid #ddd !important;
}
.table-clean thead > tr.tablesorter-filter-row > td {
	border-left: 1px solid #ddd !important;
}
.table-clean thead > tr.tablesorter-filter-row > td:last-child {
	border-right: 1px solid #ddd !important;
}
.table-clean thead:first-child tr:first-child th:first-child,
.table-clean tbody:first-child tr:first-child td:first-child {
	border-top-left-radius: 15px;
}
.table-clean thead:first-child tr:first-child th:last-child,
.table-clean tbody:first-child tr:first-child td:last-child {
	border-top-right-radius: 15px;
}
.table-clean tbody > tr:last-child > td:first-child,
.table-clean tbody > tr:nth-last-child(1 of :not(.hidden-elm)) > td:first-child {
	border-bottom-left-radius: 15px !important;
}
.table-clean tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: 15px !important;
}
.table-clean tfoot > tr > td {
	border-top: none;
}
.table-clean-hover tbody tr,
.table-clean-hover tbody tr td {
	transition: all 0.3s ease;
}
.table-clean-hover tbody tr:hover td {
	background-color: #ddd !important;
	border-color: #fff !important;
}
.table-clean-hover tbody tr:hover td:first-child {
	border-left-color: #ddd !important;
}
.table-clean-hover tbody tr:hover td:last-child {
	border-right-color: #ddd !important;
}
.hasHoverText {
	border-bottom: 1px dotted #fff;
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #000;
}
.hasHoverText .hoverText {
	visibility: hidden;
	width: 300px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1040;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	white-space: normal;
	font-size: initial;
	img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}
.hasHoverText .hoverText::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.hasHoverText:hover .hoverText {
	visibility: visible;
	opacity: 1;
}
.hasHoverText .hoverText.wideText {
	width: 600px;
}
.hasHoverText .hoverText.hoverBottom {
	top: 125%;
	bottom: unset;
}
.hasHoverText .hoverText.hoverBottom::after {
	top: -10px;
	bottom: unset;
	border-color: transparent transparent #555 transparent;
}
.hasHoverText .hoverText.hoverRight {
	top: 5px;
	bottom: unset;
	left: 100%;
	transform: translate(10px,-50%);
}
.hasHoverText .hoverText.hoverRight::after {
	top: 50%;
	bottom: unset;
	border-color: transparent #555 transparent transparent;
	left: -5px;
}
.hasHoverText .hoverText.hoverLeft {
	top: 5px;
	bottom: unset;
	left: unset;
	right: 100%;
	transform: translate(10px,-50%);
}
.hasHoverText .hoverText.hoverLeft::after {
	top: 50%;
	bottom: unset;
	border-color: transparent transparent transparent #555;
	left: unset;
	right: -10px;
}
.hoverText .code {
	font-family: monospace;
	background: rgba(255,255,255,0.25);
	padding: 2px 5px;
	border-radius: 3px;
	margin: 0 5px;
}
.hidden-elm {
	display: none !important;
}
.invisible-elm {
	visibility: hidden !important;
}
.scroll-modal-body {
	max-height: 65vh;
	overflow-y: auto;
}
.risk-question {
	display: grid;
	grid-template-columns: 10fr 3fr 1fr;
	column-gap: 3em;
	align-items: end;
}
.risk-question + .risk-question {
	margin-top: 2em;
}
.risk-question .form-group {
	margin-bottom: 0;
}
.risk-question .score-holder {
	text-align: right;
	font-weight: 800;
	font-size: 1.5em;
}
#customer-risk-score h2 {
	text-align: right;
	margin: 1em 0;
}
#customer-risk-questions .form-group {
	display: flex;
	align-items: center;
	column-gap: 2em;
}
#customer-risk-questions .form-group label {
	flex: 1 1 100%;
}
dialog {
    border: none;
    border-radius: 1em;
	padding: 1em 2em;
	margin-top: 10vh;
	width: 50vw;
	&.wide {
		width: 75vw;
		margin-top: 5vh;
	}
	&.narrow,
	&#bto-request-dialog {
		width: 25vw;
		margin-top: 5vh;
	}
	&:has(.row) .dialog-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	&:has(.dialog-body.no-scroll) {
		overflow: visible;
	}
	&[open] {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	&::backdrop {
		background-color: rgba(0,0,0,0.5);
		backdrop-filter: blur(3px);
	}
	&.text-info,
	&.text-primary {
		background-color: var(--cyb-blue-light);
	}
	&.text-success {
		background-color: var(--cyb-success-light);
	}
	&.text-warning {
		background-color: var(--cyb-orange-lightest);
	}
	&.text-danger {
		background-color: var(--cyb-danger-light);
	}
	.dialog-title {
		margin: 0;
	}
	.dialog-body {
		padding: 1em 0;
		max-height: 70vh;
		overflow-y: auto;
		&.no-scroll {
			max-height: unset;
			overflow-y: unset;
		}
		.form-error-message {
			margin-bottom: 0;
			position: fixed;
			top: 0;
			left: 50%;
			transform: translateX(-50%) translateY(-100%);
			text-align: center;
			transition: all 0.5s ease;
			padding: 1em 2em;
			font-weight: 800;
			font-size: 1.5em;
			z-index: 1;
			&.show-error {
				transform: translateX(-50%);
			}
			button.close {
				font-size: 1.25em;
				color: inherit;
				opacity: 0.5;
				position: absolute;
				top: 0.25em;
				right: 0.5em;
			}
		}
	}
	.dialog-footer {
		display: flex;
		justify-content: flex-end;
		gap: 1em;
		&.text-center {
			justify-content: center;
		}
		&.text-left {
			justify-content: flex-start;
		}
	}
}
body:has(dialog[open]) {
	overflow: hidden;
}
#alertModal {
	overflow: visible;
	.dialog-body {
		overflow-y: visible;
	}
}
/* dialog:has(.ms-ctn),
dialog:has(select) {
	overflow: visible;
	.dialog-body {
		overflow-y: auto;
	}
} */
@media (max-width: 992px) {
	dialog {
		width: 100% !important;
	}
}
.form-group:has(.btn-inset) {
	.input-group {
		position: relative;
	}
	.form-control {
		padding-right: calc(35px + 12px);
	}
	&:not(:has(.input-group-btn)) .input-group {
		display: block;
		.form-control {
			display: block;
			border-radius: 4px !important;
			padding-right: 35px;
		}
		.btn-inset {
			transform: none;
		}
	}
}
.btn-inset {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(-115%);
	background: none;
	color: #ccc;
	border-radius: 0;
	&:active {
		box-shadow: none;
	}
}
#exchange-rate-dialog .form-flex-row {
	display: flex;
	gap: 1em;
	.form-group {
		flex: 1;
	}
}
#association-history-table > tbody > tr > td {
	word-break: break-word;
}
.flex-group {
	display: flex;
	gap: 1em;
	align-items: center;
	position: relative;
	&.flex-column {
		flex-direction: column;
	}
	&.space-between {
		justify-content: space-between;
	}
	&.justify-start {
		justify-content: flex-start;
	}
	&.justify-end {
		justify-content: flex-end;
	}
	&.wrap {
		flex-wrap: wrap;
	}
	&.align-end {
		align-items: flex-end;
	}
	&.align-start {
		align-items: flex-start;
	}
	&.align-stretch {
		align-items: stretch;
	}
	&.flex-items-1 {
		> * {
			flex: 1;
		}
	}
	&.no-gap {
		gap: 0;
	}
	&.gap-2 {
		gap: 2em;
	}
	&.gap-3 {
		gap: 3em;
	}
	&.row-gap-2 {
		row-gap: 2em;
	}
	&.column-gap-2 {
		column-gap: 2em;
	}
	&.half-gap {
		gap: 0.5em;
	}
	.form-group {
		margin-bottom: 0;
		&.full-width {
			width: 100%;
		}
	}
	.no-shrink {
		flex-shrink: 0;
	}
	.full-width-item {
		flex: 1 1 100%;
		width: 100%;
	}
}
.grid-group {
	display: grid;
	gap: 0.5em 1em;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	&.align-start {
		align-items: start;
	}
	&.align-end {
		align-items: end;
	}
	&.grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	&.full-width {
		grid-template-columns: 1fr;
	}
	&.no-gap {
		gap: 0;
	}
	&.gap-2 {
		gap: 2em;
	}
	&.row-gap-2 {
		row-gap: 2em;
	}
	&.column-gap-2 {
		column-gap: 2em;
	}
	.full-width-row {
		grid-column: 1 / -1;
	}
	.grid-span-2 {
		grid-column: span 2;
	}
	.grid-span-3 {
		grid-column: span 3;
	}
}