/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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;
  font-weight: 300;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  background-color: #edeff0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3f8abf;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2c6085;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive.block {
  display: block;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1;
  background-color: #edeff0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail.block {
  display: block;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 8px;
}
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: 38px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 8px;
}
.lead {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 770px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3f8abf;
}
a.text-primary:hover {
  color: #326e99;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3f8abf;
}
a.bg-primary:hover {
  background-color: #326e99;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
}
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: 16px;
}
dt,
dd {
  line-height: 1;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 770px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 20px;
  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;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 770px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 770px) {
  .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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .nopadding_sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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: 16px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control:-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-control:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
textarea.form-control {
  height: auto;
}
.form-control.normal,
.dropdown.dropdown-normal {
  width: 240px;
  max-width: 100%;
  float: left;
}
.form-labels {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #969ea6;
  margin-right: 8px;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
}
.form-labels strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 38px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 43px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 43px;
  line-height: 43px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 770px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 770px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #3f8abf;
  border-color: #397cac;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3574a0;
  border-color: #295b7e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3f8abf;
  border-color: #397cac;
}
.btn-primary .badge {
  color: #3f8abf;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #3f8abf;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -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: #2c6085;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 10px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/National_Library/oe_/https://my.fastcomet.com/fonts/glyphicons-halflings-regular.eot');
  src: url('/National_Library/oe_/https://my.fastcomet.com/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('/National_Library/oe_/https://my.fastcomet.com/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/National_Library/oe_/https://my.fastcomet.com/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/National_Library/oe_/https://my.fastcomet.com/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 6px;
  height: 4px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-dropdown.png) no-repeat center;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  position: absolute;
  margin: auto;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 100%;
  max-width: 100%;
  padding: 5px 0;
  margin: -4px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #737373;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #5ac079;
  text-decoration: none;
  outline: 0;
  background-color: #f4f5f5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open .dropdown-toggle {
  position: relative;
  z-index: 1001;
}
.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: 14px;
  line-height: 1;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 770px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -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: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
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: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 10px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #969ea6;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f4f5f5;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f4f5f5;
  border-color: #3f8abf;
}
.nav .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #edeff0;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 770px) {
  .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: 5px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 770px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 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: #edeff0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.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: #5ac079;
  background-color: #f4f5f5;
}
.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: 770px) {
  .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: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 770px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #edeff0;
  }
}
.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: 16px;
  border: 1px solid transparent;
}
@media (min-width: 770px) {
  .navbar {
    border-radius: 5px;
  }
}
@media (min-width: 770px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 770px) {
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 770px) {
  .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: 770px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 770px) {
  .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: 17px 10px;
  font-size: 20px;
  line-height: 16px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 770px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 770px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 769px) {
  .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: 16px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 770px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 770px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 770px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 769px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 770px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 770px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 769px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 769px) {
  .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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1;
  text-decoration: none;
  color: #3f8abf;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2c6085;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3f8abf;
  border-color: #3f8abf;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.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: 16px 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: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3f8abf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #326e99;
}
.label-open,
.label-active,
.label-Open {
  background-color: #8c4aa5;
}
.label-open[href]:hover,
.label-active[href]:hover,
.label-Open[href]:hover,
.label-open[href]:focus,
.label-active[href]:focus,
.label-Open[href]:focus {
  background-color: #6e3a82;
}
.label-closed,
.label-Closed {
  background-color: #e50635;
}
.label-closed[href]:hover,
.label-Closed[href]:hover,
.label-closed[href]:focus,
.label-Closed[href]:focus {
  background-color: #b30529;
}
.label-progress,
.label-pending {
  background-color: #43bfd2;
}
.label-progress[href]:hover,
.label-pending[href]:hover,
.label-progress[href]:focus,
.label-pending[href]:focus {
  background-color: #2ca4b6;
}
.label-success,
.label-Answered,
.label-paid {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-Answered[href]:hover,
.label-paid[href]:hover,
.label-success[href]:focus,
.label-Answered[href]:focus,
.label-paid[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning,
.label-Customer-Reply {
  background-color: #e29133;
}
.label-warning[href]:hover,
.label-Customer-Reply[href]:hover,
.label-warning[href]:focus,
.label-Customer-Reply[href]:focus {
  background-color: #c6771c;
}
.label-danger,
.label-unpaid {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-unpaid[href]:hover,
.label-danger[href]:focus,
.label-unpaid[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3f8abf;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  line-height: 1;
  background-color: #edeff0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 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: #3f8abf;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 30px 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}
.alert.alert-downspacer {
  padding-bottom: 100px;
}
.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 p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.alert .bottom_space {
  margin-bottom: 35px;
}
.alert .buttons-holder {
  margin: 0 -10px;
  padding: 15px 0 0;
}
.alert-dismissable {
  padding-right: 50px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-downbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #eceeef;
}
.alert-downbar .ullinks {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 25px;
}
.alert-downbar .ullinks:before,
.alert-downbar .ullinks:after {
  content: " ";
  display: table;
}
.alert-downbar .ullinks:after {
  clear: both;
}
.alert-downbar .ullinks:before,
.alert-downbar .ullinks:after {
  content: " ";
  display: table;
}
.alert-downbar .ullinks:after {
  clear: both;
}
.alert-downbar .ullinks > li {
  float: left;
  line-height: 70px;
  margin-right: 30px;
}
.alert-downbar .ullinks > li a {
  display: block;
  position: relative;
  color: #969ea6;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-left: 25px;
  text-decoration: none;
}
.alert-downbar .ullinks > li a .icon {
  position: absolute;
  left: 0;
  top: -2px;
}
.alert-downbar .ullinks > li a:hover {
  color: #2b333b;
}
.alert-normal {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.alert-normal p {
  font-size: 15px;
  color: #969ea6;
  line-height: 24px;
  margin: 0;
}
.alert-normal.bg-gradient {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(center bottom, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
.alert-success {
  background-color: #dff0d8;
  border-color: #bbdba1;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #aed48e;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #a2dfeb;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #8dd8e7;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f7e0b0;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f4d699;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #e2b6bd;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #dba3ad;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #5ac079;
  background-color: #f4f5f5;
  border-color: #f4f5f5;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -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: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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: 16px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #3f8abf;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3f8abf;
  border-color: #3f8abf;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3f8abf;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3f8abf;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -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: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 770px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -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: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 5px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 769px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.back-pink {
  background-color: #913b53;
}
.back-pink.dark {
  background-color: #83354b;
}
html {
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}
.client-area.structure {
  padding-left: 70px;
}
.client-area .content-structure {
  min-height: 840px;
  padding: 25px 5px;
}
.client-area.left-menu-opened .content-structure {
  padding-left: 150px;
}
.menu-structure {
  background: #2b333b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.menu-structure .logo > img {
  width: 123px;
  height: 22px;
}
.menu-structure.menu-normal {
  width: 70px;
}
.menu-structure.menu-normal .menu_group {
  padding: 15px 10px;
  border-bottom: 2px solid #252b32;
  text-align: center;
}
.menu-structure.menu-normal .menu_group:last-child {
  border: none;
}
.menu-structure.menu-normal .logo {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.menu-structure.menu-normal .logo > img {
  position: absolute;
  left: 5px;
  top: 5px;
}
.menu-structure.menu-normal .count-label {
  display: none;
}
.menu-structure.menu-normal .sub_listing {
  display: none;
}
.menu-structure.menu-normal .menu_listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-structure.menu-normal .menu_listing > li {
  position: relative;
  margin-bottom: 3px;
}
.menu-structure.menu-normal .menu_listing > li > a {
  display: block;
  position: relative;
  width: auto;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-structure.menu-normal .menu_listing > li .imp-label:after {
  display: block;
  content: ' ';
  width: 13px;
  height: 14px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/menu-bar-label-1.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-structure.menu-normal .menu_listing > li .imp-label.imp2:after {
  background-image: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/menu-bar-label-2.png);
}
.menu-structure.menu-normal .menu_listing > li .imp-label.imp3:after {
  background-image: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/menu-bar-label-3.png);
}
.menu-structure.menu-normal .menu_listing > li .menu-icon {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.menu-structure.menu-normal .menu_listing > li .link-label {
  display: inline-block;
  position: absolute;
  left: 75px;
  top: 0;
  background: #2b333b;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.menu-structure.menu-normal .menu_listing > li .link-label:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(43, 51, 59, 0);
  border-right-color: #2b333b;
  border-width: 7px;
  margin-top: -7px;
}
.menu-structure.menu-normal .menu_listing > li.current > a {
  background-color: #1c2126;
}
.menu-structure.menu-normal .menu_listing > li.current > a .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-normal .menu_listing > li > a:hover .link-label {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.menu-structure.menu-normal .menu_listing > li > a:hover .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-normal .title-label {
  display: none;
}
.menu-structure.menu-normal .sub_listing {
  display: none !important;
}
.menu-structure.menu-open {
  width: 220px;
}
.menu-structure.menu-open .title-label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0 0 20px;
}
.menu-structure.menu-open .menu_group {
  padding: 8px 0 5px;
  border-bottom: 2px solid #252b32;
  text-align: center;
}
.menu-structure.menu-open .menu_group:last-child {
  border: none;
}
.menu-structure.menu-open .menu_group.logo_holder {
  padding: 20px 0;
}
.menu-structure.menu-open .logo {
  display: inline-block;
  width: 151px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.menu-structure.menu-open .logo > img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 150px;
  height: auto;
}
.menu-structure.menu-open .menu_listing {
  padding: 0;
  list-style: none;
  text-align: left;
}
.menu-structure.menu-open .menu_listing .menu-icon {
  left: 15px;
  bottom: auto;
  top: 5px;
  right: auto;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.menu-structure.menu-open .menu_listing.no_countlabel {
  padding-right: 0;
}
.menu-structure.menu-open .menu_listing.no_countlabel > li {
  padding-right: 0;
}
.menu-structure.menu-open .menu_listing > li {
  position: relative;
  padding-left: 60px;
  padding-right: 50px;
}
.menu-structure.menu-open .menu_listing > li > a {
  display: block;
  width: auto;
  padding: 16px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.menu-structure.menu-open .menu_listing > li > a:hover .link-label {
  color: #ffffff;
}
.menu-structure.menu-open .menu_listing > li > a:hover .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-open .menu_listing > li .link-label {
  display: block;
  color: #808080;
  font-weight: bold;
  font-size: 16px;
}
.menu-structure.menu-open .menu_listing > li .count-label {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 13px;
  color: #bfbfbf;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #555c62;
}
.menu-structure.menu-open .menu_listing > li.sub-open,
.menu-structure.menu-open .menu_listing > li.current {
  background-color: #1c2126;
}
.menu-structure.menu-open .menu_listing > li.sub-open .link-label,
.menu-structure.menu-open .menu_listing > li.current .link-label {
  color: #ffffff;
}
.menu-structure.menu-open .menu_listing > li.sub-open .menu-icon,
.menu-structure.menu-open .menu_listing > li.current .menu-icon {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-structure.menu-open .menu_listing > li.sub-open > .count-label,
.menu-structure.menu-open .menu_listing > li.current > .count-label {
  background-color: #5fcf80;
  color: #ffffff;
}
.menu-structure.menu-open .menu_listing > li.current .sub_listing {
  display: block;
}
.menu-structure.menu-open .menu_listing > li .sub_listing {
  display: none;
}
.menu-structure.menu-open .menu_listing > li .sub_listing .count-label {
  top: 7px;
}
.menu-structure.menu-open .menu_listing > li .sub_listing > li > a:hover .count-label {
  background-color: #5fcf80;
  color: #ffffff;
}
.menu-structure .sub_listing {
  padding: 0 0 3px;
  margin: 0 -50px 0 0;
  list-style: none;
}
.menu-structure .sub_listing > li {
  position: relative;
  margin-bottom: 5px;
}
.menu-structure .sub_listing > li > a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #bfbfbf;
  font-weight: normal;
  font-size: 14px;
}
.menu-structure .sub_listing > li > a:hover {
  color: #5fcf80;
}
.menu-icon {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/menu-bar-icons.png) no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.menu-icon.home {
  background-position: 6px 5px;
}
.menu-icon.products {
  background-position: 6px -50px;
}
.menu-icon.domains {
  background-position: 6px -106px;
}
.menu-icon.billing {
  background-position: 6px -162px;
}
.menu-icon.support {
  background-position: 6px -218px;
}
.menu-icon.order {
  background-position: 6px -274px;
}
.menu-icon.submit_ticket {
  background-position: 6px -329px;
}
.menu-icon.register_domain {
  background-position: 6px -385px;
}
.menu-icon.invoices {
  background-position: 6px -441px;
}
.menu-icon.personal_info {
  background-position: 6px -497px;
}
.menu-icon.affiliate {
  background-position: 6px -551px;
}
.menu-icon.user_info {
  background-position: 6px -609px;
}
.menu-icon.logout {
  background-position: 6px -665px;
}
.menu_listing a:hover .menu-icon.home {
  background-position: -45px 5px;
}
.menu_listing a:hover .menu-icon.products {
  background-position: -45px -50px;
}
.menu_listing a:hover .menu-icon.domains {
  background-position: -45px -106px;
}
.menu_listing a:hover .menu-icon.billing {
  background-position: -45px -162px;
}
.menu_listing a:hover .menu-icon.support {
  background-position: -45px -218px;
}
.menu_listing a:hover .menu-icon.order {
  background-position: -45px -274px;
}
.menu_listing a:hover .menu-icon.submit_ticket {
  background-position: -45px -329px;
}
.menu_listing a:hover .menu-icon.register_domain {
  background-position: -45px -385px;
}
.menu_listing a:hover .menu-icon.invoices {
  background-position: -45px -441px;
}
.menu_listing a:hover .menu-icon.personal_info {
  background-position: -45px -497px;
}
.menu_listing a:hover .menu-icon.affiliate {
  background-position: -45px -551px;
}
.menu_listing a:hover .menu-icon.user_info {
  background-position: -45px -609px;
}
.menu_listing a:hover .menu-icon.logout {
  background-position: -45px -665px;
}
.sub-open .menu-icon.home {
  background-position: 6px 5px !important;
}
.sub-open .menu-icon.products {
  background-position: 6px -50px !important;
}
.sub-open .menu-icon.domains {
  background-position: 6px -106px !important;
}
.sub-open .menu-icon.billing {
  background-position: 6px -162px !important;
}
.sub-open .menu-icon.support {
  background-position: 6px -218px !important;
}
.sub-open .menu-icon.order {
  background-position: 6px -274px !important;
}
.sub-open .menu-icon.submit_ticket {
  background-position: 6px -329px !important;
}
.sub-open .menu-icon.register_domain {
  background-position: 6px -385px !important;
}
.sub-open .menu-icon.invoices {
  background-position: 6px -441px !important;
}
.sub-open .menu-icon.personal_info {
  background-position: 6px -497px !important;
}
.sub-open .menu-icon.affiliate {
  background-position: 6px -551px !important;
}
.sub-open .menu-icon.user_info {
  background-position: 6px -609px !important;
}
.sub-open .menu-icon.logout {
  background-position: 6px -665px !important;
}
.content-top-header .header-controls {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 30px;
}
.content-top-header .header-controls .btn-open {
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 0;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/buttons/btn-open-menu.png) no-repeat center;
  background-size: 31px 13px;
  text-align: left;
  text-indent: -99999px;
  width: 40px;
  height: 25px;
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  border: none;
  outline: none;
}
.content-top-header .header-controls .btn-open:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-top-header .header-controls h3 {
  display: inline-block;
  color: #969ea6;
  font-size: 20px;
  margin: 0;
  line-height: 25px;
}
.content-top-header .header-controls .button {
  width: 145px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  margin-top: -10px;
}
.content-top-header .header-controls .separetor-line {
  display: inline;
  margin: 0 12px;
}
.content-top-header .header-controls .current-label {
  color: #44c76a;
}
.content-top-header .user_options {
  margin-top: -10px;
}
.bg-gray {
  background-color: #f4f5f5;
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-group {
  margin-bottom: 15px;
}
.box-group .box-heading {
  position: relative;
  margin: 0 0 15px;
}
.box-group .box-heading:before,
.box-group .box-heading:after {
  content: " ";
  display: table;
}
.box-group .box-heading:after {
  clear: both;
}
.box-group .box-heading:before,
.box-group .box-heading:after {
  content: " ";
  display: table;
}
.box-group .box-heading:after {
  clear: both;
}
.box-group .box-heading .title-label {
  display: inline-block;
  color: #969ea6;
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  font-weight: bold;
}
.box-group .box-heading .right_options {
  height: 43px;
  margin-top: -9px;
}
.box-group .box-heading .right_options .title-label {
  font-size: 16px;
  margin-right: 20px;
}
.box-group .box-heading .right_options .button {
  line-height: 43px;
  height: 43px;
  padding: 0;
}
.box-group .box-hold {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.box-group .box-hold.padding,
.box-group .box-hold .inner_padding {
  padding: 30px 40px;
}
.box-group .box-hold.padding.form,
.box-group .box-hold .inner_padding.form {
  padding-top: 0;
  padding-bottom: 0;
}
.box-group .box-hold .inner_box {
  padding: 20px 25px;
}
.box-group .box-hold.tables {
  padding: 20px;
}
.box-group .box-hold.box-alert {
  background-color: #f0dedf;
  -moz-box-shadow: 0 1px 0 #dbb0b3;
  -webkit-box-shadow: 0 1px 0 #dbb0b3;
  box-shadow: 0 1px 0 #dbb0b3;
}
.box-group .box-hold.box-filtering {
  padding: 20px;
}
.box-group .box-hold.box-filtering:before,
.box-group .box-hold.box-filtering:after {
  content: " ";
  display: table;
}
.box-group .box-hold.box-filtering:after {
  clear: both;
}
.box-group .box-hold.box-filtering:before,
.box-group .box-hold.box-filtering:after {
  content: " ";
  display: table;
}
.box-group .box-hold.box-filtering:after {
  clear: both;
}
.box-group .box-hold .box-head {
  height: 85px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
}
.box-group .box-hold .box-head.gray {
  background-color: #f4f5f5;
}
.box-group .box-hold .box-head .box-menus {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-group .box-hold .box-head .box-menus:before,
.box-group .box-hold .box-head .box-menus:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-menus:after {
  clear: both;
}
.box-group .box-hold .box-head .box-menus:before,
.box-group .box-hold .box-head .box-menus:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-menus:after {
  clear: both;
}
.box-group .box-hold .box-head .box-menus > li {
  float: left;
  margin-left: 10px;
}
.box-group .box-hold .box-head .heading_label {
  margin: 0;
  font-size: 16px;
  color: #969ea6;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  line-height: 1.1;
}
.box-group .box-hold .box-head .btn-calendar {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border: 1px solid #d8d9da;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-group .box-hold .box-head .btn-calendar .icon {
  display: inline-block;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/buttons/i-b-calendar.png) no-repeat center;
  width: 15px;
  height: 17px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  text-indent: -9999px;
  text-align: left;
}
.box-group .box-hold .box-head .btn {
  height: 45px;
  line-height: 45px;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  border: 1px solid #d8d9da;
  padding: 0 20px;
  min-width: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #969ea6;
  font-size: 16px;
}
.box-group .box-hold .box-head .btn-calendar:hover,
.box-group .box-hold .box-head .btn:hover {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ffffff, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.box-group .box-hold .box-head .dropdown .btn {
  padding-right: 45px;
}
.box-group .box-hold .box-head .dropdown .dropdown-menu {
  margin: -5px 0 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 80px;
  width: 100%;
  border-color: #d0d0d0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.box-group .box-hold .box-head .dropdown .dropdown-menu > li > a {
  white-space: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  color: #737a81;
}
.box-group .box-hold .box-head .dropdown.open .dropdown-toggle {
  position: relative;
  z-index: 1001;
}
.box-group .box-hold .box-head .box-price-balance {
  position: relative;
  display: inline-block;
}
.box-group .box-hold .box-head .box-price-balance:before,
.box-group .box-hold .box-head .box-price-balance:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-price-balance:after {
  clear: both;
}
.box-group .box-hold .box-head .box-price-balance:before,
.box-group .box-hold .box-head .box-price-balance:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-price-balance:after {
  clear: both;
}
.box-group .box-hold .box-head .box-price-balance .box_text_label,
.box-group .box-hold .box-head .box-price-balance .button {
  display: inline-block;
  float: left;
  margin-left: 10px;
  height: 45px;
}
.box-group .box-hold .box-head .box-price-balance .button {
  width: 125px;
  max-width: 100%;
}
.box-group .box-hold .box-head .box-price-balance .box_text_label {
  line-height: 45px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #969ea6;
  margin-left: 0;
  padding-right: 5px;
}
.box-group .box-hold .box-head .box-price-balance .box_text_label strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  color: #5ac079;
}
.box-group .box-hold .box-head .box-right-elements {
  position: relative;
  display: inline-block;
}
.box-group .box-hold .box-head .box-right-elements:before,
.box-group .box-hold .box-head .box-right-elements:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-right-elements:after {
  clear: both;
}
.box-group .box-hold .box-head .box-right-elements:before,
.box-group .box-hold .box-head .box-right-elements:after {
  content: " ";
  display: table;
}
.box-group .box-hold .box-head .box-right-elements:after {
  clear: both;
}
.box-group .box-hold .box-head .box-right-elements .box_input,
.box-group .box-hold .box-head .box-right-elements .button {
  float: left;
  height: 45px;
}
.box-group .box-hold .box-head .box-right-elements .box_input {
  width: 210px;
  max-width: 100%;
}
.box-group .box-hold .box-head .box-right-elements .button {
  width: 125px;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}
.box-group .box-hold .top-row {
  margin-bottom: 20px;
}
.box-group .box-body p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.box-group .box-body .table {
  margin-top: -5px;
}
.box-group .in-box-footer .pages-counter {
  height: 34px;
  line-height: 34px;
}
.box-group .in-box-footer .pages-counter:before,
.box-group .in-box-footer .pages-counter:after {
  content: " ";
  display: table;
}
.box-group .in-box-footer .pages-counter:after {
  clear: both;
}
.box-group .in-box-footer .pages-counter:before,
.box-group .in-box-footer .pages-counter:after {
  content: " ";
  display: table;
}
.box-group .in-box-footer .pages-counter:after {
  clear: both;
}
.box-group .in-box-footer .pages-counter p {
  font-size: 14px;
  color: #969ea6;
  float: left;
  line-height: 34px;
}
.box-group .in-box-footer .pages-counter .pages_change {
  height: 34px;
  line-height: 34px;
  position: relative;
  width: 57px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  background: #eff1f2;
  margin-left: 10px;
}
.box-group .in-box-footer .pages-counter .pages_change .page_label {
  display: block;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #2b333b;
}
.box-group .in-box-footer .pages-counter .pages_change .page_next,
.box-group .in-box-footer .pages-counter .pages_change .page_prev {
  width: 11px;
  height: 10px;
  display: inline-block;
  position: absolute;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  right: 8px;
}
.box-group .in-box-footer .pages-counter .pages_change .page_next:hover,
.box-group .in-box-footer .pages-counter .pages_change .page_prev:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.box-group .in-box-footer .pages-counter .pages_change .page_next {
  top: 7px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/tables-filters-up.png) no-repeat center;
}
.box-group .in-box-footer .pages-counter .pages_change .page_prev {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/tables-filters-down.png) no-repeat center;
  top: 17px;
}
.box-group .in-box-footer .pages-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.box-group .in-box-footer .pages-navigation > li {
  float: left;
  margin-left: 10px;
}
.box-group .in-box-footer .pages-navigation > li > a {
  display: block;
  height: 34px;
  width: 30px;
  position: relative;
  background-color: #eff1f2;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-group .in-box-footer .pages-navigation > li > a.prev {
  background-image: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-navigation-prev.png);
}
.box-group .in-box-footer .pages-navigation > li > a.next {
  background-image: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-navigation-next.png);
}
.box-group .in-box-footer .pages-navigation > li > a:hover {
  background-color: #dee2e4;
}
.box-group .top-row .title_hold {
  font-size: 20px;
  color: #626b75;
  line-height: 1;
  margin: 0 0 10px;
}
.box-group .top-row p {
  font-size: 16px;
  color: #969ea6;
  margin: 0;
  line-height: 1.2;
}
.box-group .box-body .frow #country {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.box-group .box-body .frow #country:focus {
  border-color: #66afe9;
  outline: 0;
}
.box-group .box-body .frow #country::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.box-group .box-body .frow #country:-ms-input-placeholder {
  color: #999999;
}
.box-group .box-body .frow #country::-webkit-input-placeholder {
  color: #999999;
}
.box-group .box-body .frow #country[disabled],
.box-group .box-body .frow #country[readonly],
fieldset[disabled] .box-group .box-body .frow #country {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.box-group .box-body .frow #country::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.box-group .box-body .frow #country:-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.box-group .box-body .frow #country::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.box-group .box-body .frow #country:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
textarea.box-group .box-body .frow #country {
  height: auto;
}
.box-hold.inner {
  color: #969ea6;
}
.box-hold.inner p {
  font-size: 16px;
  margin-bottom: 15px;
}
.inner_box.bg-gray h5 {
  color: #626b75;
  margin: 0 0 5px;
}
.inner_box.bg-gray p {
  font-size: 14px;
  color: #969ea6;
  line-height: 1.3;
}
.funds-holder {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.funds-holder .pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.funds-holder .pricing-list > li {
  background-color: #f4f5f5;
  padding: 20px 30px;
  font-size: 17px;
  color: #626b75;
}
.funds-holder .pricing-list > li strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.funds-holder .pricing-list > li .price-label {
  font-weight: normal;
  font-size: 16px;
}
.funds-holder .pricing-list > li:nth-child(even) {
  background-color: #e0e0e0;
}
.funds-holder .funds-footer {
  padding: 20px;
}
.rounded-top {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.icon--box {
  display: inline-block;
}
.icon--box .icon_placer {
  position: relative;
  margin-bottom: 15px;
}
.icon--box h5 {
  font-size: 18px;
  color: #2b333b;
}
.icon--box p {
  color: #969ea6;
  margin: 0;
}
.icon--box .notification {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #ff2a20;
  position: absolute;
  right: 44px;
  top: 2px;
}
.impstar {
  color: #ef1c1c;
}
.box-body.account-cancel .h_title {
  color: #2b333b;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 25px;
}
.box-body.account-cancel .reason_title {
  display: table;
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #626b75;
  margin: 0 0 10px;
  line-height: 20px;
}
.box-body.account-cancel .reason_title > span {
  display: table-cell;
  vertical-align: middle;
}
.box-body.account-cancel .btn-options {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d7d9d9;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  color: #969ea6;
  font-size: 16px;
  padding: 0 20px;
}
.box-body.account-cancel textarea.form-control {
  width: 100%;
  height: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f5f5;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  padding: 18px 30px;
  color: #969ea6;
  margin: 0 0 35px;
}
.box-body.account-cancel textarea.form-control:focus {
  color: #555;
  background-color: #f9fafa;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.03);
}
.box-body.account-cancel h4 {
  font-size: 16px;
  color: #626b75;
}
.box-body.account-cancel p {
  color: #626b75;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px;
}
.dash-box {
  border: 1px dashed #333;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.dash-box.orange {
  border-color: #e29133;
  color: #e29133;
}
.dash-box p {
  font-size: 16px;
  color: inherit;
}
.dash-box p:last-child,
.dash-box p:only-child {
  margin-bottom: 0;
}
.slider--holder {
  padding-bottom: 50px;
}
.slider--holder .slider-structure {
  padding: 30px 40px;
  padding-bottom: 125px;
  position: relative;
  color: #fff;
}
.slider--holder .slider-structure .buttons-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 0;
}
.slider--holder .slider-structure h3 {
  margin-bottom: 15px;
}
.slider--holder .slider-structure p {
  line-height: 24px;
  margin-bottom: 15px;
  color: #f0f0f0;
}
.slider--holder .slider-structure p:last-child {
  margin-bottom: 0;
}
.slider--holder .slider-structure p.imp {
  color: #fff94d;
}
.slider--holder .slider-structure p.imp strong {
  text-decoration: underline;
  color: #fff;
}
.slider--holder .slider-structure .price_icon .icon {
  margin-bottom: 15px;
}
.slider--holder .slider-structure .price_icon p {
  font-size: 26px;
  margin: 0;
}
.slider--holder .slider-structure .price_icon p sub {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.slider--holder .slider-structure .price_icon p.old_price {
  font-size: 19px;
  color: #cccccc;
  text-decoration: line-through;
}
.slider--holder .slider-structure .slider_content_placer {
  min-height: 100px;
}
.slider--holder .slider-navigations-hold {
  display: inline-block;
  position: relative;
  top: 27px;
  padding: 0 30px;
}
.slider--holder .slider-navigations-hold:before,
.slider--holder .slider-navigations-hold:after {
  content: " ";
  display: table;
}
.slider--holder .slider-navigations-hold:after {
  clear: both;
}
.slider--holder .slider-navigations-hold:before,
.slider--holder .slider-navigations-hold:after {
  content: " ";
  display: table;
}
.slider--holder .slider-navigations-hold:after {
  clear: both;
}
.slider--holder .slider-navigations-hold .btn-prev,
.slider--holder .slider-navigations-hold .btn-next {
  display: inline-block;
  width: 14px;
  height: 14px;
  top: -1px;
  position: absolute;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slider--holder .slider-navigations-hold .btn-prev:hover,
.slider--holder .slider-navigations-hold .btn-next:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider--holder .slider-navigations-hold .btn-prev {
  left: 0;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/slider-prev-arrow.png) no-repeat center;
}
.slider--holder .slider-navigations-hold .btn-next {
  right: 0;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/slider-next-arrow.png) no-repeat center;
}
.slider--holder .slider-pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
  text-align: center;
  position: relative;
}
.slider--holder .slider-pagination li {
  display: inline-block;
  margin: 0 0 0 -4px;
}
.slider--holder .slider-pagination li a {
  display: block;
  background: #ececec;
  width: 80px;
  height: 10px;
  text-indent: -99999px;
  text-align: left;
}
.slider--holder .slider-pagination li a:hover {
  background: #d8d8d8;
}
.slider--holder .slider-pagination li.current a {
  background: #83354b;
}
.slider--holder .slider-pagination li:first-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider--holder .slider-pagination li:last-child a {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.domains-price-listing {
  padding-left: 25px;
  padding-right: 25px;
}
.domains-price-listing > div {
  text-align: center;
}
.domains-price-listing h5 {
  font-size: 30px;
  color: #2b333b;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 0 0 10px;
}
.domains-price-listing p {
  font-size: 17px;
  color: #555c62;
}
.domains-price-listing p strong {
  display: block;
  color: #df0214;
  font-size: 20px;
  margin-bottom: 5px;
}
.domains-price-listing p small {
  font-size: inherit;
  color: inherit;
  text-decoration: line-through;
}
.domains_slide {
  position: relative;
}
.domains_slide .flex-control-nav {
  display: none;
}
.domains_slide .flex-direction-nav .flex-prev,
.domains_slide .flex-direction-nav .flex-next {
  width: 15px;
  height: 25px;
  text-indent: -99999px;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.domains_slide .flex-direction-nav .flex-prev:hover,
.domains_slide .flex-direction-nav .flex-next:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.domains_slide .flex-direction-nav .flex-prev {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/slider-prev-arrow1.png) no-repeat center;
  right: auto;
  left: -10px;
}
.domains_slide .flex-direction-nav .flex-next {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/slider-next-arrow1.png) no-repeat center;
  left: auto;
  right: -10px;
}
.box-filtering {
  margin-bottom: 24px;
}
.box-filtering .filtering-right {
  position: absolute;
  right: 20px;
  top: 20px;
}
.plan-present .present_head {
  position: relative;
  height: 115px;
  padding: 15px 25px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-present .present_head .icon_placer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.plan-present .present_head .icon_placer.block {
  display: block;
}
.plan-present .present_head .icon_placer.block {
  display: block;
}
.plan-present .present_head.color-1 {
  background-color: #fc5b31;
}
.plan-present .present_head.color-2 {
  background-color: #18a5d2;
}
.plan-present .present_head.color-3 {
  background-color: #64b731;
}
.plan-present .present_body {
  padding: 20px 30px;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f4f4f4, #ffffff);
  background: -moz-linear-gradient(center bottom, #f4f4f4 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  min-height: 305px;
}
.plan-present .present_body .in_title {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.plan-present .present_body .ul-check {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.plan-present .present_body .ul-check li {
  position: relative;
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #ededed;
}
.plan-present .present_body .ul-check li:before {
  display: block;
  content: ' ';
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/ul-check-1.png) no-repeat center;
  width: 11px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 13px;
}
.plan-present .present_body .ul-check li:last-child {
  border-bottom: none;
}
.plan-present .present_body p {
  margin-bottom: 20px;
}
.plan-present .present_body .great {
  color: #3f8abf;
  line-height: 20px;
  margin-bottom: 0;
}
.plan-present .present_body .great strong {
  color: #1c3c54;
  text-decoration: underline;
}
.plan-present .present_footer {
  padding: 25px 30px;
  background-color: #fff;
  border-top: 1px solid #eaebec;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.plan-present .present_footer .price-tag {
  margin-bottom: 20px;
}
.price-tag {
  display: inline-block;
}
.price-tag .price_hold {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #df0214;
  margin-bottom: 3px;
}
.price-tag .price_hold sub {
  color: inherit;
  font-size: inherit;
}
.price-tag .price_old {
  display: block;
  font-size: 14px;
  color: #969ea6;
}
.tabs-container .tabs-menu-head {
  background-color: #f4f5f5;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 75px;
  border: 1px solid #e5e5e5;
  padding: 14px 0 0 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-container .tabs-menu-head:before,
.tabs-container .tabs-menu-head:after {
  content: " ";
  display: table;
}
.tabs-container .tabs-menu-head:after {
  clear: both;
}
.tabs-container .tabs-menu-head:before,
.tabs-container .tabs-menu-head:after {
  content: " ";
  display: table;
}
.tabs-container .tabs-menu-head:after {
  clear: both;
}
.tabs-container .tabs-menu-head > li {
  position: relative;
  margin-right: 15px;
}
.tabs-container .tabs-menu-head > li > a {
  display: inline-block;
  color: #969ea6;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  border: none !important;
  text-shadow: none;
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  white-space: nowrap;
}
.tabs-container .tabs-menu-head > li > a:hover {
  color: #565e66;
}
.tabs-container .tabs-menu-head > li.active > a {
  background: none !important;
  color: #2b333b;
}
.tabs-container .tabs-menu-head > li.active:after {
  display: block;
  content: ' ';
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/tabs-current-selected.png) no-repeat 0;
  background-size: 20px 13px;
  width: 20px;
  height: 13px;
  top: auto;
  right: 0;
  bottom: -12px;
  left: 0;
  position: absolute;
  margin: auto;
}
.tabs-container .tabs-menu-head > li:last-child {
  margin: 0;
}
.tabs-container .tab-content .no_left_padding,
.tabs-container .form-fields .no_left_padding {
  padding-left: 0;
}
.tabs-container .tab-content .inner_padding,
.tabs-container .form-fields .inner_padding {
  padding: 30px 90px;
}
.tab-content,
.form-fields {
  padding: 30px 40px;
}
.tab-content .frow,
.form-fields .frow {
  position: relative;
  margin-bottom: 20px;
}
.tab-content .frow .icon_hold,
.form-fields .frow .icon_hold {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 7px;
  margin: auto 0;
}
.tab-content .frow .icon_hold > img,
.form-fields .frow .icon_hold > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.tab-content .frow.last,
.form-fields .frow.last,
.tab-content .frow:only-child,
.form-fields .frow:only-child {
  margin-bottom: 0;
}
.tab-content .frow.go_right,
.form-fields .frow.go_right {
  display: inline-block;
  float: right;
}
.tab-content .frow.go_right:before,
.form-fields .frow.go_right:before,
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  content: " ";
  display: table;
}
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  clear: both;
}
.tab-content .frow.go_right:before,
.form-fields .frow.go_right:before,
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  content: " ";
  display: table;
}
.tab-content .frow.go_right:after,
.form-fields .frow.go_right:after {
  clear: both;
}
.tab-content .title-label,
.form-fields .title-label {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #626b75;
  margin: 0;
  padding: 15px 0;
}
.tab-content .form-control:focus,
.form-fields .form-control:focus,
.tab-content .form-control.focus,
.form-fields .form-control.focus {
  color: #555;
  font-style: normal;
}
.tab-content .form-control:hover,
.form-fields .form-control:hover {
  border-color: #888;
}
.tab-content textarea.form-control,
.form-fields textarea.form-control {
  height: 140px;
}
.tab-content .dropdown.open .form-control,
.form-fields .dropdown.open .form-control {
  border-color: #66afe9;
}
.tab-content .dropdown.open .dropdown-menu,
.form-fields .dropdown.open .dropdown-menu {
  border-color: #66afe9;
}
.tab-content .buttons-holder .button,
.form-fields .buttons-holder .button {
  font-size: 18px;
  width: auto;
  min-width: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
.check_hold {
  display: inline-block;
  font-size: 15px;
  color: #969ea6;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.check_hold .icheckbox_flat-green {
  position: absolute;
  left: 0;
  top: 0;
}
.check_hold span {
  font-weight: normal;
  font-size: 14px;
  color: #c4c8cc;
  line-height: 16px;
}
.check_hold strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: inherit;
  color: inherit;
  display: block;
  margin-bottom: 5px;
}
.check_hold small {
  font-size: 13px;
  display: block;
  color: #c4c8cc;
  font-weight: normal;
}
.check_hold .checked ~ .check_label {
  color: #a6acb3;
}
.box-outside-title {
  background-color: #edeff0;
  padding: 20px 10px;
  text-align: center;
  margin: 0 0 20px;
}
.box-outside-title h4 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #969ea6;
}
.payment-details-tabs {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.payment-details-tabs .payment-title {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #969ea6;
  margin-bottom: 20px;
}
.payment-details-tabs .payments-nav {
  border: none;
  list-style: none;
  padding: 25px 0 0;
  margin: 0;
  background: #e0e0e0;
  height: 78px;
}
.payment-details-tabs .payments-nav:before,
.payment-details-tabs .payments-nav:after {
  content: " ";
  display: table;
}
.payment-details-tabs .payments-nav:after {
  clear: both;
}
.payment-details-tabs .payments-nav:before,
.payment-details-tabs .payments-nav:after {
  content: " ";
  display: table;
}
.payment-details-tabs .payments-nav:after {
  clear: both;
}
.payment-details-tabs .payments-nav > li {
  float: none;
  display: inline-block;
  margin: 0 7px;
  height: 32px;
  position: relative;
}
.payment-details-tabs .payments-nav > li.active:after {
  display: block;
  bottom: -21px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(244, 245, 245, 0);
  border-bottom-color: #f4f5f5;
  border-width: 9px;
  margin-left: -9px;
}
.payment-details-tabs .form-control {
  color: #c4c8cc;
}
.payment-details-tabs .form-control:focus {
  color: #666;
}
.ul-check-columns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-check-columns .title {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #969ea6;
}
.ul-check-columns > li {
  margin-bottom: 15px;
}
.account--image {
  position: relative;
  padding-left: 95px;
  min-height: 72px;
  margin-bottom: 20px;
}
.account--image:before,
.account--image:after {
  content: " ";
  display: table;
}
.account--image:after {
  clear: both;
}
.account--image:before,
.account--image:after {
  content: " ";
  display: table;
}
.account--image:after {
  clear: both;
}
.account--image .img_hold {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  overflow-x: hidden;
  background-color: #f4f5f5;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
}
.account--image .img_hold > img {
  width: 72px;
  height: 72px;
}
.account--image .sub_label {
  font-size: 14px;
  color: #969ea6;
  line-height: 1;
}
.account--image .sub_label a {
  color: inherit;
}
.bootstrap-filestyle {
  outline: none;
  margin: 0 0 5px;
}
.bootstrap-filestyle:before,
.bootstrap-filestyle:after {
  content: " ";
  display: table;
}
.bootstrap-filestyle:after {
  clear: both;
}
.bootstrap-filestyle:before,
.bootstrap-filestyle:after {
  content: " ";
  display: table;
}
.bootstrap-filestyle:after {
  clear: both;
}
.bootstrap-filestyle .btn-default {
  float: left;
  display: inline-block;
  margin: 0 10px;
  width: 175px;
  max-width: 100%;
  padding: 15px 0;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3f8abf;
  color: #fff;
  text-align: center;
  border: none;
  margin-left: 0;
  width: 141px;
  height: 45px;
}
.bootstrap-filestyle .btn-default:hover,
.bootstrap-filestyle .btn-default:focus {
  text-decoration: none;
  color: #ffffff;
}
.bootstrap-filestyle .btn-default.btn-green {
  background-color: #5ac079;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #3ea35d;
}
.bootstrap-filestyle .btn-default.btn-green:hover {
  background-color: #4ad073;
}
.bootstrap-filestyle .btn-default.btn-green.btn-search {
  height: 52px;
  line-height: 52px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.bootstrap-filestyle .btn-default.btn-gray {
  background-color: #969ea6;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #78828c;
  color: #fff;
}
.bootstrap-filestyle .btn-default.btn-gray:hover {
  background-color: #a4abb2;
}
.bootstrap-filestyle .btn-default.btn-orange {
  background-color: #f14215;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #c2310c;
  color: #fff;
}
.bootstrap-filestyle .btn-default.btn-orange:hover {
  background-color: #df380d;
}
.bootstrap-filestyle .btn-default.btn-blue {
  background-color: #3f8abf;
  color: #fff;
  text-align: center;
}
.bootstrap-filestyle .btn-default.btn-blue:hover {
  background-color: #397cac;
}
.bootstrap-filestyle .btn-default.btn-blue.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #316c95;
}
.bootstrap-filestyle .btn-default.btn-red {
  background-color: #d41111;
  color: #fff;
}
.bootstrap-filestyle .btn-default.btn-red:hover {
  background-color: #e40101;
}
.bootstrap-filestyle .btn-default.btn-red.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #a00d0d;
}
.bootstrap-filestyle .btn-default .btn-arrow {
  display: inline-block;
  position: relative;
}
.bootstrap-filestyle .btn-default .btn-arrow:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white.png) no-repeat center;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bootstrap-filestyle .btn-default.btn-big {
  font-size: 18px;
  padding: 15px 0;
}
.bootstrap-filestyle .btn-default.btn-back {
  background-color: #bcbcbc;
  padding: 0 25px 0 50px;
  white-space: nowrap;
  width: auto;
  height: 45px;
  position: relative;
  line-height: 45px;
}
.bootstrap-filestyle .btn-default.btn-back:before {
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white1.png') no-repeat center;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  position: absolute;
  margin: auto;
}
.bootstrap-filestyle .btn-default.btn-back:hover {
  background-color: #a3a3a3;
}
.bootstrap-filestyle .btn-default:hover {
  background-color: #397cac;
}
.bootstrap-filestyle .btn-default.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #316c95;
}
.bootstrap-filestyle .input-large {
  float: right;
  width: 250px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: none;
  border: none;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.tickets-boxes {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px -20px;
}
.tickets-boxes:before,
.tickets-boxes:after {
  content: " ";
  display: table;
}
.tickets-boxes:after {
  clear: both;
}
.tickets-boxes:before,
.tickets-boxes:after {
  content: " ";
  display: table;
}
.tickets-boxes:after {
  clear: both;
}
.tickets-boxes > li {
  float: left;
  width: 175px;
  max-width: 100%;
  margin: 0 10px 20px;
  text-align: center;
}
.tickets-boxes .icon-box-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 145px;
  border: 1px solid #d5d6d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 15px;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.tickets-boxes .icon-box-holder:hover.box-1 {
  background: #39add1;
  border-color: #39add1;
}
.tickets-boxes .icon-box-holder:hover.box-1 .icon-1 {
  background-position: 15px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-2 {
  background: #e7a320;
  border-color: #e7a320;
}
.tickets-boxes .icon-box-holder:hover.box-2 .icon-2 {
  background-position: -177px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-3 {
  background: #f9845b;
  border-color: #f9845b;
}
.tickets-boxes .icon-box-holder:hover.box-3 .icon-3 {
  background-position: -374px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-4 {
  background: #53bbb4;
  border-color: #53bbb4;
}
.tickets-boxes .icon-box-holder:hover.box-4 .icon-4 {
  background-position: -568px -150px;
}
.tickets-boxes .icon-box-holder:hover.box-5 {
  background: #9d8ac7;
  border-color: #9d8ac7;
}
.tickets-boxes .icon-box-holder:hover.box-5 .icon-5 {
  background-position: -758px -150px;
}
.tickets-boxes .icons-sprite {
  display: inline-block;
  width: 130px;
  height: 110px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/tickets-departments-sprite.png) no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.tickets-boxes .icons-sprite.icon-1 {
  background-position: 15px 0;
}
.tickets-boxes .icons-sprite.icon-2 {
  background-position: -177px 0;
}
.tickets-boxes .icons-sprite.icon-3 {
  background-position: -374px 0;
}
.tickets-boxes .icons-sprite.icon-4 {
  background-position: -568px 0;
}
.tickets-boxes .icons-sprite.icon-5 {
  background-position: -758px 0;
}
.tickets-boxes h4 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #626b75;
  line-height: 1;
  margin: 0 0 5px;
}
.tickets-boxes p {
  font-size: 13px !important;
  color: #969ea6;
  line-height: 1 !important;
}
.tickets-group .box-hold.padding {
  padding-left: 110px;
}
.ticket-post-header {
  position: relative;
  padding-right: 160px;
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.ticket-post-header .person-image {
  display: block;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -70px;
  top: 0;
}
.ticket-post-header .person-image > img {
  width: inherit;
  height: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.ticket-post-header.no-border {
  border: none;
  padding: 0;
  margin: 0;
  height: 0;
}
.ticket-post-header .title-label {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #2b333b;
  margin: 0 0 8px;
}
.ticket-post-header .ticket-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket-post-header .ticket-options:before,
.ticket-post-header .ticket-options:after {
  content: " ";
  display: table;
}
.ticket-post-header .ticket-options:after {
  clear: both;
}
.ticket-post-header .ticket-options:before,
.ticket-post-header .ticket-options:after {
  content: " ";
  display: table;
}
.ticket-post-header .ticket-options:after {
  clear: both;
}
.ticket-post-header .ticket-options > li {
  float: left;
  color: #bfc3c7;
  font-size: 14px;
  line-height: 16px;
  margin-right: 15px;
}
.ticket-post-header .ticket-options > li .in_main {
  color: #969ea6;
  font-size: 16px;
}
.ticket-post-header .ticket-options > li .reply {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.ticket-post-header .ticket-options > li .reply:before {
  display: inline-block;
  content: ' ';
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/tickets-reviews-return.png) no-repeat 0;
  width: 15px;
  height: 13px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.ticket-post-header .ticket-options > li .label-job {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
  display: inline-block;
  background: #faa91b;
  padding: 0 20px;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: -4px;
}
.ticket-post-header .ticket-options > li .label-job[href]:hover,
.ticket-post-header .ticket-options > li .label-job[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.ticket-post-header .ticket-options > li .label-job:empty {
  display: none;
}
.btn .ticket-post-header .ticket-options > li .label-job {
  position: relative;
  top: -1px;
}
.ticket-post-header .time-label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #bfc3c7;
}
.code-pasted-holder .syntaxhighlighter {
  overflow: visible !important;
  background: #f9f9f9 !important;
  padding: 15px 20px 15px 0;
}
.code-pasted-holder .syntaxhighlighter .line {
  background: none !important;
}
.code-pasted-holder .syntaxhighlighter .code .container {
  padding-right: 15px;
}
.code-pasted-holder .syntaxhighlighter a,
.code-pasted-holder .syntaxhighlighter div,
.code-pasted-holder .syntaxhighlighter code,
.code-pasted-holder .syntaxhighlighter table,
.code-pasted-holder .syntaxhighlighter table td,
.code-pasted-holder .syntaxhighlighter table tr,
.code-pasted-holder .syntaxhighlighter table tbody,
.code-pasted-holder .syntaxhighlighter table thead,
.code-pasted-holder .syntaxhighlighter table caption,
.code-pasted-holder .syntaxhighlighter textarea {
  font-size: 15px;
}
.tickets-group .box-body .ticket-post-content p {
  margin-bottom: 10px;
}
.tickets-group .box-body .ticket-post-content .ticket-text-input {
  width: 100%;
  height: 145px;
  resize: vertical;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f5f5;
  border: none;
  border-top: 2px solid #e8e9e9;
  padding: 15px;
  outline: none;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  font-size: 15px;
  color: #999;
  line-height: 1.2;
  margin-bottom: 10px;
}
.tickets-group .box-body .ticket-post-content .ticket-text-input:focus {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
  color: #555;
}
.tickets-group .box-body .ticket-post-content .ticket-text-input ~ p {
  font-size: 14px;
  color: #a5acb3;
  margin-bottom: 25px;
}
/* Rating holder */
.rating--holder {
  padding: 5px 0 0;
  display: inline-block;
  text-align: left;
}
.rating--holder:before,
.rating--holder:after {
  content: " ";
  display: table;
}
.rating--holder:after {
  clear: both;
}
.rating--holder:before,
.rating--holder:after {
  content: " ";
  display: table;
}
.rating--holder:after {
  clear: both;
}
.rating--holder .rating__stars {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.rating--holder .rating__stars:before,
.rating--holder .rating__stars:after {
  content: " ";
  display: table;
}
.rating--holder .rating__stars:after {
  clear: both;
}
.rating--holder .rating__stars:before,
.rating--holder .rating__stars:after {
  content: " ";
  display: table;
}
.rating--holder .rating__stars:after {
  clear: both;
}
.rating--holder .rating__stars li {
  float: left;
  width: 12px;
  height: 11px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/stars/rating-sm-empty.png) no-repeat center;
  margin-right: 4px;
  cursor:pointer;
}
.rating--holder .rating__stars li.full {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/stars/rating-sm-full.png) no-repeat center;
}
.rating--holder .rating-label-text {
  display: inline-block;
  float: left;
  color: #a5acb3;
  font-size: 14px;
  margin-right: 7px;
}
.project-start-holder {
  margin-bottom: 30px;
}
.project-start-holder .holder-top {
  background: #913b53;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  padding-right: 300px;
}
.project-start-holder .holder-top .left_padding {
  padding: 40px 0 20px 40px;
}
.project-start-holder .holder-top .col {
  position: static;
}
.project-start-holder .holder-top h3 {
  margin: 0 0 10px;
  font-size: 30px;
}
.project-start-holder .holder-top p {
  font-size: 16px;
  margin: 0 0 20px;
}
.project-start-holder .holder-top p .underline {
  text-decoration: underline;
}
.project-start-holder .holder-top p .label-imp {
  color: #fff94d;
}
.project-start-holder .holder-top .learn-more {
  display: inline-block;
  color: #fff94d;
  font-size: 14px;
  position: relative;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 3px 15px 3px 5px;
  text-decoration: none;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  border: none;
  background: none;
}
.project-start-holder .holder-top .learn-more:after {
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  display: inline-block;
  content: ' ';
  width: 7px;
  height: 6px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-yellow-1.png) no-repeat center;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  margin: auto;
}
.project-start-holder .holder-top .learn-more:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-start-holder .holder-top .learn-more.is-clicked {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-start-holder .holder-top .learn-more.is-clicked:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.project-start-holder .holder-top .right-clm-holder {
  background: #7f3449;
  width: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  margin: auto;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.project-start-holder .holder-top .right-clm-holder .inner_price {
  width: 180px;
  text-align: center;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.project-start-holder .holder-top .right-clm-holder .price-label {
  font-size: 26px;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.project-start-holder .holder-top .right-clm-holder .price-label small {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
.project-start-holder .holder-main {
  background: #fff;
  padding: 30px 40px 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #d6d8d8;
}
.project-start-holder .holder-main p {
  font-size: 16px;
  color: #626b75;
  line-height: 22px;
  margin-bottom: 15px;
}
.project-start-holder .holder-main p:last-child,
.project-start-holder .holder-main p:only-child {
  margin-bottom: 0;
}
.button {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  width: 175px;
  max-width: 100%;
  padding: 15px 0;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button:hover,
.button:focus {
  text-decoration: none;
  color: #ffffff;
}
.button.btn-green {
  background-color: #5ac079;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #3ea35d;
}
.button.btn-green:hover {
  background-color: #4ad073;
}
.button.btn-green.btn-search {
  height: 52px;
  line-height: 52px;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.button.btn-gray {
  background-color: #969ea6;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #78828c;
  color: #fff;
}
.button.btn-gray:hover {
  background-color: #a4abb2;
}
.button.btn-orange {
  background-color: #f14215;
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #c2310c;
  color: #fff;
}
.button.btn-orange:hover {
  background-color: #df380d;
}
.button.btn-blue {
  background-color: #3f8abf;
  color: #fff;
  text-align: center;
}
.button.btn-blue:hover {
  background-color: #397cac;
}
.button.btn-blue.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #316c95;
}
.button.btn-red {
  background-color: #d41111;
  color: #fff;
}
.button.btn-red:hover {
  background-color: #e40101;
}
.button.btn-red.border {
  border: 1px solid;
  border-bottom-width: 2px;
  border-color: #a00d0d;
}
.button .btn-arrow {
  display: inline-block;
  position: relative;
}
.button .btn-arrow:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white.png) no-repeat center;
  right: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button.btn-big {
  font-size: 18px;
  padding: 15px 0;
}
.button.btn-back {
  background-color: #bcbcbc;
  padding: 0 25px 0 50px;
  white-space: nowrap;
  width: auto;
  height: 45px;
  position: relative;
  line-height: 45px;
}
.button.btn-back:before {
  display: block;
  content: ' ';
  width: 7px;
  height: 11px;
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white1.png') no-repeat center;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  position: absolute;
  margin: auto;
}
.button.btn-back:hover {
  background-color: #a3a3a3;
}
.btn-close {
  display: inline-block;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/buttons/btn-close.png) no-repeat center;
  background-size: 14px 14px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.btn-close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-dialog .btn-close {
  right: 10px;
  top: 10px;
}
.btn-close-block {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #3f8abf;
  position: relative;
  text-indent: -99999px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #256795;
}
.btn-close-block:hover {
  background-color: #397cac;
}
.btn-close-block:after {
  display: inline-block;
  content: ' ';
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/buttons/i-b-closeblock.png) no-repeat center;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.btn-group {
  position: relative;
}
.btn-group.user_options .btn-drop {
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 50px;
}
.btn-group.user_options .icon_hold {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}
.btn-group.user_options .icon_hold img {
  vertical-align: top;
}
.btn-group.user_options .arrow {
  display: inline-block;
  width: 6px;
  height: 4px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-dropdown.png) no-repeat 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-group.user_options .dropdown-menu {
  width: 230px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.user_options .dropdown-menu > li a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
  padding: 0 15px 0 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.user_options .dropdown-menu > li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.user_options.open .btn-drop {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
}
.btn-group.user_options.open .dropdown-menu {
  border-top: none;
}
.btn-group.dropdowns .btn-drop {
  display: block;
  width: 190px;
  height: 43px;
  line-height: 43px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  position: relative;
  padding: 0 15px 0 12px;
}
.btn-group.dropdowns .arrow {
  display: inline-block;
  width: 6px;
  height: 4px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-dropdown.png) no-repeat 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-group.dropdowns .dropdown-menu {
  width: 190px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e1e3e3;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.dropdowns .dropdown-menu > li a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
  padding: 0 15px 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group.dropdowns .dropdown-menu > li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-group.dropdowns.open .btn-drop {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
}
.btn-group.dropdowns.open .dropdown-menu {
  border-top: none;
}
.btn-group.dropdowns.drop-gray .btn-drop {
  background-color: #f2f2f2;
}
.buttons-holder p.btn_sub {
  font-size: 13px;
  color: #c4c8cc;
  line-height: 1;
  margin: 0;
}
.table {
  width: 100%;
  border: none;
  border-collapse: separate;
  margin-bottom: 20px;
}
.table.down-margin {
  margin-bottom: 50px;
}
.table tr:last-child > td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table tr:last-child > td:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table tr > td,
.table tr > th {
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.table tr > td:last-child,
.table tr > th:last-child {
  border-right: 1px solid #e2e2e2;
}
.table .table-head tr:first-child > td:first-child,
.table .table-head tr:first-child > th:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table .table-head tr:first-child > td:last-child,
.table .table-head tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table .table-head > tr > th,
.table .table-head > tr > td {
  border-top: 1px solid #e2e2e2;
  height: 45px;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  vertical-align: middle;
  padding: 0 10px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #626b75;
  cursor: pointer;
  position: relative;
  text-align: left;
}
.table .table-head > tr > th:hover,
.table .table-head > tr > td:hover,
.table .table-head > tr > th.filtered,
.table .table-head > tr > td.filtered {
  background: #f8f8f8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ffffff, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.table .table-head .filter_options {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 8px;
}
.table .table-head .filter_options .acsending,
.table .table-head .filter_options .descending {
  display: inline-block;
  width: 7px;
  height: 6px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.table .table-head .filter_options .acsending.active,
.table .table-head .filter_options .descending.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.table .table-head .filter_options .acsending {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/tables-filters-up.png) no-repeat center;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
}
.table .table-head .filter_options .descending {
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/tables-filters-down.png) no-repeat center;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.table .table-body > tr > td {
  height: 65px;
  vertical-align: middle;
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  color: #969ea6;
  line-height: 1.2;
}
.table .table-body > tr > td img {
  vertical-align: top;
}
.table .table-body > tr:nth-child(odd) > td {
  background-color: #f7f8f9;
}
.table .table-body > tr:nth-child(even) > td {
  background-color: #eef2f6;
}
.table .table-body .imp-label {
  color: #3f8abf;
  display: inline-block;
}
.table .table-body .label {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
}
.table .table-body .button {
  border: none;
  padding: 13px 0;
}
.table-hover .table-body > tr:hover {
  cursor: default;
}
.table-hover .table-body > tr:hover:nth-child(odd) > td {
  background-color: #fdfdfd;
}
.table-hover .table-body > tr:hover:nth-child(even) > td {
  background-color: #e7edf2;
}
.drop-under-table {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.drop-under-table .dropdown-toggle {
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e3e3e3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #e5e5e5));
  background: -ms-linear-gradient(bottom, #dddddd, #e5e5e5);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #e5e5e5 100%);
  background: -o-linear-gradient(#e5e5e5, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#dddddd', GradientType=0);
  color: #8e959d;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
body.client-area-login {
  background: #3f8abf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #28587a), color-stop(1, #3f8abf));
  background: -ms-linear-gradient(bottom, #28587a, #3f8abf);
  background: -moz-linear-gradient(center bottom, #28587a 0%, #3f8abf 100%);
  background: -o-linear-gradient(#3f8abf, #28587a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f8abf', endColorstr='#28587a', GradientType=0);
}
.login-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.login-container .login-overlay {
  background: #172b52;
  background: rgba(23, 43, 82, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
}
.login-container .login-box {
  width: 370px;
  height: 455px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 rgba(9, 9, 9, 0.05), 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(9, 9, 9, 0.05), 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(9, 9, 9, 0.05), 0 0 7px rgba(0, 0, 0, 0.1);
}
.login-container .login-box .padding {
  padding: 0 30px;
}
.login-container .login-box .close {
  display: inline-block;
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/buttons/btn-close-modal.png') no-repeat 0;
  width: 14px;
  height: 14px;
  text-align: left;
  text-indent: -99999px;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  margin: auto;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 5;
}
.login-container .login-box .close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.login-container .login-box .login-header {
  position: relative;
  padding: 0 30px;
  min-height: 135px;
}
.login-container .login-box .login-header .header_image {
  border-bottom: 1px solid #f2f2f2;
  height: 75px;
  line-height: 75px;
}
.login-container .login-box .login-header .header_image img {
  vertical-align: middle;
}
.login-container .login-box .login-header .header_title {
  padding: 20px 0;
}
.login-container .login-box .login-header .header_title .the_title {
  display: block;
  font-size: 20px;
  color: #bfbfbf;
  margin: 0;
}
.login-container .login-box .login-body {
  padding: 30px 0;
}
.login-container .login-box .login-footer {
  padding: 20px 30px 10px;
}
.login-container .login-box .login-footer .divider {
  display: inline;
  margin: 0 8px;
  color: #ddd;
}
.login-container .login-box .login-footer a {
  font-size: 14px;
  color: #3f8abf;
}
.login-container .login-box .btn-blue {
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  white-space: nowrap;
  height: 50px;
  border: 1px solid #2971a5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #3f89bf;
  box-shadow: inset 0 -2px 0 #2b74a7;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.login-container .login-box .btn-blue:hover {
  background-color: #397bac;
}
.login-container .bg-gray {
  background-color: #f4f5f5;
}
.login-container .form-srtuctures .padding-left {
  padding-left: 30px;
}
.login-container .form-srtuctures .frow {
  position: relative;
  margin-bottom: 20px;
}
.login-container .form-srtuctures .frow .icon_hold {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 8px;
  margin: auto 0;
}
.login-container .form-srtuctures .frow .icon_hold > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.login-container .form-srtuctures .frow.last {
  margin-bottom: 0;
}
.login-container .form-srtuctures .frow:last-child {
  margin-bottom: 0;
}
.login-container .form-srtuctures .form-control {
  width: 280px;
  max-width: 100%;
  height: 38px;
  line-height: 19px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 10px;
  background-clip: padding-box;
  background-color: #fff;
  font-size: 14px;
  color: #888;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.login-container .form-srtuctures .form-control:focus {
  color: #444;
  border-color: #999;
}
.login-container .form-srtuctures .form-control::-webkit-input-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .form-control:-moz-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .form-control::-moz-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .form-control:-ms-input-placeholder {
  color: #c4c8cc;
}
.login-container .form-srtuctures .frow.error .form-control {
  border-color: #e76161;
  color: #e76161;
}
.login-container .form-srtuctures .checkbox-holder {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_hold {
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_replace {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/icons/forms/green.png) no-repeat -2px -2px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_label {
  display: inline-block;
  color: #969ea6;
  font-size: 14px;
  line-height: 17px;
}
.login-container .form-srtuctures .checkbox-holder .checkbox_hold:checked ~ .checkbox_replace {
  background-position: -24px -2px;
}
.no-boxshadow .form-srtuctures .checkbox-holder .checkbox_hold {
  display: inline-block;
  width: auto;
  height: auto;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.no-boxshadow .form-srtuctures .checkbox-holder .checkbox_replace {
  display: none;
}
.client--topbar {
  height: 70px;
  background-color: #2b333b;
}
.client--topbar .logo_holder {
  display: inline-block;
  float: left;
  width: 174px;
  height: 49px;
  margin: 18px 0 0;
}
.client--topbar .logo_holder > img {
  max-width: 100%;
  height: auto;
}
.client--topbar .right_options {
  padding-top: 16px;
}
.client--topbar p {
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
}
.client--topbar p strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.client--topbar .button.btn-blue {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 140px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #2972a5;
}
.client--topbar .button.btn-blue:hover {
  background-color: #246491;
}
.client--topbar.title-steps {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  height: auto;
  min-height: 110px;
  margin-bottom: 65px;
}
.client--topbar.title-steps .col-left {
  padding-top: 45px;
}
.client--topbar.title-steps .col-right {
  padding-top: 20px;
  text-align: right;
}
.client--topbar.title-steps .title-label {
  font-size: 22px;
  color: #969ea6;
}
.steps--holder {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 8px;
  width: 340px;
  margin: 35px 60px 10px 0;
}
.steps--holder .steps-bar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #eeeff0;
}
.steps--holder .steps-front {
  position: relative;
  z-index: 2;
}
.steps--holder .step {
  display: inline-block;
  position: absolute;
  top: -8px;
}
.steps--holder .step .step-label {
  display: block;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #999;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -50px;
  position: absolute;
  margin: auto;
}
.steps--holder .step .step-circle {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeff0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.steps--holder .step .step-circle > .blank {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #d6d7d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -99999px;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.steps--holder .step.step-1 {
  left: 0;
}
.steps--holder .step.step-2 {
  left: 160px;
}
.steps--holder .step.step-3 {
  left: 320px;
}
.steps--holder .step.done .step-circle > .blank {
  background: #5ac079 url(/National_Library/oe_/https://my.fastcomet.com/images/icons/forms/green.png) no-repeat -24px -2px;
  z-index: 3;
}
.steps--holder .step.done .step-label {
  color: #51BD71;
}
.steps--holder .step.done:after {
  display: block;
  content: ' ';
  width: 160px;
  height: 2px;
  background-color: #d6d7d8;
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 1;
}
.checkout-structure .client--main {
  color: #67717a;
}
.checkout-structure .client--main .section-title {
  font-size: 22px;
  color: #2b333b;
  margin-bottom: 35px;
}
.checkout-structure .client--main .content-group {
  margin-bottom: 100px;
}
.checkout-structure .client--main .domains-box {
  background-color: #edeff1;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 30px;
}
.checkout-structure .client--main .domains-box .box-header {
  background: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 22px 0;
}
.checkout-structure .client--main .domains-box .box-header .options-check.check-hor {
  margin: 0;
}
.checkout-structure .client--main .domains-box .box-body {
  padding: 25px 30px 30px;
}
.checkout-structure .client--main .domains-box .box-body .domains--search {
  margin: 0;
}
.checkout-structure .client--main .domains-box .box-body .where {
  color: #5ac079;
  font-size: 14px;
  line-height: 52px;
}
.checkout-structure .client--main .domains-box .box-body .where a {
  color: inherit;
}
.checkout-structure .client--main .domains-box.credit-cards .box-header,
.checkout-structure .client--main .domains-box.credit-cards .box-body {
  padding: 30px 35px;
}
.checkout-structure .client--main .domains--search {
  background: none;
  padding: 0 130px 0 0;
  margin-bottom: 35px;
  height: auto;
}
.checkout-structure .client--main .domains--search .toprightcorner {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.checkout-structure .client--main .domains--search .domain_name {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.checkout-structure .client--main .domains--search .buttons_right_hold {
  width: 110px;
  top: 0;
  right: 0;
}
.checkout-structure .client--main .domains--search .domain_extension {
  margin: 0;
}
.checkout-structure .client--main .domains--search .domain_extension .btn_extens {
  border: 1px solid #dbdbdb;
}
.checkout-structure .client--main .text-error {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 20px;
  position: relative;
}
.checkout-structure .client--main .text-error:before {
  display: block;
  content: ' ';
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/icons/text-error.png') no-repeat center;
  width: 14px;
  height: 14px;
  top: 0;
  right: auto;
  bottom: 0;
  left: -25px;
  position: absolute;
  margin: auto;
}
.checkout-structure .client--main .text-congrats {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin: 45px 0;
}
.checkout-structure .client--main .btn-green {
  padding: 17px 30px;
  width: auto;
  font-size: 18px;
}
.checkout-structure .client--main hr {
  border-color: #e0e0e1;
  margin: 18px 0;
}
.checkout-structure .client--main h5 {
  margin-bottom: 15px;
}
.checkout-structure .client--main .green {
  color: #5fcf80;
}
.checkout-structure .client--main .red {
  color: #e21a1a;
}
.options-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.options-check > li {
  margin-bottom: 14px;
}
.options-check .in_title {
  font-size: 20px;
  color: #2b333b;
  margin: 0 0 15px;
}
.options-check .check-option {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 22px;
  position: relative;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #4d5359;
}
.options-check .check-option .check-default {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.options-check .check-option .check-click {
  display: inline-block;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 15px;
}
.options-check .check-option .check-click.check-radio {
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/icons/checkout-radio.png') no-repeat 0 0;
}
.options-check .check-option .check-click.check-checkbox {
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/icons/checkout-checkbox.png') no-repeat 0 0;
}
.options-check .check-option .check-label {
  font-size: inherit;
  color: #67717a;
  line-height: 1.2;
}
.options-check .check-option.icons .check-click {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.options-check .check-option.icons .check-label {
  line-height: 1;
}
.options-check .check-option.icons .check-label img {
  margin: 0 5px;
}
.options-check .check-option .check-default:checked ~ .check-click.check-radio {
  background-position: -15px 0;
}
.options-check .check-option .check-default:checked ~ .check-click.check-checkbox {
  background-position: -14px 0;
}
.options-check.check-hor {
  margin-bottom: 30px;
}
.options-check.check-hor .check-option {
  margin: 0 20px;
}
.checkout-group .group-header {
  position: relative;
  border-bottom: 1px solid #e0e0e1;
  padding: 4px 0 30px 45px;
  margin: 0 0 35px;
}
.checkout-group .group-header .numb-label {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #5fcf80;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout-group .group-header .header_title {
  font-size: 22px;
  color: #2b333b;
  margin: 0;
}
.spacer {
  height: 100px;
}
.form-payment .row-form {
  margin-bottom: 20px;
}
.form-payment .row-form:last-child,
.form-payment .row-form:only-child {
  margin-bottom: 0;
}
.form-payment .label-title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  color: #2b333b;
  margin: 0 0 15px;
  cursor: pointer;
}
.form-payment .inp-field,
.form-payment .inp-select {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 26px;
  padding: 0 20px;
  margin: 0 0 10px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  font-size: 17px;
  font-weight: normal;
  color: #566676;
  outline: none;
  text-align: left;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.form-payment .inp-field::-webkit-input-placeholder,
.form-payment .inp-select::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field:-moz-placeholder,
.form-payment .inp-select:-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field::-moz-placeholder,
.form-payment .inp-select::-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field:-ms-input-placeholder,
.form-payment .inp-select:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-style: italic;
  font-size: inherit;
}
.form-payment .inp-field:focus,
.form-payment .inp-select:focus {
  border-color: #777;
  color: #2b333b;
}
.form-payment .inp-style {
  display: block;
  width: 100%;
}
.form-payment .dropdown.block {
  display: block;
}
.form-payment .dropdown.open .inp-select {
  border-color: #777;
  color: #2b333b;
}
.billing-cycle .labelblock {
  font-weight: normal;
  display: block;
  padding: 25px 30px 20px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px;
  font-size: 18px;
  color: #67717a;
}
.billing-cycle .labelblock.sel {
  background-color: #f8fbff;
  border-color: #a0c3dd;
}
.billing-cycle p {
  margin: 0;
}
.billing-cycle .check-option {
  font-size: inherit;
  color: inherit;
}
.billing-cycle .check-option .check-title {
  font-size: inherit;
  color: inherit;
}
.bundle-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 35px 30px 30px 160px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 20px;
  min-height: 190px;
}
.bundle-box .box-head {
  position: relative;
  margin-bottom: 20px;
}
.bundle-box .box-head:before,
.bundle-box .box-head:after {
  content: " ";
  display: table;
}
.bundle-box .box-head:after {
  clear: both;
}
.bundle-box .box-head:before,
.bundle-box .box-head:after {
  content: " ";
  display: table;
}
.bundle-box .box-head:after {
  clear: both;
}
.bundle-box .box-head h3 {
  font-size: 20px;
  color: #2b333b;
  margin: 0;
  float: left;
  max-width: 350px;
}
.bundle-box .box-head .price-label {
  display: block;
  float: right;
  color: #e21a1a;
  font-size: 19px;
  margin: 0;
}
.bundle-box .box-body {
  position: relative;
}
.bundle-box .box-body p {
  font-size: 16px;
  color: #67717a;
  line-height: 28px;
}
.bundle-box .box-side {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 100px;
}
.bundle-box .box-side .img_hold {
  display: block;
  height: 100px;
  position: relative;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bundle-box .box-side .img_hold > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.bundle-box .box-side .buttons-holder {
  position: relative;
}
.bundle-box .box-side .buttons-holder .addtocart {
  display: inline-block;
  background: #5ac079;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.bundle-box .box-side .buttons-holder .addtocart:hover {
  background: #40a75f;
}
.bundle-box .box-side .buttons-holder .addtocart.added {
  background: #2c8acc;
}
.bundle-box .box-side .buttons-holder .addtocart.added > span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.bundle-box .box-side .buttons-holder .addtocart.added > span:before {
  display: inline-block;
  content: ' ';
  width: 11px;
  height: 9px;
  background: url("/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-check.png") no-repeat 0;
  top: 0;
  right: auto;
  bottom: 0;
  left: -3px;
  position: absolute;
  margin: auto;
}
.bundle-box.added {
  background: #f3f9ff;
  border-color: #bdd4e4;
}
.order-summary {
  background: #eef9f1;
  border: 1px solid #dbdbdb;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 25px;
}
.order-summary .summary-head {
  background: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e4efe8;
}
.order-summary .summary-head h4 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #2b333b;
}
.order-summary .summary-body {
  padding: 20px 15px;
}
.order-summary .summary-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-summary .summary-body ul li {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 22px;
}
.order-summary .summary-body ul li strong {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #2b333b;
  font-size: 16px;
}
.order-summary .summary-body p {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  margin: 0;
}
.order-summary .summary-body p strong {
  font-weight: inherit;
  font-family: inherit;
  color: #2b333b;
}
.total-price-container {
  margin-bottom: 50px;
}
.total-price-container h4 {
  color: #4d5359;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px;
}
.total-price-container .sub_p {
  font-size: 14px;
  color: #67717a;
  margin-bottom: 25px;
}
.total-price-container .check-option .check-label {
  font-size: 14px;
  font-weight: normal;
}
.client--footer {
  background: #fff;
  min-height: 200px;
}
.client--footer .col-left {
  padding-top: 85px;
}
.client--footer .col-right {
  padding-top: 30px;
}
.client--footer .accountagree {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  margin: 0;
  min-height: 30px;
  position: relative;
  padding-left: 50px;
}
.client--footer .accountagree .comet {
  display: block;
  background: url('/National_Library/oe_/https://my.fastcomet.com/images/icons/cometplacer.png') no-repeat 0;
  width: 38px;
  height: 32px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
.sticky-wrapper.is-sticky {
  position: relative;
  width: 100%;
}
.sticky-wrapper.is-sticky .js_stick_sidebar {
  width: 300px;
  max-width: 100%;
}
.domains--search {
  position: relative;
  z-index: 1;
  background: #e2e2e2;
  width: auto;
  height: 92px;
  margin: 0 auto;
  padding: 20px 270px 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Domains listing */
}
.domains--search .search_left_hold {
  width: 100%;
}
.domains--search .buttons_right_hold {
  width: 250px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.domains--search .toprightcorner {
  display: block;
  width: 110px;
  height: 12px;
  position: absolute;
  right: 0;
  top: -12px;
  background: #fff;
}
.domains--search .arrowlabel {
  display: block;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/domainsarrowlabel.png) no-repeat 0;
  width: 157px;
  height: 75px;
  position: absolute;
  top: 0;
  left: -175px;
}
.domains--search .domain_name {
  position: relative;
  width: auto;
}
.domains--search .domain_name .name_input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 0 0 110px;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666;
  outline: none;
}
.domains--search .domain_name .name_input:focus {
  color: #444;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}
.domains--search .domain_name .name_label {
  display: block;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  border-right: 1px solid #c3c3c3;
  width: 90px;
  line-height: 52px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #666666;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.domains--search .domain_extension {
  width: 110px;
  height: 52px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.domains--search .domain_extension .btn_extens {
  display: block;
  width: 110px;
  position: absolute;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/domainarrow-dropdown.png) no-repeat 80% 25px;
  padding-left: 20px;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.domains--search .domain_extension .btn_extens > span {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.domains--search .domain_extension .btn_extens.opened {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 60px;
}
.domains--search .domain_button {
  width: 120px;
  float: left;
}
.domains--search .domains__dropdown {
  display: block;
  background: #fff;
  width: 530px;
  height: 240px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: -420px;
  top: 60px;
  padding: 20px;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.domains--search .domains__dropdown.opened {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.domains--search .domains__dropdown .title_hold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.domains--search .domains__dropdown .domains_hold {
  margin: 0 0 10px;
}
.domains--search .domainslist {
  margin: 0 -15px 10px;
  padding-left: 0;
  list-style: none;
}
.domains--search .domainslist li {
  float: left;
  margin: 0 5px;
}
.domains--search .domainslist li a {
  display: block;
  padding: 0 14px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}
.domains--search .domainslist li a.current,
.domains--search .domainslist li a:hover {
  background: #0ba46c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettycheckbox > a,
.prettyradio > a {
  height: 12px;
  width: 12px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url(/National_Library/oe_/https://my.fastcomet.com/images/pretty-styles.png);
}
.prettycheckbox > a:focus,
.prettyradio > a:focus {
  outline: 0 none;
}
.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 6px 2px;
  cursor: pointer;
}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled {
  cursor: not-allowed;
}
.prettycheckbox > a {
  background-position: -9px 0;
}
.prettycheckbox > a:focus {
  background-position: -39px 0;
}
.prettycheckbox > a.checked {
  background-position: -69px 0;
}
.prettycheckbox > a.checked:focus {
  background-position: -99px 0;
}
.prettycheckbox > a.checked.disabled {
  background-position: -159px 0;
}
.prettycheckbox > a.disabled {
  background-position: -129px 0;
}
.prettyradio > a {
  background-position: -189px 0;
}
.prettyradio > a:focus {
  background-position: -219px 0;
}
.prettyradio > a.checked {
  background-position: -249px 0;
}
.prettyradio > a.checked:focus {
  background-position: -279px 0;
}
.prettyradio > a.checked.disabled {
  background-position: -339px 0;
}
.prettyradio > a.disabled {
  background-position: -309px 0;
}
@media (min-width: 1200px) {
  .client-area .content-structure {
    min-height: 1200px;
  }
  .sticky-wrapper.is-sticky .js_stick_sidebar {
    width: 365px;
  }
}
@media (max-width: 770px) {
  body,
  html {
    overflow-x: hidden;
    width: 100%;
  }
  h2,
  h4 {
    font-size: 20px;
  }
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .alert {
    padding: 25px 25px 10px;
  }
  .alert .button_hold {
    padding: 15px 0;
    text-align: center;
  }
  .alert.alert-downspacer {
    padding-bottom: 0;
  }
  .alert-downbar {
    position: relative;
    height: auto;
    width: auto;
    margin: 0 -25px;
  }
  .alert-downbar .ullinks > li {
    float: none;
    line-height: 45px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .alert-downbar .ullinks > li:last-child {
    border: none;
  }
  .box-group .in-box-footer .pages-navigation {
    display: block;
    margin-bottom: 0;
  }
  .box-group .in-box-footer .pages-navigation:before,
  .box-group .in-box-footer .pages-navigation:after {
    content: " ";
    display: table;
  }
  .box-group .in-box-footer .pages-navigation:after {
    clear: both;
  }
  .box-group .in-box-footer .pages-navigation:before,
  .box-group .in-box-footer .pages-navigation:after {
    content: " ";
    display: table;
  }
  .box-group .in-box-footer .pages-navigation:after {
    clear: both;
  }
  .box-group .in-box-footer .pages-navigation > li:last-child {
    float: right !important;
  }
  .box-outside-title {
    margin-right: -10px;
    margin-left: -10px;
  }
  .client-area.structure {
    padding-left: 0;
  }
  .client-area .content-structure {
    min-height: 840px;
    padding: 0 0 15px;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .client-area.left-menu-opened .content-structure {
    -moz-transform: translate(220px, 0);
    -o-transform: translate(220px, 0);
    -webkit-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    transform: translate(220px, 0);
    padding-left: 0;
  }
  .menu-structure {
    left: -220px;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-box-shadow: inset -2px 0 7px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -2px 0 7px rgba(0, 0, 0, 0.25);
    box-shadow: inset -2px 0 7px rgba(0, 0, 0, 0.25);
  }
  .menu-structure.menu-normal {
    width: 220px;
  }
  .menu-structure.menu-open {
    left: -220px;
    -moz-transform: translate(220px, 0);
    -o-transform: translate(220px, 0);
    -webkit-transform: translate(220px, 0);
    -ms-transform: translate(220px, 0);
    transform: translate(220px, 0);
  }
  .content-top-header {
    height: 50px;
    background-color: #2b333b;
    margin: 0 -15px 10px;
    position: relative;
  }
  .content-top-header .mobile-logo {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    width: 123px;
    height: 22px;
    z-index: 2;
  }
  .content-top-header .mobile-logo > img {
    max-width: 100%;
    height: auto;
  }
  .content-top-header .header-controls {
    padding: 0;
    height: 50px;
    margin-bottom: 0;
  }
  .content-top-header .header-controls .btn-open {
    top: 0;
    right: auto;
    bottom: 0;
    left: 5px;
    position: absolute;
    margin: auto;
    background: url(/National_Library/oe_/https://my.fastcomet.com/images/buttons/btn-open-menu-small.png) no-repeat center;
    background-size: 21px 13px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
  .content-top-header .header-controls h3 {
    color: #969ea6;
    font-size: 20px;
    margin: 0;
    line-height: 25px;
  }
  .content-top-header .header-controls .separetor-line {
    display: inline;
    margin: 0 12px;
  }
  .content-top-header .header-controls .current-label {
    color: #44c76a;
  }
  .content-top-header .mobile-user-summary {
    width: 35px;
    height: 35px;
    background: url(/National_Library/oe_/https://my.fastcomet.com/images/buttons/btn-header-user.png) no-repeat center;
    background-size: 15px 15px;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    position: absolute;
    margin: auto;
  }
  .slider--holder .slider-structure {
    padding: 16px 16px;
    padding-bottom: 95px;
  }
  .slider--holder .slider-structure h3 {
    margin-bottom: 20px;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    min-height: 70px;
    padding-left: 80px;
  }
  .slider--holder .slider-structure h3 .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
  }
  .slider--holder .slider-structure p {
    line-height: 20px;
  }
  .slider--holder .slider-structure p.imp {
    margin-bottom: 20px;
  }
  .slider--holder .slider-structure .price_icon .icon {
    margin-bottom: 15px;
  }
  .slider--holder .slider-structure .price_icon p {
    font-size: 26px;
  }
  .slider--holder .slider-structure .price_icon p sub {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
  }
  .slider--holder .slider-structure .buttons-holder {
    padding: 18px 0;
  }
  .slider--holder .slider-pagination li {
    margin-left: -5px;
  }
  .slider--holder .slider-pagination li a {
    width: 50px;
  }
  .box-group {
    margin-bottom: 20px;
  }
  .box-group .box-heading {
    position: relative;
    margin: 0 0 10px;
  }
  .box-group .box-heading:before,
  .box-group .box-heading:after {
    content: " ";
    display: table;
  }
  .box-group .box-heading:after {
    clear: both;
  }
  .box-group .box-heading:before,
  .box-group .box-heading:after {
    content: " ";
    display: table;
  }
  .box-group .box-heading:after {
    clear: both;
  }
  .box-group .box-heading .title-label {
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .box-group .box-heading .right_options {
    margin: 10px 0 0;
    float: none !important;
  }
  .box-group .box-heading .right_options .title-label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
    width: 25%;
    text-align: left;
    font-size: 13px;
    line-height: 43px;
  }
  .box-group .box-heading .right_options .dropdowns {
    float: left;
    width: 75%;
    line-height: 43px;
    height: 43px;
    padding: 0;
  }
  .btn-group.dropdowns .btn-drop,
  .btn-group.dropdowns .dropdown-menu {
    width: 100%;
  }
  .box-group .box-hold.padding,
  .box-group .box-hold .inner_padding {
    padding: 20px 10px;
  }
  .icon--box {
    display: inline-block;
    margin-bottom: 30px;
  }
  .icon--box.last {
    margin-bottom: 0;
  }
  .icon--box .icon_placer {
    position: relative;
    margin-bottom: 15px;
  }
  .icon--box h5 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .icon--box p {
    line-height: 1 !important;
  }
  .icon--box .notification {
    right: 0;
    left: 45px;
    margin: auto;
  }
  .domains--search {
    padding: 10px 90px 0 10px;
    height: 72px;
  }
  .domains--search .buttons_right_hold {
    width: 70px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .domains--search .toprightcorner {
    display: block;
    width: 70px;
    height: 12px;
    position: absolute;
    right: 0;
    top: -12px;
    background: #fff;
  }
  .domains--search .arrowlabel {
    display: block;
    background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/domainsarrowlabel.png) no-repeat 0;
    width: 157px;
    height: 75px;
    position: absolute;
    top: 0;
    left: -175px;
  }
  .domains--search .domain_name {
    position: relative;
    width: auto;
  }
  .domains--search .domain_name .name_input {
    width: 100%;
    padding: 0 0 0 60px;
    font-size: 15px;
  }
  .domains--search .domain_name .name_label {
    width: 50px;
    font-size: 15px;
  }
  .domains--search .domain_extension {
    width: 70px;
    height: 52px;
    float: left;
    margin-left: 10px;
    position: relative;
  }
  .domains--search .domain_extension .btn_extens {
    display: block;
    width: 70px;
    position: absolute;
    height: 52px;
    line-height: 52px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/domainarrow-dropdown.png) no-repeat 80% 25px;
    padding-left: 10px;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .domains--search .domain_extension .btn_extens > span {
    font-size: 15px;
  }
  .domains--search .domains__dropdown {
    width: 300px;
    height: auto;
    left: -230px;
    top: 60px;
  }
  .nav-pills.filters {
    margin: -15px;
    text-align: center;
    float: none !important;
  }
  .nav-pills > li {
    float: none;
    display: inline-block;
  }
  .nav-pills > li > a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .plan-present {
    margin-bottom: 15px;
  }
  .btn-close {
    right: 10px;
    top: 10px;
  }
  .box-group .box-hold .box-head {
    height: auto;
    padding: 10px;
  }
  .box-group .box-hold .box-head .heading_label {
    display: block;
    vertical-align: baseline;
    height: auto;
    text-align: center;
    margin: 0 0 20px;
  }
  .box-group .box-hold .box-head .box-price-balance {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .box-group .box-hold .box-head .box-price-balance .box_text_label {
    display: block;
    line-height: 1.2;
    float: none;
    margin-bottom: 15px;
  }
  .box-group .box-hold .box-head .box-price-balance .box_text_label strong {
    display: block;
  }
  .box-group .box-hold .box-head .box-price-balance .button {
    float: none;
  }
  .box-group .box-hold.tables {
    background: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .box-group .filters-holder {
    background: #7b8185;
    text-align: left;
    display: block;
    padding: 15px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
  }
  .box-group .filters-holder .filters-toggle-button {
    text-align: left;
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 0 30px 0 20px;
    margin: 0 0 10px;
    line-height: 24px;
    white-space: nowrap;
    position: relative;
  }
  .box-group .filters-holder .filters-toggle-button:before {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white.png) no-repeat center center / contain;
    top: -2px;
    right: auto;
    bottom: 0;
    left: 10px;
    position: absolute;
    margin: auto;
  }
  .box-group .filters-holder .filters-reset-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/National_Library/oe_/https://my.fastcomet.com/images/buttons/btn-close-white.png) no-repeat center center / 14px 14px;
    text-align: left;
    text-indent: -99999px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .box-group .box-hold .box-head .box-menus {
    background: none;
    display: block;
    padding: 0;
  }
  .box-group .box-hold .box-head .box-menus > li {
    float: none;
    margin: 0 0 10px;
  }
  .box-group .box-hold .box-head .box-menus .dropdown {
    display: block;
  }
  .box-group .box-hold .box-head .box-menus .dropdown .btn,
  .box-group .box-hold .box-head .box-menus .btn-calendar {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 20px;
  }
  .box-group .box-hold .box-head .box-menus .btn-calendar .icon {
    background: none;
    position: relative;
    width: auto;
    height: inherit;
    line-height: 45px;
    color: #969ea6;
    font-size: 16px;
    text-indent: 0;
  }
  .box-group .box-hold .box-head .box-right-elements {
    display: block;
  }
  .box-group .box-right-elements .form-elements {
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  .box-group .box-right-elements .form-elements:before,
  .box-group .box-right-elements .form-elements:after {
    content: " ";
    display: table;
  }
  .box-group .box-right-elements .form-elements:after {
    clear: both;
  }
  .box-group .box-right-elements .form-elements:before,
  .box-group .box-right-elements .form-elements:after {
    content: " ";
    display: table;
  }
  .box-group .box-right-elements .form-elements:after {
    clear: both;
  }
  .box-group .box-right-elements .form-elements .box_input {
    font-style: italic;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 95px !important;
  }
  .box-group .box-right-elements .form-elements .button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    width: 90px !important;
  }
  .table.down-margin {
    margin-bottom: inherit;
  }
  .table .table-body .label {
    width: 130px;
    padding: 5px 0 4px;
    text-align: center;
    font-size: 12px;
  }
  .table .table-body .button {
    margin: 0;
    width: 140px;
    padding: 12px 0;
    text-align: center;
  }
  .table {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  .table .table-head tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table .table-body > tr {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .table .table-body > tr > td {
    height: auto;
    font-size: 14px;
    padding: 10px;
    padding-left: 46%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    text-align: left;
  }
  .table .table-body > tr > td:before {
    display: inline-block;
    content: attr(data-title);
    width: 38%;
    top: 0;
    right: auto;
    bottom: 0;
    left: 10px;
    position: absolute;
    margin: auto;
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #626b75;
    height: 100%;
    padding-top: 10px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
  }
  .table .table-body > tr > td:last-child {
    border-bottom: none;
  }
  .table.table-hover .table-body > tr:hover:nth-child(odd) > td,
  .table.table-hover .table-body > tr:hover:nth-child(even) > td,
  .table.table-hover .table-body > tr:nth-child(odd) > td,
  .table.table-hover .table-body > tr:nth-child(even) > td {
    background-color: #f7f8f9;
  }
  .table.table-hover .table-body > tr > td:nth-child(odd) {
    background-color: #eef2f6 !important;
  }
  .tabs-container .tabs-menu-head {
    height: auto;
    padding-left: 0;
  }
  .tabs-container .tabs-menu-head > li {
    float: none;
    margin: 0;
  }
  .tabs-container .tabs-menu-head > li > a {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tabs-container .tabs-menu-head > li.active > a {
    background: rgba(0, 0, 0, 0.03) !important;
  }
  .tabs-container .tabs-menu-head > li.active:after {
    display: none;
  }
  .tabs-container .tab-content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 20px 30px;
  }
  .tabs-container .tab-content .form-control {
    margin-bottom: 0;
  }
  .tabs-container .tab-content .form-control:only-child {
    margin-bottom: 10px;
  }
  .tabs-container .tab-content .frow {
    margin-bottom: 10px;
  }
  .box-group .box-hold .box-head .dropdown .dropdown-menu {
    position: relative;
    margin-bottom: 10px;
  }
  .payment-details-tabs .payments-nav {
    height: auto;
    padding: 20px 0;
    margin-bottom: -10px;
  }
  .payment-details-tabs .payments-nav > li {
    margin: 0 7px 10px;
  }
  .payment-details-tabs .payments-nav > li.active:after {
    display: none;
  }
  .payment-details-tabs .payments-nav > li.active > a {
    display: inline-block;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8, );
    -ms-transform: scale(0.8, );
    transform: scale(0.8, );
  }
  .account--image {
    position: relative;
    padding-left: 0;
    padding-top: 85px;
    min-height: 72px;
    margin-bottom: 20px;
  }
  .account--image:before,
  .account--image:after {
    content: " ";
    display: table;
  }
  .account--image:after {
    clear: both;
  }
  .account--image:before,
  .account--image:after {
    content: " ";
    display: table;
  }
  .account--image:after {
    clear: both;
  }
  .account--image .img_hold {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    overflow-x: hidden;
    background-color: #f4f5f5;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    margin: auto;
  }
  .account--image .img_hold > img {
    width: 72px;
    height: 72px;
  }
  .account--image .sub_label {
    font-size: 14px;
    color: #969ea6;
    line-height: 1;
  }
  .account--image .sub_label a {
    color: inherit;
  }
  .account--image .bootstrap-filestyle {
    display: block !important;
  }
  .account--image .bootstrap-filestyle .btn-default {
    float: none;
    display: inline-block;
    margin: 0 10px;
    width: 175px;
    max-width: 100%;
    padding: 15px 0;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3f8abf;
    color: #fff;
    text-align: center;
    display: block;
    border: none;
    margin-left: 0;
    width: 141px;
    height: 45px;
    margin: 0 auto;
  }
  .account--image .bootstrap-filestyle .btn-default:hover,
  .account--image .bootstrap-filestyle .btn-default:focus {
    text-decoration: none;
    color: #ffffff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-green {
    background-color: #5ac079;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #3ea35d;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-green:hover {
    background-color: #4ad073;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-green.btn-search {
    height: 52px;
    line-height: 52px;
    padding: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-gray {
    background-color: #969ea6;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #78828c;
    color: #fff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-gray:hover {
    background-color: #a4abb2;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-orange {
    background-color: #f14215;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #c2310c;
    color: #fff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-orange:hover {
    background-color: #df380d;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-blue {
    background-color: #3f8abf;
    color: #fff;
    text-align: center;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-blue:hover {
    background-color: #397cac;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-blue.border {
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #316c95;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-red {
    background-color: #d41111;
    color: #fff;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-red:hover {
    background-color: #e40101;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-red.border {
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #a00d0d;
  }
  .account--image .bootstrap-filestyle .btn-default .btn-arrow {
    display: inline-block;
    position: relative;
  }
  .account--image .bootstrap-filestyle .btn-default .btn-arrow:after {
    position: absolute;
    display: block;
    content: ' ';
    width: 7px;
    height: 11px;
    background: url(/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white.png) no-repeat center;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-big {
    font-size: 18px;
    padding: 15px 0;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-back {
    background-color: #bcbcbc;
    padding: 0 25px 0 50px;
    white-space: nowrap;
    width: auto;
    height: 45px;
    position: relative;
    line-height: 45px;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-back:before {
    display: block;
    content: ' ';
    width: 7px;
    height: 11px;
    background: url('/National_Library/oe_/https://my.fastcomet.com/images/arrows/btn-arrow-white1.png') no-repeat center;
    top: 0;
    right: auto;
    bottom: 0;
    left: 30px;
    position: absolute;
    margin: auto;
  }
  .account--image .bootstrap-filestyle .btn-default.btn-back:hover {
    background-color: #a3a3a3;
  }
  .account--image .bootstrap-filestyle .btn-default:hover {
    background-color: #397cac;
  }
  .account--image .bootstrap-filestyle .btn-default.border {
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #316c95;
  }
  .account--image .bootstrap-filestyle .input-large {
    display: none !important;
    visibility: hidden !important;
  }
  .margin-xs {
    margin-bottom: 20px;
  }
  .tickets-boxes {
    padding: 0 10px;
  }
  .tickets-boxes > li {
    float: left;
    width: 45%;
    max-width: 100%;
    margin: 0 2% 30px;
    text-align: center;
  }
  .ticket-post-header {
    padding-left: 80px;
    padding-right: 0;
    min-height: 70px;
  }
  .ticket-post-header .person-image {
    left: 0;
  }
  .ticket-post-header .time-label {
    display: block;
    position: relative;
    padding: 5px 0;
  }
  .ticket-post-header .ticket-options > li .label-job {
    margin-top: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .write-ticket .ticket-post-header .person-image {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    margin: auto;
  }
  .project-start-holder .holder-top {
    padding: 20px;
  }
  .project-start-holder .holder-top h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .project-start-holder .holder-top p {
    line-height: 1.3;
    font-size: 14px;
  }
  .project-start-holder .holder-top .left_padding {
    padding: 0;
  }
  .project-start-holder .holder-top .right-clm-holder,
  .project-start-holder .holder-top .right-clm-holder .inner_price {
    position: relative;
    width: 100%;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
  }
  .project-start-holder .holder-top .right-clm-holder .inner_price {
    padding: 15px;
  }
  .code-pasted-holder {
    width: 100%;
    overflow-y: scroll;
  }
  .sticky-wrapper.is-sticky {
    position: relative;
    width: 100%;
  }
  .sticky-wrapper.is-sticky .js_stick_sidebar {
    width: auto;
    position: relative !important;
    top: 0 !important;
  }
  .client--topbar.title-steps {
    margin: 0 0 20px;
    min-height: 10px;
    padding: 15px;
  }
  .client--topbar.title-steps .col-left,
  .client--topbar.title-steps .col-right {
    padding: 0;
    text-align: center;
  }
  .checkout-structure .client--main {
    padding: 0 10px;
  }
  .checkout-group .group-header {
    padding: 4px 0 15px 45px;
    margin: 0 0 15px;
  }
  .checkout-structure .client--main .domains-box.credit-cards {
    margin: 0;
  }
  .checkout-structure .client--main .domains-box.credit-cards .options-check .check-option {
    margin-bottom: 25px;
  }
  .checkout-structure .client--main .domains-box.credit-cards .box-header {
    padding-bottom: 10px;
  }
  .steps--holder {
    margin-right: 0;
  }
  .spacer {
    height: 40px;
  }
  .form-payment .label-title {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .form-payment .inp-field,
  .form-payment .inp-select {
    height: 42px;
    line-height: 21px;
    font-size: 15px;
  }
}
.no_left_padding {
  padding-left: 10px !important;
}
@media (max-width: 480px) {
  .tickets-boxes {
    padding: 0 10px;
  }
  .tickets-boxes > li {
    float: none;
    width: 100%;
    margin: 0 0% 40px;
  }
  .billing-cycle.options-check .check-option {
    padding-left: 0;
  }
  .billing-cycle .labelblock {
    padding: 15px;
    padding-left: 35px;
  }
  .billing-cycle .pricehold {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .billing-cycle .priceyear {
    text-align: left;
  }
  .options-check .check-option.icons .check-click {
    position: absolute;
    left: -20px;
    top: 0px;
  }
  .bundle-box {
    padding: 25px;
  }
  .bundle-box .box-side {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }
  .bundle-box .box-head {
    text-align: center;
  }
  .bundle-box .box-head h3 {
    margin-bottom: 5px;
  }
  .bundle-box .box-head .price-label,
  .bundle-box .box-head h3 {
    float: none;
  }
  .client--footer {
    min-height: 50px;
    padding: 30px 15px;
  }
  .client--footer .col-left,
  .client--footer .col-right {
    padding: 0;
  }
  .client--footer .col-left {
    margin-bottom: 25px;
  }
  .options-check.check-hor .check-option {
    margin: 0 0 10px;
  }
  .checkout-structure .client--main .domains--search {
    padding: 0 75px 0 0;
  }
  .checkout-structure .client--main .domains--search .buttons_right_hold {
    width: 70px;
  }
  .checkout-structure .client--main .domains--search .domain_extension .btn_extens {
    height: 54px;
  }
  .domains--search .domainslist {
    margin-bottom: 0;
  }
  .options-check .check-option {
    font-size: 14px;
  }
  .client--topbar.title-steps .title-label,
  .checkout-structure .client--main .section-title {
    font-size: 20px;
  }
  .checkout-structure .client--main .text-error {
    padding-left: 25px;
    line-height: 1.3;
    font-size: 16px;
  }
  .checkout-structure .client--main .text-error:before {
    left: 0;
    top: 10px;
    bottom: auto;
  }
  .checkout-structure .client--main .text-congrats {
    line-height: 1.4;
    margin-bottom: 25px 0;
  }
}
@media (max-width: 450px) {
  .client--topbar {
    height: auto;
    min-height: 60px;
  }
  .client--topbar .right_options {
    padding-top: 14px;
  }
  .client--topbar .logo_holder {
    width: 140px;
  }
  .client--topbar .button.btn-blue {
    width: 100px;
    font-size: 13px;
  }
  .steps--holder {
    width: auto;
    height: auto;
    margin: 15px 0 10px 0;
  }
  .steps--holder .step {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 33.333333333333336%;
    float: left;
    padding-left: 25px;
  }
  .steps--holder .step .step-label {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    text-align: left;
    line-height: 1.2;
  }
  .steps--holder .step .step-circle {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform: scale(0.6, );
    -ms-transform: scale(0.6, );
    transform: scale(0.6, );
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
  }
  .steps--holder .step.done:after {
    display: none;
  }
  .steps--holder .steps-bar {
    display: none;
  }
}

 /*3 cart steps in 1 */
 .config-header{
     overflow: hidden;
 }
 .config-header > div{
     float: left;
 }
 .config-header > div.config-step-icon{
     width: 23px;
     height: 23px;
     border-radius: 50%;
     text-align: center;
     background-color: #5fcf80;
     font: 700 16px/23px "proxima-nova", sans-serif;
     color: #fff;
     margin-top: 5px;
 }
 .config-header > div.text-box{
     width: 95%;
     padding-left: 10px;
 }
 .config-header > div.text-box > h3{
     font: 700 24px/32px "proxima-nova", sans-serif;
     color: #333333;
 }
 .config-header > div.text-box > p{
     font: 400 15px/24px "proxima-nova", sans-serif;
     color: #999999;
 }
 .display-ib{
     display: inline-block;
     vertical-align: middle;
 }
 .config-cart-table{
     background-color: #fff;
     padding: 0 18px;
     border: 1px solid #dbdbdb;
     border-radius: 4px;
     margin-bottom: 65px;
 }
 .config-cart-table > .config-cart-table-row{
     border-bottom: 1px solid #f2f2f2;
 }
 .config-cart-table > .config-cart-table-row:last-child{
     border: none;
 }
 .config-cart-table > .config-cart-table-row > .cart-content{
     font-size: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div{
     display: inline-block;
     vertical-align: middle;
     padding: 30px 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area{
     width: 60%;
 }

 .d-image-wraper{
     position: relative;
     width: 103px;
     height: 112px;
     text-align: center;
     line-height: 112px;
     padding: 0 10px;
     float: left;
     margin-right:30px!important;
 }
 .d-image-wraper.d-free-transfer{
     float: none;
     display: inline-block;
     margin: 0 !important;
 }
 .d-image-wraper > img{
     float: none!important;
     margin-right: 0px!important;
     height: auto!important;
     width: auto!important;
     max-width: 81px;
     display: inline-block;
     position: relative;
     z-index: 1;
     min-height: 15px;
     max-height: 33px;
 }

 .d-image-wraper > img.border-image{
     position: absolute;
     width: 100%!important;
     height: 100%!important;
     max-width: 100%!important;
     max-height: 100%!important;
     top:0;
     left:0;
     right:0;
     bottom:0;
     z-index: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow{
	 position: relative;
     display: inline-block;
     vertical-align: middle;
     width: 13px;
     height: 2px;
     margin: 0 10px 0 20px;
     background-color: #666;
	 border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
	 -moz-border-top-right-radius: 2px;
     -moz-border-bottom-right-radius: 2px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow > span{
	width: 2px;
    height: 3px;
    display: inline-block;
    background-color: inherit;
    position: absolute;
    top: -3px;
    left: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow::before{
	 position: absolute;
	 content: "";
     width: 7px;
     height: 2px;
	 right: -1px;
	 top: -2px;
	 transform: rotate(45deg);
     background-color: #666;
	 border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
	 -moz-border-top-right-radius: 2px;
     -moz-border-bottom-right-radius: 2px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .addon-arrow::after{
	 position: absolute;
	 content: "";
     width: 7px;
     height: 2px;
	 right: -1px;
	 bottom: -2px;
	 transform: rotate(-45deg);
     background-color: #666;
	 border-top-right-radius: 2px;
     border-bottom-right-radius: 2px;
	 -webkit-border-top-right-radius: 2px;
     -webkit-border-bottom-right-radius: 2px;
	 -moz-border-top-right-radius: 2px;
     -moz-border-bottom-right-radius: 2px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .item-img{
     float: none;
     display: inline-block;
     vertical-align: middle;
     width: 52px;
     margin-right: 10px;
    text-align: center;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .d-image-wraper{
     float: none;
     display: inline-block;
     vertical-align: middle;
     width: 52px;
     height: 56px;
     line-height: 56px;
     margin-right: 10px !important;
     padding: 0 5px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > .d-image-wraper > img{
     max-width: 40px;
     min-height: 10px;
     max-height: 25px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p{
     font: 400 13px/18px "proxima-nova", sans-serif;
     color: #666666;
     margin: 0;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p > strong{
     font-size: 15px;
	 display: block;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p > .yellow{
     color: #f7b504;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price{
     font: 400 13px/24px "proxima-nova", sans-serif;
     width: 25%;
	 text-align: right;
	 padding-right: 15px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .old{
     color: #999;
     text-decoration: line-through;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .new{
     color: #333;
     font-size: 18px;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .free-domain{
     color: #333;
     font-size: 16px;
	 text-transform: uppercase;
 }
 .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
     position: relative;
     width: 15%;
 }
 .cart-content > div.cart-content-btns > .add-btn{
     display: inline-block;
     width: 98px;
     height: 28px;
     background-color: #5ac079;
     background-position: 10px center;
     font: 600 14px/28px "proxima-nova", sans-serif;
     color: #fff;
     text-align: center;
     cursor: pointer;
     transition: all, 300ms;
     -moz-transition: all, 300ms;
     -webkit-transition: all, 300ms;
 }
 .cart-content > div.cart-content-btns > .add-btn:hover{
     background-color: #38e284;
 }
 .cart-content > div.cart-content-btns > .add-btn.added{
     background-color: #2c8acc;
     background-image: url('/National_Library/oe_/https://my.fastcomet.com/images/icons/check-icon.svg');
     background-repeat: no-repeat;
     background-position: 10px center;
 }
 .cart-content > div.cart-content-btns > .remove-btn{
     position: absolute;
     width: 10px;
     height: 10px;
     top: 40px;
     right: 0px;
     cursor: pointer;
     z-index: 20;
 }
  .cart-content > div.cart-content-btns > .remove-btn > div{
     position: relative;
     top: 4px;
     left: 0;
     width: 10px;
     height: 2px;
     background-color: transparent;
 }
 .cart-content > div.cart-content-btns > .remove-btn > div::before{
     content: "";
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #7f7f7f;
     top: 0px;
     left: 0;
     transform: rotate(45deg);
 }
 .cart-content > div.cart-content-btns > .remove-btn > div::after{
     content: "";
     position: absolute;
     width: 10px;
     height: 2px;
     background-color: #7f7f7f;
     top: 0px;
     left: 0;
     transform: rotate(-45deg);
 }
 .cart-content-options{
     height: auto;
     /*overflow: hidden;*/
     transition: height, 300ms;
 }
 .cart-content-options > .option-header{
     background-color: #f2f2f2;
     border: 1px solid #e5e5e5;
     border-radius: 4px;
     padding: 17px 18px;
     margin-bottom: 20px;
 }
 .cart-content-options > .option-header > h3{
     font: 700 22px/30px "proxima-nova", sans-serif;
     color: #535353;
     margin: 0;
 }
 .cart-content-options > .option-header img{
     margin-right: 20px;
 }
 .service-options > .option-group{
	 position: relative;
     margin-bottom: 10px;
	 display: inline-block;
     width: 100%;
 }
 .service-options > .option-group > div{
     float: left;
     overflow: hidden;
     width: calc(100% - 185px);
     font: 400 15px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
 }
 .service-options > .option-group label{
     float: left;
     width: 185px;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
     margin: 0;
 }
 .service-options > .option-group > div > span{
     float: left;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
 }
 .service-options > .option-group > div > a{
     float: right;
     font: 300 13px/40px "proxima-nova", sans-serif;
     color: #2c8acc;
 }
 .service-options > .option-group > div .refresh-btn{
     background-image: url('/National_Library/oe_/https://my.fastcomet.com/images/icons/refresh-icon.svg');
     background-repeat: no-repeat;
     width: 18px;
     height: 18px;
     display: inline-block;
     vertical-align: middle;
     cursor: pointer;
     margin-left: 5px;
 }
 .service-options > .option-group .service-select{
     background-color: #fff;
     box-shadow: none;
     border: 1px solid #e5e5e5;
     width: 100%;
     height: 40px;
     background-image: url('/National_Library/oe_/https://my.fastcomet.com/images/arrows/select-service-arrow-down.svg');
     background-size: 7px 6px;
     background-position: right 15px center;
     background-repeat: no-repeat;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #a3a3a3;
     padding: 0 25px 0 15px;
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     appearance: none;
     outline: none;
 }
 .service-options > .option-group > div span.price{
     display: inline-block;
     vertical-align: middle;
     font: 400 18px/40px "proxima-nova", sans-serif;
     color: #5ac079;
 }
 .cart-content-options > p{
     font: 400 13px/24px "proxima-nova", sans-serif;
     color: #999999;
     padding: 15px 0;
     margin: 0;
     border-top: 1px solid #f2f2f2;
 }

 .tooltip_hold {
     display: none;
     position: absolute;
     left: auto;
     right: 0;
 }
 .cart-content-options.expanded .tooltip_hold{
     display: block;
 }
 .tooltip_hold:hover .tooltip.tt-service {
   opacity: 1;
   filter: alpha(opacity=100);
   visibility: visible;
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 .tooltip_hold.top-tt:hover .tooltip.tt-service {
	bottom: 97%;
	top: auto;
 }
 .tooltip_hold.bottom-tt:hover .tooltip.tt-service {
	top: 97%;
	bottom: auto;
 }
 .tooltip_hold.top-tt .tooltip.tt-service {
	bottom: 94%;
	top: auto;
 }
 .tooltip_hold.bottom-tt .tooltip.tt-service {
	top: 94%;
	bottom: auto;
 }
 .tooltip.tt-service {
   position: absolute;
   left: -9999px;
   right: -9999px;
   margin: auto;
   width: 355px;
   padding: 20px;
   z-index: 1050;
   visibility: hidden;
   opacity: 0;
   filter: alpha(opacity=0);
   text-align: left;
   border: 1px solid #E7E7E7;
   background-color: #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
   -webkit-transition: all 0.05s ease-in;
   -o-transition: all 0.05s ease-in;
   transition: all 0.05s ease-in;
 }
 .tooltip_hold.top-tt .tooltip.tt-service:after {
   content: '';
   width: 17px;
   height: 16px;
   position: absolute;
   top: auto;
   bottom: -15px;
   left: 0;
   right: 0;
   margin: auto;
   background: url("/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-tooltip-feature.png") no-repeat;
 }
 .tooltip_hold.bottom-tt .tooltip.tt-service:after {
   content: '';
   width: 17px;
   height: 16px;
   position: absolute;
   top: -15px;
   bottom: auto;
   left: 0;
   right: 0;
   margin: auto;
   background: url("/National_Library/oe_/https://my.fastcomet.com/images/arrows/arrow-tooltip-feature.png") no-repeat;
   transform: rotate(180deg);
 }
 .tooltip.tt-service > p {
   color: #333;
   line-height: 1.57;
   font-size: 14px;
   font-weight: 400;
 }
 .tooltip.tt-service li {
   padding: 2px 0 3px 20px;
   margin-top: 10px;
   font-size: 13px;
   background: transparent url("/National_Library/oe_/https://my.fastcomet.com/images/icons/check-compare.svg") left top no-repeat;
   background-size: 14px 14px;
 }
 .cart-content-options .tooltip_hold > .tt-service{
     color: #333;
     text-align: left;
     width: 410px;
 }
 .cart-content-options .tooltip_hold > .tt-service ol{
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .cart-content-options .tooltip_hold > .tt-service strong {
     display: block;
     font-size: 18px;
     padding: 5px 0px 10px 5px;
     border-bottom: 1px solid #e7e7e7;
 }
 .cart-content-options .tooltip_hold > .tt-service li {
     float: left;
     width: 50%;
 }
 .cart-content-options .option-group div[data-role='show-select-wrp'] .service-select{
     width: 80%;
     float: left;
 }
.sticky-wrapper.sticky .js_stick_sidebar::-webkit-scrollbar,
.sticky-wrapper::-webkit-scrollbar{
	 display: none;
 }
 .sticky-wrapper{
	height:  auto;
	top: 0;
	transition: top, 200ms;
	margin-bottom: 20px;
 }
 .sticky-wrapper .js_stick_sidebar{
	width: 290px;
 }
 .sticky-wrapper.sticky {
	position: fixed;
	top: 10px;
	bottom: 0px;
	overflow: hidden;
 }
 .sticky-wrapper.sticky .js_stick_sidebar{
	position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	overflow-y: auto;
 }

 .sticky-wrapper .js_stick_sidebar .order-summary .summary-body{
	 padding-right: 0px;
	 padding-top: 0;
	 padding-bottom: 10px;
 }
 .sticky-wrapper .js_stick_sidebar .order-summary .summary-body ul{
	margin-bottom: 15px;
	padding: 20px 15px 0 0;
 }
 .sticky-wrapper .js_stick_sidebar .order-summary .summary-body ul li{
	 margin: 0;
 }
.order-summary .summary-body p{
	padding-right: 15px;
}
[data-role="domains-holder"].sticky{
	position:relative;
}
div[data-role="domains-holder"]  div[data-role="left-holder"],
div[data-role="domains-holder"]  section[data-role="left-holder"]{
	top: 0px;
	transition: top, 200ms;
}
div[data-role="domains-holder"].sticky  div[data-role="left-holder"],
div[data-role="domains-holder"].sticky  section[data-role="left-holder"]{
	position: fixed;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
}
div[data-role="domains-holder"].sticky  .checkout-inner-content{
	position: relative;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#incart p{
    display: inline-block;
}
#incart select.inp-select{
	display: inline-block;
    width: auto;
}
#owndomain{
	width:100%;
	border:none;
}
#owndomain .d-name{
	width: calc(100% - 130px);
}
 @media screen and (min-width: 992px) and (max-width: 1080px) {
	.sticky-wrapper .js_stick_sidebar{
		width: 260px;
	}
 }
 @media screen and (min-width: 650px) and (max-width: 1200px) {
     .config-cart-table > .config-cart-table-row > .cart-content > div.text-area {
         width: 55%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price{
         width: 25%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
         width: 20%;
     }
	 .cart-content-options .option-group div[data-role='show-select-wrp'] .service-select{
		 width: 70%;
	 }
	 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p{
		 max-width: 200px;
	 }
 }
 @media screen and (max-width: 649px) {
     .config-header > div.text-box{
         width: 90%;
     }
     .config-header > div.text-box > h3{
         font-size: 22px;
     }
     .config-header > div.text-box > p{
         font-size: 14px;
     }
     .config-cart-table > .config-cart-table-row > .cart-content{
         position: relative;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div{
         padding: 15px 0;
         text-align: center;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.text-area {
         width: 100%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price,
     .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
         padding-top: 0;
         width: 50%;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price{
         font: 400 12px/20px "proxima-nova", sans-serif;
		 text-align: center;
		 padding-right: 0;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.service-price > .new{
         font-size: 16px;
         display: block;
     }
     .config-cart-table > .config-cart-table-row > .cart-content > div.cart-content-btns{
         position: static;
     }
     .cart-content > div.cart-content-btns > .remove-btn{
         top: 15px;
         right: 5px;
     }
     .cart-content-options > .option-header{
         padding: 10px 15px;
         margin-bottom: 10px;
     }
     .cart-content-options > .option-header > h3{
         font: 700 16px/24px "proxima-nova", sans-serif;
     }
     .cart-content-options > .option-header img{
         width: 20px;
         margin-right: 10px;
     }
     .service-options > .option-group label{
         width: 30%;
         font: 400 15px/40px "proxima-nova", sans-serif;
     }
     .service-options > .option-group > div{
         width: 70%;
         font: 400 13px/20px "proxima-nova", sans-serif;
         text-align: right;
     }
     .service-options > .option-group > div > span{
         font: 400 14px/40px "proxima-nova", sans-serif;
     }
     .service-options > .option-group > div .refresh-btn{
         width: 12px;
         height: 12px;
     }
     .service-options > .option-group > div > a{
         font: 300 10px/40px "proxima-nova", sans-serif;
     }
     .service-options > .option-group .service-select{
         font: 400 12px/40px "proxima-nova", sans-serif;
		 padding: 0 25px 0 5px;
         background-position: right 10px center;
     }
     .service-options > .option-group > div span.price{
         font: 400 16px/40px "proxima-nova", sans-serif;
         display: block;
         float: none;
     }
     .cart-content-options > p{
         font-size: 13px;
     }
     .config-cart-table{
         padding: 0 10px;
		 margin-bottom: 45px;
     }
	 .cart-content-options .option-group div[data-role='show-select-wrp'] .service-select{
		 width: 60%;
	 }
	 .config-cart-table > .config-cart-table-row > .cart-content > div.text-area > p{
		 width: 180px;
	 }
 }
 @media all and (-ms-high-contrast:none)
 {
     .client--topbar .logo_holder{
         margin: 10px 0 0;
     }
     .client--topbar .logo_holder > img{
         width: 174px;
         height: 49px;
     }
 }

 .hidden-input, .hiddenCheckbox{
     display: none;
 }
 @media screen and (max-width: 991px)
 {
	.sticky-wrapper .js_stick_sidebar{
		width: 100%;
	}
	.sticky-wrapper {
		height: auto;
	}
	div[data-role="domains-holder"]  div[data-role="left-holder"]{
		width: auto !important;
	}
     .cart-content-options .tooltip_hold > .tt-service{
         width: 300px;
         right: 0px;
         left: auto;
         padding: 15px;
     }
     .cart-content-options .tooltip_hold > .tt-service::after{
         right: 30px !important;
         left: auto !important;
     }
     .cart-content-options .tooltip_hold > .tt-service li {
         float: none;
         width: 100%;
     }
     .cart-content-options .tooltip_hold > .tt-service strong {
         padding: 0 5px 5px;
     }
	 .cart-section .sticky-wrapper .js_stick_sidebar .order-summary .summary-body ul li {
		margin: 0 0 15px;
	}
 }

.epp-code{
    float: right;
    height: 100%;
    position: relative;
    width: calc(100% - 300px);

}

.epp-code input{
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 30px;
    border-radius: 0px;
}

.epp-code label{
    font-size: 14px;
    color: #666666;
    width: 100%;
    line-height: 22px;
    border-radius: 0px;
}
 @media screen and (min-width: 650px) and (max-width: 991px){
	.epp-code{
		width: calc(100% - 200px);
	}
 }
  @media screen and (max-width: 649px){
	.epp-code{
		float: none;
		width: 100%;
	}
 }