/* Minification failed. Returning unminified contents.
(10559,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '<!--'
(10559,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-->'
 */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  direction: rtl;
}
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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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;
  }
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #315e8b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: right;
}
.text-right {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #315e8b;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #315e8b;
}
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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-right: 0;
  list-style: none;
}
.list-inline {
  padding-right: 0;
  margin-right: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-right: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    overflow: hidden;
    clear: right;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-right: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-right: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}
.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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  left: 100%;
}
.col-xs-pull-11 {
  left: 91.66666667%;
}
.col-xs-pull-10 {
  left: 83.33333333%;
}
.col-xs-pull-9 {
  left: 75%;
}
.col-xs-pull-8 {
  left: 66.66666667%;
}
.col-xs-pull-7 {
  left: 58.33333333%;
}
.col-xs-pull-6 {
  left: 50%;
}
.col-xs-pull-5 {
  left: 41.66666667%;
}
.col-xs-pull-4 {
  left: 33.33333333%;
}
.col-xs-pull-3 {
  left: 25%;
}
.col-xs-pull-2 {
  left: 16.66666667%;
}
.col-xs-pull-1 {
  left: 8.33333333%;
}
.col-xs-pull-0 {
  left: auto;
}
.col-xs-push-12 {
  right: 100%;
}
.col-xs-push-11 {
  right: 91.66666667%;
}
.col-xs-push-10 {
  right: 83.33333333%;
}
.col-xs-push-9 {
  right: 75%;
}
.col-xs-push-8 {
  right: 66.66666667%;
}
.col-xs-push-7 {
  right: 58.33333333%;
}
.col-xs-push-6 {
  right: 50%;
}
.col-xs-push-5 {
  right: 41.66666667%;
}
.col-xs-push-4 {
  right: 33.33333333%;
}
.col-xs-push-3 {
  right: 25%;
}
.col-xs-push-2 {
  right: 16.66666667%;
}
.col-xs-push-1 {
  right: 8.33333333%;
}
.col-xs-push-0 {
  right: auto;
}
.col-xs-offset-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    left: 100%;
  }
  .col-sm-pull-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-10 {
    left: 83.33333333%;
  }
  .col-sm-pull-9 {
    left: 75%;
  }
  .col-sm-pull-8 {
    left: 66.66666667%;
  }
  .col-sm-pull-7 {
    left: 58.33333333%;
  }
  .col-sm-pull-6 {
    left: 50%;
  }
  .col-sm-pull-5 {
    left: 41.66666667%;
  }
  .col-sm-pull-4 {
    left: 33.33333333%;
  }
  .col-sm-pull-3 {
    left: 25%;
  }
  .col-sm-pull-2 {
    left: 16.66666667%;
  }
  .col-sm-pull-1 {
    left: 8.33333333%;
  }
  .col-sm-pull-0 {
    left: auto;
  }
  .col-sm-push-12 {
    right: 100%;
  }
  .col-sm-push-11 {
    right: 91.66666667%;
  }
  .col-sm-push-10 {
    right: 83.33333333%;
  }
  .col-sm-push-9 {
    right: 75%;
  }
  .col-sm-push-8 {
    right: 66.66666667%;
  }
  .col-sm-push-7 {
    right: 58.33333333%;
  }
  .col-sm-push-6 {
    right: 50%;
  }
  .col-sm-push-5 {
    right: 41.66666667%;
  }
  .col-sm-push-4 {
    right: 33.33333333%;
  }
  .col-sm-push-3 {
    right: 25%;
  }
  .col-sm-push-2 {
    right: 16.66666667%;
  }
  .col-sm-push-1 {
    right: 8.33333333%;
  }
  .col-sm-push-0 {
    right: auto;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    left: 100%;
  }
  .col-md-pull-11 {
    left: 91.66666667%;
  }
  .col-md-pull-10 {
    left: 83.33333333%;
  }
  .col-md-pull-9 {
    left: 75%;
  }
  .col-md-pull-8 {
    left: 66.66666667%;
  }
  .col-md-pull-7 {
    left: 58.33333333%;
  }
  .col-md-pull-6 {
    left: 50%;
  }
  .col-md-pull-5 {
    left: 41.66666667%;
  }
  .col-md-pull-4 {
    left: 33.33333333%;
  }
  .col-md-pull-3 {
    left: 25%;
  }
  .col-md-pull-2 {
    left: 16.66666667%;
  }
  .col-md-pull-1 {
    left: 8.33333333%;
  }
  .col-md-pull-0 {
    left: auto;
  }
  .col-md-push-12 {
    right: 100%;
  }
  .col-md-push-11 {
    right: 91.66666667%;
  }
  .col-md-push-10 {
    right: 83.33333333%;
  }
  .col-md-push-9 {
    right: 75%;
  }
  .col-md-push-8 {
    right: 66.66666667%;
  }
  .col-md-push-7 {
    right: 58.33333333%;
  }
  .col-md-push-6 {
    right: 50%;
  }
  .col-md-push-5 {
    right: 41.66666667%;
  }
  .col-md-push-4 {
    right: 33.33333333%;
  }
  .col-md-push-3 {
    right: 25%;
  }
  .col-md-push-2 {
    right: 16.66666667%;
  }
  .col-md-push-1 {
    right: 8.33333333%;
  }
  .col-md-push-0 {
    right: auto;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-right: 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: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    left: 100%;
  }
  .col-lg-pull-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-10 {
    left: 83.33333333%;
  }
  .col-lg-pull-9 {
    left: 75%;
  }
  .col-lg-pull-8 {
    left: 66.66666667%;
  }
  .col-lg-pull-7 {
    left: 58.33333333%;
  }
  .col-lg-pull-6 {
    left: 50%;
  }
  .col-lg-pull-5 {
    left: 41.66666667%;
  }
  .col-lg-pull-4 {
    left: 33.33333333%;
  }
  .col-lg-pull-3 {
    left: 25%;
  }
  .col-lg-pull-2 {
    left: 16.66666667%;
  }
  .col-lg-pull-1 {
    left: 8.33333333%;
  }
  .col-lg-pull-0 {
    left: auto;
  }
  .col-lg-push-12 {
    right: 100%;
  }
  .col-lg-push-11 {
    right: 91.66666667%;
  }
  .col-lg-push-10 {
    right: 83.33333333%;
  }
  .col-lg-push-9 {
    right: 75%;
  }
  .col-lg-push-8 {
    right: 66.66666667%;
  }
  .col-lg-push-7 {
    right: 58.33333333%;
  }
  .col-lg-push-6 {
    right: 50%;
  }
  .col-lg-push-5 {
    right: 41.66666667%;
  }
  .col-lg-push-4 {
    right: 33.33333333%;
  }
  .col-lg-push-3 {
    right: 25%;
  }
  .col-lg-push-2 {
    right: 16.66666667%;
  }
  .col-lg-push-1 {
    right: 8.33333333%;
  }
  .col-lg-push-0 {
    right: auto;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-right: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: right;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-right: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-left: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-right: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-right: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #315e8b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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: #fff;
}
.btn-link {
  font-weight: normal;
  color: #315e8b;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: right;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  left: 0;
  right: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: 0;
  right: auto;
}
.dropdown-menu-left {
  left: auto;
  right: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: auto;
    right: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: right;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
.btn-toolbar {
  margin-right: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-right: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group {
  float: right;
}
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-right: 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-right: 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-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
}
.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-left-radius: 0;
  border-bottom-right-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 {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  right: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.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: right;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
  border-left: 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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
  border-right: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-right: -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-left: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
}
.nav {
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  right: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-left: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-right: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-right: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  right: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: right;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: right !important;
  }
  .navbar-right {
    float: left !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-left: -15px;
  margin-bottom: 8px;
  margin-right: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-right: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-right: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-left: -15px;
  }
}
.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-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-right: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #315e8b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pager {
  padding-right: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: left;
}
.pager .previous > a,
.pager .previous > span {
  float: right;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #315e8b;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-right: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .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: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-left: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  left: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #315e8b;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: right;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.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-left: 10px;
}
.media > .pull-right {
  margin-right: 10px;
}
.media-list {
  padding-right: 0;
  list-style: none;
}
.list-group {
  padding-right: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.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: #315e8b;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #315e8b;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #315e8b;
  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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child 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-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 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-left: 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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #315e8b;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #315e8b;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-right: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-right: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  right: 50%;
  margin-right: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  right: 50%;
  margin-right: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: right;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-right: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  right: 50%;
  margin-right: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-right: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
  border-right-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  right: 1px;
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  right: 50%;
  margin-right: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-right: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  left: 1px;
  bottom: -10px;
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out right;
       -o-transition: .6s ease-in-out right;
          transition: .6s ease-in-out right;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  right: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  right: 100%;
}
.carousel-inner > .prev {
  right: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  right: 0;
}
.carousel-inner > .active.left {
  right: -100%;
}
.carousel-inner > .active.right {
  right: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: 0;
  right: auto;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 50%;
  z-index: 15;
  width: 60%;
  padding-right: 0;
  margin-right: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 20px;
  right: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-right: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-left: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: left !important;
}
.pull-left {
  float: right !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;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

    .btn-default:active,
    .btn-primary:active,
    .btn-success:active,
    .btn-info:active,
    .btn-warning:active,
    .btn-danger:active,
    .btn-default.active,
    .btn-primary.active,
    .btn-success.active,
    .btn-info.active,
    .btn-warning.active,
    .btn-danger.active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-primary {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#428bca), to(#2d6ca2));
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #2d6ca2;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #2d6ca2;
        border-color: #2b669a;
    }

    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: #2d6ca2;
        background-image: none;
    }

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success:disabled,
    .btn-success[disabled] {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info:disabled,
    .btn-info[disabled] {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning:disabled,
    .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #c12e2a;
        background-position: 0 -15px;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger:disabled,
    .btn-danger[disabled] {
        background-color: #c12e2a;
        background-image: none;
    }

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #357ebd;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#428bca), to(#357ebd));
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

    .navbar-default .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
        background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
        background-image: -webkit-gradient(linear, right top, right bottom, from(#ebebeb), to(#f3f3f3));
        background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    }

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

    .navbar-inverse .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
        background-image: -o-linear-gradient(top, #222 0%, #282828 100%);
        background-image: -webkit-gradient(linear, right top, right bottom, from(#222), to(#282828));
        background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#428bca), to(#3071a9));
    background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#428bca), to(#3278b3));
    background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3278b3;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#428bca), to(#357ebd));
    background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow-bgyellow {
	border-radius: 5px;
	background: #fff5b5;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow-bgyellow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}

/*
Version: 3.5.3 Timestamp: Wed Aug 19 21:55:46 EDT 2015
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-left: 10px;
    margin-right: 5px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/Content/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    /*border-right: 1px solid #aaa;*/
    /*border-radius: 2px 0 0 2px !important;*/

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    /*border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;*/
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/Content/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 5px 4px 20px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/Content/select2.png') no-repeat -30px -22px;
    background: url('/Content/select2.png') no-repeat -30px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/Content/select2.png') no-repeat -30px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Content/select2.png') no-repeat -30px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Content/select2.png') no-repeat -30px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/Content/select2.png') no-repeat -37px -22px;
    background: url('/Content/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/Content/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Content/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Content/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
    background: #fff url('/Content/select2-spinner.gif') no-repeat 100%;
    background: url('/Content/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/Content/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Content/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Content/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/Content/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/Content/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/Content/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
    color: darkblue;
    font-weight: bold;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #66afe9;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
    cursor: default;
}
    /**
 * When the picker is opened, the input element is “activated”.
 */
    .picker__input.picker__input--active {
        border-color: #0089ec;
    }
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
    width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
    padding: 1px;
}

.picker__wrap {
    margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

.picker--notshown  .picker__holder {
    display: none;
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
  min-width: 66px;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/*!
 * Styling for RTL (right-to-left) languages using pickadate.js
 */
/**
 * Switch the direction - only really necessary if
 * it hasn’t already been applied higher up in the DOM.
 */
.picker {
  direction: rtl;
}
/**
 * Flip around the “next” and “previous” buttons.
 */
.picker__nav--next {
  right: auto;
  left: -1em;
}
.picker__nav--prev {
  left: auto;
  right: -1em;
}
.picker__nav--next:before {
  border-left: 0;
  border-right: 0.75em solid #000000;
}
.picker__nav--prev:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__input
{
    direction: ltr;
    text-align: right;
}
.steps-indicator.line {
    right: 0;
    left: 0;
    /* height: 30px; */
    padding: 0;
    margin: 0;
    list-style: none;
}

    .steps-indicator.line:empty {
        display: none;
    }

    .steps-indicator.line:before {
        /* position: absolute; */
        /* height: 1px; */
        /* background-color: #e6e6e6; */
        /* content: ''; */
    }

    .steps-indicator.line.level-2 {
        padding-top: 15px;
        margin-bottom: 25px;
    }

        .steps-indicator.line.level-2:before {
            right: 15px !important;
        }

    .steps-indicator.line.steps-2:before {
        right: 25%;
        left: 25%;
    }

    .steps-indicator.line.steps-3:before {
        right: 16.666666666666668%;
        left: 16.666666666666668%;
    }

    .steps-indicator.line.steps-4:before {
        right: 12.5%;
        left: 12.5%;
    }

    .steps-indicator.line.steps-5:before {
        right: 10%;
        left: 10%;
    }

    .steps-indicator.line.steps-6:before {
        right: 8.333333333333334%;
        left: 8.333333333333334%;
    }

    .steps-indicator.line.steps-7:before {
        right: 7.142857142857143%;
        left: 7.142857142857143%;
    }

    .steps-indicator.line.steps-8:before {
        right: 6.25%;
        left: 6.25%;
    }

    .steps-indicator.line.steps-9:before {
        right: 5.555555555555555%;
        left: 5.555555555555555%;
    }

    .steps-indicator.line.steps-10:before {
        right: 5%;
        left: 5%;
    }

.steps-indicator * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.steps-indicator.line li {
    position: relative;
    float: right;
    padding: 15px;
    /*padding-top: 10px;*/
    margin: 0;
    line-height: 15px;
    text-align: center;
}

    .steps-indicator.line li a {
        font-weight: bold;
        color: #585858;
        text-decoration: none;
        cursor: pointer;
        transition: 0.25s;
        white-space: nowrap;
        /* font-size: 1em; */
    }
    /*
        .steps-indicator.line.thin-indicator li a:before {
            position: absolute;
            top: -7px;
            left: 43%;
            width: 14px;
            height: 14px;
            background-color: #e6e6e6;
            border-radius: 100%;
            content: '';
            transition: 0.25s;
        }
        */
        .steps-indicator.line li a:hover {
            color: #4d4d4d;
        }

.steps-indicator.line.steps-2 li {
    width: 50%;
}

.steps-indicator.line.steps-3 li {
    /* width: 33.333333333333336%; */
}

.steps-indicator.line.steps-4 li {
    width: 25%;
}

.steps-indicator.line.steps-5 li {
    width: 20%;
}

.steps-indicator.line.steps-6 li {
    width: 16.666666666666668%;
}

.steps-indicator.line.steps-7 li {
    width: 14.285714285714286%;
}

.steps-indicator.line.steps-8 li {
    width: 12.5%;
}

.steps-indicator.line.steps-9 li {
    width: 11.11111111111111%;
}

.steps-indicator.line.steps-10 li {
    width: 10%;
}

.steps-indicator.line.steps-11 li {
    width: 9.090909090909092%;
}

.steps-indicator li.default {
    pointer-events: none;
}

    .steps-indicator li.default a:hover {
        color: #808080;
    }

 .steps-indicator li.toBeDone {
    pointer-events:all!important;
}

.steps-indicator li.current, .steps-indicator li.active,
.steps-indicator li.editing {
    pointer-events: none;
}


.steps-indicator.line.thick-indicator li.editing /*a:before*/ {
    /*background-color: #808080;*/
    /*border-color: #bce8f1 !important;*/
    border-width: 1px 5px 1px 1px;
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.steps-indicator.line.thick-indicator li.current /*a:before*/ {
    /*background-color: #808080;*/
    /*border-color: #bce8f1 !important;*/
    border-width: 1px 5px 1px 1px;
    border-color: #66afe9 !important;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); */
}

.steps-indicator.line.thick-indicator li.done /*a:before*/ {
    /*background-color: #339933;*/
    /*border-color: #c8e5bc !important;*/
    /* background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%) !important; */
    /* background-repeat: repeat-x !important; */
    /* border-color: #b2dba1 !important; */
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, .2) !important; */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05) !important; */
    /* border-width: 1px 1px 1px 1px !important; */
}

/*.steps-indicator.line li.editing a:before {
    background-color: #000000;
    border-color: #f8efc0 !important;
    border-color: #bce8f1 !important;
    border-width: 1px 10px 1px 1px;
}*/

.steps-indicator.line.thin-indicator li.editing a:before {
    background-color: #000000;
    border-color: #bce8f1 !important;
    border-width: 1px 1px 1px 1px;
}

.steps-indicator.line.thin-indicator li.current a:before {
    background-color: #808080;
    border-color: #bce8f1 !important;
    border-width: 1px 1px 1px 1px;
}

.steps-indicator.line.thin-indicator li.done a:before {
    background-color: #339933;
    border-color: #c8e5bc !important;
    border-width: 1px 1px 1px 1px !important;
}





/*   WIZARD   */

div[wizard] {margin:1em 0;border: 2px solid #ccc;padding: 10px;border-radius: 5px;}

div[wizard] .steps-indicator.nav.nav-tabs {
    border-bottom: 2px solid #ccc;
    border-radius:5px 5px 0 0;
    padding-bottom: 17px;
}

div[wizard] .steps-indicator.nav.nav-tabs > li {margin:0;background-image: linear-gradient(to left, #FFFCFC 0%, #ccc 100%) !important;}

div[wizard] .steps-indicator.nav.nav-tabs > li > a {
    border-width: 0;
    border-color: transparent;
    margin: 0 0 15px 0;
    background:white;
    border-radius:0;
    border-right:0px solid red;
}


div[wizard] .steps-indicator.nav.nav-tabs > li > a:after {content:" ";border-width: 7px 10px 7px 10px;border-style:solid;border-color: transparent #CCCCCC  transparent transparent;float:right;position:absolute;margin-top: 31px;margin-right: 15px;z-index: 5;}
div[wizard] .steps-indicator.nav.nav-tabs > li:last-child > a:after {display:none}


div[wizard] .steps-indicator.nav.nav-tabs > li.done a:after {border-color: transparent #c8e5bc  transparent transparent;} 
div[wizard] .steps-indicator.nav.nav-tabs > li.done {
    margin: 0;
    background-image: linear-gradient(to left, #F4FFF0 0%, #c8e5bc 100%) !important;
}


div[wizard=""] .steps-indicator.nav.nav-tabs > li.active > a:after,
div[wizard=""] .steps-indicator.nav.nav-tabs > li.active > a:hover:after, 
div[wizard=""] .steps-indicator.nav.nav-tabs > li.active > a:focus:after {border-color: transparent #0186C7  transparent transparent;}



div[wizard=""] .steps-indicator.nav.nav-tabs > li.active > a,
div[wizard=""] .steps-indicator.nav.nav-tabs > li.active > a:hover, 
div[wizard=""] .steps-indicator.nav.nav-tabs > li.active > a:focus {background:white!important;padding-top:10px;border-color: #0186C7;}

div[wizard=""] .steps-indicator.nav.nav-tabs > li.active {background: #0186C7!important
}


div[wizard=""] .steps-indicator.nav.nav-tabs > li:focus {   outline:none; }
div[wizard=""] .steps-indicator.nav.nav-tabs > li:focus a {   outline:none; text-decoration:underline;}



div.meta-data-wizard {color: #767676;}
div.meta-data-wizard div:last-child {text-align:left}
.mar5{margin:.33em}
.mar10 {margin:.7em}
.mar15{margin:1em}

.mar-h5{margin-right:.33em;margin-left:.33em}
.mar-h10 {margin-right:.7em;margin-left:.7em}
.mar-h15{margin-right:1em;margin-left:1em}

.mar-v5{margin-top:.33em;margin-bottom:.33em}
.mar-v10 {margin-top:.7em;margin-bottom:.7em}
.mar-v15{margin-top:1em;margin-bottom:1em}


.mar-t5 {margin-top:.33em}
.mar-t10 {margin-top:.7em}
.mar-t15 {margin-top:.1em}

.mar-b5 {margin-bottom:.33em}
.mar-b10 {margin-bottom:.7em}
.mar-b15 {margin-bottom:1em}

.mar-l5 {margin-left:.33em}
.mar-l10 {margin-left:.7em}
.mar-l15 {margin-left:1em}

.mar-r5 {margin-right:.33em}
.mar-r10 {margin-right:.7em}
.mar-r15 {margin-right:1em}

.lobby-links {
    display: none !important;
}

.txt13 {
    line-height: 1.4em;
}

.tbl_head {
    background-color: #B2D0EB;
    font-weight: bold;
}

.BtlWizard label {
    /*           margin-right: 20px;
                display: block;
                text-indent: 80px;
                */
}

.BtlWizard TD {
    vertical-align: text-top
}

.BtlWizard {
    margin: 2px;
    width: 100%;
}

    .BtlWizard Table {
        width: 100%;
    }

        .BtlWizard Table TD {
            /*width: 520px;*/
        }

.QuestionTable {
    margin-top: 2px;
}

.noWrap {
    white-space: nowrap;
}

.requiredField {
    color: #eb0000;
}

.wizard .summary {
    margin: 1em 0;
}

.SummaryAnswer {
}

.SummaryTable {
    margin: 10 0 10 0;
}

.warningMsg {
    color: #eb0000;
    font-weight: bold;
}

.Calculator fieldset {
    margin: 1em 0;
}

.Question_gray,
.col-form-label {
    /*background: #f1f3f5;*/
    padding: .5em;
    margin: 1em 0 !important;
    font-weight: bold !important;
    display: block;
    box-sizing: border-box;
    clear: both;
}

legend.col-form-label {
    width: 100%;
}

.Steps {
    font-weight: bold;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
    border-bottom: 2px #3dc5f5 solid;
    margin-bottom: .5em;
    padding: .5em 0;
}

    .Steps h2 {
        outline: 0;
        margin: 0 !important;
        color: #0362a4 !important;
        font-weight: bold;
        font-size: 1.5em;
    }

.Question_gray h3 {
    margin: 0 !important;
    font-weight: bold !important;
}

legend.Question_gray {
    width: 100%;
}

    legend.Question_gray.txt13 + span {
        line-height: 2em;
    }

.rdbList input {
    margin-right: -20px;
}

.rdbList td {
    padding-right: 20px;
}

.MsgTable {
    padding: 10 10 10 10;
    /* width:500px;*/
}

.MsgDiv {
    text-align: right;
}

.ResultTitle {
    font-size: 14px;
    color: #0044B7;
    font-weight: bold;
    padding: 0 0 0 0;
    text-align: right
}

.ResultText {
    padding: 10px;
    text-align: right;
    background-color: #D3F0FF;
    min-height: 100px;
    border: 0 !important;
}

    .ResultText > div {
        margin: 1em 0;
    }

ul.CalcResult {
    list-style-position: inside;
    width: 100%;
    margin: 1em 0 !important;
    padding: 1em;
    border-radius: 5px;
    background-color: aliceblue;
    font-size: 1.1em;
    box-sizing: border-box;
}

    ul.CalcResult span {
        font-weight: bold;
        margin-right: 10px;
    }

    ul.CalcResult.CalcResultBlocks span {
        font-weight: normal;
        margin-right: 0px;
    }

    ul.CalcResult.CalcResultBlocks {
        border: 0;
        margin: 0 !important;
        padding: 0;
        width: 100%;
        border-radius: 0px;
        background-color: transparent;
        font-size: 1em;
        list-style: none;
    }

        ul.CalcResult.CalcResultBlocks > li {
            border: 1px solid #bbddf7;
            list-style-position: inside;
            width: 100%;
            margin: 1em 0 !important;
            padding: 1em;
            border-radius: 5px;
            background-color: aliceblue;
            font-size: 1em;
            list-style: none;
        }

ul.CalcResultBlocks.CalcResult > li h4 {
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 0.5em;
    color: #3b74a9;
    font-size: 1.1em;
    font-family: Arial;
}

.padTd {
    width: 85px !important;
}


/* ×ž×™×¦×•×™ ×–×›×•×™×•×ª */

.ElegibilityQuestion {
    /*font-size:12px;*/
}

    .ElegibilityQuestion .rdb_list {
        margin-bottom: 1em;
        display: block
    }

        .ElegibilityQuestion .rdb_list .txt13 {
            display: block;
        }

.ElegibilityAnswer .txt13 {
    float: right;
    margin-left: 1em
}

.ElegibilityAnswer .footer {
    background: #dcf0fd;
    font-size: inherit;
    color: inherit;
}

    .ElegibilityAnswer .footer > strong:before {
        font-family: 'FontAwesome';
        content: "\f071";
        color: #0368b0;
        font-weight: normal;
        margin: 0 0 0 0.2em;
        font-size: 1.5em;
    }

.AnswerPreface {
    border-bottom: 2px solid #3dc5f5;
    margin: 1em 0;
    font-weight: bold;
    padding: 0.5em 0;
    color: #0362a4;
    width: 100%;
    box-sizing: border-box;
}

.AnswerSegmentTitle {
    font-weight: bold;
    padding: 5px;
}

.AnswerSegmentContent {
    padding: 2px 10px 2px 10px;
}

.sideIcon {
    vertical-align: text-bottom;
    padding-left: 3px;
}

.Answer_expl {
    font-weight: normal;
    padding: 2px 10px 2px 10px;
}

.footer {
    padding: 8px 10px 2px 10px;
}

#tipim li {
    border: 0;
}

.rdb_list label {
    /*font-size:12px;*/
}


/*open close list == OP*/

ul.OP_List li:before {
    display: none;
}

.OP_Link {
    display: block;
}

div#searchPanel + br + h2 {
    padding: 2em 0;
    font-weight: bold;
}

a.TitleLink:hover {
    text-decoration: none;
}

.noGroup {
    background-image: url(/SiteCollectionImages/arrow_rtl.gif) !important;
}

.InsideList .TitleLink {
    background-image: url('/_layouts/images/plus.gif');
    border-bottom: 1px #82B5EF solid;
    /*background-image: url('/_layouts/images/bullet_toggle_plus.png');*/
    /*display:block ;
                font-weight:bold;
                margin:5px;
                background-color: #B5D6FF;
                padding-top: 4px;
                padding-bottom: 4px;
                padding-right: 7px;          
                padding-left: 7px;            
                color:#0044B7; */
}

.btnBlue {
    background-color: #589AD9;
    /*  background-image: url("/btl/rsrc/images/btn1-bg.gif");*/
    background-repeat: repeat-x;
    color: white;
    font-family: arial;
    font-size: 1.6ex;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
}


/*Tehilla 18.3.2015 Next button style*/

.btnNext {
    float: left;
    font-weight: bold;
}

.wizard .summary {
    /* margin: 1em 0; */
}

a.btnNext {
    background-color: #327bb3;
    background-image: none;
    border-color: #357ebd;
    color: #fff;
    transition: .2s ease;
    margin: 2em 0 0 0;
    display: block;
    padding: .5em 1em;
    text-decoration: none !important;
    border-radius: 5px;
}

    a.btnNext:hover {
        color: white !important;
        background: #0d456f
    }


a[href="javascript:window.print();"]:before {
    content: "\f02f";
    font-family: FOntAwesome;
    margin: 0 0 0 .2em;
    font-weight: normal;
}






.Calculators label {
    vertical-align: middle
}

.Calculator div#generalObs {
    font-size: .9em;
    margin: 10px 0;
}

    .Calculator div#generalObs:before {
        content: "\f05a";
        font-family: FOntAwesome;
        color: #2a8dd4;
        padding: .5em;
    }

.validationSummary {
    background: rgba(255, 152, 175, 0.18);
    border-radius: 0;
    padding: 1em;
    margin: 1em 0 0;
    color: #ad1e3e;
    border-right: 3px solid #ff98af;
}

.middle-panel .validationSummary ul {
    list-style-image: url("/_layouts/15/images/btl.website/new/sprite/bul-error.png");
    /*list-style-image: url("/SiteCollectionImages/bul-error.png");*/
}

.Calculator .btn1,
.Calculator .btnNext {
    margin-top: 2em;
}

table.tbl.txt12 {
}

    table.tbl.txt12 th {
        border-top: 1px solid #d1e3ec;
        border-top: 1px solid #d1e3ec;
        border-left-color: #ffffff;
        border-right-color: #ffffff;
    }

    table.tbl.txt12 td {
        vertical-align: middle
    }

.tbl fieldset {
    margin: 0;
}

div#searchPanel {
    background: #eee;
    padding: 1em;
    box-sizing: border-box;
    text-align: right !important;
}

    div#searchPanel select {
        font-size: 1.5em;
        border-radius: .2em
    }

    div#searchPanel + br {
        display: none
    }

        div#searchPanel + br + div#divCheak {
            float: right;
            margin: -4.8em 24em 0 1em;
            padding: 0 !important;
        }

.rbl-item br {
    line-height: 2em;
}

.AnswerSegmentContent ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-right: 1.5em;
}

h3 .General:before,
h3 span.Calculators:before,
h3 span.Forms:before,
h3 span.Tipim:before {
    font-family: 'FontAwesome';
    content: "\f071";
    color: #0368b0;
    font-weight: normal;
    margin: 0 0 0 0.2em;
    font-size: 1.5em;
}

h3 .General:before {
    content: "\f058"
}

h3 span.Calculators:before {
    content: "\f1ec" !important
}

h3 span.Forms:before {
    content: "\f15c"
}

h3 span.Tipim:before {
    content: "\f0eb";
    font-size: 1.5em;
    margin-top: 1em;
    display: inline-block
}

ul#tipim li,
ul#tipim p {
    padding: 0;
    margin: 0.5em 0 0;
}


@media screen and (max-width:1024px) {

    .resultActions,
    table.summaryTbl.tbl {
        width: 100% !important;
    }

        table.summaryTbl.tbl th:nth-child(2),
        table.summaryTbl.tbl th:nth-child(3) {
            min-width: auto !important
        }




    .wizard .tochnitTipul > li {
        /* width: 50% */
    }



    .TipulIshi select + div select {
        max-width: 14em !important;
    }


    .sfiga-select + .tochnitTipul .tochnitTipulBox > .tochnitTipulBoxBody {
        min-height: 21.5em !important;
    }
}

@media screen and (max-width: 767px) {
    #searchPanel label.searchTitle {
        width: 100%
    }

    div#searchPanel + br + div#divCheak {
        float: right;
        margin: -5em 13em 0 1em;
        padding: 0 !important;
    }

    div#searchPanel select {
        width: 186px;
    }
}

.Calculator.wizard button.btn {
    background-color: #327bb3;
    background-image: none;
    border-color: #357ebd;
    color: #fff;
    transition: .2s ease;
    margin: 0;
}

    .Calculator.wizard button.btn:hover {
        background: #0d456f;
    }

    .Calculator.wizard button.btn:focus {
        border-color: #000000 !important;
        outline: 1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 171, 1, 0.53);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 171, 1, 0.74);
        background: black;
    }


/* form errors */

.form-control.is-invalid {
    color: #bd0000;
    border-color: #bd0000;
}

.invalid-feedback {
    color: #bd0000;
    font-size: 0.9em;
    font-weight: bold;
    padding: 10px;
}

.form-group.has-error.has-feedback.tipul-ishi-dakot {
    position: unset;
}

.form-group.is-invalid legend {
    color: #bd0000;
}


/* font-awesome radio & checkbox */

.Form div[role=radiogroup] {
    outline: none;
}

.Form label.form-check-label {
    line-height: 1.3em;
}

.Form .form-check {
    margin-bottom: .8em;
}

.Form input[type=radio],
.Form input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .Form input[type=radio] ~ label:before,
    .Form input[type=checkbox] ~ label:before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f1db";
        font-size: 1.5em;
        color: #535353;
        width: 1.1em;
        float: right;
        margin-bottom: 5px
    }

    .Form input[type=radio]:checked ~ label:before {
        content: "\f192";
        color: #0072c6;
    }

    .Form input[type=checkbox]:checked ~ label:before {
        content: "\f14a";
        color: #0072c6;
    }

    .Form input[type=checkbox] ~ label:before {
        content: "\f096";
    }

    .Form input[type=checkbox]:checked ~ label:before {
        content: "\f14a";
        color: #0072c6;
    }

    .Form input[type=radio]:focus ~ label:before,
    .Form input[type=checkbox]:focus ~ label:before,
    .Form input[type=radio]:focus ~ label,
    .Form input[type=checkbox]:focus ~ label {
        color: #BF411A;
    }






.wizard button.b-tooltip-btn {
    border-radius: 50%;
    width: 1.5em;
    display: inline-block;
    height: 1.5em;
    box-sizing: border-box;
    padding: 0;
    min-width: 1.5em !important;
    text-align: center;
    margin: 0 7px 0px 0px;
    cursor: help;
    color: #0d456f;
    background: #d0e4ea;
    border: 0;
    box-shadow: none;
}


    .wizard button.b-tooltip-btn:hover {
        background: #fdec84;
    }





li.tochnitTipulBox.TipulIshi legend + div > select,
li.tochnitTipulBox.TipulIshi div select + div {
    float: right;
    margin-left: 5px
}

    li.tochnitTipulBox.TipulIshi div select + div select {
        margin-left: 5px;
    }

span.sherutInfo {
    display: inline-block;
    padding: 0.5em;
}




/*  ------- wizard -----------*/

.wizard {
}


    .wizard .nav-tabs li:first-child a {
        border-radius: 0 .3em .3em 0;
        padding-right: 1em;
    }

    .wizard .nav-tabs li:last-child > * {
        border-radius: 0.3em 0 0 .3em;
        padding-left: 1em;
    }

    .wizard h2 {
        font-weight: bold;
        padding-bottom: 4px;
        padding-right: 7px;
        padding-left: 7px;
        border-bottom: 2px #3dc5f5 solid;
        margin-bottom: .5em;
        outline: 0;
        margin: 0 !important;
        color: #0362a4 !important;
        font-weight: bold;
        font-size: 1.2em;
    }


    .wizard .nav-tabs {
        border: 1px solid #fff;
        margin-bottom: 1rem;
        display: flex;
        font-size: 1.2rem;
        flex-wrap: wrap;
    }

    .wizard .tab-content {
        background: #f3f3f3;
        box-sizing: border-box;
        padding: 1rem;
    }

    .wizard .nav-tabs li {
        margin-bottom: .5rem
    }

    .wizard .tab-footer {
        margin: 1rem 0 0 0
    }

    .wizard .nav-tabs li b {
        float: right;
    }

    .wizard .nav-tabs li:after {
        content: " ";
        width: 0;
        height: 0;
        border-width: 1rem 1rem 1rem 0rem;
        border-style: solid;
        border-color: white transparent white white;
        position: absolute;
        margin: -2rem -1rem 0 0;
    }

    .wizard .nav-tabs li b {
        float: right;
        background: #ffffff;
        /* color: white; */
        border-radius: 50%;
        width: 1.2rem;
        height: 1.2rem;
        text-align: center;
        font-size: .8rem;
        margin: .15rem 0 0 .2rem;
    }

    .wizard .nav-tabs li a:hover b {
        color: #0098d7
    }

    .wizard .nav-tabs li a.active:hover b,
    .wizard .nav-tabs li .active b {
        color: #333;
    }


    .wizard .nav-tabs li:before {
        content: " ";
        width: 0;
        height: 0;
        border-width: 1rem 1rem 1rem 0rem;
        border-style: solid;
        border-color: transparent white transparent transparent;
        position: absolute;
        margin: -0rem 0rem 0 0;
        float: right
    }

    .wizard .nav-tabs li:first-child:before,
    .wizard .nav-tabs li:first-child:after {
        display: none;
    }

    .wizard .nav-tabs li span,
    .wizard .nav-tabs li a {
        box-sizing: border-box;
        padding-left: 2rem;
        padding-right: 2rem;
        line-height: 2rem;
        text-decoration: none !important;
        cursor: default;
        display: block;
    }

    .wizard .nav-tabs a {
        color: #333;
        display: block;
        background: #f3f3f3
    }

        .wizard .nav-tabs a.enabled {
            background: #0d456f;
            color: white;
            cursor: pointer;
        }

            .wizard .nav-tabs a.enabled.active {
                cursor: default
            }

            .wizard .nav-tabs a.enabled:hover,
            .wizard .nav-tabs a.enabled.active {
                background: #327bb3;
                color: white !important;
                text-decoration: none !important;
            }

    .wizard .nav-tabs span {
        cursor: default;
        color: gray;
        text-decoration: none;
        background: #f3f3f3;
    }


    .wizard div[role="group"] .custom-control {
        margin: 1rem 0;
    }

.sfiga-select-item {
    float: right;
    width: 33.33%;
    margin: .5em 0 !important;
}

.sfiga-select legend {
    float: right;
    width: 100%;
}

.sfiga-select fieldset {
    float: right;
    width: 100%;
    margin: 0;
}

.status-bar {
    background: #f1f3f5;
    float: right;
    width: 100%;
    padding: .5em;
    box-sizing: border-box;
    margin: 1em 0;
    border-radius: .5em;
}

.wizard .bar {
    display: flex;
    background: #fff;
    width: 100%;
    margin: 0 0 0.2em 0;
    box-sizing: border-box;
    border: 1px solid #768998;
    border-radius: 10px;
    overflow: hidden;
    height: 31px;
    /* padding-left: 2px; */
}

    /*
    .wizard .bar:after {
        content: " ";
        width: 100%;
        height: 31px;
        background-image: linear-gradient(rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .2) 49%, rgba(255, 255, 255, 0) 50%);
        position: absolute;
        float: right;
        margin: -0px 0px 0 0px;
        border-radius: 10px;
    }

*/

    .wizard .bar > div {
        height: 29px;
        text-align: center;
        vertical-align: middle;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-size: .6em;
        /*border-right: 1px solid white;
        border-radius: 10px 0 0 10px;*/
        /*margin-left: -10px;*/
        transition: .3s ease;
        /*padding-left: 9px;*/
        flex-grow: initial;
    }


        /*.wizard .bar > div:first-child {
            border-right: 1px solid #ffffff;
            border-radius: 10px;
        }*/

        .wizard .bar > div:last-child {
            border-right: 1px solid #ffffff;
            border-radius: 10px 0px 0px 10px;
        }

        .wizard .bar > div.empty:first-child {
            border-right: 0;
        }

        .wizard .bar > div.empty {
            background: white;
            border-top-color: #ffffff;
            border-bottom-color: #ffffff;
            /* border-right: 1px solid #ffffff; */
            /*background: -moz-linear-gradient(top, #f5f5f5 0, #ffffff 100%) !important;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff) ) !important;
            background: -webkit-linear-gradient(top, #f5f5f5 0, #ffffff 100%) !important;
            background: -o-linear-gradient(top, #f5f5f5 0, #ffffff 100%) !important;
            background: -ms-linear-gradient(top, #f5f5f5 0, #ffffff 100%) !important;
            background: linear-gradient(top, #f5f5f5 0, #ffffff 100%) !important;*/
            /* border-radius: 10px 0 0 10px; */
            /* display: none; */
            border: 0;
            padding: 0 !important;
            display: none;
        }


            .wizard .bar > div.empty:first-child {
                visibility: hidden
            }

.status-bar .legend {
    padding: .5em 0 .3em;
    float: right;
    width: 100%;
}


.tochnitTipulLegend {
    clear: both
}

ul.tochnitTipulLegend li {
    float: right;
    margin-left: 2em;
}

ul.tochnitTipulLegend {
    display: table;
    width: 100%;
    margin: 0 0 .5em;
}


.wizard .tochnitTipulBox > .tochnitTipulBoxBody > legend.col-form-label.col-form-label {
    display: block;
    background: none;
    padding: 0;
    margin: 0 0 1em 0 !important;
    float: right;
    width: 100%;
}

.wizard .tochnitTipulLegend li span {
    margin-left: 3px;
    display: inline-block
}

    .wizard .tochnitTipulLegend li span:after {
        content: ":"
    }

.tochnitTipulBoxBody .sherutDesc {
    font-size: .85em;
    float: right;
    width: 100%;
    margin: .5em;
}

    .tochnitTipulBoxBody .sherutDesc + div {
        padding: 1em 0
    }

    .tochnitTipulBoxBody .sherutDesc + select,
    .tochnitTipulBoxBody .sherutDesc + select + div,
    .tochnitTipulBoxBody .sherutDesc + select + div select {
        display: inline-block;
        margin-left: .5em;
    }

.wizard .tochnitTipulBox .shovi {
    margin: 0 0 .5em 0;
    width: 91%;
    border-top: 1px solid #d6d6d6;
    padding: .5em 0;
    text-align: left;
    font-size: .9em;
    font-weight: bold;
    color: #3d4852;
    bottom: 0em;
    position: absolute;
}

.tochnitTipulBoxBody .tipped-help {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    color: #7fabca;
    display: block;
    width: 1em;
}


    .tochnitTipulBoxBody .tipped-help:hover {
        color: #477494
    }


.wizard .tochnitTipulBox > .tochnitTipulBoxBody > legend:before,
.wizard .tochnitTipulLegend li span:before {
    content: " ";
    /* border: 1px solid #20547b; */
    width: 16px;
    height: 16px;
    float: right;
    margin-left: .3em;
    border-radius: 50%;
}




.wizard .tochnitTipulLegend li.kessef span:before,
.wizard .tochnitTipulBox.kessef > .tochnitTipulBoxBody > legend:before,
.wizard div.kessef {
    background: #43c58a;
}

.wizard .tochnitTipulLegend li.TipulIshi span:before,
.wizard .tochnitTipulBox.TipulIshi > .tochnitTipulBoxBody > legend:before,
.wizard div.TipulIshi {
    background: #0970bd;
}

.wizard .tochnitTipulLegend li.MerkazYom span:before,
.wizard .tochnitTipulBox.MerkazYom > .tochnitTipulBoxBody > legend:before,
.wizard div.MerkazYom {
    background: #ffca2d;
}

.sfigaBox > legend:before,
.wizard .tochnitTipulLegend li.MutsareiSfiga span:before,
.wizard .tochnitTipulBox.MutsareiSfiga > .tochnitTipulBoxBody > legend:before,
.wizard div.MutsareiSfiga {
    background: #8942ef;
}



.wizard .tochnitTipulLegend li.SheruteiKvissa span:before,
.wizard .tochnitTipulBox.SheruteiKvissa > .tochnitTipulBoxBody > legend:before,
.wizard div.SheruteiKvissa {
    background: #3dc5f5;
}

.wizard .tochnitTipulLegend li.LachtsanMetsuka span:before,
.wizard .tochnitTipulBox.LachtsanMetsuka > .tochnitTipulBoxBody > legend:before,
.wizard div.LachtsanMetsuka {
    background: #ff5b71;
}

.wizard .tochnitTipulLegend li.KehilaTomechet span:before,
.wizard .tochnitTipulBox.KehilaTomechet > .tochnitTipulBoxBody > legend:before,
.wizard div.KehilaTomechet {
    background: #ff5a23;
}




.wizard .tochnitTipul {
    margin: 0 -.5%;
    padding: 0;
    list-style: none;
    clear: both;
}

.wizard .tochnitTipul .form-group {margin-right:0;margin-left: 0;}
.wizard .tochnitTipul .form-group input,
.wizard .tochnitTipul .form-group select {font-weight:normal;margin-bottom: 1em;    padding: 6px;}

    .wizard .tochnitTipul:after {
        content: "";
        display: table;
        clear: both
    }


    .wizard .tochnitTipul .form-group h4, .tochnitTipulBoxBody h4 {
        margin: 0 0 0.5em 0;
        padding: 0 1.8em 0.9em 0;
        font-size: 1.1em;
        font-weight: bold;
        box-sizing: border-box;
        border-bottom: 1px solid #d6d6d6;
    }

.tochnitTipulBox h5 {
    font-weight: bold;
    margin: 0em 0 .5em 0
}

.tochnitTipulBox .pad-vb1 {margin-top:1em}

.tochnitTipulBox h5,
.tochnitTipulBox .mazav-kayam strong,
.tochnitTipulBox .sfiga-tamzit {
    font-size: 0.9em;
}

    .tochnitTipulBox .sfiga-tamzit,
    .tochnitTipulBox .mazav-kayam strong {
        font-weight: normal
    }


    .wizard .tochnitTipulBox {
        /*display: inline-block;*/
        width: 32%;
        break-inside: avoid;
        margin-top: .5em;
        /*float: right;*/
        margin: 0.65%;
    }

        .wizard .tochnitTipulBox.TochnitBoxSfiga {
            display: inline-block;
            width: 32%;
            break-inside: avoid;
            margin-top: .5em;
            float: right;
            margin: 0.65%;
        }

        .tochnitTipulBox.MutsareiSfiga > div:first-child,
        .wizard .tochnitTipulBox > .tochnitTipulBoxBody {
            margin: 0em;
            padding: 1em 1em 3em !important;
            border-radius: .5em;
            box-sizing: border-box;
            background: #f1f3f5;
            border: 1px solid silver;
            /*min-height: 25.1em;*/
            height: 25em;
        }

        .wizard .tochnitTipulBox.TochnitBoxSfiga > .tochnitTipulBoxBody.sfigaBox {
            min-height: 32em;
            height:unset;
        }

.mazav-kayam + .edit-shirut,
.mazav-kayam + .lomemumash {
    margin-top: 1em
}


.wizard .tochnitTipulBox .sfigaBox {
    min-height: 30em;
    margin-bottom: 0
}

.wizard .tochnitTipulBox > div:hover {border:1px solid #292929}
.wizard .tochnitTipulBox .sfigaBox .form-group {
    margin-bottom: 0
}

.AvailableShaot {
    display: none;
    float: left;
    font-weight: bold;
    border: 1px solid;
    padding: 5px;
}


li.tochnitTipulBox.MutsareiSfiga .sfiga-tamzit + a {
    margin-top: -1.9em;
    font-size: .9em;
    position: absolute;
    top: 3.5em;
    left: 1.5em;
}

.TipulIshi select + div select {
    max-width: 11em;
}



.edit-shirut .control-label {
    font-weight: normal;
    text-align: right;
}

.edit-shirut .form-group {
    margin: 0
}

.edit-shirut .control-label,
.edit-shirut *[class^="col"] {
    padding-right: 0;
    padding-left: 0;
}

.edit-shirut .col-sm-1 {
    text-align: center;
    line-height: 2.3em
}

.wizard .tochnitTipul h5 + .form-group .control-label {padding-right:0}


/* --------------SFIGA------------------ */

.sfiga-step h4 {padding-right:0}


.sfiga-select + .tochnitTipul .tochnitTipulBox {
    width: 50%;
}


.sfiga-select-item input[type=checkbox] ~ label {
    margin: 0;
}


.wizard .tochnitTipulBox > .tochnitTipulBoxBody.sfigaBox > legend.col-form-label.col-form-label {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 1em 0 !important;
    padding-bottom: .4em
}


.sfiga-select + .tochnitTipul .tochnitTipulBox > .tochnitTipulBoxBody {
    min-height: 20.5em;
}



.sfiga-select + .tochnitTipul legend:before {
    -display: none
}

.sfiga-select + .tochnitTipul fieldset fieldset {
    margin: 1em 0 !important;
    padding: 0;
}

    .sfiga-select + .tochnitTipul fieldset fieldset > div {
        float: right;
        width: calc(100% - 4em)
    }

    .sfiga-select + .tochnitTipul fieldset fieldset > legend {
        float: right;
        width: 7em !important;
        margin: 0 !important;
        padding: .5em 0 .5em .5em;
        display: inline-block;
        float: right;
    }

    .sfiga-select + .tochnitTipul fieldset fieldset legend + div {
        clear: none !important;
    }


    .sfiga-select + .tochnitTipul fieldset fieldset > div {
        float: right;
        width: calc(100% - 8em);
    }




.sfiga-select + .tochnitTipul fieldset legend + div {
    clear: both;
}



.sfiga-tamzit {
    clear: both;
    font-size: .9em;
}



    .sfiga-tamzit ul {
        list-style-position: outside;
        padding-right: 1em;
		    list-style: none;
    }

        .sfiga-tamzit ul li:before {
            float: right;
            content: "\f053";
            font-family: fontAwesome;
            margin: 0.2em -1.2em 0 0;
            color: #a9aaab;
            font-size: 0.7em;
            line-height: 1.9em;
        }

        .sfiga-tamzit ul li {
            padding: .3em 0 !important
        }


@media (max-width:1024px) {
    ul.tochnitTipulLegend {
        font-size: .9em;
        line-height: 1.5em;
    }

        ul.tochnitTipulLegend li {
            display: table-cell;
            float: right;
            width: 33.33%;
        }
}

@media (max-width:586px){
    .wizard .tochnitTipulBox.TochnitBoxSfiga {
        width: 100%!important;
    }
}

@media (max-width: 768px) {


    .container.main .left-menu {
        display: none !important;
    }

    li.tochnitTipulBox.MutsareiSfiga .sfiga-tamzit + a {
        top: 3em !important;
        width: 36% !important;
    }

    footer,
    .wizard .nav-tabs {
        display: none;
    }


        .wizard .nav-tabs li:first-child a {
            border-radius: 0 .3em .3em 0;
            padding-right: 2em;
        }

        .wizard .nav-tabs li:last-child a {
            border-radius: 0.3em 0 0 .3em;
            padding-left: 2em;
        }

    ul.tochnitTipulLegend li {
        float: none;
        width: 100%;
    }


    .sfiga-select label.custom-control-label:before {
        margin-bottom: 1em !important;
    }



    .tochnitTipulBox.MutsareiSfiga > div:first-child, .wizard .tochnitTipulBox > .tochnitTipulBoxBody {
        min-height: unset;
    }

    .sfiga-select + .tochnitTipul .tochnitTipulBox > .tochnitTipulBoxBody {
        min-height: auto !important;
        padding-bottom: 0 !important;
    }

    .wizard .tochnitTipul {
        column-count: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }

    .wizard .nav-tabs li {
        width: 100%;
        margin-bottom: -0.3rem
    }

    .sfiga-select + .tochnitTipul .tochnitTipulBox {
        width: 100%;
    }

    ul.tochnitTipulLegend li {
        display: block;
    }

    .wizard .nav-tabs li:first-child:after {
        display: block
    }

    .wizard .nav-tabs li:after {
        position: relative;
        float: left;
    }

    .wizard .nav-tabs li:last-child:after {
        display: none
    }

    .tochnitTipulBoxBody .sherutDesc + select, .tochnitTipulBoxBody .sherutDesc + select + div, .tochnitTipulBoxBody .sherutDesc + select + div select {
        width: 100%;
        margin: .2em 0;
        max-width: 100% !important;
    }

    .wizard .tochnitTipulBox .shovi {
        /* width: 85% !important; */
    }

    li.tochnitTipulBox.MutsareiSfiga legend + a {
        float: none !important;
        margin: 0.5em 0 !important;
        display: block;
    }

    .sfiga-tamzit {
        height: 11em !important;
    }
}



.summary ul {
    list-style-type: initial;
    list-style-position: outside;
    margin: 1em;
}

.summaryTbl caption, .summaryTitle {
    margin: 0 0 0em 0;
    color: #517292;
    font-size: 1em !important;
    font-family: Arimo;
    padding: 1em 1em;
    border: 2px solid #ddd;
    border-bottom: 0;
    background: #f0f8ff;
    font-weight: bold;
}

.summaryTbl tfoot tr {
    background: aliceblue;
    font-size: 1.2em;
    font-weight: bold;
}

.summaryTbl thead th {
    /*background: #327bb3;
    color: white;*/
    padding: .5em;
}
table.summaryTbl.tbl.table.table-condensed {
    border: 2px solid #dddddd;
    border-top: 0;
}
table.summaryTbl.tbl {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
    margin-bottom: 2em;
}

    table.summaryTbl.tbl th {
        padding-top: 1em;
        padding-bottom: 1em
    }
        table.summaryTbl.tbl th:nth-child(1) {width:60px}
    table.summaryTbl.tbl th:nth-child(2) {width:30%}
    table.summaryTbl.tbl th:nth-child(3) {width:25%}
    table.summaryTbl.tbl th:nth-child(4) {width:20%}
    table.summaryTbl.tbl th:nth-child(5) {width:15%}
    table.summaryTbl.tbl th:nth-child(6) {width:10%}

.former-tochnit-tipul.panel-info > .panel-heading {
    background: #f1f1f1;
}
.former-tochnit-tipul.panel-info .panel-body {
    padding: 0
}

    .former-tochnit-tipul table.summaryTbl th:nth-child(1) {width:60px;}
    .former-tochnit-tipul table.summaryTbl th:nth-child(2) {width:30%}
    .former-tochnit-tipul table.summaryTbl th:nth-child(3) {width:25%}
    .former-tochnit-tipul table.summaryTbl th:nth-child(4) {width:20%}
    .former-tochnit-tipul table.summaryTbl th:nth-child(5) {width:25%}
    


.resultActions {
    width: 64%
}


.Calculator.wizard .alert {
    margin: 1em 0;
    font-weight: bold;
}

    .Calculator.wizard .alert .fa {
        color: red;
        margin-left: .5em;
    }

ul.tochnitTipulLegend {
    display: none
}




@media (max-width:425px) {

    .edit-shirut .row1 {
        margin-left: -30px;
        margin-right: -30px
    }

    .edit-shirut .control-label,
    .edit-shirut *[class^="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .AzaraMsg:before {
        margin-bottom: 2em !important
    }

    .Calculator.wizard .alert .fa {
        margin-bottom: .8em !important;
        float: right;
    }

    .explText.finalWarning > div:first-child:before {
        margin-bottom: 5em !important
    }


    .status-bar .legend .pull-left {
        float: right;
        margin-bottom: .5em;
    }

    .status-bar {
        position: fixed;
        bottom: 0;
        z-index: 1555;
        margin: 0;
        border-radius: 0 !important;
        width: 100%;
        right: 0;
        background: #5C676F;
        color: white;
        padding-top: 0.5em;
    }

    .tochnitTipulActions {
        padding-bottom: 5em
    }

    .pull-up-mobile {
        margin-top: -6em;
    }



    li.tochnitTipulBox.MutsareiSfiga .sfiga-tamzit + a {
        position: inherit;
        width: 100% !important;
        float: none !important;
        margin: 1em 0 1em !important;
        display: block;
    }


    .explText ul li {
        display: block !important
    }


    .sfiga-select + .tochnitTipul fieldset fieldset > div,
    .sfiga-select + .tochnitTipul.tochnitTipul fieldset fieldset > legend {
        width: 100% !important;
    }

    .wizard .tochnitTipul li {
        width: 100%
    }

    .tochnitTipulBox.MutsareiSfiga > div:first-child,
    .wizard .tochnitTipulBox > .tochnitTipulBoxBody {
        min-height: auto;
        padding-bottom: 2em !important;
    }


    .wizard .tochnitTipulBox select, li.tochnitTipulBox.TipulIshi div select + div, li.tochnitTipulBox.TipulIshi div select + div select {
        width: 100% !important;
        margin: 5px 0;
        display: block;
        max-width: 100% !important;
        float: right;
    }

    ul.tochnitTipulLegend {
        /*display: block*/
    }

    .sfiga-select-item {
        width: 100% !important;
        margin: 0em 0 !important;
    }

    .sfiga-select + .tochnitTipul .form-check-label:before,
    .sfiga-select label.custom-control-label:before {
        margin-bottom: 0.5em !important;
    }

    .wizard .tochnitTipulBox .shovi {
        /* width: 88% !important; */
    }

    .sfiga-tamzit {
        height: auto !important;
    }
}


@media print {

    body {
        font-size: .9em !important
    }

    .AzaraMsg:before,
    .explText.finalWarning > div:first-child:before {
        color: black !important;
        border: 1px solid silver;
    }



    .ShowInPrint .hiden {
        display: block !important;
        width: 400px !important;
        margin: 0 !important;
    }

    .resultActions,
    h2#srStep,
    .btn,
    .nav-tabs {
        display: none !important
    }

    /*table.summaryTbl.tbl { page-break-inside:avoid;
    }*/

    .resultActions,
    table.summaryTbl.tbl {
        width: 100% !important;
    }

        table.summaryTbl.tbl th:nth-child(2),
        table.summaryTbl.tbl th:nth-child(3) {
            min-width: auto !important
        }


    table.summaryTbl.tbl {
        border-collapse: collapse;
        border-spacing: 0
    }

        table.summaryTbl.tbl th,
        table.summaryTbl.tbl tbody td {
            border: 1px solid silver;
            border-collapse: collapse
        }

        table.summaryTbl.tbl th {
            color: black;
        }
}



.explText {
    padding: 5px
}

    .explText ul li {
        display: inline-block;
        margin: 0 0em 1em 1em;
        font-weight: bold;
    }

    .explText ul.ulList li {
        font-weight: normal;
        max-width: 623px;
        display: block
    }

    .explText h3 {
        font-weight: bold;
        margin: .5em 0 1em 0
    }

.summaryTbl + .AzaraMsg {
    margin-top: 2em
}


.explText.finalWarning > div {
    margin: 1em 0;
}

    .explText.finalWarning > div:first-child {
        margin: 3em 0;
        max-width: 800px;
        font-weight: bold;
        line-height: 1.5em;
    }

        .explText.finalWarning > div:first-child:before {
            content: "\f0e0";
            font-family: FOntAwesome;
            float: right;
            font-size: .95em;
            margin: .3em 0px 0em .4em;
            width: 1em;
            height: 1em;
            background: #6db4ea;
            text-align: center;
            border-radius: 50%;
            padding: .4em;
            color: white;
            font-weight: normal;
            line-height: normal;
        }


.AzaraMsg {
    color: #AC420E;
    font-weight: bold;
    display: block;
    margin-bottom: 2em
}

    .AzaraMsg:before {
        content: "!";
        float: right;
        font-size: 1.3em;
        font-weight: bold;
        margin: -.2em 0px 0em .4em;
        width: 1em;
        height: 1em;
        background: #ac420e;
        text-align: center;
        border-radius: 50%;
        padding: .1em;
        color: white;
    }



.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #999;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #999;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #999;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #999;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem;
    background: rgb(255, 241, 157);
    border-radius: 3px;
    border: 1px solid #B2B2B2;
    text-align: right;
    /*
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;*/
}

.bs-tooltip-top.tooltip,
.bs-tooltip-bottom.tooltip,
.bs-tooltip-auto.tooltip,
.bs-tooltip-left.tooltip,
.bs-tooltip-right.tooltip {
    background: none;
    border: 0;
    box-shadow: none
}

.tochnitTipulBoxBody > div.col-form-label {padding:0}

.tochnitTipulBoxBody.sfigaBox > div:first-child,
.tochnitTipulBoxBody > div:first-child {display:flex;align-items: center;line-height: 1.1em;}



/*
#TochnitTipul_kessef:before,
#TochnitTipul_TipulIshi:before,
#TochnitTipul_MerkazYom:before,
#TochnitTipul_SheruteiKvissa:before,
#TochnitTipul_LachtsanMetsuka:before,
#TochnitTipul_MutsareiSfiga:before {
    content: " ";
    width: 16px;
    height: 16px;
    float: right;
    margin-left: .3em;
    border-radius: 50%;
    background: pink;
    flex-shrink: 0;
}

#TochnitTipul_0:before {    background: #43c58a;}
#TochnitTipul_1:before {    background: #0970bd;}
#TochnitTipul_2:before {    background: #ffca2d;}
#TochnitTipul_4:before {    background: #3dc5f5;}
#TochnitTipul_5:before {    background: #ff5b71;}
    */






#TochnitTipul_kessef {
    border-top:.3em solid #43c58a;
}

#TochnitTipul_TipulIshi {
    border-top: .3em solid #0970bd;
}

#TochnitTipul_MerkazYom {
    border-top: .3em solid #ffca2d;
}

#TochnitTipul_SheruteiKvissa {
    border-top: .3em solid #3dc5f5;
}

#TochnitTipul_LachtsanMetsuka {
    border-top: .3em  solid #ff5b71;
}

.wizard .tochnitTipulBox .sfigaBox:hover,
.wizard .tochnitTipulBox .sfigaBox,
#TochnitTipul_Sfiga {
    border-top: .3em solid #8942ef;
}



#TochnitTipul_kessef input[type=checkbox]:focus ~ label:before {
    color: #1fb370;
}

#TochnitTipul_TipulIshi input[type=checkbox]:focus ~ label:before {
    color: #0970bd;
}

#TochnitTipul_MerkazYom input[type=checkbox]:focus ~ label:before {
    color: #e2ac0c;
}

#TochnitTipul_SheruteiKvissa input[type=checkbox]:focus ~ label:before {
    color: #05beff;
}

#TochnitTipul_LachtsanMetsuka input[type=checkbox]:focus ~ label:before {
    color: #ff5b71;
}

#TochnitTipul_Sfiga input[type=checkbox]:focus ~ label:before {
    color: #8942ef;
}

td span.kessef:before,
td span.TipulIshi:before,
td span.MerkazYom:before,
td span.LachtsanMetsuka:before,
td span.MutsareiSfiga:before,
td span.SheruteiKvissa:before,
td span.KehilaTomechet:before,
span.sherutType0:before,
span.sherutType1:before,
span.sherutType2:before,
span.sherutType3:before,
span.sherutType4:before,
span.sherutType5:before,
span.sherutType6:before {
    content: " ";
    display: block;
    background: #d0d0d0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}


td span.kessef:before,
span.sherutType0:before {
    background: #1fb370
}

td span.TipulIshi:before,
span.sherutType1:before {
    background: #0970bd
}

td span.MerkazYom:before,
span.sherutType2:before {
    background: #e2ac0c
}

td span.LachtsanMetsuka:before,
span.sherutType3:before {
    background: #ff5b71
}

td span.MutsareiSfiga:before,
span.sherutType4:before {
    background: #8942ef
}

td span.SheruteiKvissa:before,
span.sherutType5:before {
    background: #05beff
}

td span.KehilaTomechet:before,
span.sherutType6:before {
    background: #81b331;
}

 


div.selcted-box {
/*    background: #e0f2ff !important;
    border-color: #34719c !important;
*/
}



.tochnitTipulBox {
    position: relative
}

    .tochnitTipulBox input[type=checkbox] ~ label {
       position: absolute;
        top: 0.5em;
        font-size: .9em;
        padding: 1em 0.4em 0 1em;
        border-radius: .5em;
        width: 100% !important;
        margin: 0 0 !important;
        text-align: left;
        right: 0;
        cursor:pointer;
    }

        .tochnitTipulBox input[type=checkbox] ~ label:before {
            font-size: 2.3em !important;
            cursor:pointer;
            float:right
        }

div#TochnitTipul_MutsareiSfiga {
    margin: 0 0 1em !important;
}


.AvailableShaotWarning .fa.fa-warning {
    color: #d60000;
}

.AvailableShaotWarning {
    margin: 1em 0 0 0;
}

.sfiga-tamzit-new {
    margin-bottom: 0 !important;
}

.tochnitTipulBox input[type=checkbox] ~ label:after {
    content: '';
    float: left;
}


.tochnitTipulBox input[type=checkbox]:checked ~ label:after {
    content: ''
}



.IshiHelcheySHaot {
    margin-top: -0.9em;
}

.tochnitTipulBoxBody input[type=checkbox] ~ label i:before {
    font-family: FontAwesome;
    content: "\f067";
    width: 1em;
    margin: 0 0 0 0.3em;
    color: #888;
}


.tochnitTipulBox input[type=checkbox]:checked ~ label:before {
    padding-right: .17em !important
}

.tochnitTipulBoxBody.selcted-box input[type=checkbox] ~ label i:before {
    content: "\f00d";
}

.tochnitTipulBoxBody input[type=checkbox] ~ label i {
    font-style: normal;
    color: #505050;
}


.tochnitTipulBoxBody input[type=checkbox] ~ label i:after {
    content: "הוסף שירות"
}

.tochnitTipulBoxBody.selcted-box input[type=checkbox]:checked ~ label i:after {
    content: "בטל שירות"
}


.tochnitTipulBox input[type=checkbox] ~ label:hover:before,
.tochnitTipulBox input[type=checkbox] ~ label:hover i:before,
.tochnitTipulBox input[type=checkbox] ~ label:hover i {
    color: #000000
}

.tableBox {
    display: table;
    padding: 5px;
    margin-top: 0px;
    padding-top: 0px;
    vertical-align: top;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.trBox {
    display: table-row;
    <!-- padding: 5px; -->
}

@media (min-width: 1350px) {
    .tdBox {
        display: table-cell;
        padding: 0px;
        width: 33%;
        /*border: #000000 solid 1px;*/
        margin: 5px;
        margin-top: 0px;
        height: 5em;
        vertical-align: top;
        position: relative;
    }
}
@media (max-width: 1349px) and (min-width: 992px) {
    .tdBox {
        display: inline-table;
        padding: 0px;
        width: 75%;
        /*border: #000000 solid 1px;*/
        margin: 5px;
        margin-top: 0px;
        height: 5em;
        vertical-align: top;
        position: relative;
    }
}
@media (max-width: 991px) {
    .tdBox {
        display: inline-table;
        padding: 0px;
        width: 100%;
        /*border: #000000 solid 1px;*/
        margin: 5px;
        margin-top: 0px;
        height: 5em;
        vertical-align: top;
        position: relative;
    }
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url('/content/fonts/arimo-v11-hebrew_latin-regular.eot');
    src: local('Arimo Regular'),local('Arimo-Regular'),url('/content/fonts/arimo-v11-hebrew_latin-regular.eot?#iefix') format('embedded-opentype'),url('/content/fonts/arimo-v11-hebrew_latin-regular.woff') format('woff'),url('/content/fonts/arimo-v11-hebrew_latin-regular.ttf') format('truetype'),url('/content/fonts/arimo-v11-hebrew_latin-regular.svg#Arimo') format('svg')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 400;
    src: url('/content/fonts/arimo-v11-hebrew_latin-italic.eot');
    src: local('Arimo Italic'),local('Arimo-Italic'),url('/content/fonts/arimo-v11-hebrew_latin-italic.eot?#iefix') format('embedded-opentype'),url('/content/fonts/arimo-v11-hebrew_latin-italic.woff') format('woff'),url('/content/fonts/arimo-v11-hebrew_latin-italic.ttf') format('truetype'),url('/content/fonts/arimo-v11-hebrew_latin-italic.svg#Arimo') format('svg')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: url('/content/fonts/arimo-v11-hebrew_latin-700.eot');
    src: local('Arimo Bold'),local('Arimo-Bold'),url('/content/fonts/arimo-v11-hebrew_latin-700.eot?#iefix') format('embedded-opentype'),url('/content/fonts/arimo-v11-hebrew_latin-700.woff') format('woff'),url('/content/fonts/arimo-v11-hebrew_latin-700.ttf') format('truetype'),url('/content/fonts/arimo-v11-hebrew_latin-700.svg#Arimo') format('svg')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 700;
    src: url('/content/fonts/arimo-v11-hebrew_latin-700italic.eot');
    src: local('Arimo Bold Italic'),local('Arimo-BoldItalic'),url('/content/fonts/arimo-v11-hebrew_latin-700italic.eot?#iefix') format('embedded-opentype'),url('/content/fonts/arimo-v11-hebrew_latin-700italic.woff') format('woff'),url('/content/fonts/arimo-v11-hebrew_latin-700italic.ttf') format('truetype'),url('/content/fonts/arimo-v11-hebrew_latin-700italic.svg#Arimo') format('svg')
}

body {
    background: #fff;
    font-family: Arimo,"Helvetica Neue",Helvetica,Arial,sans-serif;
}


a {
    color: #197bc2;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #0d406b;
        text-decoration: underline;
    }


h1 {
    font-size: 30px;
    margin-bottom: 1em;
    color: #0368b0;
    border-bottom: 2px solid #3dc5f5;
    font-weight: bold;
    padding-bottom: .65em;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 18px;
}

.panel h2,
.panel .h2,
.panel h3,
.panel .h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}

p {
    margin: 0 0 10px;
    font-size: 1em;
    line-height: 1.7em;
}

.and-text {
    padding: 7px 0 0px 0px;
    margin: 0;
    text-align: center;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}


.panel-primary > .panel-heading {
    background-image: none;
    background: #327bb3;
    border-radius: 0;
}


.panel-warning {
    border-color: #d29993;
}

.taz-header {
    margin-top: 0.3em;
    font-size: 17px;
}

.last-login-header {
    margin-top: -0.7em;
    font-size: 13px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 0 15px;
    border-bottom: 0;
}

.modal-msg {
    min-height: 6em;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0;
    background: aliceblue;
}

.fa-home:before {
    font-size: .9em;
}

#sideNav.hidden-xs.normalMenu:before {
    content: "פעולות באתר";
    color: #0368b0;
    font-weight: bold;
    display: block;
    margin: 1em 0 1.5em;
    font-size: 1.3em;
    border-bottom: 2px #3dc5f5 solid;
    padding-bottom: 1em;
}


#sideNav .fa-caret-down:before {
    color: #9cbacf;
    font-size: 1.8em;
}

#sideNav .fa-caret-up:before {
    color: #001f56;
    font-size: 1.8em;
}

#sideNav .register-bold {
    font-weight: bold;
    color: #ee0000 !important;
}


.btn {
    display: inline-block;
    padding: 6px 11px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-shadow: none;
}


.btn-default {
    text-shadow: 0;
    box-shadow: none;
    background-image: none;
    border: 0;
    color: #314c58;
    background-color: #d4e9f2
}


    .btn-default:hover, .btn-default:focus {
        background-color: #afe2f8;
    }

    .btn-default:active, .btn-default.active {
        background-color: #84daff;
        border-color: #84daff
    }


.btn-primary {
    background-image: none;
    background-color: #327bb3;
    font-weight: bold;
}


    .btn-primary:hover, .btn-primary:focus {
        background-color: #1f659a;
    }


.btn-info {
    background: #2aabd2;
    border: 0;
}


    .btn-info:hover, .btn-info:focus {
        background-color: #108aaf;
    }


.btn-warning {
    background: #eb9316;
    background-image: none;
    border: 0
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #cc7800;
    }




i.fa.fa-home.fa-btl:before {
    content: " ";
    background: url(/Images/logo2.png);
    background-size: 1054%;
    width: 20px;
    height: 20px;
    float: right;
    background-position: -178px -5px;
    border-radius: 50%;
    box-sizing: border-box;
}


.fa-caret-down:before {
    content: "\f107";
}

.fa-caret-up:before {
    content: "\f106";
}

.fa-file-pdf-o:before {
    color: #df1616;
    background: #fff;
    border-radius: .1em .5em .1em .1em;
}


.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.alert-success {
    background: #d1efc4
}

.alert-info {
    background: #b9def0;
}

.alert-warning {
    background: #fff8d1;
}

    .alert.alert,
    .alert-success.alert-success,
    .alert-info.alert-info,
    .alert-warning.alert-warning,
    .alert-danger.alert-danger {
        background-image: none;
        border: 0;
        box-shadow: none
    }









.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}


.hok-ashrai-heading {
    margin-bottom: 0.2em !important;
    margin-top: 0.2em !important;
    font-size: 19px !important;
}

.panel-body {
    line-height: 1.8em;
}

.information-line {
    line-height: 0.7em;
}

input#vm_Email, input#vm_EmailConfirmation, input#vm_ConfirmEmail {
    direction: ltr;
}

.email input {
    text-transform: lowercase;
    direction: ltr;
}


.user-details-panels label {
    font-weight: normal
}

    .user-details-panels label + span {
        font-weight: bold
    }

.user-details-panels .panel-body {
    line-height: initial;
}

.user-details-panels .fa.fa-pencil {
    text-decoration: none;
    display: inline-block;
    margin: 0 .4em;
}

.user-details-panels a:hover {
    color: black;
}

.missing-data {
    color: #a94463;
    font-style: italic;
    font-weight: normal !important;
}

.text-user-code {
    color: black;
    padding: 1em;
    font-weight: bold;
    font-size: 1.5em;
}





button.btn.btn-link {
    background: none;
    border: 0;
    color: #197bc2;
    width: auto;
    min-width: auto !important;
}

.col-sm-3 button.btn {
    min-width: 90px;
}

.ease-tran {
    transition: all 1s ease-in-out;
}

.text-enlarged-1em {
    font-size: 1.1em;
    color: #000;
    background-color: yellow;
}



.login-responcive {
    background: #f5f8fa;
    color: #6192b6;
    border-radius: 50%;
    text-align: center;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    padding-top: 22px;
    font-weight: normal;
    margin-top: 30px;
    float: left !important;
}

    .login-responcive > label {
        font-weight: normal;
        line-height: 16px;
    }

    .login-responcive > img {
        margin-bottom: 7px;
    }

.mar-vb0 {
    margin-bottom: 0;
}

.mar-vb1 {
    margin-bottom: 1em !important;
}

.mar-v1_8-top {
    margin-top: 1.8em;
}

.mar-vm05-top {
    margin-top: -0.5em;
}

.mar05 {
    margin: .5em;
}

.mar-v05 {
    margin: .5em 0;
}

.mar-h05 {
    margin: 0 .5em;
}

.pad05 {
    padding: .5em;
}

.pad-v05 {
    padding: .5em 0;
}

.pad-h05 {
    padding: 0 .5em;
}

.pad-hr04 {
    padding-right: .4em;
}

.mar1 {
    margin: 1em;
}

.mar-v1 {
    margin: 1em 0;
}

.mar-h1 {
    margin: 0 1em;
}

.pad1 {
    padding: 1em;
}

.pad-v1 {
    padding: 1em 0;
}

.pad-vb1 {
    padding-bottom: 1em;
}

.pad-vb5_5 {
    padding-bottom: 5.5em;
}

.pad-h1 {
    padding: 0 1em;
}

.pad-h1_5 {
    padding: 0 1.5em;
}

.pad-h1-rt {
    padding-right: 1em !important;
}

.mar-v1-top {
    margin-top: 1em;
}

.pad-h2_9-rt {
    padding-right: 2.9em;
}

.mar-v1m-top {
    margin-top: -1em;
}





.pad2 {
    padding: 2em;
}

.pad-v2 {
    padding: 2em 0;
}

.pad-h2 {
    padding: 0 2em;
}

ul.btl-ul {
    list-style-position: outside;
}

    ul.btl-ul li {
        margin: .5em 0;
    }

.tooltip-in-table {
    padding-left: 21px !important;
    padding-top: 0 !important;
}

.panel-heading.panel-heading {
    background-image: none;
}


.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #166FB3;
    background-color: #def1ff;
    border-color: #327bb3;
}

.panel-default {
    border-color: #3272a0;
}





.alert-success {
    color: #255d26 !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-default {
    background: #f4fbfe;
    box-shadow: none;
    border-radius: 0;
    border: 0
}



.panel-info > .panel-heading, .alert-info {
    background-image: none;
    color: #5d5d5d;
    border: 0;
    background: #f9f9f9;
    box-shadow: none;
    background-image: none;
}

.alert-news.alert-info {
    background: #f4fbfe;
    font-size: 1.3em;
    text-align: center
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    background-image: none;
}

.alert-info.alert-info,
.panel-info > .panel-body {
    color: black;
}

div.panel-heading.consist-header-h4 {
    padding: 3px 15px !important;
}

.panel-heading h4,
.panel-heading {
    font-weight: bold;
}


.panel-info > .panel-heading, .alert-info {
    color: #315e8b;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-primary.panel-primary {
    border-color: #3272a0;
}

.panel-success.panel-success {
    border-color: #3c763d;
}

.panel-warning.panel-warning {
    border-color: #cf9a3b;
}


.panel-danger.panel-danger {
    border-color: #a94442;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}


span.fa.fa-exclamation-circle.notice {
    margin-left: 5px;
}

.panel-info {
    border-color: #BFBFBF;
    background-color: #F9F9F9;
}



/*form.form-horizontal.ng-pristine.ng-valid .row #redAsteriskText {
    display: none;
}

form.form-horizontal.ng-pristine.ng-invalid.ng-invalid-required .row #redAsteriskText {
    display: block;
}*/

.non-shown {
    display: none;
}

.shown {
    display: block;
}

.rosh-shana {
    color: darkred;
}

.alert ul li {
    margin: .7em 0;
}

.btn.btn-xs.btn-logout-xs {
    background: rgb(221, 221, 221);
}

button.btn.btn-success {
    background-image: none;
    background: #269426;
    border: 0
}


    button.btn.btn-success:hover {
        background: #0f670f;
    }

.btn-acc.pull-right {
    margin: 1em 2.5em;
}

    .btn-acc.pull-right button.btn {
        background: #e3f3ff;
        border: 0;
        font-weight: bold;
        color: #005aa4;
    }

        .btn-acc.pull-right button.btn:hover {
            background-color: #acdbff
        }

.btn-acc-on {
    width: auto !important;
}

.btn-acc-off {
    min-width: 0 !important;
    border-radius: 3em !important;
    font-size: 1.2em !important;
    /* padding: 7px; */
}

.areaFlash > div {
    line-height: 32px;
}

    .areaFlash > div.row.hidden-print {
        line-height: inherit;
    }

.panel-heading .linkBtn,
.panel-heading button.btn-link {
    font-weight: bold;
    width: 100%;
    text-align: right;
}

.panel-heading .linkBtn {
    display: block;
    text-decoration: none;
}

    .panel-heading .linkBtn .fa,
    .panel-heading button.btn-link .fa {
        float: left;
        font-size: 1.5em;
        margin-top: .1em;
    }

    .panel-heading .linkBtn:hover,
    .panel-heading button.btn-link:hover {
        text-decoration: underline;
    }

.panel-heading h4 {
    font-size: 14px;
}


.btn-success:hover, .btn-success:focus {
    background-color: #146C14;
}

div.list-group button:focus {
    outline: 1px dotted #212121;
}

.interior-list-item {
    background-color: #f5f5f5;
}

.list-group-item.interior-list-button.active, .list-group-item.interior-list-button.active:hover, .list-group-item.interior-list-button.active:focus {
    /*text-shadow: 0 -1px 0 #3071a9;*/
    background-image: -webkit-linear-gradient(top, #2D618E 0%, #315e8b 100%);
    background-image: -o-linear-gradient(top, #2D618E 0%, #315e8b 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#2D618E), to(#315e8b));
    background-image: linear-gradient(to bottom, #2D618E 0%, #315e8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2D618E', endColorstr='#ff315e8b', GradientType=0);
    /*background-repeat: repeat-x;*/
    /*border-color: #3278b3;*/
}

.bg-black {
    background-color: #000000;
}

.container {
    margin: 0 auto;
}

.emptyMenu {
    padding: 6px 12px;
}

    .emptyMenu:after {
        content: '.';
        color: #5DADD5;
    }

.anchor-cursor {
    cursor: pointer;
}

h2.anchor-ref {
    padding-top: 80px;
}

p.anchor-ref {
    padding-top: 60px;
}

.required-label:after {
    content: '*';
    position: absolute;
    margin-right: 5px;
    color: #ee0000;
    font-size: 1.5em;
}

/*
.required-select:before {
    content: '*';
    position: absolute;
    margin-right: -15px;
    margin-top: 6px;
    color: #ee0000;
    font-size: 1.5em;
}

.required-select {
    text-indent: 0px;
}
    */
.required-inp:before {
    content: '*';
    position: absolute;
    margin-right: -15px;
    color: #ee0000;
    font-size: 1.5em;
}

.required-inp {
    text-indent: 5px;
}

.required-checkbox {
    margin-right: -25px !important;
}

.text-dark {
    color: #000000;
}

.text-justify-imp {
    text-align: justify !important;
}

label.like-a:hover, label.like-a:focus {
    color: #2a6496;
    text-decoration: underline;
}

label.like-a:active, label.like-a:hover {
    outline: 0;
}

.like-a {
    color: #315e8b;
    text-decoration: underline;
    background: transparent;
}

a {
    text-decoration: underline;
}

    a.btn {
        text-decoration: none;
    }

li.xsMnu a {
    text-decoration: none;
}

li[role="tab"] a {
    text-decoration: none;
}

.slim-form-group .form-group {
    margin-bottom: 0;
}

div.form-group.has-error label.like-a {
    color: #a94442 !important;
}

div[id="vnPayment2wizard"] label {
    font-weight: normal !important;
}

div[id="vnPayment2wizard"] hr.col-md-9 {
    border-color: #ccc !important;
}

div[id="vnPayment2wizard"] hr.col-md-2 {
    padding-bottom: 1em;
    border-color: #ccc !important;
}

.tipped-payment {
    position: absolute;
    top: 3px;
    width: auto !important;
}

/* confirmation-wizard*/

div[id="confirmationWizard"] hr.col-md-9 {
    border-color: #ccc !important;
}

div[id="confirmationWizard"] hr.col-md-2 {
    padding-bottom: 1em;
    border-color: #ccc !important;
}


div[id="identificationArea"] label {
    text-align: right !important;
}

div[id="identificationArea"] .panel {
    min-height: 26em;
}

















@media (min-width:320px) {
    .tipped-payment {
        right: 95px;
        top: -30px;
    }

    .tipped-payment-group .radio-inline + .radio-inline {
        margin-right: 0;
    }

    .btn-back-payments {
        /*width: 100%;*/
        margin-bottom: 10px;
    }

    /*.btn-back-payments .btn.btn-default {
            width: 100%;
        }*/
}

@media (max-width:768px) {
    div#identificationArea .login-form .row {
        margin: 0;
        position: static;
    }
}

.low-help-block {
    margin-bottom: -1em;
}

.text-left-imp {
    text-align: right !important
}

@media (min-width:769px) {
    .tipped-payment-group .radio-inline + .radio-inline {
        margin-right: 10px;
    }


    /* --------------- registration --------------  */

    div#identificationArea .form-group.tipped {
        margin-bottom: 0;
    }

    div#identificationArea .login-form .row {
        margin: 0 -60px;
        position: relative;
    }

    div#identificationArea .login-form .col {
        min-height: 29em;
    }

    div#identificationArea .login-form {
        margin-bottom: 2em
    }
}

@media (min-width:1024px) {
    .tipped-payment {
        right: 240px;
        top: 0;
    }

    .tipped-payment-group .radio-inline + .radio-inline {
        margin-right: 0;
    }

    .btn-back-payments {
        /*width: inherit;*/
        margin-bottom: 10px;
    }
}

@media (min-width:1440px) {
    .tipped-payment {
        right: 400px;
    }

    .tipped-payment-group .radio-inline + .radio-inline {
        margin-right: 10px;
    }
}





@media (min-width: 992px) {
    .mar-v5-top-md-tran {
        margin-top: 5em;
    }

    .container {
        min-width: 970px;
        width: 98%;
    }
}

@media (max-width: 991px) {
    .pad-v1-sm {
        padding: 1em 0;
    }

    .btn-acc.pull-right {
        margin: 3.5em 2.5em 0 0;
        width: auto;
        left: 93px;
        position: absolute;
        z-index: 1;
    }

        .btn-acc.pull-right button.btn {
            border-radius: 3px;
            padding: 2px 5px;
            font-size: 13px;
            min-width: 1px;
            margin-top: -1px;
        }

        .btn-acc.pull-right.btn-container-acc-natzig {
            margin: 4.5em 2.5em 0 6.3em;
        }

    .btn-acc-off.btn-acc-natzig {
        font-size: 0.9em !important;
    }
}

@media (max-width: 767px) {



    .btn-acc.pull-right {
        margin: 7em 2.5em 0 -1em;
    }

        .btn-acc.pull-right.btn-container-acc-natzig {
            margin: 7.1em 8em 0 -1em;
            position: absolute;
            z-index: 555;
        }





    .user span.visible-xs-inline {
        position: absolute;
        top: 8em;
        z-index: 444;
        right: 8em;
        margin: -10px 0 0 1px;
        color: #fff;
        width: calc(100% - 15em);
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-indent: -37px;
    }

    .user .exit {
        display: none;
    }


    .btn-acc.pull-right button.btn {
        /*border-radius: 3px;
            padding: 0.15em 4px;
            border: 0;
            font-size: 13px;*/
        border-radius: 3px;
        font-weight: bold;
        padding: .15em;
        border: 0;
        font-size: 13px;
        width: 29px;
        margin-top: -1px;
    }


    .btn-acc-off.btn-acc-natzig {
        font-size: 1.2em !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0;
    }

    h1 {
        font-size: 1.8em
    }


    .user span.visible-xs-inline {
        top: 6em;
        right: 6em;
    }

    .navbar-header {
        padding: 0 15px;
    }

    .btn-acc.pull-right.btn-container-acc-natzig {
        margin: 7.2em 12.5em 0 -2em;
        position: absolute;
        z-index: 555;
    }

    .btn-acc.pull-right button.btn {
        border-radius: 3px;
        font-weight: bold;
        padding: .15em;
        border: 0;
        font-size: 13px;
        width: 29px;
        margin-top: -54px;
    }
}

@media (max-width: 375px) {
    .btn-acc.pull-right {
        margin: 7.1em 6.5em 0 -20px;
    }
}

.navbar-header {
    margin: 0 !important;
    float: right;
    width: 100%;
    z-index: 10;
}

.navbar-toggle + .caption.hidden-sm.hidden-md.hidden-lg.visible-xs-block {
    display: none !important;
}

.row.layout {
    background: white;
    padding: 15px 0 10px;
    margin: 0;
}


#topBanner {
    display: block;
    height: 86px;
    border-top: 10px solid #0368b0;
}

    #topBanner.collapse {
        border: 0
    }

#topLogo {
    height: 86px;
    background: url(/Images/logo2.png) no-repeat right;
}

#topBanner.collapse.in #topLogo {
    display: block;
}

#topBanner.collapse #topLogo {
    display: none;
}

#tvLink {
    height: 64px;
    background: url(/Images/tvLogo.png) no-repeat right;
    display: inline-block;
    padding: 18px 80px;
}

.collapse .user {
    display: none;
}

.collapse.in .user {
    display: inline-block;
}

.user {
    padding: 20px 0 0 20px;
}

    .user span {
        margin-bottom: 10px;
        color: #074477;
        font-weight: bold;
        width1: 100%;
        text-align: left;
    }

    .user .exit {
        padding-top: 10px;
    }

    .user .btn-logout {
        float: left;
        margin-bottom: 10px;
        background: #d6e4ef;
        color: #274e6a;
        font-weight: bold;
        font-size: .9em;
        padding: 2px 10px;
        margin-right: 10px;
        text-align: center;
        border-radius: 2px;
        -webkit-transition: background ease .2s;
        -moz-transition: background ease .2s;
        -o-transition: background ease .2s;
        transition: background ease .2s;
        text-decoration: none;
    }

        .user .btn-logout:hover {
            color: black;
            background: #ffdcb0;
        }

.navbar-default {
    background: #34719c;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: none;
    min-height: 36px;
}

    .navbar-default .navbar-nav > li:last-child > a {
        box-shadow: none
    }


.stickyTop .inner {
    background: #fff;
    height: 124px;
}

.stickyMenu .inner {
    background: #fff;
    height: 104px;
}

.navbar-header div.caption {
    line-height: 28px;
    padding: 10px;
    float: right;
}

.ng-cloak, .ng-hide {
    display: none;
}

.navbar-right > li > a {
    display: inline-block;
}

#moduleContent {
    display: table-cell;
    padding-left: 0
}

#sideNav {
    display: table-cell;
    padding-right: 0;
}




    #sideNav .actn-side a i {
        font-size: 1.2em;
        color: #0f7cc2;
        float: right;
    }

        #sideNav .actn-side a i.fa.fa-heart {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-home {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-calendar {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-certificate {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-envelope-o {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-inbox {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-user-md {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-file-text-o {
            margin: 4px 0px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-upload {
            margin: 4px 0 0 5px !important;
        }

        #sideNav .actn-side a i.fa.fa-edit {
            margin: 6px -3px 0 6px !important;
        }



        #sideNav .actn-side a i.fa.fa-list {
            margin: 5px -2px 0 6px !important;
            display: table-cell;
            float: none;
            vertical-align: middle;
            padding-left: 0px;
            text-align: right;
            font-size: 1em
        }

            #sideNav .actn-side a i.fa.fa-list + span {
                display: table-cell;
                line-height: 1em;
                padding-right: 6px
            }


        #sideNav .actn-side a i.fa.fa-paper-plane {
            margin: 6px -3px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-child {
            font-size: 1.3em;
            margin: 2px 1px 0 6px !important;
        }

        #sideNav .actn-side a i.fa.fa-wheelchair {
            margin: 2px 1px 0 6px !important;
        }



    #sideNav .actn-side a {
        width: 100%;
        border-right: 4px solid transparent;
        text-decoration: none;
        -webkit-transition: background ease .2s;
        -moz-transition: background ease .2s;
        -o-transition: background ease .2s;
        transition: background ease .2s;
    }


        #sideNav .actn-side a:hover {
            background: #f0f0f0;
        }

    #sideNav ul {
        padding: 0;
    }

.sideMnu {
    list-style: none;
}

    .sideMnu a {
        background: #ecf5fb;
        line-height: 20pt;
        padding: 0.7em 6px;
        border-right: 4px solid #8fb6ce;
        margin-bottom: 2px;
        font-size: 1.1em;
        display: block;
        text-decoration: none;
        width: 100%;
        color: #045a78;
        -webkit-transition: background ease .2s;
        -moz-transition: background ease .2s;
        -o-transition: background ease .2s;
        transition: background ease .2s;
    }

        .sideMnu a.active {
            border-right: 4px solid #ffd581;
            font-weight: bold;
            background-color: #fff1d5 !important;
            border-bottom: 0 !important;
            color: #333;
            font-size: 1.03em;
        }

        .sideMnu a.navSpecial {
            border-right: 4px solid rgb(255, 0, 0);
        }

        .sideMnu a.navNatzig {
            border-right: 4px solid rgb(0, 0, 255);
        }

        .sideMnu a:hover {
            background: #deedf7;
        }

        .sideMnu a span {
            line-height: 20pt;
        }

        .sideMnu a.singleNav {
            cursor: pointer;
        }

        .sideMnu a.menu-avtala-lnk {
            border: 2px solid #f07994 !important;
            box-sizing: border-box;
            border-collapse: collapse;
            border-radius: 4px;
            display: flex;
            background: #ffe8ed;
            align-items: center;
            font-size: 1.03em;
        }

#sideNav .actn-side a.menu-avtala-lnk i.fa.fa-edit {
    margin: 0px 0px -3px 11px !important;
    font-size: 2em;
    color: #e21d49;
}

#sideNav .actn-side a.menu-avtala-lnk .register-bold {
    font-weight: bold;
    color: #c93758 !important;
}


.sideMnuSub {
    list-style: none;
}

    .sideMnuSub a {
        background: #fff;
        line-height: 1.4em;
        padding: 6px 15px 6px 6px;
        border-right: 4px solid #fff;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #cfe7f5;
        color: #263d45;
        box-sizing: border-box;
        transition: .3s ease;
    }

    .sideMnuSub:last-child a {
        border-bottom: 0
    }

    .sideMnuSub a:hover {
        background: #f0f0f0;
        border-right-color: rgb(132, 190, 243);
        transition: 0.3s ease;
    }

    .sideMnuSub a.active {
        font-weight: bold;
        background-color: #FAF2DD;
        border-right: 4px solid #ffb901;
        color: #444;
        border-top: 0;
        border-bottom-color: #faf2dd;
        border-bottom: 0;
    }

.subNav:last-child a.active {
    border-bottom-color: #ee0000 !important;
}

.skip-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .skip-links a {
        position: absolute;
        top: -40em;
        background-color: #000;
        color: #fff;
        padding: 0.5em 0.75em;
        font-weight: bold;
        text-decoration: none;
    }

        .skip-links a:focus {
            top: -16px;
            /*left:-29px;*/
        }

    .skip-links.skip-links-top-page a:focus {
        top: 0;
        z-index: 10003;
        /*left:-29px;*/
    }



.nav2 {
    padding-right: 1px;
}

#topNav, .nav.navbar-nav.navbar-nav {
    width: 100%;
    height: auto;
    margin: 0 -15px 0 -15px;
}

#topNav_home {
    text-align: center;
}

    #topNav_home i.fa.fa-home,
    #topNav_home i.fa.fa-heart-o {
        margin: 0px 0px 0 0px !important;
        display: inline-block;
        font-size: 1.25em;
    }

@media (min-width: 768px) {

    .col-sm-6.last {
        padding-right: 0;
    }

    h1 {
        font-size: 1.8em
    }

    .modal-footer button.btn {
        margin-left: 3.5em;
    }

    button.btn {
        min-width: 158px !important;
    }

    .btn-acc.pull-right button.btn {
        min-width: 1.5em !important
    }

    #topNav.navbar-nav > li {
        width: 12.5%;
        text-align: center;
    }

    .navbar-default .navbar-nav > .open > a,
    /*.navbar-default .navbar-nav > .open > a:hover,*/
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .padt16 {
        padding-top: 15px !important;
    }

    .navbar-fixed-top.container .navbar {
        margin-bottom: 0;
    }

    .dropdown-menu > .xsMnu > a:focus {
        color: #fff !important;
    }
}

#topNav.navbar-nav.public > li {
    width: 16.66%;
}

#topNav .fa {
    padding-left: 4px;
}

.navbar-default .navbar-nav > li > a:focus,
.xsMnu a:focus {
    outline: 1px solid #FFAB01 !important;
    box-shadow: 0 0 10px white;
    color: white;
    background: #3582a7 !important;
}


.navbar-default .navbar-nav > li > a.active,
.xsMnu a.active {
    background: #1D688D !important;
    text-decoration: underline;
    color: #FFFFFF !important;
    font-weight: bold;
}

    .xsMnu a.active:hover {
    }



.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 0 transparent;
    padding: 8px /*0px*/;
    box-shadow: inset 1px 0 0 #569fc4;
    -webkit-transition: background ease 0.2s;
    -moz-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-decoration: none !important;
}

    .navbar-default .navbar-nav > li > a i {
        font-weight: normal;
        font-size: 1.4em;
        margin: -2px 0 0 0;
    }


    .navbar-default .navbar-nav > li > a:hover {
        color: white !important; /*!important;*/
        /*background: #569fc4 !important;*/
        background: #1E5975 !important;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-top: 3px #ffd358 solid;
    background: none;
    color: #000000 !important;
    padding: 5px 0px 8px;
    /*box-shadow: inset 1px 0px 0px #7fa6b4;*/
    box-shadow: inset 1px 0 0 #3c93bd;
}

.navbar-nav > li {
    width: 100%;
}

.dropdown-menu .xsMnu a.hover,
.dropdown-menu .xsMnu a.active {
    background: #FAF2DD !important;
    color: #444 !important;
    text-decoration: none;
}



@media (max-width: 543px) and (min-width: 481px) {
    #topLogo {
        background-size: 100%;
    }


    .transp-background {
        width: 68% !important;
    }
}



@media (max-height: 480px) and (max-width: 320px) {
    #topNav.ntop {
        height: 380px;
    }
}

@media (max-height: 320px) and (max-width: 480px) {

    #topNav.ntop {
        height: 220px;
    }
}

@media (max-width: 767px) {

    .tipped-input-mobile {
        display: table-cell;
        width: 96%;
    }

    .nav > li > a:hover {
        color: white;
        background: #3582a7;
    }

    #topNav {
        height: calc(100vh - 110px);
    }

        #topNav.ntop {
            height: calc(100vh - 50px);
        }

    #topNav, .nav.navbar-nav.navbar-nav {
        margin: 0;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }

    .navbar-nav > li {
        width: 100% !important;
    }
    /*.navbar-nav > li:nth-child(3),
    .navbar-nav > li:nth-child(4),
    .navbar-nav > li:nth-child(6) {
        width: 10.5%;
    }*/

    .nav > li > section > .nav {
        background: rgb(74, 151, 194);
    }

        .nav > li > section > .nav a:before {
            content: "\f0d9";
            margin-left: 6px;
            font: normal normal normal 14px/1 FontAwesome;
        }

    .nav > li > a, .nav .dropdown-menu > li > a {
        color: #fff !important;
        border-bottom: 1px solid rgb(128, 196, 235);
    }

    .navbar-default .navbar-nav > .open > a,
    /*.navbar-default .navbar-nav > .open > a:hover,*/
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .dropdown-menu > li > a:hover {
        color: #fff !important;
        background: #569fc4 !important;
    }

    div.nav2 {
        display: none;
    }

    #sideNav, #moduleContent {
        display: block;
        min-height: 0;
        padding-left: 15px;
    }

        #sideNav ul ul {
            padding-right: 0px;
        }

    .navbar {
        margin-bottom: 0;
    }

    div.nav2 {
        padding: 14px 13px 0 0;
    }

    ul.nav ul.nav li {
        padding-right: 20px;
    }

    div.caption.left {
        float: left;
        color: white;
        font-weight: bold;
        line-height: 15px !important;
    }

    div.caption.right {
        float: right;
        color: white;
        font-weight: bold;
        line-height: 15px !important;
    }

    .btn-logout-xs {
        margin-top: 15px;
    }
}

.blocking-click .pbar {
    width: 16px;
    height: 11px;
    background-image: url(/Images/spinner-small.gif);
}


.form-box {
    margin-top: 20px;
    padding: 40px 20px 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.phoneNumber input {
    border-radius: 0 4px 4px 0 !important;
    float: right !important;
    padding: 6px !important;
    width: 100px !important;
}

.phoneNumber select {
    border-radius: 4px 0 0 4px !important;
    border-right: 0 none !important;
    float: left !important;
    padding: 6px !important;
    width: 68px !important;
}

.phone-reset {
    text-decoration: underline;
    padding-top: 0.1em;
    padding-right: 0;
}

.form-control.no-error-styling {
    padding-left: inherit;
}

@media (max-width: 768px) {
    span.mobile-block {
        display: block;
    }


    .space-h4-modal-small {
        margin-right: 6px;
    }
}

.info {
    padding-bottom: 15px;
}

.tabSubTitle {
    padding-bottom: 15px;
    padding-top: 15px;
}

.like-label {
    display: inline;
}

.div-like-label {
    display: inline-block;
}

.no-outline {
    outline: none;
}


/* -------TABS-----  */

.nav-tabs {
    border-bottom: 1px solid #3272a0;
}

    .nav-tabs > li {
        float: right;
        margin-bottom: -1px;
    }


        .nav-tabs > li > a:hover {
            background: #ffdb86 !important;
            color: #1c2131;
            border-color: #b78716;
        }


.tab-content.tab-content {
    background-image: none;
    background: #ffffff;
    border: 1px solid #3272a0;
    border-top: 0;
}




.nav-tabs.nav-tabs > li > a {
    border: 1px solid #0368b0;
    color: #333;
    background: #def1ff;
    color: #015d9e;
    font-weight: bold;
    margin: 0
}


.nav-tabs.nav-tabs > li.active > a:hover,
.nav-tabs.nav-tabs > li.active > a, .nav-tabs.nav-tabs > li.active > a:hover, .nav-tabs.nav-tabs > li.active > a:focus {
    background-color: #0368b0 !important;
    color: white;
    cursor: default
}

div[wizard] .nav-tabs.nav-tabs > li.active > a {
    color: rgb(0, 0, 0) !important;
}

    div[wizard] .nav-tabs.nav-tabs > li.active > a:hover, div[wizard] .nav-tabs.nav-tabs > li.active > a, div[wizard] .nav-tabs.nav-tabs > li.active > a:hover, div[wizard] .nav-tabs.nav-tabs > li.active > a:focus {
        color: initial
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
    background-image: none;
    border-top: 4px solid #0368b0;
    padding-top: 7px;
}

.steps-indicator.nav-tabs > li.active > a,
.steps-indicator.nav-tabs > li.active > a:hover,
.steps-indicator.nav-tabs > li.active > a:focus {
    background-color: #fff !important;
}


.nav-tabs > li {
    margin-left: 3px;
}



/* ---------wizard --------- */


.steps-indicator.line.thin-indicator,
.thick-indicator.steps-indicator.line.level-2 {
    counter-reset: btl-inner-counter;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    border-radius: 0em !important;
    border: 0;
    padding: 0;
    font-size: 0.95em;
    float: right;
    width: auto;
    list-style-position: inside;
    list-style-type: none;
    background: url(/Images/px.png) repeat;
}

ul.nav + ul.steps-indicator.line li {
    /* display: table-cell; */
    float: none;
    border-right-width: 1px !important;
    border-radius: 0 !important;
    border-right-width: 0 !important;
    padding: 0.6em 0.6em 0.6em 0.6em !important;
}

    .steps-indicator.line li:last-child,
    ul.nav + ul.steps-indicator.line li:last-child {
        margin-left: 0 !important;
    }

    ul.nav + ul.steps-indicator.line li:first-child {
        /* border-radius: 0 0.3em 0.3em 0 !important; */
        /* border-right-width: 1px !important; */
    }

    ul.nav + ul.steps-indicator.line li.editing,
    ul.nav + ul.steps-indicator.line li.current {
        border-width: 0px !important;
    }

        ul.nav + ul.steps-indicator.line li.editing a, ul.nav + ul.steps-indicator.line li.current a {
            color: #315E8B;
            font-weight: bold;
        }

.steps {
    margin-top: 1em;
    clear: both;
}



@media (max-width: 480px) {



    .transp-background {
        width: 64% !important;
    }


    .steps-indicator.line li {
        position: initial;
    }

    .steps-indicator.line.level-2 {
        width: 100%;
        background: none;
        display: block;
        height: initial;
    }


        ul.nav + ul.steps-indicator.line li.editing, ul.nav + ul.steps-indicator.line li.current,
        .steps-indicator.line.level-2 li {
            width: 100% !important;
            text-align: right;
            border-bottom: 1px solid #ccc !important;
            margin: 0 !important;
            position: initial;
            border-radius: 0;
        }

    .payment-wizard hr {
        display: none
    }
}

@media (min-width: 481px) {
    .steps-indicator.line.steps-6 li,
    .steps-indicator.line.steps-5 li,
    .steps-indicator.line.steps-4 li {
        width: auto;
    }
}









div[wz-step] > div.panel {
    display: inline-block;
    width: 100%;
}



.steps-indicator.line li,
ul.nav + ul.steps-indicator.line li {
    /*border: 1px solid #bce8f1;*/
    /*border-radius: 3em;*/
    /*border-color: #bce8f1;*/
    border-color: #ccc;
    border-image: none;
    border-top-left-radius: 14em;
    border-bottom-left-radius: 14em;
    border-bottom-right-radius: 5em 5em;
    border-top-right-radius: 5em 5em;
    /*border-right-width: 10px;*/
    border-style: solid;
    border-width: 0;
    margin: 5px 0 5px 2em;
    padding: 6px 6px 6px 12px;
    float: right;
    background: white;
}





    .steps-indicator.line li:before,
    ul.nav + ul.steps-indicator.line li:before {
        content: counter(btl-inner-counter, hebrew);
        counter-increment: btl-inner-counter;
        background: #B7B7B7;
        color: white;
        display: inline-block;
        text-align: center;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        line-height: 1.6em;
        font-weight: bold;
        margin: 0 0 0 .3em;
        font-size: .9em;
    }


    .steps-indicator li.current:before,
    .steps-indicator li.active:before,
    .steps-indicator li.editing:before,
    ul.nav + ul.steps-indicator.line li.editing:before,
    ul.nav + ul.steps-indicator.line li.current:before {
        background: #0186C7 !important;
    }

    .steps-indicator.line li.done:before,
    ul.nav + ul.steps-indicator.line li.done:before {
        content: "\f00c";
        font: normal normal normal 14px/1 FontAwesome;
        background: #81BF7D;
        font-size: .9em;
        line-height: 1.6em;
    }


input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.ordered-list {
    list-style-type: hebrew;
    font-weight: bold;
}

ul.ordered-list li span {
    font-weight: normal;
}

.like-h3 {
    font-size: 19px;
}

.last-shown-row {
    border-right: 4px solid #D97700;
    /*color: #D97700;*/
}

@media (max-width: 768px) {
    .info.row label {
        margin-top: 15px;
    }

    .info {
        padding-bottom: 0;
    }

    /*.table-responsive table::before {
        content: "ניתן לגלול את הטבלה לצדדים.";
        width: 98%;
    }*/
}

.newWIndow {
    margin: 10px 0 10px 0;
}

.fluidvids {
    width: 100%;
    position: relative;
}

    .fluidvids iframe {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

table > caption {
    text-align: right;
}

/* flex table */
.ftTable {
    display: table;
    width: 100%;
}



.ftTblHeader {
    display: table-cell;
    border-bottom: 2px solid #ddd;
    padding: 2px;
}

.ftTblCell {
    display: table-cell;
    padding: 6px;
}

.current-edited-row {
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0) !important;
    background-repeat: repeat-x !important;
}

.btn-td {
    padding-top: 1px !important;
}

.ftTblRow {
    display: table-row;
    background: #fff;
}

    .ftTblRow:nth-child(even) {
        background-color: #F8F8F8;
    }

.ftTblRowDbl {
    display: table-row;
}

.stripedTblDbl0 {
    background-color: #f8f8f8;
}

.stripedTblDbl1 {
    background-color: #fdfdfd;
}

    .stripedTblDbl0:nth-child(even), .stripedTblDbl1:nth-child(even) {
        border-bottom-style: double;
        border-bottom-color: lightblue;
    }

.ftShem {
    width: 30%;
}

.ftShemMaasik {
    width: 15%;
}

.ftNose {
    width: 15%;
}

.ftSnif {
    width: 20%;
}

.ftPhone {
    width: 20%;
}

.ftDate {
    width: 15%;
}

.ftShortDate {
    width: 10%;
}

.ftStatus {
    width: 15%;
}

.ftShort {
    width: 25%;
}

.ftSmall {
    width: 10%;
}

.ftXSmall {
    width: 5%;
}

.ftSchum {
    width: 15%;
}

.ftTchum {
    width: 15%;
}

.ftAmount {
    width: 10%;
}

.ftHour {
    width: 10%;
}

.ftMid {
    width: 25%;
}

.ftDesc {
    width: 50%;
}

.ftSmallDesc {
    width: 20%;
}

.ftMidDesc {
    width: 60%;
}

.ftLongDesc {
    width: 70%;
}

.ftXLongDesc {
    width: 75%;
}

.ftTik {
    width: 20%;
}

.ft30 {
    width: 30%;
}

.ft40 {
    width: 40%;
}

.ft55 {
    width: 55%;
}

.text-center-v {
    vertical-align: middle !important;
}

#pnlData label {
    width: 50px;
}

.label-row {
    text-align: right !important;
}

.olSupressPdRight {
    padding-right: 20px !important;
    margin: 0;
}

.top-space {
    margin-top: 10px;
}

.pnlEmph {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.ftBlock {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
}

    .ftBlock:nth-child(odd) {
        background-color: #F8F8F8;
    }

.notice-success {
    padding: 5px !important;
    margin-bottom: 5px !important;
}

.notice-success-exclamation {
    font-size: 14pt;
}

.notice-error {
    padding: 5px !important;
    margin-bottom: 5px !important;
}

.notice {
    color: #428bca;
    font-size: 14pt;
}

.notice-danger {
    /*color: ;*/
    font-size: 14pt;
}


.error-link {
    color: #a94442 !important;
}

p.pniya-answer img {
    max-width: 95%;
}

#pnlDates {
    display: table-cell;
    width: 80px;
}

#pnlData {
    display: table-cell;
    width: 100%;
}

#pnlTarTvia {
    display: table-cell;
    width: 120px;
}

#pnlDataTvia {
    display: table-cell;
    width: auto;
}

.tab-content {
    padding-top: 10px;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
/*! 
 * angular-loading-bar v0.5.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */
#loader-container {
    position: relative;
}

#loading-bar, #loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all;
}

    #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active, #loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active {
        opacity: 0;
    }

        #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave, #loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave {
            opacity: 1;
        }

    #loading-bar .bar {
        -webkit-transition: width 350ms;
        -moz-transition: width 350ms;
        -o-transition: width 350ms;
        transition: width 350ms;
        background: #FFB901;
        position: absolute;
        z-index: 10002;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
    }

    #loading-bar .peg {
        position: absolute;
        width: 70px;
        right: 0;
        top: 0;
        height: 2px;
        opacity: .45;
        -moz-box-shadow: #29d 1px 0 6px 1px;
        -ms-box-shadow: #29d 1px 0 6px 1px;
        -webkit-box-shadow: #29d 1px 0 6px 1px;
        box-shadow: #29d 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

#loading-bar-spinner {
    display: block;
    position: absolute;
    z-index: 10002;
    top: 10px;
    left: 10px;
}

    #loading-bar-spinner .spinner-icon {
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 10px;
        -webkit-animation: loading-bar-spinner 400ms linear infinite;
        -moz-animation: loading-bar-spinner 400ms linear infinite;
        -ms-animation: loading-bar-spinner 400ms linear infinite;
        -o-animation: loading-bar-spinner 400ms linear infinite;
        animation: loading-bar-spinner 400ms linear infinite;
    }

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px transparent;
    border-top-color: #808080;
    border-left-color: #808080;
    border-radius: 20px;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
}

    .spinner.text-white {
        border-top-color: #fff;
        border-left-color: #fff;
    }

.transp-background {
    background-color: transparent;
    width: 377px;
    height: inherit;
}

.fill-div {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

button.btn.btn-link.btn.red {
    color: #ac2925;
}

.top-btn {
    margin-bottom: 38px;
}

.tipped-input {
    display: table-cell;
    width: 96%;
}

.tipped-help {
    display: table-cell;
    padding: 5px 5px 0 0;
    text-align: left;
    vertical-align: top;
    width: 45px;
    direction: ltr;
    cursor: help;
    color: #2d6ca2;
    font-size: 16pt;
}

.tipped-help-col {
    text-align: left;
    vertical-align: top;
    direction: ltr;
    cursor: help;
    color: #2d6ca2;
    font-size: 16pt;
}

.tooltipstered {
    cursor: help;
}

.awaiting-receive-symbol {
    border: 2px solid;
    border-radius: 1em;
    border-color: #31708f;
}

span.awaiting-receive-symbol {
    padding: 0 8px;
}

.text-pale {
    color: rgba(255, 132, 132, 1);
}

.no-files {
    padding-right: 13px;
}

.icon-badge {
    display: inline-block;
    min-width: 45px;
}

.icon-badge-x {
    display: inline-block;
    min-width: 60px;
}

i.badge + i.legend-symbol {
    position: relative;
    top: -2px;
    left: 6px;
}

span.badge + span.table-symbol {
    position: relative;
    top: -2px;
    left: 6px;
}

.table-badge {
    font-size: 7pt;
    background-color: #31708f;
}

.table-symbol {
    font-size: 16pt;
}

.legend-badge {
    font-size: 8pt;
    background-color: #31708f;
}

.legend-symbol {
    font-size: 20pt;
}


.linkBtn {
    cursor: pointer;
}

.table > thead > tr > td.editing,
.table > tbody > tr > td.editing,
.table > tfoot > tr > td.editing,
.table > thead > tr > th.editing,
.table > tbody > tr > th.editing,
.table > tfoot > tr > th.editing,
.table > thead > tr.editing > td,
.table > tbody > tr.editing > td,
.table > tfoot > tr.editing > td,
.table > thead > tr.editing > th,
.table > tbody > tr.editing > th,
.table > tfoot > tr.editing > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.editing:hover,
.table-hover > tbody > tr > th.editing:hover,
.table-hover > tbody > tr.editing:hover > td,
.table-hover > tbody > tr:hover > .editing,
.table-hover > tbody > tr.editing:hover > th {
    background-color: #d0e9c6;
}

.editing .editingHidden {
    display: none;
}

.iconLarge {
    font-size: 16pt;
}

/*  iPhone  */
@media (max-width : 480px) {

    #topLogo {
        height: 58px;
        background: url(/Images/logo2.png) no-repeat right;
        background-size: 96%;
    }

    .container > .navbar-collapse {
        margin-right: 0px;
    }
}

.error-text-font {
    font-family: Arial;
}

div.modal-content div#redAsteriskText {
    margin-right: 1em;
}

#redAsteriskText span {
    color: #CC0044;
    font-size: 1.5em;
}

/*angular-pickadate - chocron patch START*/
.calendar-button {
    display: table-cell;
    /*border: 1px solid #CCCCCC;*/
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 1.2em;
    background-color: #ffffff;
    /*color: #ffffff;*/
}

    .calendar-button:hover {
        cursor: pointer;
    }

.calendar-button-disabled {
    display: table-cell;
    /*border: 1px solid #CCCCCC;*/
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 1.2em;
    background-color: #ffffff;
    /*color: #ffffff;*/
    color: #cccccc;
    pointer-events: none;
}

.calendar-container {
    display: table;
}

.calendar-inp {
    display: table-cell;
    /*border-left:none;*/
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #0075C9 !important;
}



.picker__day--today:before {
    border-top: 0.5em solid #FFBF6A !important;
}


/*angular-pickadate - chocron patch END*/

.month-picker-text {
    background-color: #fff !important;
    cursor: pointer !important;
}
/* Uploader*/
.my-drop-zone {
    border: dotted 3px lightgray;
    border-radius: 6px;
    padding: 20px;
    background: #fafafa;
}

.nv-file-over {
    border: dotted 3px #ee0000;
}
/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}

.rotate-225 {
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .file-upload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }*/

.file-upload-hidden {
    display: none !important;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin: 5px;
    min-width: 5em;
}

.dropdown-menu {
    padding: 10px;
}

.ladda-button .ladda-label {
    margin: 0 20px;
}

/* month picker */
.date-disabled {
    color: gray !important;
}

.col.disabled-area {
    background-color: ButtonFace !important
}

.text-emphasized {
    font-weight: bold;
    padding: 5px;
}

.text-normal {
    font-weight: normal;
}

.text-enlarged {
    font-size: 26px;
}

.text-enlarged-register {
    font-size: 17px;
}

.text-bold {
    font-weight: bold;
}

.vscroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    border-top: 1px solid #ddd;
}

.badge-step {
    position: absolute;
    top: -10px;
    right: 7px;
    z-index: 1;
    background-color: #428bca !important;
}

.badge-footer {
    position: relative;
    display: inline-block;
    width: 18px;
}

    .badge-footer .badge-step {
        top: -24px;
    }

.notice-container {
    width: 100%;
    display: table;
}

.notice-symbol, notice-msg {
    display: table-cell;
}

.notice-symbol {
    padding: 3px;
}

.sum-row {
    text-align: left;
    font-weight: bold;
}

.one-piece {
    display: table;
    margin-top: 5px;
}

.btn-email {
    padding: 5px 14px !important;
    margin-top: 10px;
}

.email-text {
    padding: 10px;
    border-radius: 0.3em;
    display: inline-block;
}

.pdf-attention {
    padding: 6px;
    border-radius: 0.3em;
    display: inline-block;
}


.btn-calender:active, .btn-calender.active {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
    border: 1px solid;
    border-radius: 13px;
    outline: none;
}

/* timeline*/
.timeLineContainer {
    position: relative;
    margin-top: 44px;
}

    .timeLineContainer .today {
        background: #ff6a07;
        width: 2px;
        position: absolute;
        z-index: 1;
    }

ul.timeline {
    margin: 20px 0 0 0;
    padding: 0;
}

.timeline-header {
    color: #A8A8A8;
}

    .timeline-header ul {
        padding: 0;
    }

    .timeline-header li {
        list-style: none;
        padding: 6px 0 5px 0px;
        text-align: right;
        color: #000000;
        font-size: 0.9em;
    }

        .timeline-header li strong {
            font-weight: normal;
        }

.timeline-bar ul, .timeline-bar li {
    list-style: none;
    padding: 0;
    line-height: 20px;
}

.timeline-row {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 26px;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .timeline-row.details {
        background: #fff;
    }

.dates {
    background: #E9E9E9;
    color: #ebf1ce;
    border: 0;
    padding: 0;
    margin: 0;
}

    .dates .timeline-header {
        border: 0 !important;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #E9E9E9;
    }

    .dates ul#dates {
        position: relative;
        border-bottom: 4px solid #A8A8A8;
    }

    .dates #dates li {
        border-left: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-right: 2px solid #A8A8A8 !important;
        font-size: 0.7em;
        padding: 0 2px;
        text-overflow: clip;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: -6px;
        height: 6px;
    }

        .dates #dates li .date {
            -webkit-transform: rotate(-45deg); /* Chrome, Safari 3.1+ */
            -moz-transform: rotate(-45deg); /* Firefox 3.5-15 */
            -ms-transform: rotate(-45deg); /* IE 9 */
            -o-transform: rotate(-45deg); /* Opera 10.50-12.00 */
            transform: rotate(-45deg); /* Firefox 16+, IE 10+, Opera 12.50+ */
            color: #666;
            display: inline-block;
            margin-right: -46px;
            position: relative;
            top: -34px;
        }

        .dates #dates li.dateToday {
            border: 0 !important;
        }

            .dates #dates li.dateToday .date {
                margin-right: -16px;
                color: #FF6A07;
                font-weight: bold;
            }

    .dates .lastDate {
        margin-right: -2px;
    }

.timeline-header.bar {
    line-height: 24px;
    background: #f9f9f9;
}

.timeline-header.step {
    background: #fff;
    line-height: 20px;
    vertical-align: bottom;
}


.timeline-header {
    display: table-cell;
    width: 25%;
    background: url('/Images/timeline/marker-line.png') repeat-x left bottom;
}

.timeline-bar {
    display: table-cell;
    width: 75%;
    vertical-align: bottom;
}

    .timeline-bar.bar {
        border: none;
        vertical-align: top;
    }

.timeline-item {
}

li.timeline-base {
    right: 0;
    display: inline-block;
    position: absolute !important;
}

.timeline #bars {
    position: relative;
}

.timeline-limit-gap {
    background: url("/Images/timeline/marker-line.png") repeat-x scroll 0 0 transparent;
    display: block;
    float: right;
    height: 10px;
    margin: 4px -10px 0 0;
    width: 15px;
}

.future .timeline-limit-gap.current.overdue {
    width: 100%;
}

    .future .timeline-limit-gap.current.overdue:after {
        content: ">>";
        font-weight: bold;
        left: 0;
        margin-left: 5px;
        margin-top: -4px;
        position: absolute;
        text-align: left;
    }

.start .timeline-limit-gap {
    display: none;
}
/*
.timeline-bar ul li.timeline-limit:before
{
content: url('/Images/timeline/timeline-arrow-up.png') ;
position: absolute;
margin: 0 -10px 0 0;
float:right;
width:16px;
height:16px;

}
*/
.timeline-bar li {
    display: inline-block;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .timeline-bar li.timeline-limit {
        display: block;
        text-align: left;
        border: none;
        border-radius: 0;
        border-left: 0px solid #3f3f3f;
        border-bottom: 0px solid silver;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        height: 14px;
        margin: 0 5px 13px 0px;
        padding: 0 10px 0 0;
        background: url('/Images/timeline/timeline-arrow-up.png') top left no-repeat;
    }

.timeline-bar.start li.timeline-limit {
    margin-right: -5px;
}

.timeline.past .timeline-header #title, .timeline.future .timeline-header #title {
    font-size: 0.9em;
    font-weight: bold;
}

.timeline.past .timeline-header #title, .timeline.past .timeline-header li {
    color: #888;
}


.timeline-bar .timeline-mark {
    display: inline-block;
    border-radius: 0;
    width: 0px;
    position: absolute;
    right: 0;
    top: 1px;
    border: 0;
    border-right-width: 5px !important;
    border-style: solid !important;
}


.timeline-header .current {
    font-weight: bold;
}

.timeline-header #title {
    font-weight: normal;
    color: #333;
    font-size: 1.2em;
    display: table-cell;
}

.timeline-begin {
    border-right-color: green !important;
    border-right-width: 5px !important;
}

.text-color-start {
    color: green;
}

.timeline-overdue {
    background: url('/Images/timeline/late-bg.png');
    border-color: #91b8cd;
}

.text-overdue strong:after {
    content: url('/Images/timeline/timeline-warning.png');
    margin: 0px 5px 0 0;
    cursor: help;
}

.timeline-finished {
    background: url('/Images/timeline/early-bg.png');
    border-color: #91b8cd;
}

.text-finished {
    color: green;
}
/* steps */

.text-step1 {
    color: #FFAB00;
}

.timeline-step2 {
    background: #FFE800;
    border-color: #B1A100;
}

/* markers */

.timeline .timeline-header li {
    display: table;
}

.marker-text {
    padding-left: 7px;
    line-height: 16px;
    border-right: 22px solid #fff;
}

    .marker-text span {
        background: #fff;
        padding-left: 4px;
    }

.marker-line {
}

.custom-bullet {
    display: block;
    list-style-type: none;
}

    .custom-bullet li:before {
        content: "\f100";
        font-family: FontAwesome;
        font-size: 14px;
        float: right;
        margin-top: 0;
        margin-right: -17px;
        color: #007DC6;
    }

.custom-asterisk {
    display: block;
    list-style-type: none;
}

    .custom-asterisk li:before {
        content: "\f069";
        font-family: FontAwesome;
        font-size: 7px;
        float: right;
        margin-top: 0;
        margin-right: -15px;
        padding-right: 6px;
        color: #333333;
    }



.text-current {
    color: #1481CF !important;
    font-weight: bold;
}

.timeline .stage {
    width: 20px;
    margin-top: 4px;
    height: 16px;
    float: right;
    background-position: bottom !important;
}

.timeline.past .timeline-base {
    background: url('/Images/timeline/past-bg.png') repeat-x #c5d9e5;
    border-color: #91b8cd;
}

.timeline .stage {
    background-position: 0% 0px;
    display: table-cell;
    background-color: transparent;
    background-image: url('/Images/timeline/check.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.timeline.current .timeline-base {
    background: url('/Images/timeline/current-bg.png') repeat-x #5db9e6;
    border-color: #3f3f3f;
}

.timeline.current .stage {
    background: url('/Images/timeline/current.png') no-repeat;
    display: table-cell;
}

.timeline.current .marker {
    font-weight: bold;
}

.timeline.current .timeline-header #title {
    color: #FF7918 !important;
    font-weight: bold;
}

.timeline.current .marker strong {
    font-weight: bold !important;
}

.timeline.future .timeline-base {
    background: #eaf2f6;
    border-color: #ccdfe9;
}

.timeline.future .stage {
    background: url('/Images/timeline/future.png') no-repeat;
    display: table-cell;
}

.legend-row {
    display: table;
    margin-bottom: 10px;
}

.legend-icon {
    display: table-cell;
    width: 100px;
}

.legend-text {
    display: table-cell;
    vertical-align: middle;
}

.legend-today {
    display: inline-block;
    width: 60px;
    line-height: 20px;
    border-left: 2px solid #FF7918;
}

.legend-row .bar, .legend-row .icon {
    display: inline-block;
    width: 30px;
    line-height: 20px;
    float: right;
}

div.legend-past.bar, div.legend-past-full.bar {
    background: url('/Images/timeline/past-bg.png') repeat-x #c5d9e5;
    border: 1px solid #91b8cd;
}

div.legend-past.bar {
    border-left: 0;
}

div.legend-past.finished {
    background: url('/Images/timeline/early-bg.png');
    border: 1px solid #91b8cd;
}

div.legend-past.bar.overdue {
    background: url('/Images/timeline/late-bg.png');
    border: 1px solid #91b8cd;
}

div.legend-past.icon {
    background: url('/Images/timeline/check.png') no-repeat right;
    width: 30px;
}

div.legend-current.bar, div.legend-past-full.bar, div.legend-future.bar {
    width: 61px;
}

div.legend-current.bar {
    background: url('/Images/timeline/current-bg.png') repeat-x #5db9e6;
    border: 1px solid #3f3f3f;
}

div.legend-current.icon {
    background: url('/Images/timeline/current.png') no-repeat right;
}

div.legend-future.bar {
    background: #eaf2f6;
    border: 1px solid #ccdfe9;
}

div.legend-future.icon {
    background: url('/Images/timeline/future.png') no-repeat right;
    width: 30px;
}

.sub-title {
    margin-bottom: 20px;
    /*font-size:*/
}

.forgot-password {
    margin-top: -18px;
    padding-bottom: 10px;
}

.text13 {
    font-size: 13pt;
}

.text14 {
    font-size: 14pt;
}

.text16 {
    font-size: 16pt;
}

.animate-enter,
.animate-leave {
    -webkit-transition: 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000) all;
    transition: 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

    .animate-leave.animate-leave-active,
    .animate-enter {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

        .animate-enter.animate-enter-active,
        .animate-leave {
            opacity: 1;
            width: 150px;
            height: 30px;
        }

.text-white {
    color: #fff;
}

.text-white-imp {
    color: #fff !important;
}

.btl-moked-num {
    padding-right: 0.2em;
}

/*Grid Responsive*/
/* make grid elements work like a table */
grid-table {
    width: 100%;
}

/*grid-table        { display: table; }
    grid-tr           { display: table-row }
    grid-thead        { display: table-header-group }
    grid-tbody        { display: table-row-group }
    grid-tfoot        { display: table-footer-group }
    grid-col          { display: table-column }
    grid-colgroup     { display: table-column-group }
    grid-td, grid-th  { display: table-cell }
    grid-caption      { display: table-caption }*/

grid-tr {
    float: none;
    clear: both;
}

grid-thead {
}

grid-tbody {
}

grid-tfoot {
}

grid-col {
    width: 30%;
}

grid-colgroup {
}

grid-td, grid-th {
    width: 30%;
    float: left;
    display: block;
}

grid-th2, grid-td2 {
    width: 50%;
    float: left;
    display: block;
}

grid-caption {
}

/*table,*/ grid-table {
    border: 3px solid black;
    border-collapse: separate;
    border-spacing: 2px;
}

/*td,*/ grid-td {
    border: 1px solid grey;
}

/*th,*/ grid-th {
    font-weight: bold;
}

.col-2 {
    max-width: 1000px;
    box-sizing: border-box;
}

    .col-2:after {
        content: '';
        display: block;
        clear: both;
    }

    .col-2 > .col,
    .col-2 > .col {
        width: 50%;
        float: left;
    }

/*end Grid Responsive*/

/*button.ladda-button:focus {
    outline : none !important;
}*/

.forScreenReaderOnly {
    position: absolute;
    right: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.block-header {
    width: 100%;
}

.striped-list {
    display: inline;
}

.striped-list-item {
    list-style: none;
    border-bottom: 1px solid #E2E2E2 !important;
    padding: 20px;
}

    .striped-list-item:last-child {
        list-style: none;
        border-bottom: none !important;
    }

    .striped-list-item:nth-child(odd) {
        background-color: #F5F5F5;
    }

.like-focused {
    outline: 1px dotted #212121;
    outline: auto 5px -webkit-focus-ring-color;
}

.text-danger-imp {
    color: #a94442 !important;
}

.text-success-imp {
    color: #3c763d !important;
}

.mar-hm7-right {
    margin-right: -7em;
}

.mar-h2-right {
    margin-right: 2em;
}

.min-wid-13 {
    min-width: 13em;
}

.min-wid-7 {
    min-width: 7em;
}


@media print {
    #sideNav, .container.stickyTop {
        display: none !important;
    }
}



/*   NEW WEBSITE ICON   */

.pad-h04-left {
    padding-left: 0.4em
}

@media (min-width: 1024px) {
    .icon-new-site {
        position: absolute;
        margin: -2em 0% 0 0;
    }

    .pad-h01-lg {
        margin-right: -1em;
    }

    .hr-right {
        border-right: 1px solid #E5E5E5;
    }

    .mar-v13_6-top-md {
        margin-top: 13.6em;
    }


    .pad-h05-top-md {
        margin-top: 0.5em !important;
    }


    .mar-hm05-left-lg {
        margin-left: -0.5em !important;
    }

    .float-left {
        float: left;
    }
}

@media (max-width: 1024px) {
    .wrap-word {
        white-space: normal;
        word-wrap: break-word;
    }

    .mar-hm1_5-left-md {
        margin-left: -1.5em !important;
    }

    .mar-hm0_2-left-md {
        margin-left: -0.2em !important;
    }
}

@media (min-width: 1200px) {

    .mar-hm5_2-left-lg {
        margin-left: -5.2em !important;
    }

    .icon-new-site {
        margin: -2em 10% 0 0;
    }

    .mar-hm6_5-left-lg {
        margin-left: -6.5em !important;
    }

    .mar-hm6_7-left-lg {
        margin-left: -6.7em !important;
    }

    .mar-hm4_5-left-lg {
        margin-left: -4.5em !important;
    }

    .first-row-label {
        display: block;
        min-width: 75px;
    }

    .two-words-label {
        display: block;
        min-width: 80px;
    }

    .three-words-label {
        display: block;
        min-width: 122px;
    }

    .no-margin-right {
        margin-right: 0px;
    }

    .first-label-wrap-div {
        margin-right: -18px;
    }

    .second-label-wrap-div {
        margin-right: -8px;
    }

    .third-label-wrap-div {
        margin-right: -15px;
    }

    .last-row-label {
        display: block;
        min-width: 79px;
    }

    .pad-h01-lg {
        padding: 0 .1em;
        margin-right: auto;
    }

    .pad-h1_7-lg {
        padding: 0 1.7em;
    }

    .mar-v2-bottom-lg {
        margin-bottom: 2em;
    }

    .mar-hm09-left-lg {
        margin-left: -0.9em;
        width: 15% !important;
    }

    .mar-h5_5-right-lg {
        margin-right: 5.5em;
    }




    .mar-vm1-top-md {
        margin-top: -1em;
    }

    .mar-hm1_6-left-lg {
        margin-left: -1.6em;
        width: 15% !important;
    }

    .mar-hm7_8-left-lg {
        margin-left: -7.8em;
        width: 15% !important;
    }



    .mar-hm7_3-left-lg {
        margin-left: -7.3em !important;
    }



    .mar-hm4-left-lg {
        margin-left: -4em;
        width: 15% !important;
    }

    .mar-hm05-right-lg {
        margin-right: -0.5em;
        width: 15% !important;
    }

    .mar-h05-right-lg {
        margin-right: 0.5em;
        width: 15% !important;
    }

    .mar-h03-right-lg {
        margin-right: 0.3em;
        width: 15% !important;
    }

    .mar-h3_3-right-lg {
        margin-right: 3.3em;
        width: 15% !important;
    }

    .mar-hm3-right-lg {
        margin-right: -3em !important;
    }

    .mar-hm2_5-left-lg {
        margin-left: -2.5em;
        width: 15% !important;
    }

    .mar-hm3-left-lg {
        margin-left: -3em;
        width: 15% !important;
    }

    .mar-hm1_5-left-lg {
        margin-left: -1.5em;
    }

    .mar-hm1-left-lg {
        margin-left: -1em;
    }

    .mar-hm2-right-lg {
        margin-right: -2em !important;
    }

    .mar-hm1_5-right-lg {
        margin-right: -1.5em !important;
    }

    .mar-hm04-right-lg {
        margin-right: -0.4em;
    }

    .mar-h02-right-lg {
        margin-right: 0.2em;
    }

    .mar-h2-right-lg {
        margin-right: 2em;
    }

    .mar-h1-right-lg {
        margin-right: 1em;
    }



    .align-left {
        float: left;
        margin-left: 3em !important;
    }
}


@media (max-width: 768px) {

    .icon-new-site {
        margin: 0 0 .5em 0;
        transition: .2 ease;
    }

    .mar-v1-top-md {
        margin-top: 12px;
    }
}

.mar-v2-top {
    margin-top: 2em !important;
}

.has-feedback .form-control {
    padding-left: inherit;
}

#vm_Email.ng-invalid, #vm_EmailConfirmation.ng-invalid {
    padding-left: 11px !important;
}



.number input {
    direction: ltr;
    text-align: right;
}

.mobileMenu {
    background: #d0d0d0;
    position: fixed;
    display: block !important;
    width: 300px;
    top: 50px;
    right: 0;
    z-index: 3900;
    bottom: 0;
    padding: 0 0 0 10px;
    overflow: scroll;
    margin-right: -300px;
}

#sideNav.hidden-xs {
    margin-right: -300px;
}

    #sideNav.hidden-xs.normalMenu {
        margin-right: 0;
    }

#MMoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.6;
    z-index: 9;
    background: #666;
}

@media only screen and (orientation: portrait) {
    .ios11_1fix {
        margin-top: 44px !important;
    }

    .ios11_1 .mobileMenu {
        top: 94px;
    }
}


.alert.alert-danger a {
    color: #a94442;
    font-weight: bold;
}

@media (min-width: 1440px) {

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .container {
        max-width: 1380px;
        font-size: 1.1em;
    }

    .navbar.navbar-default .container {
        width: 100%;
        font-size: 1em;
    }

    #topNav, .nav.navbar-nav.navbar-nav {
        margin: 0;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: -17px;
        margin-right: -17px;
    }

    #topNav_home i.fa.fa-home,
    #topNav_home i.fa.fa-heart-o {
        margin: 0 !important;
    }
}

.no-border {
    border: none !important;
}

.tr-chosen {
    background: #def1ff;
}

/* -----payment-wizard  */
.payment-wizard li.lockstep {
    pointer-events: none;
}

div.payment-wizard .steps-indicator.line li.done:before, div.payment-wizard ul.nav + div.payment-wizard ul.steps-indicator.line li.done:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    background: #81BF7D;
    font-size: .9em;
    line-height: 1.6em;
}


.payment-wizard hr {
    margin: .5em 0 0 !important;
    box-sizing: border-box;
}

.payment-wizard h3 {
    margin: 1em 0;
    padding: 0;
}

.payment-wizard .panel-info {
    margin: 1em 0;
}

div.payment-wizard .line.steps-indicator li::before {
    content: counter(btl-inner-counter, decimal);
    font-size: 1.0em;
    padding-right: 2px;
}

.line.steps-indicator li.current a {
    color: #315e8b;
    font-weight: bold;
}

.panel-floating {
    position: absolute;
    z-index: 555;
    box-shadow: 0 0 5px gray;
    margin-top: 2em; /*10px;*/
}

    .panel-floating .arrow-top:before,
    .panel-floating .arrow-top {
        border-width: 10px;
        border-color: transparent transparent #cdcdcd transparent;
        content: " ";
        margin: -22px 0px 0 -5px;
        width: 0;
        height: 0;
        position: absolute;
        border-style: solid;
        left: 50%;
    }

        .panel-floating .arrow-top:before {
            border-color: transparent transparent #ffffff transparent;
            margin: -7px 0 0 -10px;
            position: absolute;
        }

    .panel-floating .arrow-top-for-mobile:before,
    .panel-floating .arrow-top-for-mobile {
        border-width: 10px;
        border-color: transparent transparent #cdcdcd transparent;
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        border-style: solid;
        left: 50%;
        margin: -22px 0px 0 -59px;
    }

        .panel-floating .arrow-top-for-mobile:before {
            border-color: transparent transparent #ffffff transparent;
            margin: -7px 0 0 -10px;
            position: absolute;
        }

.no-padding {
    padding: 0 !important;
}

.pad-h1m-rt {
    padding-right: -1em;
}

.wide-89-percent {
    width: 89%;
}

.tipped-for-rb-list {
    direction: rtl;
    text-align: right;
}

ul.atidi-list {
    counter-reset: atidi-inner-counter;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    /*border-radius: 0em !important;*/
    /*border: 0;*/
    padding: 0;
    /*font-size: 0.95em;*/
    /*float: right;*/
    /*width: auto;*/
    list-style-position: inside;
    list-style-type: none;
}

    ul.atidi-list li:before {
        content: counter(atidi-inner-counter, decimal) ".";
        counter-increment: atidi-inner-counter;
        font-size: 1.0em;
        padding-right: 2px;
    }

.atidi-list-li {
    margin-right: 1em !important;
    margin-top: -1.4em !important;
}

div[ng-if="fileItem"] > div {
    word-break: break-word;
    direction: ltr;
    text-align: center;
    line-height: 1.2em;
    background: rgba(255, 255, 255, 0.3);
    color: #333;
    padding: .5em;
    border-radius: .2em;
}

.fa-cb-blsi {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

/* font-awesome radio & checkbox */
.checkbox-lists label.form-check-label {
    line-height: 2.0em;
}

.checkbox-lists input[type=radio],
.checkbox-lists input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .checkbox-lists input[type=checkbox] ~ label:before {
        font-family: FontAwesome;
        /*display: table-cell;*/
        content: "\f1db";
        font-size: 1.5em;
        color: #535353;
        width: 1em;
        vertical-align: middle;
    }

    .checkbox-lists input[type=radio] ~ label:before {
        font-family: FontAwesome;
        /*display: table-cell;*/
        content: "\f1db";
        font-size: 1.5em;
        color: #535353;
        width: 1em;
        vertical-align: middle;
    }

    .checkbox-lists input[type=radio] ~ label,
    .checkbox-lists input[type=checkbox] ~ label {
        display: table;
        max-width: 100%;
        width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        line-height: 1.2em;
        margin: 1em 0;
    }

    .checkbox-lists input[type=radio]:checked ~ label:before {
        content: "\f192";
        color: #0072c6;
    }

    .checkbox-lists input[type=checkbox]:checked ~ label:before {
        content: "\f14a";
    }

    .checkbox-lists input[type=checkbox] ~ label:before {
        content: "\f096";
        margin-right: 3px;
        font-weight: normal;
    }

    .checkbox-lists input[type=checkbox] ~ label > span {
        display: inline-block;
        width: calc(100% - 2em);
        vertical-align: top;
        float: left;
    }

    .checkbox-lists input[type=radio] ~ label > span {
        display: inline-block;
        width: calc(100% - 2em);
        vertical-align: top;
        float: left;
    }

.checkbox-lists.calculator input[type=radio] ~ label,
.checkbox-lists.calculator input[type=checkbox] ~ label {
    font-weight: normal;
}

    .checkbox-lists.calculator input[type=checkbox] ~ label:before {
        font-size: 24px !important;
    }

/*_:-ms-fullscreen, :root .checkbox-lists input[type=checkbox] ~ label:before {
    display: inline-block
}*/

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .checkbox-lists input[type=checkbox] ~ label:before {
        display: inline-block
    }
    /* IE11 - solving the issue: New checkboxes not shown at IE11 and Windows 7 Opertaing systen */
}



.checkbox-lists input[type=checkbox]:checked ~ label:before {
    content: "\f046";
    /*color: #0072c6;*/
    margin-right: 0;
}

.checkbox-lists input[type=radio]:focus ~ label:before,
.checkbox-lists input[type=checkbox]:focus ~ label:before,
.checkbox-lists input[type=radio]:focus ~ label {
    color: #D97700;
}

.checkbox-lists input[type=checkbox]:focus ~ label {
    /* border-radius: 1px;
        box-sizing: border-box;
        outline: 1px solid #3071a9;*/
}

.checkbox-lists .has-error .help-block {
    padding-right: 0;
}

.inline-input {
    display: inline-block;
    padding-left: 30px;
}

.btn[ladda-button="laddaLoading"]:focus {
    overflow: -webkit-paged-x;
}

.btn:hover,
.btn:focus {
    background-position: 0 -14px !important;
}



.panel-body.checkbox-lists {
    padding: 0;
}

    .panel-body.checkbox-lists .panel-default {
        margin-bottom: .5em;
    }

        .panel-body.checkbox-lists .panel-default:last-child {
            margin-bottom: 0em;
        }

.modal-body {
    overflow-y: auto;
}

@media (min-width:768px) {
    .modal-body {
        max-height: calc(100vh - 244px);
    }

    .container {
        width: 98%;
    }

    .navbar .container {
        padding: 0;
        width: 100%;
        font-size: .9em;
    }

    #topNav, .nav.navbar-nav.navbar-nav {
        margin: 0
    }
}

@media (max-width:767px) and (min-width: 376px) {
    .modal-body {
        max-height: calc(100vh - 200px);
    }
}

@media (max-width:375px) {
    .modal-body {
        max-height: calc(100vh - 170px);
    }
}

#topAlert .alert {
    margin-top: 2em !important
}

.modal-header h1 {
    margin-bottom: 0;
}

.mar-v04-top {
    margin-top: 0.4em
}

.tab-content:after {
    content: " ";
    clear: both;
    display: table;
}

/*#loading-bar .bar {
    background: #ff7292;
}*/
/* modal window schrome scroll bug fix  

@media (min-width:768px) {
    .modal-open .modal {        overflow: hidden;    }

}
    */
/*@media (min-height:667px) and (min-width:768px) {
    .modal-body {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 420px;
    }
}

@media (min-height:700px) and (min-width:768px) {
    .modal-body {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 420px;
    }
}

@media (max-height:699px) and (min-width:768px) {
    .modal-body {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 200px;
    }
}

    */
/*@media (min-height:900px) {

    .modal-body {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 650px;
    }
}


html[data-useragent*='MSIE 10.0'] .ie10 {
    display: block !important;
}
    */



.login-form {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 35px;
}

    .login-form .row {
        margin: 0 -48px;
        position: relative;
    }

    .login-form .col {
        float: right;
        padding: 1.5em;
        border: 1px solid #d1d9e0;
        border-radius: .5em;
        box-sizing: border-box;
        background: aliceblue;
        box-shadow: 0 0 0.5em #eee;
        min-height: 25em;
    }

        .login-form .col:last-child {
            width: 46%;
            float: left;
        }

    .login-form.login-form-meyatzeg .col:last-child {
        float: right !important;
    }

    .login-form .col:first-child {
        width: 48%;
    }

    .login-form h2 {
        font-size: 1.6em;
        font-weight: bold;
        padding: 0 0 0.4em 0;
        box-sizing: border-box;
        margin-bottom: 1.2em;
        color: #0368b0;
        border-bottom: 2px solid #3dc5f5;
        margin-top: 0;
    }

    .login-form .or {
        position: absolute;
        left: 49%;
        top: 48%;
        font-size: 26px;
        line-height: 1;
        font-weight: 700;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        /* background: #f0f8ff; */
        width: 1.4em;
        height: 1.4em;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 0.4em;
        /* color: #0368b0; */
        /* border: 1px solid #d1d9e0; */
    }



    /*.login-form .or:before,
        .login-form .or:after {
            content: '';
            position: absolute;
            background: #d3d3d3;
            width: 2px;
            left: 55%;
            margin-left: -1px;
            height: 140px;
        }

        .login-form .or:before {
            bottom: 100%;
            margin-bottom: 1px;
        }

        .login-form .or:after {
            top: 100%;
            margin-top: 1px;
        }*/

    .login-form #redAsteriskText {
        display: none;
    }


.btn-sms-login {
    margin-right: 27%;
    width: 15em;
}

.login-form #loginType, .login-form-intranet #loginType, .login-form-intranet .loginTypeHeader {
    display: none;
}

.login-form-intranet .btn-primary {
    margin-right: 25%;
}

.login-form-intranet .row {
    margin: 0;
}

.pending-message {
    padding: 2em;
    min-height: 16em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait ) and (max-width: 768px) {
    .avtala-status-opt {
        background: #fff8d1;
    }

    .h1, h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    .heading {
        margin-bottom: 30px;
    }

    .login-form {
        padding: 0;
    }

        .login-form .row {
            margin: 0 15px;
        }

        .login-form .or {
            display: none;
        }


        .login-form .col {
            height: unset;
            background: none;
            border: none;
            box-shadow: none
        }



    .btn-sms-login {
        margin-right: 0;
        width: 100%;
    }


    .login-form .col:first-child,
    .login-form .col:last-child,
    .login-form .col {
        float: none;
        width: auto;
        padding: 0;
    }

    .login-form #loginType {
        display: inherit;
    }

        .login-form #loginType button {
            width: 50%;
            margin-bottom: 1em;
        }

    .login-form .loginHiddenPanel, .login-form .loginTypeHeader {
        display: none;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    .vertical-space-mobile {
        margin-top: 1em;
    }
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




.tipped-input label.radio-inline {
    display: table-cell;
    padding: 7px 0 0 10px;
}

    .tipped-input label.radio-inline input {
        margin-left: 5px;
        position: static;
        margin-right: auto;
    }

.email.has-feedback .tipped-input input[type="text"] {
    padding-left: 12px;
}

@media (max-width:425px) {
    .tipped-input label.radio-inline {
        display: table-row;
    }
}

.frm-grp-tbl {
    margin-left: inherit !important;
    margin-right: inherit !important;
}

.wrap-text {
    white-space: pre-wrap;
}

.text-left-mnk {
    text-align: left
}

.font-x-small {
    font-size: x-small;
}

.choices__inner {
    min-height: inherit;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.choices__list--single {
    padding: 0;
}

.choices:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.is-open .choices__inner {
    border-radius: 4px 4px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 4px 4px;
}

@media (max-width: 767px) {
    .nechut-panel.panel-body .table {
        padding: 0;
        margin: -1em;
        max-width: calc(100% + 2em);
        width: calc(100% + 2em);
    }
}

caption.alert.alert-info.text-center {
    margin-bottom: 0;
}
/*<style>*/

.tab-content {
    border: 1px solid #DDD;
    border-width:1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #DDD #DDD;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px 0px 5px 5px;

  background-image: -moz-linear-gradient(#f7f7ff, #fff);
  background-image: -webkit-linear-gradient(#f7f7ff, #fff);
  background-image: -o-linear-gradient(#f7f7ff, #fff);
  background-image: linear-gradient(#f7f7ff, #fff);
  _background-image: none;

}

.nav-tabs > li > a {
  border: 1px solid #DDD;
  color: #333;
  background-image: -moz-linear-gradient(#f7f7ff, #fff);
  background-image: -webkit-linear-gradient(#f7f7ff, #fff);
  background-image: -o-linear-gradient(#f7f7ff, #fff);
  background-image: linear-gradient(#f7f7ff, #fff);
  _background-image: none;
}



.nav-tabs > li:hover > a:hover {   background-image:none;
    background-color: #f7f7ff;
	cursor:pointer}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    background-color: #f7f7ff;
    font-weight: bold;
   background-image:none;
}



.nav-tabs > li {    margin-left: 3px;}


.nav.nav-pills.nav-stacked > li > a {    color: #333 !important;    background: #eee !important;}
.nav.nav-pills.nav-stacked > li.active > a, 
.nav.nav-pills.nav-stacked > li.active > a:hover, 
.nav.nav-pills.nav-stacked > li.active > a:focus {
    background-color: #428bca!important;
    color: #fff!important;
}

.nav.nav-pills.nav-stacked > li > a:hover {
    cursor :pointer;
background:#ddd!important} 


.navbar-default .navbar-toggle {border-color: #FFF;}
.navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
background-color: #FFF;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: #569fc4;
}


@media (min-width: 768px) {

.tab-content  {    
    min-height: 485px; /*  media screen */
}
}


@media (max-width: 768px) {

    .tab-content {
        margin-top: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;

    }

}


/*</style>*/