/*
 * Copyright (C) 2017-2019 Akamai Technologies, Inc.  All rights reserved.
 *
 * Copyright (C) 2014-2017 Nominum, Inc.  All rights reserved.
 *
 */
.dropdown-toggle:after {
  content: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  text-decoration: none;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.53846154;
  color: #65666A;
  background: #EAEDEE url("../images/line5x5.png") repeat left top;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00B3E3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #007796;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #EAEDEE;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 1.53rem;
}
h2,
.h2 {
  font-size: 1.38rem;
}
h3,
.h3 {
  font-size: 1.23rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.84rem;
}
h6,
.h6 {
  font-size: 0.76rem;
}
p {
  margin: 0 0 9.5px;
}
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 6%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #00C4B3;
}
a.text-success:hover,
a.text-success:focus {
  color: #009184;
}
.text-info {
  color: #00B3E3;
}
a.text-info:hover,
a.text-info:focus {
  color: #008bb0;
}
.text-warning {
  color: #FFA409;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d58600;
}
.text-danger {
  color: #FF5A34;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff3101;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.53846154;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.53846154;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f7f7f9;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.53846154;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 1rem;
  display: inline-block;
  max-width: 100%;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #65666A;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #65666A;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C5CACC;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #00B3E3;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #C5CACC;
  opacity: 1;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #C5CACC;
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #C5CACC;
  font-style: italic;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F3F5F5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24rem;
  }
}
.form-group {
  padding: 10px 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 32px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.84rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.84rem;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 13rem;
  line-height: 13rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13rem;
  min-height: 19.84px;
  padding: 6px 10px;
  font-size: 0.84rem;
  line-height: 1.5;
}
.input-lg {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.3rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.3rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 24rem;
  line-height: 24rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24rem;
  min-height: 20.3px;
  padding: 11px 16px;
  font-size: 1.3rem;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00C4B3;
}
.has-success .form-control {
  border-color: #00C4B3;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.has-success .form-control:focus {
  border-color: #009184;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #00C4B3;
  border-color: #00C4B3;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #00C4B3;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FFA409;
}
.has-warning .form-control {
  border-color: #FFA409;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.has-warning .form-control:focus {
  border-color: #d58600;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #FFA409;
  border-color: #FFA409;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #FFA409;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #FF5A34;
}
.has-error .form-control {
  border-color: #FF5A34;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.has-error .form-control:focus {
  border-color: #ff3101;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #FF5A34;
  border-color: #FF5A34;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #FF5A34;
}
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a5a6a9;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 0.84rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00B3E3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #007796;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.3rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.84rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.84rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #00B3E3;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00B3E3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.84rem;
  line-height: 1.53846154;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 90;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.3rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.84rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #65666A;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #C5CACC;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.84rem;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.3rem;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00B3E3;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #EAEDEE;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #EAEDEE;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #EAEDEE;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1050;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15.5px 15px;
  font-size: 1.3rem;
  line-height: 19px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@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: 19px;
  }
  .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: 15.5px;
    padding-bottom: 15.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form label {
  display: block;
}
.navbar-form .form-group {
  margin-bottom: 0;
}
.navbar-form .form-group + .form-group {
  margin-left: 15px;
}
.navbar-form .form-control + button {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 15px;
  line-height: 1.53846154;
  text-decoration: none;
  color: #00B3E3;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #007796;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #f5f5f5;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.3rem;
  line-height: 1.3333333;
}
.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: 0.84rem;
  line-height: 1.5;
}
.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: 19px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.84rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00B3E3;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.53846154;
  background-color: #EAEDEE;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00B3E3;
}
.thumbnail .caption {
  padding: 9px;
  color: #65666A;
}
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #00C4B3;
  color: #00C4B3;
}
.alert-success hr {
  border-top-color: #00ab9c;
}
.alert-success .alert-link {
  color: #009184;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #00B3E3;
  color: #00B3E3;
}
.alert-info hr {
  border-top-color: #009fca;
}
.alert-info .alert-link {
  color: #008bb0;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #FFA409;
  color: #FFA409;
}
.alert-warning hr {
  border-top-color: #ef9600;
}
.alert-warning .alert-link {
  color: #d58600;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #FF5A34;
  color: #FF5A34;
}
.alert-danger hr {
  border-top-color: #ff451a;
}
.alert-danger .alert-link {
  color: #ff3101;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 0.84rem;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #00C4B3;
}
.panel-success > .panel-heading {
  color: #00C4B3;
  background-color: #dff0d8;
  border-color: #00C4B3;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00C4B3;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #00C4B3;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00C4B3;
}
.panel-info {
  border-color: #00B3E3;
}
.panel-info > .panel-heading {
  color: #00B3E3;
  background-color: #d9edf7;
  border-color: #00B3E3;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00B3E3;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #00B3E3;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00B3E3;
}
.panel-warning {
  border-color: #FFA409;
}
.panel-warning > .panel-heading {
  color: #FFA409;
  background-color: #fcf8e3;
  border-color: #FFA409;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFA409;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #FFA409;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFA409;
}
.panel-danger {
  border-color: #FF5A34;
}
.panel-danger > .panel-heading {
  color: #FF5A34;
  background-color: #f2dede;
  border-color: #FF5A34;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF5A34;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #FF5A34;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF5A34;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #EAEDEE;
  border: 1px solid #E0E8E8;
  border-radius: 3px;
  -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;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1550;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2000;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.53846154;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.84rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.53846154;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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);
}
.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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v13-latin-300.woff') format('woff');
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('../fonts/open-sans-v13-latin-regular.woff') format('woff');
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.woff') format('woff');
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v13-latin-700.woff') format('woff');
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v15-latin-300.woff') format('woff');
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v15-latin-regular.woff') format('woff');
}
/* ubuntu-mono-regular - latin */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url('../fonts/ubuntu-mono-v6-latin-regular.woff') format('woff');
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-xs {
  font-size: 14px;
}
.fa-md {
  font-size: 24px;
}
.fa-lg {
  font-size: 30px;
}
.fa-xl {
  font-size: 48px;
}
.fa-xxl {
  font-size: 72px;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
//reports. uncomment and make changes (responsive task)
.report-pane {
  padding-right: 5px;
  margin-top: 12px;
  float: left;
  width: 50%;

  &:last-child {
    padding-right: 0;
  }

  .pane-label {
    color: #a9a9a9;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}
}*/
/*
Modals

<p>
Modal markup has changed significantly.
</p>
<p>
 The `.modal-header`, `.modal-body`, and `.modal-footer` sections are now wrapped
in `.modal-content` and `.modal-dialog` for better mobile styling and behavior.
</p>
<p>
 Also, you should no longer apply `.hide` to `.modal` in your markup.
</p>

<p>In application we use special view for modals - `ModalView`. It has all necessary things like events and event handlers,
 render method, parameters for template, onFinish method and others. So you can use this view for your modals, but also
 you can create view for special modal with custom methods. For this you need to extend your view from the ModalView and override or add methods.</p>
 <code>MyOwnModal = ModalView.extend({}).</code>
 <p>Also you can override parameters:</p>
 <ul>
 <li>title</li>
 <li>cancelText</li>
 <li>finishText</li>
 <li>btnClass</li>
 </ul>
 <p>Then in other view (where you want to use your modal) you should do this:</p>
 <code>
 var modal = new MyOwnModal();
 modal.show();
 </code>


<p>
Here is the source - <a href="http://getbootstrap.com/javascript/#modals">http://getbootstrap.com/javascript/#modals</a>
</p>

Styleguide modals
*/
/*
Small modals

Markup: modal-small.hbs

Styleguide modals.small
*/
/*
Modals with scroll

Markup: modal-large.hbs

Styleguide modals.large
*/
/*
Danger modal

Markup: modal-danger.hbs

Styleguide modals.danger
*/
.modal-backdrop.in {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.modal-danger .modal-title {
  color: #FF5A34;
}
.modal__description {
  margin-bottom: 15px;
}
.modal .modal-content {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.33);
  border-radius: 4px;
  border: none;
}
.modal .modal-content .modal-header {
  padding: 24px 20px 20px;
}
.modal .modal-content .modal-header .modal-title {
  line-height: 24px;
}
.modal .modal-content .modal-header .close {
  color: #C5CACC;
  opacity: 1;
  line-height: 24px;
}
.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .close:active {
  color: #65666A;
  outline: none;
}
.modal .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-content .modal-footer {
  position: relative;
  padding: 15px;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal .modal-content .modal-footer .error-message {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  width: 65%;
}
.modal .modal-content .modal-footer button {
  margin-left: 15px;
}
body.modal-open {
  overflow: hidden;
}
#content .full-page {
  max-width: 1200px;
}
#content .page-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
/*
Buttons

Markup:
<button class='{{modifier_class}}'>Click Me</button>
<button class='{{modifier_class}} disabled'>Click Me</button>

.nom-btn-primary              - Primary button
<p>Use me for Primary actions; think "Submit", "Confirm", "Next" as examples. There should only be one Primary button per page.</p>
.nom-btn-secondary            - Secondary button
<p>Use me for Secondary actions; think "Save Draft" and "Download Report" as examples. Secondary buttons are used to highlight functionality not required to proceed through a page.</p>
.nom-btn-warning              - Warning button
<p>Use me for Non-destructive actions that may affect the system; think "Pause" as an examples.</p>
.nom-btn-danger               - Danger button
<p>Use me for Destructive actions; think "Delete" and "Remove" as examples.</p>
.nom-btn-success              - Success button
<p>Use me for Success actions; think "Save" and "Add" as examples.</p>
.nom-btn-subdued              - Subdued button
<p>Use me for Cancel actions; think "Back" and "Cancel" as examples.</p>
.nom-btn-minimal              - Minimal button
<p>Use me for actions on the page that effect only part of the page, for instance adding a new row to a table and the table is not saved until the Save button is clicked.</p>

Styleguide buttons.button-primary
*/
/*
Buttons Outline

Markup:
<button class='{{modifier_class}} nom-outline'>Click Me</button>
<button class='{{modifier_class}} nom-outline disabled'>Click Me</button>

.nom-btn-primary              - Primary button
.nom-btn-secondary            - Secondary button
.nom-btn-warning              - Warning button
.nom-btn-danger               - Danger button
.nom-btn-success              - Success button

Styleguide buttons.button-outline
*/
/*
Transparent Buttons

Markup:
<ul class="list-unstyled">
<li class="margin-small">
  <div class="cool-blue">
    <button class='margin-small nom-btn-transparent'>Click Me</button>
    <button class='margin-small nom-btn-transparent disabled'>Click Me</button>
  </div>
<span>Primary bg-color</span>
</li>
<li class="margin-small">
  <div class="jazzy-teal">
    <button class='margin-small nom-btn-transparent'>Click Me</button>
    <button class='margin-small nom-btn-transparent disabled'>Click Me</button>
  </div>
<span>Secondary bg-color</span>
</li>
<li class="margin-small">
  <div class="hot-orange">
    <button class='margin-small nom-btn-transparent'>Click Me</button>
    <button class='margin-small nom-btn-transparent disabled'>Click Me</button>
  </div>
<span>Warning bg-color</span>
</li>
<li class="margin-small">
  <div class="coral-red">
    <button class='margin-small nom-btn-transparent'>Click Me</button>
    <button class='margin-small nom-btn-transparent disabled'>Click Me</button>
  </div>
<span>Danger bg-color</span>
</li>
<li class="margin-small">
  <div class="geo-green ">
    <button class='margin-small nom-btn-transparent'>Click Me</button>
    <button class='margin-small nom-btn-transparent disabled'>Click Me</button>
  </div>
<span>Success bg-color</span>
</li>
</ul>

Styleguide buttons.button-transparent
*/
button:active,
button:focus {
  outline: none;
}
button:not(:first-of-type) {
  margin-left: 15px;
}
.nom-btn,
.nom-btn-danger,
.nom-btn-danger.nom-outline,
.nom-btn-primary,
.nom-btn-primary.nom-outline,
.nom-btn-secondary,
.nom-btn-secondary.nom-outline,
.nom-btn-warning,
.nom-btn-warning.nom-outline,
.nom-btn-subdued,
.nom-btn-minimal,
.nom-btn-success,
.nom-btn-success.nom-outline,
.nom-btn-transparent,
.nom-btn-corner,
.nom-btn-corner-danger,
.nom-btn-jazzy,
.nom-btn-jazzy.nom-outline,
.nom-btn-conditional,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary.nom-outline {
  margin-bottom: 0;
  font-weight: normal;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.53846154;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  border: 1px solid;
  color: white;
  display: inline-block;
  height: 36px;
  min-width: 74px;
  padding: 6px 15px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
}
.nom-btn:focus,
.nom-btn:active:focus,
.nom-btn.active:focus,
.nom-btn.focus,
.nom-btn:active.focus,
.nom-btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nom-btn:hover,
.nom-btn:focus,
.nom-btn.focus {
  color: #333;
  text-decoration: none;
}
.nom-btn:active,
.nom-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);
}
.nom-btn.disabled,
.nom-btn[disabled],
fieldset[disabled] .nom-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.nom-btn.disabled,
fieldset[disabled] a.nom-btn {
  pointer-events: none;
}
a.nom-btn:hover,
a.nom-btn:focus,
a.nom-btn.focus {
  text-decoration: none;
}
.nom-btn-danger {
  background-color: #FF5A34;
  border-color: #FF5A34;
  color: white;
}
.nom-btn-danger:hover,
.nom-btn-danger:active,
.nom-btn-danger:focus {
  background-color: #f62e00;
  border-color: #f62e00;
  color: white;
}
.nom-btn-danger.nom-outline {
  background-color: transparent;
  border-color: #FF5A34;
  color: #FF5A34;
}
.nom-btn-danger.nom-outline:hover,
.nom-btn-danger.nom-outline:active,
.nom-btn-danger.nom-outline:focus {
  background-color: #f62e00;
  border-color: #f62e00;
  color: white;
}
.nom-btn-primary {
  background-color: #00B3E3;
  border-color: #00B3E3;
  color: white;
}
.nom-btn-primary:hover,
.nom-btn-primary:active,
.nom-btn-primary:focus {
  background-color: #0083a6;
  border-color: #0083a6;
  color: white;
}
.nom-btn-primary.nom-outline {
  background-color: transparent;
  border-color: #00B3E3;
  color: #00B3E3;
}
.nom-btn-primary.nom-outline:hover,
.nom-btn-primary.nom-outline:active,
.nom-btn-primary.nom-outline:focus {
  background-color: #0083a6;
  border-color: #0083a6;
  color: white;
}
.nom-btn-secondary {
  background-color: #6790A2;
  border-color: #6790A2;
  color: white;
}
.nom-btn-secondary:hover,
.nom-btn-secondary:active,
.nom-btn-secondary:focus {
  background-color: #4d6f7e;
  border-color: #4d6f7e;
  color: white;
}
.nom-btn-secondary.nom-outline {
  background-color: transparent;
  border-color: #6790A2;
  color: #6790A2;
}
.nom-btn-secondary.nom-outline:hover,
.nom-btn-secondary.nom-outline:active,
.nom-btn-secondary.nom-outline:focus {
  background-color: #4d6f7e;
  border-color: #4d6f7e;
  color: white;
}
.nom-btn-warning {
  background-color: #FFA409;
  border-color: #FFA409;
  color: white;
}
.nom-btn-warning:hover,
.nom-btn-warning:active,
.nom-btn-warning:focus {
  background-color: #cb8000;
  border-color: #cb8000;
  color: white;
}
.nom-btn-warning.nom-outline {
  background-color: transparent;
  border-color: #FFA409;
  color: #FFA409;
}
.nom-btn-warning.nom-outline:hover,
.nom-btn-warning.nom-outline:active,
.nom-btn-warning.nom-outline:focus {
  background-color: #cb8000;
  border-color: #cb8000;
  color: white;
}
.nom-btn-subdued {
  background-color: white;
  border-color: #C5CACC;
  color: #65666A;
}
.nom-btn-subdued:hover,
.nom-btn-subdued:active,
.nom-btn-subdued:focus {
  background-color: #e0e0e0;
  border-color: #a4acaf;
  color: #65666A;
}
.nom-btn-subdued:hover {
  background-color: #D7DBDD;
  border-color: #D7DBDD;
}
.nom-btn-minimal {
  background-color: #00B3E3;
  border-color: #00B3E3;
  color: white;
}
.nom-btn-minimal:hover,
.nom-btn-minimal:active,
.nom-btn-minimal:focus {
  background-color: #0083a6;
  border-color: #0083a6;
  color: white;
}
.nom-btn-success {
  background-color: #00C4B3;
  border-color: #00C4B3;
  color: white;
}
.nom-btn-success:hover,
.nom-btn-success:active,
.nom-btn-success:focus {
  background-color: #00877b;
  border-color: #00877b;
  color: white;
}
.nom-btn-success.nom-outline {
  background-color: transparent;
  border-color: #00C4B3;
  color: #00C4B3;
}
.nom-btn-success.nom-outline:hover,
.nom-btn-success.nom-outline:active,
.nom-btn-success.nom-outline:focus {
  background-color: #00877b;
  border-color: #00877b;
  color: white;
}
.nom-btn-transparent {
  background-color: transparent;
  border-color: white;
  color: white;
}
.nom-btn-transparent:hover,
.nom-btn-transparent:active,
.nom-btn-transparent:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(0, 0, 0, 0.3);
}
.nom-btn-corner {
  font-size: 1rem;
  margin: 0;
  border-radius: 0;
  background-color: #F3F5F5;
  border-color: #F3F5F5;
  color: #65666A;
}
.nom-btn-corner:hover,
.nom-btn-corner:active,
.nom-btn-corner:focus {
  background-color: #00B3E3;
  border-color: #00B3E3;
  color: white;
}
.nom-btn-corner-danger {
  font-size: 1rem;
  margin: 0;
  border-radius: 0;
  background-color: #F3F5F5;
  border-color: #F3F5F5;
  color: #65666A;
}
.nom-btn-corner-danger:hover,
.nom-btn-corner-danger:active,
.nom-btn-corner-danger:focus {
  background-color: #FF5A34;
  border-color: #FF5A34;
  color: white;
}
.nom-btn-jazzy {
  background-color: #6790A2;
  border-color: #6790A2;
  color: white;
}
.nom-btn-jazzy:hover,
.nom-btn-jazzy:active,
.nom-btn-jazzy:focus {
  background-color: #4d6f7e;
  border-color: #4d6f7e;
  color: white;
}
.nom-btn-jazzy.nom-outline {
  background-color: transparent;
  border-color: #6790A2;
  color: #6790A2;
}
.nom-btn-jazzy.nom-outline:hover,
.nom-btn-jazzy.nom-outline:active,
.nom-btn-jazzy.nom-outline:focus {
  background-color: #4d6f7e;
  border-color: #4d6f7e;
  color: white;
}
.nom-btn-conditional {
  background-color: #F3F6F6;
  border-color: #F3F6F6;
  color: #00B3E3;
}
.nom-btn-conditional:hover,
.nom-btn-conditional:active,
.nom-btn-conditional:focus {
  background-color: #d0dcdc;
  border-color: #d0dcdc;
  color: #00B3E3;
}
[class*="nom-btn-"] i {
  font-size: 1.38rem;
  vertical-align: text-bottom;
}
[class*="nom-btn-"] i + span {
  margin-left: 7px;
}
[class*="nom-btn-"]:hover {
  text-decoration: none;
}
[class*="pull-left"] [class*="nom-btn-"]:first-child {
  margin-left: 0px;
}
[class*="pull-right"] [class*="nom-btn-"]:last-child {
  margin-right: 0px;
}
/*
Input Buttons

Markup:
<input class='nom-btn-primary' type='submit' value='Click Me' />

Styleguide buttons.input
*/
/*
Conditional Buttons

Disable and static states

Markup:
<button class='nom-btn-conditional' disabled ><span class="uppercase">+ and</span></button>
<button class='nom-btn-conditional'><span class="uppercase">+ and</span></button>

Styleguide buttons.conditional
*/
input[type='submit'] {
  min-width: initial;
}
/*
Icon Buttons

This button can be used to display an icon inside of a button instead of text.

Markup:
<button class='nom-btn-primary'><i class="fa fa-search" aria-hidden="true"></i></button>
<button class='nom-btn-danger'><i class="fa fa-times-circle" aria-hidden="true"></i></button>
<button class='nom-btn-subdued'><i class="fa fa-times-circle" aria-hidden="true"></i></button>
<button class='nom-btn-success nom-outline'><i class='fa fa-play'></i></button>
<button class='nom-btn-danger nom-outline'><i class='fa fa-pause'></i></button>

Styleguide buttons.icons
*/
/*
Icon/Button Combo

This button can be used to display an icon inside of a button with text.

Markup:
<button class='nom-btn-primary'><i class="fa fa-plus-circle" aria-hidden="true"></i><span>Add New Item</span></button>
<button class='nom-btn-danger'><i class="fa fa-times-circle" aria-hidden="true"></i><span>Remove</span></button>
<button class='nom-btn-success nom-outline'><i class='fa fa-play'></i><span>Unpause</span></button>
<button class='nom-btn-danger nom-outline'><i class='fa fa-pause'></i><span>Pause</span></button>

Styleguide buttons.iconButtonCombo
*/
/*
Dropdown/Button Combo

This button can be used to display dropdown menu with action links.

Markup:
<div class="btn-group margin-bottom-small">
        <button type="button" class="nom-btn-primary dropdown-toggle " data-toggle="dropdown">
            <span>Add Subscriber(s)</span><i class="fa fa-caret-down"></i>
        </button>
        <ul class="dropdown-menu">
            <li><a>Upload .csv file</a></li>
            <li><a>Define by ID</a></li>
        </ul>
    </div>

Styleguide buttons.dropdownButton
*/
.btn-group button span + i {
  margin-left: 7px;
}
.btn-group .dropdown-menu {
  top: 35px;
  width: 100%;
  min-width: auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}
button:disabled,
[class^="nom-btn"]:disabled,
.disabled,
button:disabled:hover,
[class^="nom-btn"]:disabled:hover,
.disabled:hover,
button:disabled:active,
[class^="nom-btn"]:disabled:active,
.disabled:active,
button:disabled:focus,
[class^="nom-btn"]:disabled:focus,
.disabled:focus,
button:disabled:disabled,
[class^="nom-btn"]:disabled:disabled,
.disabled:disabled {
  cursor: not-allowed;
}
button:disabled.nom-btn-primary,
[class^="nom-btn"]:disabled.nom-btn-primary,
.disabled.nom-btn-primary,
button:disabled:hover.nom-btn-primary,
[class^="nom-btn"]:disabled:hover.nom-btn-primary,
.disabled:hover.nom-btn-primary,
button:disabled:active.nom-btn-primary,
[class^="nom-btn"]:disabled:active.nom-btn-primary,
.disabled:active.nom-btn-primary,
button:disabled:focus.nom-btn-primary,
[class^="nom-btn"]:disabled:focus.nom-btn-primary,
.disabled:focus.nom-btn-primary,
button:disabled:disabled.nom-btn-primary,
[class^="nom-btn"]:disabled:disabled.nom-btn-primary,
.disabled:disabled.nom-btn-primary {
  background-color: #80d9f1;
  border-color: #80d9f1;
}
button:disabled.nom-btn-primary.nom-outline,
[class^="nom-btn"]:disabled.nom-btn-primary.nom-outline,
.disabled.nom-btn-primary.nom-outline,
button:disabled:hover.nom-btn-primary.nom-outline,
[class^="nom-btn"]:disabled:hover.nom-btn-primary.nom-outline,
.disabled:hover.nom-btn-primary.nom-outline,
button:disabled:active.nom-btn-primary.nom-outline,
[class^="nom-btn"]:disabled:active.nom-btn-primary.nom-outline,
.disabled:active.nom-btn-primary.nom-outline,
button:disabled:focus.nom-btn-primary.nom-outline,
[class^="nom-btn"]:disabled:focus.nom-btn-primary.nom-outline,
.disabled:focus.nom-btn-primary.nom-outline,
button:disabled:disabled.nom-btn-primary.nom-outline,
[class^="nom-btn"]:disabled:disabled.nom-btn-primary.nom-outline,
.disabled:disabled.nom-btn-primary.nom-outline {
  background-color: transparent;
  border-color: #80d9f1;
  color: #80d9f1;
}
button:disabled.nom-btn-secondary,
[class^="nom-btn"]:disabled.nom-btn-secondary,
.disabled.nom-btn-secondary,
button:disabled:hover.nom-btn-secondary,
[class^="nom-btn"]:disabled:hover.nom-btn-secondary,
.disabled:hover.nom-btn-secondary,
button:disabled:active.nom-btn-secondary,
[class^="nom-btn"]:disabled:active.nom-btn-secondary,
.disabled:active.nom-btn-secondary,
button:disabled:focus.nom-btn-secondary,
[class^="nom-btn"]:disabled:focus.nom-btn-secondary,
.disabled:focus.nom-btn-secondary,
button:disabled:disabled.nom-btn-secondary,
[class^="nom-btn"]:disabled:disabled.nom-btn-secondary,
.disabled:disabled.nom-btn-secondary {
  background-color: #b3c8d1;
  border-color: #b3c8d1;
}
button:disabled.nom-btn-secondary.nom-outline,
[class^="nom-btn"]:disabled.nom-btn-secondary.nom-outline,
.disabled.nom-btn-secondary.nom-outline,
button:disabled:hover.nom-btn-secondary.nom-outline,
[class^="nom-btn"]:disabled:hover.nom-btn-secondary.nom-outline,
.disabled:hover.nom-btn-secondary.nom-outline,
button:disabled:active.nom-btn-secondary.nom-outline,
[class^="nom-btn"]:disabled:active.nom-btn-secondary.nom-outline,
.disabled:active.nom-btn-secondary.nom-outline,
button:disabled:focus.nom-btn-secondary.nom-outline,
[class^="nom-btn"]:disabled:focus.nom-btn-secondary.nom-outline,
.disabled:focus.nom-btn-secondary.nom-outline,
button:disabled:disabled.nom-btn-secondary.nom-outline,
[class^="nom-btn"]:disabled:disabled.nom-btn-secondary.nom-outline,
.disabled:disabled.nom-btn-secondary.nom-outline {
  background-color: transparent;
  border-color: #b3c8d1;
  color: #b3c8d1;
}
button:disabled.nom-btn-warning,
[class^="nom-btn"]:disabled.nom-btn-warning,
.disabled.nom-btn-warning,
button:disabled:hover.nom-btn-warning,
[class^="nom-btn"]:disabled:hover.nom-btn-warning,
.disabled:hover.nom-btn-warning,
button:disabled:active.nom-btn-warning,
[class^="nom-btn"]:disabled:active.nom-btn-warning,
.disabled:active.nom-btn-warning,
button:disabled:focus.nom-btn-warning,
[class^="nom-btn"]:disabled:focus.nom-btn-warning,
.disabled:focus.nom-btn-warning,
button:disabled:disabled.nom-btn-warning,
[class^="nom-btn"]:disabled:disabled.nom-btn-warning,
.disabled:disabled.nom-btn-warning {
  background-color: #ffd284;
  border-color: #ffd284;
}
button:disabled.nom-btn-warning.nom-outline,
[class^="nom-btn"]:disabled.nom-btn-warning.nom-outline,
.disabled.nom-btn-warning.nom-outline,
button:disabled:hover.nom-btn-warning.nom-outline,
[class^="nom-btn"]:disabled:hover.nom-btn-warning.nom-outline,
.disabled:hover.nom-btn-warning.nom-outline,
button:disabled:active.nom-btn-warning.nom-outline,
[class^="nom-btn"]:disabled:active.nom-btn-warning.nom-outline,
.disabled:active.nom-btn-warning.nom-outline,
button:disabled:focus.nom-btn-warning.nom-outline,
[class^="nom-btn"]:disabled:focus.nom-btn-warning.nom-outline,
.disabled:focus.nom-btn-warning.nom-outline,
button:disabled:disabled.nom-btn-warning.nom-outline,
[class^="nom-btn"]:disabled:disabled.nom-btn-warning.nom-outline,
.disabled:disabled.nom-btn-warning.nom-outline {
  background-color: transparent;
  border-color: #ffd284;
  color: #ffd284;
}
button:disabled.nom-btn-danger,
[class^="nom-btn"]:disabled.nom-btn-danger,
.disabled.nom-btn-danger,
button:disabled:hover.nom-btn-danger,
[class^="nom-btn"]:disabled:hover.nom-btn-danger,
.disabled:hover.nom-btn-danger,
button:disabled:active.nom-btn-danger,
[class^="nom-btn"]:disabled:active.nom-btn-danger,
.disabled:active.nom-btn-danger,
button:disabled:focus.nom-btn-danger,
[class^="nom-btn"]:disabled:focus.nom-btn-danger,
.disabled:focus.nom-btn-danger,
button:disabled:disabled.nom-btn-danger,
[class^="nom-btn"]:disabled:disabled.nom-btn-danger,
.disabled:disabled.nom-btn-danger {
  background-color: #ffad9a;
  border-color: #ffad9a;
}
button:disabled.nom-btn-danger.nom-outline,
[class^="nom-btn"]:disabled.nom-btn-danger.nom-outline,
.disabled.nom-btn-danger.nom-outline,
button:disabled:hover.nom-btn-danger.nom-outline,
[class^="nom-btn"]:disabled:hover.nom-btn-danger.nom-outline,
.disabled:hover.nom-btn-danger.nom-outline,
button:disabled:active.nom-btn-danger.nom-outline,
[class^="nom-btn"]:disabled:active.nom-btn-danger.nom-outline,
.disabled:active.nom-btn-danger.nom-outline,
button:disabled:focus.nom-btn-danger.nom-outline,
[class^="nom-btn"]:disabled:focus.nom-btn-danger.nom-outline,
.disabled:focus.nom-btn-danger.nom-outline,
button:disabled:disabled.nom-btn-danger.nom-outline,
[class^="nom-btn"]:disabled:disabled.nom-btn-danger.nom-outline,
.disabled:disabled.nom-btn-danger.nom-outline {
  background-color: transparent;
  border-color: #ffad9a;
  color: #ffad9a;
}
button:disabled.nom-btn-subdued,
[class^="nom-btn"]:disabled.nom-btn-subdued,
.disabled.nom-btn-subdued,
button:disabled:hover.nom-btn-subdued,
[class^="nom-btn"]:disabled:hover.nom-btn-subdued,
.disabled:hover.nom-btn-subdued,
button:disabled:active.nom-btn-subdued,
[class^="nom-btn"]:disabled:active.nom-btn-subdued,
.disabled:active.nom-btn-subdued,
button:disabled:focus.nom-btn-subdued,
[class^="nom-btn"]:disabled:focus.nom-btn-subdued,
.disabled:focus.nom-btn-subdued,
button:disabled:disabled.nom-btn-subdued,
[class^="nom-btn"]:disabled:disabled.nom-btn-subdued,
.disabled:disabled.nom-btn-subdued {
  background-color: #ffffff;
  color: #b2b3b5;
}
button:disabled.nom-btn-minimal,
[class^="nom-btn"]:disabled.nom-btn-minimal,
.disabled.nom-btn-minimal,
button:disabled:hover.nom-btn-minimal,
[class^="nom-btn"]:disabled:hover.nom-btn-minimal,
.disabled:hover.nom-btn-minimal,
button:disabled:active.nom-btn-minimal,
[class^="nom-btn"]:disabled:active.nom-btn-minimal,
.disabled:active.nom-btn-minimal,
button:disabled:focus.nom-btn-minimal,
[class^="nom-btn"]:disabled:focus.nom-btn-minimal,
.disabled:focus.nom-btn-minimal,
button:disabled:disabled.nom-btn-minimal,
[class^="nom-btn"]:disabled:disabled.nom-btn-minimal,
.disabled:disabled.nom-btn-minimal {
  background-color: #80d9f1;
  border-color: #80d9f1;
}
button:disabled.nom-btn-success,
[class^="nom-btn"]:disabled.nom-btn-success,
.disabled.nom-btn-success,
button:disabled:hover.nom-btn-success,
[class^="nom-btn"]:disabled:hover.nom-btn-success,
.disabled:hover.nom-btn-success,
button:disabled:active.nom-btn-success,
[class^="nom-btn"]:disabled:active.nom-btn-success,
.disabled:active.nom-btn-success,
button:disabled:focus.nom-btn-success,
[class^="nom-btn"]:disabled:focus.nom-btn-success,
.disabled:focus.nom-btn-success,
button:disabled:disabled.nom-btn-success,
[class^="nom-btn"]:disabled:disabled.nom-btn-success,
.disabled:disabled.nom-btn-success {
  background-color: #80e2d9;
  border-color: #80e2d9;
}
button:disabled.nom-btn-success.nom-outline,
[class^="nom-btn"]:disabled.nom-btn-success.nom-outline,
.disabled.nom-btn-success.nom-outline,
button:disabled:hover.nom-btn-success.nom-outline,
[class^="nom-btn"]:disabled:hover.nom-btn-success.nom-outline,
.disabled:hover.nom-btn-success.nom-outline,
button:disabled:active.nom-btn-success.nom-outline,
[class^="nom-btn"]:disabled:active.nom-btn-success.nom-outline,
.disabled:active.nom-btn-success.nom-outline,
button:disabled:focus.nom-btn-success.nom-outline,
[class^="nom-btn"]:disabled:focus.nom-btn-success.nom-outline,
.disabled:focus.nom-btn-success.nom-outline,
button:disabled:disabled.nom-btn-success.nom-outline,
[class^="nom-btn"]:disabled:disabled.nom-btn-success.nom-outline,
.disabled:disabled.nom-btn-success.nom-outline {
  background-color: white;
  border-color: #80e2d9;
  color: #80e2d9;
}
button:disabled.nom-btn-transparent,
[class^="nom-btn"]:disabled.nom-btn-transparent,
.disabled.nom-btn-transparent,
button:disabled:hover.nom-btn-transparent,
[class^="nom-btn"]:disabled:hover.nom-btn-transparent,
.disabled:hover.nom-btn-transparent,
button:disabled:active.nom-btn-transparent,
[class^="nom-btn"]:disabled:active.nom-btn-transparent,
.disabled:active.nom-btn-transparent,
button:disabled:focus.nom-btn-transparent,
[class^="nom-btn"]:disabled:focus.nom-btn-transparent,
.disabled:focus.nom-btn-transparent,
button:disabled:disabled.nom-btn-transparent,
[class^="nom-btn"]:disabled:disabled.nom-btn-transparent,
.disabled:disabled.nom-btn-transparent {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
button:disabled.nom-btn-conditional,
[class^="nom-btn"]:disabled.nom-btn-conditional,
.disabled.nom-btn-conditional,
button:disabled:hover.nom-btn-conditional,
[class^="nom-btn"]:disabled:hover.nom-btn-conditional,
.disabled:hover.nom-btn-conditional,
button:disabled:active.nom-btn-conditional,
[class^="nom-btn"]:disabled:active.nom-btn-conditional,
.disabled:active.nom-btn-conditional,
button:disabled:focus.nom-btn-conditional,
[class^="nom-btn"]:disabled:focus.nom-btn-conditional,
.disabled:focus.nom-btn-conditional,
button:disabled:disabled.nom-btn-conditional,
[class^="nom-btn"]:disabled:disabled.nom-btn-conditional,
.disabled:disabled.nom-btn-conditional {
  background-color: #f9fbfb;
  border-color: #f9fbfb;
  color: #80d9f1;
}
input[type="submit"].disabled {
  cursor: not-allowed;
}
/*
Stateful Buttons

Stateful buttons can have multiple states. Only the one marked `.active` is visible.
The other states are collapsed to zero height so the button preserve its overal width when the state changes.

Markup:
<button class="nom-btn-primary nom-btn-stateful" type="button" id="nom-btn-stateful-ready">
    <span class="nom-btn-state active">
      Save
    </span>
    <span class="nom-btn-state">
        <div class="nom-loader">
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
        </div>
    </span>
    <span class="nom-btn-state">
      <i class="fa fa-check"></i>
    </span>
    <span class="nom-btn-state">
      <i class="fa fa-times"></i>
    </span>
</button>
<button class="nom-btn-primary nom-btn-stateful" type="button" id="nom-btn-stateful-progress">
    <span class="nom-btn-state">
      Save
    </span>
    <span class="nom-btn-state active">
        <div class="nom-loader">
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
        </div>
    </span>
    <span class="nom-btn-state">
      <i class="fa fa-check"></i>
    </span>
    <span class="nom-btn-state">
      <i class="fa fa-times"></i>
    </span>
</button>
<button class="nom-btn-primary nom-btn-stateful" type="button" id="nom-btn-stateful-done">
    <span class="nom-btn-state">
      Save
    </span>
    <span class="nom-btn-state">
        <div class="nom-loader">
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
        </div>
    </span>
    <span class="nom-btn-state active">
      <i class="fa fa-check"></i>
    </span>
    <span class="nom-btn-state">
      <i class="fa fa-times"></i>
    </span>
</button>
<button class="nom-btn-danger nom-btn-stateful" type="button" id="nom-btn-stateful-error">
    <span class="nom-btn-state">
      Save
    </span>
    <span class="nom-btn-state">
        <div class="nom-loader">
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
            <b class="nom-block-sunrise"></b>
        </div>
    </span>
    <span class="nom-btn-state">
      <i class="fa fa-check"></i>
    </span>
    <span class="nom-btn-state active">
      <i class="fa fa-times"></i>
    </span>
</button>

Styleguide buttons.stateful
*/
.nom-btn-stateful {
  overflow: hidden;
}
.nom-btn-stateful .nom-btn-state {
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  position: relative;
}
.nom-btn-stateful .nom-btn-state.active {
  visibility: visible;
  height: auto;
}
.nom-progress-btn-backdrop {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  cursor: default;
}
/*
Progress Button: Usage

If you want to indicate the progress by showing a spinner inside the button, please use the `ProgressButtonView` (`common/views/progressButtonView`).

By default, the button uses `.nom-btn-primary` styling for the `ready`, `progress` and `success` states
and `.nom-btn-danger` styling for the `error` state.

You can change the state by calling the appropriate instance methods. See the example below.

*Note: the example is not live yet. Please refer to the **Stateful Buttons** section above for a visual.*

Markup:
<button class='nom-btn-primary' id='#example-progress-button'>Save</button>
<script>
  function example(ProgressButtonView){
      saveButton = new ProgressButtonView({el: $('#example-progress-button')});
      // ... wait for the user input
      saveButton.progress();
      // ... then, after some lengthy operation:
      saveButton.success();
      // ... or, if it fails:
      saveButton.error();
      // ... after 1.5 seconds the button will return to its original state
      // or, you can return it to the original state immediately:
      saveButton.ready();
  }
</script>

Styleguide buttons.stateful.progress
*/
/*
Progress Button: Live Example

Markup:
<button class="nom-btn-primary stateful-btn success"></button>
<button class="nom-btn-primary stateful-btn error"></button>

Styleguide buttons.stateful.live
*/
/*
 *  Copyright (C) 2017-2020 Akamai Technologies, Inc.  All rights reserved.
 *
 *  Copyright (C) 2014-2017 Nominum, Inc.  All rights reserved.
 */
.nom-card,
.nom-campaign-card {
  position: relative;
  width: 100%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.nom-card .card-header {
  text-transform: uppercase;
  font-size: 1.38rem;
  font-weight: 300;
  padding: 18px 15px;
  height: 60px;
  line-height: 24px;
  background-color: rgba(197, 202, 204, 0.1);
}
.nom-card .card-header:before,
.nom-card .card-header:after {
  content: " ";
  display: table;
}
.nom-card .card-header:after {
  clear: both;
}
.nom-card .card-header:before,
.nom-card .card-header:after {
  content: " ";
  display: table;
}
.nom-card .card-header:after {
  clear: both;
}
.nom-card .card-header a[data-toggle=collapse] {
  color: #65666A;
}
.nom-card .card-header a[data-toggle=collapse]:hover,
.nom-card .card-header a[data-toggle=collapse]:focus {
  text-decoration: none;
}
.nom-card .card-header a[data-toggle=collapse] i {
  vertical-align: baseline;
}
.nom-card .card-header .pill {
  text-transform: none;
  font-size: 1rem;
  margin-left: 10px;
}
.nom-card .card-header .nom-btn-corner,
.nom-card .card-header .nom-btn-corner-danger {
  height: 60px;
  margin: -18px -15px -18px 0;
}
.nom-card .card-header .nom-btn-corner-group {
  margin: -18px -15px 0 0;
}
.nom-card .card-header .nom-btn-corner-group .nom-btn-corner,
.nom-card .card-header .nom-btn-corner-group .nom-btn-corner-danger {
  margin: 0 0 0 1px;
}
.nom-card .card-header .side-text {
  text-transform: none;
  font-size: 1rem;
}
.nom-card .card-header.error-header {
  background-color: #FF5A34;
  color: white;
}
.nom-card .card-header.emphasis-header {
  background-color: #6790A2;
  color: white;
}
.nom-card .card-header.emphasis-header i {
  color: white;
}
.nom-card .card-content:not(.no-padding) {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.nom-card .card-content .subtitle {
  font-size: 0.92rem;
  font-style: italic;
}
.nom-card .card-content .collapse {
  padding: 0;
}
.nom-card .card-content .right-separator {
  border-right: 1px solid rgba(197, 202, 204, 0.1);
}
.nom-card .card-content .divider {
  border-bottom: 1px solid #EAEDEE;
}
.nom-card .card-footer {
  padding: 6px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 15px;
  background-color: #F9FAFA;
}
.nom-card .card-footer .dropup {
  display: inline-block;
  cursor: pointer;
}
.nom-card .card-footer .dropdown-menu {
  right: -15px;
  margin-bottom: 6px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.33);
}
.nom-card .card-subcards {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.nom-card .nom-sub-card {
  display: table-cell;
}
.nom-card .annotation {
  color: #C5CACC;
  text-transform: uppercase;
}
.nom-card.transparent-card {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nom-sub-card .card-header {
  background-color: #c5cacc;
  color: white;
  text-align: center;
}
.nom-sub-card .card-content h1 {
  font-size: 2.69rem;
}
.nom-sub-card:not(:nth-child(1)) {
  border-left: solid 1px rgba(197, 202, 204, 0.3);
}
.nom-sub-card.disabled {
  background: #EAEDEE url("../images/line20x20.png") repeat left top;
}
/*
Card with Header

Markup: header-card.hbs

Styleguide cards.with-header
*/
/*
Card with Header, Corner Button, Pill

Markup: header-card-with-corner-button.hbs

Styleguide cards.with-header-and-corner-button
*/
/*
Status Card

This card has a header that displays a status that (usually) relates to something inside the card.

Markup: status-card.hbs

Styleguide cards.status-card
*/
/*
Campaign Cards

Knowns:
- has header with title
- has subheader with target audience and reached
- has different colors
- Only live count is at full opacity
- card is clickable anywhere
- Card truncates at when too long

Markup: campaign-front-cards.hbs

Styleguide cards.cards-for-campaign-front
*/
/*
Sub card

Knowns:
- have the same width
- have the same height

Markup: sub-card.hbs

Styleguide cards.sub-card
*/
/*
Fixed-Height Cards

We have some cards that need to be fixed height for certain applications.  In order to avoid class names
that are overly specific, we use t-shirt sizing to describe the size of the cards.  Currently, we consider
campaign cards to be "small" cards and the engine group cards to be "medium."  We can add more size as
necessary.

Styleguide cards.fixed-height
*/
/*
Fixed-Height Small Card

A small card that is currently used for campaign cards.

Markup: small-card.hbs

Styleguide cards.fixed-height.small
*/
.nom-card-small {
  height: 200px;
}
/*
Fixed-Height Medium Card

A medium card that is currently used for engine group cards.

Markup: medium-card.hbs

Styleguide cards.fixed-height.medium
*/
/*
Fixed-Height Medium Card Content

Card content with a fixed medium height that is currently used for displaying numbers of recipients in the center.

Markup: medium-card-content.hbs

Styleguide cards.fixed-height.medium-content
*/
.nom-card-content-medium {
  height: 490px;
}
.generate-list-card {
  min-height: 490px;
}
/*
Fixed-Height Large Card

A large card.  It is currently used for "empty" cards on pages without content.

Markup: large-card.hbs

Styleguide cards.fixed-height.large
*/
.nom-card-large {
  height: 700px;
}
.nom-campaign-card {
  height: 200px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 270px;
  margin-bottom: 30px;
}
.nom-campaign-card .spinner-container.local {
  position: absolute;
  top: 45px;
  bottom: 30px;
  height: auto;
}
@media (max-width: 991px) {
  .nom-campaign-card .spinner-container.local .spinner {
    width: 220.6px;
    padding: 15px 20px 0 20px;
  }
}
.nom-campaign-card.fetch-error .error-message {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}
.nom-campaign-card.fetch-error .error-message .error-text {
  display: block;
  margin: 90px 0;
  text-align: center;
}
.nom-campaign-card .error-message {
  display: none;
}
.nom-campaign-card .card-header {
  padding: 13px 15px 12px 15px;
}
.nom-campaign-card .card-header .campaign-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nom-campaign-card .card-subheader {
  padding: 6px 15px 7px 15px;
}
.nom-campaign-card .card-subheader span {
  font-size: 0.84rem;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
}
.nom-campaign-card .card-content {
  padding: 15px;
}
.nom-campaign-card .card-footer {
  padding: 6px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 15px;
}
.nom-campaign-card .card-footer span {
  font-size: 0.84rem;
  text-transform: uppercase;
}
.nom-campaign-card .card-footer .dropup {
  cursor: pointer;
}
.nom-campaign-card .card-footer .dropdown-menu {
  right: -15px;
  margin-bottom: 6px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.33);
}
.nom-campaign-card.live-card .card-header {
  background-color: #00C4B3;
  color: white;
}
.nom-campaign-card.live-card .card-subheader {
  background-color: #008276;
  color: white;
}
.nom-campaign-card.live-card .card-footer {
  background-color: rgba(197, 202, 204, 0.1);
}
.nom-campaign-card.live-card .card-footer i {
  color: #00B3E3;
}
.nom-campaign-card.live-card .card-footer i:hover {
  color: #65666A;
}
.nom-campaign-card.pending-card .card-header {
  background-color: #FF5A34;
  color: white;
}
.nom-campaign-card.pending-card .card-subheader {
  background-color: #f12d00;
  color: white;
}
.nom-campaign-card.pending-card .card-footer {
  background-color: rgba(197, 202, 204, 0.1);
}
.nom-campaign-card.pending-card .card-footer i {
  color: #00B3E3;
}
.nom-campaign-card.pending-card .card-footer i:hover {
  color: #65666A;
}
.nom-campaign-card.draft-card .card-header {
  background-color: #FFA409;
  color: white;
}
.nom-campaign-card.draft-card .card-subheader {
  background-color: #c67d00;
  color: white;
}
.nom-campaign-card.draft-card .card-footer {
  background-color: rgba(197, 202, 204, 0.1);
}
.nom-campaign-card.draft-card .card-footer i {
  color: #00B3E3;
}
.nom-campaign-card.draft-card .card-footer i:hover {
  color: #65666A;
}
.nom-campaign-card.paused-card .card-header {
  background-color: #4C85B8;
  color: white;
}
.nom-campaign-card.paused-card .card-subheader {
  background-color: #37638b;
  color: white;
}
.nom-campaign-card.paused-card .card-footer {
  background-color: rgba(197, 202, 204, 0.1);
}
.nom-campaign-card.paused-card .card-footer i {
  color: #00B3E3;
}
.nom-campaign-card.paused-card .card-footer i:hover {
  color: #65666A;
}
.nom-campaign-card.ended-card .card-header {
  background-color: #C0C6C7;
  color: white;
}
.nom-campaign-card.ended-card .card-subheader {
  background-color: #9da6a8;
  color: white;
}
.nom-campaign-card.ended-card .card-footer {
  background-color: rgba(197, 202, 204, 0.1);
}
.nom-campaign-card.ended-card .card-footer i {
  color: #00B3E3;
}
.nom-campaign-card.ended-card .card-footer i:hover {
  color: #65666A;
}
.portal-card {
  width: 158px;
  height: 158px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  color: #00B3E3;
}
.portal-card .app-image {
  height: 50px;
  max-width: 50px;
  margin: 5px auto 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.portal-card.image-intelligence .app-image {
  background-image: url('../images/intelligence.svg');
}
.portal-card:hover.image-intelligence .app-image {
  background-image: url('../images/intelligence-white.svg');
}
.portal-card.image-securebusiness .app-image {
  background-image: url('../images/securebusiness.svg');
}
.portal-card:hover.image-securebusiness .app-image {
  background-image: url('../images/securebusiness-white.svg');
}
.portal-card.image-secureconsumer .app-image {
  background-image: url('../images/secureconsumer.svg');
}
.portal-card:hover.image-secureconsumer .app-image {
  background-image: url('../images/secureconsumer-white.svg');
}
.portal-card.image-n2reach .app-image {
  background-image: url('../images/n2reach.svg');
}
.portal-card:hover.image-n2reach .app-image {
  background-image: url('../images/n2reach-white.svg');
}
.portal-card.image-policyadmin .app-image {
  background-image: url('../images/policyadmin.svg');
}
.portal-card:hover.image-policyadmin .app-image {
  background-image: url('../images/policyadmin-white.svg');
}
.portal-card.image-subscribermanagement .app-image {
  background-image: url('../images/subscribermanagement.svg');
}
.portal-card:hover.image-subscribermanagement .app-image {
  background-image: url('../images/subscribermanagement-white.svg');
}
.portal-card.image-networkview .app-image {
  background-image: url('../images/networkview.svg');
}
.portal-card:hover.image-networkview .app-image {
  background-image: url('../images/networkview-white.svg');
}
.portal-card.image-threatavert .app-image {
  background-image: url('../images/threatavert.svg');
}
.portal-card:hover.image-threatavert .app-image {
  background-image: url('../images/threatavert-white.svg');
}
.portal-card.image-contentenforcement .app-image {
  background-image: url('../images/contentenforcement.svg');
}
.portal-card:hover.image-contentenforcement .app-image {
  background-image: url('../images/contentenforcement-white.svg');
}
.portal-card .app-name {
  display: block;
  margin: 0.5em 0;
  font-size: 1rem;
}
.portal-card:hover {
  box-shadow: 0 0 1px rgba(0, 179, 227, 0.7);
  transition: all 0.5s;
  background-color: #00B3E3;
}
.portal-card:hover .app-name,
.portal-card:hover i {
  color: white;
}
.tile.disabled .portal-card {
  opacity: 0.4;
  pointer-events: none;
}
/*
Accordion Cards

Accordion cards can be used to show content in a collapsed format. Additional changes can be done to show icons and footers if needed.

Flexible on:
- width or height
- header
- content
- spacing

Markup: accordion-cards.hbs

Styleguide cards.accordion
*/
/*
Card with Columns

Markup: card-with-columns.hbs

Styleguide cards.with-columns
*/
/*
Primary Colors

Markup:
<ul class="example-list">
<li><span class="example-box cool-blue"></span><p>COOL BLUE</p><p>#00B3E3</p></li>
<li><span class="example-box slick-blue"></span><p>SLICK BLUE</p><p>#16303E</p></li>
<li><span class="example-box wet-blue"></span><p>WET BLUE</p><p>#16303E</p></li>
<li><span class="example-box type-grey"></span><p>TYPE GREY</p><p>#65666A</p></li>
<li><span class="example-box jazzy-teal"></span><p>JAZZY TEAL</p><p>#6790A2</p></li>
<li><span class="example-box gray-chateau"></span><p>GRAY CHATEAU</p><p>#AAAFB1</p></li>
<li><span class="example-box jungle-mist"></span><p>JUNGLE MIST</p><p>#B3CAD4</p></li>
<li><span class="example-box silver-sand"></span><p>SILVER SAND</p><p>#C0C6C7</p></li>
<li><span class="example-box dolphin-grey"></span><p>DOLPHIN GREY</p><p>#C5CACC</p></li>
<li><span class="example-box background-grey"></span><p>BACKGROUND GREY</p><p>#EAEDEE</p></li>
<li><span class="example-box gallery"></span><p>GALLERY</p><p>#EBEBEB</p></li>
<li><span class="example-box porcelain"></span><p>PORCELAIN</p><p>#F3F6F6</p></li>
</ul>

Styleguide colors.primary-colors
*/
.cool-blue {
  background-color: #00B3E3;
}
.slick-blue {
  background-color: #16303E;
}
.mine-shaft {
  background-color: #212121;
}
.wet-blue {
  background-color: #2D4451;
}
.type-grey {
  background-color: #65666A;
}
.gray-chateau {
  background-color: #AAAFB1;
}
.jungle-mist {
  background-color: #B3CAD4;
}
.silver-sand {
  background-color: #C0C6C7;
}
.dolphin-grey {
  background-color: #C5CACC;
}
.background-grey {
  background-color: #EAEDEE;
}
.gallery {
  background-color: #EBEBEB;
}
.jazzy-teal {
  background-color: #6790A2;
}
.porcelain {
  background-color: #F3F6F6;
}
/*
Secondary Colors

Markup:
<ul class="example-list">
<li><span class="example-box hover-blue"></span><p>HOVER BLUE</p><p>#0094C2</p></li>
<li><span class="example-box geo-green"></span><p>GEO GREEN</p><p>#00C4B3</p></li>
<li><span class="example-box steel-blue"></span><p>STEEL BLUE</p><p>#4C85B8</p></li>
<li><span class="example-box hover-teal"></span><p>HOVER TEAL</p><p>#587B8A</p></li>
<li><span class="example-box disabled-blue"></span><p>DISABLED BLUE</p><p>#9ED5F0</p></li>
<li><span class="example-box iron"></span><p>IRON</p><p>#D7DBDD</p></li>
<li><span class="example-box mystic"></span><p>MYSTIC</p><p>#DFE7EA</p></li>
<li><span class="example-box stroke-grey"></span><p>STROKE GREY</p><p>#E0E8E8</p></li>
<li><span class="example-box sky-grey"></span><p>SKY GREY</p><p>#F3F5F5</p></li>
<li><span class="example-box clear-grey"></span><p>CLEAR GREY</p><p>#F9FAFA</p></li>
<li><span class="example-box coral-red"></span><p>CORAL RED</p><p>#FF5A34</p></li>
<li><span class="example-box hot-orange"></span><p>HOT ORANGE</p><p>#FFA409</p></li>
<li><span class="example-box white"></span><p>WHITE</p><p>#FFFFFF</p></li>
</ul>

Styleguide colors.secondary-colors
*/
.hover-blue {
  background-color: #0094C2;
}
.hover-teal {
  background-color: #587B8A;
}
.clear-grey {
  background-color: #F9FAFA;
}
.sky-grey {
  background-color: #F3F5F5;
}
.stroke-grey {
  background-color: #E0E8E8;
}
.white {
  background-color: white;
}
.disabled-blue {
  background-color: #9ED5F0;
}
.iron {
  background-color: #D7DBDD;
}
.mystic {
  background-color: #DFE7EA;
}
.steel-blue {
  background-color: #4C85B8;
}
.hot-orange {
  background-color: #FFA409;
}
.geo-green {
  background-color: #00C4B3;
}
.coral-red {
  background-color: #FF5A34;
}
/*
Filters

The filter header section becomes fixed on scroll, right under the navigation bar. The filter sections contains filter buttons
that toggle the showing of information on the page.

Markup:
<ul class="filters-list-wrapper clearfix">
  <li>
    <div class="nom-filter-btn-pending">
      <input type='checkbox' id="checked-example-1">
      <label for="checked-example-1">
        <span class="filter-icon"></span>
        <span class="filter-label">Pending (4)</span>
      </label>
    </div>
  </li>
  <li>
    <div class="nom-filter-btn-published">
      <input type='checkbox' id="checked-example-2" checked>
      <label for="checked-example-2">
        <span class="filter-icon"></span>
        <span class="filter-label">Published (42)</span>
      </label>
    </div>
  </li>
  <li>
    <div class="nom-filter-btn-paused">
      <input type='checkbox' id="checked-example-3" checked>
      <label for="checked-example-3">
        <span class="filter-icon"></span>
        <span class="filter-label">Paused (0)</span>
      </label>
    </div>
  </li>
  <li>
    <div class="nom-filter-btn-draft">
      <input type='checkbox' id="checked-example-4">
      <label for="checked-example-4">
        <span class="filter-icon"></span>
        <span class="filter-label">Draft (6)</span>
      </label>
    </div>
  </li>
  <li>
    <div class="nom-filter-btn-ended">
      <input type='checkbox' id="checked-example-5">
      <label for="checked-example-5">
        <span class="filter-icon"></span>
        <span class="filter-label">Ended (34)</span>
      </label>
    </div>
  </li>
</ul>

Styleguide campaign_filter.index
*/
.nom-filter-btn-pending input {
  display: none !important;
}
.nom-filter-btn-pending label {
  font-size: 1rem;
  display: inline-block;
  line-height: 18px;
  height: 25px;
  background-color: white;
  border: 1px solid #D7DBDD;
  color: #65666A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-pending label .filter-icon:before {
  font-family: "FontAwesome";
  text-align: center;
  font-size: 6%;
  font-size: 1.23rem;
  width: 21px;
  height: 21px;
  margin: 1px;
  content: "\f067";
  position: relative;
  float: left;
  line-height: 22px;
  color: #D7DBDD;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-pending label .filter-label {
  font-size: 1rem;
  line-height: 23px;
  margin-left: 3px;
  margin-right: 6px;
}
.nom-filter-btn-pending label:hover {
  border-color: #FF5A34;
}
.nom-filter-btn-pending label:hover .filter-icon:before {
  background-color: #FF5A34;
  color: white;
}
.nom-filter-btn-pending input:checked + label {
  border-color: #FF5A34;
  background-color: #FF5A34;
  color: white;
}
.nom-filter-btn-pending input:checked + label .filter-icon:before {
  content: "\f00c";
  color: white;
  background-color: #f12d00;
}
.nom-filter-btn-pending input:checked + label:hover .filter-icon:before {
  content: "\f068";
}
.nom-filter-btn-published input {
  display: none !important;
}
.nom-filter-btn-published label {
  font-size: 1rem;
  display: inline-block;
  line-height: 18px;
  height: 25px;
  background-color: white;
  border: 1px solid #D7DBDD;
  color: #65666A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-published label .filter-icon:before {
  font-family: "FontAwesome";
  text-align: center;
  font-size: 6%;
  font-size: 1.23rem;
  width: 21px;
  height: 21px;
  margin: 1px;
  content: "\f067";
  position: relative;
  float: left;
  line-height: 22px;
  color: #D7DBDD;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-published label .filter-label {
  font-size: 1rem;
  line-height: 23px;
  margin-left: 3px;
  margin-right: 6px;
}
.nom-filter-btn-published label:hover {
  border-color: #00C4B3;
}
.nom-filter-btn-published label:hover .filter-icon:before {
  background-color: #00C4B3;
  color: white;
}
.nom-filter-btn-published input:checked + label {
  border-color: #00C4B3;
  background-color: #00C4B3;
  color: white;
}
.nom-filter-btn-published input:checked + label .filter-icon:before {
  content: "\f00c";
  color: white;
  background-color: #008276;
}
.nom-filter-btn-published input:checked + label:hover .filter-icon:before {
  content: "\f068";
}
.nom-filter-btn-paused input {
  display: none !important;
}
.nom-filter-btn-paused label {
  font-size: 1rem;
  display: inline-block;
  line-height: 18px;
  height: 25px;
  background-color: white;
  border: 1px solid #D7DBDD;
  color: #65666A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-paused label .filter-icon:before {
  font-family: "FontAwesome";
  text-align: center;
  font-size: 6%;
  font-size: 1.23rem;
  width: 21px;
  height: 21px;
  margin: 1px;
  content: "\f067";
  position: relative;
  float: left;
  line-height: 22px;
  color: #D7DBDD;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-paused label .filter-label {
  font-size: 1rem;
  line-height: 23px;
  margin-left: 3px;
  margin-right: 6px;
}
.nom-filter-btn-paused label:hover {
  border-color: #4C85B8;
}
.nom-filter-btn-paused label:hover .filter-icon:before {
  background-color: #4C85B8;
  color: white;
}
.nom-filter-btn-paused input:checked + label {
  border-color: #4C85B8;
  background-color: #4C85B8;
  color: white;
}
.nom-filter-btn-paused input:checked + label .filter-icon:before {
  content: "\f00c";
  color: white;
  background-color: #37638b;
}
.nom-filter-btn-paused input:checked + label:hover .filter-icon:before {
  content: "\f068";
}
.nom-filter-btn-draft input {
  display: none !important;
}
.nom-filter-btn-draft label {
  font-size: 1rem;
  display: inline-block;
  line-height: 18px;
  height: 25px;
  background-color: white;
  border: 1px solid #D7DBDD;
  color: #65666A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-draft label .filter-icon:before {
  font-family: "FontAwesome";
  text-align: center;
  font-size: 6%;
  font-size: 1.23rem;
  width: 21px;
  height: 21px;
  margin: 1px;
  content: "\f067";
  position: relative;
  float: left;
  line-height: 22px;
  color: #D7DBDD;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-draft label .filter-label {
  font-size: 1rem;
  line-height: 23px;
  margin-left: 3px;
  margin-right: 6px;
}
.nom-filter-btn-draft label:hover {
  border-color: #FFA409;
}
.nom-filter-btn-draft label:hover .filter-icon:before {
  background-color: #FFA409;
  color: white;
}
.nom-filter-btn-draft input:checked + label {
  border-color: #FFA409;
  background-color: #FFA409;
  color: white;
}
.nom-filter-btn-draft input:checked + label .filter-icon:before {
  content: "\f00c";
  color: white;
  background-color: #c67d00;
}
.nom-filter-btn-draft input:checked + label:hover .filter-icon:before {
  content: "\f068";
}
.nom-filter-btn-ended input {
  display: none !important;
}
.nom-filter-btn-ended label {
  font-size: 1rem;
  display: inline-block;
  line-height: 18px;
  height: 25px;
  background-color: white;
  border: 1px solid #D7DBDD;
  color: #65666A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-ended label .filter-icon:before {
  font-family: "FontAwesome";
  text-align: center;
  font-size: 6%;
  font-size: 1.23rem;
  width: 21px;
  height: 21px;
  margin: 1px;
  content: "\f067";
  position: relative;
  float: left;
  line-height: 22px;
  color: #D7DBDD;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-filter-btn-ended label .filter-label {
  font-size: 1rem;
  line-height: 23px;
  margin-left: 3px;
  margin-right: 6px;
}
.nom-filter-btn-ended label:hover {
  border-color: #C0C6C7;
}
.nom-filter-btn-ended label:hover .filter-icon:before {
  background-color: #C0C6C7;
  color: white;
}
.nom-filter-btn-ended input:checked + label {
  border-color: #C0C6C7;
  background-color: #C0C6C7;
  color: white;
}
.nom-filter-btn-ended input:checked + label .filter-icon:before {
  content: "\f00c";
  color: white;
  background-color: #9da6a8;
}
.nom-filter-btn-ended input:checked + label:hover .filter-icon:before {
  content: "\f068";
}
.filters-list-wrapper li {
  display: block;
  float: left;
  padding: 0;
  margin-left: 10px;
  font-weight: 300;
}
.filters-list-wrapper li:first-of-type {
  margin-left: 0;
}
.campaign-filter-bar .filters-list-wrapper {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .campaign-filter-bar .filters-list-wrapper {
    margin-top: 5px;
  }
}
/*
Usage

To properly process a form "submit" event, you must:
1. Add to the button (or input) `type="submit"` property, otherwise the "submit" event will not fire by pressing the "Enter" button
2. Add `event.preventDefault();` to the function that is executed when you submit the form. This will avoid refreshing the page.

Styleguide forms.1-usage
*/
/*
Input Fields

Input fields have a default style but can be heavily modified with extra classes.

Styleguide forms.2-input-fields
*/
/*
Input Field (shown with labels)

Markup:
<div class="nom-card">
  <div class="card-content">
    <form role="form">
      <div class="form-group">
        <label for="exampleInputEmail1">Title <span class="nom-optional-text">(optional)</span></label>
        <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
      </div>
      <div class="separator"></div>
      <div class="form-group">
        <label for="exampleInputPassword1">Password</label>
        <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
      </div>
      <div class="separator"></div>
      <div class="form-group">
        <label for="exampleInput0">
          Label text
          <div class="nom-description">(description, e.g. “N character max”)</div>
        </label>
        <input type="text" class="form-control" id="exampleInput0" placeholder="Some placeholder text" value="Filled text input"/>
      </div>
    </form>
  </div>
</div>

Styleguide forms.2-input-fields.1labels
*/
/*
Input field with help icon

Markup:
<div class="nom-card">
  <div class="card-content">
    <form role="form">
      <div class="form-group">
        <label for="inputWithHelp">Label text <i class="fa fa-question-circle" rel="tooltip" data-original-title="Your custom text"></i></label>
        <input class="form-control" type="text" id="inputWithHelp" value="Filled text input"/>
        <div class="nom-description">Optional description lorem ipsum</div>
      </div>
    </form>
  </div>
</div>

Styleguide forms.2-input-fields.input-with-help
*/
::-ms-clear {
  display: none;
}
.form-group {
  padding: 0;
  margin-bottom: 15px;
}
.form-group input,
.form-group textarea {
  width: 100%;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #C5CACC;
}
.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  font-style: italic;
  color: #C5CACC;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  font-style: italic;
  color: #C5CACC;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
  color: #C5CACC;
}
.form-group input + .nom-description,
.form-group textarea + .nom-description {
  margin-top: 5px;
}
.form-group textarea {
  resize: none;
  height: 120px;
  overflow-y: auto;
  padding: 10px 15px;
}
.form-group textarea.textarea-lg {
  height: 450px;
}
.form-group textarea.textarea-code {
  font-family: 'Ubuntu Mono';
  font-size: 1.08rem;
  letter-spacing: 0;
}
.form-group label {
  margin-bottom: 3px;
}
.form-group label > .icon {
  vertical-align: text-bottom;
  margin-left: 6px;
}
.form-group.has-error input {
  color: #FF5A34;
}
.form-group.has-error .nom-description.error {
  color: #FF5A34;
}
.form-group.has-error .select2-selection {
  border-color: #FF5A34;
}
.form-group.has-warning label,
.form-group.has-warning input,
.form-group.has-warning .select2-container {
  color: #FFA409;
}
.form-group .fa {
  position: relative;
  top: 1px;
}
.form-group .form-control[disabled] {
  color: #AAAFB1;
}
.form-group:last-of-type {
  margin-bottom: 0;
}
.form-group:first-of-type {
  margin-bottom: 15px;
}
/*
Text input and button inline

Markup:
<form class="form-inline">
  <div class="form-group">
    <label for="input5">Inline form</label>
    <input type="text" class="form-control" id="input5" placeholder="Some text here"/>
  </div>
  <div class="form-group">
    <label for="input4">Inline form</label>
    <input type="text" class="form-control" id="input4" placeholder="Some text here"/>
    <button type="button" class="nom-btn-primary">Sign in</button>
  </div>
</form>

Styleguide forms.2-input-fields.inline-text-button
*/
.form-inline label {
  display: block;
}
.form-inline .form-group {
  margin-bottom: 0;
}
.form-inline .form-group + .form-group {
  margin-left: 15px;
}
.form-inline .form-control + button {
  margin-left: 15px;
}
/*
Disabled Input Field

Markup:
<div class="control-group">
  <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email" disabled>
</div>

Styleguide forms.2-input-fields.2disabled
*/
/*
Input Field inside of a form group

- Adding .has-error to the control groups adds the error styling


Markup:
<div class=form-group>
  <label for="input0">Label</label>
  <input type="text" class="form-control" placeholder="Some placeholder text" value="I am a valid text" id="input0"/>
</div>
<div class="form-group has-error">
  <label for="input1">Error example</label>
  <input type="text" class="form-control" placeholder="Some placeholder text" value="I am an incorrect text" id="input1"/>
</div>
<div class="form-group has-error">
  <label for="input2">Error example with description</label>
  <input type="text" class="form-control" placeholder="Some placeholder text" value="I am an incorrect text" id="input2"/>
  <div class="nom-description error">Optional error description</div>
</div>

Styleguide forms.2-input-fields.2inside-form-group
*/
/*
Icon on Left and Right

Knowns:
- has an image inside

Unknowns:
- Width of the input box may be flexible

Markup:
<div class="form-group">
  <label for="username">First Name</label>
  <div class="has-feedback has-feedback-left">
    <input type="text" class="form-control" id="username" placeholder="Please enter your username" />
    <span class="form-control-feedback">
      <i class="fa fa-user fa-xs"></i>
    </span>
  </div>
</div>
<div class="form-group">
  <label for="browser">URL</label>
  <div class="has-feedback">
    <input type="text" class="form-control" id="browser" placeholder="Please enter URL" />
    <span class="form-control-feedback">
      <i class="fa fa-user fa-xs"></i>
    </span>
  </div>
</div>

Styleguide forms.2-input-fields.3icon-on-left
*/
.has-feedback {
  position: relative;
}
.has-feedback i.fa-list-alt {
  font-size: 2.15rem;
}
.has-feedback .form-control {
  padding-right: 36px;
}
.has-feedback .form-control-feedback {
  color: #C5CACC;
}
.has-feedback .select2-search__field {
  padding-right: 24px;
}
.has-feedback-left .form-control {
  padding-right: 15px;
  padding-left: 36px;
}
.has-feedback-left .form-control-feedback {
  left: 0;
}
.has-feedback-left .select2-search__field {
  padding-left: 24px;
}
/*
Clearable Input

Knowns:
- Form field that clears out input when X is clicked on.
- X only shows when form has input.
- Not compatible with forms with left icons (Input Group with Image).

Markup:
<div class="form-group">
  <label for="firstName">First Name</label>
  <div class="has-feedback clearable">
     <input type="text" class="form-control" id="firstName"
            placeholder="Some placeholder text" value="John Doe" />
     <div class="form-control-feedback">
        <span>&#x2715;</span>
     </div>
  </div>
</div>


Styleguide forms.2-input-fields.4clearable
*/
.clearable .form-control-feedback {
  font-size: 1.38rem;
  width: auto;
  height: auto;
  pointer-events: auto;
  cursor: pointer;
  color: #C0C6C7;
  margin-right: 15px;
}
/*
Input for URL (with prefix)

Markup:
<div class="form-group">
    <label for="urlInput">Label text</label>
    <input type="text" class="form-control url-input" placeholder="https://" id="urlInput">
    <div class="nom-description error hidden"></div>
</div>

Styleguide forms.2-input-fields.prefix
*/
/*
Input field with attached dropdown

Markup:
<div class="form-group">
    <label for="impression-limits-sub-min-interval-quantity">Time Interval</label>
    <div class="input-group-select full-width">
        <input id="impression-limits-sub-min-interval-quantity"
               type="text"
               value=""
               name="impression-limits-sub-min-interval-quantity"
               class="form-control full-width campaign-impressions-numeric impression-limits-interval">
        <select id="impression-limits-sub-min-interval-type"
                name="impression-limits-sub-min-interval-type"
                class="form-control initial-select-size impression-limits-interval impression-limits-sub-min-interval-type">
            <option value="M">minutes</option>
            <option value="H">hours</option>
            <option value="D">days</option>
        </select>
    </div>
</div>

Styleguide forms.2-input-fields.input-with-drop
*/
/*
Checkbox

Markup: checkboxes.hbs

Styleguide forms.3-checkboxes
*/
/*
Indeterminate Checkbox

<p>
You should add `checkgroup-wrapper` class to the container, which will contain this group of checkboxes. Indeterminate checkbox should be in nom-checkbox container with extra class `checkgroup-parent`. All other nom-checkboxes (nested checkboxes) should have `checkgroup-child` class.
</p>
<p> To get working `Indeterminate checkbox` you should add event listener. Listener example was added in section `<script>` below.</p>

Markup: checkgroup-checkbox.hbs

Styleguide forms.3-checkboxes.indeterminate
*/
/*
Inline Checkboxes

Markup: inline-checkboxes.hbs

Styleguide forms.3-checkboxes.inline
*/
.checkbox-size-and-visibility {
  width: 20px;
  height: 20px;
  visibility: visible;
}
.checkbox-square-mixin {
  width: 20px;
  height: 20px;
  visibility: visible;
  font-family: "FontAwesome";
  text-align: center;
  border: 1px solid;
  background: white;
  content: "";
  font-size: 1rem;
  position: relative;
  float: left;
  line-height: 20px;
}
.nom-checkbox label {
  display: inline-block;
  cursor: pointer;
}
.nom-checkbox label:before {
  width: 20px;
  height: 20px;
  visibility: visible;
  font-family: "FontAwesome";
  text-align: center;
  border: 1px solid;
  background: white;
  content: "";
  font-size: 1rem;
  position: relative;
  float: left;
  line-height: 20px;
  border-color: #AAAFB1;
  color: white;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-checkbox label:hover:before,
.nom-checkbox label:active:before {
  border-color: #00B3E3;
}
.nom-checkbox label p {
  margin-left: 30px;
  margin-bottom: 0;
}
.nom-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.nom-checkbox.single-checkbox label {
  margin-bottom: 0px;
}
.nom-checkbox.single-checkbox label:before {
  margin-right: 0px;
}
.nom-checkbox input {
  display: none !important;
}
.nom-checkbox input:checked + label:before {
  content: "\f00c";
  border-color: #00B3E3;
  background-color: #00B3E3;
}
.nom-checkbox input:indeterminate + label:before,
.nom-checkbox input.indeterminate + label:before {
  content: "";
  -webkit-box-shadow: inset 0px 0px 0px 4px white;
  box-shadow: inset 0px 0px 0px 4px white;
  border-color: #00B3E3;
  background-color: #00B3E3;
}
/*
Checkbox Disabled

Markup: disabled-checkboxes.hbs

Styleguide forms.3-checkboxes.disabled
*/
.nom-checkbox input:disabled + label {
  cursor: not-allowed;
}
.nom-checkbox input:disabled + label:hover:before {
  border-color: #AAAFB1;
}
.nom-checkbox input:disabled + label:before {
  border-color: #C5CACC;
  background-color: #C5CACC;
}
/*
Checkbox with Tooltip

Markup: tooltip-checkboxes.hbs

Styleguide forms.3-checkboxes.tooltip
*/
/*
Radio

nom-radio will be `display:none`, and nom-radio-label is required.

Markup: radios.hbs

Styleguide forms.4-radio
*/
/*
Inline Radio

Markup: inline-radios.hbs

Styleguide forms.4-radio.inline
*/
.inline-checkboxes .nom-checkbox,
.inline-radios .nom-checkbox,
.inline-checkboxes .nom-radio,
.inline-radios .nom-radio {
  display: inline-block;
}
.inline-checkboxes .nom-checkbox {
  margin-right: 11px;
  margin-bottom: 0;
}
.inline-checkboxes .nom-checkbox:last-of-type {
  margin-right: 0;
}
.nom-radio-circle {
  width: 20px;
  height: 20px;
  visibility: visible;
  border-radius: 50%;
  position: relative;
  float: left;
  content: "";
  border: 1px solid;
  background-color: white;
}
.nom-radio input {
  display: none !important;
}
.nom-radio input + label {
  cursor: pointer;
  margin: 0;
}
.nom-radio input + label:before {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  visibility: visible;
  border-radius: 50%;
  position: relative;
  float: left;
  content: "";
  border: 1px solid;
  background-color: white;
  border-color: #C5CACC;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nom-radio input + label:hover:before {
  border-color: #00B3E3;
}
.nom-radio input:checked + label:before {
  background-color: #00B3E3;
  -webkit-box-shadow: inset 0px 0px 0px 4px white;
  box-shadow: inset 0px 0px 0px 4px white;
  border: 1px solid transparent;
}
.nom-radio:not(:last-child) {
  margin-bottom: 10px;
}
.inline-radios .nom-radio {
  margin-bottom: 0;
}
/*
Radio Disabled

Markup: disabled-radios.hbs

Styleguide forms.4-radio.disabled
*/
.nom-radio input:disabled + label {
  cursor: not-allowed;
}
.nom-radio input:disabled + label:hover:before {
  border-color: #AAAFB1;
}
.nom-radio input:checked:disabled + label:before {
  background-color: #AAAFB1;
}
.nom-radio input:checked:disabled + label:hover:before {
  border-color: #AAAFB1;
}
/*
Textarea Field (shown with labels)

Knowns:
- Same as input tag

Markup: textareas.hbs

Styleguide forms.2-input-fields.textareas
*/
/*
Textarea Field (for code)

Markup:
<div class="form-group">
    <textarea class="form-control textarea-code">
<html>
  <head></head>
  <body><div>Some content here</div></body>
</html>
    </textarea>
</div>

Styleguide forms.2-input-fields.textareas-code
*/
/*
Legend

Markup:
<form role="form">
  <legend>I am Legend</legend>
</form>

Styleguide forms.4-legend
*/
legend {
  font-size: 6%;
  font-size: 1.23rem;
  color: #65666A;
  margin-bottom: 15px;
  line-height: 2;
}
/*
Fieldset

Markup: fieldset.hbs

Styleguide forms.5-fieldset
*/
fieldset {
  border: 1px solid #E0E8E8;
  margin-bottom: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  min-height: 4em;
  padding-left: 15px;
  padding-right: 15px;
}
fieldset legend {
  line-height: 0.5em;
  border: 0;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
/*
Gemini Inputs

Considering that `'select2-container'` (dropdown itself) injects into `'body'`,
you have to managing z-index for it according to z-index table from `nom-bootstrap-variables.less`

Markup: gemini.hbs

Styleguide forms.6-gemini
*/
.nom-gemini {
  display: table;
  width: 100%;
}
.twin-row {
  display: table-row;
}
.twin-row .header {
  display: table-cell;
  padding-bottom: 5px;
}
.twin-row .conjoiner {
  display: table-cell;
  width: 15px;
}
.twin-row .conjoiner::before {
  content: "";
  width: 15px;
  display: inline-block;
  border-top: 1px solid #C5CACC;
  vertical-align: middle;
}
.twin-row input {
  display: table-cell;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.twin-row .error {
  border-color: red;
}
/*
Additional Options Dropdown

Markup: additional-options.hbs

Styleguide forms.7-additionalOptions
*/
.additional-options {
  margin-top: 2px;
}
.additional-options .assigned-attribute,
.additional-options .attribute-value {
  display: none;
}
.form-actions {
  background: none;
  border: none;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.separator {
  height: 1px;
  margin: 5px 0 10px;
  background-color: #DFE7EA;
}
.dataTables_filter input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #65666A;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C5CACC;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dataTables_filter input:focus {
  border-color: #00B3E3;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dataTables_filter input::-moz-placeholder {
  color: #C5CACC;
  opacity: 1;
  font-style: italic;
}
.dataTables_filter input:-ms-input-placeholder {
  color: #C5CACC;
  font-style: italic;
}
.dataTables_filter input::-webkit-input-placeholder {
  color: #C5CACC;
  font-style: italic;
}
.dataTables_filter input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.dataTables_filter input[disabled],
.dataTables_filter input[readonly],
fieldset[disabled] .dataTables_filter input {
  background-color: #F3F5F5;
  opacity: 1;
}
.dataTables_filter input[disabled],
fieldset[disabled] .dataTables_filter input {
  cursor: not-allowed;
}
textarea.dataTables_filter input {
  height: auto;
}
.select2-margin-bottom {
  margin-bottom: 7px;
}
.time-interval-margins {
  margin-bottom: 7px;
  margin-right: -2px;
}
.category-name .form-group {
  margin-bottom: 8px;
}
#AdvancedReportingDashboardSpan .form-control {
  width: 100%;
}
.dataTables_length select,
.dataTables_length input,
select.number-selection,
select.filetype-selection {
  width: 76px;
}
/*.invisible-file {
  visibility: hidden;
}

.btn-browse-container {
  position: relative;

  .file-input {
    display: none;
  }
}

.btn-browse {
  width: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.file-name-container {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #cccccc;
  display: inline-block;
  position: absolute;
  left: 100px;
  top: 0;
  right: 0;
  padding: 7px 0;
}

.file-name {
  color: black;
  vertical-align: middle;
  margin-left: 15px;
}

.no-file-name {
  .italic;
  color: grey;
}*/
/*
Input with Add-on

Knowns:
- Add-on can be text or an image.

Markup:
<div class="add-on-group">
    <span class="nom-input-add-on">http://</span>
    <input type="text" class="form-control add-on-input" placeholder="Add a new domain to this list">
</div>

Styleguide forms.2-input-fields.addons
*/
.add-on-group {
  display: table;
  width: 100%;
}
.add-on-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nom-input-add-on {
  font-weight: 300;
  padding: 9px 15px;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #6790A2;
  border: 1px solid #6790A2;
  border-radius: 3px 0 0 3px;
  display: table-cell;
  border-right: 0;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
}
/*
Make large input and small button (full-width)

Markup:
<form class="table">
  <div class="form-group trow">
    <div class="tcell">
      <input type="text" class="form-control" value="Some text here"/>
    </div>
    <div class="tcell by-content">
      <button class="nom-btn-primary margin-left-small"><i class="fa fa-search"></i></button>
    </div>
  </div>
</form>

Styleguide forms.2-input-fields.input-and-button
*/
.fixed-input-width {
  width: 100px;
}
.input-group-select {
  display: table;
}
.input-group-select input {
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-select span.select2 {
  display: table-cell;
  max-width: 120px;
}
.input-group-select span.select2 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
/*
File Input

For instant upload right after file select:
Inject `'common/views/uploaderView'`.

<pre>
model = {
  description: 'PNG or JPEG file, maximum 100KB',
  showErrors: true,
  dzConfig: {
    maxFiles: 1,
    acceptedFiles: 'image/jpeg, image/png',
    maxFilesize: 0.1,
    url: 'api/1/messaging/defaults/logo',
    paramName: 'default-logo-image',
    autoProcessQueue: true,
    headers: {
      'X-XSRF-TOKEN': new TokenService().getToken()
    }
  }
}
</pre>

Markup: file-input.hbs

Styleguide forms.file-input
*/
form.row,
.form.row,
.row.small-gutter {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
form.row > *[class*='col-'],
.form.row > *[class*='col-'],
.row.small-gutter > *[class*='col-'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
/*
Pills with icon

Markup: pills-with-icon.hbs

Styleguide pills.pills-with-icon
*/
/*
Pills

Markup: pills.hbs

Styleguide pills.common
*/
.pill {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.92rem;
  border-radius: 3px;
  display: inline-block;
  line-height: 19px;
  cursor: default;
  padding: 5px 8px 4px 9px;
  font-weight: 300;
}
.pill .pill-icon {
  font-weight: 600;
  display: inline-block;
  font-size: 0.76rem;
  margin-right: 6px;
}
.pill .pill-icon:hover {
  cursor: pointer;
}
.pill .pill-text {
  display: inline-block;
}
.pill.pill-primary {
  background-color: #00B3E3;
  color: white;
}
.pill.pill-primary .pill-icon {
  color: white;
}
.pill.pill-primary.closable:hover,
.pill.pill-primary.clickable:hover,
.pill.pill-primary.closable:focus,
.pill.pill-primary.clickable:focus,
.pill.pill-primary.closable:active,
.pill.pill-primary.clickable:active {
  background-color: #0083a6;
}
.pill.pill-primary.clickable:hover {
  cursor: pointer;
}
.pill.pill-warning {
  background-color: #FFA409;
  color: white;
}
.pill.pill-warning .pill-icon {
  color: white;
}
.pill.pill-warning.closable:hover,
.pill.pill-warning.clickable:hover,
.pill.pill-warning.closable:focus,
.pill.pill-warning.clickable:focus,
.pill.pill-warning.closable:active,
.pill.pill-warning.clickable:active {
  background-color: #cb8000;
}
.pill.pill-warning.clickable:hover {
  cursor: pointer;
}
.pill.pill-success {
  background-color: #00C4B3;
  color: white;
}
.pill.pill-success .pill-icon {
  color: white;
}
.pill.pill-success.closable:hover,
.pill.pill-success.clickable:hover,
.pill.pill-success.closable:focus,
.pill.pill-success.clickable:focus,
.pill.pill-success.closable:active,
.pill.pill-success.clickable:active {
  background-color: #00877b;
}
.pill.pill-success.clickable:hover {
  cursor: pointer;
}
.pill.pill-subdued {
  background-color: #F9FAFA;
  color: #65666A;
  border: 1px solid #C5CACC;
  line-height: 17px;
}
.pill.pill-subdued .pill-icon {
  color: #AAAFB1;
}
.pill.pill-subdued.closable:hover,
.pill.pill-subdued.clickable:hover,
.pill.pill-subdued.closable:focus,
.pill.pill-subdued.clickable:focus,
.pill.pill-subdued.closable:active,
.pill.pill-subdued.clickable:active {
  background-color: #d8dede;
}
.pill.pill-subdued.clickable:hover {
  cursor: pointer;
}
.pill.pill-subdued.closable:hover,
.pill.pill-subdued.closable:focus,
.pill.pill-subdued.closable:active {
  border-color: #d8dede;
}
.pill.pill-secondary {
  background-color: #6790A2;
  color: white;
  border: 1px solid #6790A2;
}
.pill.pill-secondary .pill-icon {
  color: white;
}
.pill.pill-secondary.closable:hover,
.pill.pill-secondary.clickable:hover,
.pill.pill-secondary.closable:focus,
.pill.pill-secondary.clickable:focus,
.pill.pill-secondary.closable:active,
.pill.pill-secondary.clickable:active {
  background-color: #4d6f7e;
}
.pill.pill-secondary.clickable:hover {
  cursor: pointer;
}
.pill.pill-code {
  background-color: white;
  color: #65666A;
  font-family: 'Ubuntu Mono';
  font-size: 1.08rem;
  letter-spacing: 0;
  border: 1px solid #C5CACC;
}
.pill.pill-code .pill-icon {
  color: #65666A;
}
.pill.pill-code.closable:hover,
.pill.pill-code.clickable:hover,
.pill.pill-code.closable:focus,
.pill.pill-code.clickable:focus,
.pill.pill-code.closable:active,
.pill.pill-code.clickable:active {
  background-color: #e0e0e0;
}
.pill.pill-code.clickable:hover {
  cursor: pointer;
}
/*
Pill for IP

Markup:
<div class="pill pill-code">
  <span class="pill-text">127.0.0.1</span>
</div>
<div class="pill pill-code clickable">
  <span class="pill-text">64.89.225.78</span>
</div>

Styleguide pills.code
*/
/*
Footer

Knowns:
- Uses code to generate the copyright year (Not shown in style guide)

Markup:
<footer class="footer">
    <div class="modal fade" id="terms-page" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
        <div class="modal-header">
            <button class="close" data-dismiss="modal" aria-hidden="true">×</button>
            <h3 id="myModalLabel" class="modal-title">Terms</h3>
        </div>
        <div class="modal-body"></div>
    </div>
    <div class="nom-container">
        <div class="copyright">
            <p>Copyright &copy;2018 <a href="https://www.akamai.com" target="_blank">Akamai Technologies,</a> all rights reserved.
            <a data-toggle="modal" data-target="#terms-page" data-backdrop="static" data-remote="../help/license.html">Terms and Conditions</a>
            </p>
        </div>
    </div>
</footer>

Styleguide footer.index
*/
footer.footer {
  background-color: #F9FAFA;
  font-size: 0.76rem;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 3;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 80px;
}
.kss-modifier__example footer.footer {
  position: inherit;
  line-height: 5;
}
/*
Navigation Bar

Knowns:
- Width of the background extends with the browser page
- Content stays and is centered inside of the main body container

The navigation bar, located just under the main header, provides application specific navigation for the user.

Markup: navbar.hbs

Styleguide header_breadcrumbs.navbar
*/
/*
Navigation Bar with dropdown

Markup: navbar-with-dropdown.hbs

Styleguide header_breadcrumbs.navbar-with-dropdown
*/
.nom-header-container {
  padding: 0;
  background: white;
  color: #65666A;
  height: 70px;
  min-width: 768px;
}
.nom-header-container .header {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nom-header-container .header {
    padding: 0;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nom-header-container .header {
    width: 1170px;
  }
}
.nom-header-container .header .header-title {
  display: inline-block;
  line-height: 70px;
  margin-left: 25px;
}
.nom-header-container .header .side-menu-btn {
  background-color: white;
  color: #AAAFB1;
  border: none;
  border-right: 1px solid #E0E8E8;
  width: 70px;
  height: 70px;
  margin-right: 25px;
}
.nom-header-container .header .brand {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 30px;
  border-right: 1px solid #E0E8E8;
}
.nom-header-container .header .succor-icons {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-left: 1px solid #E0E8E8;
}
.nom-header-container .header .succor-icons > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  padding: 25px;
}
.nom-header-container .header .succor-icons i {
  font-size: 1.53rem;
  color: #AAAFB1;
}
@media (min-width: 992px) {
  .nom-header-container .header .succor-icons {
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin-top: 30px;
  }
  .nom-header-container .header .succor-icons > a {
    display: inline;
    padding: 0;
  }
  .nom-header-container .header .succor-icons i {
    vertical-align: middle;
    color: inherit;
  }
}
.nom-nav-container {
  width: 970px;
  margin: 0 auto;
  z-index: 1;
  background-color: #2D4451;
}
@media (min-width: 1200px) {
  .nom-nav-container {
    width: 1170px;
  }
}
.nom-container {
  min-width: 768px;
}
.nom-navigation {
  margin: 0;
}
.nom-navigation:before,
.nom-navigation:after {
  content: " ";
  display: table;
}
.nom-navigation:after {
  clear: both;
}
.nom-navigation:before,
.nom-navigation:after {
  content: " ";
  display: table;
}
.nom-navigation:after {
  clear: both;
}
.nom-navigation li {
  list-style: none;
  padding: 0;
  cursor: pointer;
}
.nom-navigation li.active {
  background-color: #00B3E3;
}
.nom-navigation li a {
  color: white;
  display: block;
  padding: 15px 30px;
  font-weight: 300;
}
.nom-navigation li a:hover,
.nom-navigation li a:focus {
  text-decoration: none;
}
.nom-navigation li.dropdown .dropdown-menu {
  border-radius: 0;
}
#logout-btn button {
  font-size: 1rem;
  height: 35px;
  line-height: 1;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  min-width: 100px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header#mainNav {
  background-color: #2D4451;
}
@media (min-width: 992px) {
  header#mainNav.unpinned {
    position: fixed;
    top: 0;
    z-index: 1050;
    width: 100%;
    box-shadow: 0px 2px 8px rgba(9, 37, 52, 0.25);
  }
  header#mainNav.unpinned .dropdown {
    z-index: 140;
  }
}
i.fa-th-large {
  display: inline-block;
}
@media (max-width: 991px) {
  .nom-nav-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -260px;
    height: 100%;
    width: 260px;
    white-space: nowrap;
    transition: left 0.5s;
    z-index: 999;
  }
  .nom-nav-container.side-menu-open {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    left: 0;
  }
  .nom-nav-container .divider {
    border-top: 1px solid #65666A;
  }
  .nom-navigation li {
    display: block;
  }
  .nom-navigation li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nom-navigation li a:hover {
    background-color: inherit;
  }
  .nom-navigation li.dropdown.opened i.fa-caret-down:before {
    content: "\f0d8";
  }
  .nom-navigation li.dropdown.opened .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #2D4451;
    border: 0;
    display: block;
    position: static;
    float: none;
    padding-left: 30px;
  }
  .nom-navigation li.dropdown.opened .dropdown-menu li {
    border: none;
  }
  .nom-navigation li.home-icon a {
    padding: 25px 30px;
  }
  .nom-navigation li.home-icon a i {
    line-height: 18px;
  }
  .nom-navigation .nav-header {
    text-shadow: none;
  }
  .nom-navigation .navbar-brand {
    float: none;
    height: auto;
  }
  .nom-navigation .nav-right {
    float: none;
  }
}
@media (min-width: 992px) {
  .nom-header-container {
    height: 90px;
  }
  .nom-header-container .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nom-header-container .header .header-title {
    line-height: 90px;
    margin-left: 30px;
  }
  .nom-header-container .header .succor-icons {
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin-top: 30px;
  }
  .nom-header-container .header .succor-icons > * {
    margin-left: 20px;
  }
  .nom-header-container .header .succor-icons > *:first-child {
    margin-left: 0;
  }
  .nom-header-container .header .succor-icons > a {
    display: inline;
    padding: 0;
  }
  .nom-header-container .header .succor-icons i {
    font-size: 1.53rem;
    vertical-align: middle;
    color: inherit;
  }
  .nom-header-container .btn-link {
    padding: 0;
    border: 0;
  }
  .nom-navigation-placeholder {
    min-height: 50px;
  }
  .nom-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nom-navigation li {
    height: 50px;
    float: left;
    text-align: center;
    line-height: normal;
    background-color: #2D4451;
    border-right: solid 1px #425A68;
    transition: background 0.5s;
  }
  .nom-navigation li:hover {
    background-color: #425A68;
  }
  .nom-navigation li:hover.dropdown i.fa-caret-down:before {
    content: "\f0d8";
  }
  .nom-navigation li:hover.dropdown .dropdown-menu {
    display: block;
  }
  .nom-navigation li:first-child {
    border-left: solid 1px #425A68;
  }
  .nom-navigation li.dropdown .dropdown-menu {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #2D4451;
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-left: -1px;
  }
  .nom-navigation li.dropdown .dropdown-menu li {
    display: block;
    border: none;
    float: none;
    text-align: left;
  }
  .nom-navigation li.dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: solid 1px #425A68;
  }
  .nom-navigation li.dropdown .dropdown-menu li a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .nom-navigation li.home-icon a {
    padding: 15px;
    height: 50px;
  }
  .nom-navigation li.home-icon a i {
    font-size: 1.69rem;
  }
  .nom-navigation .nav-right {
    float: right;
  }
}
/*
Breadcrumbs

Knowns:
- Width of the background extends with the browser page
- Content stays and is centered inside of the main body container

If available, breadcrumbs are located just under the navigation bar as a secondary navigation, usually used in the case of a multi-step process.

Markup: breadcrumbs.hbs

Styleguide header_breadcrumbs.breadcrumbs
*/
.nom-breadcrumbs {
  width: 100%;
  height: 50px;
  display: table;
}
.nom-breadcrumbs .nom-breadcrumb {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.nom-breadcrumbs .nom-breadcrumb li {
  list-style: none;
  display: inline;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.038em;
}
.nom-breadcrumbs .nom-breadcrumb li small,
.nom-breadcrumbs .nom-breadcrumb li .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.nom-breadcrumbs .nom-breadcrumb li small,
.nom-breadcrumbs .nom-breadcrumb li .small {
  font-size: 75%;
}
.nom-breadcrumbs .nom-breadcrumb li a {
  color: white;
  opacity: 0.65;
  font-weight: bold;
}
.nom-breadcrumbs .nom-breadcrumb li a:hover {
  opacity: 1;
  text-decoration: none;
}
.nom-breadcrumbs .nom-breadcrumb li.disabled-crumb a {
  opacity: 0.25;
  cursor: default;
  text-decoration: none;
  font-weight: normal;
}
.nom-breadcrumbs .nom-breadcrumb li.active a {
  opacity: 0.85;
  border-bottom: solid 2px #00B3E3;
}
.nom-breadcrumbs .nom-breadcrumb li.active a:hover {
  opacity: 1;
}
.nom-breadcrumbs .nom-breadcrumb li:not(:last-child):after {
  display: inline;
  opacity: 0.25;
  content: ' > ';
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin-left: 15px;
  margin-right: 15px;
}
header.breadcrumbs-container {
  background-color: #6790A2;
}
.campaign-wizard {
  margin-top: 50px;
}
/*
Stepper

The stepper bar provides wizard steps navigation for the user.

Markup: stepper.hbs

Styleguide header_breadcrumbs.stepper
*/
.stepper-container {
  background-color: #F3F5F5;
  color: #AAAFB1;
  height: 70px;
  text-align: center;
  padding-top: 15px;
}
.stepper-container .step {
  display: inline-block;
  width: 166px;
  position: relative;
}
.stepper-container .step:not(:first-child):before {
  content: '';
  display: block;
  height: 2px;
  width: 160px;
  background-color: #AAAFB1;
  position: absolute;
  bottom: 9px;
  right: calc(50% + 10px/2);
  pointer-events: none;
}
.stepper-container .step .step-wrapper {
  display: inline-block;
  text-transform: uppercase;
}
.stepper-container .step .step-wrapper .step-icon {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
}
.stepper-container .step.active:before,
.stepper-container .step.completed:before {
  background-color: #00B3E3;
}
.stepper-container .step.active .step-wrapper,
.stepper-container .step.completed .step-wrapper {
  cursor: pointer;
}
.stepper-container .step.active .step-wrapper .step-icon,
.stepper-container .step.completed .step-wrapper .step-icon {
  color: #00B3E3;
}
.stepper-container .step.active .step-wrapper:hover,
.stepper-container .step.completed .step-wrapper:hover {
  color: #00B3E3;
}
.stepper-container .step.active .step-wrapper:hover .step-icon,
.stepper-container .step.completed .step-wrapper:hover .step-icon {
  background-color: #00B3E3;
}
.stepper-container .step.active .step-wrapper {
  color: #00B3E3;
}
.stepper-container .step.active .step-wrapper .step-icon {
  background-color: #00B3E3;
}
/*
Icon size

* 14px &#8211; Inline icons used with text to highlight it's importance or functionality. Not used without text. Not clickable separate from text (clickable only when text is clickable too).
* 18px &#8211; Important items on the page. Clickable in the most of cases. Could be used both inline with text and without the text (single clickable icon).
* 24px &#8211; Points of attention on the page such as menu, sections, dashboard values etc.
* 30px &#8211; General points of attention on the page such as menu, choices, etc. Could be more then one.
* 48 and 72px &#8211; Primary points of attention on the page or dashboard.

Markup: icon-size.hbs

Styleguide icons.font.about-size
*/
/*
Icon alignment with text

An example to show how to get an icon to line up with different text sizes. In order to get icons aligned with larger text,
the font size must be defined outside of the icon.

Markup: icon-alignment.hbs

Styleguide icons.font.alignment
*/
i.vertically-centered {
  line-height: 1;
  vertical-align: middle;
}
i.vertically-align-text-bottom {
  line-height: 1;
  vertical-align: bottom;
}
i.vertically-align-text-top {
  vertical-align: text-top;
}
i.select-with-icon {
  vertical-align: text-bottom;
  padding-left: 8px;
}
/*
Icon Colors

Markup:
  <i class="fa fa-check success"></i>
  <i class="fa fa-times-circle danger"></i>
  <i class="fa fa-plus-circle primary"></i>
  <i class="fa fa-cloud-upload disabled"></i>

Styleguide icons.icon-color
*/
i.success {
  color: #00C4B3;
}
i.danger {
  color: #FF5A34;
}
i.primary {
  color: #00B3E3;
}
i.disabled {
  color: #C5CACC;
  cursor: default !important;
}
/*
Icon Links

When hover over, the pointer changes

Markup:
  <i class="fa fa-times-circle icon-link"></i>

Styleguide icons.icon-links
*/
i.icon-link {
  cursor: pointer;
}
.disabled i.icon-link {
  cursor: not-allowed;
  color: #AAAFB1;
}
/*
Icon Combo

Behaviors/features:

* Icon can be `img` or `i` tag
* Centered sub-elements
* Uppercased header and strong tags
* Size-constrained image icon

Markup:
<div class="nom-icon-combo">
  <i class="fa fa-search"></i>
  <strong>The Truth is Out There</strong>
</div>

Styleguide icons.icon-combo
*/
/*
Icon Combo - Multiple Lines

Markup:
<div class="nom-icon-combo">
  <i class="fa fa-list-alt fa-2x"></i>
  <h2>Keep Calm</h2>
  <p>and use an icon combo</p>
</div>

Styleguide icons.icon-combo-multiline
*/
.nom-icon-combo {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.nom-icon-combo strong,
.nom-icon-combo h1,
.nom-icon-combo h2,
.nom-icon-combo h3,
.nom-icon-combo h4,
.nom-icon-combo h5,
.nom-icon-combo h6 {
  margin: 0;
  line-height: 1.53846154;
  text-transform: uppercase;
}
.nom-icon-combo strong {
  display: block;
  font-weight: 500;
}
.nom-icon-combo > img,
.nom-icon-combo > i {
  max-height: 100px;
  max-width: 100px;
  display: inline-block !important;
}
.nom-icon-combo > img + *,
.nom-icon-combo > i + * {
  margin-top: 10px;
}
/*
Status icons

You can use these icons for different states of connection or for something else.
There are four states:
<ul>
<li>green filled circle</li>
<li>green ring</li>
<li>red filled circle</li>
<li>red ring</li>
</ul>

`.status-success` class for green color
`.status-error` class for red color

Use additional class `.checked` for filled circle.

Markup: icon-status.hbs

Styleguide icons.status-icons
*/
.nom-icon-status {
  display: inline-block;
  font-style: normal;
}
.nom-icon-status:before {
  font-family: "FontAwesome";
  content: "\f10c";
  margin-right: 7px;
  font-size: 1.07rem;
  line-height: normal;
  vertical-align: middle;
}
.nom-icon-status.status-success {
  color: #00C4B3;
}
.nom-icon-status.status-success.checked:before {
  content: "\f111";
}
.nom-icon-status.status-error {
  color: #FF5A34;
}
.nom-icon-status.status-error.checked:before {
  content: "\f111";
}
.nom-icon-status + .status-message {
  display: inline-block;
}
.nom-icon-status + .status-message > * {
  margin-right: 6px;
}
.close {
  font-family: Arial;
  text-shadow: none;
  opacity: 1;
  line-height: 20px;
  font-size: 1.84rem;
  font-weight: 300;
}
/*
"Select" arrow

Add `selection-arrow` class to the element. This class adds the default color to the main element and also creates `:after` pseudo-element (arrow).

Markup:
<div class="row">
  <div class="col-xs-5">
    <div class="padding-small selection-arrow">Some content here</div>
  </div>
</div>
<div class="row">
  <div class="col-xs-5">
    <div class="padding-small selection-arrow-blue">Some content here</div>
  </div>
</div>

Styleguide icons.selection-arrow
*/
.selection-arrow {
  position: relative;
  color: #000000;
  background-color: #F3F6F6;
}
.selection-arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid #F3F6F6;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  cursor: default;
  user-select: none;
  pointer-events: none;
}
.selection-arrow-blue {
  position: relative;
  color: white;
  background-color: #00B3E3;
}
.selection-arrow-blue:after {
  display: block;
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid #00B3E3;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  cursor: default;
  user-select: none;
  pointer-events: none;
}
span + i {
  margin-left: 7px;
}
/*
Links

Ignore the first "default" style, it should never be used.

Markup:
<a class='{{modifier_class}}'/>Click Me</a>

.nom-link-primary              - Primary Link
.nom-link-selected             - Selected Link
.nom-link-cancel               - Cancel Link
.nom-link-primary.disabled     - Disabled Link

Styleguide links.default
*/
a {
  transition: 0.5s;
  cursor: pointer;
}
a:focus {
  outline: none;
}
a.nom-link-primary,
a.nom-link-cancel {
  text-decoration: underline;
  cursor: pointer;
}
a.nom-link-primary {
  color: #00B3E3;
}
a.nom-link-primary:not(.disabled):hover {
  color: #00c7fc;
}
a.nom-link-cancel {
  color: #FF5A34;
}
a.nom-link-cancel:not(.disabled):hover {
  color: #ff6f4e;
}
a.disabled,
a[disabled] {
  cursor: not-allowed;
  color: #4ad9ff;
}
a.disabled:hover,
a[disabled]:hover {
  color: #4ad9ff;
  text-decoration: none;
}
a.nom-link-selected {
  color: #65666A;
  text-decoration: none;
  cursor: default;
}
.clickable {
  cursor: pointer;
}
.no-underline {
  text-decoration: none !important;
}
/*
Icon Link

Markup:
<a href="/">
  <i class="fa fa-gear fa-md"></i>
</a>

Styleguide links.icons
*/
a i[class^="fa-"],
a i[class^="nom-icon"] {
  text-decoration: none;
}
/*
Link with icon

Markup:
<a href="/">
  <i class="fa fa-eye"></i>
  Link text
</a>

Styleguide links.link-with-icon
*/
a i {
  vertical-align: text-bottom;
}
a i + span {
  margin-left: 7px;
}
/*
List

Knowns:
- rows have alternating colors
- padding around text
- width matches header width
- height changes with size of content
- has no disk/bullet icons

Markup:
<ul class='nom-list'>
  <li>Food.com</li>
  <li>List Content</li>
  <li>List Content</li>
  <li>List Content</li>
</ul>

Styleguide lists.nom-list
*/
.nom-list li,
.nom-list td {
  list-style: none;
  padding: 9px 15px;
  font-size: 1rem;
}
.nom-list li:nth-child(odd),
.nom-list tr:nth-child(odd) {
  background-color: #F9FAFA;
}
.nom-list li:nth-child(even),
.nom-list tr:nth-child(even) {
  background-color: #F3F5F5;
}
.nom-list li:hover,
.nom-list tr:hover {
  background-color: #DFE7EA;
}
.nom-list li.checked {
  background-color: #587B8A;
  color: white;
  border-bottom: 1px solid white;
}
.nom-list label {
  margin-bottom: 3px;
}
.nom-list a {
  margin-left: 7px;
  text-decoration: none;
}
/*
List with checkboxes

Knowns:
- has a checkbox on the left
- hover state includes a color change that affects the entire list item

Markup:
<ul class='nom-list'>
  <li><div class="nom-checkbox"><input type="checkbox" id='c1'/><label for='c1'><span>Hoverable/Checkable</span></label></div></li>
  <li><div class="nom-checkbox"><input type="checkbox" id='c2'/><label for='c2'><span>Hoverable/Checkable</span></label></div></li>
  <li class="checked"><div class="nom-checkbox"><input type="checkbox" id='c3' checked/><label for='c3'><span>Hoverable/Checkable</span></label></div></li>
  <li class="checked"><div class="nom-checkbox"><input type="checkbox" id='c4'checked/><label for='c4'><span>Hoverable/Checkable</span></label></div></li>
</ul>

Styleguide lists.with-checkboxes
*/
/*
Flash (alert)

Markup:
<div class="alert alert-success alert-dismissible" role="alert">
  <span class="close" data-dismiss="alert" aria-label="close">&times;</span>
  Success! You done it.
</div>
<div class="alert alert-danger alert-dismissible" role="alert">
  <span class="close" data-dismiss="alert" aria-label="close">&times;</span>
  Danger. We have just engaged the Borg.
</div>
<div class="alert alert-warning alert-dismissible" role="alert">
  <span class="close" data-dismiss="alert" aria-label="close">&times;</span>
  Warning. The Dilithium crystals have been replaced with Folger's crystals
</div>

Styleguide messaging.flash
*/
/*
Flash (alert) with a link inside

Markup:
<div class="alert alert-danger alert-dismissible" role="alert">
  <span class="close" data-dismiss="alert" aria-label="close">&times;</span>
  All your base are belong to us.
  <div class="link pull-right">
        <a href="example.com">Make your time</a>
        <i class="fa fa-angle-right vertically-centered"></i>
    </div>
</div>

Styleguide messaging.flash-2-with-link
*/
/*
Flash Service

To show flash messages throughout the app please use the `FlashService` (`common/services/flash`).

Markup:
<script>
  function example(FlashService){
      FlashService.success('Success! You done it.');
      FlashService.error('Danger. We have just engaged the Borg.');
      FlashService.warning('Warning. The Dilithium crystals have been replaced with Folger\'s crystals');
      FlashService.error('All your base are belong to us.', 'example.com', 'Make your time');
      // ... etc
  }
</script>

Styleguide messaging.flash-3-service
*/
.alert {
  color: white;
  margin: 0 0 15px;
  border-radius: 0;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: margin 0.5s ease;
}
.alert a {
  text-decoration: underline;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert a {
  color: white;
}
.alert.alert-danger {
  background-color: #FF5A34;
}
.alert.alert-danger .close {
  color: #E04320;
}
.alert.alert-danger .close:hover {
  color: #BE0600;
}
.global-message.unpinned .alert.alert-danger {
  opacity: 0.95;
  box-shadow: 0px 2px 8px rgba(190, 6, 0, 0.3);
}
.alert.alert-warning {
  background-color: #FFA409;
}
.alert.alert-warning .close {
  color: #E38E00;
}
.alert.alert-warning .close:hover {
  color: #BC6F15;
}
.global-message.unpinned .alert.alert-warning {
  opacity: 0.95;
  box-shadow: 0px 2px 8px rgba(188, 111, 21, 0.3);
}
.alert.alert-success {
  background-color: #00C4B3;
}
.alert.alert-success .close {
  color: #00A99A;
}
.alert.alert-success .close:hover {
  color: #008075;
}
.global-message.unpinned .alert.alert-success {
  opacity: 0.95;
  box-shadow: 0px 2px 8px rgba(0, 128, 117, 0.3);
}
.alert .close {
  top: 1px;
}
.global-message .alert {
  margin: 15px 0 0;
}
.global-message.unpinned {
  position: fixed;
  z-index: 130;
  width: 100%;
}
.global-message.unpinned .alert {
  margin-left: -15px;
  margin-right: -15px;
}
/*
Centered cell

Horizontally and vertically aligned element. The parent must have the cytoplasm class and the
child must have the nucleus class. Note that the colored borders are just to show the centering behavior.

Markup:
<div class="cytoplasm" style="width: 100%; height: 300px; border: 1px solid purple">
  I'm just on the outside.
  <div class="nucleus" style="border: 1px solid cyan">I'm smack dab in the middle.</div>
</div>

Styleguide spacing.centered-cell
*/
.cytoplasm {
  position: relative;
}
.nucleus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*
Margin

We standardized all margins on the site to be a certain size.

Styleguide spacing.margin
*/
/*
margin-*

Markup:
<span class="example dolphin-grey margin-small">margin-small</span>
<span class="example dolphin-grey margin-medium">margin-medium</span>
<span class="example dolphin-grey margin-large">margin-large</span>

Styleguide spacing.margin.all
*/
/*
margin-left-*

Markup:
<span class="example dolphin-grey margin-left-small">margin-left-small</span>
<span class="example dolphin-grey margin-left-medium">margin-left-medium</span>
<span class="example dolphin-grey margin-left-large">margin-left-large</span>

Styleguide spacing.margin.left
*/
/*
margin-right-*

Markup:
<span class="example dolphin-grey margin-right-small">margin-right-small</span>
<span class="example dolphin-grey margin-right-medium">margin-right-medium</span>
<span class="example dolphin-grey margin-right-large">margin-right-large</span>

Styleguide spacing.margin.right
*/
/*
margin-top-*

Markup:
<span class="example dolphin-grey margin-top-small">margin-top-small</span>
<span class="example dolphin-grey margin-top-medium">margin-top-medium</span>
<span class="example dolphin-grey margin-top-large">margin-top-large</span>

Styleguide spacing.margin.top
*/
/*
margin-bottom-*

Markup:
<span class="example dolphin-grey margin-bottom-small">margin-bottom-small</span>
<span class="example dolphin-grey margin-bottom-medium">margin-bottom-medium</span>
<span class="example dolphin-grey margin-bottom-large">margin-bottom-large</span>

Styleguide spacing.margin.bottom
*/
/*
margin-vertical-*

Markup:
<span class="example dolphin-grey margin-vertical-small">margin-vertical-small</span>
<span class="example dolphin-grey margin-vertical-medium">margin-vertical-medium</span>
<span class="example dolphin-grey margin-vertical-large">margin-vertical-large</span>

Styleguide spacing.margin.vertical
*/
/*
margin-horizontal-*

Markup:
<span class="example dolphin-grey margin-horizontal-small">margin-horizontal-small</span>
<span class="example dolphin-grey margin-horizontal-medium">margin-horizontal-medium</span>
<span class="example dolphin-grey margin-horizontal-large">margin-horizontal-large</span>

Styleguide spacing.margin.horizontal
*/
/*
no-margin-*

If margin is not wanted, you can either choose no-margin for all sides, or select a specific side like no-margin-left.

Styleguide spacing.margin.nomargin
*/
.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.margin-small {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.margin-medium {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.margin-large {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 45px;
  margin-right: 45px;
}
/*
Padding

We standardized all padding on the site to be a certain size so that we
aren't making minute tweaks to elements here and there.

Styleguide spacing.padding
*/
/*
padding-*

Markup:
<span class="example dolphin-grey padding-small">padding-small</span>
<span class="example dolphin-grey padding-medium">padding-medium</span>
<span class="example dolphin-grey padding-large">padding-large</span>

Styleguide spacing.padding.all
*/
/*
padding-left-*

Markup:
<span class="example dolphin-grey padding-left-small">padding-left-small</span>
<span class="example dolphin-grey padding-left-medium">padding-left-medium</span>
<span class="example dolphin-grey padding-left-large">padding-left-large</span>

Styleguide spacing.padding.left
*/
/*
padding-right-*

Markup:
<span class="example dolphin-grey padding-right-small">padding-right-small</span>
<span class="example dolphin-grey padding-right-medium">padding-right-medium</span>
<span class="example dolphin-grey padding-right-large">padding-right-large</span>

Styleguide spacing.padding.right
*/
/*
padding-top-*

Markup:
<span class="example dolphin-grey padding-top-small">padding-top-small</span>
<span class="example dolphin-grey padding-top-medium">padding-top-medium</span>
<span class="example dolphin-grey padding-top-large">padding-top-large</span>

Styleguide spacing.padding.top
*/
/*
padding-bottom-*

Markup:
<span class="example dolphin-grey padding-bottom-small">padding-bottom-small</span>
<span class="example dolphin-grey padding-bottom-medium">padding-bottom-medium</span>
<span class="example dolphin-grey padding-bottom-large">padding-bottom-large</span>

Styleguide spacing.padding.bottom
*/
/*
padding-vertical-*

Markup:
<span class="example dolphin-grey padding-vertical-small">padding-vertical-small</span>
<span class="example dolphin-grey padding-vertical-medium">padding-vertical-medium</span>
<span class="example dolphin-grey padding-vertical-large">padding-vertical-large</span>

Styleguide spacing.padding.vertical
*/
/*
padding-horizontal-*

Markup:
<span class="example dolphin-grey padding-horizontal-small">padding-horizontal-small</span>
<span class="example dolphin-grey padding-horizontal-medium">padding-horizontal-medium</span>
<span class="example dolphin-grey padding-horizontal-large">padding-horizontal-large</span>

Styleguide spacing.padding.horizontal
*/
/*
no-padding-*

If padding is not wanted, you can either choose no-padding for all sides, or select a specific side like no-padding-left.

Styleguide spacing.padding.nopadding
*/
.no-padding-horizontal {
  padding-left: 0px;
  padding-right: 0px;
}
.no-margin-horizontal {
  margin-left: 0px;
  margin-right: 0px;
}
.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}
.no-margin-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
}
.no-padding-bottom {
  padding-bottom: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-padding-top {
  padding-top: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-margin-right {
  margin-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-margin-left {
  margin-left: 0px;
}
.padding-left-extra-large {
  padding-left: 60px;
}
.margin-left-extra-large {
  margin-left: 60px;
}
.padding-left-large {
  padding-left: 45px;
}
.margin-left-large {
  margin-left: 45px;
}
.padding-left-medium {
  padding-left: 30px;
}
.margin-left-medium {
  margin-left: 30px;
}
.padding-left-small {
  padding-left: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.padding-right-extra-large {
  padding-right: 60px;
}
.margin-right-extra-large {
  margin-right: 60px;
}
.padding-right-large {
  padding-right: 45px;
}
.margin-right-large {
  margin-right: 45px;
}
.padding-right-medium {
  padding-right: 30px;
}
.margin-right-medium {
  margin-right: 30px;
}
.padding-right-small {
  padding-right: 15px;
}
.margin-right-small {
  margin-right: 15px;
}
.padding-top-extra-large {
  padding-top: 60px;
}
.margin-top-extra-large {
  margin-top: 60px;
}
.padding-top-large {
  padding-top: 45px;
}
.margin-top-large {
  margin-top: 45px;
}
.padding-top-medium {
  padding-top: 30px;
}
.margin-top-medium {
  margin-top: 30px;
}
.padding-top-small {
  padding-top: 15px;
}
.margin-top-small {
  margin-top: 15px;
}
.padding-bottom-extra-large {
  padding-bottom: 60px;
}
.margin-bottom-extra-large {
  margin-bottom: 60px;
}
.padding-bottom-large {
  padding-bottom: 45px;
}
.margin-bottom-large {
  margin-bottom: 45px;
}
.padding-bottom-medium {
  padding-bottom: 30px;
}
.margin-bottom-medium {
  margin-bottom: 30px;
}
.padding-bottom-small {
  padding-bottom: 15px;
}
.margin-bottom-small {
  margin-bottom: 15px;
}
.padding-vertical-extra-large {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-vertical-extra-large {
  margin-top: 60px;
  margin-bottom: 60px;
}
.padding-vertical-large {
  padding-top: 45px;
  padding-bottom: 45px;
}
.margin-vertical-large {
  margin-top: 45px;
  margin-bottom: 45px;
}
.padding-vertical-medium {
  padding-top: 30px;
  padding-bottom: 30px;
}
.margin-vertical-medium {
  margin-top: 30px;
  margin-bottom: 30px;
}
.padding-vertical-small {
  padding-top: 15px;
  padding-bottom: 15px;
}
.margin-vertical-small {
  margin-top: 15px;
  margin-bottom: 15px;
}
.padding-horizontal-extra-large {
  padding-left: 60px;
  padding-right: 60px;
}
.margin-horizontal-extra-large {
  margin-left: 60px;
  margin-right: 60px;
}
.padding-horizontal-large {
  padding-left: 45px;
  padding-right: 45px;
}
.margin-horizontal-large {
  margin-left: 45px;
  margin-right: 45px;
}
.padding-horizontal-medium {
  padding-left: 30px;
  padding-right: 30px;
}
.margin-horizontal-medium {
  margin-left: 30px;
  margin-right: 30px;
}
.padding-horizontal-small {
  padding-left: 15px;
  padding-right: 15px;
}
.margin-horizontal-small {
  margin-left: 15px;
  margin-right: 15px;
}
.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.padding-small {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.padding-medium {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.padding-large {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
/*
Interstitial Spinner

A full-page spinner intended to be used for infrequent loading events.

Markup:
<div class="spinner-container">
  <div class="spinner-backdrop"></div>
  <div class="spinner">
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="bloop"></div>
    <div class="spinner-msg">Loading</div>
  </div>
</div>

<button class="nom-btn-primary" id="example-button-show-interstitial-spinner-demo">Click to view the demo</button>
*(Refresh the page to hide)*

<script src="data:application/javascript,(function(){
    window.addEventListener('load',function(){
      document.querySelector('.spinner').parentElement.style.setProperty('display','none');
    });
    document.querySelector('#example-button-show-interstitial-spinner-demo').onclick=function(){
      document.querySelector('.spinner').parentElement.style.setProperty('display','');
    };
  }());"></script>

Styleguide spinners.interstitial
*/
.content {
  position: relative;
}
.spinner-container .spinner-msg {
  text-transform: uppercase;
  letter-spacing: 12px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-left: 10px;
  color: #65666a;
  opacity: 0.9;
}
.spinner-container .bloop {
  width: 6px;
  height: 15px;
  background-color: #00b3e3;
  float: left;
  margin-left: 10px;
  content: "";
  opacity: 0;
  -webkit-animation: 0.8s linear infinite RISE;
  -moz-animation: 0.8s linear infinite RISE;
  animation: 0.8s linear infinite RISE;
}
.spinner-container .bloop:nth-child(3) {
  margin-left: 30px;
}
.spinner-container .bloop:nth-child(6),
.spinner-container .bloop:nth-child(7),
.spinner-container .bloop:nth-child(9),
.spinner-container .bloop:nth-child(11) {
  margin-left: 5px;
}
.spinner-container .bloop:nth-child(2),
.spinner-container .bloop:nth-child(8),
.spinner-container .bloop:nth-child(10) {
  margin-left: 15px;
}
.spinner-container .bloop:nth-child(6),
.spinner-container .bloop:nth-child(9),
.spinner-container .bloop:nth-child(10) {
  position: relative;
  bottom: 15px;
}
.spinner-container .bloop:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.spinner-container .bloop:nth-child(13) {
  -webkit-animation-delay: 1.95s;
  -moz-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.spinner-container .bloop:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.spinner-container .bloop:nth-child(11) {
  -webkit-animation-delay: 1.65s;
  -moz-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.spinner-container .bloop:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.spinner-container .bloop:nth-child(9) {
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.spinner-container .bloop:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.spinner-container .bloop:nth-child(7) {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.spinner-container .bloop:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.spinner-container .bloop:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.spinner-container .bloop:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.spinner-container .bloop:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.spinner-container .bloop:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.spinner-container .bloop:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.spinner-container .spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 249.6px;
  height: 75px;
  padding: 40px 20px 0px 20px;
  z-index: 1101;
}
.spinner-container .spinner-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  opacity: 0.85;
  z-index: 1100;
}
.spinner-container.local {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
}
.spinner-container.local .spinner {
  position: relative;
  top: calc(50% - 50px);
}
.spinner-container.local .spinner-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 100px;
}
@-webkit-keyframes RISE {
  0% {
    opacity: 0;
    transform: translateY(700%);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-600%);
  }
}
@-moz-keyframes RISE {
  0% {
    opacity: 0;
    transform: translateY(700%);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-600%);
  }
}
@keyframes RISE {
  0% {
    opacity: 0;
    transform: translateY(700%);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-600%);
  }
}
/*
Local Spinner

An injectable spinner for cards, modals, etc.
Inject `Spinner` from `'common/services/spinner'`
Be warned that spinner element has `position: absolute` so make target container `position: relative`

Markup:
<script>
var spinner = new Spinner();
this.spinner = spinner.injectLocal(this.$el);
//...
//To show spinner:
this.spinner.show();
//To hide:
this.spinner.hide();
</script>

Styleguide spinners.partial
*/
/*
Inline Spinner

An inline spinner that can be put inside buttons to indicate loading state.

Markup:
<span>
  <div class="nom-loader {{modifier_class}}">
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
  </div>
  Loading...
</span>

.nom-loader-primary     - Primary style
.nom-loader-secondary   - Secondary style
.nom-loader-warning     - Warning style
.nom-loader-danger      - Danger style

Styleguide spinners.inline
*/
.nom-loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 32px;
  margin-top: -5px;
}
.nom-block-sunrise {
  bottom: 5px;
  opacity: 0;
  display: block;
  position: absolute;
  width: 3px;
  height: 7px;
  background: white;
  animation-name: sunrise;
  animation-duration: 0.42s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.nom-block-sunrise:nth-child(1) {
  left: 0px;
  animation-delay: 0s;
}
.nom-block-sunrise:nth-child(2) {
  left: 6px;
  animation-delay: 0.13s;
}
.nom-block-sunrise:nth-child(3) {
  left: 12px;
  animation-delay: 0s;
}
.nom-block-sunrise:nth-child(4) {
  left: 18px;
  animation-delay: 0.36s;
}
.nom-block-sunrise:nth-child(5) {
  left: 24px;
  animation-delay: 0.23s;
}
.nom-block-sunrise:nth-child(6) {
  left: 30px;
  animation-delay: 0.35s;
}
@keyframes sunrise {
  0% {
    bottom: 5px;
    opacity: 0;
  }
  40% {
    bottom: 11px;
    opacity: 1;
  }
  60% {
    bottom: 18px;
    opacity: 1;
  }
  100% {
    bottom: 24px;
    opacity: 0;
  }
}
.nom-loader-primary .nom-block-sunrise {
  background: #00B3E3;
}
.nom-loader-secondary .nom-block-sunrise {
  background: #6790A2;
}
.nom-loader-warning .nom-block-sunrise {
  background: #FFA409;
}
.nom-loader-danger .nom-block-sunrise {
  background: #FF5A34;
}
/*
With buttons

Put `.nom-loader` inside a `<button class="nom-btn-*">` or an `<a class="nom-btn-*">` (replace `*` with a particular class below).

Please ignore default styling.

Markup:
<button class="nom-btn-{{modifier_class}}">
  <div class="nom-loader">
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
      <b class="nom-block-sunrise"></b>
  </div>
  Loading...
</button>

primary               - with `.nom-btn-primary`
secondary             - with `.nom-btn-secondary`
danger                - with `.nom-btn-danger`
subdued               - with `.nom-btn-subdued`
minimal               - with `.nom-btn-minimal`
corner                - with `.nom-btn-corner`
corner-danger         - with `.nom-btn-corner-danger`

Styleguide spinners.inline-buttons
*/
.nom-btn-primary .nom-loader .nom-block-sunrise {
  background: white;
}
.nom-btn-secondary .nom-loader .nom-block-sunrise {
  background: white;
}
.nom-btn-warning .nom-loader .nom-block-sunrise {
  background: white;
}
.nom-btn-danger .nom-loader .nom-block-sunrise {
  background: white;
}
.nom-btn-subdued .nom-loader .nom-block-sunrise {
  background: #65666A;
}
.nom-btn-minimal .nom-loader .nom-block-sunrise {
  background: white;
}
.nom-btn-corner .nom-loader .nom-block-sunrise {
  background: #00B3E3;
}
.nom-btn-corner:hover .nom-loader .nom-block-sunrise {
  background: white;
}
.nom-btn-corner-danger .nom-loader .nom-block-sunrise {
  background: #FF5A34;
}
.nom-btn-corner-danger:hover .nom-loader .nom-block-sunrise {
  background: white;
}
.card-loader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.85;
  z-index: 1100;
  display: none;
}
.card-loader .nom-loader {
  top: calc(50% - 13px);
}
/*
Intro

For each table we use special view `dataTableView` (common/views/datatableView).
And it is necessary to extend table collection with pagination mixin ('common/collections/clientsidePaginatedCollectionMixin').

When you create a table, you have several options to customize it:
<ul>
  <li>
    <p>el: <span class='nom-description'>Required. DOM Object to which this table will be appended</span><p>
  </li>
  <li>
    <p>template: <span class='nom-description'>Template for `<table>` (not for top/bottom toolbars)</span></p>
  </li>
  <li>
    <p>topToolbarTemplate: <span class='nom-description'>Not required parameter. Template for top table toolbar. By default it contains search box for filtering table collection. If it is necessary you can add you own template, for example, if you want add buttons.</span></p>
  </li>
  <li>
    <p>bottomToolbartemplate: <span class='nom-description'>Not required parameter. By default bottom toolbar has `<select>` for 'entries per page' and pagination. But if you want something unusual, you are welcome, override it.</span></p>
  </li>
  <li>
    <p>collection: <span class='nom-description'>Required. It is the basis of the entire table. Backbone.Collection (don't forget about pagination mixin!)</span><p>
  </li>
  <li>
    <p>showDownloadCsv: <span class='nom-description'>Not required. By default: true. This parameter defines to show or not to show dropdown with table save options</span><p>
  </li>
  <li>
    <p>clientSidePagination: <span class='nom-description'>Not required. By default: false.</span><p>
  </li>
</ul>

Styleguide tables.intro
*/
/*
Empty table

Markup: table-empty.hbs

Styleguide tables.table-empty
*/
/*
Table with single row

Markup: table-single-row.hbs

Styleguide tables.table-single-row
*/
.table-wrapper {
  margin-bottom: 15px;
  overflow-x: auto;
}
.table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.table-wrapper::-webkit-scrollbar:horizontal {
  height: 12px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-color: #AAAFB1;
  background-clip: content-box;
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: white;
  border: 1px solid #DFE7EA;
  border-top: none;
}
.table-wrapper.unbordered-table table,
.table-wrapper.unbordered-table th,
.table-wrapper.unbordered-table td {
  border: none;
}
.table-wrapper.unbordered-table th,
.table-wrapper.unbordered-table td {
  padding: 10px 5px;
  min-width: auto;
}
.table-wrapper.unbordered-table th:first-child,
.table-wrapper.unbordered-table td:first-child {
  padding-left: 0;
}
.table-wrapper.unbordered-table table thead,
.table-wrapper.unbordered-table tbody tr {
  background-color: white;
}
.fixed-col {
  width: 25%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.fixed-col table,
.fixed-col th,
.fixed-col td {
  border-right: 0;
}
.fixed-col td {
  max-width: 150px;
}
.fixed-col .table-wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .fixed-col .table-wrapper {
    box-shadow: 8px 0px 8px -4px rgba(0, 0, 0, 0.1);
  }
}
.fixed-col .table-wrapper.col-shadow {
  box-shadow: 8px 0px 8px -4px rgba(0, 0, 0, 0.1);
}
.fixed-col + .table-wrapper {
  width: 75%;
  display: inline-block;
  margin: 0;
}
table,
th,
td {
  border: 1px solid #DFE7EA;
}
table.slim th,
table.slim td {
  min-width: 0;
}
th,
td {
  padding: 11px 15px 10px 16px;
  line-height: 18px;
  min-width: 150px;
}
th.slim,
td.slim {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  white-space: nowrap;
  min-width: 0;
  width: 1%;
}
th.ellipsis,
td.ellipsis {
  max-width: 0;
}
th.small-cell,
td.small-cell {
  min-width: auto;
  max-width: 0;
}
table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}
table thead {
  background-color: #F3F5F5;
}
table tbody tr:nth-child(2n) {
  background-color: #F3F5F5;
}
table tbody tr:nth-child(2n+1) {
  background-color: #F9FAFA;
}
table .table-message {
  text-align: center;
  height: 80px;
  background-color: white;
}
table:not(.no-hover) tbody tr:hover {
  background-color: #DFE7EA;
}
/*
Sorted table

Markup: table-sort.hbs

Styleguide tables.table-sort
*/
/*
Mixed type of data

Use class `slim` for thin columns. F.e.: checkboxes column, actions column.
For aligning of the numbers in the table: Just add class `text-right` to the appropriate `<td>` and `<th>`.

Markup: table-mix.hbs

Styleguide tables.table-mix
*/
table th {
  padding: 11px 15px 10px 16px;
  white-space: nowrap;
}
table th[data-sortField] {
  padding-right: 30px;
}
table th[data-sortField]:hover {
  cursor: pointer;
}
table th[data-sortField]:not(.sorting_asc):not(.sorting_desc):hover {
  background-color: rgba(0, 179, 227, 0.02);
}
table th.sorting_asc,
table th.sorting_desc {
  background-color: #00B3E3;
  color: white;
  position: relative;
  overflow: hidden;
}
table th.sorting_asc.text-right,
table th.sorting_desc.text-right {
  padding-right: 35px;
}
table th.sorting_asc::after {
  position: absolute;
  color: white;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-family: FontAwesome;
  top: 15px;
  content: '\f0de';
}
table th.sorting_desc::after {
  position: absolute;
  color: white;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-family: FontAwesome;
  top: 10px;
  content: '\f0dd';
}
table tr:nth-child(2n) td.sortable {
  background-color: #ebefef;
}
table tr:nth-child(2n):hover td.sortable {
  background-color: #DFE7EA;
}
table tr:nth-child(2n+1) td.sortable {
  background-color: #f1f4f4;
}
table tr:nth-child(2n+1):hover td.sortable {
  background-color: #DFE7EA;
}
table tbody td {
  border-top: 0;
  border-bottom: 0;
}
.table-actions i {
  vertical-align: middle;
}
.table-actions i:not(.disabled):not(:hover) {
  color: #65666A;
}
.table-actions i + i {
  margin-left: 20px;
}
.table-actions a + a {
  margin-left: 20px;
}
.table-actions .close {
  float: none;
}
.table-actions .close.danger:hover {
  color: #FF5A34;
  opacity: 1;
}
a.table-actions .close.danger:hover:hover,
a.table-actions .close.danger:hover:focus {
  color: #ff3101;
}
.table-actions a,
.table-actions a:focus,
.table-actions a:hover {
  text-decoration: none;
}
/*
Table toolbars

Please, find information about toolbars above (section: Intro, `topToolbarTemplate` option).

Markup: table-toolbars.hbs

Styleguide tables.table-toolbars
*/
.table-toolbar .search-box .form-group {
  padding: 0;
}
.scrollable-table-container {
  margin-bottom: 15px;
  border: 1px solid #DFE7EA;
  position: relative;
}
.scrollable-table-container .content {
  overflow-y: scroll;
  max-height: 200px;
}
.scrollable-table-container .shadow {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}
.scrollable-table-container .shadow.active {
  box-shadow: inset 0 -30px 30px -30px #e3e3e3;
}
.scrollable-table-container table {
  margin-bottom: 0 !important;
  border: 0;
}
.display-table {
  display: table;
}
.display-table > * {
  display: table-row;
}
.display-table > * > * {
  display: table-cell;
}
/*
Pagination

Inject `'common/views/paginationView'`</br>
And use like:
<pre>
this.pagination = new Pagination({
    el: this.$.find('.table-pagination'),
    onPageChoose: this.changePage.bind(this),
    options: {
      currentPage: 1,
      itemsCount: this.list.length,
      itemsPerPage: 10
    }
});
this.pagination.render();
</pre>

You have to specify:</br>
`onPageChoose`: callback fired when selected page is changed</br>
`options`:</br>
`currentPage`: used for setting initial page</br>
`itemsCount`: total count of table elements</br>
`itemsPerPage`: max items count shown on page</br>

Styleguide tables.pagination
*/
.dataTables_paginate.pagination {
  margin: 0;
}
.dataTables_paginate.pagination ul {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
}
.dataTables_paginate.pagination ul > li {
  display: inline;
}
.dataTables_paginate.pagination ul > li > a {
  text-align: center;
  text-decoration: none;
  color: #00B3E3;
  float: left;
  background-color: #fff;
  border: 1px solid #DFE7EA;
  border-left-width: 0;
  width: auto;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.dataTables_paginate.pagination ul > li > a:hover,
.dataTables_paginate.pagination ul > li > a:focus {
  background-color: #00B3E3;
  color: white;
}
.dataTables_paginate.pagination ul > li.active > a {
  background-color: #00B3E3;
  color: white;
}
.dataTables_paginate.pagination ul > li a.current {
  background-color: #00B3E3;
  color: white;
}
.dataTables_paginate.pagination ul > li.disabled > a,
.dataTables_paginate.pagination ul > li.disabled > a:hover,
.dataTables_paginate.pagination ul > li.disabled > a:focus {
  background-color: white;
  color: rgba(0, 179, 227, 0.33);
  cursor: default;
}
.dataTables_paginate.pagination ul > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left-width: 1px;
}
.dataTables_paginate.pagination ul > li:last-child > a {
  border-radius: 0 3px 3px 0;
}
.dataTables_paginate.pagination ul > li:last-child > a i {
  margin-right: 0;
}
.dataTables_paginate.pagination {
  margin: 5px 5px 0 0;
}
.dataTables_paginate.pagination a.paginate_button {
  display: inline-block;
  margin: 0 -1px 0 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #00B3E3;
  float: left;
  background-color: #fff;
  border: 1px solid #DFE7EA;
  width: auto;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
}
.dataTables_paginate.pagination a.paginate_button:hover,
.dataTables_paginate.pagination a.paginate_button:focus {
  background-color: #00B3E3;
  color: white;
}
.dataTables_paginate.pagination a.paginate_button.active {
  background-color: #00B3E3;
  color: white;
}
.dataTables_paginate.pagination a.paginate_button.current {
  background-color: #00B3E3;
  color: white;
}
.dataTables_paginate.pagination a.paginate_button.disabled {
  background-color: white;
  color: rgba(0, 179, 227, 0.33);
  cursor: default;
}
.dataTables_paginate.pagination a.paginate_button:first-child {
  border-radius: 3px 0 0 3px;
  border-left-width: 1px;
}
.dataTables_paginate.pagination a.paginate_button:last-child {
  border-radius: 0 3px 3px 0;
}
.dataTables_paginate.pagination a.paginate_button:last-child i {
  margin-right: 0;
}
.pagination-label {
  color: #65666A;
  padding: 0;
  margin: 0;
}
.table {
  display: table;
  width: 100%;
}
.table .tcell {
  display: table-cell;
  vertical-align: middle;
}
.table .tcell.by-content {
  width: 1%;
}
.table .trow {
  display: table-row;
}
/*
Table with "reload" in row

Markup: table-with-error.hbs

Styleguide tables.table-with-error
*/
.reload i {
  vertical-align: inherit;
}
/*
Medium Tab Panel (with 3 tabs)

Use the nom-tab-3 class to make 3 tabs that evenly divide the header's width

Bootstrap javascript is required to make the tabs work. See http://getbootstrap.com/javascript/#tabs

Markup: tabs-medium.hbs

Styleguide tabs.tab-panel.medium
*/
/*
Large Tab Panel (with 4 tabs)

Use the nom-tab-4 class to make 4 tabs that evenly divide the header's width

Bootstrap javascript is required to make the tabs work. See http://getbootstrap.com/javascript/#tabs

Markup: tabs-large.hbs

Styleguide tabs.tab-panel.large
*/
/*
Responsive Tab Panel (with 3 tabs)

Use the 'nom-tabs-responsive' class to make tabs responsive.
Description:
On small devices (<992 px) tabs will be rendered as medium tab panel.
On large devices (>=992 px) tabs will be rendered as large tab panel.

Markup: tabs-responsive.hbs

Styleguide: tabs.tab-panel.responsive
*/
.nom-tabs-standard {
  margin: 0;
  padding: 0;
}
.nom-tabs-standard:before,
.nom-tabs-standard:after {
  content: " ";
  display: table;
}
.nom-tabs-standard:after {
  clear: both;
}
.nom-tabs-standard:before,
.nom-tabs-standard:after {
  content: " ";
  display: table;
}
.nom-tabs-standard:after {
  clear: both;
}
.nom-tabs-standard li a {
  color: #65666A;
  display: block;
  text-align: center;
  text-decoration: none;
}
.nom-tabs-standard li:not(.active) a {
  background-color: #DFE7EA;
  cursor: pointer;
}
.nom-tabs-standard li:not(.active) a:hover {
  background-color: #B3CAD4;
}
.nom-tabs-standard li.active a {
  color: white;
  background-color: #00B3E3;
}
.nom-tabs-standard li {
  list-style-type: none;
  display: block;
  float: left;
  padding-right: 2px;
}
.nom-tabs-standard li:last-child {
  padding-right: 0;
}
.nom-tabs-medium {
  margin: 0;
  padding: 0;
}
.nom-tabs-medium:before,
.nom-tabs-medium:after {
  content: " ";
  display: table;
}
.nom-tabs-medium:after {
  clear: both;
}
.nom-tabs-medium:before,
.nom-tabs-medium:after {
  content: " ";
  display: table;
}
.nom-tabs-medium:after {
  clear: both;
}
.nom-tabs-medium li a {
  color: #65666A;
  display: block;
  text-align: center;
  text-decoration: none;
}
.nom-tabs-medium li:not(.active) a {
  background-color: #DFE7EA;
  cursor: pointer;
}
.nom-tabs-medium li:not(.active) a:hover {
  background-color: #B3CAD4;
}
.nom-tabs-medium li.active a {
  color: white;
  background-color: #00B3E3;
}
.nom-tabs-medium li {
  list-style-type: none;
  display: block;
  float: left;
  padding-right: 2px;
}
.nom-tabs-medium li:last-child {
  padding-right: 0;
}
.nom-tabs-medium a {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.038em;
  padding: 9px 0 10px;
}
.nom-tabs-large {
  margin: 0;
  padding: 0;
}
.nom-tabs-large:before,
.nom-tabs-large:after {
  content: " ";
  display: table;
}
.nom-tabs-large:after {
  clear: both;
}
.nom-tabs-large:before,
.nom-tabs-large:after {
  content: " ";
  display: table;
}
.nom-tabs-large:after {
  clear: both;
}
.nom-tabs-large li a {
  color: #65666A;
  display: block;
  text-align: center;
  text-decoration: none;
}
.nom-tabs-large li:not(.active) a {
  background-color: #DFE7EA;
  cursor: pointer;
}
.nom-tabs-large li:not(.active) a:hover {
  background-color: #B3CAD4;
}
.nom-tabs-large li.active a {
  color: white;
  background-color: #00B3E3;
}
.nom-tabs-large li {
  list-style-type: none;
  display: block;
  float: left;
  padding-right: 2px;
}
.nom-tabs-large li:last-child {
  padding-right: 0;
}
.nom-tabs-large a {
  text-transform: uppercase;
  font-size: 1.53rem;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.025em;
  padding: 17px 10px 16px;
}
@media (max-width: 991px) {
  .nom-tabs-responsive {
    margin: 0;
    padding: 0;
  }
  .nom-tabs-responsive:before,
  .nom-tabs-responsive:after {
    content: " ";
    display: table;
  }
  .nom-tabs-responsive:after {
    clear: both;
  }
  .nom-tabs-responsive:before,
  .nom-tabs-responsive:after {
    content: " ";
    display: table;
  }
  .nom-tabs-responsive:after {
    clear: both;
  }
  .nom-tabs-responsive li a {
    color: #65666A;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .nom-tabs-responsive li:not(.active) a {
    background-color: #DFE7EA;
    cursor: pointer;
  }
  .nom-tabs-responsive li:not(.active) a:hover {
    background-color: #B3CAD4;
  }
  .nom-tabs-responsive li.active a {
    color: white;
    background-color: #00B3E3;
  }
  .nom-tabs-responsive li {
    list-style-type: none;
    display: block;
    float: left;
    padding-right: 2px;
  }
  .nom-tabs-responsive li:last-child {
    padding-right: 0;
  }
  .nom-tabs-responsive a {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.038em;
    padding: 9px 0 10px;
  }
}
@media (min-width: 992px) {
  .nom-tabs-responsive {
    margin: 0;
    padding: 0;
  }
  .nom-tabs-responsive:before,
  .nom-tabs-responsive:after {
    content: " ";
    display: table;
  }
  .nom-tabs-responsive:after {
    clear: both;
  }
  .nom-tabs-responsive:before,
  .nom-tabs-responsive:after {
    content: " ";
    display: table;
  }
  .nom-tabs-responsive:after {
    clear: both;
  }
  .nom-tabs-responsive li a {
    color: #65666A;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .nom-tabs-responsive li:not(.active) a {
    background-color: #DFE7EA;
    cursor: pointer;
  }
  .nom-tabs-responsive li:not(.active) a:hover {
    background-color: #B3CAD4;
  }
  .nom-tabs-responsive li.active a {
    color: white;
    background-color: #00B3E3;
  }
  .nom-tabs-responsive li {
    list-style-type: none;
    display: block;
    float: left;
    padding-right: 2px;
  }
  .nom-tabs-responsive li:last-child {
    padding-right: 0;
  }
  .nom-tabs-responsive a {
    text-transform: uppercase;
    font-size: 1.53rem;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.025em;
    padding: 17px 10px 16px;
  }
}
.nom-tab-1 li {
  width: calc(100% / 1);
}
.nom-tab-1 li:last-child {
  width: 100%;
}
.nom-tab-2 li {
  width: calc(100% / 2);
}
.nom-tab-2 li:last-child {
  width: 50%;
}
.nom-tab-3 li {
  width: calc(100% / 3);
}
.nom-tab-3 li:last-child {
  width: 33.33333333%;
}
.nom-tab-4 li {
  width: calc(100% / 4);
}
.nom-tab-4 li:last-child {
  width: 25%;
}
.nom-tab-5 li {
  width: calc(100% / 5);
}
.nom-tab-5 li:last-child {
  width: 20%;
}
.nom-tab-6 li {
  width: calc(100% / 6);
}
.nom-tab-6 li:last-child {
  width: 16.66666667%;
}
.nom-tab-content .nom-tab-pane {
  border: 1px solid #F3F5F5;
}
.nom-tab-pane {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  background: white;
}
.nom-tab-pane.active {
  display: block;
}
/*
Usage

In most cases to display the tooltip you just need to add it to the markup. But sometimes it is not enough and then you should add
`$('*[rel="tooltip"]').tooltip();` to your script.

Styleguide tooltips.1-usage
*/
/*
Tooltip with offset

Hover on icon to see tooltip.

Markup:
<div class="text-center margin-small">
    <i class="fa fa-question-circle {{modifier_class}}"
       id="priority-tooltip"
       rel="tooltip"
       data-original-title="Not to be confused with an elf">
    </i>
</div>

.tooltip-offset-left        - left offset for tooltip
.tooltip-offset-right       - right offset for tooltip

Styleguide tooltips.2-alignment
*/
/*
Tooltip Placement

Hover on icons to see tooltips.

Markup:
<div class="text-center">
    <i class="fa fa-question-circle"
       id="priority-tooltip"
       rel="tooltip"
       data-original-title="Determines the relative priority of campaigns. Overwriting this may suppress other messages and is not recommended."
       data-placement="top">
    </i>
</div>
<div>
    <div class="text-center" style="width: 50%; display: inline-block;">
        <i class="fa fa-question-circle"
            id="priority-tooltip"
            rel="tooltip"
            data-original-title="Determines the relative priority of campaigns. Overwriting this may suppress other messages and is not recommended."
            data-placement="left">
        </i>
    </div><!--
    --><div class="text-center" style="width: 50%; display: inline-block;">
        <i class="fa fa-question-circle"
            id="priority-tooltip"
            rel="tooltip"
            data-original-title="Determines the relative priority of campaigns. Overwriting this may suppress other messages and is not recommended."
            data-placement="right">
        </i>
    </div>
</div>
<div class="text-center">
    <i class="fa fa-question-circle"
       id="priority-tooltip"
       rel="tooltip"
       data-original-title="Determines the relative priority of campaigns. Overwriting this may suppress other messages and is not recommended."
       data-placement="bottom">
    </i>
</div>

Styleguide tooltips.3-placement
*/
i[rel="tooltip"] {
  line-height: 0;
}
.tooltipClass {
  font-weight: 300;
  font-size: 0.84rem;
  line-height: 15px;
  white-space: normal;
}
.tooltip {
  font-weight: 300;
  font-size: 0.84rem;
  line-height: 15px;
  white-space: normal;
}
.tooltip-arrow {
  z-index: 1;
}
.tooltip.top {
  margin-top: -14px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: white;
}
i.tooltip-offset-left + .tooltip.top .tooltip-inner {
  position: relative;
  left: 20%;
}
i.tooltip-offset-right + .tooltip.top .tooltip-inner {
  position: relative;
  right: 20%;
}
.tooltip.left .tooltip-arrow {
  border-left-color: white;
}
.tooltip.right .tooltip-arrow {
  border-right-color: white;
}
.tooltip.bottom {
  margin-top: 11px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: white;
}
.tooltip.in {
  opacity: 0.97;
}
.tooltip-inner {
  text-align: left;
  background-color: white;
  color: #434348;
  padding: 7px 8px 8px;
  max-width: 216px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.popover-tooltip.top {
  margin-top: -20px;
}
.popover-tooltip.right {
  margin-left: 20px;
}
.popover-tooltip.bottom {
  margin-top: 20px;
}
.popover-tooltip.left {
  margin-left: -20px;
}
.popover-tooltip-title {
  background-color: white;
  border-bottom: 0;
}
.uploader {
  font-weight: 300;
}
.uploader .uploader__header {
  height: 36px;
  margin-bottom: 5px;
}
.uploader .uploader__label {
  float: left;
  font-weight: 300;
  width: 115px;
}
.uploader .dropzone {
  position: relative;
  border: 2px dashed #C5CACC;
  border-radius: 4px;
  background-color: #F9FAFA;
  margin-bottom: 5px;
  min-height: 118px;
  box-sizing: border-box;
}
.uploader .dropzone:hover {
  border-color: #00C4B3;
}
.uploader .dropzone:hover .dz-message {
  color: #00A99A;
}
.uploader .dropzone:hover .bold-hover--off {
  font-weight: 300;
}
.uploader .dropzone:hover .bold-hover--on {
  font-weight: 500;
}
.uploader .dropzone.transparent {
  background-color: transparent;
  border-width: 0;
  min-height: unset;
}
.uploader .dropzone.transparent .uploader__message {
  display: none;
}
.uploader .bold-hover--off {
  font-weight: 500;
}
.uploader .uploader__dropzone-title {
  float: right;
  display: inline-block;
  width: calc(100% - 120px);
  padding-left: 10px;
  font-style: italic;
  color: #AAAFB1;
}
.uploader .uploader__list-item {
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #65666A;
  background-color: #F3F5F5;
  border-radius: 3px;
  margin-bottom: 5px;
}
.uploader .uploader__list-item.failed {
  color: #FF5A34;
  border: 1px solid #FF5A34;
  background-color: white;
}
.uploader .uploader__list-item.failed .progress-value,
.uploader .uploader__list-item.failed .progress-bar,
.uploader .uploader__list-item.failed .uploaded {
  display: none;
}
.uploader .uploader__list-item.uploaded {
  animation: anima-uploaded 2s cubic-bezier(0, 1, 0, 1);
  animation-fill-mode: backwards;
}
.uploader .uploader__bottom-comment {
  font-size: 0.84rem;
  line-height: 15px;
  margin-top: 5px;
}
.uploader .uploader__bottom-comment.error {
  color: #FF5A34;
}
.uploader.single-file:not(.filled) .dropzone {
  display: none;
}
.uploader .dz-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #65666A;
  font-size: 1.38rem;
}
.uploader .dz-image {
  display: block;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  width: 100%;
  background-color: #F3F5F5;
  font-style: italic;
  color: #AAAFB1;
  border-radius: 3px;
  margin-bottom: 5px;
}
.uploader .icon-remove-item {
  float: right;
  display: inline-block;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  font-family: Arial;
  font-size: 1.84rem;
  color: #C0C6C7;
  cursor: pointer;
}
.uploader .icon-remove-item:hover {
  color: #FF5A34;
}
.uploader .item-name {
  margin-left: 10px;
}
.uploader .progress-bar {
  position: absolute;
  bottom: 0;
  max-height: 3px;
  background-color: #00C4B3;
  border-top: 1px solid #00C4B3;
  border-bottom: 1px solid #00C4B3;
}
.uploader .progress-value {
  float: right;
  margin-right: 10px;
  color: #00C4B3;
  visibility: hidden;
}
.uploader .uploading-show,
.uploader .uploaded-show {
  display: none;
}
.uploader .uploading .progress-value,
.uploader .uploaded .progress-value {
  visibility: visible;
}
.uploader .uploading .uploading-show {
  display: inline;
}
.uploader .uploaded .uploaded-show {
  display: inline;
}
.uploader.filled .file-msg {
  display: block;
}
.uploader .file-msg {
  display: none;
  float: right;
  margin-right: 10px;
  font-size: 0.84rem;
}
@keyframes anima-uploaded {
  0% {
    background-color: white;
  }
  30% {
    background-color: rgba(0, 196, 179, 0.1);
  }
  100% {
    background-color: rgba(0, 196, 179, 0.1);
  }
}
/*
 * Copyright (C) 2014-2017 Nominum, Inc.
 *
 * All rights reserved.
 */
.uppercase {
  text-transform: uppercase;
}
.no-transform {
  text-transform: none;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: 600;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wide-letter-spacing {
  letter-spacing: 0.1em;
}
/*
Font Size

Markup:
<div class="typography-list">
  <div class="xx-small">11px: Greetings Earthlings, take me to your leader</div>
  <div class="x-small">13px: Greetings Earthlings, take me to your leader</div>
  <div class="small">16px: Greetings Earthlings, take me to your leader</div>
  <div class="medium">18px: Greetings Earthlings, take me to your leader</div>
  <div class="large">20px: Greetings Earthlings, take me to your leader</div>
  <div class="x-large">24px: Greetings Earthlings, take me to your leader</div>
  <div class="xx-large">32px: Greetings Earthlings, take me to your leader</div>
  <div class="xxx-large">60px: Greetings Earthlings, take me to your leader</div>
</div>

Styleguide typography.font-size
*/
.xx-small {
  font-size: 0.84rem;
}
.x-small {
  font-size: 1rem;
}
.small {
  font-size: 1.23rem;
}
.medium {
  font-size: 1.38rem;
}
.large {
  font-size: 1.53rem;
}
.x-large {
  font-size: 1.84rem;
}
.xx-large {
  font-size: 2.46rem;
}
.xxx-large {
  font-size: 4.61rem;
}
/*
Headers

Standard headers use Open Sans app-wide.

Markup:
<div class="typography-list">
  <h1> h1 heading: 20px </h1>
  <h2> h2 heading: 18px </h2>
  <div class="nom-h2-upper">h2 heading uppercase: 18px</div>
  <h3> h3 heading: 16px </h3>
  <h4> h4 heading: 13px </h4>
  <div class="nom-subheader">Subheader example</div>
</div>

Styleguide typography.headers
*/
h1,
.h1 {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.025em;
}
h2,
.h2 {
  font-size: 1.38rem;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.028em;
}
.nom-h2-upper {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 19px;
  margin-bottom: 9.5px;
  font-size: 1.38rem;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.028em;
  text-transform: uppercase;
}
.nom-h2-upper small,
.nom-h2-upper .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.nom-h2-upper small,
.nom-h2-upper .small {
  font-size: 65%;
}
h3,
.h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.031em;
}
h4,
.h4 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.038em;
}
.nom-subheader {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.018em;
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
body {
  letter-spacing: 0.038em;
  font-family: 'Open Sans', sans-serif;
  color: #65666A;
}
pre {
  background-color: #F9FAFA;
  border-color: #DFE7EA;
  color: #65666A;
  padding: 6px 9px;
}
/*
Custom Headers

Styles for custom headers.

Markup:
<div class="typography-list">
  <div class="nom-h1-custom">Custom #1</div>
  <div class="nom-h2-custom">Custom #2</div>
  <div class="nom-h3-custom">Custom #3</div>
</div>

Styleguide typography.headers.custom-headers
*/
.nom-h1-custom {
  font-size: 4.61rem;
  font-weight: 300;
  letter-spacing: 0.005em;
}
.nom-h2-custom {
  font-size: 2.46rem;
  letter-spacing: 0.01em;
}
.nom-h3-custom {
  font-size: 1.84rem;
  font-weight: 300;
  letter-spacing: 0.0125em;
}
/*
Text Styles

When we really need to call attention to text then we use .stronger .
Please refer to mockups for the key identifying .stronger features; uppercase and bold.

Markup:
<h4 class="stronger">Harder, better, faster, stronger</h4>
<p class="stronger">Harder, better, faster, stronger</p>
<div class="accent-element">
    <div class="accent-text">Reporting</div>
    <div class="accent-wrapper">
        <div class="accent"></div>
    </div>
</div>

Styleguide typography.text-styles
*/
.stronger {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.accent-element {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.accent-element > div {
  display: table-cell;
  vertical-align: middle;
}
.accent-element .accent-text {
  font-size: 0.84rem;
  text-transform: uppercase;
}
.accent-element .accent-wrapper {
  width: 100%;
  padding-left: 5px;
}
.accent-element .accent-wrapper .accent {
  background-color: #DFE7EA;
  height: 1px;
}
/*
Description Text

This is a style of description

Markup:
<span class="nom-description">Currently In Use</span>

Styleguide typography.description
*/
.nom-description {
  font-size: 0.84rem;
  color: #C5CACC;
  letter-spacing: 0.018em;
  margin-bottom: 3px;
}
.nom-optional-text {
  font-size: 1rem;
  font-weight: 300;
  color: #C5CACC;
  margin-left: 6px;
}
/*
Truncate Text Mixin

Markup:
<h5>No .truncate-text</h5>
<div class="example-truncate" style="width:400px;">Stargazer dealfish sprat Sundaland noodlefish paddlefish leopard danio french angelfish</div>
<h5>.truncate-text with auto width</h5>
<div class="example-truncate truncate-auto" style="width:400px;">Stargazer dealfish sprat Sundaland noodlefish paddlefish leopard danio french angelfish</div>
<h5>.truncate-text with provided width</h5>
<div class="example-truncate truncate-small">Stargazer dealfish sprat Sundaland noodlefish paddlefish leopard danio french angelfish</div>

Styleguide typography.text-mixin
*/
.example-truncate {
  padding: 5px;
  background-color: white;
  margin-bottom: 15px;
  height: auto;
}
.truncate-auto {
  width: auto;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.truncate-small {
  width: 80px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*
List Style for Help Pages

Markup:
<h5>Top Developers (Unordered)</h5>
<ul class="bullet-list">
  <li>Jessica</li>
  <li>Jen</li>
  <li>Tom</li>
  <li>Todd</li>
  <li>Chris</li>
  <li>Chris</li>
  <li>Robin</li>
</ul>

Styleguide typography.standard-list
*/
ul.bullet-list li {
  margin-left: 30px;
}
/*
Code pill

Markup:
<code>192.168.50.1</code>

Styleguide typography.code
*/
code,
kbd,
pre,
samp {
  font-family: 'Ubuntu Mono';
  font-size: 1.08rem;
  letter-spacing: 0;
}
code {
  margin: 2px;
  color: #65666A;
}
pre code {
  border: 0;
}
/*
Italics

Markup:
<p>Greetings <span class="italic">Earthlings</span>, take me to your leader</p>

Styleguide typography.italics
*/
.italic {
  font-style: italic;
}
/*
Colored Text

Markup:
<span class="text-danger">I am red text!</span><br/>
<span class="text-info">I am blue text!</span><br/>
<span class="text-success">I am green text!</span><br/>
<span class="dolphin-grey-text">I am dolphin grey text!</span><br/>
User Plan <span class="hot-orange-text">Is</span> Gold<br/>
User Plan <span class="geo-green-text">Is Not</span> Gold

Styleguide typography.colored-text
*/
.dolphin-grey-text {
  color: #C5CACC;
}
.white-text {
  color: white;
}
.hot-orange-text {
  font-weight: 600;
  color: #FFA409;
}
.geo-green-text {
  font-weight: 600;
  color: #00C4B3;
}
/*
Flip Switches

Markup:
<div class="flip-switch-primary">
    <span>Small Toggle (Light)</span>
    <input type="checkbox" id="style-guide-toggle"
          name="style-guide-toggle">
    <label for="style-guide-toggle">
      <div class="on"><span>On</span></div>
      <div class="off"><span>Off</span></div>
    </label>
</div>


Styleguide flipswitch.switches
*/
.flip-switch-primary {
  display: inline-block;
  vertical-align: middle;
}
.flip-switch-primary label {
  font-size: 0.92rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid transparent;
  width: 58px;
  height: 25px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.flip-switch-primary label .on,
.flip-switch-primary label .off,
.flip-switch-primary label:after {
  position: absolute;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.flip-switch-primary label .on,
.flip-switch-primary label .off {
  top: 0;
  width: 58px;
}
.flip-switch-primary label .on {
  padding-right: 20px;
}
.flip-switch-primary label:after {
  content: '';
  width: 25px;
  border-style: solid;
  border-width: 1px;
  height: 25px;
}
.flip-switch-primary label .off {
  padding-left: 20px;
}
.flip-switch-primary input[type=checkbox] {
  display: none;
}
.flip-switch-primary input[type=checkbox] + label .on {
  left: -58px;
}
.flip-switch-primary input[type=checkbox] + label:after {
  left: 0px;
}
.flip-switch-primary input[type=checkbox] + label .off {
  left: 0px;
}
.flip-switch-primary input[type=checkbox]:checked + label .on,
.flip-switch-primary input[type=checkbox][checked] + label .on {
  left: 0;
}
.flip-switch-primary input[type=checkbox]:checked + label:after,
.flip-switch-primary input[type=checkbox][checked] + label:after {
  left: 33px;
}
.flip-switch-primary input[type=checkbox]:checked + label .off,
.flip-switch-primary input[type=checkbox][checked] + label .off {
  left: 58px;
}
.flip-switch-primary input[type=checkbox][disabled] + label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  content: ' ';
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: not-allowed;
}
.flip-switch-primary label {
  border-radius: 12.5px;
  z-index: 5;
}
.flip-switch-primary label:after {
  border-radius: 12.5px;
}
.flip-switch-primary label .on,
.flip-switch-primary label .off,
.flip-switch-primary label:after {
  font-weight: 300;
}
.flip-switch-primary label {
  border-color: #65666A;
}
.flip-switch-primary label .on {
  color: white;
  background-color: #00C4B3;
}
.flip-switch-primary label .on:hover {
  background-color: #00877b;
}
.flip-switch-primary label:after {
  border-color: #5b8395;
  background-color: white;
}
.flip-switch-primary label .off {
  color: white;
  background-color: #6790A2;
}
.flip-switch-primary label .off:hover {
  background-color: #4d6f7e;
}
.flip-switch-primary input[type="checkbox"]:checked + label:after,
.flip-switch-primary input[type="checkbox"][checked="true"] + label:after {
  border-color: #00ab9c;
  background-color: white;
}
/*
Flip Switch Right

* For right justified switches

Markup:
<span>Text Label</span>
<div class="flip-switch-primary flip-switch-right">
  <input type="checkbox" id="style-guide-toggle-right" name="style-guide-toggle-right">
  <label for="style-guide-toggle-right">
      <div class="on"><span>On</span></div>
      <div class="off"><span>Off</span></div>
  </label>
</div>

Styleguide flipswitch.switches-right
*/
.flip-switch-right {
  float: right;
  margin-top: -3px;
}
td .flip-switch-right {
  margin-top: -4px;
  margin-bottom: -4px;
}
/*
Flip disabled

* For disabled switches

Markup:
<div class="flip-switch-primary">
    <span>Small Toggle (Light) disabled</span>
    <input type="checkbox" id="style-guide-toggle-disabled"
          name="style-guide-toggle" disabled checked>
    <label for="style-guide-toggle-disabled">
      <div class="on"><span>On</span></div>
      <div class="off"><span>Off</span></div>
    </label>
</div>
<div class="flip-switch-primary">
    <input type="checkbox" id="style-guide-toggle-disabled"
          name="style-guide-toggle" disabled>
    <label for="style-guide-toggle-disabled">
      <div class="on"><span>On</span></div>
      <div class="off"><span>Off</span></div>
    </label>
</div>

Styleguide flipswitch.switches-disabled
*/
/*
Intro

<p>We are using Bootstrap 3 Datepicker (v4) to handle styling of our date/time picker elements.</p>
Resource link: https://eonasdan.github.io/bootstrap-datetimepicker/

<p>
    If you want add date/time picker to the input field, you should add in your js-code:
    <br> `$('.dp-input').datetimepicker(options);`
    and don't forget to add class `date-time-picker` to desired element form-group.
</p>
<p>
    Options (which are presented below) are used for date/time picker configuration.
    If you need more information, please, go to the <a href='https://eonasdan.github.io/bootstrap-datetimepicker/'>resource</a>.
</p>

Styleguide datetimepicker.1
*/
/*
Options

<div>
<strong>format</strong>
<pre>Default: false</pre>
<p>See momentjs' docs for valid formats. Format also dictates what components are shown, e.g. MM/dd/YYYY will not display the time picker.</p>
</div>

<div>
<strong>dayViewHeaderFormat</strong>
<pre>Default: 'MMMM YYYY'</pre>
<p>Changes the heading of the datepicker when in "days" view.</p>
</div>

<div>
<strong>stepping</strong>
<pre>Default: 1</pre>
<p>Number of minutes the up/down arrow's will move the minutes value in the time picker</p>
</div>

<div>
<strong>minDate</strong>
<pre>Default: false<br>Accepts: date, moment, string</pre>
<p>Prevents date/time selections before this date.</p>
<p>Note: minDate will override defaultDate and useCurrent if either of these settings are the same day since both options are invalid according to the rules you've selected.</p>
</div>

<div>
<strong>maxDate</strong>
<pre>Default: false<br>Accepts: date, moment, string</pre>
<p>Prevents date/time selections after this date.</p>
<p>Note: maxDate will override defaultDate and useCurrent if either of these settings are the same day since both options are invalid according to the rules you've selected.</p>
</div>

<div>
<strong>useCurrent</strong>
<pre>Default: true</pre>
<p>On show, will set the picker to the current date/time</p>
</div>

<div>
<strong>collapse</strong>
<pre>Default: true</pre>
<p>Using a Bootstraps collapse to switch between date/time pickers.</p>
</div>

<div>
<strong>locale</strong>
<pre>Default: moment.locale()<br>Accepts: string, moment.local('locale')</pre>
<p>See momentjs for valid locales.</p>
</div>

<div>
<strong>defaultDate</strong>
<pre>Default: false<br>Accepts: date, moment, string</pre>
<p>Sets the picker default date/time. Overrides useCurrent</p>
</div>

<div>
<strong>disabledDates</strong>
<pre>Default: false<br>Accepts: array of [date, moment, string]</pre>
<p>Disables selection of dates in the array, e.g. holidays</p>
</div>

<div>
<strong>enabledDates</strong>
<pre>Default: false<br>Accepts: array of [date, moment, string]</pre>
<p>Disables selection of dates NOT in the array, e.g. holidays</p>
</div>

<div>
<strong>icons</strong>
<pre>
    Default: {
            time: 'glyphicon glyphicon-time',
            date: 'glyphicon glyphicon-calendar',
            up: 'glyphicon glyphicon-chevron-up',
            down: 'glyphicon glyphicon-chevron-down',
            previous: 'glyphicon glyphicon-chevron-left',
            next: 'glyphicon glyphicon-chevron-right',
            today: 'glyphicon glyphicon-screenshot',
            clear: 'glyphicon glyphicon-trash',
            close: 'glyphicon glyphicon-remove'
        }<br>Accepts: object with all or some of the parameters above
</pre>
<p>Change the default icons for the pickers functions.</p>
</div>

<div>
<strong>useStrict</strong>
<pre>Default: false</pre>
<p>Defines if moment should use strict date parsing when considering a date to be valid</p>
</div>

<div>
<strong>sideBySide</strong>
<pre>Default: false</pre>
<p>Shows the picker side by side when using the time and date together.</p>
</div>

<div>
<strong>daysOfWeekDisabled</strong>
<pre>Default: []<br>Accepts: array of numbers from 0-6</pre>
<p>Disables the section of days of the week, e.g. weekends.</p>
</div>

<div>
<strong>calendarWeeks</strong>
<pre>Default: false</pre>
<p>Shows the week of the year to the left of first day of the week.</p>
</div>

<div>
<strong>viewMode</strong>
<pre>Default: 'days'<br>Accepts: 'decades','years','months','days'</pre>
<p>The default view to display when the picker is shown.</p>
<p><b>Note:</b> To limit the picker to selecting, for instance the year and month, use format: MM/YYYY</p>
</div>

<div>
<strong>toolbarPlacement</strong>
<pre>Default: 'default'<br>Accepts: 'default', 'top', 'bottom'</pre>
<p>Changes the placement of the icon toolbar.</p>
</div>

<div>
<strong>showTodayButton</strong>
<pre>Default: false</pre>
<p>
    Show the "Today" button in the icon toolbar. Clicking the "Today" button will set the calendar view and set the date to now.
</p>
</div>

<div>
<strong>showClear</strong>
<pre>Default: false</pre>
<p>Show the "Clear" button in the icon toolbar. Clicking the "Clear" button will set the calendar to null.</p>
</div>

<div>
<strong>showClose</strong>
<pre>Default: false</pre>
<p>Show the "Close" button in the icon toolbar. Clicking the "Close" button will call hide()</p>
</div>

<div>
<strong>widgetPositioning</strong>
<pre>Default: {
            horizontal: 'auto'
            vertical: 'auto'
         }<br>Accepts: object with the all or one of the parameters above
         horizontal: 'auto', 'left', 'right'
         vertical: 'auto', 'top', 'bottom'</pre>

<strong>widgetParent</strong>
<pre>Default: null<br>Accepts: string or jQuery object</pre>
<p>On picker show, places the widget at the identifier (string) or jQuery object if the element has css position: 'relative'</p>
</div>

<div>
<strong>keepOpen</strong>
<pre>Default: false</pre>
<p>Will cause the date picker to stay open after selecting a date if no time components are being used.</p>
</div>

<div>
<strong>inline</strong>
<pre>Default: false</pre>
<p>Will display the picker inline without the need of a input field. This will also hide borders and shadows.</p>
</div>

<div>
<strong>keepInvalid</strong>
<pre>Default: false</pre>
<p>Will cause the date picker to not revert or overwrite invalid dates.</p>
</div>

<div>
<strong>keyBinds</strong>
<pre>
    Default: up: function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().subtract(7, 'd'));
            } else {
                this.date(this.date().clone().add(1, 'm'));
            }
        },
        down: function (widget) {
            if (!widget) {
                this.show();
            }
            else if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().add(7, 'd'));
            } else {
                this.date(this.date().clone().subtract(1, 'm'));
            }
        },
        'control up': function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().subtract(1, 'y'));
            } else {
                this.date(this.date().clone().add(1, 'h'));
            }
        },
        'control down': function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().add(1, 'y'));
            } else {
                this.date(this.date().clone().subtract(1, 'h'));
            }
        },
        left: function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().subtract(1, 'd'));
            }
        },
        right: function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().add(1, 'd'));
            }
        },
        pageUp: function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().subtract(1, 'M'));
            }
        },
        pageDown: function (widget) {
            if (widget.find('.datepicker').is(':visible')) {
                this.date(this.date().clone().add(1, 'M'));
            }
        },
        enter: function () {
            this.hide();
        },
        escape: function () {
            this.hide();
        },
        'control space': function (widget) {
            if (widget.find('.timepicker').is(':visible')) {
                widget.find('.btn[data-action="togglePeriod"]').click();
            }
        },
        t: function () {
            this.date(moment());
        },
        'delete': function () {
            this.clear();
        }
</pre>
<p>Allows for custom events to fire on keyboard press.</p>
</div>

<div>
<strong>debug</strong>
<pre>Default: false</pre>
<p>Will cause the date picker to stay open after a blur event.</p>
</div>

<div>
<strong>ignoreReadonly</strong>
<pre>Default: false</pre>
<p>Allow date picker show event to fire even when the associated input element has the readonly="readonly"property.</p>
</div>

<div>
<strong>disabledTimeIntervals</strong>
<pre>Default: false</pre>
<p>Disables time selection between the given moments</p>
</div>

<div>
<strong>allowInputToggle</strong>
<pre>Default: false</pre>
<p>If true, the picker will show on textbox focus and icon click when used in a button group</p>
</div>

<div>
<strong>focusOnShow</strong>
<pre>Default: true</pre>
<p>If false, the textbox will not be given focus when the picker is shown</p>
</div>

<div>
<strong>enabledHours</strong>
<pre>Default: false</pre>
<p>Will allow or disallow hour selections (much like disabledTimeIntervals) but will affect all days</p>
</div>

<div>
<strong>disabledHours</strong>
<pre>Default: false</pre>
<p>Will allow or disallow hour selections (much like disabledTimeIntervals) but will affect all days</p>
</div>

<div>
<strong>viewDate</strong>
<pre>Default: false</pre>
<p>This will change the viewDate without changing or setting the selected date.</p>
</div>

<div>
<strong>tooltips</strong>
<pre>
tooltips: {
    today: 'Go to today',
    clear: 'Clear selection',
    close: 'Close the picker',
    selectMonth: 'Select Month',
    prevMonth: 'Previous Month',
    nextMonth: 'Next Month',
    selectYear: 'Select Year',
    prevYear: 'Previous Year',
    nextYear: 'Next Year',
    selectDecade: 'Select Decade',
    prevDecade: 'Previous Decade',
    nextDecade: 'Next Decade',
    prevCentury: 'Previous Century',
    nextCentury: 'Next Century'
}
</pre>
<p>This will change the tooltips over each icon to a custom string</p>
</div>

Styleguide datetimepicker.2
*/
/*
Events

<div class='margin-bottom-medium'>
<div><strong>dp.hide</strong></div>
<span>Fired when the widget is hidden.</span><br>
<span>Parameters:</span>
<pre>
e = {
    date //the currently set date. Type: moment object (clone)
}
</pre>
</div>

<div class='margin-bottom-medium'>
<div><strong>dp.show</strong></div>
<span>Fired when the widget is shown.</span><br>
<span>Parameters:</span>
<span>No parameters are include, listen to dp.change instead</span>
</div>

<div class='margin-bottom-medium'>
<div><strong>dp.change</strong></div>
<span>Fired when the date is changed.</span><br>
<span>Parameters:</span>
<pre>
e = {
    date, //date the picker changed to. Type: moment object (clone)
    oldDate //previous date. Type: moment object (clone) or false in the event of a null
}
</pre>
</div>

<div class='margin-bottom-medium'>
<div><strong>dp.error</strong></div>
<span>Fired when a selected date fails to pass validation.</span><br>
<span>Parameters:</span>
<pre>
e = {
    date //the invalid date. Type: moment object (clone)
}
</pre>
</div>

<div class='margin-bottom-medium'>
<div><strong>dp.update</strong></div>
<span>Fired (in most cases) when the viewDate changes. E.g. Next and Previous buttons, selecting a year.</span><br>
<span>Parameters:</span>
<pre>
e = {
   change, //Change type as a momentjs format token. Type: string e.g. yyyy on year change
   viewDate //new viewDate. Type: moment object
}
</pre>
</div>


Styleguide datetimepicker.3
*/
/*
Date Picker

Markup:
<div id="date-time-picker1"  class="form-group has-feedback date-time-picker">
    <input type='text' class="form-control"/>
    <span class="form-control-feedback">
        <i class="fa fa-calendar fa-xs"></i>
    </span>
</div>
<script type='text/javascript'>
  function example() {
    $('#date-time-picker1 input').datetimepicker({
      icons: {
        time: "fa fa-clock-o",
        date: "fa fa-calendar",
        up: "fa fa-angle-up",
        down: "fa fa-angle-down",
        next: "fa fa-angle-right",
        previous: "fa fa-angle-left"
      },
      format: 'YYYY-MM-DD',
      minDate: new Date()
    });
}
</script>

Styleguide datetimepicker.datepicker1
*/
/*
Date Picker & Time Picker

Markup:
<div id="date-time-picker2" class="form-group has-feedback date-time-picker">
    <input type='text' class="form-control"/>
    <span class="form-control-feedback">
        <i class="fa fa-calendar fa-xs"></i>
    </span>
</div>
<script type='text/javascript'>
  function example() {
    $('#date-time-picker2 input').datetimepicker({
        icons: {
            time: "fa fa-clock-o",
            date: "fa fa-calendar",
            up: "fa fa-angle-up",
            down: "fa fa-angle-down",
            next: "fa fa-angle-right",
            previous: "fa fa-angle-left"
        }
    });
}
</script>

Styleguide datetimepicker.datepicker2
*/
/*
Time Picker

Markup:
<div id="date-time-picker3" class="form-group has-feedback date-time-picker">
    <input type='text' class="form-control"/>
    <span class="form-control-feedback">
        <i class="fa fa-clock-o fa-xs"></i>
    </span>
</div>
<script type='text/javascript'>
  function example() {
    $('#date-time-picker3 input').datetimepicker({
        icons: {
            time: "fa fa-clock-o",
            date: "fa fa-calendar",
            up: "fa fa-angle-up",
            down: "fa fa-angle-down",
            next: "fa fa-angle-right",
            previous: "fa fa-angle-left"
        },
        format: 'LT'
    });
}
</script>

Styleguide datetimepicker.datepicker3
*/
.date-time-picker .form-control-feedback {
  color: #AAAFB1;
}
.date-time-picker .bootstrap-datetimepicker-widget .table-condensed {
  table-layout: fixed;
}
.date-time-picker .bootstrap-datetimepicker-widget .collapse.in + .picker-switch {
  border-bottom: 0;
  border-top: 1px solid #DFE7EA;
}
.date-time-picker .bootstrap-datetimepicker-widget .collapse + .picker-switch {
  border-bottom: 1px solid #DFE7EA;
  border-top: 0;
}
.date-time-picker .bootstrap-datetimepicker-widget .picker-switch .table-condensed td span {
  width: 100%;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td span {
  width: 35px;
  font-size: 1.38rem;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker tr:first-child span {
  font-weight: normal;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker tr:first-child a {
  position: relative;
  top: 10px;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker tr:last-child span {
  font-weight: normal;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker tr:last-child a {
  position: relative;
  bottom: 16px;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td:first-child .timepicker-hour,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td:first-child a {
  position: relative;
  left: 30px;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td:nth-child(3) .timepicker-minute,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td:nth-child(3) a {
  position: relative;
  right: 30px;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td .timepicker-hour,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker td .timepicker-minute {
  top: 1px;
  font-weight: normal;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary {
  background-color: #00B3E3;
  border-color: #00B3E3;
  color: white;
  position: relative;
  right: 20px;
  bottom: 3px;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary:hover,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary:active,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary:focus {
  background-color: #0083a6;
  border-color: #0083a6;
  color: white;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary.nom-outline {
  background-color: transparent;
  border-color: #00B3E3;
  color: #00B3E3;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary.nom-outline:hover,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary.nom-outline:active,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary.nom-outline:focus {
  background-color: #0083a6;
  border-color: #0083a6;
  color: white;
}
.date-time-picker .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .btn-primary .nom-loader .nom-block-sunrise {
  background: white;
}
.date-time-picker .bootstrap-datetimepicker-widget table thead {
  border-bottom: 1px solid #DFE7EA;
}
.date-time-picker .bootstrap-datetimepicker-widget table td,
.date-time-picker .bootstrap-datetimepicker-widget table th {
  border-radius: 0;
  padding: 0;
  min-width: auto;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.day,
.date-time-picker .bootstrap-datetimepicker-widget table td span,
.date-time-picker .bootstrap-datetimepicker-widget table th {
  width: 35px;
  height: 34px;
  line-height: 34px;
}
.date-time-picker .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 175px;
}
.date-time-picker .bootstrap-datetimepicker-widget table th.picker-switch,
.date-time-picker .bootstrap-datetimepicker-widget table th.next,
.date-time-picker .bootstrap-datetimepicker-widget table th.prev {
  color: #00B3E3;
  font-weight: normal;
}
.date-time-picker .bootstrap-datetimepicker-widget table th.dow {
  font-weight: normal;
  text-transform: uppercase;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.old,
.date-time-picker .bootstrap-datetimepicker-widget table td.new {
  color: #D7DBDD;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.separator {
  background-color: white;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.day:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.hour:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.minute:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.second:hover {
  color: white;
  background-color: #00B3E3;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.day.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td.hour.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td.minute.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td.second.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td.day.disabled:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.hour.disabled:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.minute.disabled:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.second.disabled:hover {
  opacity: 1;
  background: none;
  color: #D7DBDD;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.today {
  color: #00B3E3;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.today:before {
  display: none;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.active {
  color: #65666A;
  background-color: #EBEBEB;
  text-shadow: none;
}
.date-time-picker .bootstrap-datetimepicker-widget table td.active:hover {
  text-shadow: none;
}
.date-time-picker .bootstrap-datetimepicker-widget table td span {
  margin: 0;
  border-radius: 0;
  width: 81px;
}
.date-time-picker .bootstrap-datetimepicker-widget table td span:hover {
  color: white;
  background-color: #00B3E3;
}
.date-time-picker .bootstrap-datetimepicker-widget table td span.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td span.disabled:hover {
  opacity: 1;
  background: none;
  color: #D7DBDD;
}
.date-time-picker .bootstrap-datetimepicker-widget table td span.active {
  color: #65666A;
  background-color: #EBEBEB;
  text-shadow: none;
}
.date-time-picker .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  color: white;
  background-color: #00B3E3;
}
.date-time-picker .bootstrap-datetimepicker-widget thead tr:first-child th.disabled,
.date-time-picker .bootstrap-datetimepicker-widget thead tr:first-child th.disabled:hover {
  opacity: 1;
  background: none;
  color: #D7DBDD;
}
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 277px;
  padding: 15px;
}
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu table,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu table th,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu table td {
  border: none;
}
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu table tbody tr,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu table thead {
  background-color: white;
}
/*
Intro

<p>For Color Picker we are using jquery-minicolors.</p>
Resource link: https://github.com/claviska/jquery-minicolors/

<p>
    If you want to add color picker to the input field, you should add in your js-code:
    <br> `$('.colorpicker').minicolors(options);`.
    <div>Also this input field should have `colorpicker` class.</div>
</p>

Styleguide colorpicker.1
*/
/*
Options

<div>We are already change some default Color Picker options:</div>
<pre>
$.minicolors.defaults = $.extend($.minicolors.defaults, {
    letterCase: 'uppercase',
    theme: 'bootstrap'
});
</pre>
<p>
    To find the full list of settings, default values and another information, please, go to the <a href='http://labs.abeautifulsite.net/jquery-minicolors'>resource</a>.
</p>

Styleguide colorpicker.2
*/
/*
Color Picker Example

Markup:
<input type="text" class="colorpicker form-control" value="#00C4B3"/>

Styleguide colorpicker.3
*/
.colorpicker {
  box-shadow: none;
}
.minicolors .minicolors-swatch {
  cursor: pointer;
  border-color: #C5CACC;
  overflow: hidden;
}
.minicolors.minicolors-theme-bootstrap .minicolors-swatch {
  top: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
}
.minicolors.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: 0;
}
/*
 * Copyright (C) 2017-2019 Akamai Technologies, Inc.  All rights reserved.
 *
 * Copyright (C) 2014-2017 Nominum, Inc.  All rights reserved.
 *
 */
.secure-consumer-wf {
  border: solid #57433A 1px;
}
.secure-consumer-is {
  border: solid #57433A 1px;
}
#domainSearch .form-group.domain-search-url {
  width: 750px;
  float: left;
}
#domainSearch .nom-icon-combo {
  background-color: white;
  color: #E0E8E8;
}
.subscriber-lookup-container .subscriber-details {
  margin: 30px 0 15px 0;
  padding-top: 15px;
  border-top: 1px solid #D7DBDD;
}
.subscriber-lookup-container .subscriber-details h2 {
  margin-bottom: 15px;
}
#personal-internet .card-content,
#subscriber-safety .card-content {
  padding-bottom: 30px;
  padding-top: 30px;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#personal-internet i + .status,
#subscriber-safety i + .status {
  margin-top: 10px;
  margin-bottom: 15px;
}
.subscriber-management .ssm-error-message {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 20px);
}
body > .navbar {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .footer .copyright {
    text-align: center;
  }
}
.navbar-fixed-top {
  position: static !important;
  background-color: white;
  height: 140px;
}
a[data-toggle] {
  cursor: pointer;
}
.title {
  text-transform: capitalize;
}
#terms pre {
  font-size: 0.76rem;
}
.footer .copyright p {
  margin: 0;
}
/*
Select elements

We're using select2 to handle the styling of our select elements.  (Actually, the Javascript simply hides the select
element and then adds in a JS-dropdown that we can style to our heart's desire.)  Since we're using a third-party jQuery
plugin to provide this behavior, there are a few documentation considerations to be aware of. Here is the select2 plugin (https://select2.github.io/)

- We set the `minimumResultsForSearch` which sets the
global minimum number of results that must be present in a select element before a search box appears
at the top of the dropdown.  All defaults are set in nominum.js so that all top-level select2 config is in one place.
- Any select2 option can be modified for a particular element by using `data-*` attribute
tags on the select element (see https://select2.github.io/options.html#data-attributes).
This way, we never have to change the select JS call in the views.  For the sake of
consistency however, we should avoid customizing individual select elements as much as possible.

**When updating the plugin**, you may need to update the styles (less files) located in the select2 folder of
application styles folder.  Note that select2 uses SCSS, and since we use LESS, we hand-converted the SCSS and all
the partials into LESS.  So it may be rather annoying to compare or update our *heavily-customized* select2 styles with
any new styles from the author.  And since the 4.0 release of select2 changed the styles considerably, be warned that
future updates may change the structure of the JS dropdown and therefore require an update of the styles for the app.

Styleguide forms.select
*/
/*
Select (dropdown)

The typical select element allows the user to select only one option in the list of options.  If there are more than
`minimumResultsForSearch` options in the select element, then a search bar appears to make finding the correct option
easier.

Styleguide forms.select.dropdown
*/
/*
Select

Knowns:
- input box has a blue border on active
- input box has a white background
- width adjusts to fill the container

Markup: select.hbs

Styleguide forms.select.dropdown.default
*/
/*
Disabled Select

Markup: select-disabled.hbs

Styleguide forms.select-disabled.dropdown.default
*/
/*
Select with labels in options list

Use `~` as delimiter between left and right part. We set special function for `escapeMarkup` parameter which split value of `option` and return markup:
`<span class="pull-left">Left</span>`
`<span class="pull-right option-label">Right</span>`

Markup: select-options-with-labels.hbs

Styleguide forms.select.dropdown.options-with-labels
*/
/*
Select with placeholder

Knowns:
- Must put the placeholder text in the `data-placeholder` attribute.
- Must include an _emtpy_ `<option>` tag first so that the first option doesn't display in the select element by default.

Markup: select-placeholder.hbs

Styleguide forms.select.dropdown.placeholder
*/
/*
Color options for selects

Markup:
<label for="examplePonySelect">Select a pony</label>
<select name="ponySelector" id="examplePonySelect" class="{{modifier_class}}">
  <option value="0">Rainbow Dash</option>
  <option value="1">Twilight Sparkle</option>
  <option value="2">Rarity</option>
</select>

.select-geo-green           - green select
.select-coral-red           - red select
.select-jazzy-teal          - gray select

Styleguide forms.select.dropdown.colors
*/
/*
Select with multiple options (Multiselect)

This is a select box where the user can select multiple options.

Styleguide forms.select.multiple
*/
/*
Select with multiple options

Knowns:
- allows multiple selections
- uses pills to show currently selected items

Markup: select-multiselect.hbs

Styleguide forms.select.multiple.default
*/
/*
Select with icon

Knowns:
- allow action icon to be included

Markup: select-with-icon.hbs

Styleguide forms.select.with.icon
*/
.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
select:not(.initial-select-size) + .select2-container.select2 {
  width: 100% !important;
}
.select2-container.select2-container--focus .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #00B3E3;
}
.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  min-height: 36px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 35px;
  padding-left: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered .option-label {
  display: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 15px;
}
.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 36px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline:first-child {
  float: none;
}
.select2-container .select2-search--inline:first-child .select2-search__field {
  width: 100% !important;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder,
.select2-container .select2-search--inline .select2-search__field:-moz-placeholder,
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #C5CACC;
}
.select2-dropdown {
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 121;
}
.select2-dropdown--zindex {
  z-index: 120;
}
.dropdown-modal {
  z-index: 1670;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: white;
  color: #65666A;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  content: "\f00c";
  background-color: #00B3E3;
  color: white;
  border-color: #00B3E3;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option:before {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  visibility: visible;
  font-family: "FontAwesome";
  text-align: center;
  border: 1px solid;
  background: white;
  content: "";
  font-size: 1rem;
  position: relative;
  float: left;
  line-height: 20px;
  border-color: #AAAFB1;
  color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 4px;
  background-color: transparent;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option.select2-results__option--highlighted:before {
  border-color: white;
}
.select2-results__option {
  padding: 0 15px 0 15px;
  line-height: 30px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option:before,
.select2-results__option:after {
  content: " ";
  display: table;
}
.select2-results__option:after {
  clear: both;
}
.select2-results__option:before,
.select2-results__option:after {
  content: " ";
  display: table;
}
.select2-results__option:after {
  clear: both;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option:first-of-type[aria-selected] {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.select2-results__option:last-of-type[aria-selected] {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select2-results__option .option-label {
  color: #AAAFB1;
  line-height: inherit;
  font-size: 0.84rem;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  display: block;
  margin-right: 8px;
}
.select2-search--dropdown .select2-search__field {
  margin: 4px;
  width: 100%;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 120;
  background-color: white;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
select.select-geo-green + .select2-container--default .select2-selection {
  background-color: #00C4B3;
  border-color: #00C4B3;
  color: white;
}
select.select-geo-green + .select2-container--default .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
select.select-geo-green + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}
select.select-coral-red + .select2-container--default .select2-selection {
  background-color: #FF5A34;
  border-color: #FF5A34;
  color: white;
}
select.select-coral-red + .select2-container--default .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
select.select-coral-red + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}
select.select-jazzy-teal + .select2-container--default .select2-selection {
  background-color: #6790A2;
  border-color: #6790A2;
  color: white;
}
select.select-jazzy-teal + .select2-container--default .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
select.select-jazzy-teal + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}
.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #C5CACC;
  border-radius: 3px;
  outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-style: italic;
  font-weight: 300;
  color: #C5CACC;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #65666A transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single[aria-expanded=true] {
  border-color: #00B3E3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background-color: #F3F6F6;
  color: #AAAFB1;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #65666A transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #C5CACC;
  border-radius: 3px;
  cursor: text;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #C5CACC;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  cursor: default;
  float: left;
  margin-right: 3px;
  margin-top: 4px;
  padding: 3px 8px 3px 0;
  border: 1px solid #C5CACC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: none;
  background-color: #fff;
  filter: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 1.38rem;
  line-height: 17px;
  vertical-align: middle;
  color: #C5CACC;
  cursor: pointer;
  display: inline-block;
  padding: 0 4px 0 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #FF5A34;
}
.select2-container--default .select2-selection--multiple .select2-search {
  margin-top: 4px;
  margin-left: 7px;
}
.select2-container--default .select2-selection--multiple[aria-expanded=true] {
  border-color: #00B3E3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: not-allowed;
  background-color: #F3F6F6;
  color: #AAAFB1;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C5CACC;
  outline: 0;
  min-height: 36px;
  min-width: initial;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  min-height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 196px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #eeeeee;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #65666A;
  background-color: #EAEDEE;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00B3E3;
  color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .option-label {
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.content {
  margin-top: 30px;
}
.footer .copyright {
  margin: 9px 0;
  text-align: center;
}
.dropdown-menu li p {
  padding: 5px 3px 0 15px;
}
.btn-container {
  margin: 0 0 1em 0;
  overflow: hidden;
}
.apps-launcher {
  margin-top: 50px;
}
.noborder {
  border: none;
}
.noborder#attribution {
  width: 300px;
}
.input-field-subtext {
  font-size: 0.92rem;
  padding-left: 6px;
}
.form-group .subtitle {
  font-size: 0.92rem;
  padding-left: 6px;
  color: #777;
}
.n2-inline-label.error {
  color: #FF5A34;
}
.n2-inline-label.error .error {
  font-size: 0.92rem;
  padding-left: 6px;
}
.inline {
  display: inline;
}
label.error {
  color: #FF5A34;
}
/* Home page
-------------------------------------------------- */
.tiles-container {
  margin: 0 -15px;
}
.tile {
  margin: 0 15px 30px 15px;
  display: inline-block;
  vertical-align: top;
}
.tile a:hover,
.tile a:focus {
  text-decoration: none;
}
.nom-card.image-secureconsumer .card-content {
  padding-bottom: 20px;
}
.nom-card.image-secureconsumer .app-image {
  margin-bottom: 15px;
}
/* reports section styles
-------------------------------------------------- */
.reportContainer {
  min-width: 720px;
}
div.report {
  padding: 5px;
  margin: 0 0 2em 0;
  min-width: 720px;
}
.report .graph {
  margin: 0.5em 0;
  padding-left: 1em;
  min-width: 720px;
}
.report .config {
  width: 375px;
  float: right;
  background-color: #EAEDEE;
  margin-top: 0.5em;
  padding-bottom: 15px;
}
.report .config form {
  font-size: 0.92rem;
  height: 370px;
  padding: 15px;
}
.config form .form-group {
  margin-bottom: 5px;
}
.report .config .form-actions {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 1em;
}
.time-range {
  margin: 0 auto;
  width: 720px;
  height: 20px;
}
.popup .form-horizontal .controls p {
  color: #666;
  padding: 5px 0px 0px 0px;
}
.dl-horizontal dt {
  text-align: left;
}
/* component styles
-------------------------------------------------- */
.has-pointer {
  cursor: pointer;
}
/*  policy manager UI stuff */
.scroll-list {
  max-height: 200px;
  min-height: 120px;
  overflow-y: auto;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1em auto;
  padding: 0.5em;
}
.domain-list-container .table-view {
  background-color: #fff;
  padding: 1em;
}
.domain-list-container tbody tr:nth-child(odd):hover td,
.domain-list-container tbody tr:nth-child(odd):hover th {
  background-color: #FFFFCC;
}
.domain-list-container .table-striped tbody tr:nth-child(even):hover td,
.domain-list-container .table-striped tbody tr:nth-child(even):hover th {
  background-color: #FFFFCC;
}
.target-lists th.tf-name,
.exclude-lists th.tf-name,
.target-lists td.tf-name,
.exclude-lists td.tf-name {
  min-width: 130px;
}
.target-lists th.tf-description,
.exclude-lists th.tf-description,
.target-lists td.tf-description,
.exclude-lists td.tf-description {
  min-width: 180px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .target-lists th.tf-description,
  .exclude-lists th.tf-description,
  .target-lists td.tf-description,
  .exclude-lists td.tf-description {
    min-width: 160px;
  }
}
.form-inline .form-group {
  position: relative;
}
.form-inline label.error {
  position: absolute;
  bottom: 2em;
  left: 0;
}
@media (min-width: 992px) {
  .hosts-table .port {
    min-width: 100px;
  }
}
/* Widgets
-------------------------------------------------- */
*[rel="tooltip"] {
  cursor: pointer;
}
.tooltip {
  z-index: 2000;
}
.ui-widget {
  font-family: inherit;
  font-size: 0.92rem;
}
.ui-datepicker {
  padding: 3px 5px;
}
.modal .ui-datepicker {
  z-index: 1551 !important;
}
.ui-timepicker-div dl {
  margin: 5px 5px 10px 5px;
}
.ui-timepicker-div dl dt {
  font-size: 0.92rem;
}
.ajax-loader {
  background: transparent url(../images/ajax-loader.gif) center 10px no-repeat;
  min-width: 30px;
  min-height: 20px;
  line-height: 2em;
  text-align: center;
  cursor: wait;
  color: #333 !important;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 4px #999;
  -webkit-box-shadow: 0px 0px 4px #999;
  box-shadow: 0px 0px 4px #999;
}
.ajax-loader span {
  display: block;
  padding-top: 10px;
}
.form-actions .ajax-loader,
.system-message .ajax-loader {
  background-color: transparent;
  background-position: left center;
  border: none;
  box-shadow: none;
  text-align: left;
  height: auto;
  line-height: 1em;
}
.form-actions .ajax-loader span,
.system-message .ajax-loader span {
  display: inline;
  margin-left: 1em;
}
.data-table-ajax-loader {
  height: 45px;
}
.modal .ajax-loader,
td .ajax-loader {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  line-height: normal;
  background-position: 0px;
  width: auto;
  max-width: 120px;
  padding: 0;
}
.modal .ajax-loader span,
td .ajax-loader span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-left: 20px;
}
.chart .ajax-loader {
  position: absolute;
  top: 50px;
  left: 250px;
  z-index: 1100;
  overflow: hidden;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #FAFAF5;
}
#detail-form .type {
  padding-top: 5px;
}
#shared-list-detail td {
  max-width: 430px;
}
.settings {
  width: 253px !important;
  padding-right: 25px;
}
#settings-error-message {
  width: 500px;
}
ul.nav.nav-tabs {
  margin-bottom: 0px;
}
.no-resize {
  resize: none;
}
.scheduled-reports-list .pad1 {
  padding-left: 40px;
}
.scheduled-reports-list .pad2 {
  padding-left: 80px;
}
.scheduled-reports-list .pad3 {
  padding-left: 120px;
}
.scheduled-reports-list th:not(.slim) {
  padding: 11px 15px 11px 15px;
}
.scheduled-reports-list .report-type-row td.name {
  font-weight: 600;
}
.scheduled-reports-list td.recipient-column .count {
  margin-right: 10px;
}
.scheduled-reports-list td.recipient-column i:not(:last-of-type) {
  margin-right: 10px;
}
.scheduled-reports-list .table-actions {
  padding-right: 20px;
  padding-left: 20px;
}
.assign-campaign-page .campaign-config-container {
  min-height: 430px;
  background: white;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}
.nom-icon-combo .recipient-count {
  font-size: 2.46rem;
}
@media (min-width: 1200px) {
  .nom-icon-combo .recipient-count {
    font-size: 4.61rem;
  }
}
.nom-icon-combo .recipient-text {
  text-transform: uppercase;
  font-size: 1.38rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .nom-icon-combo .recipient-text {
    font-size: 1.84rem;
  }
}
.recipient-count-display {
  text-align: center;
}
#selected-icon {
  font-family: 'FontAwesome';
}
.recipient-group-upload-fields .upload-link {
  font-weight: normal;
  cursor: pointer;
  color: #0088cc;
}
.recipient-group-upload-fields .upload-link:hover {
  text-decoration: underline;
}
#qpsStatsAndAuthoritativeQueriesByServer th:nth-child(2) {
  width: 80px !important;
}
/* Recipient List Page
-----------------------*/
.recipients-list-header {
  font-size: 1.3rem;
  margin-top: 0;
}
#login-form {
  width: 500px;
}
/* CPE Swap Template Preview
----------------------------*/
.template-contents {
  width: 100% !important;
}
.rate-limiting-value {
  width: 45px;
}
a.no-underscore:hover {
  text-decoration: none !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.impression-limits-sub-min-interval-quantity {
  width: 50% !important;
}
.impression-limits-sub-min-interval-type {
  width: 85px;
}
.impression-limits-turn-off-global {
  background-color: #EAEDEE;
  margin-left: 0px !important;
}
.impression-limits-turn-off-global > .nom-checkbox-label {
  background-color: #EAEDEE;
  padding: 7px 0 7px 44px !important;
}
.campaign-impression-limits-campaign-group {
  clear: left;
}
.campaign-info-card .card-content {
  padding-bottom: 22px;
}
.plugin-frame {
  width: 100%;
  height: 1024px;
  border: none;
}
#custom-templates-container .plugin-frame {
  height: 1190px;
}
#user-agents-container .plugin-frame {
  min-height: 400px;
}
#user-agents-container.apps-plugin-container {
  margin-top: 15px;
}
#user-agents-container .not-available {
  opacity: 0;
}
.apps-plugin-container {
  margin-top: -20px;
}
.msg.profile-name {
  line-height: 2.5em;
}
/* Alignment tweak for checkbox positioning in message templates
----------------------------------------------------------------*/
.targeting-options {
  width: 175px;
}
#generateDynamicList .white-arrow {
  border-color: white transparent transparent transparent;
}
/* Advanced Reporting */
#create-new-report ul {
  margin-top: 5px;
  margin-bottom: 5px;
  border-right: none;
  border-left: none;
  border-top: 1px solid #e0e8e8;
  border-bottom: 1px solid #e0e8e8;
}
#create-new-report li {
  list-style-type: none;
}
#create-new-report li:nth-of-type(2n) {
  background-color: #f3f5f5;
}
#terms p {
  line-height: 2;
}
/* [APORTAL-2786] campaign logo image centering fix */
.form-group.image-uploader .logo-img-preview {
  display: block;
  margin: auto;
  max-width: 100%;
}
.exec-kpi-container {
  background-color: #16303E !important;
}
.exec-kpi-container .kpi {
  text-align: center;
  margin-bottom: 5px;
}
.exec-kpi-container .kpi .metric-secondary span {
  font-size: 1.76rem;
  color: white;
}
.exec-kpi-container .kpi .description {
  margin-top: -5px;
}
.exec-kpi-container .kpi.align-left {
  text-align: left;
}
.decorate-arrow-left {
  position: relative;
  border-left: 4px solid #00B3E3;
}
.decorate-arrow-left:after,
.decorate-arrow-left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
}
.decorate-arrow-left:after {
  border-right-color: #16303E;
  border-width: 9px;
  margin-top: -9px;
}
.decorate-arrow-left:before {
  border-right-color: #00B3E3;
  border-width: 15px;
  margin-top: -15px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 0.84rem;
  font-weight: bold;
  line-height: 1.53846154;
  color: #777777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
ul,
ol {
  padding: 0;
}
code {
  border: 1px solid #e1e1e8;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.time-checkbox {
  width: 160px;
}
.time-checkbox label:first-child {
  display: none;
}
.panel-heading .accordion-toggle {
  display: block;
}
.review-campaign-page .campaign-review #button-summary {
  padding-top: 15px;
  border-top: 1px solid #E0E8E8;
}
.review-campaign-page .campaign-review #button-summary .button-summary {
  margin-bottom: 15px;
}
.review-campaign-page .campaign-review #button-summary .button-summary--opened .show-details {
  display: none;
}
.review-campaign-page .campaign-review #button-summary .button-summary--opened .hide-details {
  display: block;
}
.review-campaign-page .campaign-review #button-summary .button-summary--closed .show-details {
  display: block;
}
.review-campaign-page .campaign-review #button-summary .button-summary--closed .hide-details {
  display: none;
}
.review-campaign-page .campaign-review #button-summary .button-summary .show-details,
.review-campaign-page .campaign-review #button-summary .button-summary .hide-details {
  font-size: 0.84rem;
  color: #C5CACC;
  letter-spacing: 0.018em;
  margin-bottom: 3px;
  color: #00B3E3;
}
.review-campaign-page .campaign-review #button-summary .button-summary .show-details:hover,
.review-campaign-page .campaign-review #button-summary .button-summary .hide-details:hover {
  color: #00c7fc;
}
.review-campaign-page .campaign-review #button-summary .button-summary .button-details {
  margin: 5px -15px;
  padding: 15px;
  background-color: #F9FAFA;
}
.review-campaign-page .campaign-review #button-summary .button-summary:last-of-type {
  margin-bottom: 0;
}
.review-campaign-page .nom-card.preview-message .card-header button {
  position: relative;
  top: -5px;
  width: 118px;
  font-size: 1rem;
  text-transform: none;
}
.review-campaign-page .nom-card.preview-message .campaign-preview iframe {
  width: 100%;
  height: 300px;
}
.review-campaign-page .text-group {
  margin-bottom: 15px;
}
.review-campaign-page .text-group:last-of-type {
  margin-bottom: 0;
}
.ui-autocomplete {
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete.ui-widget-content.nom-list a.ui-state-focus {
  border: none;
  border-radius: 0;
  background: #dadada;
}
.recipients-table {
  margin-top: 10px;
}
.assigned-attribute-container {
  position: relative;
}
.assigned-attribute-container input {
  padding-left: 44px;
  text-transform: lowercase;
}
.assigned-attribute-container .prefix {
  position: absolute;
  top: 9px;
  left: 15px;
  color: lightgrey;
}
.card-header .nom-subheader {
  margin: 0;
}
@media (max-width: 991px) {
  .nom-card.card-with-subheader .card-header {
    padding: 10px 15px;
  }
  .nom-card.card-with-subheader .card-header .nom-description {
    display: block;
  }
}
@media (min-width: 992px) {
  .nom-card.card-with-subheader .card-header .nom-description {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
  }
}
.engine-groups-container .row.row-flex {
  flex-wrap: wrap;
}
.engine-groups-container .row.row-flex div[class*="col-"] .nom-card {
  height: 100%;
}
.engine-groups-container .card-content .cache-serves ul > li,
.engine-groups-container .card-content .proxies ul > li {
  margin-bottom: 10px;
}
.engine-groups-container .card-content .cache-serves .pill,
.engine-groups-container .card-content .proxies .pill {
  padding: 3px 8px 2px;
}
.engine-groups-container .card-content.row-flex {
  height: calc(100% - 60px);
}
.engine-groups-container .card-content.row-flex div {
  flex-grow: 1;
  flex-basis: 0;
}
#login-credentials-form .additional-options-link > * {
  line-height: 39px;
}
.email {
  word-break: break-word;
}
.status-text {
  font-size: 1rem;
  text-transform: none;
  font-style: italic;
}
.no-margin-small-bottom {
  margin-bottom: -15px;
}
.domains-removed-metric {
  color: #AAAFB1;
  font-size: 4.23rem;
  text-align: center;
}
.domains-metric-text {
  font-color: #65666A;
  text-align: center;
}
.domains-added-metric {
  color: #00B3E3;
  font-size: 4.23rem;
  text-align: center;
}
.white-space-left-right {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.round-corner {
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
/*region N2Reach Campaigns*/
.status-circle {
  vertical-align: baseline;
}
.status-circle.live-card {
  color: #00C4B3;
}
.status-circle.pending-card {
  color: #FF5A34;
}
.status-circle.draft-card {
  color: #FFA409;
}
.status-circle.paused-card {
  color: #4C85B8;
}
.status-circle.ended-card {
  color: #C0C6C7;
}
.toggle-links .toggle-view:first-of-type {
  margin-right: 11px;
}
.toggle-links .toggle-view:last-of-type {
  margin-left: 11px;
}
.toggle-links .icon-separator {
  display: inline-block;
  vertical-align: middle;
  background-color: #C0C6C7;
  width: 2px;
  height: 24px;
}
.campaign-info div[class$='-info'] {
  margin-bottom: 6px;
}
.campaign-info div[class$='-info']:last-of-type {
  margin-bottom: 0;
}
.campaign-info div[class$='-info'] .count {
  font-weight: 600;
  line-height: 20px;
}
.campaign-info div[class$='-info'] .name {
  font-size: 0.84rem;
  font-weight: 300;
}
.campaign-donut {
  margin-top: 10px;
  position: relative;
}
.campaign-donut .zero-data {
  border: 10px solid rgba(170, 175, 177, 0.2);
  border-radius: 50%;
}
.campaign-donut .pieChart-info {
  position: absolute;
  top: 25px;
  left: 10px;
  right: 10px;
}
.campaign-donut .pieChart-info .pieChart-center-text {
  font-size: 0.84rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.campaign-donut .pieChart-info .pieChart-center-number {
  font-weight: 600;
  font-size: 1.38rem;
  text-align: center;
}
.campaigns-table {
  position: relative;
}
.campaigns-table .campaigns-details .dropdown {
  position: static;
}
.campaigns-table .campaigns-details .dropdown .dropdown-menu {
  top: auto;
  left: auto;
  right: 10px;
}
table.pieChart-tooltip-list tbody td,
table.timeAxisChart-tooltip tbody td,
.tooltip table tbody,
td {
  min-width: 0;
}
.filter-by-category .select2-container--default .select2-selection--multiple {
  padding-left: 36px;
}
.filter-by-category .select2-container--default .select2-selection--multiple .select2-search {
  margin-left: 0;
}
.filter-by-category .select2-container--default .select2-selection--multiple .select2-search input {
  padding: 0;
}
/*endregion*/
.time-window-form {
  margin-top: 5px;
  padding-top: 15px;
  background-color: #F9FAFA;
}
.impression-limits-turn-off-global {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F9FAFA;
}
.toggle-options {
  float: right !important;
  float: right;
}
.toggle-options--closed .options-open {
  display: block;
}
.toggle-options--closed .options-close {
  display: none;
}
.toggle-options--opened .options-close {
  display: block;
}
.toggle-options--opened .options-open {
  display: none;
}
.toggle-options .options-open,
.toggle-options .options-close {
  font-size: 0.84rem;
}
.reset-start-at,
.clear-end-at,
.clear-time-window {
  font-size: 0.84rem;
}
#global-impression-limit-max-day,
#global-impression-limit-max-interval {
  color: #65666A;
}
#campaign-impression-limits-group .has-warning #global-impression-limit-max-interval {
  color: #FFA409;
}
.impression-limit-messages .warning {
  color: #FFA409;
}
.impression-limit-messages p:not(.hide) + .impression-limit-messages p:not(.hide) {
  margin-top: 0;
}
#message-preview-iframe {
  height: 485px;
}
@media (max-width: 991px) {
  #message-preview-iframe {
    height: 575px;
  }
}
#campaign-reports-host #all {
  width: 155px;
  margin-right: 30px;
}
#campaign-reports-host #start:before,
#campaign-reports-host #end:before,
#campaign-reports-host #start:after,
#campaign-reports-host #end:after {
  content: " ";
  display: table;
}
#campaign-reports-host #start:after,
#campaign-reports-host #end:after {
  clear: both;
}
#campaign-reports-host #start:before,
#campaign-reports-host #end:before,
#campaign-reports-host #start:after,
#campaign-reports-host #end:after {
  content: " ";
  display: table;
}
#campaign-reports-host #start:after,
#campaign-reports-host #end:after {
  clear: both;
}
#campaign-reports-host #start label,
#campaign-reports-host #end label {
  float: left !important;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
#campaign-reports-host #start #start-date,
#campaign-reports-host #end #start-date,
#campaign-reports-host #start #end-date,
#campaign-reports-host #end #end-date {
  float: right !important;
  float: right;
  width: 128px;
}
#campaign-reports-host #start {
  margin-right: 15px;
}
#campaign-reports-host .filter-time-form .form-group {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  #campaign-reports-host .filter-time-form {
    float: left !important;
    float: left;
  }
}
#campaign-reports-host .filter-category-form {
  margin-top: 15px;
  width: 540px;
}
@media (min-width: 992px) {
  #campaign-reports-host .filter-category-form {
    width: auto;
    margin-top: 0;
    margin-left: 570px;
  }
}
#campaign-reports-host .report-filters {
  margin-bottom: 20px;
}
#campaign-reports-host .report-widgets {
  height: 118px;
  border-radius: 6px;
  margin-bottom: 20px;
}
#campaign-reports-host .report-widgets:before,
#campaign-reports-host .report-widgets:after {
  content: " ";
  display: table;
}
#campaign-reports-host .report-widgets:after {
  clear: both;
}
#campaign-reports-host .report-widgets:before,
#campaign-reports-host .report-widgets:after {
  content: " ";
  display: table;
}
#campaign-reports-host .report-widgets:after {
  clear: both;
}
#campaign-reports-host .report-widgets .total-campaigns-widget,
#campaign-reports-host .report-widgets .total-clicks-widget,
#campaign-reports-host .report-widgets .total-ctr-widget,
#campaign-reports-host .report-widgets .total-impressions-widget {
  position: relative;
  float: left;
}
#campaign-reports-host .report-widgets .total-campaigns-widget {
  width: 30%;
}
#campaign-reports-host .report-widgets .total-impressions-widget {
  width: 25%;
}
#campaign-reports-host .report-widgets .total-clicks-widget {
  width: 20%;
}
#campaign-reports-host .report-widgets .total-ctr-widget {
  width: 25%;
}
#campaign-reports-host .report-table {
  overflow-x: auto;
}
#campaign-reports-host .report-table th,
#campaign-reports-host .report-table td {
  min-width: initial;
}
#campaign-reports-host .n2-infograph-number {
  font-size: 1.84rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: white;
}
.NomVizzieLegendContent div {
  font-size: 0.84rem;
}
.NomVizzie-dashboard-card-header-color h4 {
  text-transform: none;
}
.NomVizzie-detail-dashboard-card-header .subtitle {
  margin-top: 5px;
  margin-left: 10px;
  font-weight: 100;
  font-size: 11px;
}
.NomVizzie-footerSpan button.simple-link-button {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #00B3E3;
}
.time-interval-unit {
  width: 85px;
}
.archived-categories .list-categories {
  margin-left: -15px;
  margin-right: -15px;
}
.campaign-categories-table.table-wrapper.unbordered-table table {
  table-layout: fixed;
}
.campaign-categories-table.table-wrapper.unbordered-table table th {
  white-space: normal;
  vertical-align: top;
}
.campaign-categories-table.table-wrapper.unbordered-table table .category-name {
  padding-right: 10px;
}
.campaign-categories-table.table-wrapper.unbordered-table table .category-name .form-group {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.campaign-categories-table.table-wrapper.unbordered-table table .optional i {
  margin-left: 5px;
}
.campaign-categories-table.table-wrapper.unbordered-table table .optional .nom-checkbox label {
  vertical-align: middle;
  margin-bottom: 0;
}
.campaign-categories-table.table-wrapper.unbordered-table table .optional select.targeting-options {
  width: 148px;
}
.campaign-categories-table.table-wrapper.unbordered-table table .archive {
  width: 120px;
}
@media (max-width: 992px) {
  .campaign-categories-table.table-wrapper.unbordered-table table .category-name .form-group input {
    width: 100%;
  }
  .campaign-categories-table.table-wrapper.unbordered-table table .optional {
    width: 190px;
  }
  .campaign-categories-table.table-wrapper.unbordered-table table .archive {
    width: 75px;
  }
}
#generateDynamicList .dynamic-list-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#generateDynamicList .dynamic-list-row > * {
  display: table-row;
}
#generateDynamicList .dynamic-list-row > * > * {
  display: table-cell;
}
#generateDynamicList .dynamic-list-row .cross-button {
  width: 25px;
}
#generateDynamicList .dynamic-list-row > * > * {
  vertical-align: middle;
}
#generateDynamicList .close {
  color: #65666A;
}
.recipient-details-card .card-with-icon {
  display: inline-block;
  width: 50%;
}
.recipient-details-card .nom-icon-combo {
  margin: 15px auto;
}
.recipient-details-card .nom-icon-combo .recipient-count {
  font-weight: 300;
  font-size: 2.46rem;
}
.recipient-details-card .nom-icon-combo .recipients-list-header {
  font-size: 1.38rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .recipient-details-card .nom-icon-combo .recipient-count {
    font-size: 4.61rem;
  }
  .recipient-details-card .nom-icon-combo .recipients-list-header {
    font-size: 1.84rem;
  }
  .recipient-details-card .nom-icon-combo .campaigns li,
  .recipient-details-card .nom-icon-combo .empty-campaigns-list {
    font-size: 6%;
    font-size: 1.23rem;
  }
  .recipient-details-card .nom-icon-combo .unbordered-table td {
    font-size: 6%;
    font-size: 1.23rem;
  }
}
.recipient-details-card .nom-icon-combo .fa-male,
.recipient-details-card .nom-icon-combo .fa-list-alt {
  width: 65px;
  height: 65px;
  line-height: 1.8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #00B3E3;
  padding: 5px;
  color: white;
  font-size: 2.3rem;
}
.recipient-details-card .nom-icon-combo .unbordered-table {
  margin-bottom: 5px;
}
.recipient-details-card .nom-icon-combo .unbordered-table .table-wrapper {
  margin-bottom: 0;
}
.recipient-details-card .nom-icon-combo .unbordered-table table {
  width: 1%;
  margin: auto;
}
.recipient-details-card .nom-icon-combo .unbordered-table td {
  padding: 3px 20px 3px 0;
  max-width: 155px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recipient-details-card .nom-icon-combo .unbordered-table td {
    max-width: 215px;
  }
}
@media (min-width: 1200px) {
  .recipient-details-card .nom-icon-combo .unbordered-table td {
    max-width: 275px;
  }
}
.recipient-details-card .nom-icon-combo .unbordered-table td:last-child {
  padding-right: 5px;
}
.recipient-details-card .nom-icon-combo .unbordered-table td.table-message {
  height: auto;
}
.recipient-details-card .nom-icon-combo i + span {
  margin-left: 7px;
}
.palette-form-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.palette-form-column {
  display: table-cell;
}
.palette-form-column:not(:last-of-type) {
  padding-right: 7.5px;
}
.palette-form-column:not(:first-of-type) {
  padding-left: 7.5px;
}
#block-page-preview-iframe {
  width: 100%;
  height: 1300px;
}
.block-page-editor .card-content.no-data {
  height: 200px;
}
.block-page-editor .card-content.no-data #block-page-preview-iframe {
  height: inherit;
}
#AdvancedReportingDashboardSpan .date-filter-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#AdvancedReportingDashboardSpan .date-filter-btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#AdvancedReportingDashboardSpan .date-filter-btn:last-of-type {
  margin-right: 0;
}
#AdvancedReportingDashboardSpan .tick text {
  fill: #65666A;
  stroke: none;
}
#AdvancedReportingDashboardSpan path.domain {
  stroke: #e6e6e6;
}
#AdvancedReportingDashboardSpan .protection-trends-report .ayasegmentresource0 .tick text {
  stroke: none;
  fill: #00b3e3;
}
#AdvancedReportingDashboardSpan .protection-trends-report .ayasegment2ndresource0 .tick text {
  stroke: none;
  fill: #C5CACC;
}
#AdvancedReportingDashboardSpan .protection-trends-report table.NomVizzie-legend {
  width: 0 !important;
}
#AdvancedReportingDashboardSpan .protection-trends-report table.NomVizzie-legend td {
  width: 0 !important;
}
#AdvancedReportingDashboardSpan .protection-trends-report table.NomVizzie-legend td div:not(.NomVizzieChartCircle) {
  margin-right: 30px;
}
#AdvancedReportingDashboardSpan .reports-table [id*='report-graph'] {
  height: initial !important;
}
#AdvancedReportingDashboardSpan .reports-table table th {
  white-space: normal;
}
#AdvancedReportingDashboardSpan .reports-table table td,
#AdvancedReportingDashboardSpan .reports-table table th {
  width: initial !important;
  min-width: 0;
}
#AdvancedReportingDashboardSpan .graph-resource-row .date-time-picker {
  vertical-align: top;
}
#AdvancedReportingDashboardSpan .ss-protection-trends-report .ayasegmentresource0 .tick text {
  stroke: none;
  fill: #37699C;
}
#AdvancedReportingDashboardSpan .ss-protection-trends-report .ayasegment2ndresource0 .tick text {
  stroke: none;
  fill: #CAC5CC;
}
#AdvancedReportingDashboardSpan .ss-protection-trends-report table.NomVizzie-legend {
  width: 0 !important;
}
#AdvancedReportingDashboardSpan .ss-protection-trends-report table.NomVizzie-legend td {
  width: 0 !important;
}
#AdvancedReportingDashboardSpan .ss-protection-trends-report table.NomVizzie-legend td div:not(.NomVizzieChartCircle) {
  margin-right: 30px;
}
#AdvancedReportingDashboardSpan .ss-infected-trends-report table.NomVizzie-legend {
  width: 0 !important;
}
#AdvancedReportingDashboardSpan .ss-infected-trends-report table.NomVizzie-legend td {
  width: 0 !important;
}
#AdvancedReportingDashboardSpan .ss-infected-trends-report table.NomVizzie-legend td div:not(.NomVizzieChartCircle) {
  margin-right: 30px;
}
#AdvancedReportingDashboardSpan .ss-infected-trends-report .ayasegmentresource0 .tick text {
  stroke: none;
  fill: #00b3e3;
}
#AdvancedReportingDashboardSpan .ss-infected-trends-report .ayasegment2ndresource0 .tick text {
  stroke: none;
  fill: #C5CACC;
}
#AdvancedReportingDashboardSpan .subscriber-activity-pane {
  padding-top: 60px;
}
#AdvancedReportingDashboardSpan .subscriber-activity-pane .number-widget {
  font-weight: 300;
  font-size: 4.61rem;
  line-height: 1.3em;
}
#AdvancedReportingDashboardSpan .subscriber-activity-pane .number-description {
  font-size: 1.84rem;
  font-weight: 300;
  line-height: 1.3em;
}
#AdvancedReportingDashboardSpan .subscriber-activity-pane table {
  width: 85%;
  margin: auto;
  border: none;
}
#AdvancedReportingDashboardSpan .subscriber-activity-pane table tr {
  background-color: white !important;
  border: none;
}
#AdvancedReportingDashboardSpan .subscriber-activity-pane table td {
  text-align: center;
  padding: 0;
  border: none;
}
#AdvancedReportingDashboardSpan .NomVizzie-legend {
  margin: 0 auto !important;
}
#campaign-detail-host {
  position: relative;
}
#campaign-detail-host .form-inline label {
  display: inline-block;
  vertical-align: middle;
}
#campaign-detail-host .campaign-name {
  font-size: 1.84rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  #campaign-detail-host .campaign-time-interval {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  #campaign-detail-host .campaign-time-interval {
    text-align: right;
  }
}
#campaign-detail-host .tick text {
  fill: #65666A;
  stroke: none;
}
#campaign-detail-host .pieChart-top-margin {
  margin-top: 75px !important;
}
.card-with-icon-combo .nom-icon-combo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 250px;
  margin: auto;
}
.intelligence-context-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.intelligence-context-container .pill {
  margin-left: 15px;
}
.data-source-menus {
  height: 360px;
}
.data-source-list {
  width: 100%;
  height: 337px;
  overflow-y: scroll;
}
.modal-custom-report .modal-body {
  padding: 15px 0 0 15px !important;
}
.report-management-name {
  width: 260px;
  border: 0;
}
.dashboard-management-name {
  width: 340px;
  border: 0;
}
.dimension-filter-text {
  padding: 5px;
}
#fromdate-group .form-control-feedback,
#todate-group .form-control-feedback {
  right: 10px;
}
.intelligence-granularity-subtitle {
  font-size: 11px;
  margin-top: 5px;
}
.subscriber-management .nom-tab-panel .nom-tab-pane {
  position: relative;
  min-height: 300px;
}
.subscriber-management .fa-xs {
  vertical-align: initial;
}
.subscriber-management .modules.single-module .module {
  display: none;
}
.subscriber-management .modules .module:not(:first-of-type) {
  margin-top: 30px;
}
.subscriber-management .divider-left {
  margin-left: -1px;
  border-left: 1px solid #AAAFB1;
}
.subscriber-management .divider-right {
  border-right: 1px solid #AAAFB1;
}
.subscriber-management .schedule-block:not(:last-child) {
  border-bottom: 1px solid #B3CAD4;
}
.subscriber-management .schedule-block .profile-name {
  cursor: pointer;
  margin: 15px 0;
}
.subscriber-management .schedule-block .profile-name .chevron-icon {
  margin-right: 5px;
}
.subscriber-management .schedule-block .profile-name .chevron-icon::before,
.subscriber-management .schedule-block .profile-name[aria-expanded="false"] .chevron-icon::before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.subscriber-management .schedule-block .profile-name[aria-expanded="true"] .chevron-icon::before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.subscriber-management .profile-form {
  background-color: #EAEDEE;
  margin-top: 15px;
  padding: 15px;
}
.schedule-modal-body .date-time-picker input {
  width: 100px;
}
.add-profile-modal .tip {
  font-size: 0.84rem;
}
.internet-access i,
.internet-access .countdown {
  vertical-align: middle;
}
.internet-access .countdown {
  margin-left: 5px;
}
.toolbox-css-beacon {
  width: 1px;
}
.globalReport {
  height: 40px;
}
.n2-arrow-image-background::before {
  content: '\f245';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .n2-arrow-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-arrow-image-background::before {
    font-size: 11.07rem;
  }
}
@media (min-width: 992px) {
  .n2-arrow-image-background::before {
    top: -15px;
  }
}
.n2-people-image-background::before {
  content: '\f0c0';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .n2-people-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-people-image-background::before {
    font-size: 11.07rem;
  }
}
@media (min-width: 992px) {
  .n2-people-image-background::before {
    top: 0;
  }
}
.n2-browser-image-background::before {
  content: '\f022';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
  margin-left: 30px;
}
@media (min-width: 992px) {
  .n2-browser-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-browser-image-background::before {
    font-size: 11.07rem;
  }
}
@media (min-width: 992px) {
  .n2-browser-image-background::before {
    top: 0;
  }
}
.n2-signal-image-background::before {
  content: '\f200';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .n2-signal-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-signal-image-background::before {
    font-size: 11.07rem;
  }
}
@media (min-width: 992px) {
  .n2-signal-image-background::before {
    top: -5px;
  }
}
.n2-ban-image-background::before {
  content: '\f05e';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .n2-ban-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-ban-image-background::before {
    font-size: 11.07rem;
  }
}
.n2-lightning-image-background::before {
  content: '\f0e7';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
  top: 15px;
  left: 130px;
  right: 0;
  text-align: center;
  margin: 0;
  width: 0;
  height: 0;
}
@media (min-width: 992px) {
  .n2-lightning-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-lightning-image-background::before {
    font-size: 11.07rem;
  }
}
.n2-globe-image-background::before {
  content: '\f0ac';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .n2-globe-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-globe-image-background::before {
    font-size: 11.07rem;
  }
}
.n2-lock-image-background::before {
  content: '\f023';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .n2-lock-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-lock-image-background::before {
    font-size: 11.07rem;
  }
}
.n2-bug-image-background::before {
  content: '\f188';
  font-family: FontAwesome;
  color: white;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  margin-left: 15px;
  font-size: 6.15rem;
  line-height: 1;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .n2-bug-image-background::before {
    font-size: 9.23rem;
  }
}
@media (min-width: 1200px) {
  .n2-bug-image-background::before {
    font-size: 11.07rem;
  }
}
.n2-botnet-image-background {
  background: url(../images/botnet.png) no-repeat;
  background-size: 60%;
  background-position: 50% 50%;
  height: 175px;
}
.n2-campaign-card-tooltip-image-background {
  background: url(../images/border-bg.png) no-repeat;
  background-size: 100% 100%;
}
.n2-tooltip {
  background-color: white;
  color: #65666A;
  text-align: center;
  fill-opacity: 1;
  position: absolute;
  z-index: 2000;
  display: block;
  visibility: visible;
  font-size: 0.84rem;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.n2-block-container {
  display: block;
}
.n2-inline-label {
  display: inline;
}
.n2-force-no-margin-left {
  margin-left: 0px !important;
}
.n2-ribbon-iframe {
  border: 0;
  width: 100%;
}
.n2-right-bar {
  border-right: 1px solid #2D4451;
}
.n2-double-height {
  height: 130px;
}
.n2-fixed-height-140 {
  height: 140px;
}
.n2-fixed-height-180 {
  height: 180px;
}
.n2-fixed-height-200 {
  height: 200px;
}
.n2-fixed-height-300 {
  height: 300px;
}
.n2-standard-chart-height {
  height: 350px;
}
.n2-double-chart-height {
  height: 700px;
}
.n2-widget-narrow-single {
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  min-width: 400px;
  height: 55px;
}
.n2-margin-auto-top-bottom {
  margin-top: auto;
  margin-bottom: auto;
}
.n2-margin-top-medium {
  margin-top: 9px;
}
.n2-margin-top-tiny {
  margin-top: 5px;
}
.n2-margin-top-tiniest {
  margin-top: 2px;
}
.n2-margin-bottom-tiny {
  margin-bottom: 5px;
}
.n2-padding-top-large {
  padding-top: 25px;
}
.n2-zoombutton-wrapper {
  display: inline;
  background: #FFFFFF;
  max-width: 200px;
  width: -moz-max-content;
  width: -webkit-max-content;
  height: 45px;
}
.hidden-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}
.text-align-center {
  text-align: center;
}
.n2-text-color {
  color: #5E6468;
}
.n2-numbers {
  color: #1dc3b3;
  font-family: "Open Sans", sans-serif;
  font-size: 6%;
  font-size: 1.23rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 19px;
}
.n2-numbers-black {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 6%;
  font-size: 1.23rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.n2-numbers-big {
  color: #1dc3b3;
  font-family: "roboto light", sans-serif;
  font-size: 2.61rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.n2-infograph-number {
  font-size: 3.07rem;
  letter-spacing: 0.07em;
  font-family: 'roboto', sans-serif;
  font-weight: 700;
}
.n2-infograph-text {
  text-transform: uppercase;
  color: #00B3E3;
  font-weight: 300;
  font-size: 6%;
  font-size: 1.23rem;
  letter-spacing: 0.031em;
}
a.n2-infograph-text:hover,
a.n2-infograph-text:focus {
  color: #008bb0;
}
.n2-text {
  font-family: "Open Sans", sans-serif;
  font-size: 6%;
  font-size: 1.23rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 19px;
  color: #C5CACC;
}
.n2-subtitle {
  letter-spacing: 1px;
  color: #C5CACC;
}
.n2-text-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 1.07rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0094C2;
}
.n2-text-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2.15rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 32px;
  color: #65666A;
}
.n2-text-standard {
  font-family: "Open Sans", sans-serif;
  font-size: 1.38rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  color: #65666A;
}
.n2-uppercase {
  text-transform: uppercase;
}
.n2-capitalize {
  text-transform: capitalize;
}
.n2-tab-2 {
  width: calc((100% / 2) - 2px);
}
.n2-tab-3 {
  width: calc((100% / 3) - 2px);
}
.n2-tab-4 {
  width: calc((100% / 4) - 2px);
}
.n2-tab-5 {
  width: calc((100% / 5) - 2px);
}
.n2-tab-6 {
  width: calc((100% / 6) - 2px);
}
.n2-tab-7 {
  width: calc((100% / 7) - 2px);
}
.n2-tab-8 {
  width: calc((100% / 8) - 2px);
}
.n2-tab-9 {
  width: calc((100% / 9) - 2px);
}
.n2-tab-10 {
  width: calc((100% / 10) - 2px);
}
/* bootstrap row renamed to rowblock so it doesn't conflict */
.rowblock {
  margin-left: 0;
  clear: both;
}
.background-red {
  background-color: red;
}
.background-orange {
  background-color: orange;
}
.background-yellow {
  background-color: yellow;
}
.background-green {
  background-color: green;
}
.background-indigo {
  background-color: indigo;
}
.background-blue {
  background-color: blue;
}
.background-violet {
  background-color: violet;
}
.background-white {
  background-color: white;
}
.color-black {
  color: black;
}
.color-lilac {
  color: #8B0AA2;
}
.color-green {
  color: #006E23;
}
.n2-widget-background {
  background-color: #16303E;
}
#toolBox {
  background-color: #16303E;
}
#CampaignReports-active_campaigns_combo-2 {
  padding-top: 5px;
}
.background-white-important {
  background-white: #ffffff !important;
}
.gray-pane {
  color: #65666A;
  text-align: center;
  background: transparent url("../images/line5x5.png") repeat left top;
}
.n2-fixed-height-250 {
  height: 250px;
}
.n2-fixed-height-150 {
  height: 150px;
}
.n2-fixed-height-120 {
  height: 120px;
}
.n2-fixed-height-110 {
  height: 110px;
}
.n2-relative-container {
  position: relative;
}
.n2-widget-top-info {
  position: absolute;
  top: 0;
  width: 100%;
}
.n2-widget-bottom-link {
  position: absolute;
  bottom: 12px;
  width: 100%;
  box-sizing: border-box;
}
.n2-ribbon-text h3 {
  color: #ffffff;
}
.nom-btn-corner:hover .view-report-icon {
  background: transparent url("../images/view_report_active.svg") no-repeat;
}
.nom-btn-corner .view-report-icon {
  margin-top: 17px;
}
.n2-widget-numbers {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
}
.n2-display-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.n2-center-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.n2-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n2-no-wrap {
  white-space: nowrap;
}
.n2-campaign-reports-category-filter {
  margin-left: 210px;
}
/*

BELOW HERE ARE CUSTOM FOR BETA
*/
.ribbon-background {
  background-color: #16303E;
  width: 100%;
}
.ribbon-title-background {
  background-color: #527D92;
  color: #FFFFFF;
  width: 100%;
  height: 33px;
  padding-top: 15px;
}
.ribbon-breadcrumb {
  background-color: #527D92;
  color: #FFFFFF;
  width: 100%;
  height: 48px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ribbon-breadcrumb span {
  text-transform: uppercase;
}
.controls {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
.chart-container {
  width: 720px;
  height: 400px;
}
.legend {
  position: absolute;
  opacity: 0.8;
  z-index: 0;
}
.tooltip {
  position: absolute;
  opacity: 1;
  z-index: 2000;
}
.button {
  background-color: lightgrey;
  color: black;
}
.pieChart-tooltip {
  color: #65666A;
}
.report-toggler-container {
  background-color: #16303E;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 0.84rem;
}
@media (max-width: 767px) {
  .pull-right-xs {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-sm {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-md {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-left-md {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .pull-left-lg {
    float: left !important;
  }
}
.help-page {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.help-page .content {
  margin-top: 0;
  background-color: white;
  line-height: initial;
}
.help-page .content header {
  margin-bottom: 64px;
}
.help-page .content header h1 {
  font-size: 1.38rem;
  letter-spacing: 0.6px;
  margin-bottom: 22px;
}
.help-page .content h1 {
  font-weight: 600;
}
.help-page .content h2,
.help-page .content h3 {
  color: #212121;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 600;
}
.help-page .content h1,
.help-page .content h3 {
  margin-bottom: 10px;
}
.help-page .content h1 + h2,
.help-page .content h1 + h3 {
  margin-top: 20px;
}
.help-page .content p {
  line-height: 20px;
  margin-bottom: 20px;
}
.help-page .content ul,
.help-page .content ol {
  margin-bottom: 30px;
}
.help-page .content mark {
  padding: 0;
}
.help-page .search {
  margin-bottom: 20px;
  padding: 0 15px;
}
.help-page .search .input-group {
  width: 100%;
}
.help-page .search .search__input {
  display: inline-block;
  border-radius: 3px;
  color: #66676B;
  width: 100%;
}
.help-page .search .search__input:placeholder-shown {
  font-weight: 300;
}
.help-page .outline {
  font-size: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  list-style: none;
  color: #212121;
  width: 100%;
  z-index: 11;
}
.help-page .outline > li {
  font-weight: 600;
  text-transform: uppercase;
}
.help-page .outline .outline-sub {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  list-style: none;
  margin-bottom: 10px;
}
.help-page .outline .outline-sub > li {
  font-weight: 400;
  text-transform: none;
  color: #65666A;
}
.help-page .outline .outline-sub a {
  padding-left: 30px;
}
.help-page .outline li {
  display: block;
  min-height: 40px;
}
.help-page .outline li > a {
  padding: 10px 15px;
  background-color: inherit;
  display: block;
  line-height: 20px;
  min-height: 40px;
  vertical-align: middle;
  color: inherit;
  text-decoration: inherit;
  position: relative;
  z-index: 10;
}
.help-page .outline li > a:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -10;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.help-page .outline li.active.open > a,
.help-page .outline li > a:focus {
  color: inherit;
  background-color: inherit;
}
.help-page .outline li.active.open > a:after,
.help-page .outline li > a:focus:after {
  opacity: 0;
  visibility: hidden;
}
.help-page .outline li.open > a {
  color: inherit;
  background-color: inherit;
}
.help-page .outline li.active > a {
  color: white;
  background-color: #00B3E3;
}
.help-page .outline li.active > a:after {
  opacity: 1;
  visibility: visible;
}
.help-page .outline li:not(.active) > a:hover,
.help-page .outline li.active.open > a:hover {
  background-color: rgba(0, 179, 227, 0.2);
}
@media (min-width: 992px) {
  .help-page .help-page-layout {
    background-color: white;
  }
  .help-page .sidebar {
    flex: 0 0 288px;
    background-color: #F9FAFA;
    padding: 22px 0 15px 0;
    margin-right: 12px;
  }
  .help-page .content {
    padding: 22px 22px 22px 10px;
  }
  .help-page .content ol {
    margin-left: 22px;
  }
  .help-page .outline li > a:after {
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid #00B3E3;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    cursor: default;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .help-page .help-page-layout {
    background-color: white;
  }
  .help-page .sidebar {
    flex: 0 0 240px;
    background-color: #F9FAFA;
    padding: 30px 0 15px 0;
    margin-right: 12px;
  }
  .help-page .content {
    padding: 30px 30px 30px 18px;
  }
  .help-page .content ol {
    margin-left: 30px;
  }
  .help-page .outline li > a:after {
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid #00B3E3;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    cursor: default;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
  }
}
.internet-off-schedules .day,
.homework-schedules .day,
.domain-table-view .day {
  float: left;
  width: 25px;
  height: 25px;
  background-color: #C5CACC;
  color: white;
  margin-right: 1px;
  padding: 3px 7px;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 300;
}
.internet-off-schedules .rule,
.homework-schedules .rule,
.domain-table-view .rule {
  margin-bottom: 1px;
}
.internet-off-schedules .rule:before,
.homework-schedules .rule:before,
.domain-table-view .rule:before,
.internet-off-schedules .rule:after,
.homework-schedules .rule:after,
.domain-table-view .rule:after {
  content: " ";
  display: table;
}
.internet-off-schedules .rule:after,
.homework-schedules .rule:after,
.domain-table-view .rule:after {
  clear: both;
}
.internet-off-schedules .rule:before,
.homework-schedules .rule:before,
.domain-table-view .rule:before,
.internet-off-schedules .rule:after,
.homework-schedules .rule:after,
.domain-table-view .rule:after {
  content: " ";
  display: table;
}
.internet-off-schedules .rule:after,
.homework-schedules .rule:after,
.domain-table-view .rule:after {
  clear: both;
}
.internet-off-schedules tr:nth-child(2n).deactivated,
.homework-schedules tr:nth-child(2n).deactivated {
  background-color: rgba(243, 245, 245, 0.4);
}
.internet-off-schedules tr:nth-child(2n+1).deactivated,
.homework-schedules tr:nth-child(2n+1).deactivated {
  background-color: rgba(249, 250, 250, 0.4);
}
.internet-off-schedules tr .rules-container,
.homework-schedules tr .rules-container,
.internet-off-schedules tr .categories-container,
.homework-schedules tr .categories-container {
  position: relative;
}
.internet-off-schedules tr .rules-container .overlay,
.homework-schedules tr .rules-container .overlay,
.internet-off-schedules tr .categories-container .overlay,
.homework-schedules tr .categories-container .overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.internet-off-schedules tr.deactivated .rules-container,
.homework-schedules tr.deactivated .rules-container,
.internet-off-schedules tr.deactivated .categories-container,
.homework-schedules tr.deactivated .categories-container {
  opacity: 0.4;
}
.internet-off-schedules tr.deactivated .rules-container .overlay,
.homework-schedules tr.deactivated .rules-container .overlay,
.internet-off-schedules tr.deactivated .categories-container .overlay,
.homework-schedules tr.deactivated .categories-container .overlay {
  display: block;
}
.internet-off-schedules .profile-col,
.homework-schedules .profile-col {
  width: 30%;
}
.internet-off-schedules .day.active {
  background-color: #FF5A34;
}
.homework-schedules .count {
  text-decoration: underline dotted;
}
.homework-schedules .count:hover {
  cursor: pointer;
  text-decoration-color: #FF5A34;
}
.homework-schedules .day.active,
.domain-table-view .day.active {
  background-color: #FFA409;
}
.time-slot__timepickers {
  display: flex;
  align-items: center;
}
.time-slot .date-time-picker {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.time-slot .date-time-picker__input {
  margin-left: 10px;
  width: 120px;
}
.time-slot__days {
  margin-top: 15px;
}
.time-slot .days__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.protection-level-bar {
  line-height: 36px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.protection-level-bar > * {
  flex: 0 0 auto;
}
.protection-level-bar .select-container {
  margin-left: 15px;
  min-width: 110px;
}
.protection-level-bar .protection-policy {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 15px;
}
.categories .protection {
  text-transform: capitalize;
}
.categories .search {
  position: relative;
  width: 250px;
}
.categories .search .clear-search {
  pointer-events: auto;
  cursor: pointer;
  left: auto;
}
.categories .search__result .dropdown-menu {
  width: 100%;
  padding: 10px;
  display: block;
  max-height: 370px;
  overflow: scroll;
}
.categories .actions__action {
  margin-left: 15px;
}
.categories__header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.categories__content {
  display: grid;
  grid-auto-flow: column;
  column-gap: 30px;
}
.category {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
  width: 100%;
  min-width: 0;
}
.category .category__toggle,
.category .subcategory__toggle {
  flex: none;
  height: 30px;
  width: 86px;
  padding: 5px;
}
.category .category__toggle span,
.category .subcategory__toggle span {
  margin-left: 5px;
  line-height: initial;
}
.category__details {
  flex: 1;
  min-width: 0;
  margin-left: 10px;
}
.category__name {
  flex: auto;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.category__hint {
  font-size: 9px;
  color: #C5CACC;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.category__description {
  visibility: hidden;
  color: #C5CACC;
  font-size: 14px;
  margin-left: 5px;
}
.category:hover .category__description {
  visibility: visible;
}
.category .dropdown {
  flex: auto;
  min-width: 0;
  position: initial;
}
.category .dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category .dropdown-toggle i {
  font-size: 14px;
  height: 13px;
}
.category .dropdown-toggle i:before {
  content: "\f0d7";
}
.category .dropdown.open .dropdown-toggle i:before {
  content: "\f0d8";
}
.category .dropdown-menu {
  position: absolute;
  left: -10px;
  right: -10px;
  padding: 10px;
}
.category .dropdown-item {
  display: flex;
  align-items: center;
}
.category .dropdown-item:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .categories__content {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
.domain-lookup .domain-search-form {
  margin-top: 15px;
}
.domain-lookup .domain-search-form .tcell.by-content {
  vertical-align: bottom;
}
.domain-lookup .domain-search-form .cross-icon {
  display: none;
}
.domain-lookup i + span {
  margin-left: 7px;
}
.domain-lookup .domain-table-view .profile-row {
  padding: 11px 15px 10px 16px;
}
.domain-lookup .domain-table-view .profile-row:first-of-type {
  border-right: 1px solid #DFE7EA;
}
.domain-lookup .no-padding {
  padding: 0;
}
.devices-in-profile:hover {
  text-decoration: none;
}
.devices-in-profile.disabled,
.devices-in-profile.disabled:hover {
  color: #AAAFB1;
}
.devices-in-profile-table th {
  min-width: 0;
}
.devices-in-profile-table .table-wrapper {
  margin-bottom: 0;
}
.devices-in-profile-table + .limit-message {
  margin-top: 15px;
  color: #FF5A34;
  font-size: 0.84rem;
}
a.devices-in-profile-table + .limit-message:hover,
a.devices-in-profile-table + .limit-message:focus {
  color: #ff3101;
}
.devices-in-profile-table + .limit-message i {
  margin-right: 10px;
}
.devices-in-profile-table + .limit-message i,
.devices-in-profile-table + .limit-message span {
  vertical-align: middle;
}
a.color-danger {
  color: #FF5A34;
}
a.color-danger:hover {
  text-decoration: none;
}
a.protection-link {
  text-transform: capitalize;
}
.blocked-devices-amount span.title {
  font-weight: 700;
  margin-right: 10px;
}
.internet-access .internet-access-time,
.internet-access .internet-access-time-labels,
.internet-access .internet-access-button-wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.internet-access .internet-access-time-labels,
.internet-access .internet-access-time {
  font-size: 0.84rem;
}
.internet-access .internet-access-time-labels {
  padding-left: 15px;
}
.internet-access .internet-access-time {
  font-weight: 600;
  padding-left: 5px;
}
.device-ids {
  display: inline-block;
}
.profile-safe-search .pill {
  width: 45px;
  text-align: center;
}
.profiles .table th i {
  vertical-align: middle;
}
.report-subscriptions .form-group .form-control,
.report-subscriptions .form-group {
  width: 267px;
}
@media (max-width: 992px) {
  .report-subscriptions .form-inline {
    display: block;
  }
  .report-subscriptions .form-inline .form-group,
  .report-subscriptions .form-inline .form-group .form-control {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .report-subscriptions .form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
  }
}
.global-list .add-url,
.black-white-list .add-url {
  margin-top: 3px;
}
.global-list .site-list,
.black-white-list .site-list {
  table-layout: fixed;
  width: 100%;
}
.global-list .site-list,
.black-white-list .site-list,
.global-list .site-list tbody th,
.black-white-list .site-list tbody th,
.global-list .site-list tbody td,
.black-white-list .site-list tbody td,
.global-list .site-list tr,
.black-white-list .site-list tr {
  border: none;
}
.global-list .site-list .actions,
.black-white-list .site-list .actions {
  width: 85px;
}
.global-list .site-list .site-name .fa,
.black-white-list .site-list .site-name .fa {
  margin-right: 15px;
}
.global-list .site-list .site-name a,
.black-white-list .site-list .site-name a {
  margin-left: 5px;
}
.global-list .site-list .urls-message,
.black-white-list .site-list .urls-message {
  padding: 30px 10px;
  color: #AAAFB1;
}
.global-list .show-less,
.black-white-list .show-less,
.global-list .show-more,
.black-white-list .show-more {
  padding-top: 11px;
  position: relative;
}
.global-list .show-more,
.black-white-list .show-more {
  box-shadow: 0px -14px 15px -8px rgba(0, 0, 0, 0.1);
}
.global-list .show-more .toggle-close,
.black-white-list .show-more .toggle-close {
  display: none;
}
.global-list .show-less,
.black-white-list .show-less {
  box-shadow: 0px -14px 15px -14px rgba(0, 0, 0, 0.1);
}
.global-list .show-less .toggle-open,
.black-white-list .show-less .toggle-open {
  display: none;
}
.global-list .list-wrapper,
.black-white-list .list-wrapper {
  max-height: 1500px;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.global-list .list-wrapper.crop-height,
.black-white-list .list-wrapper.crop-height {
  max-height: 425px;
}
.global-list .url-search,
.black-white-list .url-search {
  width: 50%;
}
.global-list .cannot-allow-url,
.black-white-list .cannot-allow-url {
  display: none;
}
.global-list .allow-list-warning,
.black-white-list .allow-list-warning {
  display: flex;
  padding: 8px 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #FFE3B3;
}
.global-list .allow-list-warning__icon,
.black-white-list .allow-list-warning__icon {
  margin-right: 8px;
}
.global-list .allow-list-warning__icon .fa,
.black-white-list .allow-list-warning__icon .fa {
  font-size: 14px;
}
.global-list .allow-list-warning__content,
.black-white-list .allow-list-warning__content {
  margin-right: 16px;
  flex: 1;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
}
.global-list .allow-list-warning__warning-hint,
.black-white-list .allow-list-warning__warning-hint {
  font-size: 13px;
  line-height: 19px;
  font-weight: normal;
}
.global-list .allow-list-warning__close:hover,
.black-white-list .allow-list-warning__close:hover {
  cursor: pointer;
}
.add-url-modal .options-block .nom-radio {
  position: relative;
}
.add-url-modal .options-block .nom-radio label {
  padding-left: 30px;
}
.add-url-modal .options-block .nom-radio label:before {
  position: absolute;
  top: 0;
  left: 0;
}
.add-url-modal .upload-csv__warning {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.add-url-modal .upload-csv__warning .warning__icon {
  color: #FFA409;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 2px;
}
a.add-url-modal .upload-csv__warning .warning__icon:hover,
a.add-url-modal .upload-csv__warning .warning__icon:focus {
  color: #d58600;
}
.add-url-modal .upload-csv__warning .warning__description {
  font-size: 0.84rem;
}
.add-url-modal .csv-errors__header {
  color: #FF5A34;
  margin-bottom: 5px;
}
a.add-url-modal .csv-errors__header:hover,
a.add-url-modal .csv-errors__header:focus {
  color: #ff3101;
}
.add-url-modal .csv-errors__list {
  list-style: none;
}
.add-url-modal.single-url .input-container,
.add-url-modal.single-url .add-url-title__single {
  display: block;
}
.add-url-modal.single-url .upload-csv {
  display: none;
}
.add-url-modal.bulk-upload .input-container,
.add-url-modal.bulk-upload .add-url-title__single {
  display: none;
}
.add-url-modal.bulk-upload .upload-csv {
  display: block;
}
.add-url-modal .input-container .form-group {
  position: relative;
}
.add-url-modal .input-container .form-group input {
  padding-right: 30px;
}
.add-url-modal .input-container .form-group .input-addon {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  padding-top: 7px;
  color: #65666A;
}
.add-url-modal .input-container .form-group .input-addon:hover {
  cursor: pointer;
}
.add-url-modal .toggle-state {
  margin-top: 12px;
}
.subscriber-management .nom-tab-pane.modules .add-service {
  display: none;
}
.subscriber-management .nom-tab-pane.modules.single-module .add-service {
  height: 302px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.subscriber-management .subscriber-details__actions {
  float: right !important;
  float: right;
}
.subscriber-management .subscriber-details__actions .clean-up-data {
  color: #FF5A34;
}
.subscriber-management .subscriber-details .subscriber-info {
  margin-bottom: 10px;
}
.subscriber-management .subscriber-details .subscriber-info__header,
.subscriber-management .subscriber-details .subscriber-info__value {
  display: inline-block;
}
.subscriber-management .subscriber-details .subscriber-info__header {
  margin-right: 10px;
  font-weight: 600;
}
.subscriber-management .subscriber-details .divider {
  margin-bottom: 20px;
}
.subscriber-management .subscriber-details .pill-code {
  margin-right: 5px;
}
.subscriber-management .subscriber-details .pill-code:first-of-type {
  margin-left: 7px;
}
.subscriber-management .subscriber-details .time-zone__form {
  display: none;
}
.subscriber-management .subscriber-details .time-zone.form-open .time-zone__info {
  display: none;
}
.subscriber-management .subscriber-details .time-zone.form-open .time-zone__form {
  display: inline-block;
}
@media (max-width: 768px) {
  .subscriber-management .subscriber-details .time-zone.form-open .time-zone__form {
    display: block;
  }
  .subscriber-management .subscriber-details .time-zone.form-open .time-zone__form .form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
  }
}
.subscriber-management .subscriber-details .time-zone-form .tz-select {
  width: 300px;
}
.subscriber-management .subscriber-details .time-zone:hover {
  text-decoration: none;
}
.subscriber-management .subscriber-details .time-zone .fa {
  margin-left: 10px;
}
.subscriber-management .subscriber-details .lines {
  display: flex;
  align-items: center;
}
.subscriber-management .subscriber-details .lines__label {
  flex: none;
}
.subscriber-management .subscriber-details .lines__container {
  white-space: nowrap;
  overflow: hidden;
}
.subscriber-management .subscriber-details .lines__see-more {
  margin-left: 15px;
  flex: none;
}
.subscriber-management .tabs-info {
  display: flex;
}
.subscriber-management .tabs-info li {
  flex: 1 1 0;
}
.subscriber-management .tabs-info li[data-order="1"] {
  order: 1;
  padding-right: 2px;
}
.subscriber-management .tabs-info li[data-order="2"] {
  order: 2;
  padding-right: 2px;
}
.subscriber-management .tabs-info li[data-order="3"] {
  order: 3;
  padding-right: 0;
}
.subscriber-management .services .nom-description {
  color: #65666A;
}
.subscriber-management .services .services-toggles {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  background-color: #F3F6F6;
}
.subscriber-management .services .services-toggles .service {
  display: flex;
  align-items: center;
}
.subscriber-management .services .services-toggles .service__status,
.subscriber-management .services .services-toggles .service__name {
  display: inline-block;
  vertical-align: middle;
}
.subscriber-management .services .services-toggles .service__status .pill {
  width: 45px;
  text-align: center;
}
.subscriber-management .services .services-toggles .service__name {
  margin-left: 15px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.53rem;
}
.subscriber-management .services .services-toggles [class^="service-"]:not(:last-child) {
  margin-bottom: 5px;
}
.subscriber-management .services .flip-switch-primary {
  margin-right: 10px;
}
.subscriber-management .services .flip-switch-primary input:disabled + label + span {
  color: #AAAFB1;
}
.subscriber-management .services .flip-switch-primary > span {
  font-size: 6%;
  font-size: 1.23rem;
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 10px;
}
.subscriber-management .services button.service-btn {
  margin: 0;
  width: 150px;
}
.campaign-categories-content #req-camp-table tr:first-child td.category-name,
.campaign-categories-content #opt-camp-table tr:first-child td.campaign-toggle-name {
  padding-top: 20px;
  padding-bottom: 2px;
}
.campaign-categories-content #req-camp-table tr:last-child td.category-name,
.campaign-categories-content #req-camp-table tr:last-child td,
.campaign-categories-content #opt-camp-table tr:last-child td.campaign-toggle-name,
.campaign-categories-content #opt-camp-table tr:last-child td {
  padding-bottom: 20px;
}
.campaign-categories-content #req-camp-table tr td.category-name,
.campaign-categories-content #opt-camp-table tr td.campaign-toggle-name {
  padding-bottom: 2px;
}
.campaign-categories-content #req-camp-table tr td:not(.category-name),
.campaign-categories-content #opt-camp-table tr td:not(.campaign-toggle-name) {
  padding-top: 2px;
}
.campaign-categories-content #opt-camp-table tr:last-child td:not(.campaign-toggle-name) {
  padding-top: 11px;
}
.campaign-categories-content table tbody tr {
  background-color: white;
}
.campaign-categories-content table tbody tr td {
  font-weight: 300;
}
.campaign-categories-content thead th {
  font-weight: normal;
  font-size: 16px;
}
.campaign-categories-content .category-name,
.campaign-categories-content .table .tcell.category-name {
  text-transform: uppercase;
}
.campaign-categories-content table:not(.no-hover) tbody tr:hover {
  background-color: white;
}
.campaign-categories-content .row.small-gutter {
  display: flex;
}
.campaign-categories-content .row.small-gutter .category-card-container {
  flex-basis: 50%;
  align-self: stretch;
}
.campaign-categories-content .row.small-gutter .category-card-container .category-card {
  height: 100%;
}
#toolbox-reports .timeAxisChart-tooltip {
  display: none;
}
.chart .nom-checkbox.checkbox-blocked input:checked + label:before {
  border-color: #FFA409;
  background-color: #FFA409;
}
.chart .nom-checkbox.checkbox-malware input:checked + label:before {
  border-color: #FF5A34;
  background-color: #FF5A34;
}
.chart .nom-checkbox.checkbox-blocked label:hover:before,
.chart .nom-checkbox.checkbox-blocked label:active:before {
  border-color: #FFA409;
}
.chart .nom-checkbox.checkbox-malware label:hover:before,
.chart .nom-checkbox.checkbox-malware label:active:before {
  border-color: #FF5A34;
}
.chart .nom-checkbox input:disabled + label:hover:before {
  border-color: #AAAFB1;
}
.chart .nom-checkbox input:disabled + label:before {
  background-color: transparent;
}
.chart .bar-tooltip {
  color: white;
  display: none;
  font-size: 11px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  min-width: 120px;
}
.chart .bar-tooltip .tooltip-header {
  font-size: 12px;
  text-transform: uppercase;
}
.height-fixed-200 {
  height: 200px;
}
.height-fixed-25 {
  height: 25px;
}
.toolbox-report-container {
  position: relative;
}
@media (max-width: 767px) {
  .toolbox-report-container .x.axis {
    font-size: 12px;
  }
}
.toolbox-report-header {
  margin: 20px 0 15px;
}
@media (max-width: 767px) {
  .toolbox-report-header {
    margin: 20px 15px 0;
  }
}
@media (min-width: 768px) {
  .profile-details .toolbox-report-header {
    margin-top: 0;
  }
}
.toolbox-report-header .report-header {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.toolbox-report-header .report-header .header-for {
  font-size: 14px;
  color: #66676B;
  line-height: 24px;
  margin-left: 10px;
}
.live-reports .select-wrapper {
  display: inline-block;
}
.live-reports .report-setting,
.live-reports .report-setting > div {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.live-reports .profile-dropdown,
.live-reports .period-dropdown {
  margin: 0 30px 0 10px;
}
.live-reports .profile-dropdown:hover,
.live-reports .period-dropdown:hover {
  cursor: pointer;
}
.live-reports .select2-container .select2-selection__rendered {
  color: #11B4E5;
}
.live-reports .select2-container .select2-results__option--highlighted {
  background-color: #00B3E3;
  color: white;
}
.live-reports .select2-container .select2-selection--single {
  min-height: 0;
  border: none;
}
.live-reports .select2-container.select2-container--open {
  z-index: 1000;
}
.live-reports .select2-container--bootstrap .select2-selection--single {
  box-shadow: none;
}
.live-reports .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  border: none;
}
.title-pane {
  position: absolute;
  bottom: 65px;
  right: 0;
  left: 0;
  line-height: 160px;
  color: #A4A2A5;
  text-align: center;
  text-transform: uppercase;
}
.svg-hover-container + .title-pane,
.malware-phishing-chart .title-pane {
  display: none;
}
.pi-toolbox {
  margin-top: 12px;
}
.pi-toolbox.has-chart-visited.hide-chart-visited .axasegment + .bsegment,
.pi-toolbox.has-chart-visited.hide-chart-visited .zsbsegment + .bsegment {
  opacity: 0;
}
.pi-toolbox.has-chart-visited.hide-chart-visited .list-visited {
  display: none;
}
.pi-toolbox.has-chart-blocked.hide-chart-blocked.has-chart-visited .axasegment + .bsegment + .bsegment,
.pi-toolbox.has-chart-blocked.hide-chart-blocked.has-chart-visited .zsbsegment + .bsegment + .bsegment {
  opacity: 0;
}
.pi-toolbox.has-chart-blocked.hide-chart-blocked.no-chart-visited .axasegment + .bsegment,
.pi-toolbox.has-chart-blocked.hide-chart-blocked.no-chart-visited .zsbsegment + .bsegment {
  opacity: 0;
}
.pi-toolbox.has-chart-blocked.hide-chart-blocked .list-blocked {
  display: none;
}
.pi-toolbox.hide-chart-malware .bsegmentmalwareAndPhishingBar {
  opacity: 0;
}
.pi-toolbox.hide-chart-malware.ss-only.has-chart-visited.has-chart-malware .axasegment + .bsegment + .bsegment,
.pi-toolbox.hide-chart-malware.ss-only.has-chart-visited.has-chart-malware .zsbsegment + .bsegment + .bsegment {
  opacity: 0;
}
.pi-toolbox.hide-chart-malware.ss-only.no-chart-visited.has-chart-malware .axasegment + .bsegment,
.pi-toolbox.hide-chart-malware.ss-only.no-chart-visited.has-chart-malware .zsbsegment + .bsegment {
  opacity: 0;
}
.pi-toolbox .bsegment,
.pi-toolbox .bsegmentmalwareAndPhishingBar {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.pi-toolbox .malware-phishing-chart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  transition-property: opacity;
  transition-duration: 0.5s;
  transform-origin: center;
  transform: scale(1, -1);
}
.sb-toolbox {
  margin-top: 12px;
}
.sb-toolbox .report-legend .legend-description {
  color: #969696;
}
.sb-toolbox .report-legend .legend-text {
  color: #66676B;
}
.sb-toolbox .report-legend .legend-icon-visited {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00B3E3;
  border-radius: 1px;
  margin-right: 5px;
}
.sb-toolbox .report-legend .legend-icon-blocked {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFA409;
  border-radius: 1px;
  margin-right: 5px;
}
.sb-toolbox .report-legend .legend-icon-malware {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FF5A34;
  border-radius: 1px;
  margin-right: 5px;
}
.sb-toolbox .report-legend .legend-icon-text {
  margin-right: 30px;
  white-space: nowrap;
  display: inline-block;
}
.sb-toolbox .malware-phishing-chart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  transition-property: opacity;
  transition-duration: 0.5s;
  transform-origin: center;
  transform: scale(1, -1);
}
.sb-toolbox .blocked-statistics-wrapper {
  background-color: #F9FAFA;
  border-radius: 6px;
  display: table;
  width: 100%;
  height: 170px;
}
.sb-toolbox .blocked-statistics-wrapper .webfilter-widget,
.sb-toolbox .blocked-statistics-wrapper .threats-widget,
.sb-toolbox .blocked-statistics-wrapper .botnet-widget {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: calc(100%/3);
}
.sb-toolbox .blocked-statistics-wrapper .webfilter-widget:before {
  content: '\f132';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #4A4A4A;
  opacity: 0.05;
  line-height: 1;
  font-size: 11rem;
}
.sb-toolbox .blocked-statistics-wrapper .threats-widget:before {
  content: '\f188';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #4A4A4A;
  opacity: 0.05;
  line-height: 1;
  font-size: 11rem;
}
.sb-toolbox .blocked-statistics-wrapper .botnet-widget:before {
  content: '\f05e';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #4A4A4A;
  opacity: 0.05;
  line-height: 1;
  font-size: 11rem;
}
.sb-toolbox .blocked-statistics-wrapper .widget-number {
  font-size: 3.2rem;
  font-weight: 600;
}
.sb-toolbox .blocked-statistics-wrapper .widget-title {
  font-weight: 600;
}
.blocked-pages .block-page-action-buttons {
  display: flex;
  justify-content: flex-end;
}
.blocked-pages .block-page-general-setting .branding {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
.blocked-pages .block-page-general-setting .branding .tagline {
  width: 100%;
  margin-bottom: 30px;
}
.blocked-pages .block-page-general-setting .branding .tagline__validation {
  display: flex;
  justify-content: space-between;
}
.blocked-pages .block-page-general-setting .branding .tagline .form-group.has-error .tagline__validation {
  color: #FF5A34;
}
a.blocked-pages .block-page-general-setting .branding .tagline .form-group.has-error .tagline__validation:hover,
a.blocked-pages .block-page-general-setting .branding .tagline .form-group.has-error .tagline__validation:focus {
  color: #ff3101;
}
.blocked-pages .block-page-general-setting .branding .color {
  width: 45%;
}
.blocked-pages .block-page-general-setting .branding .color label {
  margin-bottom: 3px;
}
.blocked-pages .block-page-general-setting .branding .color__container {
  display: flex;
}
.blocked-pages .block-page-general-setting .branding .color__picker {
  margin-right: 30px;
  flex-basis: 175px;
}
.blocked-pages .block-page-general-setting .branding .color__picker-input {
  display: flex;
  align-items: center;
}
.blocked-pages .block-page-general-setting .branding .color__picker-input .swatch {
  flex: none;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 3px;
}
.blocked-pages .block-page-general-setting .branding .color__picker-input input {
  flex: auto;
  text-transform: uppercase;
}
.blocked-pages .block-page-general-setting .branding .color__picker-input.has-error input {
  border-color: #FF5A34;
}
.blocked-pages .block-page-general-setting .branding .color__picker .minicolors {
  margin-top: 10px;
}
.blocked-pages .block-page-general-setting .branding .color__preview {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.blocked-pages .block-page-general-setting .branding .color__preview-box {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #d3dce1;
  border-radius: 3px;
}
.blocked-pages .block-page-general-setting .branding .color__preview-circle {
  width: 88px;
  height: 88px;
  margin-bottom: 25px;
  border-radius: 50%;
  background-color: #eceeef;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blocked-pages .block-page-general-setting .branding .color__preview .fa {
  font-size: 54px;
}
.blocked-pages .block-page-general-setting .branding .logo {
  width: 45%;
}
.blocked-pages .block-page-general-setting .branding .logo__field-upload i {
  font-size: 20px;
}
.blocked-pages .block-page-general-setting .branding .logo__field-upload label {
  height: 80px;
  padding: 8px;
  align-items: center;
  border: 1px dashed #212121;
  background-color: #F3F6F6;
  color: #00B3E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blocked-pages .block-page-general-setting .branding .logo__field-upload label:hover {
  cursor: pointer;
  border-color: #0094C2;
  background-color: white;
}
.blocked-pages .block-page-general-setting .branding .logo__field-upload .error {
  color: #FF5A34;
}
.blocked-pages .block-page-general-setting .branding .logo__preview {
  display: none;
}
.blocked-pages .block-page-general-setting .branding .logo__preview-box {
  height: 80px;
  padding: 8px;
  border: 1px solid #d3dce1;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
.blocked-pages .block-page-general-setting .branding .logo__preview-box img {
  max-width: 100%;
  max-height: 100%;
}
.blocked-pages .block-page-general-setting .branding .logo__preview .error {
  color: #FF5A34;
}
.blocked-pages .block-page-general-setting .branding .logo__hints {
  display: flex;
  margin-top: 15px;
  font-size: 0.84rem;
}
.blocked-pages .block-page-general-setting .branding .logo__hints-labels {
  margin-right: 15px;
}
.blocked-pages .block-page-general-setting .branding .logo__hints-values {
  font-weight: 600;
}
.blocked-pages .block-page-general-setting .branding .logo__actions {
  margin-top: 20px;
  display: none;
}
.blocked-pages .block-page-general-setting .branding .logo--uploaded .logo__preview {
  display: block;
}
.blocked-pages .block-page-general-setting .branding .logo--uploaded .logo__field-upload {
  display: none;
}
.blocked-pages .block-page-general-setting .branding .logo--uploaded .logo__actions {
  display: block;
}
.blocked-pages .block-page-general-setting .branding .logo input[type='file'] {
  display: none;
}
.blocked-pages .block-page-general-setting .branding--readonly .logo__preview {
  display: block;
}
.blocked-pages .block-page-detailed-setting textarea {
  min-height: 100px;
  max-width: 100%;
}
.blocked-pages .block-page-detailed-setting .checkbox-offset {
  padding-left: 30px;
}
.blocked-pages .block-page-detailed-setting .admin-contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.blocked-pages .block-page-detailed-setting .admin-contacts .conjunction {
  line-height: 36px;
}
.blocked-pages .block-page-detailed-setting .admin-contacts .admin-email-container,
.blocked-pages .block-page-detailed-setting .admin-contacts .admin-phone-container {
  flex-basis: 40%;
}
.blocked-pages .block-page-detailed-setting .admin-contacts > * {
  flex: 1;
}
.blocked-pages .block-page-detailed-setting .admin-contacts .nom-description.conjunction {
  text-align: center;
}
.blocked-pages .flex-container {
  display: flex;
}
.input-color {
  display: inline-block;
}
.input-color [type='radio'] {
  display: none;
}
.input-color label {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.24);
}
.input-color label:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .input-color label {
    width: 50px;
    height: 50px;
  }
}
.input-color [type='radio'] + label:after {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 10px);
  font-family: FontAwesome;
  content: '\f00c';
  color: white;
  transition-property: opacity;
  transition-duration: 200ms;
}
.input-color [type='radio']:checked + label:after {
  opacity: 1;
}
.sps-remote__header {
  display: flex;
  align-items: center;
}
.sps-remote__header .pill {
  margin-left: 15px;
}
.sps-remote__header h2 {
  margin-right: 5px;
}
.sps-remote__content {
  margin-top: 5px;
}
.sps-remote__content .roaming-table__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sps-remote__content .roaming-table__toolbar .counter {
  display: flex;
  align-items: center;
}
.sps-remote__content .roaming-table__toolbar .counter__title {
  font-weight: 700;
}
.sps-remote__content .roaming-table__toolbar .counter__number {
  margin-left: 5px;
}
.sps-remote__content .roaming-table__toolbar .counter__number:hover {
  text-decoration: underline;
}
.sps-remote__content .roaming-table__filter {
  position: relative;
}
.sps-remote__content .roaming-table__filter .input-addon {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 36px;
  color: #65666A;
  cursor: pointer;
}
.sps-remote__content .roaming-table__header,
.sps-remote__content .roaming-table__body > [data-table-row="row"] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr) minmax(0, 0.6fr) minmax(0, 1.3fr) 90px;
}
.sps-remote__content .roaming-table__header > div,
.sps-remote__content .roaming-table__body > [data-table-row="row"] > div {
  padding: 11px 15px 10px 16px;
  line-height: 18px;
  height: 40px;
}
.sps-remote__content .roaming-table__header--no-group,
.sps-remote__content .roaming-table__body--no-group,
.sps-remote__content .roaming-table__header--no-group > [data-table-row="row"],
.sps-remote__content .roaming-table__body--no-group > [data-table-row="row"] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.6fr) minmax(0, 1.3fr) 90px;
}
.sps-remote__content .roaming-table__header--no-actions,
.sps-remote__content .roaming-table__body--no-actions,
.sps-remote__content .roaming-table__header--no-actions > [data-table-row="row"],
.sps-remote__content .roaming-table__body--no-actions > [data-table-row="row"] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr) minmax(0, 0.6fr) minmax(0, 1.3fr);
}
.sps-remote__content .roaming-table__header--no-group.roaming-table__header--no-actions,
.sps-remote__content .roaming-table__body--no-group.roaming-table__body--no-actions > [data-table-row="row"] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.6fr) minmax(0, 1.3fr);
}
.sps-remote__content .roaming-table__header {
  border: 1px solid #DFE7EA;
  background-color: #F3F5F5;
}
.sps-remote__content .roaming-table__header > div {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sps-remote__content .roaming-table__header > div:not(:last-child) {
  border-right: 1px solid #DFE7EA;
}
.sps-remote__content .roaming-table__body {
  border: 1px solid #DFE7EA;
  border-top: none;
}
.sps-remote__content .roaming-table__body > [data-table-row="row"] {
  background-color: #F9FAFA;
}
.sps-remote__content .roaming-table__body > [data-table-row="row"].even {
  background-color: #F3F5F5;
}
.sps-remote__content .roaming-table__body > [data-table-row="row"] > div {
  border-right: 1px solid #DFE7EA;
}
.sps-remote__content .roaming-table__body > [data-table-row="row"] > div:last-child {
  border-right: none;
}
.sps-remote__content .roaming-table__body [data-table-cell="status"] {
  font-weight: 600;
}
.sps-remote__content .roaming-table__body [data-table-cell="actions"] .dropdown {
  text-align: center;
}
.sps-remote__content .roaming-table__body [data-table-cell="actions"] .dropdown-toggle {
  width: 60px;
  cursor: pointer;
}
.sps-remote__content .roaming-table__body [data-table-cell="name"],
.sps-remote__content .roaming-table__body [data-table-cell="group"],
.sps-remote__content .roaming-table__body [data-table-cell="identifier"] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sps-remote__content .roaming-table__body [data-table-cell="name"] {
  cursor: pointer;
}
.sps-remote__content .roaming-table__body [data-table-cell="name"] .fa {
  width: 10px;
}
.sps-remote__content .roaming-table__body--empty {
  grid-template-columns: 1fr;
}
.sps-remote__content .roaming-table__body--empty > div {
  text-align: center;
  padding: 16px;
}
.sps-remote__content .roaming-table__body .roaming-table__expand-row {
  padding: 10px 16px;
  border-top: 1px solid #DFE7EA;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.sps-remote__content .roaming-table__body .roaming-table__details-column {
  padding: 4px 8px;
}
.roaming-table__pagination-section .entries-per-page {
  margin: 5px;
}
.roaming-warning {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 8px;
  background-color: #FFE3B3;
}
.roaming-warning__icon {
  margin-right: 8px;
  margin-top: 2px;
  font-size: 16px;
}
.roaming-warning__content {
  margin-right: 16px;
  flex: 1;
}
.roaming-warning__close:hover {
  cursor: pointer;
}
.warning-short {
  margin-left: 16px;
}
.subscriber-management .privacy-tools .tools-toggles {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  background-color: #F3F6F6;
}
.subscriber-management .privacy-tools .tools-toggles .service {
  display: flex;
  align-items: center;
}
.subscriber-management .privacy-tools .tools-toggles .service__status,
.subscriber-management .privacy-tools .tools-toggles .service__name {
  display: inline-block;
  vertical-align: middle;
}
.subscriber-management .privacy-tools .tools-toggles .service__status .pill {
  width: 45px;
  text-align: center;
}
.subscriber-management .privacy-tools .tools-toggles .service__name {
  margin-left: 15px;
  margin-right: 10px;
}
.subscriber-management .privacy-tools .tools-toggles [class^="service-"]:not(:last-child) {
  margin-bottom: 5px;
}
.subscriber-management .privacy-tools .flip-switch-primary {
  margin-right: 10px;
}
.subscriber-management .privacy-tools .flip-switch-primary > span {
  padding-left: 16px;
}
.engineTable .table-actions[data-connected="true"] .icon-disabled {
  display: inline-block;
}
.engineTable .table-actions[data-connected="true"] .icon-available {
  display: none;
}
.engineTable .table-actions[data-connected="false"] .icon-disabled {
  display: none;
}
.engineTable .table-actions[data-connected="false"] .icon-available {
  display: inline-block;
}
/*
 * Copyright (C) 2017-2020 Akamai Technologies, Inc.  All rights reserved.
 *
 * Copyright (C) 2014-2017 Nominum, Inc.  All rights reserved
 */
.lists-component {
  border: 1px solid #DFE7EA;
}
@media (max-width: 991px) {
  .lists-component {
    width: 940px;
  }
}
.lists-component__header {
  display: grid;
  width: 100%;
  grid-template-columns: auto 140px 280px 140px 85px 80px;
  grid-template-rows: auto;
}
.lists-component__item {
  padding: 10px 15px;
  white-space: nowrap;
}
.lists-component__item:not(:first-child) {
  border-left: 1px solid #DFE7EA;
}
.lists-component .empty__lists-component {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F5F5;
}
.list-item__header {
  display: flex;
  padding: 10px 0 10px 15px;
  align-items: center;
}
.list-item__expand {
  margin: -10px 0;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.list-item__expand-trigger {
  cursor: pointer;
}
.list-item .list-name {
  margin-left: 20px;
  cursor: pointer;
  color: #00B3E3;
  font-weight: 600;
}
.list-item .actions-count {
  position: absolute;
  left: 430px;
  color: #00B3E3;
  font-weight: 600;
}
.list-item .fa.fa-caret-down + .list-name {
  margin-left: 9px;
}
.list-item .fa.fa-caret-right + .list-name {
  margin-left: 13px;
}
.list-item .dropdown-toggle {
  cursor: pointer;
  width: 30px;
}
.list-item__actions {
  width: 80px;
  text-align: center;
}
.list-item__actions .fa {
  vertical-align: middle;
}
.list-item__actions .dropdown-toggle {
  line-height: 30px;
}
.list-item__columns-container {
  display: grid;
  width: 100%;
  grid-template-columns: auto 140px 280px 140px 85px 80px;
  grid-template-rows: auto;
  background-color: white;
}
.list-item__columns-container:nth-child(odd) {
  background-color: #F3F5F5;
}
.list-item__columns-container .rate-limit__toggle {
  line-height: 26px;
}
.list-item__columns-container .rate-limit input {
  width: 50%;
}
.list-item__columns-container .rate-limit .confirm-action:hover,
.list-item__columns-container .rate-limit .cancel-action:hover {
  cursor: pointer;
}
.list-item__columns-container input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
.list-item__column {
  white-space: nowrap;
  padding: 22px 15px;
}
.list-item__column:not(:first-child) {
  border-left: 1px solid #DFE7EA;
}
.list-item__column[data-type="actions"] {
  text-align: center;
}
.list-item__column[data-type="tag"] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-item__description {
  max-width: 425px;
  color: #65666A;
}
.list-item .tooltip {
  word-break: break-word;
}
.list-management__tabs .nom-outline {
  background-color: #fff;
}
.list-management__controls {
  display: flex;
  position: absolute;
  top: -51px;
  right: 0;
}
.list-management__controls .filter-input {
  position: relative;
}
.list-management__controls .filter-input .input-addon {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 36px;
  color: #65666A;
}
.list-management__controls .filter-input .input-addon:hover {
  cursor: pointer;
}
.list-management__create-list {
  margin-left: 15px;
}
.list-action__hint {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 12px;
}
.list-action .tag-input input,
.list-action .tag-input i {
  display: inline-block;
  vertical-align: middle;
}
.list-action .tag-input input {
  width: auto;
}
.list-action .rate-limit-input input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.list-action input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
.list-management__header {
  margin-bottom: 35px;
  margin-top: 50px;
}
.list-management__description {
  margin-bottom: 30px;
}
.list-management__content {
  position: relative;
}
.list-modal-body .nom-radio:not(:last-child) {
  margin-right: 15px;
}
.edit-list-action .action-side-hint {
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 8px;
}
.nom-search .form-group .tcell.by-content {
  vertical-align: bottom;
}
.block-page-editor .preview-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-page-editor .preview-card .card-header--left {
  flex: auto;
}
.block-page-editor .preview-card .card-header--right {
  flex: none;
  align-items: center;
}
.block-page-editor .preview-card #review-hint-tooltip {
  margin-right: 10px;
  color: #6790A2;
}
.block-page-editor .preview-card #review-hint-tooltip:hover {
  color: #4d6f7e;
}
.block-page-editor .preview-card.sticky {
  position: fixed;
  top: 0;
  margin-top: 60px;
}
/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}
/*
 * Page length menu
 */
.dataTables_length {
  float: left;
}
/*
 * Filter
 */
.dataTables_filter {
  float: right;
}
/*
 * Pagination
 */
.dataTables_paginate {
  text-align: right;
}
/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}
.paginate_enabled_previous {
  background: url('../images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
  background: url('../images/back_enabled_hover.png') no-repeat top left;
}
.paginate_disabled_previous {
  background: url('../images/back_disabled.png') no-repeat top left;
}
.paginate_enabled_next {
  background: url('../images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
  background: url('../images/forward_enabled_hover.png') no-repeat top right;
}
.paginate_disabled_next {
  background: url('../images/forward_disabled.png') no-repeat top right;
}
/* Full number pagination */
.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}
.paging_full_numbers a:active {
  outline: none;
}
.paging_full_numbers a:hover {
  text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}
.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}
/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}
/*
 * Sorting
 */
table.dataTable th:active {
  outline: none;
}
/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/jquery-ui/smoothness/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(../images/jquery-ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../images/jquery-ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(../images/jquery-ui/smoothness/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/jquery-ui/smoothness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../images/jquery-ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../images/jquery-ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/jquery-ui/smoothness/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/jquery-ui/smoothness/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../images/jquery-ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../images/jquery-ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*!
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*!
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*!
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*!
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*!
 * jQuery UI Button 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  width: 95%;
  min-height: 0;
  letter-spacing: 0;
  opacity: 1;
  padding: 0;
}
/* changed (timepicker 1.6.1 CSS) to match old 1.1.0 look */
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.minicolors {
  position: relative;
}
.minicolors-sprite {
  background-image: url(data:image/png;base64,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);
}
.minicolors-no-data-uris .minicolors-sprite {
  background-image: url(jquery.minicolors.png);
}
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}
/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.minicolors-panel.minicolors-visible {
  display: block;
}
/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}
.minicolors-position-right .minicolors-panel {
  right: 0;
}
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}
.minicolors-position-left .minicolors-panel {
  left: 0;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Inline controls */
.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-input {
  display: none !important;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}
/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}
/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page {
  margin-top: 50px;
}
.divider {
  border-right: 2px solid #AAAFB1;
}
.reasons {
  margin-left: 24px;
}
.reasons * {
  margin-bottom: 25px;
}
